pe_to_shellcode
pe_to_shellcode copied to clipboard
Converts PE into a shellcode
hi there. why doesn't inject you project to OneDrive? Is it bug?
Is this generated shellcode supported as payload by Metasploit ?
Thanks for your amazing repo. I'm not an expert, but probably may suggest a little improvements. 1. You have a call to VirtualAlloc in your shellcode. Since some windows processes...
Hi, I read your README.md, and I found this sentence: "(*)Warning: remember to use the version of runshc with a bitness appropriate to your converted application (32 or 64 bit)...
Hi, I found a way to manage my last problem, but I have a problem now with my main exe, that required libcurl.dll to run. Your code works perfectly when...
Hi, First, congrats for your excellent job. I decided to use your code with a .dll files. I allowed me to execute my code, but the execution stopped after the...
Is there any tool that can convert the driver to shellcode?My driver is written in c ++.I heard that you can use llvm to compile the driver into shellcode, I...
I have a problem to compile in Linux (Fodora) `pe_to_shellcode/libpeconv/libpeconv/include/peconv/pe_hdrs_helper.h:8:10: fatal error: Windows.h: No such file or directory 8 | #include | ^~~~~~~~~~~ ` I tried to set a an...
Hi hasherezade! I have found a weird problem adding some std headers. for example if you add < string > nothing happens and the dll is loaded 10/10 times, but...
In windows i have some tools of exe , But i cant get them source code . It must be start with some commandline args . How to pass the...