Frida 17.13.0 Released ∞
release
Time for another Frida release, bringing a handful of API and introspection improvements:
- core: Add
argvto enumerated process parameters. When requesting full scope, Frida now exposes the target process’ command-line arguments on Windows, macOS, Linux, and FreeBSD. - swift: Expose the new
argvprocess parameter through a typed accessor, returning the target’s command-line arguments when provided by the backend. - gumjs: Add
toJSON()support toControlFlowGraphand related classes, so they render nicely when passed toJSON.stringify(). - gir: Emit filename and line information on synthesized documentation, making it easier to trace generated API docs back to their source.
oleavr