Frida 1.6.8 Released
Just a minor bug-fix release to fix spawn() on Mac, and resolve some teardown issues. Enjoy!
View ArticleFrida 1.8.0 Released
This release introduced a serious regression on iOS and was quickly pulled from our Cydia repo, though it was available for Mac, Linux and Android while waiting to be replaced by 2.0.0.
View ArticleFrida 2.0.0 Released
It’s time for a new and exciting release! Key changes include: No more kernel panics on Mac and iOS! Read the full story here. Mac and iOS injector performs manual mapping of Frida’s dylib. This means...
View ArticleFrida 2.0.1 Released
Just a quick bug-fix release to remedy an iOS issue that slipped through the final testing of 2.0.0. Enjoy!
View ArticleFrida 2.0.2 Released
Thanks to your excellent feedback we just eliminated a crasher when using Frida on Windows with certain iOS device configurations. As this is a very important use-case we decided to do a hotfix...
View ArticleFrida 3.0.0 Released
You may have wondered: Why a Python API, but JavaScript debugging logic? Well, you can now do this: $ npm install frida We just brought you brand new Node.js bindings, and they are fully asynchronous:...
View ArticleFrida 4.0.0 Released
It’s time for an insane release with tons of improvements. Let’s start with a user-facing change. The CLI tool called frida-repl has been renamed to just frida, and now does tab completion! This and...
View ArticleFrida 4.1 Released
It’s release o’clock, and this time we’re taking the iOS support to the next level while also bringing some solid quality improvements. I’m also really excited to announce that I’ve recently joined...
View ArticleFrida 4.2 Released
The Frida co-conspirators have been cracking away on several fronts, so much lately that I figured it was worth jotting this down to get the word out. In Dalvik land, @marc1006 contributed a really...
View ArticleFrida 4.3 Released
It’s release o’clock, and this time we have a slew of improvements all over the place. In brief: 4.3.0: core: add support for getting details about the frontmost application, initially only for iOS...
View ArticleFrida 4.4 Released
With 4.4 out the door, we can now offer you a brand new RPC API that makes it super-easy to communicate with your scripts and have them expose services to your application. We also got some amazing...
View ArticleFrida 4.5 Released
Time for another packed release. This time we’re bringing a brand new spawn gating API that lets you catch processes spawned by the system, and tons of Android improvements and improvements all over...
View ArticleFrida 5.0 Released
Wow, another major release! We decided to change the Device API to give you persistent IDs so you can easily tell different devices apart as they’re hotplugged. But that’s just the beginning of it,...
View ArticleFrida 6.0 Released
Epic release this time, with brand new iOS 9 support and improvements all over the place. For some more background, check out my blog posts here and here. There’s a lot of ground to cover here, but...
View ArticleFrida 6.1 Released
Some time ago @s1341 ported Frida to QNX, and just a few weeks back he was running into memory footprint issues when using Frida on embedded ARM devices. This was right after he contributed...
View ArticleFrida presentation at FOSDEM 2016
oleavr and karltk presented Frida at the FOSDEM Testing and Automation devroom yesterday. Slides for our talk—titled Testing interoperability with closed-source software through scriptable...
View ArticleFrida 6.2 Released
It’s release o’clock, and this time we’re bringing you massive performance improvements on all platforms, a brand new API for looking up functions, and major stability improvements on iOS 9. Let’s...
View ArticleFrida 7.0 Released
It’s been a while since our last major release bump. This time we’re addressing the long-standing issue where 64-bit integers were represented as JavaScript Number values. This meant that values...
View ArticleFrida 4.2 Released
The Frida co-conspirators have been cracking away on several fronts, so much lately that I figured it was worth jotting this down to get the word out.In Dalvik land, @marc1006 contributed a really neat...
View ArticleFrida 4.3 Released
It’s release o’clock, and this time we have a slew of improvements all over the place. In brief:4.3.0:core: add support for getting details about the frontmost application, initially only for...
View Article