RunPE
RunPE copied to clipboard
C# Reflective loader for unmanaged binaries.
``` [*] Patching kernelbase!GetModuleHandleW to return base address of loaded PE if called with NULL [*] Calculating patch length for kernelbase!GetModuleHandleW [-] Error running RunPE: System.Exception: Unable to calculate patch...
I have some issues with the file-to-pretend-to-be option, I'm trying to run net.exe with svchost.exe and it gives the above error: ``` RunPE.exe ---f C:\Windows\System32\svchost.exe ---b QzpcV2luZG93c1xTeXN0ZW0zMlxuZXQuZXhl ---a bG9jYWxncm91cCBhZG1pbmlzdHJhdG9ycw== [*]...
attempt to execute whoami.exe, but no output: ```bash > .\RunPE.exe C:\Windows\System32\whoami.exe [*] Running: C:\Windows\System32\whoami.exe with no args [*] Mapping PE into memory [*] Mapped PE Base Address: 0x1060000 [*] No...
Can someone please explain what interesting things this library can do? Although I couldn't understand anything from the readme.md file which lacking detailed imformation , it seemed very interesting thanks...
I'm using RunPE as a library in my project. I load the file bytes myself and added a public function to RunPE to which I can pass the file bytes...
hello im new to C# so sorry if this question is dumb i wanna know how to use it inside my project what should i do?
I want to modify RunPE to be a C# DLL library to implement reflection calling RunPE, but it fails 
When using RunPE in a process which has no attached console (conhost.exe), We can't use SetStdHandle function to redirect the stdout, is there any way to handle this problem without...