-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
Discussed in #3308
Originally posted by IPMegladon June 2, 2025
Hi all, I have not contributed to this repo before but have used it quite a bit.
Due to breaking changes in Frida 17, we are in the process of creating a new release version of objection (1.12.0).
However, one or two command changes have occurred since the last released objection - something like three years ago. I am currently adding backwards compatibility for these as we wish to avoid breaking examples. That said I still think it is worth updating examples such as in MASTG to match the new syntax. E.g. objection -g <name> explore is nowobjection -n <name> start.
I don't mind making these changes, however I do not know the release structure of MASTG, and want to know whether these changes should be made throughout or only for the beta versions for example?