bytecode77 / living-off-the-land

Fileless attack with persistence
https://bytecode77.com/living-off-the-land
BSD 2-Clause "Simplified" License
283 stars 52 forks source link

How to Compile #14

Open 4Orion4 opened 1 month ago

4Orion4 commented 1 month ago

I'm really not really so good at this stuff and I am confused about how to set up a project with the source code and then compile everything into an exe. Any guidance would be greatly appreciated. Thanks.

bytecode77 commented 1 month ago

This is really just a PoC to get an idea on how to implement fileless persistence, not a ready made toolkit. Your actual implementation might look different, also based on your project needs (e.g. .NET binary vs native, etc...). While it might be tempting to make some simple changes to make your project "lotl", you will still need to do your coding part.

I suggest you understand the idea and roughly the techniques in use and then change your project accordingly.