Chaos-Rootkit icon indicating copy to clipboard operation
Chaos-Rootkit copied to clipboard

Errors when trying to compile .sln

Open ahabx64 opened this issue 1 year ago • 1 comments

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.

ahabx64 avatar Jul 27 '24 23:07 ahabx64

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.

ZeroMemoryEx avatar Aug 10 '24 14:08 ZeroMemoryEx