Frida Docs Unified
    Preparing search index...

    Class NativeCallback<RetType, ArgTypes>

    Represents a native pointer value whose size depends on Process#pointerSize.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Makes a new NativePointer by taking this and blending it with a constant, which may in turn be passed to sign() as data.

      Parameters

      • smallInteger: number

        Value to blend with.

      Returns NativePointer

    • Returns a boolean allowing you to conveniently check if a pointer is NULL.

      Returns boolean

    • Converts to a signed 32-bit integer.

      Returns number

    • Converts to a JSON-serializable value. Same as toString().

      Returns string

    • Returns a string containing a Memory#scan()-compatible match pattern for this pointer’s raw value.

      Returns string

    • Converts to a “0x”-prefixed hexadecimal string, unless a radix is specified.

      Parameters

      • Optionalradix: number

      Returns string

    • Converts to an unsigned 32-bit integer.

      Returns number