Frida Docs Unified
    Preparing search index...

    Interface CModuleBuiltins

    Builtins present when constructing a CModule from C source code.

    This is typically used by a scaffolding tool such as frida-create in order to set up a build environment that matches what CModule uses.

    interface CModuleBuiltins {
        defines: CModuleDefines;
        headers: CModuleHeaders;
    }
    Index

    Properties

    Properties