Frida Docs Unified
    Preparing search index...

    Interface StalkerParseOptions

    interface StalkerParseOptions {
        annotate?: boolean;
        stringify?: boolean;
    }
    Index

    Properties

    annotate?: boolean

    Whether to include the type of each event. Defaults to true.

    stringify?: boolean

    Whether to format pointer values as strings instead of NativePointer values, i.e. less overhead if you're just going to send() the result and not actually parse the data agent-side.