frida 0.1.0

Rust bindings for Frida
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "frida"
version = "0.1.0"
authors = ["meme <keegan@sdf.org>"]
edition = "2018"
license = "wxWindows"
repository = "https://github.com/meme/frida-rust"
description = "Rust bindings for Frida"

[dependencies]
frida-sys = { path = "../frida-sys", version = "0.1.0" }

[dev-dependencies]
lazy_static = "1"

[badges]
maintenance = { status = "experimental" }