Frida Docs Unified
    Preparing search index...

    Interface FileMapping

    interface FileMapping {
        offset: number;
        path: string;
        size: number;
    }
    Index

    Properties

    Properties

    offset: number

    Offset in the mapped file on disk, in bytes.

    path: string

    Full filesystem path.

    size: number

    Size in the mapped file on disk, in bytes.