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

The PE must have relocations! #37

Closed Mrgaton closed 5 months ago

Mrgaton commented 1 year ago

I got an error saying the pe must have relocations

I'm using net framework 4.8

hasherezade commented 1 year ago

hi! Sorry but pe_to_shellcodes doesn't support .NET. It is for native PEs only.

Mrgaton commented 1 year ago

I'll have to learn c++ then :C