Frida 1.0.9 Released ∞
release
Another release — this time with some new features:
- Objective-C integration for Mac and iOS. Here’s an example to whet your appetite:
Module.enumerateExports()
now also enumerates exported variables and not just functions. TheonMatch
callback receives anexp
object where thetype
field is eitherfunction
orvariable
.
To get the full scoop on the ObjC integration, have a look at the JavaScript API reference.