Commit 437595aa by sikang

字符串混淆

parent e53edaca
...@@ -22,6 +22,8 @@ init(){ ...@@ -22,6 +22,8 @@ init(){
fi fi
cd garble cd garble
#字符串混淆
python string_decrypt.py
#四大组件混淆 #四大组件混淆
./rename_project.sh ./rename_project.sh
#代码结构混淆 #代码结构混淆
......
...@@ -188,8 +188,8 @@ then ...@@ -188,8 +188,8 @@ then
elif (($commod == '23')) elif (($commod == '23'))
then then
cd garble cd garble
chmod a+x string_decrypt.py # chmod a+x string_decrypt.py
python string_decrypt.py # python string_decrypt.py
elif (($commod == '24')) elif (($commod == '24'))
then then
......
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