PolymorphicEngine
Simple polymorphic engine written in C
Install / Use
/learn @SoftPoison/PolymorphicEngineREADME
Simple Polymorphic Engine
This is a proof of concept to demonstrate how polymorphic code can use self-modification to hide its inner workings.
Requirements:
- gcc
- nm
- gdb
How to build:
- Run
make dependenciesto generate the dependencies - Edit
poly.chowever you desire - Run
maketo build the final product
