goron
- goron- Github- https://github.com/amimo/goron- Yet another llvm based obfuscator
 
 
- https://github.com/amimo/goron
- 支持特性- 混淆过程间相关
- 间接跳转,并加密跳转目标(-mllvm -irobf-indbr)
- 间接函数调用,并加密目标函数地址(-mllvm -irobf-icall)
- 间接全局变量引用,并加密变量地址(-mllvm -irobf-indgv)
- 字符串(c string)加密功能(-mllvm -irobf-cse)
- 过程相关控制流平坦混淆(-mllvm -irobf-cff)
 
- 示例
 
- Github