3 unstable releases

0.2.1 Oct 23, 2022
0.2.0 May 23, 2021
0.1.0 Mar 7, 2021

#886 in Text processing

Download history 232/week @ 2023-12-05 194/week @ 2023-12-12 388/week @ 2023-12-19 264/week @ 2023-12-26 819/week @ 2024-01-02 587/week @ 2024-01-09 551/week @ 2024-01-16 393/week @ 2024-01-23 436/week @ 2024-01-30 492/week @ 2024-02-06 552/week @ 2024-02-13 377/week @ 2024-02-20 583/week @ 2024-02-27 772/week @ 2024-03-05 596/week @ 2024-03-12 622/week @ 2024-03-19

2,643 downloads per month
Used in 5 crates (2 directly)

wxWindows

4KB
62 lines

frida-rust

Rust bindings for Frida.

Install

  • Build Frida, or download the devkits for your system (see frida-gum or frida-core README for verison)
  • 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

Dependencies

~6–21MB
~335K SLoC