objection icon indicating copy to clipboard operation
objection copied to clipboard

[bug] Job not created when loading script using import command

Open Techbrunch opened this issue 4 years ago • 5 comments

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

  1. import test.js
  2. jobs list

Expected behavior

The job should be listed when running jobs list

Environment:

  • Frida Version 12.8.19
  • Objection Version v1.9.1

Techbrunch avatar Apr 19 '20 10:04 Techbrunch

Ah right, I need to update the documentation. This is actually not the case anymore.

leonjza avatar Apr 19 '20 10:04 leonjza

@leonjza Maybe consider moving the documentation out of the wiki since we can't really make pull requests to update the documentation

Techbrunch avatar Apr 19 '20 10:04 Techbrunch

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?

root-intruder avatar Aug 03 '20 13:08 root-intruder

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.

leonjza avatar Aug 03 '20 13:08 leonjza

is there a update about this? been waiting for it, thank you good sir

dgrivera avatar Nov 17 '21 08:11 dgrivera