Frida 1.0.5 Released
This release improves frida-trace with support for auto-generating, loading and reloading function handlers from scripts on the filesystem. Have a look at our Quick-start guide for a walkthrough. Also...
View ArticleFrida 1.0.6 Released
This release simplifies the licensing and fixes bugs reported by the community since the HN launch. Primarily: - Relicense remaining GPLv3+ Frida components to LGPLv2.1+ (same as frida-gum). - Tracer...
View ArticleFrida 1.0.7 Released
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:...
View ArticleFrida 1.0.8 Released
We just rolled out a bugfix release: - Support injection into Mac App Store apps - Eliminate iOS daemon auto-start issues - No more iOS crashes shortly after injecting
View ArticleFrida 1.0.9 Released
Another release — this time with some new features: Objective-C integration for Mac and iOS. Here’s an example to whet your appetite: var UIAlertView = ObjC.use('UIAlertView'); /* iOS */...
View ArticleFrida 1.0.10 Released
This release brings a few improvements: Interceptor is now compatible with a lot more functions on iOS/ARM. A new CLI tool called frida-repl provides you with a basic REPL to experiment with the...
View ArticleFrida 1.0.11 Released
Some of you experienced issues injecting into processes on Windows, as well as crashes on iOS. Here’s a new release bringing some serious improvements to Frida’s internals: V8 has been upgraded to...
View ArticleFrida 1.2.0 Released
It’s release-o-clock, and Frida 1.2.0 is finally out! Bugfixes aside, this release introduces brand new ARM64 support, which is quite useful for those of you using Frida on your iPhone 5S or iPad Air....
View ArticleFrida 1.2.1 Released
Had some fun tracing Apple’s crypto APIs, which lead to the discovery of a few bugs. So here’s 1.2.1 bringing some critical ARM-related bugfixes: ARM32: Fix crashes caused by register clobber issue in...
View ArticleFrida 1.4.0 Released
Did anyone say Android? Frida 1.4.0 is out, with brand new Android support! Have a look at the documentation here to get started. Also new in this release is that Frida is now powered by the amazing...
View ArticleFrida 1.4.1 Released
Interested in spawning processes on Windows or Linux, and not just on Mac? Or maybe you’ve been bitten by the Linux injector crashing your processes instead of letting you inject into them? Or maybe...
View ArticleFrida 1.4.2 Released
Just a quick bugfix release to squash this annoying bug, which is reproducible on all supported x86 OSes. Thanks for Guillaume for tracking this one down. As a bonus, frida-repl now also works on...
View ArticleFrida 1.6.0 Released
As some of you may have noticed, Frida recently got brand new Android support, allowing you to easily instrument code just like on Windows, Mac, Linux and iOS. This may sound cool and all, but Android...
View ArticleFrida 1.6.1 Released
It’s time for a bugfix release. Highlights: Compatibility with the Pangu iOS jailbreak on ARM64. The issue is that RWX pages are not available like they used to be with the evad3rs jailbreak. Fix...
View ArticleFrida 1.6.2 Released
It’s release o’clock, and this time we’re bringing you more than just bugfixes. Meet Instruction.parse(): var a = Instruction.parse(ptr("0x1234")); var b = Instruction.parse(a.next); console.log(a);...
View ArticleFrida 1.6.3 Released
This latest release includes a bunch of enhancements and bug fixes. Some of the highlights: The remainder of Frida’s internals have been migrated from udis86 to Capstone, which means that our Stalker...
View ArticleFrida 1.6.4 Released
It’s time for a bug-fix release! Stalker improvements: The engine no longer pre-allocates a fixed chunk of 256 MB per thread being traced, and now grows this dynamically in a reentrancy-safe manner....
View ArticleFrida 1.6.5 Released
It’s release o’clock, and time for some bug fixes: iOS 8.1 is now supported, and the ARM64 support is better than ever. The iOS USB transport no longer disconnects when sending a burst of data to the...
View ArticleFrida 1.6.6 Released
This release introduced a serious regression and was quickly pulled and replaced by 1.6.7.
View ArticleFrida 1.6.7 Released
Tired of waiting for Frida to attach to 32-bit processes on 64-bit Mac or iOS systems? Or perhaps frida-trace takes a while to resolve functions? If any of the above, or none of it, then this release...
View Article