Skip to content

Releases: nowsecure/r2frida

2.7.0

16 Jul 17:03
Compare
Choose a tag to compare
  • Implemented iE, iEa and isa commands
  • Honor numEval in more commands (r2 resolving addresses's names)
  • Added autocompletion support using the new !!! r2 command
  • Fix a function signature in the libc plugin
  • Upgrade to Frida 12.0.4

2.6.0

16 Jul 17:04
Compare
Choose a tag to compare

Changelog:

  • Upgrade to Frida 11.0.11
  • Initial implementation of numEval as r2 async callback, on dcu and dbt for now
  • Implement \dm* to import all maps as flags
  • Fix register sizes in the profile (makes .\dr* and dL io happy)
  • Enable plugins the ability to replace the read/write implementations
  • Implement \dt for Android (trace java code) \dt package.Class.method
  • Implement e search.in=heap

2.5.1

09 May 09:59
Compare
Choose a tag to compare
  • Upgrade to Frida 11.0.1
  • Fix include path in the android cross-compilation

Remember: if you are using those android blobs, you must do the following to make them work in Termux:

export LD_LIBRARY_PATH=/system/lib64:$LD_LIBRARY_PATH # use /system/lib on 32bit devices
xz -d io_frida-2.5.0-android-arm64.so.xz
mv io_frida-2.5.0-android-arm64.so `r2 -H LIBR_PLUGINS`

Termux friendly

16 Jul 17:03
Compare
Choose a tag to compare

screen shot 2018-05-06 at 22 49 45

  • Resolve RCore from RIO instead of RCons (safer and android-friendly)
  • Implement heap-related commands under dmh
  • In sync with r2-2.5
  • Upgrade for Frida 11
  • Handle process-replaced event
  • Improve the \ii command to show imports
  • Make it work with Termux (precompiled plugins attached), see README for details

2.2.0

16 Jul 17:04
Compare
Choose a tag to compare
Release r2frida 2.2.0

r2frida-1.9.0

16 Jul 17:04
Compare
Choose a tag to compare
  • Added /v and /w commands (Thanks @mrmacete)
  • Upgrade to Frida 9.1.14 (Fixes memleaks, crashes and race conditions) (thanks @oleavr )

1.8.0

16 Jul 17:04
Compare
Choose a tag to compare

@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.7.0

16 Jul 17:05
Compare
Choose a tag to compare
  • 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)

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