RunPE-In-Memory icon indicating copy to clipboard operation
RunPE-In-Memory copied to clipboard

Run a Exe File (PE Module) in memory (like an Application Loader)

Results 3 RunPE-In-Memory issues
Sort by recently updated
recently updated
newest added

Certain programs will not load (eg. crash). However, what is interesting is if you use the address returned from LoadLibraryA("...notepad.exe"), and then treat that memory as the file you mapped...

Certain programs will work, and certain won't, they will just crash and vs debugger just gives error code said in title.

exe produced by visual studio has sections : .text .rdata .data .pdata .reloc successfully loaded without error but exe has : .tls section or exe that has custom name section,...