Commit 9a70525c by sikang

update

parent 0069c1f7
......@@ -18,13 +18,13 @@ config = config_json.copy()
config.update(properties)
print(" ")
print("使用帮助")
print("------------- 使用帮助 -----------------")
print("1、activity类名混淆")
print("2、api混淆(针对 Retrofit 注解)")
print("3、manifest混淆 在包路径中随机插入Activity并注册")
print("4、包路径混淆")
print("5、字符串插入/加密")
print("6、还原代码")
print("21、还原代码")
print(" ")
command = int(input("请输入指令编号:"))
......@@ -48,7 +48,7 @@ elif command == 4:
elif command == 5:
StringGarble().str_grable(config)
elif command == 6:
elif command == 21:
#每行一个shell命令,参考自行修改
command = "%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n" \
% (
......
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