Skip to content

v3.3.0

Compare
Choose a tag to compare
@trufae trufae released this 16 Jul 17:02
· 1083 commits to master since this release
  • Upgrade to Frida 12.4.0
  • Add support to build the plugin with ASAN
  • Fix async issues and honor promises to make some commands blockings
  • Simplify some code after fixing the babel support and use more es6
  • Add d. command to start the chrome debugserver about:inspect
  • Enable V8 by default (R2FRIDA_DISABLE_V8 env var will switch back to Duktape)
  • Improvements in the makefile
  • Fix some crashes when receiving invalid JSON objects
  • Fix Debian builds