InMemoryRunPE
PublicInMemoryRunPE is a Windows proof-of-concept project demonstrating manual PE (Portable Executable) loading and execution directly from memory. It bypasses the default Windows loader by mapping, fixing relocations, resolving imports, and executing the entry point without writing the executable to disk. Includes support for command-line masquerading.