Frida Docs Unified
    Preparing search index...

    Scaffold class.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    • get class(): Class

      Gets the class in which this field is defined.

      Returns Class

    • get flags(): number

      Gets the flags of the current field.

      Returns number

    • get isLiteral(): boolean

      Determines whether this field value is known at compile time.

      Returns boolean

    • get isStatic(): boolean

      Determines whether this field is static.

      Returns boolean

    • get isThreadStatic(): boolean

      Determines whether this field is thread static.

      Returns boolean

    • get modifier(): string

      Gets the access modifier of this field.

      Returns string

    • get name(): string

      Gets the name of this field.

      Returns string

    • get offset(): number

      Gets the offset of this field, calculated as the difference with its owner virtual address.

      Returns number

    • get value(): T

      Gets the value of this field.

      Returns T

    • set value(value: T): void

      Sets the value of this field. Thread static or literal values cannot be altered yet.

      Parameters

      • value: T

      Returns void

    Methods

    • Returns string