0x00 项目简介
Obfuscator-LLVM is a project initiated in June 2010 by the information security group of the University of Applied Sciences and Arts Western Switzerland of Yverdon-les-Bains (HEIG-VD).
The aim of this project is to provide an open-source fork of the LLVM compilation suite able to provide increased software security through code obfuscation and tamper-proofing. As we currently mostly work at the Intermediate Representation (IR) level, our tool is compatible with all programming languages (C, C++, Objective-C, Ada and Fortran) and target platforms (x86, x86-64, PowerPC, PowerPC-64, ARM, Thumb, SPARC, Alpha, CellSPU, MIPS, MSP430, SystemZ, and XCore) currently supported by LLVM.
源码地址:https://github.com/obfuscator-llvm/obfuscator/
0x01 编译环境
- Ubuntu 16.04 32位

本文档介绍了如何在Ubuntu 16.04上搭建OLLVM 4.0与Android NDK的编译环境,包括安装NDK、编译OLLVM、添加字符串混淆功能,并将工具链整合到NDK中。同时,详细阐述了使用OLLVM生成混淆程序的步骤,以及遇到的bcf不支持Invoke指令的问题及其解决方案。
最低0.47元/天 解锁文章
1778

被折叠的 条评论
为什么被折叠?



