Frida 1.0.7 Released ∞
release
This release brings USB device support in the command-line tools, and
adds frida-ps
for enumerating processes both locally and remotely.
For example to enumerate processes on your tethered iOS device:
The -U
switch is also accepted by frida-trace
and frida-discover
.
Docs how to set this up on your iOS device will soon be added to the website.
However, that’s not the most exciting part. Starting with this release,
Frida got its first contribution since the HN launch.
Pete Morici dived in and contributed support
for specifying module-relative functions in frida-trace
:
Enjoy!