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

CS beacon.exe to shc error #22

Closed komomon closed 1 year ago

komomon commented 2 years ago

我用cs生成beacon.exe,在将其转为shc时报错。 image

hasherezade commented 2 years ago

You already have all the information displayed. It seems your payload does not have a valid relocation table. If it is missing, the conversion to shellcode is impossible, and it will never be possible. Try with a payload that do have a relocation table.