sensepost / sensepost/objection
[bug] Objection fails with normal js frida scripts
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9.4k
- Forks
- 1k
- Avg merge
- 14d 5h
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with objection -f start -S script.js and the shown Java.available script. Trace how objection starts regular Frida scripts when the Java or ObjC bridges are not built in, then verify that scripts either run with the bridge available or produce a warning or error instead of failing silently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, objective-c, python
- Domain
- mobile-dev, security
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100