Commit 9517269f by sikang

remove 字符串混淆

parent 13d4f873
...@@ -22,7 +22,7 @@ init(){ ...@@ -22,7 +22,7 @@ init(){
cd lib_base/script/garble cd lib_base/script/garble
#字符串混淆 #字符串混淆
python string_decrypt.py || { echo "string_decrypt error!"; exit 1; } # python string_decrypt.py || { echo "string_decrypt error!"; exit 1; }
#四大组件混淆 #四大组件混淆
./rename_project.sh || { echo "rename_project error!"; exit 1; } ./rename_project.sh || { echo "rename_project error!"; exit 1; }
#代码结构混淆 #代码结构混淆
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment