objection
objection copied to clipboard
[bug] Job not created when loading script using import command
According to the documentation in the wiki:
Frida scripts loaded with the import command are also run as jobs automatically
Describe the bug
When loading a script with the import command, the script is successfully loaded but no jobs is created.
To Reproduce
- import test.js
- jobs list
Expected behavior
The job should be listed when running jobs list
Environment:
- Frida Version 12.8.19
- Objection Version v1.9.1
Ah right, I need to update the documentation. This is actually not the case anymore.
@leonjza Maybe consider moving the documentation out of the wiki since we can't really make pull requests to update the documentation
does that mean, that the whole "Jobs" functionallity is not working? what's the reason behind it? was it intentionally nuked/ is it a bug?
Jobs still exist, we just don't glue whatever your custom script does to a job you can see in jobs list
anymore. I forget the history on how it worked, but what I think should happen now (as in the code should be written for it) is that we should have something like jobs imports
commands to keep track of and work with custom scripts that were injected.
is there a update about this? been waiting for it, thank you good sir