Skip to content

Releases: nowsecure/r2frida

5.7.6

29 Sep 14:39
Compare
Choose a tag to compare

Release

5.7.4

16 Aug 09:50
Compare
Choose a tag to compare

Release

5.7.2

16 Jul 16:49
Compare
Choose a tag to compare
  • Add new-generation breakpoints support dbn and dbnc commands
  • Upgrade to the latest Frida 15.2.2
  • Fix signing issues with latest macOS

Kudos to @oleavr and @as0ler

5.7.0

16 Jul 16:50
Compare
Choose a tag to compare
  • Update Frida 15.1.23 to support Android 12
  • hook.backtrace=false by default
  • Expose modulename boundaries as flags to handle search.in=flag in r2
  • Support building without wget installed (curl also works as fallback if available)
  • Update node dependencies for security reasons
  • Support 5.7.0 API/ABI changes (Still compatible with 5.6.x)
  • Fix deadlock caused on reloading a session
  • Update precompiled agent

5.6.2

16 Jul 16:50
Compare
Choose a tag to compare
  • Fix deadlock when attaching a second instance to the same target process
  • Fix null derefs and improve error handling in all message passing functions
  • Add r2frida.puts helper for local logging
  • Dont fill with empty rows the output of :i
  • Parse macho stubs and provide plt flags for the imports
  • Fix symbol names (sym.sec.main -> sym.main)
  • Fix reloc flag names on darwin targets
  • Update to Frida 15.1.17

5.6.0

16 Jul 16:51
Compare
Choose a tag to compare
  • Fix glitch in isSwiftAvailable
  • Use frida 15.1.6
  • Add iS to list macho sections

5.5.6

16 Jul 16:57
5b77166
Compare
Choose a tag to compare
  • Add allow.swift eval var (disabled by default) to fix crash caused on some protected iOS apps
  • Fix :e getter issue when retrieving boolean values
  • Improve flag and command sanitizes, fixes anoying error messages on .:init* and :dmm*
  • Fix null derefs on message parsing
  • Consider any Android api to be missing at init time (let r2frida debug kitkat devices)

Thanks to @enovella @as0ler @apkunpacker and @trufae for contributing to this release!

5.5.4

16 Jul 16:57
Compare
Choose a tag to compare
  • Add --with-precompiled-agent configure option flag
  • Sanitize flagnames for iE, il and others
  • il output now shows library end address (derived from size)
  • Update to the latest Frida 15.1.14
  • Speedup file transfer limits, raising the mtu to 4MB

5.5.0

16 Jul 16:58
Compare
Choose a tag to compare
  • Use Frida 15.1.10
  • Add div command for java methods to return void
  • Fix UAF crash happending randomly on exit
  • Fix device selection bug on spawn/attach/launch uris
  • Improve io.fs support and better base64 handling
  • Print NSSwiftData to trace HTTP Body
  • Add command to allocate wide-char strings
  • FIx null deref on empty stanzas
  • Add SVG logo

5.4.4

16 Jul 16:58
Compare
Choose a tag to compare
  • Fix uninitialized T issue
  • Add remote logging feature via TCP
  • Add ansi and utf16 string types for the dtf command (thanks @unabomber78 !)
  • Fix global Swift object issue when using Frida15.0 or below
  • Remove the swift-frida submodule
  • Add intercept logic for java: and fix di0/dif0 behaviour (thanks @as0ler !)