Objection breaking changes. #3308
Replies: 1 comment
-
Hi @IPMegladon, that's awesome! Thanks for letting us know. Please make the necessary changes and let us know when you release the new version so we can merge the changes. If you don't mind, please also leave a note in MASTG-TOOL-0074.md explaining the changes. For example, explain how certain commands were before, so people are aware of that.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions