Structures

The following structures are available globally.

  • An opaque struct describing a library opened with LHOpenImage. Only use libhooker APIs to interact with this.

    Declaration

    Objective-C

    struct libhooker_image
  • Describes a memory region to patch

    See more

    Declaration

    Objective-C

    struct LHMemoryPatch {}
  • Additional options for function hooks (this struct can grow for newer libhooker versions)

    See more

    Declaration

    Objective-C

    struct LHFunctionHookOptions {}
  • Describes a function hook

    See more

    Declaration

    Objective-C

    struct LHFunctionHook {}