更新 test.py

master
wangsiyuan 2023-11-06 17:02:29 +08:00
parent 6c7278a064
commit af1a9e1859
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import frida,sys
import modules.files_utils
js_code = modules.files_utils.read_javascript("./hook_conversions.js")
js_code = modules.files_utils.read_javascript("scripts/hook_conversions.js")
device = frida.get_usb_device()
pid = device.spawn(["com.naviapp"]) # 以挂起方式创建进程
process = device.attach(pid)