Frida Docs Unified
    Preparing search index...

    Interface ExceptionMemoryDetails

    interface ExceptionMemoryDetails {
        address: NativePointer;
        operation: MemoryOperation;
    }
    Index

    Properties

    Properties

    address: NativePointer

    Address that was accessed when the exception occurred.

    operation: MemoryOperation

    The kind of operation that triggered the exception.