Frida core library intended for static linking into bindings
Frida core library intended for static linking into bindings.
Typically used through one of the available language bindings:
E.g.:
$ pip install frida-tools # CLI tools
$ pip install frida # Python bindings
$ npm install frida # Node.js bindings
Or, for static linking into your own project written in a C-compatible language,
download a devkit from the Frida releases page.
For a higher level view of the internals, check out the architecture diagram
and its links to the different parts of the codebase.