Releases: nowsecure/r2frida
Releases · nowsecure/r2frida
Release v1.6.0
* Uses Frida 9.1.7 * Support for breakpoints `db` * Heap allocation commands `dm` * Enhanced trace register `dtr`
1.5.0
- 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
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
1.1.0
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