Frida Docs Unified
    Preparing search index...

    Function registerSourceMap

    • Registers a source map for the specified script name. Should ideally be called before the given script gets loaded, so stack traces created during load can make use of the source map.

      Parameters

      • name: string

        Name of the script that the source map is for, e.g. /plugins/screenshot.js.

      • json: string

        Source map contents as JSON.

      Returns void