N3agu / Akame-Loader

Akame is an open-source, UD shellcode loader written in C++17.
MIT License
19 stars 6 forks source link

could u make it compiled my computer is too weak to download vs and compile it #1

Closed A3ima closed 1 year ago

N3agu commented 1 year ago

Hello! Sadly, I can't create binaries for this project because this is a loader, not a builder. You need to use your own shellcode (generate it and integrate it into the source code) to build the project, you can't use my executable because that will contain my payload (with my settings: IP, Port, functions).

If you can't download / use visual studio, you should copy Akame.cpp and compile it with g++, I will probably add a command for it in the future updates.