5.4.0
General
- Improved GNUBoy plugin example with stepping support
- Android supports attaching by pkgid instead of processid or processname ( kudos @as0ler )
- Fix null deref and UAF bugs that were causing random crashes
- Fix a bug in
:dmm
that was causing some regions to be hidden :i
on iOS now shows several more useful paths like tmpdir, bundledir and homedir- Support r2 command execution in queue mode using the new &w command
New Commands
- Implement :?E command for agent-side alerts() useful for demos
- New
ich
command to list classes as Frida hook script syntax - Improved
afs
command to import function signatures for ObjC methods into r2 - The
dxo
command now assumes last instance when calling a method without passingthis
- Support float and double types in
dxc
anddxo
commands - Added
icw, icv, ics and ica
commands to list classes and modules - Added /i and /ij to search for objc and java class instances
Build stuff
- make install now puts the plugin system wide. Use
make user-install
for the old default behaviour - Switch to the latest Frida 15.0.16