lineCode / pe_to_shellcode

Converts PE into a shellcode

Home Page:https://www.youtube.com/watch?v=WQCiM0X11TA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pe_to_shellcode

Converts PE so that it can be then injected just like a normal shellcode.
Currently only 32 bit PE files are supported.
WARNING: This is an early draft of this tool! It is available for experimental purposes only. I don't guarantee stability of the outputs.

Clone:

Use recursive clone to get the repo together with all the submodules:

git clone --recursive https://github.com/hasherezade/pe_to_shellcode.git

Latest builds*:

*those builds are available for testing and they may be ahead of the official release:


About

Converts PE into a shellcode

https://www.youtube.com/watch?v=WQCiM0X11TA


Languages

Language:C++ 72.4%Language:CMake 26.6%Language:C 0.9%