Commit 279e691f by sikang

bug fix

parent 2f9f24a2
......@@ -16,11 +16,11 @@ init(){
if [ -e "script/api_mapping" ]; then
cd lib_base/script/code
./rename_api.py || { echo "rename_api error!"; exit 1; }
cd ..
cd ../../../
fi
cd garble
cd lib_base/script/garble
#字符串混淆
python string_decrypt.py || { echo "string_decrypt 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