ZeroMemoryEx / Chaos-Rootkit

Now You See Me, Now You Don't
860 stars 134 forks source link

Errors when trying to compile .sln #18

Closed ahabx64 closed 2 months ago

ahabx64 commented 4 months ago

When trying to compile the projects .sln with VS it outputs a bunch of warnings which due to compilerflag /WX become an error and doesn't compile. Even after disabling that flag it errors with "Unresolved external symbol FltGetRequestorProcessID" yet when I add fltMgr.lib it errors with MSB4018. I'd love some help with what exactly I'm doing wrong and how I can compile this myself.

ZeroMemoryEx commented 3 months ago

Hello @ahabx64 , sorry for the late reply. To fix this issue, go to Settings, then Linker, then Input, and add FltMgr.lib;%(AdditionalDependencies) to the Additional Dependencies input.