xinhongChen / CodeObfus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeObfus

Introduction

Simple Shell script which can Obfuscate Code before pack, use for App, especially for iOS project.

Usage

Change the property or method name AAA as ob_AAA_fus and run script obfusscript.sh to obfuscate in the project.

Run script deobfusscript.sh to retore.

You need to set these path Before running script.

#项目路径 ProjectPath #替换文本存放路径(不能在项目目录或其子目录) SecretFile

About

License:MIT License


Languages

Language:Shell 100.0%