You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After attempting to attach frida to the linuxjampded process using frida -l _agent.js linuxjampded, I'm met with the following error:
"
Error: Unable to open file (No such file or directory)
at N (node_modules/frida_fs/index.js:174
at (agent/settings.ts:13)
at call (native)
at o (node_modules/browser-pack/_prelude.js:1)
at (node_modules/browser-pack/_prelude.js:1)
at (agent/index.ts:31)
at call (native)
at (/_agent.js:201)
at call (native)
at (/_agent.js:201)
at call (native)
at o (node_modules/browser-pack/_prelude.js:1)
at r (node_modules/browser-pack/_prelude.js:1)
at (/_agent.js:3334)
"
The text was updated successfully, but these errors were encountered:
After attempting to attach frida to the linuxjampded process using frida -l _agent.js linuxjampded, I'm met with the following error:
"
Error: Unable to open file (No such file or directory)
at N (node_modules/frida_fs/index.js:174
at (agent/settings.ts:13)
at call (native)
at o (node_modules/browser-pack/_prelude.js:1)
at (node_modules/browser-pack/_prelude.js:1)
at (agent/index.ts:31)
at call (native)
at (/_agent.js:201)
at call (native)
at (/_agent.js:201)
at call (native)
at o (node_modules/browser-pack/_prelude.js:1)
at r (node_modules/browser-pack/_prelude.js:1)
at (/_agent.js:3334)
"
The text was updated successfully, but these errors were encountered: