R2frida Versions Save

Radare2 and Frida better together.

5.9.0

1 month ago
  • Add manpage
  • Initial testsuite
  • Uses Frida 16.2.1
  • Better error handling and messages
  • Interactive uri constructor in visual mode (r2 frida://)
  • Lots of fixes and stability improvements after the regressions from typescript rewrite
  • Add elf and macho header parsing, as well as better entrypoint detection and section listing
  • Implement search.align
  • Add :% command to change target process environment
  • Support up to iOS17, uses new safe io native apis
  • Inject r2 inside target processes
  • Expose size of loaded modules
  • Export all process metadata as flags into the r2 session
  • Lots of code cleanup and many other improvements here and there

1.1.0

9 months ago

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

1.2.0

9 months ago
  • 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.3.0

9 months ago

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.5.0

9 months ago
  • 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

1.6.0

9 months ago

1.7.0

9 months ago
  • Update for Frida 9.1.8 (fixes some memleaks) (@oleavr)
  • Dump full env vars (@dweinstein)
  • Support Android (enumerate classes and methods) (@trufae)
  • Fix build on Ubuntu (@trufae)

1.8.0

9 months ago

@mrmacete

  • String and Hexpair search commands in agent side
  • Agent can run r2 commands
  • Use semistandard

@trufae

  • Add configure script to check for dependencies (by @trufae)
  • Fix regression in px and pd
  • Fix fstat symbol issue on GNU/Linux

1.9.0

9 months ago
  • Added /v and /w commands (Thanks @mrmacete)
  • Upgrade to Frida 9.1.14 (Fixes memleaks, crashes and race conditions) (thanks @oleavr )

2.2.0

9 months ago