https://github.com/frida/frida-rust
Frida Rust bindings
https://github.com/frida/frida-rust
Last synced: 11 months ago
JSON representation
Frida Rust bindings
- Host: GitHub
- URL: https://github.com/frida/frida-rust
- Owner: frida
- License: other
- Created: 2020-05-27T14:47:04.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-05T14:11:22.000Z (12 months ago)
- Last Synced: 2025-06-19T05:58:39.627Z (12 months ago)
- Language: C
- Homepage:
- Size: 3.26 MB
- Stars: 218
- Watchers: 11
- Forks: 61
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
frida-rust
==========
Rust bindings for [Frida](http://www.frida.re/).
## Install
- Build Frida, or download the devkits for your system (see `frida-gum` or `frida-core` README for version)
- For crate installation:
- Move the frida-gum and frida-core devkits into `rustc-link-search`, e.g.: `/usr/local/{include, lib}` on Unix
- For local development:
- Move the frida-gum devkit into `frida-gum-sys`, and the frida-core devkit into `frida-sys` and `cargo build` in the root