Cargo Features

frida-gum has no features set by default.

[dependencies]
frida-gum = { version = "0.14.2", features = ["std", "script", "auto-download", "backtrace", "event-sink", "invocation-listener", "module-names", "stalker-observer", "stalker-params"] }
std backtrace? memory-access-monitor? module-names?
script

Enables js of frida-gum-sys

auto-download

Enables auto-download of frida-gum-sys

backtrace = libc, std
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 = std
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?