rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
96.39k stars 12.45k forks source link

Rust x64 binary PE convert shellcode Execute crash #114836

Open Hello-xBugs opened 1 year ago

Hello-xBugs commented 1 year ago

I compile rust "Hello World" x64 exe,and use pe2shc convert to shellcode, but the shellcode cannot execute right. the error is: thread panicked while processing panic. aborting......,but when I compile it use x86,It's OK!

mati865 commented 1 year ago

Sounds like an issue with pe2shc.