Polymorphic ELF Runtime Crypter written in rust.
Either you build the binary or run straight with cargo.
./morph program process
cargo run program process
The executable will be at <program>_morph directory.
Polymorhpic self-modifying.
Runtime run-from-memory.
- better encryption.
- better anti-debug.
- remove panic string.
- unpacker.

