{"type": "func", "start": 6442582308, "end": 6442582343, "name": "DllMain", "pseudocode": "// \n// DllMain from 0x180020124 to 0x180020147 (35 bytes)\n// \n// 4 xrefs:\n// > dllmain_dispatch @ 0x18001faba\n// > dllmain_dispatch @ 0x18001fad6\n// > <???> @ 0x18004b2c8\n// > <???> @ 0x18004b2d4\n// \n// This function is hookable on this platform!\n// \n// Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA\n// Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings\n// \n\nBOOL __stdcall DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)\n{\n  if ( fdwReason == 1 )\n    DisableThreadLibraryCalls(hinstDLL);\n  return 1;\n}", "assembly": "; \n; DllMain from 0x180020124 to 0x180020147 (35 bytes)\n; \n; 4 xrefs:\n; > dllmain_dispatch @ 0x18001faba\n; > dllmain_dispatch @ 0x18001fad6\n; > <???> @ 0x18004b2c8\n; > <???> @ 0x18004b2d4\n; \n; This function is hookable on this platform!\n; \n; Using BromaIDA 8.0.0 @ https:;github.com/Stazzical/BromaIDA\n; Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https:;github.com/geode-sdk/bindings\n; \n\nsub     rsp, 28h                                                       ; +0x0, 0x180020124\ncmp     edx, 1                                                         ; +0x4, 0x180020128\njnz     short loc_18002013D                                            ; +0x7, 0x18002012b\ncmp     cs:qword_180023318, 0                                          ; +0x9, 0x18002012d\njnz     short loc_18002013D                                            ; +0x11, 0x180020135\ncall    cs:DisableThreadLibraryCalls                                   ; +0x13, 0x180020137\nmov     eax, 1                                                         ; +0x19, 0x18002013d\nadd     rsp, 28h                                                       ; +0x1e, 0x180020142\nretn                                                                   ; +0x22, 0x180020146", "xrefs": ["dllmain_dispatch @ 0x18001faba", "dllmain_dispatch @ 0x18001fad6", "<???> @ 0x18004b2c8", "<???> @ 0x18004b2d4"], "is_objc": false, "is_arm32": false, "is_arm64": false, "bida_info": "8.0.0 @ https://github.com/Stazzical/BromaIDA", "bindings_info": "commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings"}