ldpreload / BlackLotus

BlackLotus UEFI Windows Bootkit
1.91k stars 459 forks source link

cant compile,tryed many settings #11

Closed ParalysisCode closed 1 year ago

ParalysisCode commented 1 year ago

i had a lot of errors but after changing to X86 and changedlinker settings am getting linker errors like entrypoint and subsystem

you cant compile it just like that, can u please help us with the compiling issue?

after playing with settings my only error is nzt.obj : error LNK2019: unresolved external symbol _BookitInitialize referenced in function _BotInitialize

ParalysisCode commented 1 year ago

Severity Code Description Project File Line Suppression State Error LNK2001 unresolved external symbol _BookitInitialize Bot C:\Users\user\OneDrive\Desktop\src\Bot\nzt.obj 1

ldpreload commented 1 year ago

You need to have Windows Drivers Development Kit (WDK), as well as the proper EFI drivers in order to compile the EFI drivers needed for the installation.

ParalysisCode commented 1 year ago

thank you. proper EFI drivers? what drivers can u help me with that please?