You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,13 @@ BlackLotus is an innovative UEFI Bootkit designed specifically for Windows. It i
24
24
- Anti-Hooking engine (for disabling, bypassing, and controlling EDRs)
25
25
- Modular plugin system
26
26
27
+
## Installation
27
28
28
-
Setup by modifying the config.c file by including your C2s hostname or IP address.
29
-
After that compliation should be easy, just keep the included settings in the Visual Studio solution.
29
+
Download and install EDK2, from https://github.com/tianocore/edk2 <br>
30
+
Instructions can be obtained <ahref="https://github.com/tianocore/tianocore.github.io/wiki/Getting-Started-with-EDK-II">here</a>
31
+
32
+
After installing EDK2, you are ready to compile the EFI drivers.
33
+
Edit the config.c file to include your C2s hostname or IP address. After that, compliation should be easy, just keep the included settings in the Visual Studio solution.
0 commit comments