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 whenever qbdi-rs is added without default-features = false somewhere in the dependency tree.

std default frida_binding?
frida_binding = std
android
x86_64

为不同的架构定义特性

aarch64 arm