Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 331 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 331 Bytes

RunPE written in rust

Runs PE or shellcode directly from the memory of a host process

Examples

See examples/cli:

Usage: runpe.exe --executable <executable> --file <file> --type <type>

Limitations

Currently, only x86_64 is supported.

Useful links

Zer0Mem0ry/RunPE