Commit 437595aa by sikang

字符串混淆

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