phra / PEzor

Open-Source Shellcode & PE Packer
https://iwantmore.pizza/posts/PEzor.html
GNU General Public License v3.0
1.81k stars 320 forks source link

xxd instead of od? #82

Open howtodo1 opened 1 year ago

howtodo1 commented 1 year ago

In the PEzor.sh file, it uses od to write the bytes onto shellcode.cpp. Would it be possible to use xxd -i instead?