lasting-yang / frida-qbdi-tracer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frida.core.RPCException

anylayer opened this issue · comments

build
frida-compile agent.js -o _agent.js -c -S

start vmrun
Traceback (most recent call last):
File "/root/Desktop/frida-qbdi-tracer/start_trace.py", line 53, in
script.exports_sync.vmrun(log_path)
File "/root/.pyenv/versions/3.9.8/lib/python3.9/site-packages/frida/core.py", line 179, in method
return script._rpc_request("call", js_name, args, **kwargs)
File "/root/.pyenv/versions/3.9.8/lib/python3.9/site-packages/frida/core.py", line 86, in wrapper
return f(*args, **kwargs)
File "/root/.pyenv/versions/3.9.8/lib/python3.9/site-packages/frida/core.py", line 491, in _rpc_request
raise result.error
frida.core.RPCException: Error: Expected an array
at toJni (frida/node_modules/frida-java-bridge/lib/types.js:292)
at toJni (frida/node_modules/frida-java-bridge/lib/types.js:300)
at array (frida/node_modules/frida-java-bridge/lib/class-factory.js:197)
at array (frida/node_modules/frida-java-bridge/index.js:273)
at a (/warp_vm_run.js:1)
at (/agent.js:1)
at vmrun (/agent.js:1)
at apply (native)
at (frida/runtime/message-dispatcher.js:13)
at c (frida/runtime/message-dispatcher.js:23)