pe_to_shellcode
pe_to_shellcode copied to clipboard
Converts PE into a shellcode
https://github.com/fancycode/MemoryModule/pull/116
Hi
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! 
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!
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...