Frida Docs Unified
    Preparing search index...

    Interface NativeFunctionOptions

    interface NativeFunctionOptions {
        abi?: NativeABI;
        exceptions?: ExceptionsBehavior;
        scheduling?: SchedulingBehavior;
        traps?: CodeTraps;
    }
    Index

    Properties

    abi?: NativeABI
    exceptions?: ExceptionsBehavior
    scheduling?: SchedulingBehavior
    traps?: CodeTraps