ldpreload / BlackLotus

BlackLotus UEFI Windows Bootkit
1.91k stars 459 forks source link

Include Errors #20

Closed ACDiamond closed 4 months ago

ACDiamond commented 11 months ago

Im getting weired include errors, that it cannot include the for some reason in the "Shared\API" files. I have a similar problem with NTSecAPI.h , TlHelp32.h, ShlObj.h, Wininet.h, stdio.h... That makes absolutely no sense because those headers come with the Windows SDK which is installed and works for everything else. Would be nice if someone helps me

czxvan commented 11 months ago

need help, too.

C-fire commented 9 months ago

Im getting weired include errors, that it cannot include the for some reason in the "Shared\API" files. I have a similar problem with NTSecAPI.h , TlHelp32.h, ShlObj.h, Wininet.h, stdio.h... That makes absolutely no sense because those headers come with the Windows SDK which is installed and works for everything else. Would be nice if someone helps me

which visual studio version are you using? The project was compiled with version 2019

ling142857 commented 7 months ago

Im getting weired include errors, that it cannot include the for some reason in the "Shared\API" files. I have a similar problem with NTSecAPI.h , TlHelp32.h, ShlObj.h, Wininet.h, stdio.h... That makes absolutely no sense because those headers come with the Windows SDK which is installed and works for everything else. Would be nice if someone helps me

Shared projects are temporary files. Against the Bot and Encryptor projects change vcxitems to vcxproj, add the .user file, modify NzT.sln and reload.

ldpreload commented 4 months ago

Im getting weired include errors, that it cannot include the for some reason in the "Shared\API" files. I have a similar problem with NTSecAPI.h , TlHelp32.h, ShlObj.h, Wininet.h, stdio.h... That makes absolutely no sense because those headers come with the Windows SDK which is installed and works for everything else. Would be nice if someone helps me

Shared projects are temporary files. Against the Bot and Encryptor projects change vcxitems to vcxproj, add the .user file, modify NzT.sln and reload.

Thank you for answering them.