# obfuscator
**Repository Path**: urustop1/obfuscator
## Basic Information
- **Project Name**: obfuscator
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-01-06
- **Last Updated**: 2021-01-06
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Please have a look at the [wiki](https://github.com/obfuscator-llvm/obfuscator/wiki)!
Current version: [LLVM-5.0](https://github.com/obfuscator-llvm/obfuscator/tree/llvm-5.0)
You can cite Obfuscator-LLVM using the following Bibtex entry:
```
@INPROCEEDINGS{ieeespro2015-JunodRWM,
author={Pascal Junod and Julien Rinaldini and Johan Wehrli and Julie Michielin},
booktitle={Proceedings of the {IEEE/ACM} 1st International Workshop on Software Protection, {SPRO'15}, Firenze, Italy, May 19th, 2015},
editor = {Brecht Wyseur},
publisher = {IEEE},
title={Obfuscator-{LLVM} -- Software Protection for the Masses},
year={2015},
pages={3--9},
doi={10.1109/SPRO.2015.10},
}
```
----------------------------
# 说明
https://dl.google.com/android/repository/android-ndk-r15c-windows-x86.zip
编译环境:cmake,mingw32-64,python2.7
不支持NDK r17,测试:NDK-r15c
可用flag:-mllvm -sub -mllvm -fla -mllvm -bcf
Android.mk添加
LOCAL_CFLAGS += -mllvm -sobf -mllvm -sub -fvisibility=hidden
LOCAL_CPPFLAGS := -fvisibility=hidden