Cargo Features
[dependencies]
qbdi-rs = { version = "0.1.0", default-features = false, features = ["std", "frida_binding", "android", "x86_64", "arm"] }
- default = std
-
The
std
feature is set by default wheneverqbdi-rs
is added without
somewhere in the dependency tree.default-features = false - std default frida_binding?
- frida_binding = std
- android
- x86_64
-
为不同的架构定义特性
- aarch64 arm