Skip to content

Releases: nowsecure/r2frida

Release v1.6.0

16 Jul 17:05
Compare
Choose a tag to compare
* Uses Frida 9.1.7
* Support for breakpoints `db`
* Heap allocation commands `dm`
* Enhanced trace register `dtr`

1.5.0

16 Jul 17:05
Compare
Choose a tag to compare
  • New dxc command to run functions and pass parameters easily
  • First plugin available!: libc
  • Add support for Memory.patchCode and add `e write.
  • Implemented dtr command to trace register values
  • Implemented il* and ic* to import libs and class information into r2
  • Add support for TCP based connections

Tracing format strings

16 Jul 17:05
Compare
Choose a tag to compare

This release comes with a bunch of bug fixes and two new additions:

  • Tracing format strings (define function signatures and tracing behaviour in one line)
  • Add a dot at the end of many commands because seek is sync between host and agent

1.2.0

16 Jul 17:06
Compare
Choose a tag to compare
  • Add fD command to resolve debugsymbols given an address
  • Add support to cross-compile to iOS
  • Update to Frida 8.2.3
  • Create Cydia package

1.1.0

16 Jul 17:06
Compare
Choose a tag to compare

Changes since previous release:

  • Updated to use Frida 8.2.0
  • Inverse symbol resolution with fd
  • Filedescriptor list, close dup2 with dd
  • Added command to get version of Frida ?V
  • Add build-time option to opt-out CYLANG WITH_CYCRIPT
  • Better build dependency checks
  • Fix dupes in is
  • Add dl2 to inject libraries using the new Frida API