25 Forks
71 Stars
71 Watchers

iOSConfuse

本文将介绍iOS代码混淆及编译的自动化脚本方案,支持swift、m、c、cpp和h文件类型的混淆,使用编译时混淆的策略,不影响源码阅读,只需在想要混淆的函数名或者变量名前加个private_即可,可通过函数实现安全混淆、去混淆、混淆再编译。

How to download and setup iOSConfuse

Open terminal and run command
git clone https://github.com/JonorZhang/iOSConfuse.git
git clone is used to create a copy or clone of iOSConfuse repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with iOSConfuse https://github.com/JonorZhang/iOSConfuse/archive/master.zip

Or simply clone iOSConfuse with SSH
[email protected]:JonorZhang/iOSConfuse.git

If you have some problems with iOSConfuse

You may open issue on iOSConfuse support forum (system) here: https://github.com/JonorZhang/iOSConfuse/issues