Cargo Features

frida-gum has no features set by default.

[dependencies]
frida-gum = { version = "0.13.6", features = ["auto-download", "backtrace", "event-sink", "invocation-listener", "module-names", "stalker-observer", "stalker-params"] }
auto-download

Enables auto-download of frida-gum-sys

backtrace = libc
event-sink

Enables event-sink of frida-gum-sys

Affects stalker::NoneEventSink

invocation-listener

Enables invocation-listener of frida-gum-sys

memory-access-monitor module-names
stalker-observer

Enables stalker-observer of frida-gum-sys

stalker-params

Enables stalker-params of frida-gum-sys

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

libc backtrace?