RunPE icon indicating copy to clipboard operation
RunPE copied to clipboard

C# Reflective loader for unmanaged binaries.

Results 10 RunPE issues
Sort by recently updated
recently updated
newest added

``` [*] 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 ![image](https://user-images.githubusercontent.com/112046443/233983913-73a87e72-de1c-4bb6-bd86-d7deb09bce59.png)

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...