[bug] Objection fails with normal js frida scripts
Author: IPMegladonCreated Jul 23, 2026Updated Jul 23, 2026
Labels🐛bug
Describe the bug Given that the frida bridges are no longer built in, regular frida scripts that use Java or ObjC fail to run. This also fails silently and produces no warning or error message.
To Reproduce
objection -f start -S script.js
// script.js
console.log(Java.available);Expected behavior Either fix to include bridge like frida repl or show warning/error.
Source: sensepost/objection