Swift API
Status
The Swift API documentation is currently a stub. No Swift-specific code examples are published yet.
Getting the Swift Bindings
Download the Swift release from the official Frida releases page: https://github.com/frida/frida/releases
Equivalent Documentation
Until Swift-specific docs are available, consult these for equivalent API patterns:
- Frida C API — native C bindings reference
- Frida JavaScript API — JS scripting API reference (most complete docs)
Notes
- The Swift bindings wrap the same underlying Frida GLib/GObject-based C API
- Patterns from the C API map directly to Swift binding equivalents
- For runtime instrumentation logic, the JavaScript API is the most fully documented and feature-complete surface