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

Compile to get pe2shc.exe? #12

Closed slickjitz closed 3 years ago

slickjitz commented 3 years ago

This is probably a big noob question and I apologize ahead of time, but I am unsure how to get to the point of using pe2shc.exe as written out in the docs. I have cloned the repository into VS, but I am unsure what to do from here as I am a pretty green when it comes to compiled languages. Any help from anyone more experienced would be greatly appreciated. Thank you!

hasherezade commented 3 years ago

hi! If you just want to use it, you don't have to compile it by yourself. Just download the ready-made build from releases: https://github.com/hasherezade/pe_to_shellcode/releases

slickjitz commented 3 years ago

Great, thank you!