Megladon

Results 6 issues of Megladon

Added `memory replace "" "" (--string-pattern) (--string-replace)` command. > `--string-pattern` is used to specify the search input is a string. > `--string-replace` is used to specify the replace input is...

Just the needed changes to compile on ESP-IDF 5.1, let me know if any changes to README or such is required.

- File size check for https://github.com/sensepost/objection/issues/554 - Modified device.attach to fix https://github.com/sensepost/objection/issues/694 - Fixed http server issues introduced by https://github.com/sensepost/objection/commit/3f9763bfd4179ecb20db18934430e30176cc650f (me) - Added support for using "../" (previously this would...

- Created combined job handler between python + agent. - Fixed agent scripts not returning function handles to jobs, which was causing job kill not to work. - Added startup...

🐛bug
✨enhancement

* Fix few remaining job handler instances not returning implementation. * Add error messages such that incorrect job implementations do not fail silently. * Change some common Exception errors to...

* Changed to match new v17 bindings https://frida.re/news/2025/05/17/frida-17-0-0-released/ * Converted to ts module as frida-objc-bridge is now separate.