bytecode77 / r77-rootkit

Fileless ring 3 rootkit with installer and persistence that hides processes, files, network connections, etc.
https://bytecode77.com/r77-rootkit
BSD 2-Clause "Simplified" License
1.55k stars 383 forks source link

Compilation Error - File Not Found #50

Closed x0meko closed 9 months ago

x0meko commented 9 months ago

image Hi, first of all, thanks for the great project - I can't wait to get it all set up so I can dig into it at length.

I seem to be running into an issue when attempting to compile the project - using Visual Studio 2022 with the necessary .NET framework developer package (which I believe was 4.7, Visual Studio stopped giving me import warnings after this so I'm assuming install worked correctly. I'm able to compile the beginning stages of the project (up to this point) but solution fails at Installer stage. image

I get a file not found: Resources\Stager.exe (possibly because Stager creation is failing). Upon trying to manually build the Stager project, I get back: image

I'm hoping I can get some assistance, please feel free to ask me for any additional info if necessary to help you out, I'm sure I'm messing this up somehow since I am a bit of a VS noob :)

bytecode77 commented 9 months ago

Somehow, an absolute path ended up in the csproj file: A:\Code\GitHub\r77-rootkit\[...] that of course only works on my machine...

I have fixed the project file. When you pull the repo, you should be able to compile.