I haven’t updated my blog for a long time.Today I would like to share my environment build step of movfuscator and ollvm-4.0
Download
movfuscator:https://github.com/xoreaxeaxeax/movfuscator
ollvm-4.0:https://github.com/obfuscator-llvm/obfuscator/tree/llvm-4.0
build for movfuscator
1 | git clone https://github.com/xoreaxeaxeax/movfuscator |
build for ollvm-4.0
1 | git clone -b llvm-4.0 https://github.com/obfuscator-llvm/obfuscator.git |