(globalThis as any).Module = new Proxy(Module, {
    cache: {},

    get(target: typeof Module, property: string | symbol): NativePointer | undefined {
        const patchedFindExportByName = (moduleName: string | null, exportName: string) => {