# frida-rust **Repository Path**: maxkingpro/frida-rust ## Basic Information - **Project Name**: frida-rust - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-01 - **Last Updated**: 2026-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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