更新 main.py

master
wangsiyuan 2023-10-17 09:48:24 +08:00
parent 9de27d332d
commit 7a34565a64
1 changed files with 5 additions and 1 deletions

View File

@ -56,9 +56,13 @@ def main(package_name,script_path,is_spawn):
if __name__ == '__main__':
# 是否以spawn模式运行
is_spawn = True
# 目标进程名
attach_process_name = "Navi"
package_name = "com.naviapp"
# 目标包名
package_name = "com.msf.angelmobile"
# 注入的脚本路径
script_path = "./hook_conversions.js"
# script_path = "./r0capture/script.js"
main(package_name,script_path, is_spawn)