sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.17k stars 825 forks source link

Bump frida #579

Closed CDuPlooy closed 1 month ago

CDuPlooy commented 1 year ago

I changed the frida version to 16.0.2 and the frida-tools version to 12.0.1

The only thing that needed to change for frida was that enable_debugger has moved to the script object. At the same time, I think if you want to use this functionality the runtime has to be v8 -- since I vaguely recall reading that somewhere and that it doesn't work if the runtime isn't v8.

I'm not sure if upgrading frida-tools needed any changes as everything still worked for me :)

subvert0r commented 1 year ago

ANY NEWS????

leonjza commented 1 month ago

Thanks @CDuPlooy! I bumped the versions along with https://github.com/sensepost/objection/commit/5e45507d19c10a413652798ac4f135ad13bd6b80 and ported the debugger fix in https://github.com/sensepost/objection/commit/e6db48bd6a4a72f28ad53b680fa2af6620e76759. Thanks for the contributions!