-
Clone
git clone https://github.com/alexcohn/obfuscator -b llvm-9.0.1 -depth 1 -
Build see https://github.com/obfuscator-llvm/obfuscator/wiki/Installation
mkdir obfuscator/build cd obfuscator/build cmake .. && make -
Setup the Android toolchain (verified for
v21.4.7075529):echo >> arm-linux-androideabi-clang/setup.mk '-include $(OBFUSCATOR_PATH)/setup.mk' echo >> aarch64-linux-android-clang/setup.mk '-include $(OBFUSCATOR_PATH)/setup.mk' -
use for ndk-build:
ndk-build … OBFUSCATOR_PATH=obfuscator
alexcohn/obfuscator
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- C++ 40.7%
- LLVM 35.8%
- Assembly 14.2%
- C 6.8%
- Objective-C 1.0%
- Python 0.5%
- Other 1.0%