Frida Docs Unified
    Preparing search index...
    • Replaces function at target with implementation at replacement.

      May be implemented using e.g. NativeCallback or CModule.

      You may call the original implementation by calling target from within your implementation. Interceptor uses thread-local state to determine that it should call the original in that case.

      The target may be specified either as a bare address, or as an object carrying the address alongside instrumentation options such as which scratch register to use.

      Parameters

      Returns void