hasherezade / pe_to_shellcode

Converts PE into a shellcode
https://www.youtube.com/watch?v=WQCiM0X11TA
BSD 2-Clause "Simplified" License
2.27k stars 423 forks source link

Rewrite the stub in assember #1

Closed hasherezade closed 5 years ago

hasherezade commented 5 years ago

Currently the stub is a rip-off the compiled code of ReflectiveLoader: https://github.com/stephenfewer/ReflectiveDLLInjection/blob/master/dll/src/ReflectiveLoader.c It should be rewritten in assembler, in order to minimize its size and increase stability.