pe_to_shellcode icon indicating copy to clipboard operation
pe_to_shellcode copied to clipboard

Converts PE into a shellcode

Results 19 pe_to_shellcode issues
Sort by recently updated
recently updated
newest added

https://github.com/fancycode/MemoryModule/pull/116

Hi. I haven't had yet time to test but does this also work with DLL's?

Hello I build a x64 rust Demo, and use pe2shc convert to shellcode ,but the shellcode cannot execute right. Error:thread panicked while processing panic. aborting. why ? thanks

you can refer to this project [bb107/MemoryModulePP](https://github.com/bb107/MemoryModulePP)

C:\Users\Administrator\Desktop>pe2shc.exe sasa.exe Using: Loader v2 Reading module from: sasa.exe [ERROR] The PE must have relocations! [ERROR] Not supported input file! ![4DMH(I)VML9YE)IA_E2DA6B](https://user-images.githubusercontent.com/127716536/228908030-d2ee1630-3f12-4b4b-8d75-0fd2ac0851cb.png)

question

Hi Hasherezade I encountered a weird problem when using your project on a machine with Avast antivirus installed The ShellCode breaks soon after being run due to an issue with...

Let say if I inject the shellcode to remote process DLL. May I know if i can execute it using CreateRemoteThread? I tired but the remote process crashed immediately. Thanks!

question

excuse me,my english is poor! i use pe2sh to generate a golang-compiled exe to shellcode,then i inject the shellcode and it can run normally on c-compiled shell loader,but when i...

Hello, Im using the latest windows 10 and pe2shc version and my problem is, i cant get a successfull injection with pe2shc to work. I have added my sample golang...