Commit b6b6e2ad by sikang

update

parent cf9231dc
...@@ -3,6 +3,7 @@ from func import Function ...@@ -3,6 +3,7 @@ from func import Function
from shell import Shell from shell import Shell
from tools.garbel.garble import Garble from tools.garbel.garble import Garble
from tools.garbel.activity_garble import ActivityGarble from tools.garbel.activity_garble import ActivityGarble
from tools.garbel.package_garble import PackageGarble
import os import os
import shutil import shutil
...@@ -33,6 +34,7 @@ print("15、刷新本地协议") ...@@ -33,6 +34,7 @@ print("15、刷新本地协议")
print("16、api混淆") print("16、api混淆")
print("17、字符串混淆") print("17、字符串混淆")
print("18、四大组件混淆") print("18、四大组件混淆")
print("19、包路径混淆")
print("21、reset project") print("21、reset project")
command = int(input("请输入指令编号:")) command = int(input("请输入指令编号:"))
...@@ -93,5 +95,8 @@ elif command == 17: ...@@ -93,5 +95,8 @@ elif command == 17:
elif command == 18: elif command == 18:
ActivityGarble().activity_garble(config) ActivityGarble().activity_garble(config)
elif command == 18:
PackageGarble().pkg_garble(config)
elif command == 21: elif command == 21:
Shell().reset_project(config) Shell().reset_project(config)
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