更新 main.py

master
wangsiyuan 2024-03-07 00:24:06 +08:00
parent f47e9cb306
commit 866701b499
1 changed files with 3 additions and 3 deletions

View File

@ -67,10 +67,10 @@ if __name__ == '__main__':
# 是否以spawn模式运行
is_spawn = True
# 目标进程名
attach_process_name = "Navi"
attach_process_name = "百度网盘"
# 目标包名
package_name = "com.huawei.apptouch.waktiplay"
package_name = "com.baidu.netdisk"
# 注入的脚本路径
# script_path = "scripts/hook_conversions.js"
script_path = "scripts/hookssl.js"
script_path = "scripts/baidunetdisk.js"
main(package_name,script_path, is_spawn)