diff --git a/README.md b/README.md index 53fd2b7..861a015 100644 --- a/README.md +++ b/README.md @@ -152,9 +152,11 @@ This includes functions for: - Cast information (GetCastInfo, GetCurrentCastingInfo) - Cooldown tracking (GetSpellIdCooldown, GetItemIdCooldown), including item metadata on cooldown detail tables - Inventory helpers (GetTrinketCooldown, GetTrinkets, GetAmmo) -- Aura duration tracking (GetPlayerAuraDuration) +- Aura duration tracking and cancel helpers (GetPlayerAuraDuration, CancelPlayerAuraSlot, CancelPlayerAuraSpellId) - Spell lookups and utilities +`CancelPlayerAuraSpellId(spellId, [ignoreMissing])` supports an optional second parameter where `1` skips the aura-slot presence check (useful for buff-capped cases) and `0`/omitted keeps the default check. + Cooldown detail tables now also expose `itemId`, `itemHasActiveSpell`, and `itemActiveSpellId` alongside the existing per-category timing data. Use `GetTrinkets([copy])` to enumerate equipped trinkets and bagged trinkets (backpack/bags 1-4) with `itemId`, `trinketName`, `texture`, `itemLevel`, `bagIndex` (nil when equipped), and 1-based `slotIndex`. It reuses cached tables by default; pass `1` (or any truthy value) to force a fresh copy. diff --git a/nampower.map b/nampower.map index 567fb4a..cff89a7 100644 --- a/nampower.map +++ b/nampower.map @@ -1,14 +1,14 @@ nampower - Timestamp is 698c0a2f (Tue Feb 10 20:48:47 2026) + Timestamp is 698e0946 (Thu Feb 12 09:09:26 2026) Preferred load address is 10000000 Start Length Name Class 0001:00000000 000009e0H .text$di CODE - 0001:000009e0 000801a0H .text$mn CODE - 0001:00080b80 000052e0H .text$x CODE - 0001:00085e60 00000a7eH .text$yd CODE + 0001:000009e0 000803a0H .text$mn CODE + 0001:00080d80 000052e0H .text$x CODE + 0001:00086060 00000a7eH .text$yd CODE 0002:00000000 000001e0H .idata$5 DATA 0002:000001e0 00000008H .00cfg DATA 0002:000001e8 00000004H .CRT$XCA DATA @@ -28,27 +28,27 @@ 0002:00000368 00000004H .CRT$XTA DATA 0002:0000036c 00000014H .CRT$XTZ DATA 0002:00000370 00000000H .gfids$y DATA - 0002:00000380 00017e00H .rdata DATA - 0002:00018180 00000000H .rdata$CastGuardVftablesA DATA - 0002:00018180 00000000H .rdata$CastGuardVftablesC DATA - 0002:00018180 00000018H .rdata$T DATA - 0002:00018198 00002d50H .rdata$r DATA - 0002:0001aee8 000003b4H .rdata$sxdata DATA - 0002:0001b29c 00000118H .rdata$voltmd DATA - 0002:0001b3b4 00000398H .rdata$zzzdbg DATA - 0002:0001b74c 00000004H .rtc$IAA DATA - 0002:0001b750 00000004H .rtc$IZZ DATA - 0002:0001b754 00000004H .rtc$TAA DATA - 0002:0001b758 00000004H .rtc$TZZ DATA - 0002:0001b75c 00000004H .tls DATA - 0002:0001b760 0000000cH .tls$ DATA - 0002:0001b76c 00000004H .tls$ZZZ DATA - 0002:0001b770 00006130H .xdata$x DATA - 0002:000218a0 00000044H .edata DATA - 0002:000218e4 00000028H .idata$2 DATA - 0002:0002190c 00000014H .idata$3 DATA - 0002:00021920 000001e0H .idata$4 DATA - 0002:00021b00 000008e0H .idata$6 DATA + 0002:00000380 00017e80H .rdata DATA + 0002:00018200 00000000H .rdata$CastGuardVftablesA DATA + 0002:00018200 00000000H .rdata$CastGuardVftablesC DATA + 0002:00018200 00000018H .rdata$T DATA + 0002:00018218 00002d50H .rdata$r DATA + 0002:0001af68 000003b4H .rdata$sxdata DATA + 0002:0001b31c 00000118H .rdata$voltmd DATA + 0002:0001b434 00000398H .rdata$zzzdbg DATA + 0002:0001b7cc 00000004H .rtc$IAA DATA + 0002:0001b7d0 00000004H .rtc$IZZ DATA + 0002:0001b7d4 00000004H .rtc$TAA DATA + 0002:0001b7d8 00000004H .rtc$TZZ DATA + 0002:0001b7dc 00000004H .tls DATA + 0002:0001b7e0 0000000cH .tls$ DATA + 0002:0001b7ec 00000004H .tls$ZZZ DATA + 0002:0001b7f0 00006130H .xdata$x DATA + 0002:00021920 00000044H .edata DATA + 0002:00021964 00000028H .idata$2 DATA + 0002:0002198c 00000014H .idata$3 DATA + 0002:000219a0 000001e0H .idata$4 DATA + 0002:00021b80 000008e0H .idata$6 DATA 0003:00000000 000138a0H .data DATA 0003:000138a0 00001168H .data$r DATA 0003:00014a08 00002318H .data$rs DATA @@ -329,2434 +329,2437 @@ 0001:00005b30 ?Reset@CDataStore@Nampower@@UAEXXZ 10006b30 f cdatastore.cpp.obj 0001:00005b60 ?ClntObjMgrGetActivePlayerGuid@game@@YA_KXZ 10006b60 f game.cpp.obj 0001:00005b70 ?ClntObjMgrObjectPtr@game@@YAPAIW4TypeMask@1@_K@Z 10006b70 f game.cpp.obj - 0001:00005b90 ?GetCastTime@game@@YAIPAXI@Z 10006b90 f game.cpp.obj - 0001:00005bb0 ?GetCurrentTargetGuid@game@@YA_KXZ 10006bb0 f game.cpp.obj - 0001:00005bc0 ?GetDurationObject@game@@YAPAVCDuration@1@I@Z 10006bc0 f game.cpp.obj - 0001:00005be0 ?GetItemId@game@@YAIPAUCGItem_C@1@@Z 10006be0 f game.cpp.obj - 0001:00005bf0 ?GetObjectPtr@game@@YAPAI_K@Z 10006bf0 f game.cpp.obj - 0001:00005c00 ?GetObjectVFTable@game@@YAPAIPAI@Z 10006c00 f game.cpp.obj - 0001:00005c10 ?GetPlayerInventoryPtr@game@@YAPAIPAI@Z 10006c10 f game.cpp.obj - 0001:00005c20 ?GetSpellDuration@game@@YAHPBUSpellRec@1@_N@Z 10006c20 f game.cpp.obj - 0001:00005c40 ?GetSpellInfo@game@@YAPBUSpellRec@1@I@Z 10006c40 f game.cpp.obj - 0001:00005c60 ?GetSpellModifier@game@@YAHPBUSpellRec@1@W4SpellModOp@1@@Z 10006c60 f game.cpp.obj - 0001:00005c90 ?GetSpellName@game@@YAPBDI@Z 10006c90 f game.cpp.obj - 0001:00005cd0 ?UnitGetGuid@game@@YA_KPAI@Z 10006cd0 f game.cpp.obj - 0001:00005cf0 ?UnitGetMountDisplayId@game@@YAIPAI@Z 10006cf0 f game.cpp.obj - 0001:00005d10 ?UnitGetTargetGuid@game@@YA_KPAI@Z 10006d10 f game.cpp.obj - 0001:00005d30 ?UnitIsBuffCapped@game@@YA_NPAI@Z 10006d30 f game.cpp.obj - 0001:00005d70 ?UnitIsDebuffCapped@game@@YA_NPAI@Z 10006d70 f game.cpp.obj - 0001:00005db0 ?UnitIsInCombat@game@@YA_NPAI@Z 10006db0 f game.cpp.obj - 0001:00005de0 ?UnitIsPvpFlagged@game@@YA_NPAI@Z 10006de0 f game.cpp.obj - 0001:00005e10 ??$?0PAD$0A@@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@PAD0ABV?$allocator@D@1@@Z 10006e10 f i main.cpp.obj - 0001:00005ed0 ??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z 10006ed0 f i main.cpp.obj - 0001:00005f70 ??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z 10006f70 f i main.cpp.obj - 0001:00006010 ??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@?$shared_ptr@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@1@@Z 10007010 f i main.cpp.obj - 0001:000060c0 ??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100070c0 f i main.cpp.obj - 0001:00006160 ??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@?$shared_ptr@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@1@@Z 10007160 f i main.cpp.obj - 0001:00006210 ??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 10007210 f i main.cpp.obj - 0001:000062b0 ??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100072b0 f i main.cpp.obj - 0001:00006350 ??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 10007350 f i main.cpp.obj - 0001:000064d0 ??$?6DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@@Z 100074d0 f i main.cpp.obj - 0001:000064f0 ??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100074f0 f i main.cpp.obj - 0001:00006790 ??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 10007790 f i main.cpp.obj - 0001:00006a30 ??$?6VError@hadesmem@@UTagErrorCodeWinLast@1@K@boost@@YAABVError@hadesmem@@ABV12@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z 10007a30 f i main.cpp.obj - 0001:00006a40 ??$?6VError@hadesmem@@UTagErrorString@1@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YAABVError@hadesmem@@ABV12@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z 10007a40 f i main.cpp.obj - 0001:00006a50 ??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 10007a50 f i main.cpp.obj - 0001:00006b10 ??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 10007b10 f i main.cpp.obj - 0001:00006c80 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 10007c80 f i main.cpp.obj - 0001:00006c80 ??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 10007c80 f i main.cpp.obj - 0001:00006c80 ??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 10007c80 f i main.cpp.obj - 0001:00006ef0 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 10007ef0 f i main.cpp.obj - 0001:00007160 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 10008160 f i main.cpp.obj - 0001:00007160 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 10008160 f i main.cpp.obj - 0001:00007160 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 10008160 f i main.cpp.obj - 0001:00007160 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 10008160 f i main.cpp.obj - 0001:00007160 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 10008160 f i main.cpp.obj - 0001:000073c0 ??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 100083c0 f i main.cpp.obj - 0001:00007620 ??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 10008620 f i main.cpp.obj - 0001:00007620 ??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 10008620 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@2@PAIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@1@PAIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@IIIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@IIIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAUCTerrainClickEvent@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAUCTerrainClickEvent@game@@@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IH_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IH_K@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IW4SpellCastResult@game@@HH_N@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IW4SpellCastResult@game@@HH_N@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAUSpellCast@game@@D@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAUSpellCast@game@@D@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3PAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6PAVCDataStore@Nampower@@@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PA_K3IPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PA_K6IPAVCDataStore@Nampower@@@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_N3W4SpellCastResult@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_N6W4SpellCastResult@game@@@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAI3IM@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAI6IM@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007880 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAIIPAUCGItem_C@game@@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAIIPAUCGItem_C@game@@_K@Z$$QAPAX@Z 10008880 f i main.cpp.obj - 0001:00007b00 ??$_Destroy_range@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@std@@@std@@YAXPAV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@0@QAV10@AAV?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@0@@Z 10008b00 f i main.cpp.obj - 0001:00007b40 ??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 10008b40 f i main.cpp.obj - 0001:00007bb0 ??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 10008bb0 f i main.cpp.obj - 0001:00007da0 ??$_Erase_tree@V?$allocator@U?$_Tree_node@IPAX@std@@@std@@@?$_Tree_val@U?$_Tree_simple_types@I@std@@@std@@QAEXAAV?$allocator@U?$_Tree_node@IPAX@std@@@1@PAU?$_Tree_node@IPAX@1@@Z 10008da0 f i spell_scripts.cpp.obj - 0001:00007da0 ??$_Erase_tree@V?$allocator@U?$_Tree_node@KPAX@std@@@std@@@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEXAAV?$allocator@U?$_Tree_node@KPAX@std@@@1@PAU?$_Tree_node@KPAX@1@@Z 10008da0 f i main.cpp.obj - 0001:00007de0 ??$_Erase_tree@V?$allocator@U?$_Tree_node@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@PAX@std@@@std@@@?$_Tree_val@U?$_Tree_simple_types@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@@std@@@std@@QAEXAAV?$allocator@U?$_Tree_node@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@PAX@std@@@1@PAU?$_Tree_node@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@PAX@1@@Z 10008de0 f i main.cpp.obj - 0001:00007e50 ??$_Find_lower_bound@Utype_info_@exception_detail@boost@@@?$_Tree@V?$_Tmap_traits@Utype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@U?$less@Utype_info_@exception_detail@boost@@@std@@V?$allocator@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@@6@$0A@@std@@@std@@IBE?AU?$_Tree_find_result@PAU?$_Tree_node@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@PAX@std@@@1@ABUtype_info_@exception_detail@boost@@@Z 10008e50 f i main.cpp.obj - 0001:00007ef0 ??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z 10008ef0 f i main.cpp.obj - 0001:000082d0 ??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100092d0 f i main.cpp.obj - 0001:00008520 ??$_UIntegral_to_buff@DI@std@@YAPADPADI@Z 10009520 f i main.cpp.obj - 0001:00008560 ??$_Uninitialized_move@PAVSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAPAVSuspendedThread@hadesmem@@QAV12@0PAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 10009560 f i main.cpp.obj - 0001:000085b0 ??$checked_delete@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@boost@@YAXPAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@0@@Z 100095b0 f i main.cpp.obj - 0001:000085b0 ??$checked_delete@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@boost@@YAXPAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@0@@Z 100095b0 f i main.cpp.obj - 0001:000085c0 ??$checked_delete@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@YAXPAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z 100095c0 f i main.cpp.obj - 0001:000085c0 ??$checked_delete@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@boost@@YAXPAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z 100095c0 f i main.cpp.obj - 0001:000085c0 ??$checked_delete@Verror_info_base@exception_detail@boost@@@boost@@YAXPAVerror_info_base@exception_detail@0@@Z 100095c0 f i main.cpp.obj - 0001:000085d0 ??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z 100095d0 f i main.cpp.obj - 0001:00008de0 ??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z 10009de0 f i main.cpp.obj - 0001:000095f0 ??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z 1000a5f0 f i main.cpp.obj - 0001:00009e00 ??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z 1000ae00 f i main.cpp.obj - 0001:0000a610 ??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z 1000b610 f i main.cpp.obj - 0001:0000ae20 ??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z 1000be20 f i main.cpp.obj - 0001:0000b630 ??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z 1000c630 f i main.cpp.obj - 0001:0000be40 ??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z 1000ce40 f i main.cpp.obj - 0001:0000c650 ??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z 1000d650 f i main.cpp.obj - 0001:0000ce60 ??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z 1000de60 f i main.cpp.obj - 0001:0000d670 ??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z 1000e670 f i main.cpp.obj - 0001:0000de90 ??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z 1000ee90 f i main.cpp.obj - 0001:0000e6a0 ??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z 1000f6a0 f i main.cpp.obj - 0001:0000eeb0 ??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z 1000feb0 f i main.cpp.obj - 0001:0000f6c0 ??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z 100106c0 f i main.cpp.obj - 0001:0000fed0 ??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z 10010ed0 f i main.cpp.obj - 0001:000106e0 ??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z 100116e0 f i main.cpp.obj - 0001:00010ef0 ??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z 10011ef0 f i main.cpp.obj - 0001:00011700 ??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z 10012700 f i main.cpp.obj - 0001:00011f10 ??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z 10012f10 f i main.cpp.obj - 0001:00012720 ??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z 10013720 f i main.cpp.obj - 0001:00012f30 ??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z 10013f30 f i main.cpp.obj - 0001:00013740 ??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z 10014740 f i main.cpp.obj - 0001:00013f50 ??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z 10014f50 f i main.cpp.obj - 0001:00014760 ??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z 10015760 f i main.cpp.obj - 0001:00014f70 ??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z 10015f70 f i main.cpp.obj - 0001:00015780 ??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 10016780 f i main.cpp.obj - 0001:00015800 ??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 10016800 f i main.cpp.obj - 0001:00015880 ??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 10016880 f i main.cpp.obj - 0001:00015930 ??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10016930 f i main.cpp.obj - 0001:00015d00 ??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10016d00 f i main.cpp.obj - 0001:000160d0 ??$make_unique@VAllocator@hadesmem@@AAVProcess@2@ABI$0A@@std@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@0@AAVProcess@hadesmem@@ABI@Z 100170d0 f i main.cpp.obj - 0001:00016150 ??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 10017150 f i main.cpp.obj - 0001:000162b0 ??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100172b0 f i main.cpp.obj - 0001:00016450 ??$throw_exception@VError@hadesmem@@@boost@@YAXABVError@hadesmem@@ABUsource_location@0@@Z 10017450 f i main.cpp.obj - 0001:00016480 ??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z 10017480 f i main.cpp.obj - 0001:00016700 ??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z 10017700 f i main.cpp.obj - 0001:00016a40 ??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 10017a40 f i main.cpp.obj - 0001:00016b40 ??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 10017b40 f i main.cpp.obj - 0001:00016cb0 ??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 10017cb0 f i main.cpp.obj - 0001:00016dd0 ??$use_facet@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 10017dd0 f i main.cpp.obj - 0001:00016f70 ??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10017f70 f i main.cpp.obj - 0001:00017150 ??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 10018150 f i main.cpp.obj - 0001:00017330 ??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10018330 f i main.cpp.obj - 0001:00017510 ??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10018510 f i main.cpp.obj - 0001:000176f0 ??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100186f0 f i main.cpp.obj - 0001:000178d0 ??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 100188d0 f i main.cpp.obj - 0001:00017ab0 ??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10018ab0 f i main.cpp.obj - 0001:00017c90 ??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 10018c90 f i main.cpp.obj - 0001:00017e70 ??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10018e70 f i main.cpp.obj - 0001:00018050 ??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z 10019050 f i main.cpp.obj - 0001:00018230 ??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 10019230 f i main.cpp.obj - 0001:00018410 ??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 10019410 f i main.cpp.obj - 0001:000185f0 ??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 100195f0 f i main.cpp.obj - 0001:000187d0 ??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 100197d0 f i main.cpp.obj - 0001:000189b0 ??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z 100199b0 f i main.cpp.obj - 0001:00018b90 ??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z 10019b90 f i main.cpp.obj - 0001:00018d70 ??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 10019d70 f i main.cpp.obj - 0001:00018f50 ??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z 10019f50 f i main.cpp.obj - 0001:00019130 ??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 1001a130 f i main.cpp.obj - 0001:00019310 ??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 1001a310 f i main.cpp.obj - 0001:000194f0 ??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 1001a4f0 f i main.cpp.obj - 0001:000196d0 ??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z 1001a6d0 f i main.cpp.obj - 0001:000198b0 ??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 1001a8b0 f i main.cpp.obj - 0001:00019a90 ??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 1001aa90 f i main.cpp.obj - 0001:00019c70 ??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 1001ac70 f i main.cpp.obj - 0001:00019e60 ??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 1001ae60 f i main.cpp.obj - 0001:0001a040 ??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z 1001b040 f i main.cpp.obj - 0001:0001a220 ??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 1001b220 f i main.cpp.obj - 0001:0001a300 ??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 1001b300 f i main.cpp.obj - 0001:0001a3e0 ??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ID@Z 1001b3e0 f i main.cpp.obj - 0001:0001a490 ??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_String_constructor_concat_tag@1@AAV01@1@Z 1001b490 f i main.cpp.obj - 0001:0001a630 ??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 1001b630 f i main.cpp.obj - 0001:0001a6d0 ??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 1001b6d0 f i main.cpp.obj - 0001:0001a770 ??0?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@QAE@ABK@Z 1001b770 f i main.cpp.obj - 0001:0001a790 ??0?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@QAE@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 1001b790 f i main.cpp.obj - 0001:0001a7e0 ??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 1001b7e0 f i main.cpp.obj - 0001:0001a8f0 ??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 1001b8f0 f i main.cpp.obj - 0001:0001aa70 ??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 1001ba70 f i main.cpp.obj - 0001:0001ab80 ??0CastQueue@Nampower@@QAE@H@Z 1001bb80 f i main.cpp.obj - 0001:0001ac50 ??0Error@hadesmem@@QAE@ABV01@@Z 1001bc50 f i main.cpp.obj - 0001:0001ad30 ??0Error@hadesmem@@QAE@XZ 1001bd30 f i main.cpp.obj - 0001:0001ada0 ??0Process@hadesmem@@QAE@K@Z 1001bda0 f i main.cpp.obj - 0001:0001af80 ??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 1001bf80 f i main.cpp.obj - 0001:0001b0f0 ??0SuspendedProcess@hadesmem@@QAE@KK@Z 1001c0f0 f i main.cpp.obj - 0001:0001b810 ??0Thread@hadesmem@@QAE@K@Z 1001c810 f i main.cpp.obj - 0001:0001b950 ??0bad_alloc@std@@QAE@XZ 1001c950 f i main.cpp.obj - 0001:0001b970 ??0bad_alloc_@exception_detail@boost@@QAE@ABU012@@Z 1001c970 f i main.cpp.obj - 0001:0001b9f0 ??0bad_exception@std@@QAE@ABV01@@Z 1001c9f0 f i main.cpp.obj - 0001:0001ba20 ??0bad_exception@std@@QAE@XZ 1001ca20 f i main.cpp.obj - 0001:0001ba40 ??0bad_exception_@exception_detail@boost@@QAE@ABU012@@Z 1001ca40 f i main.cpp.obj - 0001:0001bac0 ??0clone_base@exception_detail@boost@@QAE@ABV012@@Z 1001cac0 f i main.cpp.obj - 0001:0001bad0 ??0error_info_container_impl@exception_detail@boost@@QAE@XZ 1001cad0 f i main.cpp.obj - 0001:0001bb70 ??0exception@boost@@QAE@ABV01@@Z 1001cb70 f i main.cpp.obj - 0001:0001bbc0 ??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 1001cbc0 f i main.cpp.obj - 0001:0001bc60 ??0source_location@boost@@QAE@PBDI0I@Z 1001cc60 f i main.cpp.obj - 0001:0001bc80 ??1?$DetourRefCounter@I@detail@hadesmem@@QAE@XZ 1001cc80 f i main.cpp.obj - 0001:0001bc90 ??1?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAE@XZ 1001cc90 f i main.cpp.obj - 0001:0001bca0 ??1?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@QAE@XZ 1001cca0 f i main.cpp.obj - 0001:0001bcb0 ??1?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@QAE@XZ 1001ccb0 f i main.cpp.obj - 0001:0001bcb0 ??1?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@QAE@XZ 1001ccb0 f i main.cpp.obj - 0001:0001bce0 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_Tree_node@IPAX@std@@@std@@@std@@QAE@XZ 1001cce0 f i spell_scripts.cpp.obj - 0001:0001bce0 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_Tree_node@KPAX@std@@@std@@@std@@QAE@XZ 1001cce0 f i main.cpp.obj - 0001:0001bd00 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_Tree_node@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@PAX@std@@@std@@@std@@QAE@XZ 1001cd00 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@HPAVPatchDetourBase@hadesmem@@PAI@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@HPAVPatchDetourBase@hadesmem@@_K@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@IPAVPatchDetourBase@hadesmem@@PAI@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@EH@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@HI@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@I@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@IHH@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@IH_K@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@_K@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$_Func_class@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd20 ??1?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@QAE@XZ 1001cd20 f i main.cpp.obj - 0001:0001bd50 ??1?$_Tidy_guard@V?$numpunct@D@std@@@std@@QAE@XZ 1001cd50 f i main.cpp.obj - 0001:0001bd80 ??1?$_Tree@V?$_Tset_traits@IU?$less@I@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE@XZ 1001cd80 f i spell_scripts.cpp.obj - 0001:0001bd80 ??1?$_Tree@V?$_Tset_traits@KU?$less@K@std@@V?$allocator@K@2@$0A@@std@@@std@@QAE@XZ 1001cd80 f i main.cpp.obj - 0001:0001bdc0 ??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UAE@XZ 1001cdc0 f i main.cpp.obj - 0001:0001be20 ??1?$basic_istream@DU?$char_traits@D@std@@@std@@UAE@XZ 1001ce20 f i main.cpp.obj - 0001:0001be40 ??1?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAE@XZ 1001ce40 f i main.cpp.obj - 0001:0001bf50 ??1?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@UAE@XZ 1001cf50 f i main.cpp.obj - 0001:0001bf50 ??1error_info_base@exception_detail@boost@@UAE@XZ 1001cf50 f i main.cpp.obj - 0001:0001bf60 ??1?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@UAE@XZ 1001cf60 f i main.cpp.obj - 0001:0001bfc0 ??1?$pair@Utype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@QAE@XZ 1001cfc0 f i main.cpp.obj - 0001:0001c000 ??1?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@exception_detail@boost@@QAE@XZ 1001d000 f i main.cpp.obj - 0001:0001c060 ??1?$set@IU?$less@I@std@@V?$allocator@I@2@@std@@QAE@XZ 1001d060 f i spell_scripts.cpp.obj - 0001:0001c060 ??1?$set@KU?$less@K@std@@V?$allocator@K@2@@std@@QAE@XZ 1001d060 f i main.cpp.obj - 0001:0001c070 ??1?$shared_ptr@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@QAE@XZ 1001d070 f i main.cpp.obj - 0001:0001c070 ??1?$shared_ptr@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@boost@@QAE@XZ 1001d070 f i main.cpp.obj - 0001:0001c070 ??1?$shared_ptr@Verror_info_base@exception_detail@boost@@@boost@@QAE@XZ 1001d070 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0b0 ??1?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0b0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6GXXZ@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6GXXZ@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXXZ@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXXZ@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0c0 ??1?$unique_ptr@V?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj - 0001:0001c0e0 ??1?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj - 0001:0001c100 ??1?$vector@DV?$allocator@D@std@@@std@@QAE@XZ 1001d100 f i main.cpp.obj - 0001:0001c100 ??1?$vector@EV?$allocator@E@std@@@std@@QAE@XZ 1001d100 f i main.cpp.obj - 0001:0001c100 ?_Tidy@?$vector@EV?$allocator@E@std@@@std@@AAEXXZ 1001d100 f i main.cpp.obj - 0001:0001c150 ??1?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@QAE@XZ 1001d150 f i main.cpp.obj - 0001:0001c1b0 ??1?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@QAE@XZ 1001d1b0 f i main.cpp.obj - 0001:0001c1b0 ??1SuspendedProcess@hadesmem@@QAE@XZ 1001d1b0 f i main.cpp.obj - 0001:0001c1c0 ??1CDataStore@Nampower@@UAE@XZ 1001d1c0 f i main.cpp.obj - 0001:0001c210 ??1Process@hadesmem@@QAE@XZ 1001d210 f i main.cpp.obj - 0001:0001c220 ??1ProtectGuard@detail@hadesmem@@QAE@XZ 1001d220 f i main.cpp.obj - 0001:0001c230 ??1Thread@hadesmem@@QAE@XZ 1001d230 f i main.cpp.obj - 0001:0001c240 ??1_Init_once_completer@std@@QAE@XZ 1001d240 f i main.cpp.obj - 0001:0001c260 ??1_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 1001d260 f i main.cpp.obj - 0001:0001c2b0 ??1bad_alloc_@exception_detail@boost@@UAE@XZ 1001d2b0 f i main.cpp.obj - 0001:0001c330 ??1bad_exception_@exception_detail@boost@@UAE@XZ 1001d330 f i main.cpp.obj - 0001:0001c3b0 ??1clone_base@exception_detail@boost@@UAE@XZ 1001d3b0 f i main.cpp.obj - 0001:0001c3c0 ??1deleter@?$wrapexcept@VError@hadesmem@@@boost@@QAE@XZ 1001d3c0 f i main.cpp.obj - 0001:0001c3d0 ??1error_info_container@exception_detail@boost@@IAE@XZ 1001d3d0 f i main.cpp.obj - 0001:0001c3e0 ??1exception@boost@@MAE@XZ 1001d3e0 f i main.cpp.obj - 0001:0001c440 ??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 1001d440 f i main.cpp.obj - 0001:0001c4b0 ??1shared_count@detail@boost@@QAE@XZ 1001d4b0 f i main.cpp.obj - 0001:0001c4f0 ??4?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@QBD@Z 1001d4f0 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c520 ??4?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@QAEAAV01@$$T@Z 1001d520 f i main.cpp.obj - 0001:0001c550 ??4?$vector@EV?$allocator@E@std@@@std@@QAEAAV01@$$QAV01@@Z 1001d550 f i main.cpp.obj - 0001:0001c590 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 1001d590 f i main.cpp.obj - 0001:0001c740 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 1001d740 f i main.cpp.obj - 0001:0001c740 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 1001d740 f i main.cpp.obj - 0001:0001c8f0 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 1001d8f0 f i main.cpp.obj - 0001:0001caa0 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z 1001daa0 f i main.cpp.obj - 0001:0001cab0 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAVios_base@1@AAV21@@Z@Z 1001dab0 f i main.cpp.obj - 0001:0001cad0 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 1001dad0 f i main.cpp.obj - 0001:0001cc80 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 1001dc80 f i main.cpp.obj - 0001:0001ce30 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 1001de30 f i main.cpp.obj - 0001:0001cfe0 ??8type_info@@QBE_NABV0@@Z 1001dfe0 f i main.cpp.obj - 0001:0001d000 ??E?$_Tree_unchecked_const_iterator@V?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@U_Iterator_base0@2@@std@@QAEAAV01@XZ 1001e000 f i main.cpp.obj - 0001:0001d160 ??R?$less@Utype_info_@exception_detail@boost@@@std@@QBE_NABUtype_info_@exception_detail@boost@@0@Z 1001e160 f i main.cpp.obj - 0001:0001d1d0 ??Y?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@QBD@Z 1001e1d0 f i main.cpp.obj - 0001:0001d200 ??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 1001e200 f i main.cpp.obj - 0001:0001d290 ??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 1001e290 f i main.cpp.obj - 0001:0001d360 ??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 1001e360 f i main.cpp.obj - 0001:0001d410 ??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 1001e410 f i main.cpp.obj - 0001:0001d4c0 ??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 1001e4c0 f i main.cpp.obj - 0001:0001d540 ??_DError@hadesmem@@QAEXXZ 1001e540 f i main.cpp.obj - 0001:0001d5b4 ??_E?$basic_iostream@DU?$char_traits@D@std@@@std@@$4PPPPPPPM@A@AEPAXI@Z 1001e5b4 f i main.cpp.obj - 0001:0001d5bc ??_E?$basic_istream@DU?$char_traits@D@std@@@std@@$4PPPPPPPM@A@AEPAXI@Z 1001e5bc f i main.cpp.obj - 0001:0001d5c4 ??_E?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$4PPPPPPPM@A@AEPAXI@Z 1001e5c4 f i main.cpp.obj - 0001:0001d5cc ??_E?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$4PPPPPPPM@A@AEPAXI@Z 1001e5cc f i main.cpp.obj - 0001:0001d5d4 ??_E?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@$4PPPPPPPM@CM@AEPAXI@Z 1001e5d4 f i main.cpp.obj - 0001:0001d5df ??_E?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@WBI@AEPAXI@Z 1001e5df f i main.cpp.obj - 0001:0001d5e7 ??_E?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@$4PPPPPPPM@CM@AEPAXI@Z 1001e5e7 f i main.cpp.obj - 0001:0001d5f2 ??_E?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@WBI@AEPAXI@Z 1001e5f2 f i main.cpp.obj - 0001:0001d5fa ??_E?$wrapexcept@VError@hadesmem@@@boost@@W7AEPAXI@Z 1001e5fa f i main.cpp.obj - 0001:0001d602 ??_E?$wrapexcept@VError@hadesmem@@@boost@@WBE@AEPAXI@Z 1001e602 f i main.cpp.obj - 0001:0001d60a ??_EError@hadesmem@@WM@AEPAXI@Z 1001e60a f i main.cpp.obj - 0001:0001d612 ??_Ebad_alloc_@exception_detail@boost@@WBI@AEPAXI@Z 1001e612 f i main.cpp.obj - 0001:0001d61a ??_Ebad_exception_@exception_detail@boost@@WBI@AEPAXI@Z 1001e61a f i main.cpp.obj - 0001:0001d630 ??_E?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001e630 f i main.cpp.obj - 0001:0001d630 ??_G?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001e630 f i main.cpp.obj - 0001:0001d730 ??_E?$PatchDetour@P6GXXZPAX@hadesmem@@UAEPAXI@Z 1001e730 f i main.cpp.obj - 0001:0001d730 ??_G?$PatchDetour@P6GXXZPAX@hadesmem@@UAEPAXI@Z 1001e730 f i main.cpp.obj - 0001:0001d830 ??_E?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001e830 f i main.cpp.obj - 0001:0001d830 ??_G?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001e830 f i main.cpp.obj - 0001:0001d930 ??_E?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEPAXI@Z 1001e930 f i main.cpp.obj - 0001:0001d930 ??_G?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEPAXI@Z 1001e930 f i main.cpp.obj - 0001:0001da30 ??_E?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEPAXI@Z 1001ea30 f i main.cpp.obj - 0001:0001da30 ??_G?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEPAXI@Z 1001ea30 f i main.cpp.obj - 0001:0001db30 ??_E?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEPAXI@Z 1001eb30 f i main.cpp.obj - 0001:0001db30 ??_G?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEPAXI@Z 1001eb30 f i main.cpp.obj - 0001:0001dc30 ??_E?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEPAXI@Z 1001ec30 f i main.cpp.obj - 0001:0001dc30 ??_G?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEPAXI@Z 1001ec30 f i main.cpp.obj - 0001:0001dd30 ??_E?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEPAXI@Z 1001ed30 f i main.cpp.obj - 0001:0001dd30 ??_G?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEPAXI@Z 1001ed30 f i main.cpp.obj - 0001:0001de30 ??_E?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEPAXI@Z 1001ee30 f i main.cpp.obj - 0001:0001de30 ??_G?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEPAXI@Z 1001ee30 f i main.cpp.obj - 0001:0001df30 ??_E?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEPAXI@Z 1001ef30 f i main.cpp.obj - 0001:0001df30 ??_G?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEPAXI@Z 1001ef30 f i main.cpp.obj - 0001:0001e030 ??_E?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEPAXI@Z 1001f030 f i main.cpp.obj - 0001:0001e030 ??_G?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEPAXI@Z 1001f030 f i main.cpp.obj - 0001:0001e130 ??_E?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEPAXI@Z 1001f130 f i main.cpp.obj - 0001:0001e130 ??_G?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEPAXI@Z 1001f130 f i main.cpp.obj - 0001:0001e230 ??_E?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEPAXI@Z 1001f230 f i main.cpp.obj - 0001:0001e230 ??_G?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEPAXI@Z 1001f230 f i main.cpp.obj - 0001:0001e330 ??_E?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEPAXI@Z 1001f330 f i main.cpp.obj - 0001:0001e330 ??_G?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEPAXI@Z 1001f330 f i main.cpp.obj - 0001:0001e430 ??_E?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEPAXI@Z 1001f430 f i main.cpp.obj - 0001:0001e430 ??_G?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEPAXI@Z 1001f430 f i main.cpp.obj - 0001:0001e530 ??_E?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEPAXI@Z 1001f530 f i main.cpp.obj - 0001:0001e530 ??_G?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEPAXI@Z 1001f530 f i main.cpp.obj - 0001:0001e630 ??_E?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEPAXI@Z 1001f630 f i main.cpp.obj - 0001:0001e630 ??_G?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEPAXI@Z 1001f630 f i main.cpp.obj - 0001:0001e730 ??_E?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEPAXI@Z 1001f730 f i main.cpp.obj - 0001:0001e730 ??_G?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEPAXI@Z 1001f730 f i main.cpp.obj - 0001:0001e830 ??_E?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEPAXI@Z 1001f830 f i main.cpp.obj - 0001:0001e830 ??_G?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEPAXI@Z 1001f830 f i main.cpp.obj - 0001:0001e930 ??_E?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001f930 f i main.cpp.obj - 0001:0001e930 ??_G?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001f930 f i main.cpp.obj - 0001:0001ea30 ??_E?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEPAXI@Z 1001fa30 f i main.cpp.obj - 0001:0001ea30 ??_G?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEPAXI@Z 1001fa30 f i main.cpp.obj - 0001:0001eb30 ??_E?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001fb30 f i main.cpp.obj - 0001:0001eb30 ??_G?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001fb30 f i main.cpp.obj - 0001:0001ec30 ??_E?$PatchDetour@P6IXXZPAX@hadesmem@@UAEPAXI@Z 1001fc30 f i main.cpp.obj - 0001:0001ec30 ??_G?$PatchDetour@P6IXXZPAX@hadesmem@@UAEPAXI@Z 1001fc30 f i main.cpp.obj - 0001:0001ed30 ??_E?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEPAXI@Z 1001fd30 f i main.cpp.obj - 0001:0001ed30 ??_G?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEPAXI@Z 1001fd30 f i main.cpp.obj - 0001:0001ee30 ??_E?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEPAXI@Z 1001fe30 f i main.cpp.obj - 0001:0001ee30 ??_G?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEPAXI@Z 1001fe30 f i main.cpp.obj - 0001:0001ef30 ??_E?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEPAXI@Z 1001ff30 f i main.cpp.obj - 0001:0001ef30 ??_G?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEPAXI@Z 1001ff30 f i main.cpp.obj - 0001:0001f030 ??_E?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEPAXI@Z 10020030 f i main.cpp.obj - 0001:0001f030 ??_G?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEPAXI@Z 10020030 f i main.cpp.obj - 0001:0001f130 ??_E?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@UAEPAXI@Z 10020130 f i main.cpp.obj - 0001:0001f130 ??_G?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@UAEPAXI@Z 10020130 f i main.cpp.obj - 0001:0001f160 ??_E?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@UAEPAXI@Z 10020160 f i main.cpp.obj - 0001:0001f160 ??_G?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@UAEPAXI@Z 10020160 f i main.cpp.obj - 0001:0001f190 ??_E?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10020190 f i main.cpp.obj - 0001:0001f190 ??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10020190 f i main.cpp.obj - 0001:0001f250 ??_E?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10020250 f i main.cpp.obj - 0001:0001f250 ??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10020250 f i main.cpp.obj - 0001:0001f2e0 ??_E?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAEPAXI@Z 100202e0 f i main.cpp.obj - 0001:0001f2e0 ??_G?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAEPAXI@Z 100202e0 f i main.cpp.obj - 0001:0001f310 ??_E?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAEPAXI@Z 10020310 f i main.cpp.obj - 0001:0001f310 ??_G?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAEPAXI@Z 10020310 f i main.cpp.obj - 0001:0001f330 ??_E?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAEPAXI@Z 10020330 f i main.cpp.obj - 0001:0001f330 ??_G?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAEPAXI@Z 10020330 f i main.cpp.obj - 0001:0001f360 ??_E?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@UAEPAXI@Z 10020360 f i main.cpp.obj - 0001:0001f360 ??_G?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@UAEPAXI@Z 10020360 f i main.cpp.obj - 0001:0001f380 ??_E?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@UAEPAXI@Z 10020380 f i main.cpp.obj - 0001:0001f380 ??_G?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@UAEPAXI@Z 10020380 f i main.cpp.obj - 0001:0001f3a0 ??_E?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@UAEPAXI@Z 100203a0 f i main.cpp.obj - 0001:0001f3a0 ??_G?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@UAEPAXI@Z 100203a0 f i main.cpp.obj - 0001:0001f3d0 ??_E?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@UAEPAXI@Z 100203d0 f i main.cpp.obj - 0001:0001f3d0 ??_G?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@UAEPAXI@Z 100203d0 f i main.cpp.obj - 0001:0001f3f0 ??_E?$numpunct@D@std@@MAEPAXI@Z 100203f0 f i main.cpp.obj - 0001:0001f3f0 ??_G?$numpunct@D@std@@MAEPAXI@Z 100203f0 f i main.cpp.obj - 0001:0001f440 ??_E?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXI@Z 10020440 f i main.cpp.obj - 0001:0001f440 ??_E?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXI@Z 10020440 f i main.cpp.obj - 0001:0001f440 ??_E?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXI@Z 10020440 f i main.cpp.obj - 0001:0001f440 ??_E?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@UAEPAXI@Z 10020440 f i main.cpp.obj - 0001:0001f440 ??_E?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXI@Z 10020440 f i main.cpp.obj - 0001:0001f440 ??_G?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXI@Z 10020440 f i main.cpp.obj - 0001:0001f440 ??_G?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXI@Z 10020440 f i main.cpp.obj - 0001:0001f440 ??_G?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXI@Z 10020440 f i main.cpp.obj - 0001:0001f440 ??_G?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@UAEPAXI@Z 10020440 f i main.cpp.obj - 0001:0001f440 ??_G?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXI@Z 10020440 f i main.cpp.obj - 0001:0001f470 ??_E?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MAEPAXI@Z 10020470 f i main.cpp.obj - 0001:0001f470 ??_G?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MAEPAXI@Z 10020470 f i main.cpp.obj - 0001:0001f4b0 ??_E?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 100204b0 f i main.cpp.obj - 0001:0001f4b0 ??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 100204b0 f i main.cpp.obj - 0001:0001f540 ??_ECDataStore@Nampower@@UAEPAXI@Z 10020540 f i main.cpp.obj - 0001:0001f540 ??_GCDataStore@Nampower@@UAEPAXI@Z 10020540 f i main.cpp.obj - 0001:0001f5b0 ??_EError@hadesmem@@UAEPAXI@Z 100205b0 f i main.cpp.obj - 0001:0001f5b0 ??_GError@hadesmem@@UAEPAXI@Z 100205b0 f i main.cpp.obj - 0001:0001f640 ??_Ebad_alloc_@exception_detail@boost@@UAEPAXI@Z 10020640 f i main.cpp.obj - 0001:0001f640 ??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 10020640 f i main.cpp.obj - 0001:0001f6d0 ??_Ebad_exception_@exception_detail@boost@@UAEPAXI@Z 100206d0 f i main.cpp.obj - 0001:0001f6d0 ??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 100206d0 f i main.cpp.obj - 0001:0001f760 ??_Eclone_base@exception_detail@boost@@UAEPAXI@Z 10020760 f i main.cpp.obj - 0001:0001f760 ??_Gclone_base@exception_detail@boost@@UAEPAXI@Z 10020760 f i main.cpp.obj - 0001:0001f790 ??_Eerror_info_base@exception_detail@boost@@UAEPAXI@Z 10020790 f i main.cpp.obj - 0001:0001f790 ??_Gerror_info_base@exception_detail@boost@@UAEPAXI@Z 10020790 f i main.cpp.obj - 0001:0001f7c0 ??_Esp_counted_base@detail@boost@@UAEPAXI@Z 100207c0 f i main.cpp.obj - 0001:0001f7c0 ??_Gsp_counted_base@detail@boost@@UAEPAXI@Z 100207c0 f i main.cpp.obj - 0001:0001f7f0 ?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100207f0 f i main.cpp.obj - 0001:0001f7f0 ?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100207f0 f i main.cpp.obj - 0001:0001f980 ?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 10020980 f i main.cpp.obj - 0001:0001fa20 ?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10020a20 f i main.cpp.obj - 0001:00020290 ?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10021290 f i main.cpp.obj - 0001:00020b10 ?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10021b10 f i main.cpp.obj - 0001:00021380 ?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10022380 f i main.cpp.obj - 0001:00021bf0 ?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10022bf0 f i main.cpp.obj - 0001:00022460 ?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10023460 f i main.cpp.obj - 0001:00022cd0 ?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10023cd0 f i main.cpp.obj - 0001:00023540 ?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10024540 f i main.cpp.obj - 0001:00023db0 ?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10024db0 f i main.cpp.obj - 0001:00024620 ?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 10025620 f i main.cpp.obj - 0001:00024e90 ?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10025e90 f i main.cpp.obj - 0001:00025700 ?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10026700 f i main.cpp.obj - 0001:00025f70 ?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10026f70 f i main.cpp.obj - 0001:000267e0 ?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100277e0 f i main.cpp.obj - 0001:00027050 ?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10028050 f i main.cpp.obj - 0001:000278c0 ?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100288c0 f i main.cpp.obj - 0001:00028130 ?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10029130 f i main.cpp.obj - 0001:000289a0 ?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100299a0 f i main.cpp.obj - 0001:00029210 ?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 1002a210 f i main.cpp.obj - 0001:00029a80 ?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1002aa80 f i main.cpp.obj - 0001:0002a2f0 ?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 1002b2f0 f i main.cpp.obj - 0001:0002ab60 ?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1002bb60 f i main.cpp.obj - 0001:0002b3d0 ?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 1002c3d0 f i main.cpp.obj - 0001:0002bc40 ?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 1002cc40 f i main.cpp.obj - 0001:0002c4b0 ?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 1002d4b0 f i main.cpp.obj - 0001:0002cd20 ?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 1002dd20 f i main.cpp.obj - 0001:0002d590 ?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 1002e590 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6GXXZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IXXZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de00 ?CanHookChain@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBE_NXZ 1002ee00 f i main.cpp.obj - 0001:0002de10 ?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 1002ee10 f i main.cpp.obj - 0001:0002df00 ?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 1002ef00 f i main.cpp.obj - 0001:0002dfb0 ?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 1002efb0 f i main.cpp.obj - 0001:0002e110 ?CleanupUnchecked@Process@hadesmem@@AAEXXZ 1002f110 f i main.cpp.obj - 0001:0002e1f0 ?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 1002f1f0 f i main.cpp.obj - 0001:0002e2d0 ?ClearQueuedSpells@Nampower@@YAXXZ 1002f2d0 f main.cpp.obj - 0001:0002e3d0 ?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 1002f3d0 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e510 ?Detach@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 1002f510 f i main.cpp.obj - 0001:0002e520 ?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 1002f520 f i main.cpp.obj - 0001:0002e640 ?EffectiveCastEndMs@Nampower@@YAIXZ 1002f640 f main.cpp.obj - 0001:0002e6c0 ?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 1002f6c0 f i main.cpp.obj - 0001:0002e7b0 ?FrameScript_CreateEventsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@HI@Z 1002f7b0 f main.cpp.obj - 0001:0002e7e0 ?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 1002f7e0 f main.cpp.obj - 0001:0002e920 ?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 1002f920 f i main.cpp.obj - 0001:0002eaa0 ?GenStubGate32@detail@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@PAX00@Z 1002faa0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6GXXZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IXXZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEPAXXZ 1002fba0 f i main.cpp.obj - 0001:0002eba0 ?GetContext@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBEPBXXZ 1002fba0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6GXXZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IXXZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebb0 ?GetDetour@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBEPBXXZ 1002fbb0 f i main.cpp.obj - 0001:0002ebc0 ?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 1002fbc0 f main.cpp.obj - 0001:0002edb0 ?GetLatencyMs@Nampower@@YAIXZ 1002fdb0 f main.cpp.obj - 0001:0002ee20 ?GetLuaStatePtr@Nampower@@YAPAIXZ 1002fe20 f main.cpp.obj - 0001:0002ee30 ?GetOriginalArbitraryUserPtr@PatchDetourBase@hadesmem@@UBEPAXXZ 1002fe30 f i main.cpp.obj - 0001:0002ee50 ?GetOriginalArbitraryUserPtrPtr@PatchDetourBase@hadesmem@@KAPAPAXXZ 1002fe50 f i main.cpp.obj - 0001:0002ee70 ?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1002fe70 f i main.cpp.obj - 0001:0002f0d0 ?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 100300d0 f i main.cpp.obj - 0001:0002f330 ?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10030330 f i main.cpp.obj - 0001:0002f590 ?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 10030590 f i main.cpp.obj - 0001:0002f7f0 ?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 100307f0 f i main.cpp.obj - 0001:0002fa50 ?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 10030a50 f i main.cpp.obj - 0001:0002fcb0 ?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 10030cb0 f i main.cpp.obj - 0001:0002ff10 ?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 10030f10 f i main.cpp.obj - 0001:00030170 ?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 10031170 f i main.cpp.obj - 0001:000303d0 ?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ 100313d0 f i main.cpp.obj - 0001:00030630 ?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 10031630 f i main.cpp.obj - 0001:00030890 ?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 10031890 f i main.cpp.obj - 0001:00030af0 ?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 10031af0 f i main.cpp.obj - 0001:00030d50 ?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 10031d50 f i main.cpp.obj - 0001:00030fb0 ?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 10031fb0 f i main.cpp.obj - 0001:00031210 ?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ 10032210 f i main.cpp.obj - 0001:00031470 ?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 10032470 f i main.cpp.obj - 0001:000316d0 ?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 100326d0 f i main.cpp.obj - 0001:00031930 ?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 10032930 f i main.cpp.obj - 0001:00031b90 ?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10032b90 f i main.cpp.obj - 0001:00031df0 ?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 10032df0 f i main.cpp.obj - 0001:00032050 ?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10033050 f i main.cpp.obj - 0001:000322b0 ?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 100332b0 f i main.cpp.obj - 0001:00032510 ?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 10033510 f i main.cpp.obj - 0001:00032770 ?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 10033770 f i main.cpp.obj - 0001:000329d0 ?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 100339d0 f i main.cpp.obj - 0001:00032c30 ?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 10033c30 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6GXXZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IXXZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032e90 ?GetRefCount@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033e90 f i main.cpp.obj - 0001:00032ea0 ?GetReturnAddressPtr@PatchDetourBase@hadesmem@@UBEPAXXZ 10033ea0 f i main.cpp.obj - 0001:00032ec0 ?GetReturnAddressPtrPtr@PatchDetourBase@hadesmem@@KAPAPAXXZ 10033ec0 f i main.cpp.obj - 0001:00032ee0 ?GetServerDelayMs@Nampower@@YAIXZ 10033ee0 f main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6GXXZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IXXZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f20 ?GetTarget@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBEPAXXZ 10033f20 f i main.cpp.obj - 0001:00032f30 ?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 10033f30 f i main.cpp.obj - 0001:000330e0 ?GetTime@Nampower@@YAIXZ 100340e0 f main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6GXXZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IXXZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033110 ?GetTrampoline@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBEPAXXZ 10034110 f i main.cpp.obj - 0001:00033120 ?GetWowTimeMs@Nampower@@YA_KXZ 10034120 f main.cpp.obj - 0001:00033130 ?ISceneEndHook@Nampower@@YAPAHPAVPatchDetourBase@hadesmem@@PAI@Z 10034130 f main.cpp.obj - 0001:00033160 ?InSpellQueueWindow@Nampower@@YA_NII_N@Z 10034160 f main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6GXXZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IXXZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?IsApplied@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBE_NXZ 10034210 f i main.cpp.obj - 0001:00033210 ?do_decimal_point@?$numpunct@D@std@@MBEDXZ 10034210 f i main.cpp.obj - 0001:00033220 ?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 10034220 f i main.cpp.obj - 0001:00033320 ?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 10034320 f main.cpp.obj - 0001:00033b90 ?LuaCall@Nampower@@YAXPBD@Z 10034b90 f main.cpp.obj - 0001:00033ba0 ?OnSpriteRightClickHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@_K@Z 10034ba0 f main.cpp.obj - 0001:00033c40 ?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 10034c40 f i main.cpp.obj - 0001:00033d50 ?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 10034d50 f i main.cpp.obj - 0001:00033e60 ?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10034e60 f i main.cpp.obj - 0001:00034250 ?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10035250 f i main.cpp.obj - 0001:00034360 ?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 10035360 f main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034490 ?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10035490 f i main.cpp.obj - 0001:00034520 ?RemovePatch@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10035520 f i main.cpp.obj - 0001:00034560 ?RemovePatch@?$PatchDetour@P6GXXZPAX@hadesmem@@MAEXXZ 10035560 f i main.cpp.obj - 0001:000345a0 ?RemovePatch@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 100355a0 f i main.cpp.obj - 0001:000345e0 ?RemovePatch@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MAEXXZ 100355e0 f i main.cpp.obj - 0001:00034620 ?RemovePatch@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MAEXXZ 10035620 f i main.cpp.obj - 0001:00034660 ?RemovePatch@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MAEXXZ 10035660 f i main.cpp.obj - 0001:000346a0 ?RemovePatch@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MAEXXZ 100356a0 f i main.cpp.obj - 0001:000346e0 ?RemovePatch@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MAEXXZ 100356e0 f i main.cpp.obj - 0001:00034720 ?RemovePatch@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MAEXXZ 10035720 f i main.cpp.obj - 0001:00034760 ?RemovePatch@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MAEXXZ 10035760 f i main.cpp.obj - 0001:000347a0 ?RemovePatch@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MAEXXZ 100357a0 f i main.cpp.obj - 0001:000347e0 ?RemovePatch@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MAEXXZ 100357e0 f i main.cpp.obj - 0001:00034820 ?RemovePatch@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MAEXXZ 10035820 f i main.cpp.obj - 0001:00034860 ?RemovePatch@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MAEXXZ 10035860 f i main.cpp.obj - 0001:000348a0 ?RemovePatch@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MAEXXZ 100358a0 f i main.cpp.obj - 0001:000348e0 ?RemovePatch@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MAEXXZ 100358e0 f i main.cpp.obj - 0001:00034920 ?RemovePatch@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MAEXXZ 10035920 f i main.cpp.obj - 0001:00034960 ?RemovePatch@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MAEXXZ 10035960 f i main.cpp.obj - 0001:000349a0 ?RemovePatch@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MAEXXZ 100359a0 f i main.cpp.obj - 0001:000349e0 ?RemovePatch@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 100359e0 f i main.cpp.obj - 0001:00034a20 ?RemovePatch@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MAEXXZ 10035a20 f i main.cpp.obj - 0001:00034a60 ?RemovePatch@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10035a60 f i main.cpp.obj - 0001:00034aa0 ?RemovePatch@?$PatchDetour@P6IXXZPAX@hadesmem@@MAEXXZ 10035aa0 f i main.cpp.obj - 0001:00034ae0 ?RemovePatch@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MAEXXZ 10035ae0 f i main.cpp.obj - 0001:00034b20 ?RemovePatch@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MAEXXZ 10035b20 f i main.cpp.obj - 0001:00034b60 ?RemovePatch@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MAEXXZ 10035b60 f i main.cpp.obj - 0001:00034ba0 ?RemovePatch@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MAEXXZ 10035ba0 f i main.cpp.obj - 0001:00034be0 ?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035be0 f i main.cpp.obj - 0001:00034cc0 ?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10035cc0 f i main.cpp.obj - 0001:00034da0 ?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035da0 f i main.cpp.obj - 0001:00034e80 ?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10035e80 f i main.cpp.obj - 0001:00034f60 ?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10035f60 f i main.cpp.obj - 0001:00035040 ?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10036040 f i main.cpp.obj - 0001:00035120 ?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10036120 f i main.cpp.obj - 0001:00035200 ?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10036200 f i main.cpp.obj - 0001:000352e0 ?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100362e0 f i main.cpp.obj - 0001:000353c0 ?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100363c0 f i main.cpp.obj - 0001:000354a0 ?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100364a0 f i main.cpp.obj - 0001:00035580 ?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10036580 f i main.cpp.obj - 0001:00035660 ?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10036660 f i main.cpp.obj - 0001:00035740 ?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10036740 f i main.cpp.obj - 0001:00035820 ?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10036820 f i main.cpp.obj - 0001:00035900 ?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 10036900 f i main.cpp.obj - 0001:000359e0 ?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100369e0 f i main.cpp.obj - 0001:00035ac0 ?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10036ac0 f i main.cpp.obj - 0001:00035ba0 ?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10036ba0 f i main.cpp.obj - 0001:00035c80 ?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10036c80 f i main.cpp.obj - 0001:00035d60 ?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10036d60 f i main.cpp.obj - 0001:00035e40 ?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10036e40 f i main.cpp.obj - 0001:00035f20 ?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10036f20 f i main.cpp.obj - 0001:00036000 ?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10037000 f i main.cpp.obj - 0001:000360e0 ?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100370e0 f i main.cpp.obj - 0001:000361c0 ?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100371c0 f i main.cpp.obj - 0001:000362a0 ?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100372a0 f i main.cpp.obj - 0001:00036380 ?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 10037380 f i main.cpp.obj - 0001:000364b0 ?ResetCastFlags@Nampower@@YAXXZ 100374b0 f main.cpp.obj - 0001:00036510 ?ResetChannelingFlags@Nampower@@YAXXZ 10037510 f main.cpp.obj - 0001:00036550 ?ResetDisenchantState@Nampower@@YAXXZ 10037550 f main.cpp.obj - 0001:00036580 ?ResetOnSwingFlags@Nampower@@YAXXZ 10037580 f main.cpp.obj - 0001:000365a0 ?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100375a0 f i main.cpp.obj - 0001:00036660 ?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 10037660 f i main.cpp.obj - 0001:000367a0 ?Script_SetCVarHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAI@Z 100377a0 f main.cpp.obj - 0001:00036810 ?SetSelectionTarget@Nampower@@YAX_K@Z 10037810 f main.cpp.obj - 0001:00036930 ?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 10037930 f i main.cpp.obj - 0001:000369e0 ?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 100379e0 f i main.cpp.obj - 0001:000369e0 ?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 100379e0 f i main.cpp.obj - 0001:00036a80 ?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 10037a80 f i main.cpp.obj - 0001:00036b40 ?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 10037b40 f i main.cpp.obj - 0001:00036b40 ?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 10037b40 f i main.cpp.obj - 0001:00036b40 ?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 10037b40 f i main.cpp.obj - 0001:00036b40 ?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 10037b40 f i main.cpp.obj - 0001:00036be0 ?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 10037be0 f i main.cpp.obj - 0001:00036c90 ?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 10037c90 f i main.cpp.obj - 0001:00036d50 ?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z 10037d50 f i main.cpp.obj - 0001:00036e00 ?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 10037e00 f i main.cpp.obj - 0001:00036eb0 ?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 10037eb0 f i main.cpp.obj - 0001:00036f50 ?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 10037f50 f i main.cpp.obj - 0001:00036f50 ?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 10037f50 f i main.cpp.obj - 0001:00036f50 ?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 10037f50 f i main.cpp.obj - 0001:00036f50 ?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 10037f50 f i main.cpp.obj - 0001:00037010 ?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 10038010 f i main.cpp.obj - 0001:000370d0 ?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 100380d0 f i main.cpp.obj - 0001:000371a0 ?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z 100381a0 f i main.cpp.obj - 0001:00037260 ?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 10038260 f i main.cpp.obj - 0001:00037260 ?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 10038260 f i main.cpp.obj - 0001:00037320 ?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 10038320 f i main.cpp.obj - 0001:000373d0 ?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 100383d0 f i main.cpp.obj - 0001:00037480 ?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 10038480 f i main.cpp.obj - 0001:00037540 ?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 10038540 f i main.cpp.obj - 0001:00037610 ?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 10038610 f i main.cpp.obj - 0001:000376e0 ?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100386e0 f i main.cpp.obj - 0001:00037800 ?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 10038800 f main.cpp.obj - 0001:000378a0 ?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 100388a0 f i main.cpp.obj - 0001:000379a0 ?TraceFormatImpl@@YAXPBDABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 100389a0 f i main.cpp.obj - 0001:00037a90 ?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 10038a90 f i main.cpp.obj - 0001:00037c40 ?WriteCall@detail@hadesmem@@YAIABVProcess@2@PAX1AAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 10038c40 f i main.cpp.obj - 0001:00037da0 ?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10038da0 f i main.cpp.obj - 0001:00038100 ?WriteJump@detail@hadesmem@@YAIABVProcess@2@PAX1_NPAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 10039100 f i main.cpp.obj - 0001:00038260 ?WritePatch@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10039260 f i main.cpp.obj - 0001:000382a0 ?WritePatch@?$PatchDetour@P6GXXZPAX@hadesmem@@MAEXXZ 100392a0 f i main.cpp.obj - 0001:000382e0 ?WritePatch@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 100392e0 f i main.cpp.obj - 0001:00038320 ?WritePatch@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MAEXXZ 10039320 f i main.cpp.obj - 0001:00038360 ?WritePatch@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MAEXXZ 10039360 f i main.cpp.obj - 0001:000383a0 ?WritePatch@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MAEXXZ 100393a0 f i main.cpp.obj - 0001:000383e0 ?WritePatch@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MAEXXZ 100393e0 f i main.cpp.obj - 0001:00038420 ?WritePatch@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MAEXXZ 10039420 f i main.cpp.obj - 0001:00038460 ?WritePatch@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MAEXXZ 10039460 f i main.cpp.obj - 0001:000384a0 ?WritePatch@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MAEXXZ 100394a0 f i main.cpp.obj - 0001:000384e0 ?WritePatch@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MAEXXZ 100394e0 f i main.cpp.obj - 0001:00038520 ?WritePatch@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MAEXXZ 10039520 f i main.cpp.obj - 0001:00038560 ?WritePatch@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MAEXXZ 10039560 f i main.cpp.obj - 0001:000385a0 ?WritePatch@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MAEXXZ 100395a0 f i main.cpp.obj - 0001:000385e0 ?WritePatch@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MAEXXZ 100395e0 f i main.cpp.obj - 0001:00038620 ?WritePatch@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MAEXXZ 10039620 f i main.cpp.obj - 0001:00038660 ?WritePatch@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MAEXXZ 10039660 f i main.cpp.obj - 0001:000386a0 ?WritePatch@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MAEXXZ 100396a0 f i main.cpp.obj - 0001:000386e0 ?WritePatch@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MAEXXZ 100396e0 f i main.cpp.obj - 0001:00038720 ?WritePatch@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10039720 f i main.cpp.obj - 0001:00038760 ?WritePatch@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MAEXXZ 10039760 f i main.cpp.obj - 0001:000387a0 ?WritePatch@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 100397a0 f i main.cpp.obj - 0001:000387e0 ?WritePatch@?$PatchDetour@P6IXXZPAX@hadesmem@@MAEXXZ 100397e0 f i main.cpp.obj - 0001:00038820 ?WritePatch@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MAEXXZ 10039820 f i main.cpp.obj - 0001:00038860 ?WritePatch@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MAEXXZ 10039860 f i main.cpp.obj - 0001:000388a0 ?WritePatch@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MAEXXZ 100398a0 f i main.cpp.obj - 0001:000388e0 ?WritePatch@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MAEXXZ 100398e0 f i main.cpp.obj - 0001:00038920 ?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10039920 f i main.cpp.obj - 0001:00038a30 ?_Buy_nonzero@?$vector@DV?$allocator@D@std@@@std@@AAEXI@Z 10039a30 f i main.cpp.obj - 0001:00038a30 ?_Buy_nonzero@?$vector@EV?$allocator@E@std@@@std@@AAEXI@Z 10039a30 f i main.cpp.obj - 0001:00038ac0 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@2@PAX@Z 10039ac0 f i main.cpp.obj - 0001:00038ac0 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@2@PAX@Z 10039ac0 f i main.cpp.obj - 0001:00038ae0 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039ae0 f i main.cpp.obj - 0001:00038ae0 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039ae0 f i main.cpp.obj - 0001:00038b00 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@2@PAX@Z 10039b00 f i main.cpp.obj - 0001:00038b00 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@2@PAX@Z 10039b00 f i main.cpp.obj - 0001:00038b20 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10039b20 f i main.cpp.obj - 0001:00038b20 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10039b20 f i main.cpp.obj - 0001:00038b40 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@2@PAX@Z 10039b40 f i main.cpp.obj - 0001:00038b40 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@2@PAX@Z 10039b40 f i main.cpp.obj - 0001:00038b60 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039b60 f i main.cpp.obj - 0001:00038b60 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039b60 f i main.cpp.obj - 0001:00038b80 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@2@PAX@Z 10039b80 f i main.cpp.obj - 0001:00038b80 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@2@PAX@Z 10039b80 f i main.cpp.obj - 0001:00038ba0 ?_Copy@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEPAV?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039ba0 f i main.cpp.obj - 0001:00038ba0 ?_Move@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEPAV?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039ba0 f i main.cpp.obj - 0001:00038bc0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@@2@PAX@Z 10039bc0 f i main.cpp.obj - 0001:00038bc0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@@2@PAX@Z 10039bc0 f i main.cpp.obj - 0001:00038be0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@2@PAX@Z 10039be0 f i main.cpp.obj - 0001:00038be0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@2@PAX@Z 10039be0 f i main.cpp.obj - 0001:00038c00 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@2@PAX@Z 10039c00 f i main.cpp.obj - 0001:00038c00 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@2@PAX@Z 10039c00 f i main.cpp.obj - 0001:00038c20 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@2@PAX@Z 10039c20 f i main.cpp.obj - 0001:00038c20 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@2@PAX@Z 10039c20 f i main.cpp.obj - 0001:00038c40 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@2@PAX@Z 10039c40 f i main.cpp.obj - 0001:00038c40 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@2@PAX@Z 10039c40 f i main.cpp.obj - 0001:00038c60 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@2@PAX@Z 10039c60 f i main.cpp.obj - 0001:00038c60 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@2@PAX@Z 10039c60 f i main.cpp.obj - 0001:00038c80 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@2@PAX@Z 10039c80 f i main.cpp.obj - 0001:00038c80 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@2@PAX@Z 10039c80 f i main.cpp.obj - 0001:00038ca0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@2@PAX@Z 10039ca0 f i main.cpp.obj - 0001:00038ca0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@2@PAX@Z 10039ca0 f i main.cpp.obj - 0001:00038cc0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@2@PAX@Z 10039cc0 f i main.cpp.obj - 0001:00038cc0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@2@PAX@Z 10039cc0 f i main.cpp.obj - 0001:00038ce0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@2@PAX@Z 10039ce0 f i main.cpp.obj - 0001:00038ce0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@2@PAX@Z 10039ce0 f i main.cpp.obj - 0001:00038d00 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@2@PAX@Z 10039d00 f i main.cpp.obj - 0001:00038d00 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@2@PAX@Z 10039d00 f i main.cpp.obj - 0001:00038d20 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@2@PAX@Z 10039d20 f i main.cpp.obj - 0001:00038d20 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@2@PAX@Z 10039d20 f i main.cpp.obj - 0001:00038d40 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@2@PAX@Z 10039d40 f i main.cpp.obj - 0001:00038d40 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@2@PAX@Z 10039d40 f i main.cpp.obj - 0001:00038d60 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@2@PAX@Z 10039d60 f i main.cpp.obj - 0001:00038d60 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@2@PAX@Z 10039d60 f i main.cpp.obj - 0001:00038d80 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10039d80 f i main.cpp.obj - 0001:00038d80 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10039d80 f i main.cpp.obj - 0001:00038da0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@2@PAX@Z 10039da0 f i main.cpp.obj - 0001:00038da0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@2@PAX@Z 10039da0 f i main.cpp.obj - 0001:00038dc0 ?_Copy@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEPAV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@2@PAX@Z 10039dc0 f i main.cpp.obj - 0001:00038dc0 ?_Move@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAEPAV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@2@PAX@Z 10039dc0 f i main.cpp.obj - 0001:00038de0 ?_Copy@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EBEPAV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@2@PAX@Z 10039de0 f i main.cpp.obj - 0001:00038de0 ?_Move@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EAEPAV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@2@PAX@Z 10039de0 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e00 ?_Delete_this@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EAEX_N@Z 10039e00 f i main.cpp.obj - 0001:00038e20 ?_Delete_this@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10039e20 f i main.cpp.obj - 0001:00038e20 ?_Delete_this@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10039e20 f i main.cpp.obj - 0001:00038e30 ?_Destroy@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10039e30 f i main.cpp.obj - 0001:00038e30 ?_Destroy@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10039e30 f i main.cpp.obj - 0001:00038e50 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAI11$$QAPAVCDataStore@Nampower@@@Z 10039e50 f i main.cpp.obj - 0001:00038e50 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAPAX$$QAI3@Z 10039e50 f i main.cpp.obj - 0001:00038e50 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPA_K1$$QAI$$QAPAVCDataStore@Nampower@@@Z 10039e50 f i main.cpp.obj - 0001:00038e80 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 10039e80 f i main.cpp.obj - 0001:00038e80 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 10039e80 f i main.cpp.obj - 0001:00038e80 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAPAUCTerrainClickEvent@game@@@Z 10039e80 f i main.cpp.obj - 0001:00038e80 ?_Do_call@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEPAH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 10039e80 f i main.cpp.obj - 0001:00038e80 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI@Z 10039e80 f i main.cpp.obj - 0001:00038ea0 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAPAVCDataStore@Nampower@@@Z 10039ea0 f i main.cpp.obj - 0001:00038ea0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAH$$QAI@Z 10039ea0 f i main.cpp.obj - 0001:00038ec0 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QA_K@Z 10039ec0 f i main.cpp.obj - 0001:00038ec0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QA_K@Z 10039ec0 f i main.cpp.obj - 0001:00038ee0 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAH$$QAPAI2@Z 10039ee0 f i main.cpp.obj - 0001:00038ee0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI$$QAH2@Z 10039ee0 f i main.cpp.obj - 0001:00038ee0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX1$$QAI@Z 10039ee0 f i main.cpp.obj - 0001:00038ee0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX1$$QAPAVCDataStore@Nampower@@@Z 10039ee0 f i main.cpp.obj - 0001:00038ee0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX$$QAH2@Z 10039ee0 f i main.cpp.obj - 0001:00038f10 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@@Z 10039f10 f i main.cpp.obj - 0001:00038f20 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAE$$QAH@Z 10039f20 f i main.cpp.obj - 0001:00038f40 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI$$QAH$$QA_K@Z 10039f40 f i main.cpp.obj - 0001:00038f70 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI$$QAW4SpellCastResult@game@@$$QAH3$$QA_N@Z 10039f70 f i main.cpp.obj - 0001:00038fb0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAPAX$$QAH$$QAE@Z 10039fb0 f i main.cpp.obj - 0001:00038fe0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAUSpellCast@game@@$$QAD@Z 10039fe0 f i main.cpp.obj - 0001:00039000 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QA_N1$$QAW4SpellCastResult@game@@@Z 1003a000 f i main.cpp.obj - 0001:00039030 ?_Do_call@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAE_N$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI1$$QAI$$QAM@Z 1003a030 f i main.cpp.obj - 0001:00039070 ?_Do_call@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EAE_N$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAI$$QAPAUCGItem_C@game@@$$QA_K@Z 1003a070 f i main.cpp.obj - 0001:000390a0 ?_Extract@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEPAU?$_Tree_node@KPAX@2@V?$_Tree_unchecked_const_iterator@V?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@U_Iterator_base0@2@@2@@Z 1003a0a0 f i main.cpp.obj - 0001:000393b0 ?_Ffmt@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABAPADPADDH@Z 1003a3b0 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039470 ?_Get@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EBEPBXXZ 1003a470 f i main.cpp.obj - 0001:00039480 ?_Get_deleter@_Ref_count_base@std@@UBEPAXABVtype_info@@@Z 1003a480 f i main.cpp.obj - 0001:00039480 ?get_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a480 f i main.cpp.obj - 0001:00039480 ?get_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a480 f i main.cpp.obj - 0001:00039480 ?get_deleter@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a480 f i main.cpp.obj - 0001:00039480 ?get_deleter@?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a480 f i main.cpp.obj - 0001:00039480 ?get_deleter@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a480 f i main.cpp.obj - 0001:00039480 ?get_local_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a480 f i main.cpp.obj - 0001:00039480 ?get_local_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a480 f i main.cpp.obj - 0001:00039480 ?get_local_deleter@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a480 f i main.cpp.obj - 0001:00039480 ?get_local_deleter@?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a480 f i main.cpp.obj - 0001:00039480 ?get_local_deleter@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a480 f i main.cpp.obj - 0001:00039490 ?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 1003a490 f i main.cpp.obj - 0001:00039610 ?_Insert_node@?$_Tree_val@U?$_Tree_simple_types@I@std@@@std@@QAEPAU?$_Tree_node@IPAX@2@U?$_Tree_id@PAU?$_Tree_node@IPAX@std@@@2@QAU32@@Z 1003a610 f i spell_scripts.cpp.obj - 0001:00039610 ?_Insert_node@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEPAU?$_Tree_node@KPAX@2@U?$_Tree_id@PAU?$_Tree_node@KPAX@std@@@2@QAU32@@Z 1003a610 f i main.cpp.obj - 0001:00039610 ?_Insert_node@?$_Tree_val@U?$_Tree_simple_types@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@@std@@@std@@QAEPAU?$_Tree_node@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@PAX@2@U?$_Tree_id@PAU?$_Tree_node@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@PAX@std@@@2@QAU32@@Z 1003a610 f i main.cpp.obj - 0001:00039800 ?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z 1003a800 f i main.cpp.obj - 0001:00039b80 ?_Lrotate@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEXPAU?$_Tree_node@KPAX@2@@Z 1003ab80 f i main.cpp.obj - 0001:00039bd0 ?_Min@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@SAPAU?$_Tree_node@KPAX@2@PAU32@@Z 1003abd0 f i main.cpp.obj - 0001:00039bf0 ?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 1003abf0 f i main.cpp.obj - 0001:00039cd0 ?_Put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@PBDI@Z 1003acd0 f i main.cpp.obj - 0001:00039d40 ?_Rep@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@DI@Z 1003ad40 f i main.cpp.obj - 0001:00039db0 ?_Rrotate@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEXPAU?$_Tree_node@KPAX@2@@Z 1003adb0 f i main.cpp.obj - 0001:00039e10 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEABVtype_info@@XZ 1003ae10 f i main.cpp.obj - 0001:00039e20 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEABVtype_info@@XZ 1003ae20 f i main.cpp.obj - 0001:00039e30 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEABVtype_info@@XZ 1003ae30 f i main.cpp.obj - 0001:00039e40 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEABVtype_info@@XZ 1003ae40 f i main.cpp.obj - 0001:00039e50 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEABVtype_info@@XZ 1003ae50 f i main.cpp.obj - 0001:00039e60 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEABVtype_info@@XZ 1003ae60 f i main.cpp.obj - 0001:00039e70 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEABVtype_info@@XZ 1003ae70 f i main.cpp.obj - 0001:00039e80 ?_Target_type@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEABVtype_info@@XZ 1003ae80 f i main.cpp.obj - 0001:00039e90 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEABVtype_info@@XZ 1003ae90 f i main.cpp.obj - 0001:00039ea0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EBEABVtype_info@@XZ 1003aea0 f i main.cpp.obj - 0001:00039eb0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEABVtype_info@@XZ 1003aeb0 f i main.cpp.obj - 0001:00039ec0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEABVtype_info@@XZ 1003aec0 f i main.cpp.obj - 0001:00039ed0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEABVtype_info@@XZ 1003aed0 f i main.cpp.obj - 0001:00039ee0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEABVtype_info@@XZ 1003aee0 f i main.cpp.obj - 0001:00039ef0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EBEABVtype_info@@XZ 1003aef0 f i main.cpp.obj - 0001:00039f00 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EBEABVtype_info@@XZ 1003af00 f i main.cpp.obj - 0001:00039f10 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEABVtype_info@@XZ 1003af10 f i main.cpp.obj - 0001:00039f20 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EBEABVtype_info@@XZ 1003af20 f i main.cpp.obj - 0001:00039f30 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEABVtype_info@@XZ 1003af30 f i main.cpp.obj - 0001:00039f40 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEABVtype_info@@XZ 1003af40 f i main.cpp.obj - 0001:00039f50 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEABVtype_info@@XZ 1003af50 f i main.cpp.obj - 0001:00039f60 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EBEABVtype_info@@XZ 1003af60 f i main.cpp.obj - 0001:00039f70 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEABVtype_info@@XZ 1003af70 f i main.cpp.obj - 0001:00039f80 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEABVtype_info@@XZ 1003af80 f i main.cpp.obj - 0001:00039f90 ?_Target_type@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEABVtype_info@@XZ 1003af90 f i main.cpp.obj - 0001:00039fa0 ?_Target_type@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EBEABVtype_info@@XZ 1003afa0 f i main.cpp.obj - 0001:00039fb0 ?_Throw_tree_length_error@std@@YAXXZ 1003afb0 f i main.cpp.obj - 0001:00039fc0 ?_Tidy@?$vector@UCastSpellParams@@V?$allocator@UCastSpellParams@@@std@@@std@@AAEXXZ 1003afc0 f i main.cpp.obj - 0001:0003a030 ?_Tidy@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEXXZ 1003b030 f i main.cpp.obj - 0001:0003a090 ?_Xlength@?$vector@DV?$allocator@D@std@@@std@@CAXXZ 1003b090 f i main.cpp.obj - 0001:0003a090 ?_Xlength@?$vector@EV?$allocator@E@std@@@std@@CAXXZ 1003b090 f i main.cpp.obj - 0001:0003a090 ?_Xlength@?$vector@PAHV?$allocator@PAH@std@@@std@@CAXXZ 1003b090 f i lua_refs.cpp.obj - 0001:0003a090 ?_Xlength@?$vector@UCastSpellParams@@V?$allocator@UCastSpellParams@@@std@@@std@@CAXXZ 1003b090 f i main.cpp.obj - 0001:0003a090 ?_Xlength@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@CAXXZ 1003b090 f i main.cpp.obj - 0001:0003a0a0 ?addCustomEvent@Nampower@@YAXIPAD@Z 1003b0a0 f main.cpp.obj - 0001:0003a1c0 ?add_ref@error_info_container_impl@exception_detail@boost@@EBEXXZ 1003b1c0 f i main.cpp.obj - 0001:0003a1d0 ?append@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@ID@Z 1003b1d0 f i main.cpp.obj - 0001:0003a330 ?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@QBDI@Z 1003b330 f i main.cpp.obj - 0001:0003a420 ?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 1003b420 f i main.cpp.obj - 0001:0003a5c0 ?checkForStopChanneling@Nampower@@YAXXZ 1003b5c0 f main.cpp.obj - 0001:0003a8d0 ?clear@?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@QAEXXZ 1003b8d0 f i main.cpp.obj - 0001:0003a8ee ?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEPBVclone_base@23@XZ 1003b8ee f i main.cpp.obj - 0001:0003a900 ?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 1003b900 f i main.cpp.obj - 0001:0003a9da ?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEPBVclone_base@23@XZ 1003b9da f i main.cpp.obj - 0001:0003a9f0 ?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 1003b9f0 f i main.cpp.obj - 0001:0003aad0 ?clone@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 1003bad0 f i main.cpp.obj - 0001:0003ab00 ?clone@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 1003bb00 f i main.cpp.obj - 0001:0003ab80 ?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 1003bb80 f i main.cpp.obj - 0001:0003ac20 ?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 1003bc20 f i main.cpp.obj - 0001:0003aee0 ?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 1003bee0 f i main.cpp.obj - 0001:0003afb0 ?current_exception_diagnostic_information@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z 1003bfb0 f i main.cpp.obj - 0001:0003b050 ?deallocate@?$allocator@VSuspendedThread@hadesmem@@@std@@QAEXQAVSuspendedThread@hadesmem@@I@Z 1003c050 f i main.cpp.obj - 0001:0003b090 ?dec@std@@YAAAVios_base@1@AAV21@@Z 1003c090 f i main.cpp.obj - 0001:0003b0b0 ?destroy@sp_counted_base@detail@boost@@UAEXXZ 1003c0b0 f i main.cpp.obj - 0001:0003b0c0 ?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 1003c0c0 f i main.cpp.obj - 0001:0003b300 ?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z 1003c300 f i main.cpp.obj - 0001:0003b760 ?dispose@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEXXZ 1003c760 f i main.cpp.obj - 0001:0003b760 ?dispose@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEXXZ 1003c760 f i main.cpp.obj - 0001:0003b770 ?dispose@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEXXZ 1003c770 f i main.cpp.obj - 0001:0003b770 ?dispose@?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@UAEXXZ 1003c770 f i main.cpp.obj - 0001:0003b770 ?dispose@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEXXZ 1003c770 f i main.cpp.obj - 0001:0003b780 ?do_falsename@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003c780 f i main.cpp.obj - 0001:0003b7c0 ?do_grouping@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003c7c0 f i main.cpp.obj - 0001:0003b800 ?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DJ@Z 1003c800 f i main.cpp.obj - 0001:0003b8d0 ?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DK@Z 1003c8d0 f i main.cpp.obj - 0001:0003b9a0 ?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DN@Z 1003c9a0 f i main.cpp.obj - 0001:0003bba0 ?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DO@Z 1003cba0 f i main.cpp.obj - 0001:0003bda0 ?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBX@Z 1003cda0 f i main.cpp.obj - 0001:0003be10 ?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_J@Z 1003ce10 f i main.cpp.obj - 0001:0003bef0 ?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_K@Z 1003cef0 f i main.cpp.obj - 0001:0003bfd0 ?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z 1003cfd0 f i main.cpp.obj - 0001:0003c1d0 ?do_put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@DD@Z 1003d1d0 f i main.cpp.obj - 0001:0003c570 ?do_thousands_sep@?$numpunct@D@std@@MBEDXZ 1003d570 f i main.cpp.obj - 0001:0003c580 ?do_truename@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003d580 f i main.cpp.obj - 0001:0003c5c0 ?erase@?$_Tree@V?$_Tset_traits@KU?$less@K@std@@V?$allocator@K@2@$0A@@std@@@std@@QAE?AV?$_Tree_const_iterator@V?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@@2@V32@@Z 1003d5c0 f i main.cpp.obj - 0001:0003c600 ?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 1003d600 f i main.cpp.obj - 0001:0003c750 ?get@error_info_container_impl@exception_detail@boost@@UBE?AV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 1003d750 f i main.cpp.obj - 0001:0003c7d0 ?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 1003d7d0 f i main.cpp.obj - 0001:0003c890 ?hex@std@@YAAAVios_base@1@AAV21@@Z 1003d890 f i main.cpp.obj - 0001:0003c8b0 ?initCustomEvents@Nampower@@YAXXZ 1003d8b0 f main.cpp.obj - 0001:0003d090 ?initHooks@Nampower@@YAXXZ 1003e090 f main.cpp.obj - 0001:0003dd40 ?insert@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@IID@Z 1003ed40 f i main.cpp.obj - 0001:0003df00 ?loadConfig@Nampower@@YAXXZ 1003ef00 f main.cpp.obj - 0001:0003f3b0 ?loadUserVar@Nampower@@YAXPBD@Z 100403b0 f main.cpp.obj - 0001:0003f540 ?name_value_string@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@EBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 10040540 f i main.cpp.obj - 0001:0003f560 ?name_value_string@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@EBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 10040560 f i main.cpp.obj - 0001:0003f580 ?now@steady_clock@chrono@std@@SA?AV?$time_point@Usteady_clock@chrono@std@@V?$duration@_JU?$ratio@$00$0DLJKMKAA@@std@@@23@@23@XZ 10040580 f i main.cpp.obj - 0001:0003f680 ?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 10040680 f i main.cpp.obj - 0001:0003f800 ?overflow@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHH@Z 10040800 f i main.cpp.obj - 0001:0003f950 ?pbackfail@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHH@Z 10040950 f i main.cpp.obj - 0001:0003f9a0 ?pop@CastQueue@Nampower@@QAE?AUCastSpellParams@@XZ 100409a0 f i main.cpp.obj - 0001:0003fa40 ?processQueues@Nampower@@YA_NXZ 10040a40 f main.cpp.obj - 0001:0003fd40 ?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 10040d40 f i main.cpp.obj - 0001:0003fec0 ?put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@PBD3@Z 10040ec0 f i main.cpp.obj - 0001:00040130 ?release@error_info_container_impl@exception_detail@boost@@EBE_NXZ 10041130 f i main.cpp.obj - 0001:000401d0 ?reset@?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@QAEXPAVAllocator@hadesmem@@@Z 100411d0 f i main.cpp.obj - 0001:000401f3 ?rethrow@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEXXZ 100411f3 f i main.cpp.obj - 0001:00040200 ?rethrow@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEXXZ 10041200 f i main.cpp.obj - 0001:00040221 ?rethrow@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEXXZ 10041221 f i main.cpp.obj - 0001:00040230 ?rethrow@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEXXZ 10041230 f i main.cpp.obj - 0001:00040260 ?rethrow@?$wrapexcept@VError@hadesmem@@@boost@@UBEXXZ 10041260 f i main.cpp.obj - 0001:00040280 ?safeRename@Nampower@@YA_NPBD0@Z 10041280 f main.cpp.obj - 0001:00040310 ?seekoff@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAE?AV?$fpos@U_Mbstatet@@@2@_JHH@Z 10041310 f i main.cpp.obj - 0001:00040500 ?seekpos@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAE?AV?$fpos@U_Mbstatet@@@2@V32@H@Z 10041500 f i main.cpp.obj - 0001:00040670 ?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 10041670 f i main.cpp.obj - 0001:000407b0 ?stof@std@@YAMABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@PAI@Z 100417b0 f i main.cpp.obj - 0001:00040820 ?str@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 10041820 f i main.cpp.obj - 0001:00040900 ?underflow@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHXZ 10041900 f i main.cpp.obj - 0001:00040960 ?updateFromCvar@Nampower@@YAXPBD0@Z 10041960 f main.cpp.obj - 0001:00041960 _Load 10042960 f main.cpp.obj - 0001:00041ae0 __scprintf 10042ae0 f i main.cpp.obj - 0001:00041b10 __snprintf 10042b10 f i main.cpp.obj - 0001:00041b50 _sprintf_s 10042b50 f i main.cpp.obj - 0001:00041b80 ??$?R_K@?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@QBEIAB_K@Z 10042b80 f i helper.cpp.obj - 0001:00041bf0 ??$_Find_last@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IBE?AU?$_Hash_find_last_result@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@I@Z 10042bf0 f misc_scripts.cpp.obj - 0001:00041bf0 ??$_Find_last@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IBE?AU?$_Hash_find_last_result@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@I@Z 10042bf0 f misc_scripts.cpp.obj - 0001:00041ce0 ??$_Find_last@_K@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IBE?AU?$_Hash_find_last_result@PAU?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@@1@AB_KI@Z 10042ce0 f i helper.cpp.obj - 0001:00041f90 ??$_Try_emplace@AB_K$$V@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@_N@1@AB_K@Z 10042f90 f i helper.cpp.obj - 0001:00042160 ??$fill@PAV?$_List_unchecked_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@U_Iterator_base0@2@@std@@V12@@std@@YAXQAV?$_List_unchecked_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@U_Iterator_base0@2@@0@0ABV10@@Z 10043160 f items.cpp.obj - 0001:00042160 ??$fill@PAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@std@@@std@@@std@@V12@@std@@YAXQAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@std@@@std@@@0@0ABV10@@Z 10043160 f items.cpp.obj - 0001:00042160 ??$fill@PAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@std@@@std@@@std@@V12@@std@@YAXQAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@std@@@std@@@0@0ABV10@@Z 10043160 f misc_scripts.cpp.obj - 0001:00042160 ??$fill@PAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@std@@@std@@@std@@V12@@std@@YAXQAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@std@@@std@@@0@0ABV10@@Z 10043160 f items.cpp.obj - 0001:00042160 ??$fill@PAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CB_KI@std@@@std@@@std@@@std@@V12@@std@@YAXQAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CB_KI@std@@@std@@@std@@@0@0ABV10@@Z 10043160 f helper.cpp.obj - 0001:000421e0 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@@std@@@std@@QAE@XZ 100431e0 f i helper.cpp.obj - 0001:000421e0 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@@std@@@std@@QAE@XZ 100431e0 f i helper.cpp.obj - 0001:00042260 ??1?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@QAE@XZ 10043260 f i helper.cpp.obj - 0001:000422f0 ??1?$_Hash_vec@V?$allocator@V?$_List_unchecked_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@U_Iterator_base0@2@@std@@@std@@@std@@QAE@XZ 100432f0 f items.cpp.obj - 0001:000422f0 ??1?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@std@@@std@@@std@@@std@@@std@@QAE@XZ 100432f0 f items.cpp.obj - 0001:000422f0 ??1?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@std@@@std@@@std@@@std@@@std@@QAE@XZ 100432f0 f misc_scripts.cpp.obj - 0001:000422f0 ??1?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@std@@@std@@@std@@@std@@@std@@QAE@XZ 100432f0 f items.cpp.obj - 0001:000422f0 ??1?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CB_KI@std@@@std@@@std@@@std@@@std@@@std@@QAE@XZ 100432f0 f helper.cpp.obj - 0001:000423d0 ??1?$list@U?$pair@$$CB_KI@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@@std@@QAE@XZ 100433d0 f i helper.cpp.obj - 0001:00042590 ?ConvertGuidToString@Nampower@@YAPAD_K@Z 10043590 f helper.cpp.obj - 0001:000425c0 ?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 100435c0 f helper.cpp.obj - 0001:000427b0 ?GetGcdOrCooldownForSpell@Nampower@@YAII@Z 100437b0 f helper.cpp.obj - 0001:000427f0 ?GetNameplateDistance@Nampower@@YAMXZ 100437f0 f helper.cpp.obj - 0001:00042840 ?GetRemainingCooldownForSpell@Nampower@@YAII@Z 10043840 f helper.cpp.obj - 0001:000428b0 ?GetSpellIdFromSpellName@Nampower@@YAIPBD@Z 100438b0 f helper.cpp.obj - 0001:000428f0 ?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 100438f0 f helper.cpp.obj - 0001:00042c70 ?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 10043c70 f helper.cpp.obj - 0001:00042e20 ?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 10043e20 f helper.cpp.obj - 0001:00042f70 ?IsSpellOnCooldown@Nampower@@YA_NI@Z 10043f70 f helper.cpp.obj - 0001:00042fd0 ?IsTargetingTerrainSpell@Nampower@@YA_NXZ 10043fd0 f helper.cpp.obj - 0001:00042fe0 ?SetNameplateDistance@Nampower@@YAXM@Z 10043fe0 f helper.cpp.obj - 0001:00043000 ?SpellIsAttackTradeskillOrEnchant@Nampower@@YA_NPBUSpellRec@game@@@Z 10044000 f helper.cpp.obj - 0001:00043040 ?SpellIsChanneling@Nampower@@YA_NPBUSpellRec@game@@@Z 10044040 f helper.cpp.obj - 0001:00043050 ?SpellIsMounting@Nampower@@YA_NPBUSpellRec@game@@@Z 10044050 f helper.cpp.obj - 0001:00043080 ?SpellIsOnGcd@Nampower@@YA_NPBUSpellRec@game@@@Z 10044080 f helper.cpp.obj - 0001:000430a0 ?SpellIsOnSwing@Nampower@@YA_NPBUSpellRec@game@@@Z 100440a0 f helper.cpp.obj - 0001:000430b0 ?SpellIsTargeting@Nampower@@YA_NPBUSpellRec@game@@@Z 100440b0 f helper.cpp.obj - 0001:000431b0 ?_Assign_grow@?$_Hash_vec@V?$allocator@V?$_List_unchecked_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@U_Iterator_base0@2@@std@@@std@@@std@@QAEXIV?$_List_unchecked_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@U_Iterator_base0@2@@2@@Z 100441b0 f i items.cpp.obj - 0001:000431b0 ?_Assign_grow@?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@std@@@std@@@std@@@std@@@std@@QAEXIV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@std@@@std@@@2@@Z 100441b0 f i items.cpp.obj - 0001:000431b0 ?_Assign_grow@?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@std@@@std@@@std@@@std@@@std@@QAEXIV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@std@@@std@@@2@@Z 100441b0 f i misc_scripts.cpp.obj - 0001:000431b0 ?_Assign_grow@?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@std@@@std@@@std@@@std@@@std@@QAEXIV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@std@@@std@@@2@@Z 100441b0 f i items.cpp.obj - 0001:000431b0 ?_Assign_grow@?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CB_KI@std@@@std@@@std@@@std@@@std@@@std@@QAEXIV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CB_KI@std@@@std@@@std@@@2@@Z 100441b0 f i helper.cpp.obj - 0001:00043560 ?_Forced_rehash@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IAEXI@Z 10044560 f i helper.cpp.obj - 0001:000436a0 _snprintf 100446a0 f i helper.cpp.obj - 0001:000436e0 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100446e0 f i spellcast.cpp.obj - 0001:00043890 ?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 10044890 f spellcast.cpp.obj - 0001:00043eb0 ?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 10044eb0 f spellcast.cpp.obj - 0001:00044030 ?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 10045030 f spellcast.cpp.obj - 0001:000441b0 ?CGWorldFrame_OnLayerTrackTerrainHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAXHH@Z 100451b0 f spellcast.cpp.obj - 0001:00044220 ?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 10045220 f spellcast.cpp.obj - 0001:000443e0 ?CastQueuedNonGcdSpell@Nampower@@YAXXZ 100453e0 f spellcast.cpp.obj - 0001:000445d0 ?CastQueuedNormalSpell@Nampower@@YAXXZ 100455d0 f spellcast.cpp.obj - 0001:000447c0 ?SendCastHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z 100457c0 f spellcast.cpp.obj - 0001:000447f0 ?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100457f0 f spellcast.cpp.obj - 0001:00045ef0 ?Spell_C_HandleTerrainClickHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z 10046ef0 f spellcast.cpp.obj - 0001:00045f30 ?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 10046f30 f spellcast.cpp.obj - 0001:000460b0 ?TriggerQuickcast@Nampower@@YAXXZ 100470b0 f spellcast.cpp.obj - 0001:00046210 ?TriggerSpellCastEvent@Nampower@@YAX_NIW4CastType@@_KI@Z 10047210 f spellcast.cpp.obj - 0001:00046260 ?TriggerSpellQueuedEvent@Nampower@@YAXW4QueueEvents@@I@Z 10047260 f spellcast.cpp.obj - 0001:00046280 ?findSpellId@CastQueue@Nampower@@QAEPAUCastSpellParams@@I@Z 10047280 f i spellcast.cpp.obj - 0001:000462c0 ?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100472c0 f i spellcast.cpp.obj - 0001:000464a0 ?pushFront@CastQueue@Nampower@@QAEXABUCastSpellParams@@@Z 100474a0 f i spellcast.cpp.obj - 0001:000465c0 ??$Get@H@CDataStore@Nampower@@QAEXAAH@Z 100475c0 f i spellevents.cpp.obj - 0001:000465c0 ??$Get@I@CDataStore@Nampower@@QAEXAAI@Z 100475c0 f i spellchannel.cpp.obj - 0001:00046620 ?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10047620 f spellchannel.cpp.obj - 0001:00046c30 ?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10047c30 f spellchannel.cpp.obj - 0001:00046ee0 ??$Get@F@CDataStore@Nampower@@QAEXAAF@Z 10047ee0 f i spellevents.cpp.obj - 0001:00046f40 ??$Get@_K@CDataStore@Nampower@@QAEXAA_K@Z 10047f40 f i spellevents.cpp.obj - 0001:00046fb0 ?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10047fb0 f spellevents.cpp.obj - 0001:000474e0 ?PeriodicAuraLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100484e0 f spellevents.cpp.obj - 0001:000476f0 ?ProcResistHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100486f0 f spellevents.cpp.obj - 0001:00047770 ?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 10048770 f spellevents.cpp.obj - 0001:000478e0 ?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100488e0 f spellevents.cpp.obj - 0001:00047ae0 ?SpellEnergizeLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10048ae0 f spellevents.cpp.obj - 0001:00047b80 ?SpellFailedOtherHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10048b80 f spellevents.cpp.obj - 0001:00047bf0 ?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 10048bf0 f spellevents.cpp.obj - 0001:00048310 ?SpellHealingLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10049310 f spellevents.cpp.obj - 0001:000483b0 ?SpellLogMissHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100493b0 f spellevents.cpp.obj - 0001:00048450 ?SpellNonMeleeDmgLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 10049450 f spellevents.cpp.obj - 0001:00048550 ?SpellOrDamageImmuneHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10049550 f spellevents.cpp.obj - 0001:000485d0 ?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100495d0 f spellevents.cpp.obj - 0001:00048b00 ?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 10049b00 f spellevents.cpp.obj - 0001:00049770 ?TriggerAuraCastEvent@Nampower@@YAXPBUSpellRec@game@@_KQA_KE1_N@Z 1004a770 f spellevents.cpp.obj - 0001:00049a40 ?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 1004aa40 f spellevents.cpp.obj - 0001:00049dc0 ?TriggerSpellEnergizeEvent@Nampower@@YAX_K0IIIE@Z 1004adc0 f spellevents.cpp.obj - 0001:00049e80 ?TriggerSpellHealEvent@Nampower@@YAX_K0IIEE@Z 1004ae80 f spellevents.cpp.obj - 0001:00049f40 ?TriggerSpellMissEvent@Nampower@@YAX_K0II@Z 1004af40 f spellevents.cpp.obj - 0001:00049fb0 ?findOldestWaitingForServerSpellId@CastQueue@Nampower@@QAEPAUCastSpellParams@@I@Z 1004afb0 f i spellevents.cpp.obj - 0001:0004a000 ?triggerAuraCastEventOnTarget@Nampower@@YAXPBUSpellRec@game@@HPAD1_K2II@Z 1004b000 f spellevents.cpp.obj - 0001:0004a0f0 ??$PushArrayFieldsToLuaWithRefs@UItemStats_C@game@@@Nampower@@YAXPAIPBUItemStats_C@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 1004b0f0 f i misc_scripts.cpp.obj - 0001:0004a0f0 ??$PushArrayFieldsToLuaWithRefs@USpellRec@game@@@Nampower@@YAXPAIPBUSpellRec@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 1004b0f0 f i spell_scripts.cpp.obj - 0001:0004a0f0 ??$PushArrayFieldsToLuaWithRefs@UUnitFields@game@@@Nampower@@YAXPAIPBUUnitFields@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 1004b0f0 f i misc_scripts.cpp.obj - 0001:0004a360 ??$_Free_non_head@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@@std@@@?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@SAXAAV?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@@1@PAU01@@Z 1004b360 f i misc_scripts.cpp.obj - 0001:0004a360 ??$_Free_non_head@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@@std@@@?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@SAXAAV?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@@1@PAU01@@Z 1004b360 f i items.cpp.obj - 0001:0004a3e0 ??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 1004b3e0 f i misc_scripts.cpp.obj - 0001:0004a3e0 ??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 1004b3e0 f i dbc_fields.cpp.obj - 0001:0004a620 ??$destroy@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@?$_Default_allocator_traits@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@@std@@@std@@SAXAAV?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@@1@QAU?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@1@@Z 1004b620 f i misc_scripts.cpp.obj - 0001:0004a620 ??$destroy@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@?$_Default_allocator_traits@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@@std@@@std@@SAXAAV?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@@1@QAU?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@1@@Z 1004b620 f i items.cpp.obj - 0001:0004a670 ??$find@X@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@QAE?AV?$_List_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@std@@@std@@@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 1004b670 f i misc_scripts.cpp.obj - 0001:0004a770 ??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@QAE@XZ 1004b770 f i misc_scripts.cpp.obj - 0001:0004a770 ??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@QAE@XZ 1004b770 f i items.cpp.obj - 0001:0004a820 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@@std@@@std@@QAE@XZ 1004b820 f i misc_scripts.cpp.obj - 0001:0004a820 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@@std@@@std@@QAE@XZ 1004b820 f i items.cpp.obj - 0001:0004a840 ??1?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@QAE@XZ 1004b840 f i misc_scripts.cpp.obj - 0001:0004a840 ??1?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@QAE@XZ 1004b840 f i items.cpp.obj - 0001:0004a8b0 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@@std@@@std@@QAE@XZ 1004b8b0 f i misc_scripts.cpp.obj - 0001:0004a8b0 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@@std@@@std@@QAE@XZ 1004b8b0 f i items.cpp.obj - 0001:0004a8e0 ??1?$list@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@QAE@XZ 1004b8e0 f i misc_scripts.cpp.obj - 0001:0004a8e0 ??1?$list@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@QAE@XZ 1004b8e0 f i items.cpp.obj - 0001:0004a900 ?CSimpleFrame_GetNameHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1004b900 f misc_scripts.cpp.obj - 0001:0004aa50 ?PushTableValue@Nampower@@YAXPAIPADI@Z 1004ba50 f i misc_scripts.cpp.obj - 0001:0004aaa0 ?RunQueuedScript@Nampower@@YA_NH@Z 1004baa0 f misc_scripts.cpp.obj - 0001:0004abe0 ?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 1004bbe0 f misc_scripts.cpp.obj - 0001:0004ace0 ?Script_DisenchantAll@Nampower@@YAIPAI@Z 1004bce0 f misc_scripts.cpp.obj - 0001:0004b0d0 ?Script_GetCastInfo@Nampower@@YAIPAI@Z 1004c0d0 f misc_scripts.cpp.obj - 0001:0004b410 ?Script_GetCurrentCastingInfo@Nampower@@YAIPAI@Z 1004c410 f misc_scripts.cpp.obj - 0001:0004b560 ?Script_GetItemIconTexture@Nampower@@YAIPAI@Z 1004c560 f misc_scripts.cpp.obj - 0001:0004b600 ?Script_GetItemLevel@Nampower@@YAIPAI@Z 1004c600 f misc_scripts.cpp.obj - 0001:0004b6b0 ?Script_GetItemStats@Nampower@@YAIPAI@Z 1004c6b0 f misc_scripts.cpp.obj - 0001:0004ba60 ?Script_GetItemStatsField@Nampower@@YAIPAI@Z 1004ca60 f misc_scripts.cpp.obj - 0001:0004bec0 ?Script_GetNampowerVersion@Nampower@@YAIPAI@Z 1004cec0 f misc_scripts.cpp.obj - 0001:0004bf20 ?Script_GetPlayerAuraDuration@Nampower@@YAIPAI@Z 1004cf20 f misc_scripts.cpp.obj - 0001:0004c040 ?Script_GetSpellIconTexture@Nampower@@YAIPAI@Z 1004d040 f misc_scripts.cpp.obj - 0001:0004c0f0 ?Script_GetUnitData@Nampower@@YAIPAI@Z 1004d0f0 f misc_scripts.cpp.obj - 0001:0004c460 ?Script_GetUnitField@Nampower@@YAIPAI@Z 1004d460 f misc_scripts.cpp.obj - 0001:0004c7b0 ?Script_QueueScript@Nampower@@YAIPAI@Z 1004d7b0 f misc_scripts.cpp.obj - 0001:0004cab0 ?Script_StartItemExport@Nampower@@YAIPAI@Z 1004dab0 f misc_scripts.cpp.obj - 0001:0004cac0 ?TryDisenchant@Nampower@@YA_NXZ 1004dac0 f misc_scripts.cpp.obj - 0001:0004ce50 ?_Forced_rehash@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IAEXI@Z 1004de50 f i misc_scripts.cpp.obj - 0001:0004ce50 ?_Forced_rehash@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAEXI@Z 1004de50 f i items.cpp.obj - 0001:0004d110 ??$_Find_hint@I@?$_Tree@V?$_Tset_traits@IU?$less@I@std@@V?$allocator@I@2@$0A@@std@@@std@@IBE?AU?$_Tree_find_hint_result@PAU?$_Tree_node@IPAX@std@@@1@QAU?$_Tree_node@IPAX@1@ABI@Z 1004e110 f i spell_scripts.cpp.obj - 0001:0004d350 ??$_Find_lower_bound@I@?$_Tree@V?$_Tset_traits@IU?$less@I@std@@V?$allocator@I@2@$0A@@std@@@std@@IBE?AU?$_Tree_find_result@PAU?$_Tree_node@IPAX@std@@@1@ABI@Z 1004e350 f i spell_scripts.cpp.obj - 0001:0004d3a0 ?GetSpellSlotFromLuaHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@HPAI1@Z 1004e3a0 f spell_scripts.cpp.obj - 0001:0004d4f0 ?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 1004e4f0 f spell_scripts.cpp.obj - 0001:0004d600 ?Script_GetSpellIdForName@Nampower@@YAIPAI@Z 1004e600 f spell_scripts.cpp.obj - 0001:0004d670 ?Script_GetSpellModifiers@Nampower@@YAIPAI@Z 1004e670 f spell_scripts.cpp.obj - 0001:0004d7f0 ?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 1004e7f0 f spell_scripts.cpp.obj - 0001:0004d940 ?Script_GetSpellPower@Nampower@@YAIPAI@Z 1004e940 f spell_scripts.cpp.obj - 0001:0004dab0 ?Script_GetSpellRec@Nampower@@YAIPAI@Z 1004eab0 f spell_scripts.cpp.obj - 0001:0004def0 ?Script_GetSpellRecField@Nampower@@YAIPAI@Z 1004eef0 f spell_scripts.cpp.obj - 0001:0004e3f0 ?Script_GetSpellSlotTypeIdForName@Nampower@@YAIPAI@Z 1004f3f0 f spell_scripts.cpp.obj - 0001:0004e570 ?Script_IsSpellInRange@Nampower@@YAIPAI@Z 1004f570 f spell_scripts.cpp.obj - 0001:0004e830 ?Script_IsSpellUsable@Nampower@@YAIPAI@Z 1004f830 f spell_scripts.cpp.obj - 0001:0004e970 ?Script_QueueSpellByName@Nampower@@YAIPAI@Z 1004f970 f spell_scripts.cpp.obj - 0001:0004ea80 ?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1004fa80 f spell_scripts.cpp.obj - 0001:0004eba0 ?GetCooldownFromSpellHistory@Nampower@@YA?AUCooldownDetail@1@III@Z 1004fba0 f cooldown_scripts.cpp.obj - 0001:0004ee60 ?GetItemCooldownDetail@Nampower@@YA?AUCooldownDetail@1@I@Z 1004fe60 f cooldown_scripts.cpp.obj - 0001:0004f000 ?PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@1@@Z 10050000 f cooldown_scripts.cpp.obj - 0001:0004f530 ?Script_GetItemIdCooldown@Nampower@@YAIPAI@Z 10050530 f cooldown_scripts.cpp.obj - 0001:0004f610 ?Script_GetSpellIdCooldown@Nampower@@YAIPAI@Z 10050610 f cooldown_scripts.cpp.obj - 0001:0004f6d0 ?Script_GetTrinketCooldown@Nampower@@YAIPAI@Z 100506d0 f cooldown_scripts.cpp.obj - 0001:0004f8f0 ??0CachedItemData@Nampower@@QAE@XZ 100508f0 f i item_scripts.cpp.obj - 0001:0004fd60 ?ClearBagSlot@Nampower@@YAXPAIHI@Z 10050d60 f item_scripts.cpp.obj - 0001:0004fe40 ?CreateBasicItemInfoTable@Nampower@@YAXPAIPAUCGItem@game@@@Z 10050e40 f item_scripts.cpp.obj - 0001:0004ff30 ?CreateItemInfoTable@Nampower@@YAXPAIPAUCGItem_C@game@@@Z 10050f30 f item_scripts.cpp.obj - 0001:000501e0 ?GetSingleBagItems@Nampower@@YAIPAIH@Z 100511e0 f item_scripts.cpp.obj - 0001:000505d0 ?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 100515d0 f item_scripts.cpp.obj - 0001:00050b00 ?Script_FindPlayerItemSlot@Nampower@@YAIPAI@Z 10051b00 f item_scripts.cpp.obj - 0001:00050c70 ?Script_GetAmmo@Nampower@@YAIPAI@Z 10051c70 f item_scripts.cpp.obj - 0001:00050e00 ?Script_GetBagItem@Nampower@@YAIPAI@Z 10051e00 f item_scripts.cpp.obj - 0001:000510d0 ?Script_GetBagItems@Nampower@@YAIPAI@Z 100520d0 f item_scripts.cpp.obj - 0001:00051270 ?Script_GetEquippedItem@Nampower@@YAIPAI@Z 10052270 f item_scripts.cpp.obj - 0001:000513f0 ?Script_GetEquippedItems@Nampower@@YAIPAI@Z 100523f0 f item_scripts.cpp.obj - 0001:00051570 ?Script_GetTrinkets@Nampower@@YAIPAI@Z 10052570 f item_scripts.cpp.obj - 0001:00051a20 ?Script_UseItemIdOrName@Nampower@@YAIPAI@Z 10052a20 f item_scripts.cpp.obj - 0001:00051ba0 ?Script_UseTrinket@Nampower@@YAIPAI@Z 10052ba0 f item_scripts.cpp.obj - 0001:00051dd0 ??$_Find_last@I@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IBE?AU?$_Hash_find_last_result@PAU?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@@1@ABII@Z 10052dd0 f i items.cpp.obj - 0001:00051dd0 ??$_Find_last@I@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@IBE?AU?$_Hash_find_last_result@PAU?$_List_node@IPAX@std@@@1@ABII@Z 10052dd0 f i items.cpp.obj - 0001:00051e40 ??$_Try_emplace@ABI$$V@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@_N@1@ABI@Z 10052e40 f i items.cpp.obj - 0001:00052040 ??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 10053040 f i items.cpp.obj - 0001:00052230 ??$emplace@ABI@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE?AU?$pair@V?$_List_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@@std@@_N@1@ABI@Z 10053230 f i items.cpp.obj - 0001:00052420 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@IPAX@std@@@std@@@std@@QAE@XZ 10053420 f i items.cpp.obj - 0001:00052420 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@IPAX@std@@@std@@@std@@QAE@XZ 10053420 f i items.cpp.obj - 0001:00052440 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@@std@@@std@@QAE@XZ 10053440 f i items.cpp.obj - 0001:00052440 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@@std@@@std@@QAE@XZ 10053440 f i items.cpp.obj - 0001:00052460 ??1?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@QAE@XZ 10053460 f i items.cpp.obj - 0001:000524f0 ??1?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE@XZ 100534f0 f i items.cpp.obj - 0001:00052580 ??1?$list@IV?$allocator@I@std@@@std@@QAE@XZ 10053580 f i items.cpp.obj - 0001:000525c0 ??1?$list@U?$pair@$$CBIPAUItemStats_C@game@@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@2@@std@@QAE@XZ 100535c0 f i items.cpp.obj - 0001:00052600 ??_H@YGXPAXIIP6EPAX0@Z@Z 10053600 f i items.cpp.obj - 0001:00052630 ?CacheItemNameToId@Nampower@@YAXPBDI@Z 10053630 f items.cpp.obj - 0001:000526c0 ?ClearItemCaches@Nampower@@YAXXZ 100536c0 f items.cpp.obj - 0001:00052820 ?DoesItemMatch@Nampower@@YA_NIIPBD@Z 10053820 f items.cpp.obj - 0001:000528f0 ?FindPlayerDisenchantItem@Nampower@@YA?AUPlayerItemSearchResult@1@I_N@Z 100538f0 f items.cpp.obj - 0001:00052b00 ?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 10053b00 f items.cpp.obj - 0001:00053140 ?GetBagPtrFromContainer@Nampower@@YAPAIPAI@Z 10054140 f items.cpp.obj - 0001:00053160 ?GetItemIdFromCache@Nampower@@YAIPBD@Z 10054160 f items.cpp.obj - 0001:00053250 ?GetItemStats@Nampower@@YAPAUItemStats_C@game@@I@Z 10054250 f items.cpp.obj - 0001:000532d0 ?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100542d0 f items.cpp.obj - 0001:000534f0 ?LoadItem@Nampower@@YA_NI@Z 100544f0 f items.cpp.obj - 0001:000535c0 ?StartItemExport@Nampower@@YAXXZ 100545c0 f items.cpp.obj - 0001:000535e0 ?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100545e0 f items.cpp.obj - 0001:000537b0 ?_Forced_rehash@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IAEXI@Z 100547b0 f i items.cpp.obj - 0001:00053910 ?_Forced_rehash@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@IAEXI@Z 10054910 f i items.cpp.obj - 0001:00053a70 ?_Unchecked_erase@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@AAEPAU?$_List_node@IPAX@2@PAU32@QAU32@@Z 10054a70 f i items.cpp.obj - 0001:00053c20 ?clear@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAEXXZ 10054c20 f i items.cpp.obj - 0001:00053ca0 ?InitializeFieldMaps@Nampower@@YAXXZ 10054ca0 f dbc_fields.cpp.obj - 0001:00053fa0 ?InitializeUnitFieldMaps@Nampower@@YAXXZ 10054fa0 f unit_fields.cpp.obj - 0001:00054150 ?CGBuffBar_UpdateDurationHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@EH@Z 10055150 f auras.cpp.obj - 0001:000541d0 ?CGUnit_C_OnAuraAddedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z 100551d0 f auras.cpp.obj - 0001:00054210 ?CGUnit_C_OnAuraRemovedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z 10055210 f auras.cpp.obj - 0001:00054250 ?CGUnit_C_OnAuraStacksChangedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z 10055250 f auras.cpp.obj - 0001:000542b0 ?TriggerAuraEvent@Nampower@@YAXPAIII_NI@Z 100552b0 f auras.cpp.obj - 0001:000544d0 ?UnitCombatLogUnitDeadHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_K@Z 100554d0 f auras.cpp.obj - 0001:00054520 ??$_Emplace_reallocate@ABQAH@?$vector@PAHV?$allocator@PAH@std@@@std@@AAEPAPAHQAPAHABQAH@Z 10055520 f i lua_refs.cpp.obj - 0001:00054680 ?CleanupAllLuaTableRefs@Nampower@@YAXXZ 10055680 f lua_refs.cpp.obj - 0001:000547f0 ?GetTableRef@Nampower@@YAXPAIAAH@Z 100557f0 f lua_refs.cpp.obj - 0001:00054870 ?AttackRoundInfo_ReadPacketHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@1@@Z 10055870 f autoattack.cpp.obj - 0001:00054c28 __get_purecall_handler 10055c28 f libvcruntime:purevirt.obj - 0001:00054c2f __purecall 10055c2f f libvcruntime:purevirt.obj - 0001:00054c4b ___DestructExceptionObject 10055c4b f libvcruntime:ehhelpers.obj - 0001:00054cec ?_CallMemberFunction0@@YGXQAX0@Z 10055cec f i libvcruntime:ehhelpers.obj - 0001:00054d51 __IsExceptionObjectToBeDestroyed 10055d51 f libvcruntime:ehhelpers.obj - 0001:00054d77 ___AdjustPointer 10055d77 f libvcruntime:ehhelpers.obj - 0001:00054d9c ___FrameUnwindFilter 10055d9c f libvcruntime:ehhelpers.obj - 0001:00054df2 ___std_terminate 10055df2 f libvcruntime:ehhelpers.obj - 0001:00054df7 ___std_exception_copy 10055df7 f libvcruntime:std_exception.obj - 0001:00054e5a ___std_exception_destroy 10055e5a f libvcruntime:std_exception.obj - 0001:00054e79 __CxxThrowException@8 10055e79 f libvcruntime:throw.obj - 0001:00054ee5 ?GetRangeOfTrysToCheck@__FrameHandler3@@SA?AU?$pair@Viterator@TryBlockMap@__FrameHandler3@@V123@@std@@AAVTryBlockMap@1@HPAXPBU_s_FuncInfo@@H@Z 10055ee5 f libvcruntime:trnsctrl.obj - 0001:00054f54 ?_CallCatchBlock2@@YAPAXPAUEHRegistrationNode@@PBU_s_FuncInfo@@PAXHK@Z 10055f54 f libvcruntime:trnsctrl.obj - 0001:00054fb1 ?_CallSETranslator@@YAHPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAX2PBU_s_FuncInfo@@H1@Z 10055fb1 f libvcruntime:trnsctrl.obj - 0001:000550a1 ?_JumpToContinuation@@YGXPAXPAUEHRegistrationNode@@@Z 100560a1 f libvcruntime:trnsctrl.obj - 0001:000550d1 ?_UnwindNestedFrames@@YGXPAUEHRegistrationNode@@PAUEHExceptionRecord@@@Z 100560d1 f libvcruntime:trnsctrl.obj - 0001:00055125 __CatchGuardHandler 10056125 f libvcruntime:trnsctrl.obj - 0001:00055156 __CreateFrameInfo 10056156 f libvcruntime:trnsctrl.obj - 0001:0005517a __FindAndUnlinkFrame 1005617a f libvcruntime:trnsctrl.obj - 0001:000551c2 __TranslatorGuardHandler 100561c2 f libvcruntime:trnsctrl.obj - 0001:00055261 ___CxxFrameHandler3 10056261 f libvcruntime:trnsctrl.obj - 0001:000552a0 _memcpy 100562a0 f libvcruntime:memcpy.obj - 0001:000552a0 _memmove 100562a0 f libvcruntime:memmove.obj - 0001:00055820 ??0__non_rtti_object@std@@QAE@ABV01@@Z 10056820 f i libvcruntime:rtti.obj - 0001:0005583b ??0bad_typeid@std@@QAE@ABV01@@Z 1005683b f i libvcruntime:rtti.obj - 0001:00055856 ??_E__non_rtti_object@std@@UAEPAXI@Z 10056856 f i libvcruntime:rtti.obj - 0001:00055856 ??_Ebad_function_call@std@@UAEPAXI@Z 10056856 f i libcpmt:xthrow.obj - 0001:00055856 ??_Ebad_typeid@std@@UAEPAXI@Z 10056856 f i libvcruntime:rtti.obj - 0001:00055856 ??_Einvalid_argument@std@@UAEPAXI@Z 10056856 f i libcpmt:xthrow.obj - 0001:00055856 ??_Elength_error@std@@UAEPAXI@Z 10056856 f i libcpmt:xthrow.obj - 0001:00055856 ??_Elogic_error@std@@UAEPAXI@Z 10056856 f i libcpmt:xthrow.obj - 0001:00055856 ??_Eout_of_range@std@@UAEPAXI@Z 10056856 f i libcpmt:xthrow.obj - 0001:00055856 ??_G__non_rtti_object@std@@UAEPAXI@Z 10056856 f i libvcruntime:rtti.obj - 0001:00055856 ??_Gbad_function_call@std@@UAEPAXI@Z 10056856 f i libcpmt:xthrow.obj - 0001:00055856 ??_Gbad_typeid@std@@UAEPAXI@Z 10056856 f i libvcruntime:rtti.obj - 0001:00055856 ??_Ginvalid_argument@std@@UAEPAXI@Z 10056856 f i libcpmt:xthrow.obj - 0001:00055856 ??_Glength_error@std@@UAEPAXI@Z 10056856 f i libcpmt:xthrow.obj - 0001:00055856 ??_Glogic_error@std@@UAEPAXI@Z 10056856 f i libcpmt:xthrow.obj - 0001:00055856 ??_Gout_of_range@std@@UAEPAXI@Z 10056856 f i libcpmt:xthrow.obj - 0001:00055c27 ?__construct_from_string_literal@__non_rtti_object@std@@SA?AV12@QBD@Z 10056c27 f i libvcruntime:rtti.obj - 0001:00055c43 ?__construct_from_string_literal@bad_cast@std@@SA?AV12@QBD@Z 10056c43 f i libvcruntime:rtti.obj - 0001:00055c5f ?__construct_from_string_literal@bad_typeid@std@@SA?AV12@QBD@Z 10056c5f f i libvcruntime:rtti.obj - 0001:00055c7b ___RTDynamicCast 10056c7b f libvcruntime:rtti.obj - 0001:00055d6e ___RTtypeid 10056d6e f libvcruntime:rtti.obj - 0001:00055e04 ??3@YAXPAX@Z 10056e04 f LIBCMT:delete_scalar.obj - 0001:00055e09 ___std_type_info_compare 10056e09 f libvcruntime:std_type_info.obj - 0001:00055e45 ___std_type_info_destroy_list 10056e45 f libvcruntime:std_type_info.obj - 0001:00055e68 ___std_type_info_name 10056e68 f libvcruntime:std_type_info.obj - 0001:00055f30 _memset 10056f30 f libvcruntime:memset.obj - 0001:00056090 _strstr 10057090 f libvcruntime:strstr.obj - 0001:00056300 _memchr 10057300 f libvcruntime:memchr.obj - 0001:000563ad ___vcrt_freefls@4 100573ad f libvcruntime:per_thread_data.obj - 0001:000563c9 ___vcrt_freeptd_for_this_thread 100573c9 f libvcruntime:per_thread_data.obj - 0001:000563f4 ___vcrt_getptd 100573f4 f libvcruntime:per_thread_data.obj - 0001:00056402 ___vcrt_getptd_noexit 10057402 f libvcruntime:per_thread_data.obj - 0001:00056494 ___vcrt_getptd_noinit 10057494 f libvcruntime:per_thread_data.obj - 0001:000564cb ___vcrt_initialize_ptd 100574cb f libvcruntime:per_thread_data.obj - 0001:000564fe ___vcrt_uninitialize_ptd 100574fe f libvcruntime:per_thread_data.obj - 0001:00056560 __except_handler4 10057560 f libvcruntime:chandler4.obj - 0001:00056df0 ??$TypeMatchHelper@V__FrameHandler3@@@@YAHPBU_s_HandlerType@@PBU_s_CatchableType@@PBU_s_ThrowInfo@@@Z 10057df0 f i libvcruntime:frame.obj - 0001:00056e7e ??$__InternalCxxFrameHandler@V__FrameHandler3@@@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@H1E@Z 10057e7e f i libvcruntime:frame.obj - 0001:00056f80 ??$__InternalCxxFrameHandlerWrapper@V__FrameHandler3@@@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@H1E@Z 10057f80 f i libvcruntime:frame.obj - 0001:000571e1 ?FrameUnwindToEmptyState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@@Z 100581e1 f libvcruntime:frame.obj - 0001:000571f9 ?FrameUnwindToState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@H@Z 100581f9 f libvcruntime:frame.obj - 0001:0005737b ?_CallMemberFunction1@@YGXQAX00@Z 1005837b f i libvcruntime:frame.obj - 0001:0005738b ?_CallMemberFunction2@@YGXQAX00H@Z 1005838b f i libvcruntime:frame.obj - 0001:0005739e ?getESTypes@__FrameHandler3@@SAPBU_s_ESTypeList@@PBU_s_FuncInfo@@@Z 1005839e f i libvcruntime:frame.obj - 0001:000573b0 __CallSettingFrame@12 100583b0 f libvcruntime:lowhelpr.obj - 0001:000573d7 __NLG_Return 100583d7 libvcruntime:lowhelpr.obj - 0001:000573fc ___except_validate_context_record 100583fc f libvcruntime:jbcxrval.obj - 0001:0005742c ??$?0$00@DName@@QAE@PBDU?$StringLifeSelector@$00@@@Z 1005842c f i libvcruntime:undname.obj - 0001:0005745f ??$?0$01@DName@@QAE@PBDU?$StringLifeSelector@$01@@@Z 1005845f f i libvcruntime:undname.obj - 0001:0005745f ??$?0$0A@@DName@@QAE@PBDU?$StringLifeSelector@$0A@@@@Z 1005845f f i libvcruntime:undname.obj - 0001:00057492 ??$?0$01@pcharNode@@QAE@PBDHU?$StringLifeSelector@$01@@@Z 10058492 f i libvcruntime:undname.obj - 0001:00057492 ??$?0$0A@@pcharNode@@QAE@PBDHU?$StringLifeSelector@$0A@@@@Z 10058492 f i libvcruntime:undname.obj - 0001:000574d2 ??$append@VDNameNode@@@DName@@AAEXPBVDNameNode@@@Z 100584d2 f i libvcruntime:undname.obj - 0001:000574d2 ??$append@VDNameStatusNode@@@DName@@AAEXPBVDNameStatusNode@@@Z 100584d2 f i libvcruntime:undname.obj - 0001:000574d2 ??$append@VcharNode@@@DName@@AAEXPBVcharNode@@@Z 100584d2 f i libvcruntime:undname.obj - 0001:000574d2 ??$append@VpcharNode@@@DName@@AAEXPBVpcharNode@@@Z 100584d2 f i libvcruntime:undname.obj - 0001:00057513 ??$doPchar@$00@DName@@AAEXPBDH@Z 10058513 f i libvcruntime:undname.obj - 0001:0005757f ??$doPchar@$01@DName@@AAEXPBDH@Z 1005857f f i libvcruntime:undname.obj - 0001:0005757f ??$doPchar@$0A@@DName@@AAEXPBDH@Z 1005857f f i libvcruntime:undname.obj - 0001:000576ac ??0DName@@QAE@AAPBDD@Z 100586ac f libvcruntime:undname.obj - 0001:00057735 ??0DName@@QAE@ABUStringLiteral@@@Z 10058735 f libvcruntime:undname.obj - 0001:0005775c ??0DName@@QAE@PAV0@@Z 1005875c f libvcruntime:undname.obj - 0001:000577a3 ??0DName@@QAE@W4DNameStatus@@@Z 100587a3 f libvcruntime:undname.obj - 0001:000577e3 ??0DName@@QAE@_J@Z 100587e3 f libvcruntime:undname.obj - 0001:0005786d ??0DName@@QAE@_K@Z 1005886d f libvcruntime:undname.obj - 0001:000578d1 ??0DNameNode@@IAE@XZ 100588d1 f i libvcruntime:undname.obj - 0001:000578da ??0UnDecorator@@QAE@PBDP6APADJ@ZK@Z 100588da f i libvcruntime:undname.obj - 0001:0005793e ??0pDNameNode@@QAE@PAVDName@@@Z 1005893e f libvcruntime:undname.obj - 0001:00057966 ??0pairNode@@QAE@PBVDNameNode@@0@Z 10058966 f i libvcruntime:undname.obj - 0001:0005798c ??2@YAPAXIAAV_HeapManager@@H@Z 1005898c f libvcruntime:undname.obj - 0001:000579ab ??4DName@@QAEAAV0@ABUStringLiteral@@@Z 100589ab f libvcruntime:undname.obj - 0001:000579cc ??4DName@@QAEAAV0@W4DNameStatus@@@Z 100589cc f libvcruntime:undname.obj - 0001:000579fe ??AReplicator@@QBE?AVDName@@H@Z 100589fe f libvcruntime:undname.obj - 0001:00057a3a ??H@YA?AVDName@@ABUStringLiteral@@ABV0@@Z 10058a3a f i libvcruntime:undname.obj - 0001:00057a5c ??H@YA?AVDName@@DABV0@@Z 10058a5c f i libvcruntime:undname.obj - 0001:00057a87 ??H@YA?AVDName@@W4DNameStatus@@ABV0@@Z 10058a87 f i libvcruntime:undname.obj - 0001:00057aa9 ??HDName@@QBE?AV0@ABUStringLiteral@@@Z 10058aa9 f libvcruntime:undname.obj - 0001:00057acb ??HDName@@QBE?AV0@ABV0@@Z 10058acb f libvcruntime:undname.obj - 0001:00057aed ??HDName@@QBE?AV0@D@Z 10058aed f libvcruntime:undname.obj - 0001:00057b0f ??HDName@@QBE?AV0@W4DNameStatus@@@Z 10058b0f f libvcruntime:undname.obj - 0001:00057b31 ??YDName@@QAEAAV0@ABUStringLiteral@@@Z 10058b31 f libvcruntime:undname.obj - 0001:00057b89 ??YDName@@QAEAAV0@ABV0@@Z 10058b89 f libvcruntime:undname.obj - 0001:00057be0 ??YDName@@QAEAAV0@D@Z 10058be0 f libvcruntime:undname.obj - 0001:00057c35 ??YDName@@QAEAAV0@W4DNameStatus@@@Z 10058c35 f libvcruntime:undname.obj - 0001:00057c75 ??YReplicator@@QAEAAV0@ABVDName@@@Z 10058c75 f libvcruntime:undname.obj - 0001:00057cb5 ??_5DName@@QAEAAV0@ABV0@@Z 10058cb5 f libvcruntime:undname.obj - 0001:00057cd4 ?Destructor@_HeapManager@@QAEXXZ 10058cd4 f i libvcruntime:undname.obj - 0001:00057d09 ?UScore@UnDecorator@@SA?AUStringLiteral@@W4Tokens@@@Z 10058d09 f libvcruntime:undname.obj - 0001:00057d30 ?composeDeclaration@UnDecorator@@CA?AVDName@@ABV2@@Z 10058d30 f i libvcruntime:undname.obj - 0001:00058ab6 ?doPchar@DName@@AAEXD@Z 10059ab6 f libvcruntime:undname.obj - 0001:00058aee ?getAddressOf@UnDecorator@@CA?AVDName@@XZ 10059aee f libvcruntime:undname.obj - 0001:00058b56 ?getArgumentList@UnDecorator@@CA?AVDName@@XZ 10059b56 f libvcruntime:undname.obj - 0001:00058c63 ?getArgumentTypes@UnDecorator@@CA?AVDName@@XZ 10059c63 f libvcruntime:undname.obj - 0001:00058d6b ?getArrayAccess@UnDecorator@@CA?AVDName@@XZ 10059d6b f libvcruntime:undname.obj - 0001:00058ddf ?getArrayObject@UnDecorator@@CA?AVDName@@XZ 10059ddf f libvcruntime:undname.obj - 0001:00058e7d ?getArrayType@UnDecorator@@CA?AVDName@@ABV2@@Z 10059e7d f i libvcruntime:undname.obj - 0001:0005901a ?getBasedType@UnDecorator@@CA?AVDName@@XZ 1005a01a f libvcruntime:undname.obj - 0001:000590c9 ?getBasicDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005a0c9 f libvcruntime:undname.obj - 0001:00059625 ?getCallingConvention@UnDecorator@@CA?AVDName@@XZ 1005a625 f libvcruntime:undname.obj - 0001:000596ef ?getDataIndirectType@UnDecorator@@CA?AVDName@@ABV2@W4IndirectionKind@@0H@Z 1005a6ef f libvcruntime:undname.obj - 0001:00059dae ?getDataIndirectType@UnDecorator@@CA?AVDName@@XZ 1005adae f i libvcruntime:undname.obj - 0001:00059ddc ?getDataType@UnDecorator@@CA?AVDName@@PAV2@@Z 1005addc f libvcruntime:undname.obj - 0001:00059eb3 ?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 1005aeb3 f libvcruntime:undname.obj - 0001:0005a107 ?getDimension@UnDecorator@@CA?AVDName@@_N@Z 1005b107 f libvcruntime:undname.obj - 0001:0005a20e ?getDispatchTarget@UnDecorator@@CA?AVDName@@XZ 1005b20e f libvcruntime:undname.obj - 0001:0005a25f ?getECSUDataType@UnDecorator@@CA?AVDName@@XZ 1005b25f f libvcruntime:undname.obj - 0001:0005a409 ?getEnumType@UnDecorator@@CA?AVDName@@XZ 1005b409 f i libvcruntime:undname.obj - 0001:0005a51d ?getExtendedDataIndirectType@UnDecorator@@CA?AVDName@@AAW4IndirectionKind@@AA_NH@Z 1005b51d f libvcruntime:undname.obj - 0001:0005a720 ?getExternalDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005b720 f i libvcruntime:undname.obj - 0001:0005a785 ?getFloatingPoint@UnDecorator@@CA?AVDName@@H@Z 1005b785 f libvcruntime:undname.obj - 0001:0005a848 ?getFunctionIndirectType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005b848 f libvcruntime:undname.obj - 0001:0005abf2 ?getLastChar@DName@@QBEDXZ 1005bbf2 f i libvcruntime:undname.obj - 0001:0005ac12 ?getLastChar@DNameStatusNode@@UBEDXZ 1005bc12 f i libvcruntime:undname.obj - 0001:0005ac1e ?getLastChar@charNode@@UBEDXZ 1005bc1e f i libvcruntime:undname.obj - 0001:0005ac22 ?getLastChar@pDNameNode@@UBEDXZ 1005bc22 f i libvcruntime:undname.obj - 0001:0005ac30 ?getLastChar@pairNode@@UBEDXZ 1005bc30 f i libvcruntime:undname.obj - 0001:0005ac65 ?getLastChar@pcharNode@@UBEDXZ 1005bc65 f i libvcruntime:undname.obj - 0001:0005ac77 ?getLexicalFrame@UnDecorator@@CA?AVDName@@XZ 1005bc77 f i libvcruntime:undname.obj - 0001:0005aca8 ?getMemberAccess@UnDecorator@@CA?AVDName@@XZ 1005bca8 f libvcruntime:undname.obj - 0001:0005ad18 ?getMemoryWithBuffer@_HeapManager@@QAEPAXI@Z 1005bd18 f libvcruntime:undname.obj - 0001:0005ad82 ?getMemoryWithoutBuffer@_HeapManager@@QAEPAXI@Z 1005bd82 f libvcruntime:undname.obj - 0001:0005ada2 ?getNoexcept@UnDecorator@@CA?AVDName@@XZ 1005bda2 f libvcruntime:undname.obj - 0001:0005adea ?getNumberOfDimensions@UnDecorator@@CAHXZ 1005bdea f libvcruntime:undname.obj - 0001:0005ae44 ?getOperatorName@UnDecorator@@CA?AVDName@@_NPA_N@Z 1005be44 f i libvcruntime:undname.obj - 0001:0005b70a ?getPointerToMember@UnDecorator@@CA?AVDName@@XZ 1005c70a f libvcruntime:undname.obj - 0001:0005b7c6 ?getPrimaryDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005c7c6 f libvcruntime:undname.obj - 0001:0005ba14 ?getPtrRefDataType@UnDecorator@@CA?AVDName@@ABV2@H@Z 1005ca14 f libvcruntime:undname.obj - 0001:0005bb81 ?getPtrRefType@UnDecorator@@CA?AVDName@@ABV2@0W4IndirectionKind@@@Z 1005cb81 f libvcruntime:undname.obj - 0001:0005bc92 ?getRestrictionSpec@UnDecorator@@CA?AVDName@@XZ 1005cc92 f libvcruntime:undname.obj - 0001:0005bdab ?getReturnType@UnDecorator@@CA?AVDName@@PAV2@@Z 1005cdab f libvcruntime:undname.obj - 0001:0005bdda ?getScope@UnDecorator@@CA?AVDName@@XZ 1005cdda f libvcruntime:undname.obj - 0001:0005c198 ?getScopedName@UnDecorator@@CA?AVDName@@XZ 1005d198 f libvcruntime:undname.obj - 0001:0005c28d ?getSignedDimension@UnDecorator@@CA?AVDName@@XZ 1005d28d f libvcruntime:undname.obj - 0001:0005c2de ?getString@DName@@QBEPADPAD0@Z 1005d2de f i libvcruntime:undname.obj - 0001:0005c30b ?getString@DName@@QBEPADPADH@Z 1005d30b f i libvcruntime:undname.obj - 0001:0005c360 ?getString@DNameStatusNode@@UBEPADPAD0@Z 1005d360 f i libvcruntime:undname.obj - 0001:0005c3a7 ?getString@charNode@@UBEPADPAD0@Z 1005d3a7 f i libvcruntime:undname.obj - 0001:0005c3bc ?getString@pDNameNode@@UBEPADPAD0@Z 1005d3bc f i libvcruntime:undname.obj - 0001:0005c3d3 ?getString@pairNode@@UBEPADPAD0@Z 1005d3d3 f i libvcruntime:undname.obj - 0001:0005c419 ?getString@pcharNode@@UBEPADPAD0@Z 1005d419 f i libvcruntime:undname.obj - 0001:0005c434 ?getStringEncoding@UnDecorator@@CA?AVDName@@W4PrefixKind@@H@Z 1005d434 f libvcruntime:undname.obj - 0001:0005c4c7 ?getStringHelper@@YAPADPADPBD1H@Z 1005d4c7 f i libvcruntime:undname.obj - 0001:0005c4f1 ?getStringObject@UnDecorator@@CA?AVDName@@XZ 1005d4f1 f libvcruntime:undname.obj - 0001:0005c55d ?getSymbolName@UnDecorator@@CA?AVDName@@XZ 1005d55d f i libvcruntime:undname.obj - 0001:0005c5a5 ?getTemplateArgumentList@UnDecorator@@CA?AVDName@@XZ 1005d5a5 f libvcruntime:undname.obj - 0001:0005c755 ?getTemplateName@UnDecorator@@CA?AVDName@@_N@Z 1005d755 f libvcruntime:undname.obj - 0001:0005c8d0 ?getTemplateNonTypeArgument@UnDecorator@@CA?AVDName@@XZ 1005d8d0 f libvcruntime:undname.obj - 0001:0005cc98 ?getTemplateTypeArgument@UnDecorator@@CA?AVDName@@XZ 1005dc98 f libvcruntime:undname.obj - 0001:0005cda9 ?getThisType@UnDecorator@@CA?AVDName@@XZ 1005dda9 f i libvcruntime:undname.obj - 0001:0005cdd8 ?getThrowTypes@UnDecorator@@CA?AVDName@@XZ 1005ddd8 f libvcruntime:undname.obj - 0001:0005cdf7 ?getTypeEncoding@UnDecorator@@CAHXZ 1005ddf7 f i libvcruntime:undname.obj - 0001:0005d133 ?getUndecoratedName@UnDecorator@@QAEPADPADH@Z 1005e133 f i libvcruntime:undname.obj - 0001:0005d254 ?getUnionObject@UnDecorator@@CA?AVDName@@XZ 1005e254 f libvcruntime:undname.obj - 0001:0005d2fb ?getVCallThunkType@UnDecorator@@CA?AVDName@@XZ 1005e2fb f i libvcruntime:undname.obj - 0001:0005d345 ?getValue@UnDecorator@@CA?AV?$optional@_K@std@@XZ 1005e345 f libvcruntime:undname.obj - 0001:0005d395 ?getValueObject@UnDecorator@@CA?AVDName@@XZ 1005e395 f libvcruntime:undname.obj - 0001:0005d4c1 ?getVdispMapType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005e4c1 f i libvcruntime:undname.obj - 0001:0005d522 ?getVfTableType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005e522 f i libvcruntime:undname.obj - 0001:0005d676 ?getZName@UnDecorator@@CA?AVDName@@_N0@Z 1005e676 f libvcruntime:undname.obj - 0001:0005d88f ?get_current_character_and_increment_buffer@UnDecorator@@CADXZ 1005e88f f i libvcruntime:undname.obj - 0001:0005d8a3 ?increment_buffer@UnDecorator@@CA_NI@Z 1005e8a3 f i libvcruntime:undname.obj - 0001:0005d8cb ?isEmpty@DName@@QBEHXZ 1005e8cb f i libvcruntime:undname.obj - 0001:0005d8d3 ?isValid@DName@@QBEHXZ 1005e8d3 f i libvcruntime:undname.obj - 0001:0005d8dd ?length@DName@@QBEHXZ 1005e8dd f i libvcruntime:undname.obj - 0001:0005d8fc ?length@DNameStatusNode@@UBEHXZ 1005e8fc f i libvcruntime:undname.obj - 0001:0005d8fc ?length@pcharNode@@UBEHXZ 1005e8fc f i libvcruntime:undname.obj - 0001:0005d8fc ?raw_length@DNameStatusNode@@UBEHXZ 1005e8fc f i libvcruntime:undname.obj - 0001:0005d8fc ?raw_length@pcharNode@@UBEHXZ 1005e8fc f i libvcruntime:undname.obj - 0001:0005d900 ?length@charNode@@UBEHXZ 1005e900 f i libvcruntime:undname.obj - 0001:0005d900 ?raw_length@charNode@@UBEHXZ 1005e900 f i libvcruntime:undname.obj - 0001:0005d900 __get_startup_argv_mode 1005e900 f i LIBCMT:argv_mode.obj - 0001:0005d904 ?length@pDNameNode@@UBEHXZ 1005e904 f i libvcruntime:undname.obj - 0001:0005d912 ?length@pairNode@@UBEHXZ 1005e912 f i libvcruntime:undname.obj - 0001:0005d95b ?make@DNameStatusNode@@SAPBV1@W4DNameStatus@@@Z 1005e95b f i libvcruntime:undname.obj - 0001:0005d977 ?parseDecoratedName@UnDecorator@@CA?AVDName@@XZ 1005e977 f libvcruntime:undname.obj - 0001:0005da72 ?raw_length@pairNode@@UBEHXZ 1005ea72 f i libvcruntime:undname.obj - 0001:0005dac8 ___unDName 1005eac8 f libvcruntime:undname.obj - 0001:0005daeb ___unDNameEx 1005eaeb f libvcruntime:undname.obj - 0001:0005db90 _strchr 1005eb90 f libvcruntime:strchr.obj - 0001:0005dbfe ___from_strstr_to_strchr 1005ebfe libvcruntime:strchr.obj - 0001:0005dda6 ___vcrt_FlsAlloc 1005eda6 f libvcruntime:winapi_downlevel.obj - 0001:0005dde1 ___vcrt_FlsFree 1005ede1 f libvcruntime:winapi_downlevel.obj - 0001:0005de1c ___vcrt_FlsGetValue 1005ee1c f libvcruntime:winapi_downlevel.obj - 0001:0005de57 ___vcrt_FlsSetValue 1005ee57 f libvcruntime:winapi_downlevel.obj - 0001:0005de95 ___vcrt_InitializeCriticalSectionEx 1005ee95 f libvcruntime:winapi_downlevel.obj - 0001:0005dee0 __local_unwind4 1005eee0 f libvcruntime:exsup4.obj - 0001:0005dfd0 @_EH4_CallFilterFunc@8 1005efd0 f libvcruntime:exsup4.obj - 0001:0005dff0 @_EH4_TransferToHandler@8 1005eff0 f libvcruntime:exsup4.obj - 0001:0005e010 @_EH4_GlobalUnwind2@8 1005f010 f libvcruntime:exsup4.obj - 0001:0005e030 @_EH4_LocalUnwind@16 1005f030 f libvcruntime:exsup4.obj - 0001:0005e047 _unexpected 1005f047 f libvcruntime:unexpected.obj - 0001:0005e064 ?GetCurrentState@__FrameHandler3@@SAHPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@@Z 1005f064 f libvcruntime:ehstate.obj - 0001:0005e081 ?SetState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PBU_s_FuncInfo@@H@Z 1005f081 f libvcruntime:ehstate.obj - 0001:0005e090 __NLG_Notify1 1005f090 f libvcruntime:exsup.obj - 0001:0005e0a0 __NLG_Notify 1005f0a0 f libvcruntime:exsup.obj - 0001:0005e0b7 __NLG_Dispatch 1005f0b7 libvcruntime:exsup.obj - 0001:0005e0b7 __NLG_Dispatch2 1005f0b7 libvcruntime:exsup.obj - 0001:0005e0c0 __NLG_Call 1005f0c0 f libvcruntime:exsup.obj - 0001:0005e0c2 __NLG_Return2 1005f0c2 libvcruntime:exsup.obj - 0001:0005e0c3 ___vcrt_initialize_locks 1005f0c3 f libvcruntime:locks.obj - 0001:0005e0ff ___vcrt_lock 1005f0ff f libvcruntime:locks.obj - 0001:0005e114 ___vcrt_uninitialize_locks 1005f114 f libvcruntime:locks.obj - 0001:0005e143 ___vcrt_unlock 1005f143 f libvcruntime:locks.obj - 0001:0005e158 ??0__crt_cached_ptd_host@@QAE@QAU__crt_locale_pointers@@@Z 1005f158 f i libucrt:invalid_parameter.obj - 0001:0005e1a0 ??1__crt_cached_ptd_host@@QAE@XZ 1005f1a0 f i libucrt:invalid_parameter.obj - 0001:0005e1dc ?check_synchronize_global_state_index@__crt_cached_ptd_host@@AAEIXZ 1005f1dc f i libucrt:invalid_parameter.obj - 0001:0005e205 ?force_synchronize_per_thread_data@__crt_cached_ptd_host@@AAEPAU__acrt_ptd@@XZ 1005f205 f i libucrt:invalid_parameter.obj - 0001:0005e24b ?get_raw_ptd@__crt_cached_ptd_host@@QAEPAU__acrt_ptd@@XZ 1005f24b f i libucrt:invalid_parameter.obj - 0001:0005e268 ___acrt_call_reportfault 1005f268 f libucrt:invalid_parameter.obj - 0001:0005e3a1 ___acrt_initialize_invalid_parameter_handler 1005f3a1 f libucrt:invalid_parameter.obj - 0001:0005e3b0 __invalid_parameter 1005f3b0 f libucrt:invalid_parameter.obj - 0001:0005e3e7 __invalid_parameter_internal 1005f3e7 f libucrt:invalid_parameter.obj - 0001:0005e464 __invalid_parameter_noinfo 1005f464 f libucrt:invalid_parameter.obj - 0001:0005e474 __invalid_parameter_noinfo_noreturn 1005f474 f libucrt:invalid_parameter.obj - 0001:0005e491 __invoke_watson 1005f491 f libucrt:invalid_parameter.obj - 0001:0005e4c5 ___acrt_initialize_stdio 1005f4c5 f libucrt:_file.obj - 0001:0005e58d ___acrt_iob_func 1005f58d f libucrt:_file.obj - 0001:0005e59d ___acrt_uninitialize_stdio 1005f59d f libucrt:_file.obj - 0001:0005e5e9 __get_stream_buffer_pointers 1005f5e9 f libucrt:_file.obj - 0001:0005e62f __lock_file 1005f62f f libucrt:_file.obj - 0001:0005e643 __unlock_file 1005f643 f libucrt:_file.obj - 0001:0005e77c _fclose 1005f77c f libucrt:fclose.obj - 0001:0005e9e5 ___acrt_stdio_flush_nolock 1005f9e5 f libucrt:fflush.obj - 0001:0005ea4e __fflush_nolock 1005fa4e f libucrt:fflush.obj - 0001:0005eab3 __flushall 1005fab3 f libucrt:fflush.obj - 0001:0005eabc _fflush 1005fabc f libucrt:fflush.obj - 0001:0005eb0f __fgetc_nolock 1005fb0f f libucrt:fgetc.obj - 0001:0005eb4b _fgetc 1005fb4b f libucrt:fgetc.obj - 0001:0005ec64 _fgetpos 1005fc64 f libucrt:fgetpos.obj - 0001:0005edf3 __fputc_nolock_internal 1005fdf3 f libucrt:fputc.obj - 0001:0005ee20 _fputc 1005fe20 f libucrt:fputc.obj - 0001:0005ee54 __fread_nolock_s 1005fe54 f libucrt:fread.obj - 0001:0005f02d _fread 1006002d f libucrt:fread.obj - 0001:0005f04a _fread_s 1006004a f libucrt:fread.obj - 0001:0005f168 _fsetpos 10060168 f libucrt:fsetpos.obj - 0001:0005f1a3 ?LongLongSub@@YAJ_J0PA_J@Z 100601a3 f i libucrt:fseek.obj - 0001:0005f48c __fseeki64 1006048c f libucrt:fseek.obj - 0001:0005f4c6 _fseek 100604c6 f libucrt:fseek.obj - 0001:0005f5a7 __fwrite_internal 100605a7 f libucrt:fwrite.obj - 0001:0005f61e __fwrite_nolock_internal 1006061e f libucrt:fwrite.obj - 0001:0005f7c5 _fwrite 100607c5 f libucrt:fwrite.obj - 0001:0005f9c3 _setvbuf 100609c3 f libucrt:setvbuf.obj - 0001:0005f9fd __ungetc_nolock 100609fd f libucrt:ungetc.obj - 0001:0005faf1 _ungetc 10060af1 f libucrt:ungetc.obj - 0001:0005fb64 _free 10060b64 f libucrt:free.obj - 0001:0005fb7f ??$__acrt_convert_wcs_mbs_cp@D_WV@@U__crt_win32_buffer_internal_dynamic_resizing@@@@YAHQBDAAV?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@ABV@@I@Z 10060b7f f i libucrt:rename.obj - 0001:0005fc31 ??$__acrt_mbs_to_wcs_cp@U__crt_win32_buffer_internal_dynamic_resizing@@@@YAHQBDAAV?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@I@Z 10060c31 f i libucrt:rename.obj - 0001:0005fc4e ??0_LocaleUpdate@@QAE@QAU__crt_locale_pointers@@@Z 10060c4e f i libucrt:rename.obj - 0001:0005fcd0 ?__acrt_get_utf8_acp_compatibility_codepage@@YAIXZ 10060cd0 f i libucrt:rename.obj - 0001:0005fd0f ?_deallocate@?$__crt_win32_buffer@DU__crt_win32_buffer_internal_dynamic_resizing@@@@AAEXXZ 10060d0f f i libucrt:argv_wildcards.obj - 0001:0005fd0f ?_deallocate@?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@AAEXXZ 10060d0f f i libucrt:rename.obj - 0001:0005fd29 ?allocate@?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@QAEHI@Z 10060d29 f i libucrt:rename.obj - 0001:0005fd68 ?allocate@__crt_win32_buffer_internal_dynamic_resizing@@SAHQAPAXIABV__crt_win32_buffer_empty_debug_info@@@Z 10060d68 f i libucrt:rename.obj - 0001:0005fd87 _rename 10060d87 f libucrt:rename.obj - 0001:000601bc ??$count@D@formatting_buffer@__crt_stdio_output@@QBEIXZ 100611bc f i libucrt:output.obj - 0001:000601d4 ??$ensure_buffer_is_big_enough@D@formatting_buffer@__crt_stdio_output@@QAE_NIAAV__crt_cached_ptd_host@@@Z 100611d4 f i libucrt:output.obj - 0001:00060255 ??$is_overflow_condition@K@__crt_strtox@@YA_NIK@Z 10061255 f i libucrt:output.obj - 0001:00060289 ??$is_wide_character_specifier@D@__crt_stdio_output@@YA_N_KDW4length_modifier@0@@Z 10061289 f i libucrt:output.obj - 0001:000602ba ??$make_c_string_character_source@DPAPAD@__crt_strtox@@YA?AV?$c_string_character_source@D@0@QBDQAPAD@Z 100612ba f i libucrt:output.obj - 0001:000602ba ??$make_c_string_character_source@_WPAPA_W@__crt_strtox@@YA?AV?$c_string_character_source@_W@0@QB_WQAPA_W@Z 100612ba f i libucrt:output.obj - 0001:000602d5 ??$parse_integer@KV?$c_string_character_source@D@__crt_strtox@@$0A@@__crt_strtox@@YAKAAV__crt_cached_ptd_host@@V?$c_string_character_source@D@0@H_N@Z 100612d5 f i libucrt:output.obj - 0001:000604e4 ??$scratch_data@D@formatting_buffer@__crt_stdio_output@@QAEPADXZ 100614e4 f i libucrt:output.obj - 0001:00060502 ??$type_case_integer@$07@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_N_N@Z 10061502 f i libucrt:output.obj - 0001:00060502 ??$type_case_integer@$07@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_N_N@Z 10061502 f i libucrt:output.obj - 0001:0006068f ??$type_case_integer@$09@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_N_N@Z 1006168f f i libucrt:output.obj - 0001:0006068f ??$type_case_integer@$09@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_N_N@Z 1006168f f i libucrt:output.obj - 0001:0006081c ??$type_case_integer@$0BA@@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_N_N@Z 1006181c f i libucrt:output.obj - 0001:0006081c ??$type_case_integer@$0BA@@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_N_N@Z 1006181c f i libucrt:output.obj - 0001:000609a9 ??$type_case_integer_parse_into_buffer@I$07@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEXI_N@Z 100619a9 f i libucrt:output.obj - 0001:000609a9 ??$type_case_integer_parse_into_buffer@I$07@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEXI_N@Z 100619a9 f i libucrt:output.obj - 0001:00060a0c ??$type_case_integer_parse_into_buffer@I$09@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEXI_N@Z 10061a0c f i libucrt:output.obj - 0001:00060a0c ??$type_case_integer_parse_into_buffer@I$09@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEXI_N@Z 10061a0c f i libucrt:output.obj - 0001:00060a93 ??$type_case_integer_parse_into_buffer@I$0BA@@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEXI_N@Z 10061a93 f i libucrt:output.obj - 0001:00060a93 ??$type_case_integer_parse_into_buffer@I$0BA@@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEXI_N@Z 10061a93 f i libucrt:output.obj - 0001:00060b10 ??$type_case_integer_parse_into_buffer@_K$07@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEX_K_N@Z 10061b10 f i libucrt:output.obj - 0001:00060b10 ??$type_case_integer_parse_into_buffer@_K$07@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEX_K_N@Z 10061b10 f i libucrt:output.obj - 0001:00060b88 ??$type_case_integer_parse_into_buffer@_K$09@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEX_K_N@Z 10061b88 f i libucrt:output.obj - 0001:00060b88 ??$type_case_integer_parse_into_buffer@_K$09@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEX_K_N@Z 10061b88 f i libucrt:output.obj - 0001:00060c2f ??$type_case_integer_parse_into_buffer@_K$0BA@@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEX_K_N@Z 10061c2f f i libucrt:output.obj - 0001:00060c2f ??$type_case_integer_parse_into_buffer@_K$0BA@@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEX_K_N@Z 10061c2f f i libucrt:output.obj - 0001:00060cb9 ??0?$output_adapter_data@DV?$string_output_adapter@D@__crt_stdio_output@@@__crt_stdio_output@@IAE@ABV?$string_output_adapter@D@1@_KQBDAAV__crt_cached_ptd_host@@QAD@Z 10061cb9 f i libucrt:output.obj - 0001:00060d20 ??1formatting_buffer@__crt_stdio_output@@QAE@XZ 10061d20 f i libucrt:output.obj - 0001:00060d3a ??4?$__crt_unique_heap_ptr@DU__crt_internal_free_policy@@@@QAEAAV0@$$QAV0@@Z 10061d3a f i libucrt:output.obj - 0001:00060d5e ?crop_zeroes@__crt_stdio_output@@YAXPADQAU__crt_locale_pointers@@@Z 10061d5e f i libucrt:output.obj - 0001:00060dbe ?find_next_state@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@ABE?AW4state@2@DW432@@Z 10061dbe f i libucrt:output.obj - 0001:00060dfb ?find_next_state@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@ABE?AW4state@2@DW432@@Z 10061dfb f i libucrt:output.obj - 0001:00060e36 ?force_decimal_point@__crt_stdio_output@@YAXPADQAU__crt_locale_pointers@@@Z 10061e36 f i libucrt:output.obj - 0001:00060e92 ?parse_int_from_format_string@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NQAH@Z 10061e92 f i libucrt:output.obj - 0001:00060e92 ?parse_int_from_format_string@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NQAH@Z 10061e92 f i libucrt:output.obj - 0001:00060f0a ?process@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@QAEHXZ 10061f0a f i libucrt:output.obj - 0001:000611ee ?process@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@QAEHXZ 100621ee f i libucrt:output.obj - 0001:000614c2 ?state_case_size@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 100624c2 f i libucrt:output.obj - 0001:000614c2 ?state_case_size@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 100624c2 f i libucrt:output.obj - 0001:0006161b ?state_case_type@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 1006261b f i libucrt:output.obj - 0001:0006161b ?state_case_type@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 1006261b f i libucrt:output.obj - 0001:0006197a ?to_integer_size@__crt_stdio_output@@YAIW4length_modifier@1@@Z 1006297a f i libucrt:output.obj - 0001:000619ce ?type_case_Z@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 100629ce f i libucrt:output.obj - 0001:000619ce ?type_case_Z@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 100629ce f i libucrt:output.obj - 0001:00061a31 ?type_case_a@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062a31 f i libucrt:output.obj - 0001:00061a31 ?type_case_a@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062a31 f i libucrt:output.obj - 0001:00061bc2 ?type_case_c_tchar@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_ND@Z 10062bc2 f i libucrt:output.obj - 0001:00061bc2 ?type_case_c_tchar@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_ND@Z 10062bc2 f i libucrt:output.obj - 0001:00061c57 ?type_case_n@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062c57 f i libucrt:output.obj - 0001:00061c57 ?type_case_n@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062c57 f i libucrt:output.obj - 0001:00061cdc ?type_case_o@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062cdc f i libucrt:output.obj - 0001:00061cdc ?type_case_o@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062cdc f i libucrt:output.obj - 0001:00061cf9 ?type_case_p@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062cf9 f i libucrt:output.obj - 0001:00061cf9 ?type_case_p@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062cf9 f i libucrt:output.obj - 0001:00061d0f ?type_case_s@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062d0f f i libucrt:output.obj - 0001:00061d0f ?type_case_s@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062d0f f i libucrt:output.obj - 0001:00061d81 ?unget@?$c_string_character_source@D@__crt_strtox@@QAEXD@Z 10062d81 f i libucrt:output.obj - 0001:00061daa ?unget@?$c_string_character_source@_W@__crt_strtox@@QAEX_W@Z 10062daa f i libucrt:output.obj - 0001:00061de0 ?update_locale_slow@__crt_cached_ptd_host@@AAEXXZ 10062de0 f i libucrt:output.obj - 0001:00061e3b ?validate@?$c_string_character_source@D@__crt_strtox@@QBE_NXZ 10062e3b f i libucrt:output.obj - 0001:00061e3b ?validate@?$c_string_character_source@_W@__crt_strtox@@QBE_NXZ 10062e3b f i libucrt:output.obj - 0001:00061e56 ?validate@?$string_output_adapter@D@__crt_stdio_output@@QBE_NAAV__crt_cached_ptd_host@@@Z 10062e56 f i libucrt:output.obj - 0001:00061e87 ?write_string@?$string_output_adapter@D@__crt_stdio_output@@QBEXQBDHQAHAAV__crt_cached_ptd_host@@@Z 10062e87 f i libucrt:output.obj - 0001:00061eee ___acrt_locale_get_ctype_array_value 10062eee f i libucrt:output.obj - 0001:00061f10 ___stdio_common_vsprintf 10062f10 f libucrt:output.obj - 0001:00061f51 ___stdio_common_vsprintf_s 10062f51 f libucrt:output.obj - 0001:00061f92 ___acrt_errno_from_os_error 10062f92 f libucrt:errno.obj - 0001:00061fd5 ___acrt_errno_map_os_error 10062fd5 f libucrt:errno.obj - 0001:00061ff8 ___acrt_errno_map_os_error_ptd 10062ff8 f libucrt:errno.obj - 0001:0006201c ___doserrno 1006301c f libucrt:errno.obj - 0001:0006202f __errno 1006302f f libucrt:errno.obj - 0001:00062042 _frexp 10063042 f libucrt:frexp.obj - 0001:0006213c _calloc 1006313c f libucrt:calloc.obj - 0001:00062147 _abort 10063147 f libucrt:abort.obj - 0001:0006218b ??$is_overflow_condition@_K@__crt_strtox@@YA_NI_K@Z 1006318b f i libucrt:atox.obj - 0001:000621cc ??$parse_integer@KV?$c_string_character_source@D@__crt_strtox@@$00@__crt_strtox@@YAKAAV__crt_cached_ptd_host@@V?$c_string_character_source@D@0@H_N@Z 100631cc f i libucrt:atox.obj - 0001:00062413 ??$parse_integer@KV?$c_string_character_source@_W@__crt_strtox@@$00@__crt_strtox@@YAKAAV__crt_cached_ptd_host@@V?$c_string_character_source@_W@0@H_N@Z 10063413 f i libucrt:atox.obj - 0001:00062a21 ??$parse_integer@_KV?$c_string_character_source@D@__crt_strtox@@$00@__crt_strtox@@YA_KAAV__crt_cached_ptd_host@@V?$c_string_character_source@D@0@H_N@Z 10063a21 f i libucrt:atox.obj - 0001:00062ce9 __ischartype_l 10063ce9 f i libucrt:atox.obj - 0001:00062d40 __wtol 10063d40 f libucrt:atox.obj - 0001:00062d7f _atoi 10063d7f f libucrt:atox.obj - 0001:00062d7f _atol 10063d7f f libucrt:atox.obj - 0001:00062dbe ??$assemble_floating_point_value_t@M@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAM@Z 10063dbe f i libucrt:strtod.obj - 0001:00062dee ??$assemble_floating_point_value_t@N@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAN@Z 10063dee f i libucrt:strtod.obj - 0001:00062ebf ??$convert_decimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z 10063ebf f i libucrt:strtod.obj - 0001:00062ee0 ??$convert_hexadecimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z 10063ee0 f i libucrt:strtod.obj - 0001:00062f01 ??$parse_floating_point@V?$c_string_character_source@D@__crt_strtox@@M@__crt_strtox@@YA?AW4SLD_STATUS@@QAU__crt_locale_pointers@@V?$c_string_character_source@D@0@QAM@Z 10063f01 f i libucrt:strtod.obj - 0001:00062f81 ??$parse_floating_point_from_source@V?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA?AW4floating_point_parse_result@0@QAU__crt_locale_pointers@@AAV?$c_string_character_source@D@0@AAUfloating_point_string@0@@Z 10063f81 f i libucrt:strtod.obj - 0001:00063399 ??$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@0@AADAAV?$c_string_character_source@D@0@PBD@Z 10064399 f i libucrt:strtod.obj - 0001:0006344c ??$parse_floating_point_possible_nan@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@0@AADAAV?$c_string_character_source@D@0@PBD@Z 1006444c f i libucrt:strtod.obj - 0001:00063550 ??$parse_floating_point_possible_nan_is_ind@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@0@@Z 10064550 f i libucrt:strtod.obj - 0001:0006358c ??$parse_floating_point_possible_nan_is_snan@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@0@@Z 1006458c f i libucrt:strtod.obj - 0001:000635c8 ??$parse_floating_point_write_result@M@__crt_strtox@@YA?AW4SLD_STATUS@@W4floating_point_parse_result@0@ABUfloating_point_string@0@QAM@Z 100645c8 f i libucrt:strtod.obj - 0001:00063734 ??R@@QBE@XZ 10064734 f i libucrt:strtod.obj - 0001:00063734 ??R@@QBE@XZ 10064734 f i libucrt:strtod.obj - 0001:00063734 ??R@@QBE@XZ 10064734 f i libucrt:strtod.obj - 0001:0006375a ?as_double@floating_point_value@__crt_strtox@@QBEAANXZ 1006475a f i libucrt:strtod.obj - 0001:0006377f ?as_float@floating_point_value@__crt_strtox@@QBEAAMXZ 1006477f f i libucrt:strtod.obj - 0001:000637a4 ?assemble_floating_point_infinity@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z 100647a4 f i libucrt:strtod.obj - 0001:000637e4 ?assemble_floating_point_value@__crt_strtox@@YA?AW4SLD_STATUS@@_KH_N1ABVfloating_point_value@1@@Z 100647e4 f i libucrt:strtod.obj - 0001:00063b3d ?assemble_floating_point_value_from_big_integer@__crt_strtox@@YA?AW4SLD_STATUS@@ABUbig_integer@1@I_N1ABVfloating_point_value@1@@Z 10064b3d f i libucrt:strtod.obj - 0001:00063ccf ?assemble_floating_point_zero@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z 10064ccf f i libucrt:strtod.obj - 0001:00063d04 ?convert_decimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z 10064d04 f i libucrt:strtod.obj - 0001:00065aaa ?convert_hexadecimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z 10066aaa f i libucrt:strtod.obj - 0001:00065b50 ?denormal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ 10066b50 f i libucrt:strtod.obj - 0001:00065b70 ?divide@__crt_strtox@@YA_KAAUbig_integer@1@ABU21@@Z 10066b70 f i libucrt:strtod.obj - 0001:0006601b ?normal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ 1006701b f i libucrt:strtod.obj - 0001:00066032 _strtof 10067032 f libucrt:strtod.obj - 0001:00066050 _strcspn 10067050 f libucrt:strcspn.obj - 0001:000660a0 _strncmp 100670a0 f libucrt:strncmp.obj - 0001:000663a9 __localtime64_s 100673a9 f libucrt:localtime.obj - 0001:000663b4 _localeconv 100673b4 f libucrt:localeconv.obj - 0001:000663dc ??$__acrt_convert_wcs_mbs_cp@_WDV@@U__crt_win32_buffer_no_resizing@@@@YAHQB_WAAV?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@ABV@@I@Z 100673dc f i libucrt:strftime.obj - 0001:0006649e ??$__acrt_wcs_to_mbs_cp@U__crt_win32_buffer_no_resizing@@@@YAHQB_WAAV?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@I@Z 1006749e f i libucrt:strftime.obj - 0001:000664bb ??R@@QBE@IQB_WQADI@Z 100674bb f i libucrt:strftime.obj - 0001:000664bb ??R@@QBE@IQB_WQADI@Z 100674bb f i libucrt:argv_wildcards.obj - 0001:000664df ?allocate@?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@QAEHI@Z 100674df f i libucrt:strftime.obj - 0001:00066506 ?set_to_nullptr@?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@QAEXXZ 10067506 f i libucrt:strftime.obj - 0001:0006651a __Gettnames 1006751a f libucrt:strftime.obj - 0001:0006651f __Strftime 1006751f f libucrt:strftime.obj - 0001:0006653f __Strftime_l 1006753f f libucrt:strftime.obj - 0001:0006663a __dclass 1006763a f libucrt:nan.obj - 0001:0006664b __dsign 1006764b f libucrt:nan.obj - 0001:0006665b __ldclass 1006765b f libucrt:nanl.obj - 0001:0006666c ___ascii_stricmp 1006766c f libucrt:stricmp.obj - 0001:000666a5 __strcmpi 100676a5 f libucrt:stricmp.obj - 0001:000666a5 __stricmp 100676a5 f libucrt:stricmp.obj - 0001:000666ee __stricmp_l 100676ee f libucrt:stricmp.obj - 0001:0006677e _strtoull 1006777e f libucrt:strtox.obj - 0001:000667ca _wcstol 100677ca f libucrt:strtox.obj - 0001:00066810 __tolower_l 10067810 f libucrt:tolower_toupper.obj - 0001:0006690e _tolower 1006790e f libucrt:tolower_toupper.obj - 0001:00066940 __libm_sse2_sqrt_precise 10067940 f libucrt:sqrt_sse2_precise.obj - 0001:00066a40 _ceil 10067a40 f libucrt:ceil_pentium4.obj - 0001:00066a80 __ceil_pentium4 10067a80 f libucrt:ceil_pentium4.obj - 0001:00066b5d __strnicmp 10067b5d f libucrt:strnicmp.obj - 0001:00066bca __strnicmp_l 10067bca f libucrt:strnicmp.obj - 0001:00066c95 _terminate 10067c95 f libucrt:terminate.obj - 0001:00066cd1 _malloc 10067cd1 f libucrt:malloc.obj - 0001:00066cdc _strcpy_s 10067cdc f libucrt:strcpy_s.obj - 0001:00066d36 _wcsncmp 10067d36 f libucrt:wcsncmp.obj - 0001:000670ae ___acrt_freeptd 100680ae f libucrt:per_thread_data.obj - 0001:000670da ___acrt_getptd 100680da f libucrt:per_thread_data.obj - 0001:00067195 ___acrt_getptd_head 10068195 f libucrt:per_thread_data.obj - 0001:0006722b ___acrt_getptd_noexit 1006822b f libucrt:per_thread_data.obj - 0001:000672dc ___acrt_getptd_noexit_explicit 100682dc f libucrt:per_thread_data.obj - 0001:0006737f ___acrt_initialize_ptd 1006837f f libucrt:per_thread_data.obj - 0001:000673ab ___acrt_uninitialize_ptd 100683ab f libucrt:per_thread_data.obj - 0001:000674c5 ??0_expandlocale_locale_name_cache@@QAE@QA_WIQAU__crt_qualified_locale_data@@@Z 100684c5 f i libucrt:wsetlocale.obj - 0001:0006750f ??1_expandlocale_locale_name_cache@@QAE@XZ 1006850f f i libucrt:wsetlocale.obj - 0001:000676a7 ?commit_locale_name@_expandlocale_locale_name_cache@@QAEXQB_WI@Z 100686a7 f i libucrt:wsetlocale.obj - 0001:000676eb ?commit_locale_name_cache_already_updated@_expandlocale_locale_name_cache@@QAEXQB_WI@Z 100686eb f i libucrt:wsetlocale.obj - 0001:00067720 ___acrt_copy_locale_name 10068720 f libucrt:wsetlocale.obj - 0001:00067780 ___acrt_set_locale_changed 10068780 f libucrt:wsetlocale.obj - 0001:0006778b ___acrt_uninitialize_locale 1006878b f libucrt:wsetlocale.obj - 0001:000677b2 ___lc_lctowcs 100687b2 f libucrt:wsetlocale.obj - 0001:00067822 ___lc_wcstolc 10068822 f libucrt:wsetlocale.obj - 0001:00067d54 __wcscats 10068d54 f libucrt:wsetlocale.obj - 0001:00067d95 __wsetlocale 10068d95 f libucrt:wsetlocale.obj - 0001:00068a8a __calloc_base 10069a8a f libucrt:calloc_base.obj - 0001:00068ae7 __free_base 10069ae7 f libucrt:free_base.obj - 0001:00068baa ??$__crt_fast_encode_pointer@P6AHXZ@@YAP6AHXZQ6AHXZ@Z 10069baa f i libucrt:onexit.obj - 0001:00068baa ??$__crt_fast_encode_pointer@P6GHPA_WKJ@Z@@YAP6GHPA_WKJ@ZQ6GH0KJ@Z@Z 10069baa f i libucrt:winapi_thunks.obj - 0001:00068baa ??$__crt_fast_encode_pointer@PAP6AXXZ@@YAPAP6AXXZQAP6AXXZ@Z 10069baa f i libucrt:onexit.obj - 0001:00068baa ??$__crt_fast_encode_pointer@PAX@@YAPAXQAX@Z 10069baa f i libucrt:winapi_thunks.obj - 0001:00068e6a ___acrt_AppPolicyGetProcessTerminationMethodInternal@4 10069e6a f libucrt:winapi_thunks.obj - 0001:00068eaa ___acrt_AreFileApisANSI@0 10069eaa f libucrt:winapi_thunks.obj - 0001:00068ec9 ___acrt_CompareStringEx@36 10069ec9 f libucrt:winapi_thunks.obj - 0001:00068f26 ___acrt_EnumSystemLocalesEx@16 10069f26 f libucrt:winapi_thunks.obj - 0001:00068f7a ___acrt_FlsAlloc@4 10069f7a f libucrt:winapi_thunks.obj - 0001:00068fb9 ___acrt_FlsFree@4 10069fb9 f libucrt:winapi_thunks.obj - 0001:00068ff9 ___acrt_FlsGetValue@4 10069ff9 f libucrt:winapi_thunks.obj - 0001:00069038 ___acrt_FlsSetValue@8 1006a038 f libucrt:winapi_thunks.obj - 0001:0006907a ___acrt_GetDateFormatEx@28 1006a07a f libucrt:winapi_thunks.obj - 0001:000690d1 ___acrt_GetLocaleInfoEx@16 1006a0d1 f libucrt:winapi_thunks.obj - 0001:00069110 ___acrt_GetTimeFormatEx@24 1006a110 f libucrt:winapi_thunks.obj - 0001:00069155 ___acrt_GetUserDefaultLocaleName@8 1006a155 f libucrt:winapi_thunks.obj - 0001:00069191 ___acrt_InitializeCriticalSectionEx@12 1006a191 f libucrt:winapi_thunks.obj - 0001:000691dc ___acrt_IsValidLocaleName@4 1006a1dc f libucrt:winapi_thunks.obj - 0001:00069214 ___acrt_LCIDToLocaleName@16 1006a214 f libucrt:winapi_thunks.obj - 0001:00069253 ___acrt_LCMapStringEx@36 1006a253 f libucrt:winapi_thunks.obj - 0001:000692b0 ___acrt_LocaleNameToLCID@8 1006a2b0 f libucrt:winapi_thunks.obj - 0001:000692e1 ___acrt_can_use_vista_locale_apis 1006a2e1 f libucrt:winapi_thunks.obj - 0001:000692ec ___acrt_eagerly_load_locale_apis 1006a2ec f libucrt:winapi_thunks.obj - 0001:00069323 ___acrt_initialize_winapi_thunks 1006a323 f libucrt:winapi_thunks.obj - 0001:00069337 ___acrt_uninitialize_winapi_thunks 1006a337 f libucrt:winapi_thunks.obj - 0001:0006936d __fcloseall 1006a36d f libucrt:closeall.obj - 0001:00069418 ___acrt_stdio_free_buffer_nolock 1006a418 f libucrt:_freebuf.obj - 0001:000695be ___acrt_initialize_lowio 1006a5be f libucrt:ioinit.obj - 0001:0006961e ___acrt_uninitialize_lowio 1006a61e f libucrt:ioinit.obj - 0001:0006964a __fileno 1006a64a f libucrt:fileno.obj - 0001:00069702 __close_internal 1006a702 f libucrt:close.obj - 0001:000697a5 __close_nolock 1006a7a5 f libucrt:close.obj - 0001:000697d5 __close_nolock_internal 1006a7d5 f libucrt:close.obj - 0001:00069875 ?__acrt_stdio_allocate_stream@@YA?AV__crt_stdio_stream@@XZ 1006a875 f libucrt:stream.obj - 0001:000698de ?__acrt_stdio_free_stream@@YAXV__crt_stdio_stream@@@Z 1006a8de f libucrt:stream.obj - 0001:000699db ___acrt_initialize_locks 1006a9db f libucrt:locks.obj - 0001:00069a1c ___acrt_lock 1006aa1c f libucrt:locks.obj - 0001:00069a33 ___acrt_uninitialize_locks 1006aa33 f libucrt:locks.obj - 0001:00069a64 ___acrt_unlock 1006aa64 f libucrt:locks.obj - 0001:00069a7b __lock_locales 1006aa7b f libucrt:locks.obj - 0001:00069a89 __unlock_locales 1006aa89 f libucrt:locks.obj - 0001:00069b34 __commit 1006ab34 f libucrt:commit.obj - 0001:0006a353 __write 1006b353 f libucrt:write.obj - 0001:0006a38a __write_internal 1006b38a f libucrt:write.obj - 0001:0006a49b __write_nolock 1006b49b f libucrt:write.obj - 0001:0006a846 ___acrt_stdio_refill_and_read_narrow_nolock 1006b846 f libucrt:_filbuf.obj - 0001:0006ae48 __ftelli64 1006be48 f libucrt:ftell.obj - 0001:0006ae7e __ftelli64_nolock_internal 1006be7e f libucrt:ftell.obj - 0001:0006b0d7 ___acrt_stdio_flush_and_write_narrow_nolock 1006c0d7 f libucrt:_flsbuf.obj - 0001:0006b5be __read 1006c5be f libucrt:read.obj - 0001:0006b6d7 __read_nolock 1006c6d7 f libucrt:read.obj - 0001:0006bc0a __lseeki64 1006cc0a f libucrt:lseek.obj - 0001:0006bc4a __lseeki64_internal 1006cc4a f libucrt:lseek.obj - 0001:0006bc68 __lseeki64_nolock 1006cc68 f libucrt:lseek.obj - 0001:0006bca8 __lseeki64_nolock_internal 1006cca8 f libucrt:lseek.obj - 0001:0006bcc6 ___acrt_should_use_temporary_buffer 1006ccc6 f libucrt:_sftbuf.obj - 0001:0006bd04 ___acrt_stdio_begin_temporary_buffering_nolock 1006cd04 f libucrt:_sftbuf.obj - 0001:0006bdaf ___acrt_stdio_end_temporary_buffering_nolock 1006cdaf f libucrt:_sftbuf.obj - 0001:0006bded ___acrt_stdio_allocate_buffer_nolock 1006cded f libucrt:_getbuf.obj - 0001:0006be49 __malloc_base 1006ce49 f libucrt:malloc_base.obj - 0001:0006bf2f ___acrt_MultiByteToWideChar 1006cf2f f libucrt:multibytetowidechar.obj - 0001:0006bf59 ___acrt_update_locale_info 1006cf59 f libucrt:locale_update.obj - 0001:0006bf86 ___acrt_update_locale_info_explicit 1006cf86 f libucrt:locale_update.obj - 0001:0006bfb7 ___acrt_update_multibyte_info 1006cfb7 f libucrt:locale_update.obj - 0001:0006bfe5 ___acrt_update_multibyte_info_explicit 1006cfe5 f libucrt:locale_update.obj - 0001:0006c016 __wrename 1006d016 f libucrt:wrename.obj - 0001:0006c043 _strnlen 1006d043 f libucrt:strnlen.obj - 0001:0006c165 _wcsnlen 1006d165 f libucrt:strnlen.obj - 0001:0006c315 ?__acrt_fp_classify@@YA?AW4__acrt_fp_class@@ABN@Z 1006d315 f i libucrt:cvt.obj - 0001:0006cced ___acrt_fp_format 1006dced f libucrt:cvt.obj - 0001:0006ce6e __wctomb_internal 1006de6e f libucrt:wctomb.obj - 0001:0006cfd8 __mbtowc_internal 1006dfd8 f libucrt:mbtowc.obj - 0001:0006d10b __get_printf_count_output 1006e10b f libucrt:printf_count_output.obj - 0001:0006d120 __errcode 1006e120 f libucrt:fpexcept.obj - 0001:0006d154 __except1 1006e154 f libucrt:fpexcept.obj - 0001:0006d222 __handle_exc 1006e222 f libucrt:fpexcept.obj - 0001:0006d4a2 __raise_exc 1006e4a2 f libucrt:fpexcept.obj - 0001:0006d4c5 __raise_exc_ex 1006e4c5 f libucrt:fpexcept.obj - 0001:0006d7b6 __set_errno_from_matherr 1006e7b6 f libucrt:fpexcept.obj - 0001:0006d7e7 __umatherr 1006e7e7 f libucrt:fpexcept.obj - 0001:0006d887 __decomp 1006e887 f libucrt:util.obj - 0001:0006d959 __set_exp 1006e959 f libucrt:util.obj - 0001:0006d986 __sptype 1006e986 f libucrt:util.obj - 0001:0006d9e9 ___set_fpsr_sse2 1006e9e9 f libucrt:fpctrl.obj - 0001:0006da69 __clrfp 1006ea69 f libucrt:fpctrl.obj - 0001:0006da7a __ctrlfp 1006ea7a f libucrt:fpctrl.obj - 0001:0006daa4 __set_statfp 1006eaa4 f libucrt:fpctrl.obj - 0001:0006dafd __statfp 1006eafd f libucrt:fpctrl.obj - 0001:0006db5a ??$__crt_fast_decode_pointer@P6AHI@Z@@YAP6AHI@ZQ6AHI@Z@Z 1006eb5a f i libucrt:new_handler.obj - 0001:0006db5a ??$__crt_fast_decode_pointer@P6AXH@Z@@YAP6AXH@ZQ6AXH@Z@Z 1006eb5a f i libucrt:signal.obj - 0001:0006db5a ??$__crt_fast_decode_pointer@P6GXPAXK0@Z@@YAP6GXPAXK0@ZQ6GX0K0@Z@Z 1006eb5a f i libucrt:exit.obj - 0001:0006de02 ___acrt_initialize_thread_local_exit_callback 1006ee02 f libucrt:exit.obj - 0001:0006de11 __cexit 1006ee11 f libucrt:exit.obj - 0001:0006de20 __exit 1006ee20 f libucrt:exit.obj - 0001:0006de36 __is_c_termination_complete 1006ee36 f libucrt:exit.obj - 0001:0006df0f ___acrt_get_sigabrt_handler 1006ef0f f libucrt:signal.obj - 0001:0006df36 ___acrt_initialize_signal_handlers 1006ef36 f libucrt:signal.obj - 0001:0006df54 _raise 1006ef54 f libucrt:signal.obj - 0001:0006e146 ___pctype_func 1006f146 f libucrt:ctype.obj - 0001:0006e16a _iswctype 1006f16a f libucrt:iswctype.obj - 0001:0006e1d3 __isctype_l 1006f1d3 f libucrt:isctype.obj - 0001:0006e29e _fegetround 1006f29e f libucrt:fegetround.obj - 0001:0006e2ab ___acrt_initialize_timeset 1006f2ab f libucrt:timeset.obj - 0001:0006e2e0 ___daylight 1006f2e0 f libucrt:timeset.obj - 0001:0006e2e6 ___dstbias 1006f2e6 f libucrt:timeset.obj - 0001:0006e2ec ___timezone 1006f2ec f libucrt:timeset.obj - 0001:0006e2f2 ___tzname 1006f2f2 f libucrt:timeset.obj - 0001:0006e2f8 ___wide_tzname 1006f2f8 f libucrt:timeset.obj - 0001:0006e2fe __get_daylight 1006f2fe f libucrt:timeset.obj - 0001:0006e32a __get_dstbias 1006f32a f libucrt:timeset.obj - 0001:0006e356 __get_timezone 1006f356 f libucrt:timeset.obj - 0001:0006e382 ??$__crt_time_elapsed_leap_years@H@@YAHH@Z 1006f382 f i libucrt:gmtime.obj - 0001:0006e3bc ??$__crt_time_is_leap_year@H@@YA_NH@Z 1006f3bc f i libucrt:gmtime.obj - 0001:0006e602 __gmtime64_s 1006f602 f libucrt:gmtime.obj - 0001:0006eecc ___tzset 1006fecc f libucrt:tzset.obj - 0001:0006ef29 __isindst 1006ff29 f libucrt:tzset.obj - 0001:0006f00d ___acrt_WideCharToMultiByte 1007000d f libucrt:widechartomultibyte.obj - 0001:0006f079 ??1?$__crt_scoped_stack_ptr@_W@@QAE@XZ 10070079 f i libucrt:wcsftime.obj - 0001:000700dd __W_Gettnames 100710dd f libucrt:wcsftime.obj - 0001:000707d9 __Wcsftime_l 100717d9 f libucrt:wcsftime.obj - 0001:00070939 __freea_crt 10071939 f i libucrt:wcsftime.obj - 0001:00070959 __dtest 10071959 f libucrt:_test.obj - 0001:000709bd __ldtest 100719bd f libucrt:_test.obj - 0001:00070bb7 ___acrt_LCMapStringA 10071bb7 f libucrt:lcmapstringa.obj - 0001:00070c00 ___libm_error_support 10071c00 f libucrt:libm_error.obj - 0001:00070e00 _sqrt 10071e00 f libucrt:sqrt.obj - 0001:00070e0e ___acrt_initialize_sse2 10071e0e f libucrt:mathfcns.obj - 0001:00070e1e __ceil_default 10071e1e f libucrt:ceil.obj - 0001:00070ee0 ___ascii_strnicmp 10071ee0 f libucrt:_strnicm.obj - 0001:00070f41 ___acrt_add_locale_ref 10071f41 f libucrt:locale_refcounting.obj - 0001:00070fbe ___acrt_free_locale 10071fbe f libucrt:locale_refcounting.obj - 0001:00071106 ___acrt_locale_add_lc_time_reference 10072106 f libucrt:locale_refcounting.obj - 0001:0007112f ___acrt_locale_free_lc_time_if_unreferenced 1007212f f libucrt:locale_refcounting.obj - 0001:00071160 ___acrt_locale_release_lc_time_reference 10072160 f libucrt:locale_refcounting.obj - 0001:00071189 ___acrt_release_locale_ref 10072189 f libucrt:locale_refcounting.obj - 0001:0007120a ___acrt_update_thread_locale_data 1007220a f libucrt:locale_refcounting.obj - 0001:0007128b __updatetlocinfoEx_nolock 1007228b f libucrt:locale_refcounting.obj - 0001:00071857 ___acrt_initialize_multibyte 10072857 f libucrt:mbctype.obj - 0001:0007189f ___acrt_update_thread_multibyte_data 1007289f f libucrt:mbctype.obj - 0001:000718b2 __setmbcp_nolock 100728b2 f libucrt:mbctype.obj - 0001:00071ab7 __seh_filter_dll 10072ab7 f libucrt:exception_filter.obj - 0001:00071ad7 __seh_filter_exe 10072ad7 f libucrt:exception_filter.obj - 0001:00071c1d ____lc_codepage_func 10072c1d f libucrt:initctype.obj - 0001:00071c42 ____lc_locale_name_func 10072c42 f libucrt:initctype.obj - 0001:00071c69 ____mb_cur_max_func 10072c69 f libucrt:initctype.obj - 0001:00071c8e ___acrt_locale_initialize_ctype 10072c8e f libucrt:initctype.obj - 0001:000720eb ___acrt_locale_free_monetary 100730eb f libucrt:initmon.obj - 0001:000721e9 ___acrt_locale_initialize_monetary 100731e9 f libucrt:initmon.obj - 0001:0007254a ___acrt_locale_free_numeric 1007354a f libucrt:initnum.obj - 0001:000725b3 ___acrt_locale_initialize_numeric 100735b3 f libucrt:initnum.obj - 0001:00072a71 ___acrt_locale_free_time 10073a71 f libucrt:inittime.obj - 0001:00072b55 ___acrt_locale_initialize_time 10073b55 f libucrt:inittime.obj - 0001:00072bd0 _wcscat_s 10073bd0 f libucrt:wcscat_s.obj - 0001:00072c3f _wcscpy_s 10073c3f f libucrt:wcscpy_s.obj - 0001:00072d8b _wcsncat_s 10073d8b f libucrt:wcsncat_s.obj - 0001:00072e64 _wcsncpy_s 10073e64 f libucrt:wcsncpy_s.obj - 0001:00072e6f _wcscspn 10073e6f f libucrt:wcscspn.obj - 0001:00072ec8 _wcspbrk 10073ec8 f libucrt:wcspbrk.obj - 0001:00072f16 ___acrt_GetStringTypeA 10073f16 f libucrt:getstringtypea.obj - 0001:0007370e ___acrt_get_qualified_locale 1007470e f libucrt:get_qualified_locale.obj - 0001:00074083 ___acrt_get_qualified_locale_downlevel 10075083 f libucrt:getqloc_downlevel.obj - 0001:00074273 ___acrt_initialize_new_handler 10075273 f libucrt:new_handler.obj - 0001:00074282 __callnewh 10075282 f libucrt:new_handler.obj - 0001:000742ae __query_new_handler 100752ae f libucrt:new_handler.obj - 0001:00074305 __query_new_mode 10075305 f libucrt:new_mode.obj - 0001:0007430c ___acrt_initialize_heap 1007530c f libucrt:heap_handle.obj - 0001:0007431d ___acrt_uninitialize_heap 1007531d f libucrt:heap_handle.obj - 0001:00074377 ___acrt_DownlevelLCIDToLocaleName 10075377 f libucrt:lcidtoname_downlevel.obj - 0001:0007441a ___acrt_DownlevelLocaleNameToLCID 1007541a f libucrt:lcidtoname_downlevel.obj - 0001:00074446 ___acrt_get_process_end_policy 10075446 f libucrt:win_policies.obj - 0001:0007446d ___acrt_lowio_create_handle_array 1007546d f libucrt:osfinfo.obj - 0001:000744e8 ___acrt_lowio_destroy_handle_array 100754e8 f libucrt:osfinfo.obj - 0001:0007451d ___acrt_lowio_ensure_fh_exists 1007551d f libucrt:osfinfo.obj - 0001:000745bb ___acrt_lowio_lock_fh 100755bb f libucrt:osfinfo.obj - 0001:000745de ___acrt_lowio_set_os_handle 100755de f libucrt:osfinfo.obj - 0001:00074670 ___acrt_lowio_unlock_fh 10075670 f libucrt:osfinfo.obj - 0001:00074693 __alloc_osfhnd 10075693 f libucrt:osfinfo.obj - 0001:000747a6 __free_osfhnd 100757a6 f libucrt:osfinfo.obj - 0001:00074837 __get_osfhandle 10075837 f libucrt:osfinfo.obj - 0001:000748a1 __isatty 100758a1 f libucrt:isatty.obj - 0001:00074923 ?__mbrtowc_utf8@__crt_mbstring@@YAIPA_WPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10075923 f libucrt:mbrtowc.obj - 0001:00074966 ?__mbsrtowcs_utf8@__crt_mbstring@@YAIPA_WPAPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10075966 f libucrt:mbrtowc.obj - 0001:00074a6e __putwch_nolock 10075a6e f libucrt:putwch.obj - 0001:00074b51 ___acrt_fp_strflt_to_string 10075b51 f libucrt:_fptostr.obj - 0001:00074c4b ___acrt_fltout 10075c4b f libucrt:cfout.obj - 0001:00076233 ?__c32rtomb_utf8@__crt_mbstring@@YAIPAD_UPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10077233 f libucrt:c32rtomb.obj - 0001:000762e3 ___acrt_has_user_matherr 100772e3 f libucrt:matherr.obj - 0001:00076300 ___acrt_initialize_user_matherr 10077300 f libucrt:matherr.obj - 0001:0007630f ___acrt_invoke_user_matherr 1007730f f libucrt:matherr.obj - 0001:00076345 __initterm 10077345 f libucrt:initterm.obj - 0001:00076370 __initterm_e 10077370 f libucrt:initterm.obj - 0001:00076630 __crt_atexit 10077630 f libucrt:onexit.obj - 0001:00076646 __execute_onexit_table 10077646 f libucrt:onexit.obj - 0001:00076684 __initialize_onexit_table 10077684 f libucrt:onexit.obj - 0001:000766ad __register_onexit_function 100776ad f libucrt:onexit.obj - 0001:000766e0 ___acrt_app_verifier_enabled 100776e0 f libucrt:peb_access.obj - 0001:000766f2 ___acrt_is_secure_process 100776f2 f libucrt:peb_access.obj - 0001:00076705 ___acrt_GetStringTypeW 10077705 f libucrt:getstringtypew.obj - 0001:000769e7 ___acrt_fenv_get_common_round_control 100779e7 f libucrt:_fenvutils.obj - 0001:00076a09 ___acrt_fenv_get_control 10077a09 f libucrt:_fenvutils.obj - 0001:00076a89 ___acrt_fenv_get_status 10077a89 f libucrt:_fenvutils.obj - 0001:00076b33 ___acrt_fenv_set_control 10077b33 f libucrt:_fenvutils.obj - 0001:00076bae ___acrt_fenv_set_status 10077bae f libucrt:_fenvutils.obj - 0001:00076e3b __wgetenv_s 10077e3b f libucrt:getenv.obj - 0001:00076e46 ___ascii_wcsicmp 10077e46 f libucrt:wcsicmp.obj - 0001:00076e83 __towlower_internal 10077e83 f i libucrt:wcsicmp.obj - 0001:00076ec2 __wcsicmp 10077ec2 f libucrt:wcsicmp.obj - 0001:00076f0b __wcsicmp_l 10077f0b f libucrt:wcsicmp.obj - 0001:00076fc3 ___strncnt 10077fc3 f libucrt:strncnt.obj - 0001:00076fe0 __twoToTOS 10077fe0 f libucrt:common.obj - 0001:00076ff5 __load_CW 10077ff5 f libucrt:common.obj - 0001:0007700c __convertTOStoQNaN 1007800c f libucrt:common.obj - 0001:00077025 __fload_withFB 10078025 f libucrt:common.obj - 0001:00077068 __checkTOS_withFB 10078068 f libucrt:common.obj - 0001:0007707e __fast_exit 1007807e f libucrt:common.obj - 0001:0007708b __math_exit 1007808b f libucrt:common.obj - 0001:000770b5 __check_overflow_exit 100780b5 f libucrt:common.obj - 0001:000770c9 __check_range_exit 100780c9 f libucrt:common.obj - 0001:00077170 __CIsqrt 10078170 f libucrt:sqrt_impl.obj - 0001:00077184 __sqrt_common 10078184 libucrt:sqrt_impl.obj - 0001:00077221 __frnd 10078221 f libucrt:frnd.obj - 0001:00077323 ___acrt_GetLocaleInfoA 10078323 f libucrt:getlocaleinfoa.obj - 0001:00077601 __itow_s 10078601 f libucrt:xtoa.obj - 0001:00077634 ___ascii_wcsnicmp 10078634 f libucrt:wcsnicmp.obj - 0001:00077683 __wcsnicmp 10078683 f libucrt:wcsnicmp.obj - 0001:000776cf __wcsnicmp_l 100786cf f libucrt:wcsnicmp.obj - 0001:000777a2 __query_app_type 100787a2 f libucrt:report_runtime_error.obj - 0001:000777a8 ?__mbrtoc32_utf8@__crt_mbstring@@YAIPA_UPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 100787a8 f libucrt:mbrtoc32.obj - 0001:00077978 ___dcrt_lowio_ensure_console_output_initialized 10078978 f libucrt:initcon.obj - 0001:00077997 ___dcrt_terminate_console_output 10078997 f libucrt:initcon.obj - 0001:000779ae ___dcrt_write_console 100789ae f libucrt:initcon.obj - 0001:00077a03 __controlfp_s 10078a03 f libucrt:contrlfp.obj - 0001:00077a62 _fegetenv 10078a62 f libucrt:fegetenv.obj - 0001:00077a7f _fesetenv 10078a7f f libucrt:fesetenv.obj - 0001:00077acb _feholdexcept 10078acb f libucrt:feholdexcept.obj - 0001:00077b20 __CIlog10 10078b20 f libucrt:log10_impl.obj - 0001:00077b5b __CIlog10_default 10078b5b f libucrt:log10_impl.obj - 0001:00077b6f __log10_default 10078b6f libucrt:log10_impl.obj - 0001:00077c30 ?reset_and_return@__crt_mbstring@@YAIIPAU_Mbstatet@@@Z 10078c30 f libucrt:common_utf8.obj - 0001:00077c44 ?return_illegal_sequence@__crt_mbstring@@YAIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10078c44 f libucrt:common_utf8.obj - 0001:00077c66 __recalloc_base 10078c66 f libucrt:recalloc.obj - 0001:00077cd3 __wcsnicoll 10078cd3 f libucrt:wcsnicol.obj - 0001:00077d40 __wcsnicoll_l 10078d40 f libucrt:wcsnicol.obj - 0001:000781c1 ___dcrt_get_or_create_wide_environment_nolock 100791c1 f libucrt:environment_initialization.obj - 0001:000781c6 ___dcrt_uninitialize_environments_nolock 100791c6 f libucrt:environment_initialization.obj - 0001:00078217 __initialize_narrow_environment 10079217 f libucrt:environment_initialization.obj - 0001:0007821c __towlower_l 1007921c f libucrt:towlower.obj - 0001:000782f0 __startTwoArgErrorHandling 100792f0 f libucrt:genexcep.obj - 0001:00078307 __startOneArgErrorHandling 10079307 f libucrt:genexcep.obj - 0001:00078350 __trandisp1 10079350 f libucrt:87disp.obj - 0001:000783c5 __trandisp2 100793c5 f libucrt:87disp.obj - 0001:0007845f __rttospopde 1007945f libucrt:87disp.obj - 0001:00078464 __rttospop 10079464 libucrt:87disp.obj - 0001:00078470 __rtnospop 10079470 f libucrt:87disp.obj - 0001:00078480 __rttosnpop 10079480 f libucrt:87disp.obj - 0001:00078481 __rtnospopde 10079481 libucrt:87disp.obj - 0001:00078488 __rtzeropop 10079488 libucrt:87disp.obj - 0001:0007848a __rtzeronpop 1007948a libucrt:87disp.obj - 0001:00078490 __rtzerospop 10079490 f libucrt:87disp.obj - 0001:0007849d __rtonepop 1007949d libucrt:87disp.obj - 0001:000784a0 __rtonenpop 100794a0 f libucrt:87disp.obj - 0001:000784b0 __tosnan1 100794b0 f libucrt:87disp.obj - 0001:000784e0 __nosnan2 100794e0 f libucrt:87disp.obj - 0001:000784f0 __tosnan2 100794f0 f libucrt:87disp.obj - 0001:00078520 __nan2 10079520 f libucrt:87disp.obj - 0001:00078560 __rtindfpop 10079560 f libucrt:87disp.obj - 0001:00078562 __rtindfnpop 10079562 libucrt:87disp.obj - 0001:00078573 __rttosnpopde 10079573 libucrt:87disp.obj - 0001:00078580 __rtatan2inf 10079580 f libucrt:87disp.obj - 0001:0007859d __rtchsifneg 1007959d libucrt:87disp.obj - 0001:0007865b _strncpy_s 1007965b f libucrt:strncpy_s.obj - 0001:0007870d __clearfp 1007970d f libucrt:ieee87.obj - 0001:000787eb __control87 100797eb f libucrt:ieee87.obj - 0001:00078b90 __CIlog10_pentium4 10079b90 f libucrt:log10_pentium4.obj - 0001:00078ba8 __log10_pentium4 10079ba8 libucrt:log10_pentium4.obj - 0001:00078e40 __fFEXP 10079e40 f libucrt:87tran.obj - 0001:00078e97 __rtinfpopse 10079e97 libucrt:87tran.obj - 0001:00078e99 __rtinfnpopse 10079e99 libucrt:87tran.obj - 0001:00078ea9 __fFLN 10079ea9 libucrt:87tran.obj - 0001:00078f5e __rtinfpop 10079f5e libucrt:87tran.obj - 0001:00078f60 __rtinfnpop 10079f60 libucrt:87tran.obj - 0001:00078f70 __rtforexpinf 10079f70 f libucrt:87tran.obj - 0001:00078f7d __ffexpm1 10079f7d libucrt:87tran.obj - 0001:00079026 __msize_base 1007a026 f libucrt:msize.obj - 0001:00079059 __realloc_base 1007a059 f libucrt:realloc_base.obj - 0001:000790c2 ___acrt_CompareStringW 1007a0c2 f libucrt:comparestringw.obj - 0001:0007915e ___dcrt_get_narrow_environment_from_os 1007a15e f libucrt:get_environment_from_os.obj - 0001:000791fe ___dcrt_get_wide_environment_from_os 1007a1fe f libucrt:get_environment_from_os.obj - 0001:00079607 ___dcrt_set_variable_in_wide_environment_nolock 1007a607 f libucrt:setenv.obj - 0001:00079612 ___acrt_LCMapStringW 1007a612 f libucrt:lcmapstringw.obj - 0001:00079650 __87except 1007a650 f libucrt:87except.obj - 0001:00079760 __d_inttype 1007a760 f libucrt:powhlp.obj - 0001:000797c8 __powhlp 1007a7c8 f libucrt:powhlp.obj - 0001:00079b96 _mbstowcs_s 1007ab96 f libucrt:mbstowcs.obj - 0001:00079bd3 __fpclass 1007abd3 f libucrt:ieeemisc.obj - 0001:00079c77 _CreateToolhelp32Snapshot@8 1007ac77 f kernel32:KERNEL32.dll - 0001:00079c7d _Thread32First@8 1007ac7d f kernel32:KERNEL32.dll - 0001:00079c83 _Thread32Next@8 1007ac83 f kernel32:KERNEL32.dll - 0001:00079c89 ??0_Init_locks@std@@QAE@XZ 1007ac89 f libcpmt:xlock.obj - 0001:00079cb6 ??0_Lockit@std@@QAE@H@Z 1007acb6 f libcpmt:xlock.obj - 0001:00079ce7 ??1_Init_locks@std@@QAE@XZ 1007ace7 f libcpmt:xlock.obj - 0001:00079d0e ??1_Lockit@std@@QAE@XZ 1007ad0e f libcpmt:xlock.obj - 0001:00079d2d ??0bad_function_call@std@@QAE@ABV01@@Z 1007ad2d f i libcpmt:xthrow.obj - 0001:00079d48 ??0bad_function_call@std@@QAE@XZ 1007ad48 f i libcpmt:xthrow.obj - 0001:00079d59 ??0invalid_argument@std@@QAE@ABV01@@Z 1007ad59 f i libcpmt:xthrow.obj - 0001:00079d74 ??0invalid_argument@std@@QAE@PBD@Z 1007ad74 f i libcpmt:xthrow.obj - 0001:00079d93 ??0length_error@std@@QAE@ABV01@@Z 1007ad93 f i libcpmt:xthrow.obj - 0001:00079dae ??0length_error@std@@QAE@PBD@Z 1007adae f i libcpmt:xthrow.obj - 0001:00079dcd ??0logic_error@std@@QAE@ABV01@@Z 1007adcd f i libcpmt:xthrow.obj - 0001:00079de8 ??0out_of_range@std@@QAE@ABV01@@Z 1007ade8 f i libcpmt:xthrow.obj - 0001:00079e03 ??0out_of_range@std@@QAE@PBD@Z 1007ae03 f i libcpmt:xthrow.obj - 0001:00079e22 ??0runtime_error@std@@QAE@PBD@Z 1007ae22 f i libcpmt:xthrow.obj - 0001:00079e41 ?_Xbad_alloc@std@@YAXXZ 1007ae41 f libcpmt:xthrow.obj - 0001:00079e41 ?__scrt_throw_std_bad_alloc@@YAXXZ 1007ae41 f LIBCMT:throw_bad_alloc.obj - 0001:00079e5e ?_Xbad_function_call@std@@YAXXZ 1007ae5e f libcpmt:xthrow.obj - 0001:00079e7b ?_Xinvalid_argument@std@@YAXPBD@Z 1007ae7b f libcpmt:xthrow.obj - 0001:00079e9b ?_Xlength_error@std@@YAXPBD@Z 1007ae9b f libcpmt:xthrow.obj - 0001:00079ebb ?_Xout_of_range@std@@YAXPBD@Z 1007aebb f libcpmt:xthrow.obj - 0001:00079edb ?_Xruntime_error@std@@YAXPBD@Z 1007aedb f libcpmt:xthrow.obj - 0001:00079efb ?what@bad_function_call@std@@UBEPBDXZ 1007aefb f i libcpmt:xthrow.obj - 0001:00079f01 ?_Syserror_map@std@@YAPBDH@Z 1007af01 f libcpmt:syserror.obj - 0001:00079f26 ??0_Locimp@locale@std@@AAE@_N@Z 1007af26 f i libcpmt:locale0.obj - 0001:00079f67 ??1_Fac_node@std@@QAE@XZ 1007af67 f i libcpmt:locale0.obj - 0001:00079f98 ??1_Fac_tidy_reg_t@std@@QAE@XZ 1007af98 f i libcpmt:locale0.obj - 0001:00079fbf ??1_Locimp@locale@std@@MAE@XZ 1007afbf f i libcpmt:locale0.obj - 0001:00079fea ??4?$_Yarn@D@std@@QAEAAV01@PBD@Z 1007afea f i libcpmt:locale0.obj - 0001:0007a03e ??_E_Locimp@locale@std@@MAEPAXI@Z 1007b03e f i libcpmt:locale0.obj - 0001:0007a03e ??_G_Locimp@locale@std@@MAEPAXI@Z 1007b03e f i libcpmt:locale0.obj - 0001:0007a060 ?_Facet_Register@std@@YAXPAV_Facet_base@1@@Z 1007b060 f libcpmt:locale0.obj - 0001:0007a08c ?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ 1007b08c f libcpmt:locale0.obj - 0001:0007a092 ?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 1007b092 f libcpmt:locale0.obj - 0001:0007a11f ?_Locimp_dtor@_Locimp@locale@std@@CAXPAV123@@Z 1007b11f f libcpmt:locale0.obj - 0001:0007a190 ?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z 1007b190 f libcpmt:locale0.obj - 0001:0007a1db ?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z 1007b1db f libcpmt:locale0.obj - 0001:0007a1f5 ?_New_Locimp@_Locimp@locale@std@@CAPAV123@_N@Z 1007b1f5 f libcpmt:locale0.obj - 0001:0007a218 ?_Setgloballocale@locale@std@@CAXPAX@Z 1007b218 f libcpmt:locale0.obj - 0001:0007a240 __Deletegloballocale 1007b240 f libcpmt:locale0.obj - 0001:0007a2a5 __Getctype 1007b2a5 f libcpmt:_tolower.obj - 0001:0007a310 __Tolower 1007b310 f libcpmt:_tolower.obj - 0001:0007a41c __Toupper 1007b41c f libcpmt:_toupper.obj - 0001:0007a528 ?_Addstd@ios_base@std@@SAXPAV12@@Z 1007b528 f libcpmt:ios.obj - 0001:0007a574 ?_Callfns@ios_base@std@@AAEXW4event@12@@Z 1007b574 f i libcpmt:ios.obj - 0001:0007a5a7 ?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z 1007b5a7 f libcpmt:ios.obj - 0001:0007a5e7 ?_Tidy@ios_base@std@@AAEXXZ 1007b5e7 f i libcpmt:ios.obj - 0001:0007a662 ?uncaught_exception@std@@YA_NXZ 1007b662 f libcpmt:uncaught_exception.obj - 0001:0007a667 ___std_init_once_link_alternate_names_and_abort@0 1007b667 f libcpmt:xonce2.obj - 0001:0007a66c __Query_perf_counter 1007b66c f libcpmt:xtime.obj - 0001:0007a683 __Query_perf_frequency 1007b683 f libcpmt:xtime.obj - 0001:0007a6c0 __Xtime_get_ticks 1007b6c0 f libcpmt:xtime.obj - 0001:0007a6e7 __Getcvt 1007b6e7 f libcpmt:xwctomb.obj - 0001:0007a7d7 ?_Fiopen@std@@YAPAU_iobuf@@PBDHH@Z 1007b7d7 f libcpmt:fiopen.obj - 0001:0007a7e0 ?setw@std@@YA?AU?$_Smanip@_J@1@_J@Z 1007b7e0 f libcpmt:iomanip.obj - 0001:0007a80e __Mtxdst 1007b80e f libcpmt:xmtx.obj - 0001:0007a81c __Mtxinit 1007b81c f libcpmt:xmtx.obj - 0001:0007a831 __Mtxlock 1007b831 f libcpmt:xmtx.obj - 0001:0007a83f __Mtxunlock 1007b83f f libcpmt:xmtx.obj - 0001:0007a84d ??1_Init_atexit@@QAE@XZ 1007b84d f i libcpmt:iosptrs.obj - 0001:0007a8b5 ?_Atexit@@YAXP6AXXZ@Z 1007b8b5 f libcpmt:iosptrs.obj - 0001:0007a8e4 ___crtLCMapStringA 1007b8e4 f libcpmt:StlLCMapStringA.obj - 0001:0007aaf5 ___crtGetSystemTimePreciseAsFileTime 1007baf5 f libcpmt:winapisupp.obj - 0001:0007ab4a ??2@YAPAXI@Z 1007bb4a f LIBCMT:new_scalar.obj - 0001:0007ab7a ??3@YAXPAXI@Z 1007bb7a f LIBCMT:delete_scalar_size.obj - 0001:0007ab88 ??_V@YAXPAX@Z 1007bb88 f LIBCMT:delete_array.obj - 0001:0007abd1 ___scrt_acquire_startup_lock 1007bbd1 f LIBCMT:utility.obj - 0001:0007ac03 ___scrt_dllmain_after_initialize_c 1007bc03 f LIBCMT:utility.obj - 0001:0007ac2e ___scrt_dllmain_before_initialize_c 1007bc2e f LIBCMT:utility.obj - 0001:0007ac3c ___scrt_dllmain_crt_thread_attach 1007bc3c f LIBCMT:utility.obj - 0001:0007ac5b ___scrt_dllmain_crt_thread_detach 1007bc5b f LIBCMT:utility.obj - 0001:0007ac68 ___scrt_dllmain_exception_filter 1007bc68 f LIBCMT:utility.obj - 0001:0007ac9c ___scrt_dllmain_uninitialize_c 1007bc9c f LIBCMT:utility.obj - 0001:0007acbf ___scrt_dllmain_uninitialize_critical 1007bcbf f LIBCMT:utility.obj - 0001:0007accc ___scrt_initialize_crt 1007bccc f LIBCMT:utility.obj - 0001:0007ad05 ___scrt_initialize_onexit_tables 1007bd05 f LIBCMT:utility.obj - 0001:0007ad8c ___scrt_is_nonwritable_in_current_image 1007bd8c f LIBCMT:utility.obj - 0001:0007ae20 ___scrt_release_startup_lock 1007be20 f LIBCMT:utility.obj - 0001:0007ae3d ___scrt_uninitialize_crt 1007be3d f LIBCMT:utility.obj - 0001:0007ae65 __onexit 1007be65 f LIBCMT:utility.obj - 0001:0007ae92 _atexit 1007be92 f LIBCMT:utility.obj - 0001:0007aea7 @__security_check_cookie@4 1007bea7 f LIBCMT:secchk.obj - 0001:0007aeb5 ??_Etype_info@@UAEPAXI@Z 1007beb5 f i LIBCMT:std_type_info_static.obj - 0001:0007aeb5 ??_Gtype_info@@UAEPAXI@Z 1007beb5 f i LIBCMT:std_type_info_static.obj - 0001:0007aed8 ??_U@YAPAXI@Z 1007bed8 f LIBCMT:new_array.obj - 0001:0007aef0 __allshl 1007bef0 f LIBCMT:llshl.obj - 0001:0007af10 __aullshr 1007bf10 f LIBCMT:ullshr.obj - 0001:0007af2f __Init_thread_abort 1007bf2f f LIBCMT:thread_safe_statics.obj - 0001:0007af5a __Init_thread_footer 1007bf5a f LIBCMT:thread_safe_statics.obj - 0001:0007afab __Init_thread_header 1007bfab f LIBCMT:thread_safe_statics.obj - 0001:0007affb __Init_thread_wait_v2 1007bffb f LIBCMT:thread_safe_statics.obj - 0001:0007b010 __alldiv 1007c010 f LIBCMT:lldiv.obj - 0001:0007b0c0 __alldvrm 1007c0c0 f LIBCMT:lldvrm.obj - 0001:0007b1a0 __allmul 1007c1a0 f LIBCMT:llmul.obj - 0001:0007b1e0 __allrem 1007c1e0 f LIBCMT:llrem.obj - 0001:0007b292 ?__scrt_initialize_type_info@@YAXXZ 1007c292 f LIBCMT:tncleanup.obj - 0001:0007b29e ?__scrt_uninitialize_type_info@@YAXXZ 1007c29e f LIBCMT:tncleanup.obj - 0001:0007b2b0 __ftol3 1007c2b0 f LIBCMT:ftol3.obj - 0001:0007b320 __dtoul3 1007c320 f LIBCMT:ftol3.obj - 0001:0007b3d0 __dtoul3_legacy 1007c3d0 f LIBCMT:ftol3.obj - 0001:0007b400 __dtol3 1007c400 f LIBCMT:ftol3.obj - 0001:0007b4b0 __ultod3 1007c4b0 f LIBCMT:ftol3.obj - 0001:0007b500 __ltod3 1007c500 f LIBCMT:ftol3.obj - 0001:0007b882 __DllMainCRTStartup@12 1007c882 f LIBCMT:dll_dllmain.obj - 0001:0007b8b0 __SEH_prolog4 1007c8b0 f LIBCMT:sehprolg4.obj - 0001:0007b8f5 @_guard_check_icall@4 1007c8f5 f i LIBCMT:checkcfg.obj - 0001:0007b8fb ___isa_available_init 1007c8fb f LIBCMT:cpu_disp.obj - 0001:0007bc30 __FindPESection 1007cc30 f LIBCMT:pesect.obj - 0001:0007bc80 __IsNonwritableInCurrentImage 1007cc80 f LIBCMT:pesect.obj - 0001:0007bd40 __ValidateImageBase 1007cd40 f LIBCMT:pesect.obj - 0001:0007bd71 __EH_epilog3 1007cd71 f LIBCMT:ehprolg3.obj - 0001:0007bd85 __EH_prolog3 1007cd85 f LIBCMT:ehprolg3.obj - 0001:0007bdb8 __EH_prolog3_catch 1007cdb8 f LIBCMT:ehprolg3.obj - 0001:0007bdf0 __aulldvrm 1007cdf0 f LIBCMT:ulldvrm.obj - 0001:0007be85 ___scrt_fastfail 1007ce85 f LIBCMT:utility_desktop.obj - 0001:0007bf9a __crt_debugger_hook 1007cf9a f LIBCMT:utility_desktop.obj - 0001:0007bfb0 __aulldiv 1007cfb0 f LIBCMT:ulldiv.obj - 0001:0007c020 __aullrem 1007d020 f LIBCMT:ullrem.obj - 0001:0007c095 ___raise_securityfailure 1007d095 f LIBCMT:gs_report.obj - 0001:0007c0bd ___report_gsfailure 1007d0bd f LIBCMT:gs_report.obj - 0001:0007c1b8 ___report_rangecheckfailure 1007d1b8 f LIBCMT:gs_report.obj - 0001:0007c1c5 ___report_securityfailure 1007d1c5 f LIBCMT:gs_report.obj - 0001:0007c2a0 __alloca_probe 1007d2a0 f LIBCMT:chkstk.obj - 0001:0007c2a0 __chkstk 1007d2a0 f LIBCMT:chkstk.obj - 0001:0007c2d0 __alloca_probe_16 1007d2d0 f LIBCMT:alloca16.obj - 0001:0007c2e6 __alloca_probe_8 1007d2e6 LIBCMT:alloca16.obj - 0001:0007c300 __ftol2_sse 1007d300 f LIBCMT:ftol2.obj - 0001:0007c310 __ftoi2 1007d310 f LIBCMT:ftol2.obj - 0001:0007c38c ?__scrt_throw_std_bad_array_new_length@@YAXXZ 1007d38c f LIBCMT:throw_bad_alloc.obj - 0001:0007c3a9 ___scrt_is_ucrt_dll_in_use 1007d3a9 f LIBCMT:ucrt_detection.obj - 0001:0007c402 ___security_init_cookie 1007d402 f LIBCMT:gs_support.obj - 0001:0007c44d _DllMain@12 1007d44d f LIBCMT:dll_dllmain_stub.obj - 0001:0007c453 ___local_stdio_scanf_options 1007d453 f i LIBCMT:default_local_stdio_options.obj - 0001:0007c459 ___scrt_initialize_default_local_stdio_options 1007d459 f LIBCMT:default_local_stdio_options.obj - 0001:0007c476 ___scrt_get_dyn_tls_init_callback 1007d476 f LIBCMT:dyn_tls_init.obj - 0001:0007c47c __RTC_Initialize 1007d47c f LIBCMT:initsect.obj - 0001:0007c4a8 __RTC_Terminate 1007d4a8 f LIBCMT:initsect.obj - 0001:0007c4d4 _memcmp 1007d4d4 f libvcruntime:memcmp.obj - 0001:0007db60 _strrchr 1007eb60 f libvcruntime:strrchr.obj - 0001:0007dc97 _wcschr 1007ec97 f libvcruntime:wcschr.obj - 0001:0007dd38 ___uncaught_exception 1007ed38 f libvcruntime:uncaught_exception.obj - 0001:0007dd4c ___vcrt_initialize 1007ed4c f libvcruntime:initialization.obj - 0001:0007dd6b ___vcrt_thread_attach 1007ed6b f libvcruntime:initialization.obj - 0001:0007dd76 ___vcrt_thread_detach 1007ed76 f libvcruntime:initialization.obj - 0001:0007dd7e ___vcrt_uninitialize 1007ed7e f libvcruntime:initialization.obj - 0001:0007dd95 ___vcrt_uninitialize_critical 1007ed95 f libvcruntime:initialization.obj - 0001:0007dff2 _setlocale 1007eff2 f libucrt:setlocale.obj - 0001:0007e030 _islower 1007f030 f libucrt:_ctype.obj - 0001:0007e0c0 _isupper 1007f0c0 f libucrt:_ctype.obj - 0001:0007e144 __wcsdup 1007f144 f libucrt:wcsdup.obj - 0001:0007e25a __fsopen 1007f25a f libucrt:fopen.obj - 0001:0007e516 ___acrt_allocate_buffer_for_argv 1007f516 f libucrt:argv_parsing.obj - 0001:0007e565 __configure_narrow_argv 1007f565 f libucrt:argv_parsing.obj - 0001:0007e66b ___acrt_initialize 1007f66b f libucrt:initialization.obj - 0001:0007e67d ___acrt_thread_attach 1007f67d f libucrt:initialization.obj - 0001:0007e688 ___acrt_thread_detach 1007f688 f libucrt:initialization.obj - 0001:0007e690 ___acrt_uninitialize 1007f690 f libucrt:initialization.obj - 0001:0007e6c0 ___acrt_uninitialize_critical 1007f6c0 f libucrt:initialization.obj - 0001:0007ea4e __wcstombs_s_l 1007fa4e f libucrt:wcstombs.obj - 0001:0007ea8c ??$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z 1007fa8c f i libucrt:openfile.obj - 0001:0007ed39 ?__acrt_stdio_parse_mode_D@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007fd39 f i libucrt:openfile.obj - 0001:0007ed54 ?__acrt_stdio_parse_mode_T@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007fd54 f i libucrt:openfile.obj - 0001:0007ed73 ?__acrt_stdio_parse_mode_b@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007fd73 f i libucrt:openfile.obj - 0001:0007ed93 ?__acrt_stdio_parse_mode_c@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 1007fd93 f i libucrt:openfile.obj - 0001:0007edb5 ?__acrt_stdio_parse_mode_n@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 1007fdb5 f i libucrt:openfile.obj - 0001:0007edd7 ?__acrt_stdio_parse_mode_plus@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 1007fdd7 f i libucrt:openfile.obj - 0001:0007ee0d ?__acrt_stdio_parse_mode_t@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007fe0d f i libucrt:openfile.obj - 0001:0007ee2d ?__acrt_stdio_parse_mode_x@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007fe2d f i libucrt:openfile.obj - 0001:0007ee4d __openfile 1007fe4d f libucrt:openfile.obj - 0001:0007ee70 ??$__acrt_convert_wcs_mbs_cp@_WDV@@U__crt_win32_buffer_internal_dynamic_resizing@@@@YAHQB_WAAV?$__crt_win32_buffer@DU__crt_win32_buffer_internal_dynamic_resizing@@@@ABV@@I@Z 1007fe70 f i libucrt:argv_wildcards.obj - 0001:0007f40e ?allocate@?$__crt_win32_buffer@DU__crt_win32_buffer_internal_dynamic_resizing@@@@QAEHI@Z 1008040e f i libucrt:argv_wildcards.obj - 0001:0007f4d1 ___acrt_expand_narrow_argv_wildcards 100804d1 f libucrt:argv_wildcards.obj - 0001:0007f4dc ___acrt_GetModuleFileNameA 100804dc f libucrt:getmodulefilenamea.obj - 0001:0007f5cd __ismbblead 100805cd f libucrt:ismbbyte.obj - 0001:0007f5e5 ___acrt_initialize_command_line 100805e5 f libucrt:argv_data.obj - 0001:0007f5fe ___acrt_execute_initializers 100805fe f libucrt:shared_initialization.obj - 0001:0007f666 ___acrt_execute_uninitializers 10080666 f libucrt:shared_initialization.obj - 0001:0007f697 ?__wcsrtombs_utf8@__crt_mbstring@@YAIPADPAPB_WIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10080697 f libucrt:wcrtomb.obj - 0001:0007fd90 __sopen_nolock 10080d90 f libucrt:open.obj - 0001:0007fdfe __sopen_s 10080dfe f libucrt:open.obj - 0001:0007fe1e __wsopen_nolock 10080e1e f libucrt:open.obj - 0001:00080150 _qsort 10081150 f libucrt:qsort.obj - 0001:00080640 _strpbrk 10081640 f libucrt:strpbrk.obj - 0001:00080680 __mbsdec 10081680 f libucrt:mbsdec.obj - 0001:00080697 __mbsdec_l 10081697 f libucrt:mbsdec.obj - 0001:00080724 ?__c16rtomb_utf8@__crt_mbstring@@YAIPAD_SPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10081724 f libucrt:c16rtomb.obj - 0001:000807ce __get_fmode 100817ce f libucrt:setmode.obj - 0001:000807fb __setmode_nolock 100817fb f libucrt:setmode.obj - 0001:000808ca ??0__crt_seek_guard@@QAE@H_J@Z 100818ca f i libucrt:chsize.obj - 0001:00080917 __chsize_nolock 10081917 f libucrt:chsize.obj - 0001:0008094e __chsize_nolock_internal 1008194e f libucrt:chsize.obj - 0001:00080ae5 ___acrt_initialize_fmode 10081ae5 f libucrt:txtmode.obj - 0001:00080afb __filter_x86_sse2_floating_point_exception 10081afb f LIBCMT:x86_exception_filter.obj - 0001:00080afb __filter_x86_sse2_floating_point_exception_default 10081afb f LIBCMT:x86_exception_filter.obj + 0001:00005b90 ?GetActivePlayerUnitFields@game@@YAPAUUnitFields@1@XZ 10006b90 f game.cpp.obj + 0001:00005bb0 ?GetCastTime@game@@YAIPAXI@Z 10006bb0 f game.cpp.obj + 0001:00005bd0 ?GetCurrentTargetGuid@game@@YA_KXZ 10006bd0 f game.cpp.obj + 0001:00005be0 ?GetDurationObject@game@@YAPAVCDuration@1@I@Z 10006be0 f game.cpp.obj + 0001:00005c00 ?GetItemId@game@@YAIPAUCGItem_C@1@@Z 10006c00 f game.cpp.obj + 0001:00005c10 ?GetObjectPtr@game@@YAPAI_K@Z 10006c10 f game.cpp.obj + 0001:00005c20 ?GetObjectVFTable@game@@YAPAIPAI@Z 10006c20 f game.cpp.obj + 0001:00005c30 ?GetPlayerInventoryPtr@game@@YAPAIPAI@Z 10006c30 f game.cpp.obj + 0001:00005c40 ?GetSpellDuration@game@@YAHPBUSpellRec@1@_N@Z 10006c40 f game.cpp.obj + 0001:00005c60 ?GetSpellInfo@game@@YAPBUSpellRec@1@I@Z 10006c60 f game.cpp.obj + 0001:00005c80 ?GetSpellModifier@game@@YAHPBUSpellRec@1@W4SpellModOp@1@@Z 10006c80 f game.cpp.obj + 0001:00005cb0 ?GetSpellName@game@@YAPBDI@Z 10006cb0 f game.cpp.obj + 0001:00005cf0 ?UnitGetGuid@game@@YA_KPAI@Z 10006cf0 f game.cpp.obj + 0001:00005d10 ?UnitGetMountDisplayId@game@@YAIPAI@Z 10006d10 f game.cpp.obj + 0001:00005d30 ?UnitGetTargetGuid@game@@YA_KPAI@Z 10006d30 f game.cpp.obj + 0001:00005d50 ?UnitIsBuffCapped@game@@YA_NPAI@Z 10006d50 f game.cpp.obj + 0001:00005d90 ?UnitIsDebuffCapped@game@@YA_NPAI@Z 10006d90 f game.cpp.obj + 0001:00005dd0 ?UnitIsInCombat@game@@YA_NPAI@Z 10006dd0 f game.cpp.obj + 0001:00005e00 ?UnitIsPvpFlagged@game@@YA_NPAI@Z 10006e00 f game.cpp.obj + 0001:00005e30 ??$?0PAD$0A@@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@PAD0ABV?$allocator@D@1@@Z 10006e30 f i main.cpp.obj + 0001:00005ef0 ??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z 10006ef0 f i main.cpp.obj + 0001:00005f90 ??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z 10006f90 f i main.cpp.obj + 0001:00006030 ??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@?$shared_ptr@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@1@@Z 10007030 f i main.cpp.obj + 0001:000060e0 ??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100070e0 f i main.cpp.obj + 0001:00006180 ??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@?$shared_ptr@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@1@@Z 10007180 f i main.cpp.obj + 0001:00006230 ??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 10007230 f i main.cpp.obj + 0001:000062d0 ??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100072d0 f i main.cpp.obj + 0001:00006370 ??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 10007370 f i main.cpp.obj + 0001:000064f0 ??$?6DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@@Z 100074f0 f i main.cpp.obj + 0001:00006510 ??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 10007510 f i main.cpp.obj + 0001:000067b0 ??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100077b0 f i main.cpp.obj + 0001:00006a50 ??$?6VError@hadesmem@@UTagErrorCodeWinLast@1@K@boost@@YAABVError@hadesmem@@ABV12@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z 10007a50 f i main.cpp.obj + 0001:00006a60 ??$?6VError@hadesmem@@UTagErrorString@1@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YAABVError@hadesmem@@ABV12@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z 10007a60 f i main.cpp.obj + 0001:00006a70 ??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 10007a70 f i main.cpp.obj + 0001:00006b30 ??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 10007b30 f i main.cpp.obj + 0001:00006ca0 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 10007ca0 f i main.cpp.obj + 0001:00006ca0 ??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 10007ca0 f i main.cpp.obj + 0001:00006ca0 ??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 10007ca0 f i main.cpp.obj + 0001:00006f10 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 10007f10 f i main.cpp.obj + 0001:00007180 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 10008180 f i main.cpp.obj + 0001:00007180 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 10008180 f i main.cpp.obj + 0001:00007180 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 10008180 f i main.cpp.obj + 0001:00007180 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 10008180 f i main.cpp.obj + 0001:00007180 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 10008180 f i main.cpp.obj + 0001:000073e0 ??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 100083e0 f i main.cpp.obj + 0001:00007640 ??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 10008640 f i main.cpp.obj + 0001:00007640 ??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 10008640 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@2@PAIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@1@PAIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@IIIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@IIIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAUCTerrainClickEvent@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAUCTerrainClickEvent@game@@@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IH_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IH_K@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IW4SpellCastResult@game@@HH_N@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IW4SpellCastResult@game@@HH_N@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAUSpellCast@game@@D@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAUSpellCast@game@@D@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3PAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6PAVCDataStore@Nampower@@@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PA_K3IPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PA_K6IPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_N3W4SpellCastResult@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_N6W4SpellCastResult@game@@@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAI3IM@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAI6IM@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:000078a0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAIIPAUCGItem_C@game@@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAIIPAUCGItem_C@game@@_K@Z$$QAPAX@Z 100088a0 f i main.cpp.obj + 0001:00007b20 ??$_Destroy_range@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@std@@@std@@YAXPAV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@0@QAV10@AAV?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@0@@Z 10008b20 f i main.cpp.obj + 0001:00007b60 ??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 10008b60 f i main.cpp.obj + 0001:00007bd0 ??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 10008bd0 f i main.cpp.obj + 0001:00007dc0 ??$_Erase_tree@V?$allocator@U?$_Tree_node@IPAX@std@@@std@@@?$_Tree_val@U?$_Tree_simple_types@I@std@@@std@@QAEXAAV?$allocator@U?$_Tree_node@IPAX@std@@@1@PAU?$_Tree_node@IPAX@1@@Z 10008dc0 f i spell_scripts.cpp.obj + 0001:00007dc0 ??$_Erase_tree@V?$allocator@U?$_Tree_node@KPAX@std@@@std@@@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEXAAV?$allocator@U?$_Tree_node@KPAX@std@@@1@PAU?$_Tree_node@KPAX@1@@Z 10008dc0 f i main.cpp.obj + 0001:00007e00 ??$_Erase_tree@V?$allocator@U?$_Tree_node@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@PAX@std@@@std@@@?$_Tree_val@U?$_Tree_simple_types@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@@std@@@std@@QAEXAAV?$allocator@U?$_Tree_node@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@PAX@std@@@1@PAU?$_Tree_node@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@PAX@1@@Z 10008e00 f i main.cpp.obj + 0001:00007e70 ??$_Find_lower_bound@Utype_info_@exception_detail@boost@@@?$_Tree@V?$_Tmap_traits@Utype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@U?$less@Utype_info_@exception_detail@boost@@@std@@V?$allocator@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@@6@$0A@@std@@@std@@IBE?AU?$_Tree_find_result@PAU?$_Tree_node@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@PAX@std@@@1@ABUtype_info_@exception_detail@boost@@@Z 10008e70 f i main.cpp.obj + 0001:00007f10 ??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z 10008f10 f i main.cpp.obj + 0001:000082f0 ??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100092f0 f i main.cpp.obj + 0001:00008540 ??$_UIntegral_to_buff@DI@std@@YAPADPADI@Z 10009540 f i main.cpp.obj + 0001:00008580 ??$_Uninitialized_move@PAVSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAPAVSuspendedThread@hadesmem@@QAV12@0PAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 10009580 f i main.cpp.obj + 0001:000085d0 ??$checked_delete@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@boost@@YAXPAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@0@@Z 100095d0 f i main.cpp.obj + 0001:000085d0 ??$checked_delete@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@boost@@YAXPAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@0@@Z 100095d0 f i main.cpp.obj + 0001:000085e0 ??$checked_delete@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@YAXPAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z 100095e0 f i main.cpp.obj + 0001:000085e0 ??$checked_delete@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@boost@@YAXPAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z 100095e0 f i main.cpp.obj + 0001:000085e0 ??$checked_delete@Verror_info_base@exception_detail@boost@@@boost@@YAXPAVerror_info_base@exception_detail@0@@Z 100095e0 f i main.cpp.obj + 0001:000085f0 ??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z 100095f0 f i main.cpp.obj + 0001:00008e00 ??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z 10009e00 f i main.cpp.obj + 0001:00009610 ??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z 1000a610 f i main.cpp.obj + 0001:00009e20 ??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z 1000ae20 f i main.cpp.obj + 0001:0000a630 ??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z 1000b630 f i main.cpp.obj + 0001:0000ae40 ??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z 1000be40 f i main.cpp.obj + 0001:0000b650 ??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z 1000c650 f i main.cpp.obj + 0001:0000be60 ??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z 1000ce60 f i main.cpp.obj + 0001:0000c670 ??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z 1000d670 f i main.cpp.obj + 0001:0000ce90 ??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z 1000de90 f i main.cpp.obj + 0001:0000d6a0 ??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z 1000e6a0 f i main.cpp.obj + 0001:0000deb0 ??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z 1000eeb0 f i main.cpp.obj + 0001:0000e6c0 ??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z 1000f6c0 f i main.cpp.obj + 0001:0000eed0 ??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z 1000fed0 f i main.cpp.obj + 0001:0000f6e0 ??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z 100106e0 f i main.cpp.obj + 0001:0000fef0 ??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z 10010ef0 f i main.cpp.obj + 0001:00010700 ??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z 10011700 f i main.cpp.obj + 0001:00010f10 ??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z 10011f10 f i main.cpp.obj + 0001:00011720 ??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z 10012720 f i main.cpp.obj + 0001:00011f30 ??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z 10012f30 f i main.cpp.obj + 0001:00012740 ??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z 10013740 f i main.cpp.obj + 0001:00012f50 ??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z 10013f50 f i main.cpp.obj + 0001:00013760 ??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z 10014760 f i main.cpp.obj + 0001:00013f70 ??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z 10014f70 f i main.cpp.obj + 0001:00014780 ??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z 10015780 f i main.cpp.obj + 0001:00014f90 ??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z 10015f90 f i main.cpp.obj + 0001:000157a0 ??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100167a0 f i main.cpp.obj + 0001:00015820 ??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 10016820 f i main.cpp.obj + 0001:000158a0 ??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 100168a0 f i main.cpp.obj + 0001:00015950 ??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10016950 f i main.cpp.obj + 0001:00015d20 ??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10016d20 f i main.cpp.obj + 0001:000160f0 ??$make_unique@VAllocator@hadesmem@@AAVProcess@2@ABI$0A@@std@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@0@AAVProcess@hadesmem@@ABI@Z 100170f0 f i main.cpp.obj + 0001:00016170 ??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 10017170 f i main.cpp.obj + 0001:000162d0 ??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100172d0 f i main.cpp.obj + 0001:00016470 ??$throw_exception@VError@hadesmem@@@boost@@YAXABVError@hadesmem@@ABUsource_location@0@@Z 10017470 f i main.cpp.obj + 0001:000164a0 ??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z 100174a0 f i main.cpp.obj + 0001:00016720 ??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z 10017720 f i main.cpp.obj + 0001:00016a60 ??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 10017a60 f i main.cpp.obj + 0001:00016b60 ??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 10017b60 f i main.cpp.obj + 0001:00016cd0 ??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 10017cd0 f i main.cpp.obj + 0001:00016df0 ??$use_facet@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 10017df0 f i main.cpp.obj + 0001:00016f90 ??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10017f90 f i main.cpp.obj + 0001:00017170 ??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 10018170 f i main.cpp.obj + 0001:00017350 ??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10018350 f i main.cpp.obj + 0001:00017530 ??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10018530 f i main.cpp.obj + 0001:00017710 ??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 10018710 f i main.cpp.obj + 0001:000178f0 ??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 100188f0 f i main.cpp.obj + 0001:00017ad0 ??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10018ad0 f i main.cpp.obj + 0001:00017cb0 ??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 10018cb0 f i main.cpp.obj + 0001:00017ea0 ??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10018ea0 f i main.cpp.obj + 0001:00018080 ??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z 10019080 f i main.cpp.obj + 0001:00018260 ??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 10019260 f i main.cpp.obj + 0001:00018440 ??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 10019440 f i main.cpp.obj + 0001:00018620 ??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 10019620 f i main.cpp.obj + 0001:00018800 ??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 10019800 f i main.cpp.obj + 0001:000189e0 ??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z 100199e0 f i main.cpp.obj + 0001:00018bc0 ??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z 10019bc0 f i main.cpp.obj + 0001:00018da0 ??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 10019da0 f i main.cpp.obj + 0001:00018f80 ??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z 10019f80 f i main.cpp.obj + 0001:00019160 ??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 1001a160 f i main.cpp.obj + 0001:00019340 ??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 1001a340 f i main.cpp.obj + 0001:00019520 ??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 1001a520 f i main.cpp.obj + 0001:00019700 ??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z 1001a700 f i main.cpp.obj + 0001:000198e0 ??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 1001a8e0 f i main.cpp.obj + 0001:00019ac0 ??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 1001aac0 f i main.cpp.obj + 0001:00019ca0 ??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 1001aca0 f i main.cpp.obj + 0001:00019e80 ??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 1001ae80 f i main.cpp.obj + 0001:0001a060 ??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z 1001b060 f i main.cpp.obj + 0001:0001a240 ??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 1001b240 f i main.cpp.obj + 0001:0001a320 ??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 1001b320 f i main.cpp.obj + 0001:0001a400 ??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ID@Z 1001b400 f i main.cpp.obj + 0001:0001a4b0 ??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_String_constructor_concat_tag@1@AAV01@1@Z 1001b4b0 f i main.cpp.obj + 0001:0001a650 ??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 1001b650 f i main.cpp.obj + 0001:0001a6f0 ??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 1001b6f0 f i main.cpp.obj + 0001:0001a790 ??0?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@QAE@ABK@Z 1001b790 f i main.cpp.obj + 0001:0001a7b0 ??0?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@QAE@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 1001b7b0 f i main.cpp.obj + 0001:0001a800 ??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 1001b800 f i main.cpp.obj + 0001:0001a910 ??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 1001b910 f i main.cpp.obj + 0001:0001aa90 ??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 1001ba90 f i main.cpp.obj + 0001:0001aba0 ??0CastQueue@Nampower@@QAE@H@Z 1001bba0 f i main.cpp.obj + 0001:0001ac70 ??0Error@hadesmem@@QAE@ABV01@@Z 1001bc70 f i main.cpp.obj + 0001:0001ad50 ??0Error@hadesmem@@QAE@XZ 1001bd50 f i main.cpp.obj + 0001:0001adc0 ??0Process@hadesmem@@QAE@K@Z 1001bdc0 f i main.cpp.obj + 0001:0001afa0 ??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 1001bfa0 f i main.cpp.obj + 0001:0001b110 ??0SuspendedProcess@hadesmem@@QAE@KK@Z 1001c110 f i main.cpp.obj + 0001:0001b830 ??0Thread@hadesmem@@QAE@K@Z 1001c830 f i main.cpp.obj + 0001:0001b970 ??0bad_alloc@std@@QAE@XZ 1001c970 f i main.cpp.obj + 0001:0001b990 ??0bad_alloc_@exception_detail@boost@@QAE@ABU012@@Z 1001c990 f i main.cpp.obj + 0001:0001ba10 ??0bad_exception@std@@QAE@ABV01@@Z 1001ca10 f i main.cpp.obj + 0001:0001ba40 ??0bad_exception@std@@QAE@XZ 1001ca40 f i main.cpp.obj + 0001:0001ba60 ??0bad_exception_@exception_detail@boost@@QAE@ABU012@@Z 1001ca60 f i main.cpp.obj + 0001:0001bae0 ??0clone_base@exception_detail@boost@@QAE@ABV012@@Z 1001cae0 f i main.cpp.obj + 0001:0001baf0 ??0error_info_container_impl@exception_detail@boost@@QAE@XZ 1001caf0 f i main.cpp.obj + 0001:0001bb90 ??0exception@boost@@QAE@ABV01@@Z 1001cb90 f i main.cpp.obj + 0001:0001bbe0 ??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 1001cbe0 f i main.cpp.obj + 0001:0001bc80 ??0source_location@boost@@QAE@PBDI0I@Z 1001cc80 f i main.cpp.obj + 0001:0001bca0 ??1?$DetourRefCounter@I@detail@hadesmem@@QAE@XZ 1001cca0 f i main.cpp.obj + 0001:0001bcb0 ??1?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAE@XZ 1001ccb0 f i main.cpp.obj + 0001:0001bcc0 ??1?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@QAE@XZ 1001ccc0 f i main.cpp.obj + 0001:0001bcd0 ??1?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@QAE@XZ 1001ccd0 f i main.cpp.obj + 0001:0001bcd0 ??1?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@QAE@XZ 1001ccd0 f i main.cpp.obj + 0001:0001bd00 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_Tree_node@IPAX@std@@@std@@@std@@QAE@XZ 1001cd00 f i spell_scripts.cpp.obj + 0001:0001bd00 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_Tree_node@KPAX@std@@@std@@@std@@QAE@XZ 1001cd00 f i main.cpp.obj + 0001:0001bd20 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_Tree_node@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@PAX@std@@@std@@@std@@QAE@XZ 1001cd20 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@HPAVPatchDetourBase@hadesmem@@PAI@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@HPAVPatchDetourBase@hadesmem@@_K@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@IPAVPatchDetourBase@hadesmem@@PAI@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@EH@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@HI@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@I@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@IHH@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@IH_K@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@_K@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$_Func_class@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd40 ??1?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@QAE@XZ 1001cd40 f i main.cpp.obj + 0001:0001bd70 ??1?$_Tidy_guard@V?$numpunct@D@std@@@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bda0 ??1?$_Tree@V?$_Tset_traits@IU?$less@I@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE@XZ 1001cda0 f i spell_scripts.cpp.obj + 0001:0001bda0 ??1?$_Tree@V?$_Tset_traits@KU?$less@K@std@@V?$allocator@K@2@$0A@@std@@@std@@QAE@XZ 1001cda0 f i main.cpp.obj + 0001:0001bde0 ??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UAE@XZ 1001cde0 f i main.cpp.obj + 0001:0001be40 ??1?$basic_istream@DU?$char_traits@D@std@@@std@@UAE@XZ 1001ce40 f i main.cpp.obj + 0001:0001be60 ??1?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAE@XZ 1001ce60 f i main.cpp.obj + 0001:0001bf70 ??1?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@UAE@XZ 1001cf70 f i main.cpp.obj + 0001:0001bf70 ??1error_info_base@exception_detail@boost@@UAE@XZ 1001cf70 f i main.cpp.obj + 0001:0001bf80 ??1?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@UAE@XZ 1001cf80 f i main.cpp.obj + 0001:0001bfe0 ??1?$pair@Utype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@QAE@XZ 1001cfe0 f i main.cpp.obj + 0001:0001c020 ??1?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@exception_detail@boost@@QAE@XZ 1001d020 f i main.cpp.obj + 0001:0001c080 ??1?$set@IU?$less@I@std@@V?$allocator@I@2@@std@@QAE@XZ 1001d080 f i spell_scripts.cpp.obj + 0001:0001c080 ??1?$set@KU?$less@K@std@@V?$allocator@K@2@@std@@QAE@XZ 1001d080 f i main.cpp.obj + 0001:0001c090 ??1?$shared_ptr@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@QAE@XZ 1001d090 f i main.cpp.obj + 0001:0001c090 ??1?$shared_ptr@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@boost@@QAE@XZ 1001d090 f i main.cpp.obj + 0001:0001c090 ??1?$shared_ptr@Verror_info_base@exception_detail@boost@@@boost@@QAE@XZ 1001d090 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6GXXZ@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6GXXZ@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IXXZ@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXXZ@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c0e0 ??1?$unique_ptr@V?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d0e0 f i main.cpp.obj + 0001:0001c100 ??1?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@QAE@XZ 1001d100 f i main.cpp.obj + 0001:0001c120 ??1?$vector@DV?$allocator@D@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$vector@EV?$allocator@E@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ?_Tidy@?$vector@EV?$allocator@E@std@@@std@@AAEXXZ 1001d120 f i main.cpp.obj + 0001:0001c170 ??1?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@QAE@XZ 1001d170 f i main.cpp.obj + 0001:0001c1d0 ??1?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@QAE@XZ 1001d1d0 f i main.cpp.obj + 0001:0001c1d0 ??1SuspendedProcess@hadesmem@@QAE@XZ 1001d1d0 f i main.cpp.obj + 0001:0001c1e0 ??1CDataStore@Nampower@@UAE@XZ 1001d1e0 f i main.cpp.obj + 0001:0001c230 ??1Process@hadesmem@@QAE@XZ 1001d230 f i main.cpp.obj + 0001:0001c240 ??1ProtectGuard@detail@hadesmem@@QAE@XZ 1001d240 f i main.cpp.obj + 0001:0001c250 ??1Thread@hadesmem@@QAE@XZ 1001d250 f i main.cpp.obj + 0001:0001c260 ??1_Init_once_completer@std@@QAE@XZ 1001d260 f i main.cpp.obj + 0001:0001c280 ??1_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 1001d280 f i main.cpp.obj + 0001:0001c2d0 ??1bad_alloc_@exception_detail@boost@@UAE@XZ 1001d2d0 f i main.cpp.obj + 0001:0001c350 ??1bad_exception_@exception_detail@boost@@UAE@XZ 1001d350 f i main.cpp.obj + 0001:0001c3d0 ??1clone_base@exception_detail@boost@@UAE@XZ 1001d3d0 f i main.cpp.obj + 0001:0001c3e0 ??1deleter@?$wrapexcept@VError@hadesmem@@@boost@@QAE@XZ 1001d3e0 f i main.cpp.obj + 0001:0001c3f0 ??1error_info_container@exception_detail@boost@@IAE@XZ 1001d3f0 f i main.cpp.obj + 0001:0001c400 ??1exception@boost@@MAE@XZ 1001d400 f i main.cpp.obj + 0001:0001c460 ??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 1001d460 f i main.cpp.obj + 0001:0001c4d0 ??1shared_count@detail@boost@@QAE@XZ 1001d4d0 f i main.cpp.obj + 0001:0001c510 ??4?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@QBD@Z 1001d510 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c540 ??4?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@QAEAAV01@$$T@Z 1001d540 f i main.cpp.obj + 0001:0001c570 ??4?$vector@EV?$allocator@E@std@@@std@@QAEAAV01@$$QAV01@@Z 1001d570 f i main.cpp.obj + 0001:0001c5b0 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 1001d5b0 f i main.cpp.obj + 0001:0001c760 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 1001d760 f i main.cpp.obj + 0001:0001c760 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 1001d760 f i main.cpp.obj + 0001:0001c910 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 1001d910 f i main.cpp.obj + 0001:0001cac0 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z 1001dac0 f i main.cpp.obj + 0001:0001cad0 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAVios_base@1@AAV21@@Z@Z 1001dad0 f i main.cpp.obj + 0001:0001caf0 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 1001daf0 f i main.cpp.obj + 0001:0001cca0 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 1001dca0 f i main.cpp.obj + 0001:0001ce50 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 1001de50 f i main.cpp.obj + 0001:0001d000 ??8type_info@@QBE_NABV0@@Z 1001e000 f i main.cpp.obj + 0001:0001d020 ??E?$_Tree_unchecked_const_iterator@V?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@U_Iterator_base0@2@@std@@QAEAAV01@XZ 1001e020 f i main.cpp.obj + 0001:0001d180 ??R?$less@Utype_info_@exception_detail@boost@@@std@@QBE_NABUtype_info_@exception_detail@boost@@0@Z 1001e180 f i main.cpp.obj + 0001:0001d1f0 ??Y?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@QBD@Z 1001e1f0 f i main.cpp.obj + 0001:0001d220 ??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 1001e220 f i main.cpp.obj + 0001:0001d2b0 ??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 1001e2b0 f i main.cpp.obj + 0001:0001d380 ??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 1001e380 f i main.cpp.obj + 0001:0001d430 ??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 1001e430 f i main.cpp.obj + 0001:0001d4e0 ??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 1001e4e0 f i main.cpp.obj + 0001:0001d560 ??_DError@hadesmem@@QAEXXZ 1001e560 f i main.cpp.obj + 0001:0001d5d4 ??_E?$basic_iostream@DU?$char_traits@D@std@@@std@@$4PPPPPPPM@A@AEPAXI@Z 1001e5d4 f i main.cpp.obj + 0001:0001d5dc ??_E?$basic_istream@DU?$char_traits@D@std@@@std@@$4PPPPPPPM@A@AEPAXI@Z 1001e5dc f i main.cpp.obj + 0001:0001d5e4 ??_E?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$4PPPPPPPM@A@AEPAXI@Z 1001e5e4 f i main.cpp.obj + 0001:0001d5ec ??_E?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$4PPPPPPPM@A@AEPAXI@Z 1001e5ec f i main.cpp.obj + 0001:0001d5f4 ??_E?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@$4PPPPPPPM@CM@AEPAXI@Z 1001e5f4 f i main.cpp.obj + 0001:0001d5ff ??_E?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@WBI@AEPAXI@Z 1001e5ff f i main.cpp.obj + 0001:0001d607 ??_E?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@$4PPPPPPPM@CM@AEPAXI@Z 1001e607 f i main.cpp.obj + 0001:0001d612 ??_E?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@WBI@AEPAXI@Z 1001e612 f i main.cpp.obj + 0001:0001d61a ??_E?$wrapexcept@VError@hadesmem@@@boost@@W7AEPAXI@Z 1001e61a f i main.cpp.obj + 0001:0001d622 ??_E?$wrapexcept@VError@hadesmem@@@boost@@WBE@AEPAXI@Z 1001e622 f i main.cpp.obj + 0001:0001d62a ??_EError@hadesmem@@WM@AEPAXI@Z 1001e62a f i main.cpp.obj + 0001:0001d632 ??_Ebad_alloc_@exception_detail@boost@@WBI@AEPAXI@Z 1001e632 f i main.cpp.obj + 0001:0001d63a ??_Ebad_exception_@exception_detail@boost@@WBI@AEPAXI@Z 1001e63a f i main.cpp.obj + 0001:0001d650 ??_E?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001e650 f i main.cpp.obj + 0001:0001d650 ??_G?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001e650 f i main.cpp.obj + 0001:0001d750 ??_E?$PatchDetour@P6GXXZPAX@hadesmem@@UAEPAXI@Z 1001e750 f i main.cpp.obj + 0001:0001d750 ??_G?$PatchDetour@P6GXXZPAX@hadesmem@@UAEPAXI@Z 1001e750 f i main.cpp.obj + 0001:0001d850 ??_E?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001e850 f i main.cpp.obj + 0001:0001d850 ??_G?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001e850 f i main.cpp.obj + 0001:0001d950 ??_E?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEPAXI@Z 1001e950 f i main.cpp.obj + 0001:0001d950 ??_G?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEPAXI@Z 1001e950 f i main.cpp.obj + 0001:0001da50 ??_E?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEPAXI@Z 1001ea50 f i main.cpp.obj + 0001:0001da50 ??_G?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEPAXI@Z 1001ea50 f i main.cpp.obj + 0001:0001db50 ??_E?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEPAXI@Z 1001eb50 f i main.cpp.obj + 0001:0001db50 ??_G?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEPAXI@Z 1001eb50 f i main.cpp.obj + 0001:0001dc50 ??_E?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEPAXI@Z 1001ec50 f i main.cpp.obj + 0001:0001dc50 ??_G?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEPAXI@Z 1001ec50 f i main.cpp.obj + 0001:0001dd50 ??_E?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEPAXI@Z 1001ed50 f i main.cpp.obj + 0001:0001dd50 ??_G?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEPAXI@Z 1001ed50 f i main.cpp.obj + 0001:0001de50 ??_E?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEPAXI@Z 1001ee50 f i main.cpp.obj + 0001:0001de50 ??_G?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEPAXI@Z 1001ee50 f i main.cpp.obj + 0001:0001df50 ??_E?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEPAXI@Z 1001ef50 f i main.cpp.obj + 0001:0001df50 ??_G?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEPAXI@Z 1001ef50 f i main.cpp.obj + 0001:0001e050 ??_E?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEPAXI@Z 1001f050 f i main.cpp.obj + 0001:0001e050 ??_G?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEPAXI@Z 1001f050 f i main.cpp.obj + 0001:0001e150 ??_E?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEPAXI@Z 1001f150 f i main.cpp.obj + 0001:0001e150 ??_G?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEPAXI@Z 1001f150 f i main.cpp.obj + 0001:0001e250 ??_E?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEPAXI@Z 1001f250 f i main.cpp.obj + 0001:0001e250 ??_G?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEPAXI@Z 1001f250 f i main.cpp.obj + 0001:0001e350 ??_E?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEPAXI@Z 1001f350 f i main.cpp.obj + 0001:0001e350 ??_G?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEPAXI@Z 1001f350 f i main.cpp.obj + 0001:0001e450 ??_E?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEPAXI@Z 1001f450 f i main.cpp.obj + 0001:0001e450 ??_G?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEPAXI@Z 1001f450 f i main.cpp.obj + 0001:0001e550 ??_E?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEPAXI@Z 1001f550 f i main.cpp.obj + 0001:0001e550 ??_G?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEPAXI@Z 1001f550 f i main.cpp.obj + 0001:0001e650 ??_E?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEPAXI@Z 1001f650 f i main.cpp.obj + 0001:0001e650 ??_G?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEPAXI@Z 1001f650 f i main.cpp.obj + 0001:0001e750 ??_E?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEPAXI@Z 1001f750 f i main.cpp.obj + 0001:0001e750 ??_G?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEPAXI@Z 1001f750 f i main.cpp.obj + 0001:0001e850 ??_E?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEPAXI@Z 1001f850 f i main.cpp.obj + 0001:0001e850 ??_G?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEPAXI@Z 1001f850 f i main.cpp.obj + 0001:0001e950 ??_E?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001f950 f i main.cpp.obj + 0001:0001e950 ??_G?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001f950 f i main.cpp.obj + 0001:0001ea50 ??_E?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEPAXI@Z 1001fa50 f i main.cpp.obj + 0001:0001ea50 ??_G?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEPAXI@Z 1001fa50 f i main.cpp.obj + 0001:0001eb50 ??_E?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001fb50 f i main.cpp.obj + 0001:0001eb50 ??_G?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001fb50 f i main.cpp.obj + 0001:0001ec50 ??_E?$PatchDetour@P6IXXZPAX@hadesmem@@UAEPAXI@Z 1001fc50 f i main.cpp.obj + 0001:0001ec50 ??_G?$PatchDetour@P6IXXZPAX@hadesmem@@UAEPAXI@Z 1001fc50 f i main.cpp.obj + 0001:0001ed50 ??_E?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEPAXI@Z 1001fd50 f i main.cpp.obj + 0001:0001ed50 ??_G?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEPAXI@Z 1001fd50 f i main.cpp.obj + 0001:0001ee50 ??_E?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEPAXI@Z 1001fe50 f i main.cpp.obj + 0001:0001ee50 ??_G?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEPAXI@Z 1001fe50 f i main.cpp.obj + 0001:0001ef50 ??_E?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEPAXI@Z 1001ff50 f i main.cpp.obj + 0001:0001ef50 ??_G?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEPAXI@Z 1001ff50 f i main.cpp.obj + 0001:0001f050 ??_E?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEPAXI@Z 10020050 f i main.cpp.obj + 0001:0001f050 ??_G?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEPAXI@Z 10020050 f i main.cpp.obj + 0001:0001f150 ??_E?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@UAEPAXI@Z 10020150 f i main.cpp.obj + 0001:0001f150 ??_G?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@UAEPAXI@Z 10020150 f i main.cpp.obj + 0001:0001f180 ??_E?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@UAEPAXI@Z 10020180 f i main.cpp.obj + 0001:0001f180 ??_G?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@UAEPAXI@Z 10020180 f i main.cpp.obj + 0001:0001f1b0 ??_E?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100201b0 f i main.cpp.obj + 0001:0001f1b0 ??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100201b0 f i main.cpp.obj + 0001:0001f270 ??_E?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10020270 f i main.cpp.obj + 0001:0001f270 ??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10020270 f i main.cpp.obj + 0001:0001f300 ??_E?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAEPAXI@Z 10020300 f i main.cpp.obj + 0001:0001f300 ??_G?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAEPAXI@Z 10020300 f i main.cpp.obj + 0001:0001f330 ??_E?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAEPAXI@Z 10020330 f i main.cpp.obj + 0001:0001f330 ??_G?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAEPAXI@Z 10020330 f i main.cpp.obj + 0001:0001f350 ??_E?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAEPAXI@Z 10020350 f i main.cpp.obj + 0001:0001f350 ??_G?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAEPAXI@Z 10020350 f i main.cpp.obj + 0001:0001f380 ??_E?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@UAEPAXI@Z 10020380 f i main.cpp.obj + 0001:0001f380 ??_G?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@UAEPAXI@Z 10020380 f i main.cpp.obj + 0001:0001f3a0 ??_E?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@UAEPAXI@Z 100203a0 f i main.cpp.obj + 0001:0001f3a0 ??_G?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@UAEPAXI@Z 100203a0 f i main.cpp.obj + 0001:0001f3c0 ??_E?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@UAEPAXI@Z 100203c0 f i main.cpp.obj + 0001:0001f3c0 ??_G?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@UAEPAXI@Z 100203c0 f i main.cpp.obj + 0001:0001f3f0 ??_E?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@UAEPAXI@Z 100203f0 f i main.cpp.obj + 0001:0001f3f0 ??_G?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@UAEPAXI@Z 100203f0 f i main.cpp.obj + 0001:0001f410 ??_E?$numpunct@D@std@@MAEPAXI@Z 10020410 f i main.cpp.obj + 0001:0001f410 ??_G?$numpunct@D@std@@MAEPAXI@Z 10020410 f i main.cpp.obj + 0001:0001f460 ??_E?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXI@Z 10020460 f i main.cpp.obj + 0001:0001f460 ??_E?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXI@Z 10020460 f i main.cpp.obj + 0001:0001f460 ??_E?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXI@Z 10020460 f i main.cpp.obj + 0001:0001f460 ??_E?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@UAEPAXI@Z 10020460 f i main.cpp.obj + 0001:0001f460 ??_E?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXI@Z 10020460 f i main.cpp.obj + 0001:0001f460 ??_G?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXI@Z 10020460 f i main.cpp.obj + 0001:0001f460 ??_G?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXI@Z 10020460 f i main.cpp.obj + 0001:0001f460 ??_G?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXI@Z 10020460 f i main.cpp.obj + 0001:0001f460 ??_G?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@UAEPAXI@Z 10020460 f i main.cpp.obj + 0001:0001f460 ??_G?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXI@Z 10020460 f i main.cpp.obj + 0001:0001f490 ??_E?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MAEPAXI@Z 10020490 f i main.cpp.obj + 0001:0001f490 ??_G?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MAEPAXI@Z 10020490 f i main.cpp.obj + 0001:0001f4d0 ??_E?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 100204d0 f i main.cpp.obj + 0001:0001f4d0 ??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 100204d0 f i main.cpp.obj + 0001:0001f560 ??_ECDataStore@Nampower@@UAEPAXI@Z 10020560 f i main.cpp.obj + 0001:0001f560 ??_GCDataStore@Nampower@@UAEPAXI@Z 10020560 f i main.cpp.obj + 0001:0001f5d0 ??_EError@hadesmem@@UAEPAXI@Z 100205d0 f i main.cpp.obj + 0001:0001f5d0 ??_GError@hadesmem@@UAEPAXI@Z 100205d0 f i main.cpp.obj + 0001:0001f660 ??_Ebad_alloc_@exception_detail@boost@@UAEPAXI@Z 10020660 f i main.cpp.obj + 0001:0001f660 ??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 10020660 f i main.cpp.obj + 0001:0001f6f0 ??_Ebad_exception_@exception_detail@boost@@UAEPAXI@Z 100206f0 f i main.cpp.obj + 0001:0001f6f0 ??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 100206f0 f i main.cpp.obj + 0001:0001f780 ??_Eclone_base@exception_detail@boost@@UAEPAXI@Z 10020780 f i main.cpp.obj + 0001:0001f780 ??_Gclone_base@exception_detail@boost@@UAEPAXI@Z 10020780 f i main.cpp.obj + 0001:0001f7b0 ??_Eerror_info_base@exception_detail@boost@@UAEPAXI@Z 100207b0 f i main.cpp.obj + 0001:0001f7b0 ??_Gerror_info_base@exception_detail@boost@@UAEPAXI@Z 100207b0 f i main.cpp.obj + 0001:0001f7e0 ??_Esp_counted_base@detail@boost@@UAEPAXI@Z 100207e0 f i main.cpp.obj + 0001:0001f7e0 ??_Gsp_counted_base@detail@boost@@UAEPAXI@Z 100207e0 f i main.cpp.obj + 0001:0001f810 ?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 10020810 f i main.cpp.obj + 0001:0001f810 ?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 10020810 f i main.cpp.obj + 0001:0001f9a0 ?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 100209a0 f i main.cpp.obj + 0001:0001fa40 ?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10020a40 f i main.cpp.obj + 0001:000202b0 ?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100212b0 f i main.cpp.obj + 0001:00020b20 ?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10021b20 f i main.cpp.obj + 0001:00021390 ?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10022390 f i main.cpp.obj + 0001:00021c10 ?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10022c10 f i main.cpp.obj + 0001:00022480 ?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10023480 f i main.cpp.obj + 0001:00022cf0 ?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10023cf0 f i main.cpp.obj + 0001:00023560 ?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10024560 f i main.cpp.obj + 0001:00023dd0 ?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10024dd0 f i main.cpp.obj + 0001:00024640 ?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 10025640 f i main.cpp.obj + 0001:00024eb0 ?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10025eb0 f i main.cpp.obj + 0001:00025720 ?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10026720 f i main.cpp.obj + 0001:00025f90 ?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10026f90 f i main.cpp.obj + 0001:00026800 ?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10027800 f i main.cpp.obj + 0001:00027070 ?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10028070 f i main.cpp.obj + 0001:000278e0 ?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100288e0 f i main.cpp.obj + 0001:00028150 ?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10029150 f i main.cpp.obj + 0001:000289c0 ?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100299c0 f i main.cpp.obj + 0001:00029230 ?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 1002a230 f i main.cpp.obj + 0001:00029aa0 ?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1002aaa0 f i main.cpp.obj + 0001:0002a310 ?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 1002b310 f i main.cpp.obj + 0001:0002ab80 ?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1002bb80 f i main.cpp.obj + 0001:0002b3f0 ?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 1002c3f0 f i main.cpp.obj + 0001:0002bc60 ?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 1002cc60 f i main.cpp.obj + 0001:0002c4d0 ?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 1002d4d0 f i main.cpp.obj + 0001:0002cd40 ?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 1002dd40 f i main.cpp.obj + 0001:0002d5b0 ?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 1002e5b0 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6GXXZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IXXZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de20 ?CanHookChain@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBE_NXZ 1002ee20 f i main.cpp.obj + 0001:0002de30 ?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 1002ee30 f i main.cpp.obj + 0001:0002df20 ?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 1002ef20 f i main.cpp.obj + 0001:0002dfd0 ?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 1002efd0 f i main.cpp.obj + 0001:0002e130 ?CleanupUnchecked@Process@hadesmem@@AAEXXZ 1002f130 f i main.cpp.obj + 0001:0002e210 ?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 1002f210 f i main.cpp.obj + 0001:0002e2f0 ?ClearQueuedSpells@Nampower@@YAXXZ 1002f2f0 f main.cpp.obj + 0001:0002e3f0 ?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 1002f3f0 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e530 ?Detach@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 1002f530 f i main.cpp.obj + 0001:0002e540 ?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 1002f540 f i main.cpp.obj + 0001:0002e660 ?EffectiveCastEndMs@Nampower@@YAIXZ 1002f660 f main.cpp.obj + 0001:0002e6e0 ?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 1002f6e0 f i main.cpp.obj + 0001:0002e7d0 ?FrameScript_CreateEventsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@HI@Z 1002f7d0 f main.cpp.obj + 0001:0002e800 ?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 1002f800 f main.cpp.obj + 0001:0002e940 ?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 1002f940 f i main.cpp.obj + 0001:0002eac0 ?GenStubGate32@detail@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@PAX00@Z 1002fac0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6GXXZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IXXZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEPAXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebc0 ?GetContext@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBEPBXXZ 1002fbc0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6GXXZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IXXZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebd0 ?GetDetour@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBEPBXXZ 1002fbd0 f i main.cpp.obj + 0001:0002ebe0 ?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 1002fbe0 f main.cpp.obj + 0001:0002edd0 ?GetLatencyMs@Nampower@@YAIXZ 1002fdd0 f main.cpp.obj + 0001:0002ee40 ?GetLuaStatePtr@Nampower@@YAPAIXZ 1002fe40 f main.cpp.obj + 0001:0002ee50 ?GetOriginalArbitraryUserPtr@PatchDetourBase@hadesmem@@UBEPAXXZ 1002fe50 f i main.cpp.obj + 0001:0002ee70 ?GetOriginalArbitraryUserPtrPtr@PatchDetourBase@hadesmem@@KAPAPAXXZ 1002fe70 f i main.cpp.obj + 0001:0002ee90 ?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1002fe90 f i main.cpp.obj + 0001:0002f0f0 ?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 100300f0 f i main.cpp.obj + 0001:0002f350 ?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10030350 f i main.cpp.obj + 0001:0002f5b0 ?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 100305b0 f i main.cpp.obj + 0001:0002f810 ?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 10030810 f i main.cpp.obj + 0001:0002fa70 ?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 10030a70 f i main.cpp.obj + 0001:0002fcd0 ?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 10030cd0 f i main.cpp.obj + 0001:0002ff30 ?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 10030f30 f i main.cpp.obj + 0001:00030190 ?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 10031190 f i main.cpp.obj + 0001:000303f0 ?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ 100313f0 f i main.cpp.obj + 0001:00030650 ?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 10031650 f i main.cpp.obj + 0001:000308b0 ?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 100318b0 f i main.cpp.obj + 0001:00030b10 ?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 10031b10 f i main.cpp.obj + 0001:00030d70 ?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 10031d70 f i main.cpp.obj + 0001:00030fd0 ?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 10031fd0 f i main.cpp.obj + 0001:00031230 ?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ 10032230 f i main.cpp.obj + 0001:00031490 ?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 10032490 f i main.cpp.obj + 0001:000316f0 ?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 100326f0 f i main.cpp.obj + 0001:00031950 ?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 10032950 f i main.cpp.obj + 0001:00031bb0 ?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10032bb0 f i main.cpp.obj + 0001:00031e10 ?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 10032e10 f i main.cpp.obj + 0001:00032070 ?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10033070 f i main.cpp.obj + 0001:000322d0 ?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 100332d0 f i main.cpp.obj + 0001:00032530 ?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 10033530 f i main.cpp.obj + 0001:00032790 ?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 10033790 f i main.cpp.obj + 0001:000329f0 ?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 100339f0 f i main.cpp.obj + 0001:00032c50 ?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 10033c50 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6GXXZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IXXZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032eb0 ?GetRefCount@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033eb0 f i main.cpp.obj + 0001:00032ec0 ?GetReturnAddressPtr@PatchDetourBase@hadesmem@@UBEPAXXZ 10033ec0 f i main.cpp.obj + 0001:00032ee0 ?GetReturnAddressPtrPtr@PatchDetourBase@hadesmem@@KAPAPAXXZ 10033ee0 f i main.cpp.obj + 0001:00032f00 ?GetServerDelayMs@Nampower@@YAIXZ 10033f00 f main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6GXXZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IXXZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f40 ?GetTarget@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBEPAXXZ 10033f40 f i main.cpp.obj + 0001:00032f50 ?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 10033f50 f i main.cpp.obj + 0001:00033100 ?GetTime@Nampower@@YAIXZ 10034100 f main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6GXXZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IXXZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033130 ?GetTrampoline@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBEPAXXZ 10034130 f i main.cpp.obj + 0001:00033140 ?GetWowTimeMs@Nampower@@YA_KXZ 10034140 f main.cpp.obj + 0001:00033150 ?ISceneEndHook@Nampower@@YAPAHPAVPatchDetourBase@hadesmem@@PAI@Z 10034150 f main.cpp.obj + 0001:00033180 ?InSpellQueueWindow@Nampower@@YA_NII_N@Z 10034180 f main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6GXXZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IXXZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?IsApplied@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBE_NXZ 10034230 f i main.cpp.obj + 0001:00033230 ?do_decimal_point@?$numpunct@D@std@@MBEDXZ 10034230 f i main.cpp.obj + 0001:00033240 ?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 10034240 f i main.cpp.obj + 0001:00033340 ?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 10034340 f main.cpp.obj + 0001:00033c20 ?LuaCall@Nampower@@YAXPBD@Z 10034c20 f main.cpp.obj + 0001:00033c30 ?OnSpriteRightClickHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@_K@Z 10034c30 f main.cpp.obj + 0001:00033cd0 ?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 10034cd0 f i main.cpp.obj + 0001:00033de0 ?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 10034de0 f i main.cpp.obj + 0001:00033ef0 ?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10034ef0 f i main.cpp.obj + 0001:000342e0 ?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100352e0 f i main.cpp.obj + 0001:000343f0 ?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 100353f0 f main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:00034520 ?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10035520 f i main.cpp.obj + 0001:000345b0 ?RemovePatch@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 100355b0 f i main.cpp.obj + 0001:000345f0 ?RemovePatch@?$PatchDetour@P6GXXZPAX@hadesmem@@MAEXXZ 100355f0 f i main.cpp.obj + 0001:00034630 ?RemovePatch@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10035630 f i main.cpp.obj + 0001:00034670 ?RemovePatch@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MAEXXZ 10035670 f i main.cpp.obj + 0001:000346b0 ?RemovePatch@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MAEXXZ 100356b0 f i main.cpp.obj + 0001:000346f0 ?RemovePatch@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MAEXXZ 100356f0 f i main.cpp.obj + 0001:00034730 ?RemovePatch@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MAEXXZ 10035730 f i main.cpp.obj + 0001:00034770 ?RemovePatch@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MAEXXZ 10035770 f i main.cpp.obj + 0001:000347b0 ?RemovePatch@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MAEXXZ 100357b0 f i main.cpp.obj + 0001:000347f0 ?RemovePatch@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MAEXXZ 100357f0 f i main.cpp.obj + 0001:00034830 ?RemovePatch@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MAEXXZ 10035830 f i main.cpp.obj + 0001:00034870 ?RemovePatch@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MAEXXZ 10035870 f i main.cpp.obj + 0001:000348b0 ?RemovePatch@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MAEXXZ 100358b0 f i main.cpp.obj + 0001:000348f0 ?RemovePatch@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MAEXXZ 100358f0 f i main.cpp.obj + 0001:00034930 ?RemovePatch@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MAEXXZ 10035930 f i main.cpp.obj + 0001:00034970 ?RemovePatch@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MAEXXZ 10035970 f i main.cpp.obj + 0001:000349b0 ?RemovePatch@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MAEXXZ 100359b0 f i main.cpp.obj + 0001:000349f0 ?RemovePatch@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MAEXXZ 100359f0 f i main.cpp.obj + 0001:00034a30 ?RemovePatch@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MAEXXZ 10035a30 f i main.cpp.obj + 0001:00034a70 ?RemovePatch@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10035a70 f i main.cpp.obj + 0001:00034ab0 ?RemovePatch@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MAEXXZ 10035ab0 f i main.cpp.obj + 0001:00034af0 ?RemovePatch@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10035af0 f i main.cpp.obj + 0001:00034b30 ?RemovePatch@?$PatchDetour@P6IXXZPAX@hadesmem@@MAEXXZ 10035b30 f i main.cpp.obj + 0001:00034b70 ?RemovePatch@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MAEXXZ 10035b70 f i main.cpp.obj + 0001:00034bb0 ?RemovePatch@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MAEXXZ 10035bb0 f i main.cpp.obj + 0001:00034bf0 ?RemovePatch@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MAEXXZ 10035bf0 f i main.cpp.obj + 0001:00034c30 ?RemovePatch@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MAEXXZ 10035c30 f i main.cpp.obj + 0001:00034c70 ?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035c70 f i main.cpp.obj + 0001:00034d50 ?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10035d50 f i main.cpp.obj + 0001:00034e30 ?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035e30 f i main.cpp.obj + 0001:00034f10 ?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10035f10 f i main.cpp.obj + 0001:00034ff0 ?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10035ff0 f i main.cpp.obj + 0001:000350d0 ?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100360d0 f i main.cpp.obj + 0001:000351b0 ?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100361b0 f i main.cpp.obj + 0001:00035290 ?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10036290 f i main.cpp.obj + 0001:00035370 ?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10036370 f i main.cpp.obj + 0001:00035450 ?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 10036450 f i main.cpp.obj + 0001:00035530 ?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10036530 f i main.cpp.obj + 0001:00035610 ?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10036610 f i main.cpp.obj + 0001:000356f0 ?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100366f0 f i main.cpp.obj + 0001:000357d0 ?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100367d0 f i main.cpp.obj + 0001:000358b0 ?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100368b0 f i main.cpp.obj + 0001:00035990 ?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 10036990 f i main.cpp.obj + 0001:00035a70 ?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10036a70 f i main.cpp.obj + 0001:00035b50 ?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10036b50 f i main.cpp.obj + 0001:00035c30 ?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10036c30 f i main.cpp.obj + 0001:00035d10 ?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10036d10 f i main.cpp.obj + 0001:00035df0 ?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10036df0 f i main.cpp.obj + 0001:00035ed0 ?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10036ed0 f i main.cpp.obj + 0001:00035fb0 ?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10036fb0 f i main.cpp.obj + 0001:00036090 ?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10037090 f i main.cpp.obj + 0001:00036170 ?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10037170 f i main.cpp.obj + 0001:00036250 ?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10037250 f i main.cpp.obj + 0001:00036330 ?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10037330 f i main.cpp.obj + 0001:00036410 ?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 10037410 f i main.cpp.obj + 0001:00036540 ?ResetCastFlags@Nampower@@YAXXZ 10037540 f main.cpp.obj + 0001:000365a0 ?ResetChannelingFlags@Nampower@@YAXXZ 100375a0 f main.cpp.obj + 0001:000365e0 ?ResetDisenchantState@Nampower@@YAXXZ 100375e0 f main.cpp.obj + 0001:00036610 ?ResetOnSwingFlags@Nampower@@YAXXZ 10037610 f main.cpp.obj + 0001:00036630 ?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 10037630 f i main.cpp.obj + 0001:000366f0 ?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100376f0 f i main.cpp.obj + 0001:00036830 ?Script_SetCVarHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAI@Z 10037830 f main.cpp.obj + 0001:000368a0 ?SetSelectionTarget@Nampower@@YAX_K@Z 100378a0 f main.cpp.obj + 0001:000369c0 ?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 100379c0 f i main.cpp.obj + 0001:00036a70 ?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 10037a70 f i main.cpp.obj + 0001:00036a70 ?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 10037a70 f i main.cpp.obj + 0001:00036b10 ?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 10037b10 f i main.cpp.obj + 0001:00036bd0 ?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 10037bd0 f i main.cpp.obj + 0001:00036bd0 ?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 10037bd0 f i main.cpp.obj + 0001:00036bd0 ?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 10037bd0 f i main.cpp.obj + 0001:00036bd0 ?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 10037bd0 f i main.cpp.obj + 0001:00036c70 ?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 10037c70 f i main.cpp.obj + 0001:00036d20 ?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 10037d20 f i main.cpp.obj + 0001:00036de0 ?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z 10037de0 f i main.cpp.obj + 0001:00036e90 ?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 10037e90 f i main.cpp.obj + 0001:00036f40 ?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 10037f40 f i main.cpp.obj + 0001:00036fe0 ?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 10037fe0 f i main.cpp.obj + 0001:00036fe0 ?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 10037fe0 f i main.cpp.obj + 0001:00036fe0 ?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 10037fe0 f i main.cpp.obj + 0001:00036fe0 ?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 10037fe0 f i main.cpp.obj + 0001:000370a0 ?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 100380a0 f i main.cpp.obj + 0001:00037160 ?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 10038160 f i main.cpp.obj + 0001:00037230 ?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z 10038230 f i main.cpp.obj + 0001:000372f0 ?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 100382f0 f i main.cpp.obj + 0001:000372f0 ?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 100382f0 f i main.cpp.obj + 0001:000373b0 ?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 100383b0 f i main.cpp.obj + 0001:00037460 ?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 10038460 f i main.cpp.obj + 0001:00037510 ?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 10038510 f i main.cpp.obj + 0001:000375d0 ?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 100385d0 f i main.cpp.obj + 0001:000376a0 ?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 100386a0 f i main.cpp.obj + 0001:00037770 ?SuspendThread@hadesmem@@YAKABVThread@1@@Z 10038770 f i main.cpp.obj + 0001:00037890 ?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 10038890 f main.cpp.obj + 0001:00037930 ?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 10038930 f i main.cpp.obj + 0001:00037a30 ?TraceFormatImpl@@YAXPBDABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 10038a30 f i main.cpp.obj + 0001:00037b20 ?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 10038b20 f i main.cpp.obj + 0001:00037cd0 ?WriteCall@detail@hadesmem@@YAIABVProcess@2@PAX1AAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 10038cd0 f i main.cpp.obj + 0001:00037e30 ?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10038e30 f i main.cpp.obj + 0001:00038190 ?WriteJump@detail@hadesmem@@YAIABVProcess@2@PAX1_NPAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 10039190 f i main.cpp.obj + 0001:000382f0 ?WritePatch@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 100392f0 f i main.cpp.obj + 0001:00038330 ?WritePatch@?$PatchDetour@P6GXXZPAX@hadesmem@@MAEXXZ 10039330 f i main.cpp.obj + 0001:00038370 ?WritePatch@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10039370 f i main.cpp.obj + 0001:000383b0 ?WritePatch@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MAEXXZ 100393b0 f i main.cpp.obj + 0001:000383f0 ?WritePatch@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MAEXXZ 100393f0 f i main.cpp.obj + 0001:00038430 ?WritePatch@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MAEXXZ 10039430 f i main.cpp.obj + 0001:00038470 ?WritePatch@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MAEXXZ 10039470 f i main.cpp.obj + 0001:000384b0 ?WritePatch@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MAEXXZ 100394b0 f i main.cpp.obj + 0001:000384f0 ?WritePatch@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MAEXXZ 100394f0 f i main.cpp.obj + 0001:00038530 ?WritePatch@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MAEXXZ 10039530 f i main.cpp.obj + 0001:00038570 ?WritePatch@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MAEXXZ 10039570 f i main.cpp.obj + 0001:000385b0 ?WritePatch@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MAEXXZ 100395b0 f i main.cpp.obj + 0001:000385f0 ?WritePatch@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MAEXXZ 100395f0 f i main.cpp.obj + 0001:00038630 ?WritePatch@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MAEXXZ 10039630 f i main.cpp.obj + 0001:00038670 ?WritePatch@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MAEXXZ 10039670 f i main.cpp.obj + 0001:000386b0 ?WritePatch@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MAEXXZ 100396b0 f i main.cpp.obj + 0001:000386f0 ?WritePatch@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MAEXXZ 100396f0 f i main.cpp.obj + 0001:00038730 ?WritePatch@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MAEXXZ 10039730 f i main.cpp.obj + 0001:00038770 ?WritePatch@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MAEXXZ 10039770 f i main.cpp.obj + 0001:000387b0 ?WritePatch@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 100397b0 f i main.cpp.obj + 0001:000387f0 ?WritePatch@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MAEXXZ 100397f0 f i main.cpp.obj + 0001:00038830 ?WritePatch@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10039830 f i main.cpp.obj + 0001:00038870 ?WritePatch@?$PatchDetour@P6IXXZPAX@hadesmem@@MAEXXZ 10039870 f i main.cpp.obj + 0001:000388b0 ?WritePatch@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MAEXXZ 100398b0 f i main.cpp.obj + 0001:000388f0 ?WritePatch@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MAEXXZ 100398f0 f i main.cpp.obj + 0001:00038930 ?WritePatch@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MAEXXZ 10039930 f i main.cpp.obj + 0001:00038970 ?WritePatch@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MAEXXZ 10039970 f i main.cpp.obj + 0001:000389b0 ?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100399b0 f i main.cpp.obj + 0001:00038ac0 ?_Buy_nonzero@?$vector@DV?$allocator@D@std@@@std@@AAEXI@Z 10039ac0 f i main.cpp.obj + 0001:00038ac0 ?_Buy_nonzero@?$vector@EV?$allocator@E@std@@@std@@AAEXI@Z 10039ac0 f i main.cpp.obj + 0001:00038b50 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@2@PAX@Z 10039b50 f i main.cpp.obj + 0001:00038b50 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@2@PAX@Z 10039b50 f i main.cpp.obj + 0001:00038b70 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039b70 f i main.cpp.obj + 0001:00038b70 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039b70 f i main.cpp.obj + 0001:00038b90 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@2@PAX@Z 10039b90 f i main.cpp.obj + 0001:00038b90 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@2@PAX@Z 10039b90 f i main.cpp.obj + 0001:00038bb0 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10039bb0 f i main.cpp.obj + 0001:00038bb0 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10039bb0 f i main.cpp.obj + 0001:00038bd0 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@2@PAX@Z 10039bd0 f i main.cpp.obj + 0001:00038bd0 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@2@PAX@Z 10039bd0 f i main.cpp.obj + 0001:00038bf0 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039bf0 f i main.cpp.obj + 0001:00038bf0 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039bf0 f i main.cpp.obj + 0001:00038c10 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@2@PAX@Z 10039c10 f i main.cpp.obj + 0001:00038c10 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@2@PAX@Z 10039c10 f i main.cpp.obj + 0001:00038c30 ?_Copy@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEPAV?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039c30 f i main.cpp.obj + 0001:00038c30 ?_Move@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEPAV?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039c30 f i main.cpp.obj + 0001:00038c50 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@@2@PAX@Z 10039c50 f i main.cpp.obj + 0001:00038c50 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@@2@PAX@Z 10039c50 f i main.cpp.obj + 0001:00038c70 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@2@PAX@Z 10039c70 f i main.cpp.obj + 0001:00038c70 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@2@PAX@Z 10039c70 f i main.cpp.obj + 0001:00038c90 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@2@PAX@Z 10039c90 f i main.cpp.obj + 0001:00038c90 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@2@PAX@Z 10039c90 f i main.cpp.obj + 0001:00038cb0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@2@PAX@Z 10039cb0 f i main.cpp.obj + 0001:00038cb0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@2@PAX@Z 10039cb0 f i main.cpp.obj + 0001:00038cd0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@2@PAX@Z 10039cd0 f i main.cpp.obj + 0001:00038cd0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@2@PAX@Z 10039cd0 f i main.cpp.obj + 0001:00038cf0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@2@PAX@Z 10039cf0 f i main.cpp.obj + 0001:00038cf0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@2@PAX@Z 10039cf0 f i main.cpp.obj + 0001:00038d10 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@2@PAX@Z 10039d10 f i main.cpp.obj + 0001:00038d10 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@2@PAX@Z 10039d10 f i main.cpp.obj + 0001:00038d30 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@2@PAX@Z 10039d30 f i main.cpp.obj + 0001:00038d30 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@2@PAX@Z 10039d30 f i main.cpp.obj + 0001:00038d50 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@2@PAX@Z 10039d50 f i main.cpp.obj + 0001:00038d50 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@2@PAX@Z 10039d50 f i main.cpp.obj + 0001:00038d70 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@2@PAX@Z 10039d70 f i main.cpp.obj + 0001:00038d70 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@2@PAX@Z 10039d70 f i main.cpp.obj + 0001:00038d90 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@2@PAX@Z 10039d90 f i main.cpp.obj + 0001:00038d90 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@2@PAX@Z 10039d90 f i main.cpp.obj + 0001:00038db0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@2@PAX@Z 10039db0 f i main.cpp.obj + 0001:00038db0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@2@PAX@Z 10039db0 f i main.cpp.obj + 0001:00038dd0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@2@PAX@Z 10039dd0 f i main.cpp.obj + 0001:00038dd0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@2@PAX@Z 10039dd0 f i main.cpp.obj + 0001:00038df0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@2@PAX@Z 10039df0 f i main.cpp.obj + 0001:00038df0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@2@PAX@Z 10039df0 f i main.cpp.obj + 0001:00038e10 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10039e10 f i main.cpp.obj + 0001:00038e10 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10039e10 f i main.cpp.obj + 0001:00038e30 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@2@PAX@Z 10039e30 f i main.cpp.obj + 0001:00038e30 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@2@PAX@Z 10039e30 f i main.cpp.obj + 0001:00038e50 ?_Copy@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEPAV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@2@PAX@Z 10039e50 f i main.cpp.obj + 0001:00038e50 ?_Move@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAEPAV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@2@PAX@Z 10039e50 f i main.cpp.obj + 0001:00038e70 ?_Copy@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EBEPAV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@2@PAX@Z 10039e70 f i main.cpp.obj + 0001:00038e70 ?_Move@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EAEPAV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@2@PAX@Z 10039e70 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038e90 ?_Delete_this@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EAEX_N@Z 10039e90 f i main.cpp.obj + 0001:00038eb0 ?_Delete_this@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10039eb0 f i main.cpp.obj + 0001:00038eb0 ?_Delete_this@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10039eb0 f i main.cpp.obj + 0001:00038ec0 ?_Destroy@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10039ec0 f i main.cpp.obj + 0001:00038ec0 ?_Destroy@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10039ec0 f i main.cpp.obj + 0001:00038ee0 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAI11$$QAPAVCDataStore@Nampower@@@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAPAX$$QAI3@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPA_K1$$QAI$$QAPAVCDataStore@Nampower@@@Z 10039ee0 f i main.cpp.obj + 0001:00038f10 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 10039f10 f i main.cpp.obj + 0001:00038f10 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 10039f10 f i main.cpp.obj + 0001:00038f10 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAPAUCTerrainClickEvent@game@@@Z 10039f10 f i main.cpp.obj + 0001:00038f10 ?_Do_call@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEPAH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 10039f10 f i main.cpp.obj + 0001:00038f10 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI@Z 10039f10 f i main.cpp.obj + 0001:00038f30 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAPAVCDataStore@Nampower@@@Z 10039f30 f i main.cpp.obj + 0001:00038f30 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAH$$QAI@Z 10039f30 f i main.cpp.obj + 0001:00038f50 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QA_K@Z 10039f50 f i main.cpp.obj + 0001:00038f50 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QA_K@Z 10039f50 f i main.cpp.obj + 0001:00038f70 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAH$$QAPAI2@Z 10039f70 f i main.cpp.obj + 0001:00038f70 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI$$QAH2@Z 10039f70 f i main.cpp.obj + 0001:00038f70 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX1$$QAI@Z 10039f70 f i main.cpp.obj + 0001:00038f70 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX1$$QAPAVCDataStore@Nampower@@@Z 10039f70 f i main.cpp.obj + 0001:00038f70 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX$$QAH2@Z 10039f70 f i main.cpp.obj + 0001:00038fa0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@@Z 10039fa0 f i main.cpp.obj + 0001:00038fb0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAE$$QAH@Z 10039fb0 f i main.cpp.obj + 0001:00038fd0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI$$QAH$$QA_K@Z 10039fd0 f i main.cpp.obj + 0001:00039000 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI$$QAW4SpellCastResult@game@@$$QAH3$$QA_N@Z 1003a000 f i main.cpp.obj + 0001:00039040 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAPAX$$QAH$$QAE@Z 1003a040 f i main.cpp.obj + 0001:00039070 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAUSpellCast@game@@$$QAD@Z 1003a070 f i main.cpp.obj + 0001:00039090 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QA_N1$$QAW4SpellCastResult@game@@@Z 1003a090 f i main.cpp.obj + 0001:000390c0 ?_Do_call@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAE_N$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI1$$QAI$$QAM@Z 1003a0c0 f i main.cpp.obj + 0001:00039100 ?_Do_call@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EAE_N$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAI$$QAPAUCGItem_C@game@@$$QA_K@Z 1003a100 f i main.cpp.obj + 0001:00039130 ?_Extract@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEPAU?$_Tree_node@KPAX@2@V?$_Tree_unchecked_const_iterator@V?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@U_Iterator_base0@2@@2@@Z 1003a130 f i main.cpp.obj + 0001:00039440 ?_Ffmt@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABAPADPADDH@Z 1003a440 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039500 ?_Get@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EBEPBXXZ 1003a500 f i main.cpp.obj + 0001:00039510 ?_Get_deleter@_Ref_count_base@std@@UBEPAXABVtype_info@@@Z 1003a510 f i main.cpp.obj + 0001:00039510 ?get_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a510 f i main.cpp.obj + 0001:00039510 ?get_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a510 f i main.cpp.obj + 0001:00039510 ?get_deleter@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a510 f i main.cpp.obj + 0001:00039510 ?get_deleter@?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a510 f i main.cpp.obj + 0001:00039510 ?get_deleter@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a510 f i main.cpp.obj + 0001:00039510 ?get_local_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a510 f i main.cpp.obj + 0001:00039510 ?get_local_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a510 f i main.cpp.obj + 0001:00039510 ?get_local_deleter@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a510 f i main.cpp.obj + 0001:00039510 ?get_local_deleter@?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a510 f i main.cpp.obj + 0001:00039510 ?get_local_deleter@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a510 f i main.cpp.obj + 0001:00039520 ?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 1003a520 f i main.cpp.obj + 0001:000396a0 ?_Insert_node@?$_Tree_val@U?$_Tree_simple_types@I@std@@@std@@QAEPAU?$_Tree_node@IPAX@2@U?$_Tree_id@PAU?$_Tree_node@IPAX@std@@@2@QAU32@@Z 1003a6a0 f i spell_scripts.cpp.obj + 0001:000396a0 ?_Insert_node@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEPAU?$_Tree_node@KPAX@2@U?$_Tree_id@PAU?$_Tree_node@KPAX@std@@@2@QAU32@@Z 1003a6a0 f i main.cpp.obj + 0001:000396a0 ?_Insert_node@?$_Tree_val@U?$_Tree_simple_types@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@@std@@@std@@QAEPAU?$_Tree_node@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@PAX@2@U?$_Tree_id@PAU?$_Tree_node@U?$pair@$$CBUtype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@PAX@std@@@2@QAU32@@Z 1003a6a0 f i main.cpp.obj + 0001:00039890 ?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z 1003a890 f i main.cpp.obj + 0001:00039c10 ?_Lrotate@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEXPAU?$_Tree_node@KPAX@2@@Z 1003ac10 f i main.cpp.obj + 0001:00039c60 ?_Min@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@SAPAU?$_Tree_node@KPAX@2@PAU32@@Z 1003ac60 f i main.cpp.obj + 0001:00039c80 ?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 1003ac80 f i main.cpp.obj + 0001:00039d60 ?_Put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@PBDI@Z 1003ad60 f i main.cpp.obj + 0001:00039dd0 ?_Rep@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@DI@Z 1003add0 f i main.cpp.obj + 0001:00039e40 ?_Rrotate@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEXPAU?$_Tree_node@KPAX@2@@Z 1003ae40 f i main.cpp.obj + 0001:00039ea0 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEABVtype_info@@XZ 1003aea0 f i main.cpp.obj + 0001:00039eb0 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEABVtype_info@@XZ 1003aeb0 f i main.cpp.obj + 0001:00039ec0 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEABVtype_info@@XZ 1003aec0 f i main.cpp.obj + 0001:00039ed0 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEABVtype_info@@XZ 1003aed0 f i main.cpp.obj + 0001:00039ee0 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEABVtype_info@@XZ 1003aee0 f i main.cpp.obj + 0001:00039ef0 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEABVtype_info@@XZ 1003aef0 f i main.cpp.obj + 0001:00039f00 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEABVtype_info@@XZ 1003af00 f i main.cpp.obj + 0001:00039f10 ?_Target_type@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEABVtype_info@@XZ 1003af10 f i main.cpp.obj + 0001:00039f20 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEABVtype_info@@XZ 1003af20 f i main.cpp.obj + 0001:00039f30 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EBEABVtype_info@@XZ 1003af30 f i main.cpp.obj + 0001:00039f40 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEABVtype_info@@XZ 1003af40 f i main.cpp.obj + 0001:00039f50 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEABVtype_info@@XZ 1003af50 f i main.cpp.obj + 0001:00039f60 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEABVtype_info@@XZ 1003af60 f i main.cpp.obj + 0001:00039f70 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEABVtype_info@@XZ 1003af70 f i main.cpp.obj + 0001:00039f80 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EBEABVtype_info@@XZ 1003af80 f i main.cpp.obj + 0001:00039f90 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EBEABVtype_info@@XZ 1003af90 f i main.cpp.obj + 0001:00039fa0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEABVtype_info@@XZ 1003afa0 f i main.cpp.obj + 0001:00039fb0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EBEABVtype_info@@XZ 1003afb0 f i main.cpp.obj + 0001:00039fc0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEABVtype_info@@XZ 1003afc0 f i main.cpp.obj + 0001:00039fd0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEABVtype_info@@XZ 1003afd0 f i main.cpp.obj + 0001:00039fe0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEABVtype_info@@XZ 1003afe0 f i main.cpp.obj + 0001:00039ff0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EBEABVtype_info@@XZ 1003aff0 f i main.cpp.obj + 0001:0003a000 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEABVtype_info@@XZ 1003b000 f i main.cpp.obj + 0001:0003a010 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEABVtype_info@@XZ 1003b010 f i main.cpp.obj + 0001:0003a020 ?_Target_type@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEABVtype_info@@XZ 1003b020 f i main.cpp.obj + 0001:0003a030 ?_Target_type@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EBEABVtype_info@@XZ 1003b030 f i main.cpp.obj + 0001:0003a040 ?_Throw_tree_length_error@std@@YAXXZ 1003b040 f i main.cpp.obj + 0001:0003a050 ?_Tidy@?$vector@UCastSpellParams@@V?$allocator@UCastSpellParams@@@std@@@std@@AAEXXZ 1003b050 f i main.cpp.obj + 0001:0003a0c0 ?_Tidy@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEXXZ 1003b0c0 f i main.cpp.obj + 0001:0003a120 ?_Xlength@?$vector@DV?$allocator@D@std@@@std@@CAXXZ 1003b120 f i main.cpp.obj + 0001:0003a120 ?_Xlength@?$vector@EV?$allocator@E@std@@@std@@CAXXZ 1003b120 f i main.cpp.obj + 0001:0003a120 ?_Xlength@?$vector@PAHV?$allocator@PAH@std@@@std@@CAXXZ 1003b120 f i lua_refs.cpp.obj + 0001:0003a120 ?_Xlength@?$vector@UCastSpellParams@@V?$allocator@UCastSpellParams@@@std@@@std@@CAXXZ 1003b120 f i main.cpp.obj + 0001:0003a120 ?_Xlength@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@CAXXZ 1003b120 f i main.cpp.obj + 0001:0003a130 ?addCustomEvent@Nampower@@YAXIPAD@Z 1003b130 f main.cpp.obj + 0001:0003a250 ?add_ref@error_info_container_impl@exception_detail@boost@@EBEXXZ 1003b250 f i main.cpp.obj + 0001:0003a260 ?append@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@ID@Z 1003b260 f i main.cpp.obj + 0001:0003a3c0 ?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@QBDI@Z 1003b3c0 f i main.cpp.obj + 0001:0003a4b0 ?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 1003b4b0 f i main.cpp.obj + 0001:0003a650 ?checkForStopChanneling@Nampower@@YAXXZ 1003b650 f main.cpp.obj + 0001:0003a960 ?clear@?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@QAEXXZ 1003b960 f i main.cpp.obj + 0001:0003a97e ?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEPBVclone_base@23@XZ 1003b97e f i main.cpp.obj + 0001:0003a990 ?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 1003b990 f i main.cpp.obj + 0001:0003aa6a ?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEPBVclone_base@23@XZ 1003ba6a f i main.cpp.obj + 0001:0003aa80 ?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 1003ba80 f i main.cpp.obj + 0001:0003ab60 ?clone@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 1003bb60 f i main.cpp.obj + 0001:0003ab90 ?clone@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 1003bb90 f i main.cpp.obj + 0001:0003ac10 ?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 1003bc10 f i main.cpp.obj + 0001:0003acb0 ?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 1003bcb0 f i main.cpp.obj + 0001:0003af70 ?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 1003bf70 f i main.cpp.obj + 0001:0003b040 ?current_exception_diagnostic_information@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z 1003c040 f i main.cpp.obj + 0001:0003b0e0 ?deallocate@?$allocator@VSuspendedThread@hadesmem@@@std@@QAEXQAVSuspendedThread@hadesmem@@I@Z 1003c0e0 f i main.cpp.obj + 0001:0003b120 ?dec@std@@YAAAVios_base@1@AAV21@@Z 1003c120 f i main.cpp.obj + 0001:0003b140 ?destroy@sp_counted_base@detail@boost@@UAEXXZ 1003c140 f i main.cpp.obj + 0001:0003b150 ?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 1003c150 f i main.cpp.obj + 0001:0003b390 ?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z 1003c390 f i main.cpp.obj + 0001:0003b7f0 ?dispose@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEXXZ 1003c7f0 f i main.cpp.obj + 0001:0003b7f0 ?dispose@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEXXZ 1003c7f0 f i main.cpp.obj + 0001:0003b800 ?dispose@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEXXZ 1003c800 f i main.cpp.obj + 0001:0003b800 ?dispose@?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@UAEXXZ 1003c800 f i main.cpp.obj + 0001:0003b800 ?dispose@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEXXZ 1003c800 f i main.cpp.obj + 0001:0003b810 ?do_falsename@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003c810 f i main.cpp.obj + 0001:0003b850 ?do_grouping@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003c850 f i main.cpp.obj + 0001:0003b890 ?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DJ@Z 1003c890 f i main.cpp.obj + 0001:0003b960 ?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DK@Z 1003c960 f i main.cpp.obj + 0001:0003ba30 ?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DN@Z 1003ca30 f i main.cpp.obj + 0001:0003bc30 ?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DO@Z 1003cc30 f i main.cpp.obj + 0001:0003be30 ?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBX@Z 1003ce30 f i main.cpp.obj + 0001:0003bea0 ?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_J@Z 1003cea0 f i main.cpp.obj + 0001:0003bf80 ?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_K@Z 1003cf80 f i main.cpp.obj + 0001:0003c060 ?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z 1003d060 f i main.cpp.obj + 0001:0003c260 ?do_put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@DD@Z 1003d260 f i main.cpp.obj + 0001:0003c600 ?do_thousands_sep@?$numpunct@D@std@@MBEDXZ 1003d600 f i main.cpp.obj + 0001:0003c610 ?do_truename@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003d610 f i main.cpp.obj + 0001:0003c650 ?erase@?$_Tree@V?$_Tset_traits@KU?$less@K@std@@V?$allocator@K@2@$0A@@std@@@std@@QAE?AV?$_Tree_const_iterator@V?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@@2@V32@@Z 1003d650 f i main.cpp.obj + 0001:0003c690 ?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 1003d690 f i main.cpp.obj + 0001:0003c7e0 ?get@error_info_container_impl@exception_detail@boost@@UBE?AV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 1003d7e0 f i main.cpp.obj + 0001:0003c860 ?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 1003d860 f i main.cpp.obj + 0001:0003c920 ?hex@std@@YAAAVios_base@1@AAV21@@Z 1003d920 f i main.cpp.obj + 0001:0003c950 ?initCustomEvents@Nampower@@YAXXZ 1003d950 f main.cpp.obj + 0001:0003d130 ?initHooks@Nampower@@YAXXZ 1003e130 f main.cpp.obj + 0001:0003dde0 ?insert@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@IID@Z 1003ede0 f i main.cpp.obj + 0001:0003df90 ?loadConfig@Nampower@@YAXXZ 1003ef90 f main.cpp.obj + 0001:0003f440 ?loadUserVar@Nampower@@YAXPBD@Z 10040440 f main.cpp.obj + 0001:0003f5d0 ?name_value_string@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@EBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 100405d0 f i main.cpp.obj + 0001:0003f5f0 ?name_value_string@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@EBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 100405f0 f i main.cpp.obj + 0001:0003f610 ?now@steady_clock@chrono@std@@SA?AV?$time_point@Usteady_clock@chrono@std@@V?$duration@_JU?$ratio@$00$0DLJKMKAA@@std@@@23@@23@XZ 10040610 f i main.cpp.obj + 0001:0003f710 ?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 10040710 f i main.cpp.obj + 0001:0003f890 ?overflow@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHH@Z 10040890 f i main.cpp.obj + 0001:0003f9e0 ?pbackfail@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHH@Z 100409e0 f i main.cpp.obj + 0001:0003fa30 ?pop@CastQueue@Nampower@@QAE?AUCastSpellParams@@XZ 10040a30 f i main.cpp.obj + 0001:0003fad0 ?processQueues@Nampower@@YA_NXZ 10040ad0 f main.cpp.obj + 0001:0003fdd0 ?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 10040dd0 f i main.cpp.obj + 0001:0003ff50 ?put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@PBD3@Z 10040f50 f i main.cpp.obj + 0001:000401c0 ?release@error_info_container_impl@exception_detail@boost@@EBE_NXZ 100411c0 f i main.cpp.obj + 0001:00040260 ?reset@?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@QAEXPAVAllocator@hadesmem@@@Z 10041260 f i main.cpp.obj + 0001:00040283 ?rethrow@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEXXZ 10041283 f i main.cpp.obj + 0001:00040290 ?rethrow@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEXXZ 10041290 f i main.cpp.obj + 0001:000402b1 ?rethrow@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEXXZ 100412b1 f i main.cpp.obj + 0001:000402c0 ?rethrow@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEXXZ 100412c0 f i main.cpp.obj + 0001:000402f0 ?rethrow@?$wrapexcept@VError@hadesmem@@@boost@@UBEXXZ 100412f0 f i main.cpp.obj + 0001:00040310 ?safeRename@Nampower@@YA_NPBD0@Z 10041310 f main.cpp.obj + 0001:000403a0 ?seekoff@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAE?AV?$fpos@U_Mbstatet@@@2@_JHH@Z 100413a0 f i main.cpp.obj + 0001:00040590 ?seekpos@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAE?AV?$fpos@U_Mbstatet@@@2@V32@H@Z 10041590 f i main.cpp.obj + 0001:00040700 ?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 10041700 f i main.cpp.obj + 0001:00040840 ?stof@std@@YAMABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@PAI@Z 10041840 f i main.cpp.obj + 0001:000408b0 ?str@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 100418b0 f i main.cpp.obj + 0001:00040990 ?underflow@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHXZ 10041990 f i main.cpp.obj + 0001:000409f0 ?updateFromCvar@Nampower@@YAXPBD0@Z 100419f0 f main.cpp.obj + 0001:000419f0 _Load 100429f0 f main.cpp.obj + 0001:00041b70 __scprintf 10042b70 f i main.cpp.obj + 0001:00041ba0 __snprintf 10042ba0 f i main.cpp.obj + 0001:00041be0 _sprintf_s 10042be0 f i main.cpp.obj + 0001:00041c10 ??$?R_K@?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@QBEIAB_K@Z 10042c10 f i helper.cpp.obj + 0001:00041c80 ??$_Find_last@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IBE?AU?$_Hash_find_last_result@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@I@Z 10042c80 f misc_scripts.cpp.obj + 0001:00041c80 ??$_Find_last@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IBE?AU?$_Hash_find_last_result@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@I@Z 10042c80 f misc_scripts.cpp.obj + 0001:00041d70 ??$_Find_last@_K@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IBE?AU?$_Hash_find_last_result@PAU?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@@1@AB_KI@Z 10042d70 f i helper.cpp.obj + 0001:00042020 ??$_Try_emplace@AB_K$$V@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@_N@1@AB_K@Z 10043020 f i helper.cpp.obj + 0001:000421f0 ??$fill@PAV?$_List_unchecked_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@U_Iterator_base0@2@@std@@V12@@std@@YAXQAV?$_List_unchecked_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@U_Iterator_base0@2@@0@0ABV10@@Z 100431f0 f items.cpp.obj + 0001:000421f0 ??$fill@PAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@std@@@std@@@std@@V12@@std@@YAXQAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@std@@@std@@@0@0ABV10@@Z 100431f0 f items.cpp.obj + 0001:000421f0 ??$fill@PAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@std@@@std@@@std@@V12@@std@@YAXQAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@std@@@std@@@0@0ABV10@@Z 100431f0 f misc_scripts.cpp.obj + 0001:000421f0 ??$fill@PAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@std@@@std@@@std@@V12@@std@@YAXQAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@std@@@std@@@0@0ABV10@@Z 100431f0 f items.cpp.obj + 0001:000421f0 ??$fill@PAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CB_KI@std@@@std@@@std@@@std@@V12@@std@@YAXQAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CB_KI@std@@@std@@@std@@@0@0ABV10@@Z 100431f0 f helper.cpp.obj + 0001:00042270 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@@std@@@std@@QAE@XZ 10043270 f i helper.cpp.obj + 0001:00042270 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@@std@@@std@@QAE@XZ 10043270 f i helper.cpp.obj + 0001:000422f0 ??1?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@QAE@XZ 100432f0 f i helper.cpp.obj + 0001:00042380 ??1?$_Hash_vec@V?$allocator@V?$_List_unchecked_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@U_Iterator_base0@2@@std@@@std@@@std@@QAE@XZ 10043380 f items.cpp.obj + 0001:00042380 ??1?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@std@@@std@@@std@@@std@@@std@@QAE@XZ 10043380 f items.cpp.obj + 0001:00042380 ??1?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@std@@@std@@@std@@@std@@@std@@QAE@XZ 10043380 f misc_scripts.cpp.obj + 0001:00042380 ??1?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@std@@@std@@@std@@@std@@@std@@QAE@XZ 10043380 f items.cpp.obj + 0001:00042380 ??1?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CB_KI@std@@@std@@@std@@@std@@@std@@@std@@QAE@XZ 10043380 f helper.cpp.obj + 0001:00042460 ??1?$list@U?$pair@$$CB_KI@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@@std@@QAE@XZ 10043460 f i helper.cpp.obj + 0001:00042620 ?ConvertGuidToString@Nampower@@YAPAD_K@Z 10043620 f helper.cpp.obj + 0001:00042650 ?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 10043650 f helper.cpp.obj + 0001:00042840 ?GetGcdOrCooldownForSpell@Nampower@@YAII@Z 10043840 f helper.cpp.obj + 0001:00042880 ?GetNameplateDistance@Nampower@@YAMXZ 10043880 f helper.cpp.obj + 0001:000428d0 ?GetRemainingCooldownForSpell@Nampower@@YAII@Z 100438d0 f helper.cpp.obj + 0001:00042940 ?GetSpellIdFromSpellName@Nampower@@YAIPBD@Z 10043940 f helper.cpp.obj + 0001:00042980 ?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 10043980 f helper.cpp.obj + 0001:00042d00 ?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 10043d00 f helper.cpp.obj + 0001:00042eb0 ?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 10043eb0 f helper.cpp.obj + 0001:00043000 ?IsSpellOnCooldown@Nampower@@YA_NI@Z 10044000 f helper.cpp.obj + 0001:00043060 ?IsTargetingTerrainSpell@Nampower@@YA_NXZ 10044060 f helper.cpp.obj + 0001:00043070 ?SetNameplateDistance@Nampower@@YAXM@Z 10044070 f helper.cpp.obj + 0001:00043090 ?SpellIsAttackTradeskillOrEnchant@Nampower@@YA_NPBUSpellRec@game@@@Z 10044090 f helper.cpp.obj + 0001:000430d0 ?SpellIsChanneling@Nampower@@YA_NPBUSpellRec@game@@@Z 100440d0 f helper.cpp.obj + 0001:000430e0 ?SpellIsMounting@Nampower@@YA_NPBUSpellRec@game@@@Z 100440e0 f helper.cpp.obj + 0001:00043110 ?SpellIsOnGcd@Nampower@@YA_NPBUSpellRec@game@@@Z 10044110 f helper.cpp.obj + 0001:00043130 ?SpellIsOnSwing@Nampower@@YA_NPBUSpellRec@game@@@Z 10044130 f helper.cpp.obj + 0001:00043140 ?SpellIsTargeting@Nampower@@YA_NPBUSpellRec@game@@@Z 10044140 f helper.cpp.obj + 0001:00043240 ?_Assign_grow@?$_Hash_vec@V?$allocator@V?$_List_unchecked_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@U_Iterator_base0@2@@std@@@std@@@std@@QAEXIV?$_List_unchecked_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@U_Iterator_base0@2@@2@@Z 10044240 f i items.cpp.obj + 0001:00043240 ?_Assign_grow@?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@std@@@std@@@std@@@std@@@std@@QAEXIV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@std@@@std@@@2@@Z 10044240 f i items.cpp.obj + 0001:00043240 ?_Assign_grow@?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@std@@@std@@@std@@@std@@@std@@QAEXIV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@std@@@std@@@2@@Z 10044240 f i misc_scripts.cpp.obj + 0001:00043240 ?_Assign_grow@?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@std@@@std@@@std@@@std@@@std@@QAEXIV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@std@@@std@@@2@@Z 10044240 f i items.cpp.obj + 0001:00043240 ?_Assign_grow@?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CB_KI@std@@@std@@@std@@@std@@@std@@@std@@QAEXIV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CB_KI@std@@@std@@@std@@@2@@Z 10044240 f i helper.cpp.obj + 0001:000435f0 ?_Forced_rehash@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IAEXI@Z 100445f0 f i helper.cpp.obj + 0001:00043730 _snprintf 10044730 f i helper.cpp.obj + 0001:00043770 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 10044770 f i spellcast.cpp.obj + 0001:00043920 ?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 10044920 f spellcast.cpp.obj + 0001:00043f40 ?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 10044f40 f spellcast.cpp.obj + 0001:000440c0 ?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 100450c0 f spellcast.cpp.obj + 0001:00044240 ?CGWorldFrame_OnLayerTrackTerrainHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAXHH@Z 10045240 f spellcast.cpp.obj + 0001:000442b0 ?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 100452b0 f spellcast.cpp.obj + 0001:00044470 ?CastQueuedNonGcdSpell@Nampower@@YAXXZ 10045470 f spellcast.cpp.obj + 0001:00044660 ?CastQueuedNormalSpell@Nampower@@YAXXZ 10045660 f spellcast.cpp.obj + 0001:00044850 ?SendCastHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z 10045850 f spellcast.cpp.obj + 0001:00044880 ?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 10045880 f spellcast.cpp.obj + 0001:00045f80 ?Spell_C_HandleTerrainClickHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z 10046f80 f spellcast.cpp.obj + 0001:00045fa0 ?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 10046fa0 f spellcast.cpp.obj + 0001:00046120 ?TriggerQuickcast@Nampower@@YAXXZ 10047120 f spellcast.cpp.obj + 0001:00046280 ?TriggerSpellCastEvent@Nampower@@YAX_NIW4CastType@@_KI@Z 10047280 f spellcast.cpp.obj + 0001:000462d0 ?TriggerSpellQueuedEvent@Nampower@@YAXW4QueueEvents@@I@Z 100472d0 f spellcast.cpp.obj + 0001:000462f0 ?findSpellId@CastQueue@Nampower@@QAEPAUCastSpellParams@@I@Z 100472f0 f i spellcast.cpp.obj + 0001:00046330 ?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 10047330 f i spellcast.cpp.obj + 0001:00046510 ?pushFront@CastQueue@Nampower@@QAEXABUCastSpellParams@@@Z 10047510 f i spellcast.cpp.obj + 0001:00046630 ??$Get@H@CDataStore@Nampower@@QAEXAAH@Z 10047630 f i spellevents.cpp.obj + 0001:00046630 ??$Get@I@CDataStore@Nampower@@QAEXAAI@Z 10047630 f i spellchannel.cpp.obj + 0001:00046690 ?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10047690 f spellchannel.cpp.obj + 0001:00046ca0 ?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10047ca0 f spellchannel.cpp.obj + 0001:00046f50 ??$Get@F@CDataStore@Nampower@@QAEXAAF@Z 10047f50 f i spellevents.cpp.obj + 0001:00046fb0 ??$Get@_K@CDataStore@Nampower@@QAEXAA_K@Z 10047fb0 f i spellevents.cpp.obj + 0001:00047020 ?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10048020 f spellevents.cpp.obj + 0001:00047550 ?PeriodicAuraLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 10048550 f spellevents.cpp.obj + 0001:00047760 ?ProcResistHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10048760 f spellevents.cpp.obj + 0001:000477e0 ?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100487e0 f spellevents.cpp.obj + 0001:00047950 ?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10048950 f spellevents.cpp.obj + 0001:00047b50 ?SpellEnergizeLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10048b50 f spellevents.cpp.obj + 0001:00047bf0 ?SpellFailedOtherHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10048bf0 f spellevents.cpp.obj + 0001:00047c60 ?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 10048c60 f spellevents.cpp.obj + 0001:00048380 ?SpellHealingLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10049380 f spellevents.cpp.obj + 0001:00048420 ?SpellLogMissHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10049420 f spellevents.cpp.obj + 0001:000484c0 ?SpellNonMeleeDmgLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100494c0 f spellevents.cpp.obj + 0001:000485c0 ?SpellOrDamageImmuneHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100495c0 f spellevents.cpp.obj + 0001:00048640 ?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 10049640 f spellevents.cpp.obj + 0001:00048b70 ?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 10049b70 f spellevents.cpp.obj + 0001:000497e0 ?TriggerAuraCastEvent@Nampower@@YAXPBUSpellRec@game@@_KQA_KE1_N@Z 1004a7e0 f spellevents.cpp.obj + 0001:00049ab0 ?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 1004aab0 f spellevents.cpp.obj + 0001:00049e30 ?TriggerSpellEnergizeEvent@Nampower@@YAX_K0IIIE@Z 1004ae30 f spellevents.cpp.obj + 0001:00049ef0 ?TriggerSpellHealEvent@Nampower@@YAX_K0IIEE@Z 1004aef0 f spellevents.cpp.obj + 0001:00049fc0 ?TriggerSpellMissEvent@Nampower@@YAX_K0II@Z 1004afc0 f spellevents.cpp.obj + 0001:0004a030 ?findOldestWaitingForServerSpellId@CastQueue@Nampower@@QAEPAUCastSpellParams@@I@Z 1004b030 f i spellevents.cpp.obj + 0001:0004a080 ?triggerAuraCastEventOnTarget@Nampower@@YAXPBUSpellRec@game@@HPAD1_K2II@Z 1004b080 f spellevents.cpp.obj + 0001:0004a170 ??$PushArrayFieldsToLuaWithRefs@UItemStats_C@game@@@Nampower@@YAXPAIPBUItemStats_C@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 1004b170 f i misc_scripts.cpp.obj + 0001:0004a170 ??$PushArrayFieldsToLuaWithRefs@USpellRec@game@@@Nampower@@YAXPAIPBUSpellRec@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 1004b170 f i spell_scripts.cpp.obj + 0001:0004a170 ??$PushArrayFieldsToLuaWithRefs@UUnitFields@game@@@Nampower@@YAXPAIPBUUnitFields@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 1004b170 f i misc_scripts.cpp.obj + 0001:0004a3e0 ??$_Free_non_head@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@@std@@@?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@SAXAAV?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@@1@PAU01@@Z 1004b3e0 f i misc_scripts.cpp.obj + 0001:0004a3e0 ??$_Free_non_head@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@@std@@@?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@SAXAAV?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@@1@PAU01@@Z 1004b3e0 f i items.cpp.obj + 0001:0004a460 ??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 1004b460 f i misc_scripts.cpp.obj + 0001:0004a460 ??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 1004b460 f i dbc_fields.cpp.obj + 0001:0004a6a0 ??$destroy@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@?$_Default_allocator_traits@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@@std@@@std@@SAXAAV?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@@1@QAU?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@1@@Z 1004b6a0 f i misc_scripts.cpp.obj + 0001:0004a6a0 ??$destroy@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@?$_Default_allocator_traits@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@@std@@@std@@SAXAAV?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@@1@QAU?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@1@@Z 1004b6a0 f i items.cpp.obj + 0001:0004a6f0 ??$find@X@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@QAE?AV?$_List_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@std@@@std@@@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 1004b6f0 f i misc_scripts.cpp.obj + 0001:0004a7f0 ??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@QAE@XZ 1004b7f0 f i misc_scripts.cpp.obj + 0001:0004a7f0 ??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@QAE@XZ 1004b7f0 f i items.cpp.obj + 0001:0004a8a0 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@@std@@@std@@QAE@XZ 1004b8a0 f i misc_scripts.cpp.obj + 0001:0004a8a0 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@@std@@@std@@QAE@XZ 1004b8a0 f i items.cpp.obj + 0001:0004a8c0 ??1?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@QAE@XZ 1004b8c0 f i misc_scripts.cpp.obj + 0001:0004a8c0 ??1?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@QAE@XZ 1004b8c0 f i items.cpp.obj + 0001:0004a930 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@@std@@@std@@QAE@XZ 1004b930 f i misc_scripts.cpp.obj + 0001:0004a930 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@@std@@@std@@QAE@XZ 1004b930 f i items.cpp.obj + 0001:0004a960 ??1?$list@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@QAE@XZ 1004b960 f i misc_scripts.cpp.obj + 0001:0004a960 ??1?$list@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@QAE@XZ 1004b960 f i items.cpp.obj + 0001:0004a980 ?CSimpleFrame_GetNameHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1004b980 f misc_scripts.cpp.obj + 0001:0004aad0 ?PushTableValue@Nampower@@YAXPAIPADI@Z 1004bad0 f i misc_scripts.cpp.obj + 0001:0004ab20 ?RunQueuedScript@Nampower@@YA_NH@Z 1004bb20 f misc_scripts.cpp.obj + 0001:0004ac60 ?Script_CancelPlayerAuraSlot@Nampower@@YAIPAI@Z 1004bc60 f misc_scripts.cpp.obj + 0001:0004ad00 ?Script_CancelPlayerAuraSpellId@Nampower@@YAIPAI@Z 1004bd00 f misc_scripts.cpp.obj + 0001:0004add0 ?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 1004bdd0 f misc_scripts.cpp.obj + 0001:0004aed0 ?Script_DisenchantAll@Nampower@@YAIPAI@Z 1004bed0 f misc_scripts.cpp.obj + 0001:0004b2c0 ?Script_GetCastInfo@Nampower@@YAIPAI@Z 1004c2c0 f misc_scripts.cpp.obj + 0001:0004b600 ?Script_GetCurrentCastingInfo@Nampower@@YAIPAI@Z 1004c600 f misc_scripts.cpp.obj + 0001:0004b750 ?Script_GetItemIconTexture@Nampower@@YAIPAI@Z 1004c750 f misc_scripts.cpp.obj + 0001:0004b7f0 ?Script_GetItemLevel@Nampower@@YAIPAI@Z 1004c7f0 f misc_scripts.cpp.obj + 0001:0004b8a0 ?Script_GetItemStats@Nampower@@YAIPAI@Z 1004c8a0 f misc_scripts.cpp.obj + 0001:0004bc50 ?Script_GetItemStatsField@Nampower@@YAIPAI@Z 1004cc50 f misc_scripts.cpp.obj + 0001:0004c0b0 ?Script_GetNampowerVersion@Nampower@@YAIPAI@Z 1004d0b0 f misc_scripts.cpp.obj + 0001:0004c110 ?Script_GetPlayerAuraDuration@Nampower@@YAIPAI@Z 1004d110 f misc_scripts.cpp.obj + 0001:0004c220 ?Script_GetSpellIconTexture@Nampower@@YAIPAI@Z 1004d220 f misc_scripts.cpp.obj + 0001:0004c2d0 ?Script_GetUnitData@Nampower@@YAIPAI@Z 1004d2d0 f misc_scripts.cpp.obj + 0001:0004c640 ?Script_GetUnitField@Nampower@@YAIPAI@Z 1004d640 f misc_scripts.cpp.obj + 0001:0004c990 ?Script_QueueScript@Nampower@@YAIPAI@Z 1004d990 f misc_scripts.cpp.obj + 0001:0004cc90 ?Script_StartItemExport@Nampower@@YAIPAI@Z 1004dc90 f misc_scripts.cpp.obj + 0001:0004cca0 ?TryDisenchant@Nampower@@YA_NXZ 1004dca0 f misc_scripts.cpp.obj + 0001:0004d030 ?_Forced_rehash@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IAEXI@Z 1004e030 f i misc_scripts.cpp.obj + 0001:0004d030 ?_Forced_rehash@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAEXI@Z 1004e030 f i items.cpp.obj + 0001:0004d2f0 ??$_Find_hint@I@?$_Tree@V?$_Tset_traits@IU?$less@I@std@@V?$allocator@I@2@$0A@@std@@@std@@IBE?AU?$_Tree_find_hint_result@PAU?$_Tree_node@IPAX@std@@@1@QAU?$_Tree_node@IPAX@1@ABI@Z 1004e2f0 f i spell_scripts.cpp.obj + 0001:0004d530 ??$_Find_lower_bound@I@?$_Tree@V?$_Tset_traits@IU?$less@I@std@@V?$allocator@I@2@$0A@@std@@@std@@IBE?AU?$_Tree_find_result@PAU?$_Tree_node@IPAX@std@@@1@ABI@Z 1004e530 f i spell_scripts.cpp.obj + 0001:0004d580 ?GetSpellSlotFromLuaHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@HPAI1@Z 1004e580 f spell_scripts.cpp.obj + 0001:0004d6d0 ?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 1004e6d0 f spell_scripts.cpp.obj + 0001:0004d7e0 ?Script_GetSpellIdForName@Nampower@@YAIPAI@Z 1004e7e0 f spell_scripts.cpp.obj + 0001:0004d850 ?Script_GetSpellModifiers@Nampower@@YAIPAI@Z 1004e850 f spell_scripts.cpp.obj + 0001:0004d9d0 ?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 1004e9d0 f spell_scripts.cpp.obj + 0001:0004db20 ?Script_GetSpellPower@Nampower@@YAIPAI@Z 1004eb20 f spell_scripts.cpp.obj + 0001:0004dc90 ?Script_GetSpellRec@Nampower@@YAIPAI@Z 1004ec90 f spell_scripts.cpp.obj + 0001:0004e0d0 ?Script_GetSpellRecField@Nampower@@YAIPAI@Z 1004f0d0 f spell_scripts.cpp.obj + 0001:0004e5d0 ?Script_GetSpellSlotTypeIdForName@Nampower@@YAIPAI@Z 1004f5d0 f spell_scripts.cpp.obj + 0001:0004e750 ?Script_IsSpellInRange@Nampower@@YAIPAI@Z 1004f750 f spell_scripts.cpp.obj + 0001:0004ea10 ?Script_IsSpellUsable@Nampower@@YAIPAI@Z 1004fa10 f spell_scripts.cpp.obj + 0001:0004eb50 ?Script_QueueSpellByName@Nampower@@YAIPAI@Z 1004fb50 f spell_scripts.cpp.obj + 0001:0004ec60 ?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1004fc60 f spell_scripts.cpp.obj + 0001:0004ed80 ?GetCooldownFromSpellHistory@Nampower@@YA?AUCooldownDetail@1@III@Z 1004fd80 f cooldown_scripts.cpp.obj + 0001:0004f040 ?GetItemCooldownDetail@Nampower@@YA?AUCooldownDetail@1@I@Z 10050040 f cooldown_scripts.cpp.obj + 0001:0004f1e0 ?PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@1@@Z 100501e0 f cooldown_scripts.cpp.obj + 0001:0004f710 ?Script_GetItemIdCooldown@Nampower@@YAIPAI@Z 10050710 f cooldown_scripts.cpp.obj + 0001:0004f7f0 ?Script_GetSpellIdCooldown@Nampower@@YAIPAI@Z 100507f0 f cooldown_scripts.cpp.obj + 0001:0004f8b0 ?Script_GetTrinketCooldown@Nampower@@YAIPAI@Z 100508b0 f cooldown_scripts.cpp.obj + 0001:0004fad0 ??0CachedItemData@Nampower@@QAE@XZ 10050ad0 f i item_scripts.cpp.obj + 0001:0004ff50 ?ClearBagSlot@Nampower@@YAXPAIHI@Z 10050f50 f item_scripts.cpp.obj + 0001:00050030 ?CreateBasicItemInfoTable@Nampower@@YAXPAIPAUCGItem@game@@@Z 10051030 f item_scripts.cpp.obj + 0001:00050120 ?CreateItemInfoTable@Nampower@@YAXPAIPAUCGItem_C@game@@@Z 10051120 f item_scripts.cpp.obj + 0001:000503d0 ?GetSingleBagItems@Nampower@@YAIPAIH@Z 100513d0 f item_scripts.cpp.obj + 0001:000507c0 ?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 100517c0 f item_scripts.cpp.obj + 0001:00050cf0 ?Script_FindPlayerItemSlot@Nampower@@YAIPAI@Z 10051cf0 f item_scripts.cpp.obj + 0001:00050e60 ?Script_GetAmmo@Nampower@@YAIPAI@Z 10051e60 f item_scripts.cpp.obj + 0001:00051000 ?Script_GetBagItem@Nampower@@YAIPAI@Z 10052000 f item_scripts.cpp.obj + 0001:000512d0 ?Script_GetBagItems@Nampower@@YAIPAI@Z 100522d0 f item_scripts.cpp.obj + 0001:00051470 ?Script_GetEquippedItem@Nampower@@YAIPAI@Z 10052470 f item_scripts.cpp.obj + 0001:000515f0 ?Script_GetEquippedItems@Nampower@@YAIPAI@Z 100525f0 f item_scripts.cpp.obj + 0001:00051770 ?Script_GetTrinkets@Nampower@@YAIPAI@Z 10052770 f item_scripts.cpp.obj + 0001:00051c20 ?Script_UseItemIdOrName@Nampower@@YAIPAI@Z 10052c20 f item_scripts.cpp.obj + 0001:00051da0 ?Script_UseTrinket@Nampower@@YAIPAI@Z 10052da0 f item_scripts.cpp.obj + 0001:00051fd0 ??$_Find_last@I@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IBE?AU?$_Hash_find_last_result@PAU?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@@1@ABII@Z 10052fd0 f i items.cpp.obj + 0001:00051fd0 ??$_Find_last@I@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@IBE?AU?$_Hash_find_last_result@PAU?$_List_node@IPAX@std@@@1@ABII@Z 10052fd0 f i items.cpp.obj + 0001:00052040 ??$_Try_emplace@ABI$$V@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@_N@1@ABI@Z 10053040 f i items.cpp.obj + 0001:00052240 ??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 10053240 f i items.cpp.obj + 0001:00052430 ??$emplace@ABI@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE?AU?$pair@V?$_List_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@@std@@_N@1@ABI@Z 10053430 f i items.cpp.obj + 0001:00052620 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@IPAX@std@@@std@@@std@@QAE@XZ 10053620 f i items.cpp.obj + 0001:00052620 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@IPAX@std@@@std@@@std@@QAE@XZ 10053620 f i items.cpp.obj + 0001:00052640 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@@std@@@std@@QAE@XZ 10053640 f i items.cpp.obj + 0001:00052640 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@@std@@@std@@QAE@XZ 10053640 f i items.cpp.obj + 0001:00052660 ??1?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@QAE@XZ 10053660 f i items.cpp.obj + 0001:000526f0 ??1?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE@XZ 100536f0 f i items.cpp.obj + 0001:00052780 ??1?$list@IV?$allocator@I@std@@@std@@QAE@XZ 10053780 f i items.cpp.obj + 0001:000527c0 ??1?$list@U?$pair@$$CBIPAUItemStats_C@game@@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@2@@std@@QAE@XZ 100537c0 f i items.cpp.obj + 0001:00052800 ??_H@YGXPAXIIP6EPAX0@Z@Z 10053800 f i items.cpp.obj + 0001:00052830 ?CacheItemNameToId@Nampower@@YAXPBDI@Z 10053830 f items.cpp.obj + 0001:000528c0 ?ClearItemCaches@Nampower@@YAXXZ 100538c0 f items.cpp.obj + 0001:00052a20 ?DoesItemMatch@Nampower@@YA_NIIPBD@Z 10053a20 f items.cpp.obj + 0001:00052af0 ?FindPlayerDisenchantItem@Nampower@@YA?AUPlayerItemSearchResult@1@I_N@Z 10053af0 f items.cpp.obj + 0001:00052d00 ?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 10053d00 f items.cpp.obj + 0001:00053340 ?GetBagPtrFromContainer@Nampower@@YAPAIPAI@Z 10054340 f items.cpp.obj + 0001:00053360 ?GetItemIdFromCache@Nampower@@YAIPBD@Z 10054360 f items.cpp.obj + 0001:00053450 ?GetItemStats@Nampower@@YAPAUItemStats_C@game@@I@Z 10054450 f items.cpp.obj + 0001:000534d0 ?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100544d0 f items.cpp.obj + 0001:000536f0 ?LoadItem@Nampower@@YA_NI@Z 100546f0 f items.cpp.obj + 0001:000537c0 ?StartItemExport@Nampower@@YAXXZ 100547c0 f items.cpp.obj + 0001:000537e0 ?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100547e0 f items.cpp.obj + 0001:000539b0 ?_Forced_rehash@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IAEXI@Z 100549b0 f i items.cpp.obj + 0001:00053b10 ?_Forced_rehash@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@IAEXI@Z 10054b10 f i items.cpp.obj + 0001:00053c70 ?_Unchecked_erase@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@AAEPAU?$_List_node@IPAX@2@PAU32@QAU32@@Z 10054c70 f i items.cpp.obj + 0001:00053e20 ?clear@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAEXXZ 10054e20 f i items.cpp.obj + 0001:00053ea0 ?InitializeFieldMaps@Nampower@@YAXXZ 10054ea0 f dbc_fields.cpp.obj + 0001:000541a0 ?InitializeUnitFieldMaps@Nampower@@YAXXZ 100551a0 f unit_fields.cpp.obj + 0001:00054350 ?CGBuffBar_UpdateDurationHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@EH@Z 10055350 f auras.cpp.obj + 0001:000543d0 ?CGUnit_C_OnAuraAddedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z 100553d0 f auras.cpp.obj + 0001:00054410 ?CGUnit_C_OnAuraRemovedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z 10055410 f auras.cpp.obj + 0001:00054450 ?CGUnit_C_OnAuraStacksChangedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z 10055450 f auras.cpp.obj + 0001:000544b0 ?TriggerAuraEvent@Nampower@@YAXPAIII_NI@Z 100554b0 f auras.cpp.obj + 0001:000546d0 ?UnitCombatLogUnitDeadHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_K@Z 100556d0 f auras.cpp.obj + 0001:00054720 ??$_Emplace_reallocate@ABQAH@?$vector@PAHV?$allocator@PAH@std@@@std@@AAEPAPAHQAPAHABQAH@Z 10055720 f i lua_refs.cpp.obj + 0001:00054880 ?CleanupAllLuaTableRefs@Nampower@@YAXXZ 10055880 f lua_refs.cpp.obj + 0001:000549f0 ?GetTableRef@Nampower@@YAXPAIAAH@Z 100559f0 f lua_refs.cpp.obj + 0001:00054a70 ?AttackRoundInfo_ReadPacketHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@1@@Z 10055a70 f autoattack.cpp.obj + 0001:00054e28 __get_purecall_handler 10055e28 f libvcruntime:purevirt.obj + 0001:00054e2f __purecall 10055e2f f libvcruntime:purevirt.obj + 0001:00054e4b ___DestructExceptionObject 10055e4b f libvcruntime:ehhelpers.obj + 0001:00054eec ?_CallMemberFunction0@@YGXQAX0@Z 10055eec f i libvcruntime:ehhelpers.obj + 0001:00054f51 __IsExceptionObjectToBeDestroyed 10055f51 f libvcruntime:ehhelpers.obj + 0001:00054f77 ___AdjustPointer 10055f77 f libvcruntime:ehhelpers.obj + 0001:00054f9c ___FrameUnwindFilter 10055f9c f libvcruntime:ehhelpers.obj + 0001:00054ff2 ___std_terminate 10055ff2 f libvcruntime:ehhelpers.obj + 0001:00054ff7 ___std_exception_copy 10055ff7 f libvcruntime:std_exception.obj + 0001:0005505a ___std_exception_destroy 1005605a f libvcruntime:std_exception.obj + 0001:00055079 __CxxThrowException@8 10056079 f libvcruntime:throw.obj + 0001:000550e5 ?GetRangeOfTrysToCheck@__FrameHandler3@@SA?AU?$pair@Viterator@TryBlockMap@__FrameHandler3@@V123@@std@@AAVTryBlockMap@1@HPAXPBU_s_FuncInfo@@H@Z 100560e5 f libvcruntime:trnsctrl.obj + 0001:00055154 ?_CallCatchBlock2@@YAPAXPAUEHRegistrationNode@@PBU_s_FuncInfo@@PAXHK@Z 10056154 f libvcruntime:trnsctrl.obj + 0001:000551b1 ?_CallSETranslator@@YAHPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAX2PBU_s_FuncInfo@@H1@Z 100561b1 f libvcruntime:trnsctrl.obj + 0001:000552a1 ?_JumpToContinuation@@YGXPAXPAUEHRegistrationNode@@@Z 100562a1 f libvcruntime:trnsctrl.obj + 0001:000552d1 ?_UnwindNestedFrames@@YGXPAUEHRegistrationNode@@PAUEHExceptionRecord@@@Z 100562d1 f libvcruntime:trnsctrl.obj + 0001:00055325 __CatchGuardHandler 10056325 f libvcruntime:trnsctrl.obj + 0001:00055356 __CreateFrameInfo 10056356 f libvcruntime:trnsctrl.obj + 0001:0005537a __FindAndUnlinkFrame 1005637a f libvcruntime:trnsctrl.obj + 0001:000553c2 __TranslatorGuardHandler 100563c2 f libvcruntime:trnsctrl.obj + 0001:00055461 ___CxxFrameHandler3 10056461 f libvcruntime:trnsctrl.obj + 0001:000554a0 _memcpy 100564a0 f libvcruntime:memcpy.obj + 0001:000554a0 _memmove 100564a0 f libvcruntime:memmove.obj + 0001:00055a20 ??0__non_rtti_object@std@@QAE@ABV01@@Z 10056a20 f i libvcruntime:rtti.obj + 0001:00055a3b ??0bad_typeid@std@@QAE@ABV01@@Z 10056a3b f i libvcruntime:rtti.obj + 0001:00055a56 ??_E__non_rtti_object@std@@UAEPAXI@Z 10056a56 f i libvcruntime:rtti.obj + 0001:00055a56 ??_Ebad_function_call@std@@UAEPAXI@Z 10056a56 f i libcpmt:xthrow.obj + 0001:00055a56 ??_Ebad_typeid@std@@UAEPAXI@Z 10056a56 f i libvcruntime:rtti.obj + 0001:00055a56 ??_Einvalid_argument@std@@UAEPAXI@Z 10056a56 f i libcpmt:xthrow.obj + 0001:00055a56 ??_Elength_error@std@@UAEPAXI@Z 10056a56 f i libcpmt:xthrow.obj + 0001:00055a56 ??_Elogic_error@std@@UAEPAXI@Z 10056a56 f i libcpmt:xthrow.obj + 0001:00055a56 ??_Eout_of_range@std@@UAEPAXI@Z 10056a56 f i libcpmt:xthrow.obj + 0001:00055a56 ??_G__non_rtti_object@std@@UAEPAXI@Z 10056a56 f i libvcruntime:rtti.obj + 0001:00055a56 ??_Gbad_function_call@std@@UAEPAXI@Z 10056a56 f i libcpmt:xthrow.obj + 0001:00055a56 ??_Gbad_typeid@std@@UAEPAXI@Z 10056a56 f i libvcruntime:rtti.obj + 0001:00055a56 ??_Ginvalid_argument@std@@UAEPAXI@Z 10056a56 f i libcpmt:xthrow.obj + 0001:00055a56 ??_Glength_error@std@@UAEPAXI@Z 10056a56 f i libcpmt:xthrow.obj + 0001:00055a56 ??_Glogic_error@std@@UAEPAXI@Z 10056a56 f i libcpmt:xthrow.obj + 0001:00055a56 ??_Gout_of_range@std@@UAEPAXI@Z 10056a56 f i libcpmt:xthrow.obj + 0001:00055e27 ?__construct_from_string_literal@__non_rtti_object@std@@SA?AV12@QBD@Z 10056e27 f i libvcruntime:rtti.obj + 0001:00055e43 ?__construct_from_string_literal@bad_cast@std@@SA?AV12@QBD@Z 10056e43 f i libvcruntime:rtti.obj + 0001:00055e5f ?__construct_from_string_literal@bad_typeid@std@@SA?AV12@QBD@Z 10056e5f f i libvcruntime:rtti.obj + 0001:00055e7b ___RTDynamicCast 10056e7b f libvcruntime:rtti.obj + 0001:00055f6e ___RTtypeid 10056f6e f libvcruntime:rtti.obj + 0001:00056004 ??3@YAXPAX@Z 10057004 f LIBCMT:delete_scalar.obj + 0001:00056009 ___std_type_info_compare 10057009 f libvcruntime:std_type_info.obj + 0001:00056045 ___std_type_info_destroy_list 10057045 f libvcruntime:std_type_info.obj + 0001:00056068 ___std_type_info_name 10057068 f libvcruntime:std_type_info.obj + 0001:00056130 _memset 10057130 f libvcruntime:memset.obj + 0001:00056290 _strstr 10057290 f libvcruntime:strstr.obj + 0001:00056500 _memchr 10057500 f libvcruntime:memchr.obj + 0001:000565ad ___vcrt_freefls@4 100575ad f libvcruntime:per_thread_data.obj + 0001:000565c9 ___vcrt_freeptd_for_this_thread 100575c9 f libvcruntime:per_thread_data.obj + 0001:000565f4 ___vcrt_getptd 100575f4 f libvcruntime:per_thread_data.obj + 0001:00056602 ___vcrt_getptd_noexit 10057602 f libvcruntime:per_thread_data.obj + 0001:00056694 ___vcrt_getptd_noinit 10057694 f libvcruntime:per_thread_data.obj + 0001:000566cb ___vcrt_initialize_ptd 100576cb f libvcruntime:per_thread_data.obj + 0001:000566fe ___vcrt_uninitialize_ptd 100576fe f libvcruntime:per_thread_data.obj + 0001:00056760 __except_handler4 10057760 f libvcruntime:chandler4.obj + 0001:00056ff0 ??$TypeMatchHelper@V__FrameHandler3@@@@YAHPBU_s_HandlerType@@PBU_s_CatchableType@@PBU_s_ThrowInfo@@@Z 10057ff0 f i libvcruntime:frame.obj + 0001:0005707e ??$__InternalCxxFrameHandler@V__FrameHandler3@@@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@H1E@Z 1005807e f i libvcruntime:frame.obj + 0001:00057180 ??$__InternalCxxFrameHandlerWrapper@V__FrameHandler3@@@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@H1E@Z 10058180 f i libvcruntime:frame.obj + 0001:000573e1 ?FrameUnwindToEmptyState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@@Z 100583e1 f libvcruntime:frame.obj + 0001:000573f9 ?FrameUnwindToState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@H@Z 100583f9 f libvcruntime:frame.obj + 0001:0005757b ?_CallMemberFunction1@@YGXQAX00@Z 1005857b f i libvcruntime:frame.obj + 0001:0005758b ?_CallMemberFunction2@@YGXQAX00H@Z 1005858b f i libvcruntime:frame.obj + 0001:0005759e ?getESTypes@__FrameHandler3@@SAPBU_s_ESTypeList@@PBU_s_FuncInfo@@@Z 1005859e f i libvcruntime:frame.obj + 0001:000575b0 __CallSettingFrame@12 100585b0 f libvcruntime:lowhelpr.obj + 0001:000575d7 __NLG_Return 100585d7 libvcruntime:lowhelpr.obj + 0001:000575fc ___except_validate_context_record 100585fc f libvcruntime:jbcxrval.obj + 0001:0005762c ??$?0$00@DName@@QAE@PBDU?$StringLifeSelector@$00@@@Z 1005862c f i libvcruntime:undname.obj + 0001:0005765f ??$?0$01@DName@@QAE@PBDU?$StringLifeSelector@$01@@@Z 1005865f f i libvcruntime:undname.obj + 0001:0005765f ??$?0$0A@@DName@@QAE@PBDU?$StringLifeSelector@$0A@@@@Z 1005865f f i libvcruntime:undname.obj + 0001:00057692 ??$?0$01@pcharNode@@QAE@PBDHU?$StringLifeSelector@$01@@@Z 10058692 f i libvcruntime:undname.obj + 0001:00057692 ??$?0$0A@@pcharNode@@QAE@PBDHU?$StringLifeSelector@$0A@@@@Z 10058692 f i libvcruntime:undname.obj + 0001:000576d2 ??$append@VDNameNode@@@DName@@AAEXPBVDNameNode@@@Z 100586d2 f i libvcruntime:undname.obj + 0001:000576d2 ??$append@VDNameStatusNode@@@DName@@AAEXPBVDNameStatusNode@@@Z 100586d2 f i libvcruntime:undname.obj + 0001:000576d2 ??$append@VcharNode@@@DName@@AAEXPBVcharNode@@@Z 100586d2 f i libvcruntime:undname.obj + 0001:000576d2 ??$append@VpcharNode@@@DName@@AAEXPBVpcharNode@@@Z 100586d2 f i libvcruntime:undname.obj + 0001:00057713 ??$doPchar@$00@DName@@AAEXPBDH@Z 10058713 f i libvcruntime:undname.obj + 0001:0005777f ??$doPchar@$01@DName@@AAEXPBDH@Z 1005877f f i libvcruntime:undname.obj + 0001:0005777f ??$doPchar@$0A@@DName@@AAEXPBDH@Z 1005877f f i libvcruntime:undname.obj + 0001:000578ac ??0DName@@QAE@AAPBDD@Z 100588ac f libvcruntime:undname.obj + 0001:00057935 ??0DName@@QAE@ABUStringLiteral@@@Z 10058935 f libvcruntime:undname.obj + 0001:0005795c ??0DName@@QAE@PAV0@@Z 1005895c f libvcruntime:undname.obj + 0001:000579a3 ??0DName@@QAE@W4DNameStatus@@@Z 100589a3 f libvcruntime:undname.obj + 0001:000579e3 ??0DName@@QAE@_J@Z 100589e3 f libvcruntime:undname.obj + 0001:00057a6d ??0DName@@QAE@_K@Z 10058a6d f libvcruntime:undname.obj + 0001:00057ad1 ??0DNameNode@@IAE@XZ 10058ad1 f i libvcruntime:undname.obj + 0001:00057ada ??0UnDecorator@@QAE@PBDP6APADJ@ZK@Z 10058ada f i libvcruntime:undname.obj + 0001:00057b3e ??0pDNameNode@@QAE@PAVDName@@@Z 10058b3e f libvcruntime:undname.obj + 0001:00057b66 ??0pairNode@@QAE@PBVDNameNode@@0@Z 10058b66 f i libvcruntime:undname.obj + 0001:00057b8c ??2@YAPAXIAAV_HeapManager@@H@Z 10058b8c f libvcruntime:undname.obj + 0001:00057bab ??4DName@@QAEAAV0@ABUStringLiteral@@@Z 10058bab f libvcruntime:undname.obj + 0001:00057bcc ??4DName@@QAEAAV0@W4DNameStatus@@@Z 10058bcc f libvcruntime:undname.obj + 0001:00057bfe ??AReplicator@@QBE?AVDName@@H@Z 10058bfe f libvcruntime:undname.obj + 0001:00057c3a ??H@YA?AVDName@@ABUStringLiteral@@ABV0@@Z 10058c3a f i libvcruntime:undname.obj + 0001:00057c5c ??H@YA?AVDName@@DABV0@@Z 10058c5c f i libvcruntime:undname.obj + 0001:00057c87 ??H@YA?AVDName@@W4DNameStatus@@ABV0@@Z 10058c87 f i libvcruntime:undname.obj + 0001:00057ca9 ??HDName@@QBE?AV0@ABUStringLiteral@@@Z 10058ca9 f libvcruntime:undname.obj + 0001:00057ccb ??HDName@@QBE?AV0@ABV0@@Z 10058ccb f libvcruntime:undname.obj + 0001:00057ced ??HDName@@QBE?AV0@D@Z 10058ced f libvcruntime:undname.obj + 0001:00057d0f ??HDName@@QBE?AV0@W4DNameStatus@@@Z 10058d0f f libvcruntime:undname.obj + 0001:00057d31 ??YDName@@QAEAAV0@ABUStringLiteral@@@Z 10058d31 f libvcruntime:undname.obj + 0001:00057d89 ??YDName@@QAEAAV0@ABV0@@Z 10058d89 f libvcruntime:undname.obj + 0001:00057de0 ??YDName@@QAEAAV0@D@Z 10058de0 f libvcruntime:undname.obj + 0001:00057e35 ??YDName@@QAEAAV0@W4DNameStatus@@@Z 10058e35 f libvcruntime:undname.obj + 0001:00057e75 ??YReplicator@@QAEAAV0@ABVDName@@@Z 10058e75 f libvcruntime:undname.obj + 0001:00057eb5 ??_5DName@@QAEAAV0@ABV0@@Z 10058eb5 f libvcruntime:undname.obj + 0001:00057ed4 ?Destructor@_HeapManager@@QAEXXZ 10058ed4 f i libvcruntime:undname.obj + 0001:00057f09 ?UScore@UnDecorator@@SA?AUStringLiteral@@W4Tokens@@@Z 10058f09 f libvcruntime:undname.obj + 0001:00057f30 ?composeDeclaration@UnDecorator@@CA?AVDName@@ABV2@@Z 10058f30 f i libvcruntime:undname.obj + 0001:00058cb6 ?doPchar@DName@@AAEXD@Z 10059cb6 f libvcruntime:undname.obj + 0001:00058cee ?getAddressOf@UnDecorator@@CA?AVDName@@XZ 10059cee f libvcruntime:undname.obj + 0001:00058d56 ?getArgumentList@UnDecorator@@CA?AVDName@@XZ 10059d56 f libvcruntime:undname.obj + 0001:00058e63 ?getArgumentTypes@UnDecorator@@CA?AVDName@@XZ 10059e63 f libvcruntime:undname.obj + 0001:00058f6b ?getArrayAccess@UnDecorator@@CA?AVDName@@XZ 10059f6b f libvcruntime:undname.obj + 0001:00058fdf ?getArrayObject@UnDecorator@@CA?AVDName@@XZ 10059fdf f libvcruntime:undname.obj + 0001:0005907d ?getArrayType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005a07d f i libvcruntime:undname.obj + 0001:0005921a ?getBasedType@UnDecorator@@CA?AVDName@@XZ 1005a21a f libvcruntime:undname.obj + 0001:000592c9 ?getBasicDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005a2c9 f libvcruntime:undname.obj + 0001:00059825 ?getCallingConvention@UnDecorator@@CA?AVDName@@XZ 1005a825 f libvcruntime:undname.obj + 0001:000598ef ?getDataIndirectType@UnDecorator@@CA?AVDName@@ABV2@W4IndirectionKind@@0H@Z 1005a8ef f libvcruntime:undname.obj + 0001:00059fae ?getDataIndirectType@UnDecorator@@CA?AVDName@@XZ 1005afae f i libvcruntime:undname.obj + 0001:00059fdc ?getDataType@UnDecorator@@CA?AVDName@@PAV2@@Z 1005afdc f libvcruntime:undname.obj + 0001:0005a0b3 ?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 1005b0b3 f libvcruntime:undname.obj + 0001:0005a307 ?getDimension@UnDecorator@@CA?AVDName@@_N@Z 1005b307 f libvcruntime:undname.obj + 0001:0005a40e ?getDispatchTarget@UnDecorator@@CA?AVDName@@XZ 1005b40e f libvcruntime:undname.obj + 0001:0005a45f ?getECSUDataType@UnDecorator@@CA?AVDName@@XZ 1005b45f f libvcruntime:undname.obj + 0001:0005a609 ?getEnumType@UnDecorator@@CA?AVDName@@XZ 1005b609 f i libvcruntime:undname.obj + 0001:0005a71d ?getExtendedDataIndirectType@UnDecorator@@CA?AVDName@@AAW4IndirectionKind@@AA_NH@Z 1005b71d f libvcruntime:undname.obj + 0001:0005a920 ?getExternalDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005b920 f i libvcruntime:undname.obj + 0001:0005a985 ?getFloatingPoint@UnDecorator@@CA?AVDName@@H@Z 1005b985 f libvcruntime:undname.obj + 0001:0005aa48 ?getFunctionIndirectType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005ba48 f libvcruntime:undname.obj + 0001:0005adf2 ?getLastChar@DName@@QBEDXZ 1005bdf2 f i libvcruntime:undname.obj + 0001:0005ae12 ?getLastChar@DNameStatusNode@@UBEDXZ 1005be12 f i libvcruntime:undname.obj + 0001:0005ae1e ?getLastChar@charNode@@UBEDXZ 1005be1e f i libvcruntime:undname.obj + 0001:0005ae22 ?getLastChar@pDNameNode@@UBEDXZ 1005be22 f i libvcruntime:undname.obj + 0001:0005ae30 ?getLastChar@pairNode@@UBEDXZ 1005be30 f i libvcruntime:undname.obj + 0001:0005ae65 ?getLastChar@pcharNode@@UBEDXZ 1005be65 f i libvcruntime:undname.obj + 0001:0005ae77 ?getLexicalFrame@UnDecorator@@CA?AVDName@@XZ 1005be77 f i libvcruntime:undname.obj + 0001:0005aea8 ?getMemberAccess@UnDecorator@@CA?AVDName@@XZ 1005bea8 f libvcruntime:undname.obj + 0001:0005af18 ?getMemoryWithBuffer@_HeapManager@@QAEPAXI@Z 1005bf18 f libvcruntime:undname.obj + 0001:0005af82 ?getMemoryWithoutBuffer@_HeapManager@@QAEPAXI@Z 1005bf82 f libvcruntime:undname.obj + 0001:0005afa2 ?getNoexcept@UnDecorator@@CA?AVDName@@XZ 1005bfa2 f libvcruntime:undname.obj + 0001:0005afeb ?getNumberOfDimensions@UnDecorator@@CAHXZ 1005bfeb f libvcruntime:undname.obj + 0001:0005b045 ?getOperatorName@UnDecorator@@CA?AVDName@@_NPA_N@Z 1005c045 f i libvcruntime:undname.obj + 0001:0005b90b ?getPointerToMember@UnDecorator@@CA?AVDName@@XZ 1005c90b f libvcruntime:undname.obj + 0001:0005b9c7 ?getPrimaryDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005c9c7 f libvcruntime:undname.obj + 0001:0005bc15 ?getPtrRefDataType@UnDecorator@@CA?AVDName@@ABV2@H@Z 1005cc15 f libvcruntime:undname.obj + 0001:0005bd82 ?getPtrRefType@UnDecorator@@CA?AVDName@@ABV2@0W4IndirectionKind@@@Z 1005cd82 f libvcruntime:undname.obj + 0001:0005be93 ?getRestrictionSpec@UnDecorator@@CA?AVDName@@XZ 1005ce93 f libvcruntime:undname.obj + 0001:0005bfac ?getReturnType@UnDecorator@@CA?AVDName@@PAV2@@Z 1005cfac f libvcruntime:undname.obj + 0001:0005bfdb ?getScope@UnDecorator@@CA?AVDName@@XZ 1005cfdb f libvcruntime:undname.obj + 0001:0005c399 ?getScopedName@UnDecorator@@CA?AVDName@@XZ 1005d399 f libvcruntime:undname.obj + 0001:0005c48e ?getSignedDimension@UnDecorator@@CA?AVDName@@XZ 1005d48e f libvcruntime:undname.obj + 0001:0005c4df ?getString@DName@@QBEPADPAD0@Z 1005d4df f i libvcruntime:undname.obj + 0001:0005c50c ?getString@DName@@QBEPADPADH@Z 1005d50c f i libvcruntime:undname.obj + 0001:0005c561 ?getString@DNameStatusNode@@UBEPADPAD0@Z 1005d561 f i libvcruntime:undname.obj + 0001:0005c5a8 ?getString@charNode@@UBEPADPAD0@Z 1005d5a8 f i libvcruntime:undname.obj + 0001:0005c5bd ?getString@pDNameNode@@UBEPADPAD0@Z 1005d5bd f i libvcruntime:undname.obj + 0001:0005c5d4 ?getString@pairNode@@UBEPADPAD0@Z 1005d5d4 f i libvcruntime:undname.obj + 0001:0005c61a ?getString@pcharNode@@UBEPADPAD0@Z 1005d61a f i libvcruntime:undname.obj + 0001:0005c635 ?getStringEncoding@UnDecorator@@CA?AVDName@@W4PrefixKind@@H@Z 1005d635 f libvcruntime:undname.obj + 0001:0005c6c8 ?getStringHelper@@YAPADPADPBD1H@Z 1005d6c8 f i libvcruntime:undname.obj + 0001:0005c6f2 ?getStringObject@UnDecorator@@CA?AVDName@@XZ 1005d6f2 f libvcruntime:undname.obj + 0001:0005c75e ?getSymbolName@UnDecorator@@CA?AVDName@@XZ 1005d75e f i libvcruntime:undname.obj + 0001:0005c7a6 ?getTemplateArgumentList@UnDecorator@@CA?AVDName@@XZ 1005d7a6 f libvcruntime:undname.obj + 0001:0005c956 ?getTemplateName@UnDecorator@@CA?AVDName@@_N@Z 1005d956 f libvcruntime:undname.obj + 0001:0005cad1 ?getTemplateNonTypeArgument@UnDecorator@@CA?AVDName@@XZ 1005dad1 f libvcruntime:undname.obj + 0001:0005ce99 ?getTemplateTypeArgument@UnDecorator@@CA?AVDName@@XZ 1005de99 f libvcruntime:undname.obj + 0001:0005cfaa ?getThisType@UnDecorator@@CA?AVDName@@XZ 1005dfaa f i libvcruntime:undname.obj + 0001:0005cfd9 ?getThrowTypes@UnDecorator@@CA?AVDName@@XZ 1005dfd9 f libvcruntime:undname.obj + 0001:0005cffa ?getTypeEncoding@UnDecorator@@CAHXZ 1005dffa f i libvcruntime:undname.obj + 0001:0005d336 ?getUndecoratedName@UnDecorator@@QAEPADPADH@Z 1005e336 f i libvcruntime:undname.obj + 0001:0005d457 ?getUnionObject@UnDecorator@@CA?AVDName@@XZ 1005e457 f libvcruntime:undname.obj + 0001:0005d4fe ?getVCallThunkType@UnDecorator@@CA?AVDName@@XZ 1005e4fe f i libvcruntime:undname.obj + 0001:0005d548 ?getValue@UnDecorator@@CA?AV?$optional@_K@std@@XZ 1005e548 f libvcruntime:undname.obj + 0001:0005d598 ?getValueObject@UnDecorator@@CA?AVDName@@XZ 1005e598 f libvcruntime:undname.obj + 0001:0005d6c4 ?getVdispMapType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005e6c4 f i libvcruntime:undname.obj + 0001:0005d725 ?getVfTableType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005e725 f i libvcruntime:undname.obj + 0001:0005d879 ?getZName@UnDecorator@@CA?AVDName@@_N0@Z 1005e879 f libvcruntime:undname.obj + 0001:0005da92 ?get_current_character_and_increment_buffer@UnDecorator@@CADXZ 1005ea92 f i libvcruntime:undname.obj + 0001:0005daa6 ?increment_buffer@UnDecorator@@CA_NI@Z 1005eaa6 f i libvcruntime:undname.obj + 0001:0005dace ?isEmpty@DName@@QBEHXZ 1005eace f i libvcruntime:undname.obj + 0001:0005dad6 ?isValid@DName@@QBEHXZ 1005ead6 f i libvcruntime:undname.obj + 0001:0005dae0 ?length@DName@@QBEHXZ 1005eae0 f i libvcruntime:undname.obj + 0001:0005daff ?length@DNameStatusNode@@UBEHXZ 1005eaff f i libvcruntime:undname.obj + 0001:0005daff ?length@pcharNode@@UBEHXZ 1005eaff f i libvcruntime:undname.obj + 0001:0005daff ?raw_length@DNameStatusNode@@UBEHXZ 1005eaff f i libvcruntime:undname.obj + 0001:0005daff ?raw_length@pcharNode@@UBEHXZ 1005eaff f i libvcruntime:undname.obj + 0001:0005db03 ?length@charNode@@UBEHXZ 1005eb03 f i libvcruntime:undname.obj + 0001:0005db03 ?raw_length@charNode@@UBEHXZ 1005eb03 f i libvcruntime:undname.obj + 0001:0005db03 __get_startup_argv_mode 1005eb03 f i LIBCMT:argv_mode.obj + 0001:0005db07 ?length@pDNameNode@@UBEHXZ 1005eb07 f i libvcruntime:undname.obj + 0001:0005db15 ?length@pairNode@@UBEHXZ 1005eb15 f i libvcruntime:undname.obj + 0001:0005db5e ?make@DNameStatusNode@@SAPBV1@W4DNameStatus@@@Z 1005eb5e f i libvcruntime:undname.obj + 0001:0005db7a ?parseDecoratedName@UnDecorator@@CA?AVDName@@XZ 1005eb7a f libvcruntime:undname.obj + 0001:0005dc75 ?raw_length@pairNode@@UBEHXZ 1005ec75 f i libvcruntime:undname.obj + 0001:0005dccb ___unDName 1005eccb f libvcruntime:undname.obj + 0001:0005dcee ___unDNameEx 1005ecee f libvcruntime:undname.obj + 0001:0005dd90 _strchr 1005ed90 f libvcruntime:strchr.obj + 0001:0005ddfe ___from_strstr_to_strchr 1005edfe libvcruntime:strchr.obj + 0001:0005dfa6 ___vcrt_FlsAlloc 1005efa6 f libvcruntime:winapi_downlevel.obj + 0001:0005dfe1 ___vcrt_FlsFree 1005efe1 f libvcruntime:winapi_downlevel.obj + 0001:0005e01c ___vcrt_FlsGetValue 1005f01c f libvcruntime:winapi_downlevel.obj + 0001:0005e057 ___vcrt_FlsSetValue 1005f057 f libvcruntime:winapi_downlevel.obj + 0001:0005e095 ___vcrt_InitializeCriticalSectionEx 1005f095 f libvcruntime:winapi_downlevel.obj + 0001:0005e0e0 __local_unwind4 1005f0e0 f libvcruntime:exsup4.obj + 0001:0005e1d0 @_EH4_CallFilterFunc@8 1005f1d0 f libvcruntime:exsup4.obj + 0001:0005e1f0 @_EH4_TransferToHandler@8 1005f1f0 f libvcruntime:exsup4.obj + 0001:0005e210 @_EH4_GlobalUnwind2@8 1005f210 f libvcruntime:exsup4.obj + 0001:0005e230 @_EH4_LocalUnwind@16 1005f230 f libvcruntime:exsup4.obj + 0001:0005e247 _unexpected 1005f247 f libvcruntime:unexpected.obj + 0001:0005e264 ?GetCurrentState@__FrameHandler3@@SAHPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@@Z 1005f264 f libvcruntime:ehstate.obj + 0001:0005e281 ?SetState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PBU_s_FuncInfo@@H@Z 1005f281 f libvcruntime:ehstate.obj + 0001:0005e290 __NLG_Notify1 1005f290 f libvcruntime:exsup.obj + 0001:0005e2a0 __NLG_Notify 1005f2a0 f libvcruntime:exsup.obj + 0001:0005e2b7 __NLG_Dispatch 1005f2b7 libvcruntime:exsup.obj + 0001:0005e2b7 __NLG_Dispatch2 1005f2b7 libvcruntime:exsup.obj + 0001:0005e2c0 __NLG_Call 1005f2c0 f libvcruntime:exsup.obj + 0001:0005e2c2 __NLG_Return2 1005f2c2 libvcruntime:exsup.obj + 0001:0005e2c3 ___vcrt_initialize_locks 1005f2c3 f libvcruntime:locks.obj + 0001:0005e2ff ___vcrt_lock 1005f2ff f libvcruntime:locks.obj + 0001:0005e314 ___vcrt_uninitialize_locks 1005f314 f libvcruntime:locks.obj + 0001:0005e343 ___vcrt_unlock 1005f343 f libvcruntime:locks.obj + 0001:0005e358 ??0__crt_cached_ptd_host@@QAE@QAU__crt_locale_pointers@@@Z 1005f358 f i libucrt:invalid_parameter.obj + 0001:0005e3a0 ??1__crt_cached_ptd_host@@QAE@XZ 1005f3a0 f i libucrt:invalid_parameter.obj + 0001:0005e3dc ?check_synchronize_global_state_index@__crt_cached_ptd_host@@AAEIXZ 1005f3dc f i libucrt:invalid_parameter.obj + 0001:0005e405 ?force_synchronize_per_thread_data@__crt_cached_ptd_host@@AAEPAU__acrt_ptd@@XZ 1005f405 f i libucrt:invalid_parameter.obj + 0001:0005e44b ?get_raw_ptd@__crt_cached_ptd_host@@QAEPAU__acrt_ptd@@XZ 1005f44b f i libucrt:invalid_parameter.obj + 0001:0005e468 ___acrt_call_reportfault 1005f468 f libucrt:invalid_parameter.obj + 0001:0005e5a1 ___acrt_initialize_invalid_parameter_handler 1005f5a1 f libucrt:invalid_parameter.obj + 0001:0005e5b0 __invalid_parameter 1005f5b0 f libucrt:invalid_parameter.obj + 0001:0005e5e7 __invalid_parameter_internal 1005f5e7 f libucrt:invalid_parameter.obj + 0001:0005e664 __invalid_parameter_noinfo 1005f664 f libucrt:invalid_parameter.obj + 0001:0005e674 __invalid_parameter_noinfo_noreturn 1005f674 f libucrt:invalid_parameter.obj + 0001:0005e691 __invoke_watson 1005f691 f libucrt:invalid_parameter.obj + 0001:0005e6c5 ___acrt_initialize_stdio 1005f6c5 f libucrt:_file.obj + 0001:0005e78d ___acrt_iob_func 1005f78d f libucrt:_file.obj + 0001:0005e79d ___acrt_uninitialize_stdio 1005f79d f libucrt:_file.obj + 0001:0005e7e9 __get_stream_buffer_pointers 1005f7e9 f libucrt:_file.obj + 0001:0005e82f __lock_file 1005f82f f libucrt:_file.obj + 0001:0005e843 __unlock_file 1005f843 f libucrt:_file.obj + 0001:0005e97c _fclose 1005f97c f libucrt:fclose.obj + 0001:0005ebe5 ___acrt_stdio_flush_nolock 1005fbe5 f libucrt:fflush.obj + 0001:0005ec4e __fflush_nolock 1005fc4e f libucrt:fflush.obj + 0001:0005ecb3 __flushall 1005fcb3 f libucrt:fflush.obj + 0001:0005ecbc _fflush 1005fcbc f libucrt:fflush.obj + 0001:0005ed0f __fgetc_nolock 1005fd0f f libucrt:fgetc.obj + 0001:0005ed4b _fgetc 1005fd4b f libucrt:fgetc.obj + 0001:0005ee64 _fgetpos 1005fe64 f libucrt:fgetpos.obj + 0001:0005eff3 __fputc_nolock_internal 1005fff3 f libucrt:fputc.obj + 0001:0005f020 _fputc 10060020 f libucrt:fputc.obj + 0001:0005f054 __fread_nolock_s 10060054 f libucrt:fread.obj + 0001:0005f22d _fread 1006022d f libucrt:fread.obj + 0001:0005f24a _fread_s 1006024a f libucrt:fread.obj + 0001:0005f368 _fsetpos 10060368 f libucrt:fsetpos.obj + 0001:0005f3a3 ?LongLongSub@@YAJ_J0PA_J@Z 100603a3 f i libucrt:fseek.obj + 0001:0005f68c __fseeki64 1006068c f libucrt:fseek.obj + 0001:0005f6c6 _fseek 100606c6 f libucrt:fseek.obj + 0001:0005f7a7 __fwrite_internal 100607a7 f libucrt:fwrite.obj + 0001:0005f81e __fwrite_nolock_internal 1006081e f libucrt:fwrite.obj + 0001:0005f9c5 _fwrite 100609c5 f libucrt:fwrite.obj + 0001:0005fbc3 _setvbuf 10060bc3 f libucrt:setvbuf.obj + 0001:0005fbfd __ungetc_nolock 10060bfd f libucrt:ungetc.obj + 0001:0005fcf1 _ungetc 10060cf1 f libucrt:ungetc.obj + 0001:0005fd64 _free 10060d64 f libucrt:free.obj + 0001:0005fd7f ??$__acrt_convert_wcs_mbs_cp@D_WV@@U__crt_win32_buffer_internal_dynamic_resizing@@@@YAHQBDAAV?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@ABV@@I@Z 10060d7f f i libucrt:rename.obj + 0001:0005fe31 ??$__acrt_mbs_to_wcs_cp@U__crt_win32_buffer_internal_dynamic_resizing@@@@YAHQBDAAV?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@I@Z 10060e31 f i libucrt:rename.obj + 0001:0005fe4e ??0_LocaleUpdate@@QAE@QAU__crt_locale_pointers@@@Z 10060e4e f i libucrt:rename.obj + 0001:0005fed0 ?__acrt_get_utf8_acp_compatibility_codepage@@YAIXZ 10060ed0 f i libucrt:rename.obj + 0001:0005ff0f ?_deallocate@?$__crt_win32_buffer@DU__crt_win32_buffer_internal_dynamic_resizing@@@@AAEXXZ 10060f0f f i libucrt:argv_wildcards.obj + 0001:0005ff0f ?_deallocate@?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@AAEXXZ 10060f0f f i libucrt:rename.obj + 0001:0005ff29 ?allocate@?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@QAEHI@Z 10060f29 f i libucrt:rename.obj + 0001:0005ff68 ?allocate@__crt_win32_buffer_internal_dynamic_resizing@@SAHQAPAXIABV__crt_win32_buffer_empty_debug_info@@@Z 10060f68 f i libucrt:rename.obj + 0001:0005ff87 _rename 10060f87 f libucrt:rename.obj + 0001:000603bc ??$count@D@formatting_buffer@__crt_stdio_output@@QBEIXZ 100613bc f i libucrt:output.obj + 0001:000603d4 ??$ensure_buffer_is_big_enough@D@formatting_buffer@__crt_stdio_output@@QAE_NIAAV__crt_cached_ptd_host@@@Z 100613d4 f i libucrt:output.obj + 0001:00060455 ??$is_overflow_condition@K@__crt_strtox@@YA_NIK@Z 10061455 f i libucrt:output.obj + 0001:00060489 ??$is_wide_character_specifier@D@__crt_stdio_output@@YA_N_KDW4length_modifier@0@@Z 10061489 f i libucrt:output.obj + 0001:000604ba ??$make_c_string_character_source@DPAPAD@__crt_strtox@@YA?AV?$c_string_character_source@D@0@QBDQAPAD@Z 100614ba f i libucrt:output.obj + 0001:000604ba ??$make_c_string_character_source@_WPAPA_W@__crt_strtox@@YA?AV?$c_string_character_source@_W@0@QB_WQAPA_W@Z 100614ba f i libucrt:output.obj + 0001:000604d5 ??$parse_integer@KV?$c_string_character_source@D@__crt_strtox@@$0A@@__crt_strtox@@YAKAAV__crt_cached_ptd_host@@V?$c_string_character_source@D@0@H_N@Z 100614d5 f i libucrt:output.obj + 0001:000606e4 ??$scratch_data@D@formatting_buffer@__crt_stdio_output@@QAEPADXZ 100616e4 f i libucrt:output.obj + 0001:00060702 ??$type_case_integer@$07@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_N_N@Z 10061702 f i libucrt:output.obj + 0001:00060702 ??$type_case_integer@$07@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_N_N@Z 10061702 f i libucrt:output.obj + 0001:0006088f ??$type_case_integer@$09@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_N_N@Z 1006188f f i libucrt:output.obj + 0001:0006088f ??$type_case_integer@$09@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_N_N@Z 1006188f f i libucrt:output.obj + 0001:00060a1c ??$type_case_integer@$0BA@@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_N_N@Z 10061a1c f i libucrt:output.obj + 0001:00060a1c ??$type_case_integer@$0BA@@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_N_N@Z 10061a1c f i libucrt:output.obj + 0001:00060ba9 ??$type_case_integer_parse_into_buffer@I$07@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEXI_N@Z 10061ba9 f i libucrt:output.obj + 0001:00060ba9 ??$type_case_integer_parse_into_buffer@I$07@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEXI_N@Z 10061ba9 f i libucrt:output.obj + 0001:00060c0c ??$type_case_integer_parse_into_buffer@I$09@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEXI_N@Z 10061c0c f i libucrt:output.obj + 0001:00060c0c ??$type_case_integer_parse_into_buffer@I$09@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEXI_N@Z 10061c0c f i libucrt:output.obj + 0001:00060c93 ??$type_case_integer_parse_into_buffer@I$0BA@@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEXI_N@Z 10061c93 f i libucrt:output.obj + 0001:00060c93 ??$type_case_integer_parse_into_buffer@I$0BA@@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEXI_N@Z 10061c93 f i libucrt:output.obj + 0001:00060d10 ??$type_case_integer_parse_into_buffer@_K$07@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEX_K_N@Z 10061d10 f i libucrt:output.obj + 0001:00060d10 ??$type_case_integer_parse_into_buffer@_K$07@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEX_K_N@Z 10061d10 f i libucrt:output.obj + 0001:00060d88 ??$type_case_integer_parse_into_buffer@_K$09@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEX_K_N@Z 10061d88 f i libucrt:output.obj + 0001:00060d88 ??$type_case_integer_parse_into_buffer@_K$09@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEX_K_N@Z 10061d88 f i libucrt:output.obj + 0001:00060e2f ??$type_case_integer_parse_into_buffer@_K$0BA@@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEX_K_N@Z 10061e2f f i libucrt:output.obj + 0001:00060e2f ??$type_case_integer_parse_into_buffer@_K$0BA@@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAEX_K_N@Z 10061e2f f i libucrt:output.obj + 0001:00060eb9 ??0?$output_adapter_data@DV?$string_output_adapter@D@__crt_stdio_output@@@__crt_stdio_output@@IAE@ABV?$string_output_adapter@D@1@_KQBDAAV__crt_cached_ptd_host@@QAD@Z 10061eb9 f i libucrt:output.obj + 0001:00060f20 ??1formatting_buffer@__crt_stdio_output@@QAE@XZ 10061f20 f i libucrt:output.obj + 0001:00060f3a ??4?$__crt_unique_heap_ptr@DU__crt_internal_free_policy@@@@QAEAAV0@$$QAV0@@Z 10061f3a f i libucrt:output.obj + 0001:00060f5e ?crop_zeroes@__crt_stdio_output@@YAXPADQAU__crt_locale_pointers@@@Z 10061f5e f i libucrt:output.obj + 0001:00060fbe ?find_next_state@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@ABE?AW4state@2@DW432@@Z 10061fbe f i libucrt:output.obj + 0001:00060ffb ?find_next_state@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@ABE?AW4state@2@DW432@@Z 10061ffb f i libucrt:output.obj + 0001:00061036 ?force_decimal_point@__crt_stdio_output@@YAXPADQAU__crt_locale_pointers@@@Z 10062036 f i libucrt:output.obj + 0001:00061092 ?parse_int_from_format_string@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NQAH@Z 10062092 f i libucrt:output.obj + 0001:00061092 ?parse_int_from_format_string@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NQAH@Z 10062092 f i libucrt:output.obj + 0001:0006110a ?process@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@QAEHXZ 1006210a f i libucrt:output.obj + 0001:000613ee ?process@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@QAEHXZ 100623ee f i libucrt:output.obj + 0001:000616c2 ?state_case_size@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 100626c2 f i libucrt:output.obj + 0001:000616c2 ?state_case_size@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 100626c2 f i libucrt:output.obj + 0001:0006181b ?state_case_type@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 1006281b f i libucrt:output.obj + 0001:0006181b ?state_case_type@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 1006281b f i libucrt:output.obj + 0001:00061b7a ?to_integer_size@__crt_stdio_output@@YAIW4length_modifier@1@@Z 10062b7a f i libucrt:output.obj + 0001:00061bce ?type_case_Z@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062bce f i libucrt:output.obj + 0001:00061bce ?type_case_Z@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062bce f i libucrt:output.obj + 0001:00061c31 ?type_case_a@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062c31 f i libucrt:output.obj + 0001:00061c31 ?type_case_a@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062c31 f i libucrt:output.obj + 0001:00061dc2 ?type_case_c_tchar@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_ND@Z 10062dc2 f i libucrt:output.obj + 0001:00061dc2 ?type_case_c_tchar@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_ND@Z 10062dc2 f i libucrt:output.obj + 0001:00061e57 ?type_case_n@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062e57 f i libucrt:output.obj + 0001:00061e57 ?type_case_n@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062e57 f i libucrt:output.obj + 0001:00061edc ?type_case_o@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062edc f i libucrt:output.obj + 0001:00061edc ?type_case_o@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062edc f i libucrt:output.obj + 0001:00061ef9 ?type_case_p@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062ef9 f i libucrt:output.obj + 0001:00061ef9 ?type_case_p@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062ef9 f i libucrt:output.obj + 0001:00061f0f ?type_case_s@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$format_validation_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062f0f f i libucrt:output.obj + 0001:00061f0f ?type_case_s@?$output_processor@DV?$string_output_adapter@D@__crt_stdio_output@@V?$standard_base@DV?$string_output_adapter@D@__crt_stdio_output@@@2@@__crt_stdio_output@@AAE_NXZ 10062f0f f i libucrt:output.obj + 0001:00061f81 ?unget@?$c_string_character_source@D@__crt_strtox@@QAEXD@Z 10062f81 f i libucrt:output.obj + 0001:00061faa ?unget@?$c_string_character_source@_W@__crt_strtox@@QAEX_W@Z 10062faa f i libucrt:output.obj + 0001:00061fe0 ?update_locale_slow@__crt_cached_ptd_host@@AAEXXZ 10062fe0 f i libucrt:output.obj + 0001:0006203b ?validate@?$c_string_character_source@D@__crt_strtox@@QBE_NXZ 1006303b f i libucrt:output.obj + 0001:0006203b ?validate@?$c_string_character_source@_W@__crt_strtox@@QBE_NXZ 1006303b f i libucrt:output.obj + 0001:00062056 ?validate@?$string_output_adapter@D@__crt_stdio_output@@QBE_NAAV__crt_cached_ptd_host@@@Z 10063056 f i libucrt:output.obj + 0001:00062087 ?write_string@?$string_output_adapter@D@__crt_stdio_output@@QBEXQBDHQAHAAV__crt_cached_ptd_host@@@Z 10063087 f i libucrt:output.obj + 0001:000620ee ___acrt_locale_get_ctype_array_value 100630ee f i libucrt:output.obj + 0001:00062110 ___stdio_common_vsprintf 10063110 f libucrt:output.obj + 0001:00062151 ___stdio_common_vsprintf_s 10063151 f libucrt:output.obj + 0001:00062192 ___acrt_errno_from_os_error 10063192 f libucrt:errno.obj + 0001:000621d5 ___acrt_errno_map_os_error 100631d5 f libucrt:errno.obj + 0001:000621f8 ___acrt_errno_map_os_error_ptd 100631f8 f libucrt:errno.obj + 0001:0006221c ___doserrno 1006321c f libucrt:errno.obj + 0001:0006222f __errno 1006322f f libucrt:errno.obj + 0001:00062242 _frexp 10063242 f libucrt:frexp.obj + 0001:0006233c _calloc 1006333c f libucrt:calloc.obj + 0001:00062347 _abort 10063347 f libucrt:abort.obj + 0001:0006238b ??$is_overflow_condition@_K@__crt_strtox@@YA_NI_K@Z 1006338b f i libucrt:atox.obj + 0001:000623cc ??$parse_integer@KV?$c_string_character_source@D@__crt_strtox@@$00@__crt_strtox@@YAKAAV__crt_cached_ptd_host@@V?$c_string_character_source@D@0@H_N@Z 100633cc f i libucrt:atox.obj + 0001:00062613 ??$parse_integer@KV?$c_string_character_source@_W@__crt_strtox@@$00@__crt_strtox@@YAKAAV__crt_cached_ptd_host@@V?$c_string_character_source@_W@0@H_N@Z 10063613 f i libucrt:atox.obj + 0001:00062c21 ??$parse_integer@_KV?$c_string_character_source@D@__crt_strtox@@$00@__crt_strtox@@YA_KAAV__crt_cached_ptd_host@@V?$c_string_character_source@D@0@H_N@Z 10063c21 f i libucrt:atox.obj + 0001:00062ee9 __ischartype_l 10063ee9 f i libucrt:atox.obj + 0001:00062f40 __wtol 10063f40 f libucrt:atox.obj + 0001:00062f7f _atoi 10063f7f f libucrt:atox.obj + 0001:00062f7f _atol 10063f7f f libucrt:atox.obj + 0001:00062fbe ??$assemble_floating_point_value_t@M@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAM@Z 10063fbe f i libucrt:strtod.obj + 0001:00062fee ??$assemble_floating_point_value_t@N@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAN@Z 10063fee f i libucrt:strtod.obj + 0001:000630bf ??$convert_decimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z 100640bf f i libucrt:strtod.obj + 0001:000630e0 ??$convert_hexadecimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z 100640e0 f i libucrt:strtod.obj + 0001:00063101 ??$parse_floating_point@V?$c_string_character_source@D@__crt_strtox@@M@__crt_strtox@@YA?AW4SLD_STATUS@@QAU__crt_locale_pointers@@V?$c_string_character_source@D@0@QAM@Z 10064101 f i libucrt:strtod.obj + 0001:00063181 ??$parse_floating_point_from_source@V?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA?AW4floating_point_parse_result@0@QAU__crt_locale_pointers@@AAV?$c_string_character_source@D@0@AAUfloating_point_string@0@@Z 10064181 f i libucrt:strtod.obj + 0001:00063599 ??$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@0@AADAAV?$c_string_character_source@D@0@PBD@Z 10064599 f i libucrt:strtod.obj + 0001:0006364c ??$parse_floating_point_possible_nan@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@0@AADAAV?$c_string_character_source@D@0@PBD@Z 1006464c f i libucrt:strtod.obj + 0001:00063750 ??$parse_floating_point_possible_nan_is_ind@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@0@@Z 10064750 f i libucrt:strtod.obj + 0001:0006378c ??$parse_floating_point_possible_nan_is_snan@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@0@@Z 1006478c f i libucrt:strtod.obj + 0001:000637c8 ??$parse_floating_point_write_result@M@__crt_strtox@@YA?AW4SLD_STATUS@@W4floating_point_parse_result@0@ABUfloating_point_string@0@QAM@Z 100647c8 f i libucrt:strtod.obj + 0001:00063934 ??R@@QBE@XZ 10064934 f i libucrt:strtod.obj + 0001:00063934 ??R@@QBE@XZ 10064934 f i libucrt:strtod.obj + 0001:00063934 ??R@@QBE@XZ 10064934 f i libucrt:strtod.obj + 0001:0006395a ?as_double@floating_point_value@__crt_strtox@@QBEAANXZ 1006495a f i libucrt:strtod.obj + 0001:0006397f ?as_float@floating_point_value@__crt_strtox@@QBEAAMXZ 1006497f f i libucrt:strtod.obj + 0001:000639a4 ?assemble_floating_point_infinity@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z 100649a4 f i libucrt:strtod.obj + 0001:000639e4 ?assemble_floating_point_value@__crt_strtox@@YA?AW4SLD_STATUS@@_KH_N1ABVfloating_point_value@1@@Z 100649e4 f i libucrt:strtod.obj + 0001:00063d3d ?assemble_floating_point_value_from_big_integer@__crt_strtox@@YA?AW4SLD_STATUS@@ABUbig_integer@1@I_N1ABVfloating_point_value@1@@Z 10064d3d f i libucrt:strtod.obj + 0001:00063ecf ?assemble_floating_point_zero@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z 10064ecf f i libucrt:strtod.obj + 0001:00063f04 ?convert_decimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z 10064f04 f i libucrt:strtod.obj + 0001:00065caa ?convert_hexadecimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z 10066caa f i libucrt:strtod.obj + 0001:00065d50 ?denormal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ 10066d50 f i libucrt:strtod.obj + 0001:00065d70 ?divide@__crt_strtox@@YA_KAAUbig_integer@1@ABU21@@Z 10066d70 f i libucrt:strtod.obj + 0001:0006621b ?normal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ 1006721b f i libucrt:strtod.obj + 0001:00066232 _strtof 10067232 f libucrt:strtod.obj + 0001:00066250 _strcspn 10067250 f libucrt:strcspn.obj + 0001:000662a0 _strncmp 100672a0 f libucrt:strncmp.obj + 0001:000665a9 __localtime64_s 100675a9 f libucrt:localtime.obj + 0001:000665b4 _localeconv 100675b4 f libucrt:localeconv.obj + 0001:000665dc ??$__acrt_convert_wcs_mbs_cp@_WDV@@U__crt_win32_buffer_no_resizing@@@@YAHQB_WAAV?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@ABV@@I@Z 100675dc f i libucrt:strftime.obj + 0001:0006669e ??$__acrt_wcs_to_mbs_cp@U__crt_win32_buffer_no_resizing@@@@YAHQB_WAAV?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@I@Z 1006769e f i libucrt:strftime.obj + 0001:000666bb ??R@@QBE@IQB_WQADI@Z 100676bb f i libucrt:strftime.obj + 0001:000666bb ??R@@QBE@IQB_WQADI@Z 100676bb f i libucrt:argv_wildcards.obj + 0001:000666df ?allocate@?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@QAEHI@Z 100676df f i libucrt:strftime.obj + 0001:00066706 ?set_to_nullptr@?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@QAEXXZ 10067706 f i libucrt:strftime.obj + 0001:0006671a __Gettnames 1006771a f libucrt:strftime.obj + 0001:0006671f __Strftime 1006771f f libucrt:strftime.obj + 0001:0006673f __Strftime_l 1006773f f libucrt:strftime.obj + 0001:0006683a __dclass 1006783a f libucrt:nan.obj + 0001:0006684b __dsign 1006784b f libucrt:nan.obj + 0001:0006685b __ldclass 1006785b f libucrt:nanl.obj + 0001:0006686c ___ascii_stricmp 1006786c f libucrt:stricmp.obj + 0001:000668a5 __strcmpi 100678a5 f libucrt:stricmp.obj + 0001:000668a5 __stricmp 100678a5 f libucrt:stricmp.obj + 0001:000668ee __stricmp_l 100678ee f libucrt:stricmp.obj + 0001:0006697e _strtoull 1006797e f libucrt:strtox.obj + 0001:000669ca _wcstol 100679ca f libucrt:strtox.obj + 0001:00066a10 __tolower_l 10067a10 f libucrt:tolower_toupper.obj + 0001:00066b0e _tolower 10067b0e f libucrt:tolower_toupper.obj + 0001:00066b40 __libm_sse2_sqrt_precise 10067b40 f libucrt:sqrt_sse2_precise.obj + 0001:00066c40 _ceil 10067c40 f libucrt:ceil_pentium4.obj + 0001:00066c80 __ceil_pentium4 10067c80 f libucrt:ceil_pentium4.obj + 0001:00066d5d __strnicmp 10067d5d f libucrt:strnicmp.obj + 0001:00066dca __strnicmp_l 10067dca f libucrt:strnicmp.obj + 0001:00066e95 _terminate 10067e95 f libucrt:terminate.obj + 0001:00066ed1 _malloc 10067ed1 f libucrt:malloc.obj + 0001:00066edc _strcpy_s 10067edc f libucrt:strcpy_s.obj + 0001:00066f36 _wcsncmp 10067f36 f libucrt:wcsncmp.obj + 0001:000672ae ___acrt_freeptd 100682ae f libucrt:per_thread_data.obj + 0001:000672da ___acrt_getptd 100682da f libucrt:per_thread_data.obj + 0001:00067395 ___acrt_getptd_head 10068395 f libucrt:per_thread_data.obj + 0001:0006742b ___acrt_getptd_noexit 1006842b f libucrt:per_thread_data.obj + 0001:000674dc ___acrt_getptd_noexit_explicit 100684dc f libucrt:per_thread_data.obj + 0001:0006757f ___acrt_initialize_ptd 1006857f f libucrt:per_thread_data.obj + 0001:000675ab ___acrt_uninitialize_ptd 100685ab f libucrt:per_thread_data.obj + 0001:000676c5 ??0_expandlocale_locale_name_cache@@QAE@QA_WIQAU__crt_qualified_locale_data@@@Z 100686c5 f i libucrt:wsetlocale.obj + 0001:0006770f ??1_expandlocale_locale_name_cache@@QAE@XZ 1006870f f i libucrt:wsetlocale.obj + 0001:000678a7 ?commit_locale_name@_expandlocale_locale_name_cache@@QAEXQB_WI@Z 100688a7 f i libucrt:wsetlocale.obj + 0001:000678eb ?commit_locale_name_cache_already_updated@_expandlocale_locale_name_cache@@QAEXQB_WI@Z 100688eb f i libucrt:wsetlocale.obj + 0001:00067920 ___acrt_copy_locale_name 10068920 f libucrt:wsetlocale.obj + 0001:00067980 ___acrt_set_locale_changed 10068980 f libucrt:wsetlocale.obj + 0001:0006798b ___acrt_uninitialize_locale 1006898b f libucrt:wsetlocale.obj + 0001:000679b2 ___lc_lctowcs 100689b2 f libucrt:wsetlocale.obj + 0001:00067a22 ___lc_wcstolc 10068a22 f libucrt:wsetlocale.obj + 0001:00067f54 __wcscats 10068f54 f libucrt:wsetlocale.obj + 0001:00067f95 __wsetlocale 10068f95 f libucrt:wsetlocale.obj + 0001:00068c8a __calloc_base 10069c8a f libucrt:calloc_base.obj + 0001:00068ce7 __free_base 10069ce7 f libucrt:free_base.obj + 0001:00068daa ??$__crt_fast_encode_pointer@P6AHXZ@@YAP6AHXZQ6AHXZ@Z 10069daa f i libucrt:onexit.obj + 0001:00068daa ??$__crt_fast_encode_pointer@P6GHPA_WKJ@Z@@YAP6GHPA_WKJ@ZQ6GH0KJ@Z@Z 10069daa f i libucrt:winapi_thunks.obj + 0001:00068daa ??$__crt_fast_encode_pointer@PAP6AXXZ@@YAPAP6AXXZQAP6AXXZ@Z 10069daa f i libucrt:onexit.obj + 0001:00068daa ??$__crt_fast_encode_pointer@PAX@@YAPAXQAX@Z 10069daa f i libucrt:winapi_thunks.obj + 0001:0006906a ___acrt_AppPolicyGetProcessTerminationMethodInternal@4 1006a06a f libucrt:winapi_thunks.obj + 0001:000690aa ___acrt_AreFileApisANSI@0 1006a0aa f libucrt:winapi_thunks.obj + 0001:000690c9 ___acrt_CompareStringEx@36 1006a0c9 f libucrt:winapi_thunks.obj + 0001:00069126 ___acrt_EnumSystemLocalesEx@16 1006a126 f libucrt:winapi_thunks.obj + 0001:0006917a ___acrt_FlsAlloc@4 1006a17a f libucrt:winapi_thunks.obj + 0001:000691b9 ___acrt_FlsFree@4 1006a1b9 f libucrt:winapi_thunks.obj + 0001:000691f8 ___acrt_FlsGetValue@4 1006a1f8 f libucrt:winapi_thunks.obj + 0001:00069237 ___acrt_FlsSetValue@8 1006a237 f libucrt:winapi_thunks.obj + 0001:00069279 ___acrt_GetDateFormatEx@28 1006a279 f libucrt:winapi_thunks.obj + 0001:000692d0 ___acrt_GetLocaleInfoEx@16 1006a2d0 f libucrt:winapi_thunks.obj + 0001:0006930f ___acrt_GetTimeFormatEx@24 1006a30f f libucrt:winapi_thunks.obj + 0001:00069354 ___acrt_GetUserDefaultLocaleName@8 1006a354 f libucrt:winapi_thunks.obj + 0001:00069390 ___acrt_InitializeCriticalSectionEx@12 1006a390 f libucrt:winapi_thunks.obj + 0001:000693db ___acrt_IsValidLocaleName@4 1006a3db f libucrt:winapi_thunks.obj + 0001:00069413 ___acrt_LCIDToLocaleName@16 1006a413 f libucrt:winapi_thunks.obj + 0001:00069452 ___acrt_LCMapStringEx@36 1006a452 f libucrt:winapi_thunks.obj + 0001:000694af ___acrt_LocaleNameToLCID@8 1006a4af f libucrt:winapi_thunks.obj + 0001:000694e0 ___acrt_can_use_vista_locale_apis 1006a4e0 f libucrt:winapi_thunks.obj + 0001:000694eb ___acrt_eagerly_load_locale_apis 1006a4eb f libucrt:winapi_thunks.obj + 0001:00069522 ___acrt_initialize_winapi_thunks 1006a522 f libucrt:winapi_thunks.obj + 0001:00069536 ___acrt_uninitialize_winapi_thunks 1006a536 f libucrt:winapi_thunks.obj + 0001:0006956c __fcloseall 1006a56c f libucrt:closeall.obj + 0001:00069617 ___acrt_stdio_free_buffer_nolock 1006a617 f libucrt:_freebuf.obj + 0001:000697bd ___acrt_initialize_lowio 1006a7bd f libucrt:ioinit.obj + 0001:0006981d ___acrt_uninitialize_lowio 1006a81d f libucrt:ioinit.obj + 0001:00069849 __fileno 1006a849 f libucrt:fileno.obj + 0001:00069901 __close_internal 1006a901 f libucrt:close.obj + 0001:000699a4 __close_nolock 1006a9a4 f libucrt:close.obj + 0001:000699d4 __close_nolock_internal 1006a9d4 f libucrt:close.obj + 0001:00069a74 ?__acrt_stdio_allocate_stream@@YA?AV__crt_stdio_stream@@XZ 1006aa74 f libucrt:stream.obj + 0001:00069add ?__acrt_stdio_free_stream@@YAXV__crt_stdio_stream@@@Z 1006aadd f libucrt:stream.obj + 0001:00069bda ___acrt_initialize_locks 1006abda f libucrt:locks.obj + 0001:00069c1b ___acrt_lock 1006ac1b f libucrt:locks.obj + 0001:00069c32 ___acrt_uninitialize_locks 1006ac32 f libucrt:locks.obj + 0001:00069c63 ___acrt_unlock 1006ac63 f libucrt:locks.obj + 0001:00069c7a __lock_locales 1006ac7a f libucrt:locks.obj + 0001:00069c88 __unlock_locales 1006ac88 f libucrt:locks.obj + 0001:00069d33 __commit 1006ad33 f libucrt:commit.obj + 0001:0006a552 __write 1006b552 f libucrt:write.obj + 0001:0006a589 __write_internal 1006b589 f libucrt:write.obj + 0001:0006a69a __write_nolock 1006b69a f libucrt:write.obj + 0001:0006aa45 ___acrt_stdio_refill_and_read_narrow_nolock 1006ba45 f libucrt:_filbuf.obj + 0001:0006b047 __ftelli64 1006c047 f libucrt:ftell.obj + 0001:0006b07d __ftelli64_nolock_internal 1006c07d f libucrt:ftell.obj + 0001:0006b2d5 ___acrt_stdio_flush_and_write_narrow_nolock 1006c2d5 f libucrt:_flsbuf.obj + 0001:0006b7bc __read 1006c7bc f libucrt:read.obj + 0001:0006b8d5 __read_nolock 1006c8d5 f libucrt:read.obj + 0001:0006be08 __lseeki64 1006ce08 f libucrt:lseek.obj + 0001:0006be48 __lseeki64_internal 1006ce48 f libucrt:lseek.obj + 0001:0006be66 __lseeki64_nolock 1006ce66 f libucrt:lseek.obj + 0001:0006bea6 __lseeki64_nolock_internal 1006cea6 f libucrt:lseek.obj + 0001:0006bec4 ___acrt_should_use_temporary_buffer 1006cec4 f libucrt:_sftbuf.obj + 0001:0006bf02 ___acrt_stdio_begin_temporary_buffering_nolock 1006cf02 f libucrt:_sftbuf.obj + 0001:0006bfad ___acrt_stdio_end_temporary_buffering_nolock 1006cfad f libucrt:_sftbuf.obj + 0001:0006bfeb ___acrt_stdio_allocate_buffer_nolock 1006cfeb f libucrt:_getbuf.obj + 0001:0006c047 __malloc_base 1006d047 f libucrt:malloc_base.obj + 0001:0006c12d ___acrt_MultiByteToWideChar 1006d12d f libucrt:multibytetowidechar.obj + 0001:0006c157 ___acrt_update_locale_info 1006d157 f libucrt:locale_update.obj + 0001:0006c184 ___acrt_update_locale_info_explicit 1006d184 f libucrt:locale_update.obj + 0001:0006c1b5 ___acrt_update_multibyte_info 1006d1b5 f libucrt:locale_update.obj + 0001:0006c1e2 ___acrt_update_multibyte_info_explicit 1006d1e2 f libucrt:locale_update.obj + 0001:0006c213 __wrename 1006d213 f libucrt:wrename.obj + 0001:0006c240 _strnlen 1006d240 f libucrt:strnlen.obj + 0001:0006c362 _wcsnlen 1006d362 f libucrt:strnlen.obj + 0001:0006c512 ?__acrt_fp_classify@@YA?AW4__acrt_fp_class@@ABN@Z 1006d512 f i libucrt:cvt.obj + 0001:0006ceea ___acrt_fp_format 1006deea f libucrt:cvt.obj + 0001:0006d06b __wctomb_internal 1006e06b f libucrt:wctomb.obj + 0001:0006d1d5 __mbtowc_internal 1006e1d5 f libucrt:mbtowc.obj + 0001:0006d308 __get_printf_count_output 1006e308 f libucrt:printf_count_output.obj + 0001:0006d31d __errcode 1006e31d f libucrt:fpexcept.obj + 0001:0006d351 __except1 1006e351 f libucrt:fpexcept.obj + 0001:0006d41f __handle_exc 1006e41f f libucrt:fpexcept.obj + 0001:0006d69f __raise_exc 1006e69f f libucrt:fpexcept.obj + 0001:0006d6c2 __raise_exc_ex 1006e6c2 f libucrt:fpexcept.obj + 0001:0006d9b3 __set_errno_from_matherr 1006e9b3 f libucrt:fpexcept.obj + 0001:0006d9e4 __umatherr 1006e9e4 f libucrt:fpexcept.obj + 0001:0006da84 __decomp 1006ea84 f libucrt:util.obj + 0001:0006db56 __set_exp 1006eb56 f libucrt:util.obj + 0001:0006db83 __sptype 1006eb83 f libucrt:util.obj + 0001:0006dbe6 ___set_fpsr_sse2 1006ebe6 f libucrt:fpctrl.obj + 0001:0006dc66 __clrfp 1006ec66 f libucrt:fpctrl.obj + 0001:0006dc77 __ctrlfp 1006ec77 f libucrt:fpctrl.obj + 0001:0006dca1 __set_statfp 1006eca1 f libucrt:fpctrl.obj + 0001:0006dcfa __statfp 1006ecfa f libucrt:fpctrl.obj + 0001:0006dd57 ??$__crt_fast_decode_pointer@P6AHI@Z@@YAP6AHI@ZQ6AHI@Z@Z 1006ed57 f i libucrt:new_handler.obj + 0001:0006dd57 ??$__crt_fast_decode_pointer@P6AXH@Z@@YAP6AXH@ZQ6AXH@Z@Z 1006ed57 f i libucrt:signal.obj + 0001:0006dd57 ??$__crt_fast_decode_pointer@P6GXPAXK0@Z@@YAP6GXPAXK0@ZQ6GX0K0@Z@Z 1006ed57 f i libucrt:exit.obj + 0001:0006dfff ___acrt_initialize_thread_local_exit_callback 1006efff f libucrt:exit.obj + 0001:0006e00e __cexit 1006f00e f libucrt:exit.obj + 0001:0006e01d __exit 1006f01d f libucrt:exit.obj + 0001:0006e033 __is_c_termination_complete 1006f033 f libucrt:exit.obj + 0001:0006e10c ___acrt_get_sigabrt_handler 1006f10c f libucrt:signal.obj + 0001:0006e133 ___acrt_initialize_signal_handlers 1006f133 f libucrt:signal.obj + 0001:0006e151 _raise 1006f151 f libucrt:signal.obj + 0001:0006e343 ___pctype_func 1006f343 f libucrt:ctype.obj + 0001:0006e367 _iswctype 1006f367 f libucrt:iswctype.obj + 0001:0006e3d0 __isctype_l 1006f3d0 f libucrt:isctype.obj + 0001:0006e49b _fegetround 1006f49b f libucrt:fegetround.obj + 0001:0006e4a8 ___acrt_initialize_timeset 1006f4a8 f libucrt:timeset.obj + 0001:0006e4dd ___daylight 1006f4dd f libucrt:timeset.obj + 0001:0006e4e3 ___dstbias 1006f4e3 f libucrt:timeset.obj + 0001:0006e4e9 ___timezone 1006f4e9 f libucrt:timeset.obj + 0001:0006e4ef ___tzname 1006f4ef f libucrt:timeset.obj + 0001:0006e4f5 ___wide_tzname 1006f4f5 f libucrt:timeset.obj + 0001:0006e4fb __get_daylight 1006f4fb f libucrt:timeset.obj + 0001:0006e527 __get_dstbias 1006f527 f libucrt:timeset.obj + 0001:0006e553 __get_timezone 1006f553 f libucrt:timeset.obj + 0001:0006e57f ??$__crt_time_elapsed_leap_years@H@@YAHH@Z 1006f57f f i libucrt:gmtime.obj + 0001:0006e5b9 ??$__crt_time_is_leap_year@H@@YA_NH@Z 1006f5b9 f i libucrt:gmtime.obj + 0001:0006e7ff __gmtime64_s 1006f7ff f libucrt:gmtime.obj + 0001:0006f0c9 ___tzset 100700c9 f libucrt:tzset.obj + 0001:0006f126 __isindst 10070126 f libucrt:tzset.obj + 0001:0006f20a ___acrt_WideCharToMultiByte 1007020a f libucrt:widechartomultibyte.obj + 0001:0006f276 ??1?$__crt_scoped_stack_ptr@_W@@QAE@XZ 10070276 f i libucrt:wcsftime.obj + 0001:000702da __W_Gettnames 100712da f libucrt:wcsftime.obj + 0001:000709d6 __Wcsftime_l 100719d6 f libucrt:wcsftime.obj + 0001:00070b36 __freea_crt 10071b36 f i libucrt:wcsftime.obj + 0001:00070b56 __dtest 10071b56 f libucrt:_test.obj + 0001:00070bba __ldtest 10071bba f libucrt:_test.obj + 0001:00070db4 ___acrt_LCMapStringA 10071db4 f libucrt:lcmapstringa.obj + 0001:00070dfd ___libm_error_support 10071dfd f libucrt:libm_error.obj + 0001:00071000 _sqrt 10072000 f libucrt:sqrt.obj + 0001:0007100e ___acrt_initialize_sse2 1007200e f libucrt:mathfcns.obj + 0001:0007101e __ceil_default 1007201e f libucrt:ceil.obj + 0001:000710e0 ___ascii_strnicmp 100720e0 f libucrt:_strnicm.obj + 0001:00071141 ___acrt_add_locale_ref 10072141 f libucrt:locale_refcounting.obj + 0001:000711be ___acrt_free_locale 100721be f libucrt:locale_refcounting.obj + 0001:00071306 ___acrt_locale_add_lc_time_reference 10072306 f libucrt:locale_refcounting.obj + 0001:0007132f ___acrt_locale_free_lc_time_if_unreferenced 1007232f f libucrt:locale_refcounting.obj + 0001:00071360 ___acrt_locale_release_lc_time_reference 10072360 f libucrt:locale_refcounting.obj + 0001:00071389 ___acrt_release_locale_ref 10072389 f libucrt:locale_refcounting.obj + 0001:0007140a ___acrt_update_thread_locale_data 1007240a f libucrt:locale_refcounting.obj + 0001:0007148b __updatetlocinfoEx_nolock 1007248b f libucrt:locale_refcounting.obj + 0001:00071a57 ___acrt_initialize_multibyte 10072a57 f libucrt:mbctype.obj + 0001:00071a9f ___acrt_update_thread_multibyte_data 10072a9f f libucrt:mbctype.obj + 0001:00071ab2 __setmbcp_nolock 10072ab2 f libucrt:mbctype.obj + 0001:00071cb7 __seh_filter_dll 10072cb7 f libucrt:exception_filter.obj + 0001:00071cd7 __seh_filter_exe 10072cd7 f libucrt:exception_filter.obj + 0001:00071e1d ____lc_codepage_func 10072e1d f libucrt:initctype.obj + 0001:00071e42 ____lc_locale_name_func 10072e42 f libucrt:initctype.obj + 0001:00071e69 ____mb_cur_max_func 10072e69 f libucrt:initctype.obj + 0001:00071e8e ___acrt_locale_initialize_ctype 10072e8e f libucrt:initctype.obj + 0001:000722eb ___acrt_locale_free_monetary 100732eb f libucrt:initmon.obj + 0001:000723e9 ___acrt_locale_initialize_monetary 100733e9 f libucrt:initmon.obj + 0001:0007274a ___acrt_locale_free_numeric 1007374a f libucrt:initnum.obj + 0001:000727b3 ___acrt_locale_initialize_numeric 100737b3 f libucrt:initnum.obj + 0001:00072c71 ___acrt_locale_free_time 10073c71 f libucrt:inittime.obj + 0001:00072d55 ___acrt_locale_initialize_time 10073d55 f libucrt:inittime.obj + 0001:00072dd0 _wcscat_s 10073dd0 f libucrt:wcscat_s.obj + 0001:00072e3f _wcscpy_s 10073e3f f libucrt:wcscpy_s.obj + 0001:00072f8b _wcsncat_s 10073f8b f libucrt:wcsncat_s.obj + 0001:00073064 _wcsncpy_s 10074064 f libucrt:wcsncpy_s.obj + 0001:0007306f _wcscspn 1007406f f libucrt:wcscspn.obj + 0001:000730c8 _wcspbrk 100740c8 f libucrt:wcspbrk.obj + 0001:00073116 ___acrt_GetStringTypeA 10074116 f libucrt:getstringtypea.obj + 0001:0007390e ___acrt_get_qualified_locale 1007490e f libucrt:get_qualified_locale.obj + 0001:00074283 ___acrt_get_qualified_locale_downlevel 10075283 f libucrt:getqloc_downlevel.obj + 0001:00074473 ___acrt_initialize_new_handler 10075473 f libucrt:new_handler.obj + 0001:00074482 __callnewh 10075482 f libucrt:new_handler.obj + 0001:000744ae __query_new_handler 100754ae f libucrt:new_handler.obj + 0001:00074505 __query_new_mode 10075505 f libucrt:new_mode.obj + 0001:0007450c ___acrt_initialize_heap 1007550c f libucrt:heap_handle.obj + 0001:0007451d ___acrt_uninitialize_heap 1007551d f libucrt:heap_handle.obj + 0001:00074577 ___acrt_DownlevelLCIDToLocaleName 10075577 f libucrt:lcidtoname_downlevel.obj + 0001:0007461a ___acrt_DownlevelLocaleNameToLCID 1007561a f libucrt:lcidtoname_downlevel.obj + 0001:00074646 ___acrt_get_process_end_policy 10075646 f libucrt:win_policies.obj + 0001:0007466d ___acrt_lowio_create_handle_array 1007566d f libucrt:osfinfo.obj + 0001:000746e8 ___acrt_lowio_destroy_handle_array 100756e8 f libucrt:osfinfo.obj + 0001:0007471d ___acrt_lowio_ensure_fh_exists 1007571d f libucrt:osfinfo.obj + 0001:000747bb ___acrt_lowio_lock_fh 100757bb f libucrt:osfinfo.obj + 0001:000747de ___acrt_lowio_set_os_handle 100757de f libucrt:osfinfo.obj + 0001:00074870 ___acrt_lowio_unlock_fh 10075870 f libucrt:osfinfo.obj + 0001:00074893 __alloc_osfhnd 10075893 f libucrt:osfinfo.obj + 0001:000749a6 __free_osfhnd 100759a6 f libucrt:osfinfo.obj + 0001:00074a37 __get_osfhandle 10075a37 f libucrt:osfinfo.obj + 0001:00074aa1 __isatty 10075aa1 f libucrt:isatty.obj + 0001:00074b23 ?__mbrtowc_utf8@__crt_mbstring@@YAIPA_WPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10075b23 f libucrt:mbrtowc.obj + 0001:00074b66 ?__mbsrtowcs_utf8@__crt_mbstring@@YAIPA_WPAPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10075b66 f libucrt:mbrtowc.obj + 0001:00074c6e __putwch_nolock 10075c6e f libucrt:putwch.obj + 0001:00074d51 ___acrt_fp_strflt_to_string 10075d51 f libucrt:_fptostr.obj + 0001:00074e4b ___acrt_fltout 10075e4b f libucrt:cfout.obj + 0001:00076433 ?__c32rtomb_utf8@__crt_mbstring@@YAIPAD_UPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10077433 f libucrt:c32rtomb.obj + 0001:000764e3 ___acrt_has_user_matherr 100774e3 f libucrt:matherr.obj + 0001:00076500 ___acrt_initialize_user_matherr 10077500 f libucrt:matherr.obj + 0001:0007650f ___acrt_invoke_user_matherr 1007750f f libucrt:matherr.obj + 0001:00076545 __initterm 10077545 f libucrt:initterm.obj + 0001:00076570 __initterm_e 10077570 f libucrt:initterm.obj + 0001:00076830 __crt_atexit 10077830 f libucrt:onexit.obj + 0001:00076846 __execute_onexit_table 10077846 f libucrt:onexit.obj + 0001:00076884 __initialize_onexit_table 10077884 f libucrt:onexit.obj + 0001:000768ad __register_onexit_function 100778ad f libucrt:onexit.obj + 0001:000768e0 ___acrt_app_verifier_enabled 100778e0 f libucrt:peb_access.obj + 0001:000768f2 ___acrt_is_secure_process 100778f2 f libucrt:peb_access.obj + 0001:00076905 ___acrt_GetStringTypeW 10077905 f libucrt:getstringtypew.obj + 0001:00076be7 ___acrt_fenv_get_common_round_control 10077be7 f libucrt:_fenvutils.obj + 0001:00076c09 ___acrt_fenv_get_control 10077c09 f libucrt:_fenvutils.obj + 0001:00076c89 ___acrt_fenv_get_status 10077c89 f libucrt:_fenvutils.obj + 0001:00076d33 ___acrt_fenv_set_control 10077d33 f libucrt:_fenvutils.obj + 0001:00076dae ___acrt_fenv_set_status 10077dae f libucrt:_fenvutils.obj + 0001:0007703b __wgetenv_s 1007803b f libucrt:getenv.obj + 0001:00077046 ___ascii_wcsicmp 10078046 f libucrt:wcsicmp.obj + 0001:00077083 __towlower_internal 10078083 f i libucrt:wcsicmp.obj + 0001:000770c2 __wcsicmp 100780c2 f libucrt:wcsicmp.obj + 0001:0007710b __wcsicmp_l 1007810b f libucrt:wcsicmp.obj + 0001:000771c3 ___strncnt 100781c3 f libucrt:strncnt.obj + 0001:000771e0 __twoToTOS 100781e0 f libucrt:common.obj + 0001:000771f5 __load_CW 100781f5 f libucrt:common.obj + 0001:0007720c __convertTOStoQNaN 1007820c f libucrt:common.obj + 0001:00077225 __fload_withFB 10078225 f libucrt:common.obj + 0001:00077268 __checkTOS_withFB 10078268 f libucrt:common.obj + 0001:0007727e __fast_exit 1007827e f libucrt:common.obj + 0001:0007728b __math_exit 1007828b f libucrt:common.obj + 0001:000772b5 __check_overflow_exit 100782b5 f libucrt:common.obj + 0001:000772c9 __check_range_exit 100782c9 f libucrt:common.obj + 0001:00077370 __CIsqrt 10078370 f libucrt:sqrt_impl.obj + 0001:00077384 __sqrt_common 10078384 libucrt:sqrt_impl.obj + 0001:00077421 __frnd 10078421 f libucrt:frnd.obj + 0001:00077523 ___acrt_GetLocaleInfoA 10078523 f libucrt:getlocaleinfoa.obj + 0001:00077801 __itow_s 10078801 f libucrt:xtoa.obj + 0001:00077834 ___ascii_wcsnicmp 10078834 f libucrt:wcsnicmp.obj + 0001:00077883 __wcsnicmp 10078883 f libucrt:wcsnicmp.obj + 0001:000778cf __wcsnicmp_l 100788cf f libucrt:wcsnicmp.obj + 0001:000779a2 __query_app_type 100789a2 f libucrt:report_runtime_error.obj + 0001:000779a8 ?__mbrtoc32_utf8@__crt_mbstring@@YAIPA_UPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 100789a8 f libucrt:mbrtoc32.obj + 0001:00077b78 ___dcrt_lowio_ensure_console_output_initialized 10078b78 f libucrt:initcon.obj + 0001:00077b97 ___dcrt_terminate_console_output 10078b97 f libucrt:initcon.obj + 0001:00077bae ___dcrt_write_console 10078bae f libucrt:initcon.obj + 0001:00077c03 __controlfp_s 10078c03 f libucrt:contrlfp.obj + 0001:00077c62 _fegetenv 10078c62 f libucrt:fegetenv.obj + 0001:00077c7f _fesetenv 10078c7f f libucrt:fesetenv.obj + 0001:00077ccb _feholdexcept 10078ccb f libucrt:feholdexcept.obj + 0001:00077d20 __CIlog10 10078d20 f libucrt:log10_impl.obj + 0001:00077d5b __CIlog10_default 10078d5b f libucrt:log10_impl.obj + 0001:00077d6f __log10_default 10078d6f libucrt:log10_impl.obj + 0001:00077e30 ?reset_and_return@__crt_mbstring@@YAIIPAU_Mbstatet@@@Z 10078e30 f libucrt:common_utf8.obj + 0001:00077e44 ?return_illegal_sequence@__crt_mbstring@@YAIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10078e44 f libucrt:common_utf8.obj + 0001:00077e66 __recalloc_base 10078e66 f libucrt:recalloc.obj + 0001:00077ed3 __wcsnicoll 10078ed3 f libucrt:wcsnicol.obj + 0001:00077f40 __wcsnicoll_l 10078f40 f libucrt:wcsnicol.obj + 0001:000783c1 ___dcrt_get_or_create_wide_environment_nolock 100793c1 f libucrt:environment_initialization.obj + 0001:000783c6 ___dcrt_uninitialize_environments_nolock 100793c6 f libucrt:environment_initialization.obj + 0001:00078417 __initialize_narrow_environment 10079417 f libucrt:environment_initialization.obj + 0001:0007841c __towlower_l 1007941c f libucrt:towlower.obj + 0001:000784f0 __startTwoArgErrorHandling 100794f0 f libucrt:genexcep.obj + 0001:00078507 __startOneArgErrorHandling 10079507 f libucrt:genexcep.obj + 0001:00078550 __trandisp1 10079550 f libucrt:87disp.obj + 0001:000785c5 __trandisp2 100795c5 f libucrt:87disp.obj + 0001:0007865f __rttospopde 1007965f libucrt:87disp.obj + 0001:00078664 __rttospop 10079664 libucrt:87disp.obj + 0001:00078670 __rtnospop 10079670 f libucrt:87disp.obj + 0001:00078680 __rttosnpop 10079680 f libucrt:87disp.obj + 0001:00078681 __rtnospopde 10079681 libucrt:87disp.obj + 0001:00078688 __rtzeropop 10079688 libucrt:87disp.obj + 0001:0007868a __rtzeronpop 1007968a libucrt:87disp.obj + 0001:00078690 __rtzerospop 10079690 f libucrt:87disp.obj + 0001:0007869d __rtonepop 1007969d libucrt:87disp.obj + 0001:000786a0 __rtonenpop 100796a0 f libucrt:87disp.obj + 0001:000786b0 __tosnan1 100796b0 f libucrt:87disp.obj + 0001:000786e0 __nosnan2 100796e0 f libucrt:87disp.obj + 0001:000786f0 __tosnan2 100796f0 f libucrt:87disp.obj + 0001:00078720 __nan2 10079720 f libucrt:87disp.obj + 0001:00078760 __rtindfpop 10079760 f libucrt:87disp.obj + 0001:00078762 __rtindfnpop 10079762 libucrt:87disp.obj + 0001:00078773 __rttosnpopde 10079773 libucrt:87disp.obj + 0001:00078780 __rtatan2inf 10079780 f libucrt:87disp.obj + 0001:0007879d __rtchsifneg 1007979d libucrt:87disp.obj + 0001:0007885b _strncpy_s 1007985b f libucrt:strncpy_s.obj + 0001:0007890d __clearfp 1007990d f libucrt:ieee87.obj + 0001:000789eb __control87 100799eb f libucrt:ieee87.obj + 0001:00078d90 __CIlog10_pentium4 10079d90 f libucrt:log10_pentium4.obj + 0001:00078da8 __log10_pentium4 10079da8 libucrt:log10_pentium4.obj + 0001:00079040 __fFEXP 1007a040 f libucrt:87tran.obj + 0001:00079097 __rtinfpopse 1007a097 libucrt:87tran.obj + 0001:00079099 __rtinfnpopse 1007a099 libucrt:87tran.obj + 0001:000790a9 __fFLN 1007a0a9 libucrt:87tran.obj + 0001:0007915e __rtinfpop 1007a15e libucrt:87tran.obj + 0001:00079160 __rtinfnpop 1007a160 libucrt:87tran.obj + 0001:00079170 __rtforexpinf 1007a170 f libucrt:87tran.obj + 0001:0007917d __ffexpm1 1007a17d libucrt:87tran.obj + 0001:00079226 __msize_base 1007a226 f libucrt:msize.obj + 0001:00079259 __realloc_base 1007a259 f libucrt:realloc_base.obj + 0001:000792c2 ___acrt_CompareStringW 1007a2c2 f libucrt:comparestringw.obj + 0001:0007935e ___dcrt_get_narrow_environment_from_os 1007a35e f libucrt:get_environment_from_os.obj + 0001:000793fe ___dcrt_get_wide_environment_from_os 1007a3fe f libucrt:get_environment_from_os.obj + 0001:00079807 ___dcrt_set_variable_in_wide_environment_nolock 1007a807 f libucrt:setenv.obj + 0001:00079812 ___acrt_LCMapStringW 1007a812 f libucrt:lcmapstringw.obj + 0001:00079850 __87except 1007a850 f libucrt:87except.obj + 0001:00079960 __d_inttype 1007a960 f libucrt:powhlp.obj + 0001:000799c8 __powhlp 1007a9c8 f libucrt:powhlp.obj + 0001:00079d96 _mbstowcs_s 1007ad96 f libucrt:mbstowcs.obj + 0001:00079dd3 __fpclass 1007add3 f libucrt:ieeemisc.obj + 0001:00079e77 _CreateToolhelp32Snapshot@8 1007ae77 f kernel32:KERNEL32.dll + 0001:00079e7d _Thread32First@8 1007ae7d f kernel32:KERNEL32.dll + 0001:00079e83 _Thread32Next@8 1007ae83 f kernel32:KERNEL32.dll + 0001:00079e89 ??0_Init_locks@std@@QAE@XZ 1007ae89 f libcpmt:xlock.obj + 0001:00079eb6 ??0_Lockit@std@@QAE@H@Z 1007aeb6 f libcpmt:xlock.obj + 0001:00079ee7 ??1_Init_locks@std@@QAE@XZ 1007aee7 f libcpmt:xlock.obj + 0001:00079f0e ??1_Lockit@std@@QAE@XZ 1007af0e f libcpmt:xlock.obj + 0001:00079f2d ??0bad_function_call@std@@QAE@ABV01@@Z 1007af2d f i libcpmt:xthrow.obj + 0001:00079f48 ??0bad_function_call@std@@QAE@XZ 1007af48 f i libcpmt:xthrow.obj + 0001:00079f59 ??0invalid_argument@std@@QAE@ABV01@@Z 1007af59 f i libcpmt:xthrow.obj + 0001:00079f74 ??0invalid_argument@std@@QAE@PBD@Z 1007af74 f i libcpmt:xthrow.obj + 0001:00079f93 ??0length_error@std@@QAE@ABV01@@Z 1007af93 f i libcpmt:xthrow.obj + 0001:00079fae ??0length_error@std@@QAE@PBD@Z 1007afae f i libcpmt:xthrow.obj + 0001:00079fcd ??0logic_error@std@@QAE@ABV01@@Z 1007afcd f i libcpmt:xthrow.obj + 0001:00079fe8 ??0out_of_range@std@@QAE@ABV01@@Z 1007afe8 f i libcpmt:xthrow.obj + 0001:0007a003 ??0out_of_range@std@@QAE@PBD@Z 1007b003 f i libcpmt:xthrow.obj + 0001:0007a022 ??0runtime_error@std@@QAE@PBD@Z 1007b022 f i libcpmt:xthrow.obj + 0001:0007a041 ?_Xbad_alloc@std@@YAXXZ 1007b041 f libcpmt:xthrow.obj + 0001:0007a041 ?__scrt_throw_std_bad_alloc@@YAXXZ 1007b041 f LIBCMT:throw_bad_alloc.obj + 0001:0007a05e ?_Xbad_function_call@std@@YAXXZ 1007b05e f libcpmt:xthrow.obj + 0001:0007a07b ?_Xinvalid_argument@std@@YAXPBD@Z 1007b07b f libcpmt:xthrow.obj + 0001:0007a09b ?_Xlength_error@std@@YAXPBD@Z 1007b09b f libcpmt:xthrow.obj + 0001:0007a0bb ?_Xout_of_range@std@@YAXPBD@Z 1007b0bb f libcpmt:xthrow.obj + 0001:0007a0db ?_Xruntime_error@std@@YAXPBD@Z 1007b0db f libcpmt:xthrow.obj + 0001:0007a0fb ?what@bad_function_call@std@@UBEPBDXZ 1007b0fb f i libcpmt:xthrow.obj + 0001:0007a101 ?_Syserror_map@std@@YAPBDH@Z 1007b101 f libcpmt:syserror.obj + 0001:0007a126 ??0_Locimp@locale@std@@AAE@_N@Z 1007b126 f i libcpmt:locale0.obj + 0001:0007a167 ??1_Fac_node@std@@QAE@XZ 1007b167 f i libcpmt:locale0.obj + 0001:0007a198 ??1_Fac_tidy_reg_t@std@@QAE@XZ 1007b198 f i libcpmt:locale0.obj + 0001:0007a1bf ??1_Locimp@locale@std@@MAE@XZ 1007b1bf f i libcpmt:locale0.obj + 0001:0007a1ea ??4?$_Yarn@D@std@@QAEAAV01@PBD@Z 1007b1ea f i libcpmt:locale0.obj + 0001:0007a23e ??_E_Locimp@locale@std@@MAEPAXI@Z 1007b23e f i libcpmt:locale0.obj + 0001:0007a23e ??_G_Locimp@locale@std@@MAEPAXI@Z 1007b23e f i libcpmt:locale0.obj + 0001:0007a260 ?_Facet_Register@std@@YAXPAV_Facet_base@1@@Z 1007b260 f libcpmt:locale0.obj + 0001:0007a28c ?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ 1007b28c f libcpmt:locale0.obj + 0001:0007a292 ?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 1007b292 f libcpmt:locale0.obj + 0001:0007a31f ?_Locimp_dtor@_Locimp@locale@std@@CAXPAV123@@Z 1007b31f f libcpmt:locale0.obj + 0001:0007a390 ?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z 1007b390 f libcpmt:locale0.obj + 0001:0007a3db ?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z 1007b3db f libcpmt:locale0.obj + 0001:0007a3f5 ?_New_Locimp@_Locimp@locale@std@@CAPAV123@_N@Z 1007b3f5 f libcpmt:locale0.obj + 0001:0007a418 ?_Setgloballocale@locale@std@@CAXPAX@Z 1007b418 f libcpmt:locale0.obj + 0001:0007a440 __Deletegloballocale 1007b440 f libcpmt:locale0.obj + 0001:0007a4a5 __Getctype 1007b4a5 f libcpmt:_tolower.obj + 0001:0007a510 __Tolower 1007b510 f libcpmt:_tolower.obj + 0001:0007a61c __Toupper 1007b61c f libcpmt:_toupper.obj + 0001:0007a728 ?_Addstd@ios_base@std@@SAXPAV12@@Z 1007b728 f libcpmt:ios.obj + 0001:0007a774 ?_Callfns@ios_base@std@@AAEXW4event@12@@Z 1007b774 f i libcpmt:ios.obj + 0001:0007a7a7 ?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z 1007b7a7 f libcpmt:ios.obj + 0001:0007a7e7 ?_Tidy@ios_base@std@@AAEXXZ 1007b7e7 f i libcpmt:ios.obj + 0001:0007a862 ?uncaught_exception@std@@YA_NXZ 1007b862 f libcpmt:uncaught_exception.obj + 0001:0007a867 ___std_init_once_link_alternate_names_and_abort@0 1007b867 f libcpmt:xonce2.obj + 0001:0007a86c __Query_perf_counter 1007b86c f libcpmt:xtime.obj + 0001:0007a883 __Query_perf_frequency 1007b883 f libcpmt:xtime.obj + 0001:0007a8c0 __Xtime_get_ticks 1007b8c0 f libcpmt:xtime.obj + 0001:0007a8e7 __Getcvt 1007b8e7 f libcpmt:xwctomb.obj + 0001:0007a9d7 ?_Fiopen@std@@YAPAU_iobuf@@PBDHH@Z 1007b9d7 f libcpmt:fiopen.obj + 0001:0007a9e0 ?setw@std@@YA?AU?$_Smanip@_J@1@_J@Z 1007b9e0 f libcpmt:iomanip.obj + 0001:0007aa0e __Mtxdst 1007ba0e f libcpmt:xmtx.obj + 0001:0007aa1c __Mtxinit 1007ba1c f libcpmt:xmtx.obj + 0001:0007aa31 __Mtxlock 1007ba31 f libcpmt:xmtx.obj + 0001:0007aa3f __Mtxunlock 1007ba3f f libcpmt:xmtx.obj + 0001:0007aa4d ??1_Init_atexit@@QAE@XZ 1007ba4d f i libcpmt:iosptrs.obj + 0001:0007aab5 ?_Atexit@@YAXP6AXXZ@Z 1007bab5 f libcpmt:iosptrs.obj + 0001:0007aae4 ___crtLCMapStringA 1007bae4 f libcpmt:StlLCMapStringA.obj + 0001:0007acf5 ___crtGetSystemTimePreciseAsFileTime 1007bcf5 f libcpmt:winapisupp.obj + 0001:0007ad4a ??2@YAPAXI@Z 1007bd4a f LIBCMT:new_scalar.obj + 0001:0007ad7a ??3@YAXPAXI@Z 1007bd7a f LIBCMT:delete_scalar_size.obj + 0001:0007ad88 ??_V@YAXPAX@Z 1007bd88 f LIBCMT:delete_array.obj + 0001:0007add1 ___scrt_acquire_startup_lock 1007bdd1 f LIBCMT:utility.obj + 0001:0007ae03 ___scrt_dllmain_after_initialize_c 1007be03 f LIBCMT:utility.obj + 0001:0007ae2e ___scrt_dllmain_before_initialize_c 1007be2e f LIBCMT:utility.obj + 0001:0007ae3c ___scrt_dllmain_crt_thread_attach 1007be3c f LIBCMT:utility.obj + 0001:0007ae5b ___scrt_dllmain_crt_thread_detach 1007be5b f LIBCMT:utility.obj + 0001:0007ae68 ___scrt_dllmain_exception_filter 1007be68 f LIBCMT:utility.obj + 0001:0007ae9c ___scrt_dllmain_uninitialize_c 1007be9c f LIBCMT:utility.obj + 0001:0007aebf ___scrt_dllmain_uninitialize_critical 1007bebf f LIBCMT:utility.obj + 0001:0007aecc ___scrt_initialize_crt 1007becc f LIBCMT:utility.obj + 0001:0007af05 ___scrt_initialize_onexit_tables 1007bf05 f LIBCMT:utility.obj + 0001:0007af8c ___scrt_is_nonwritable_in_current_image 1007bf8c f LIBCMT:utility.obj + 0001:0007b020 ___scrt_release_startup_lock 1007c020 f LIBCMT:utility.obj + 0001:0007b03d ___scrt_uninitialize_crt 1007c03d f LIBCMT:utility.obj + 0001:0007b065 __onexit 1007c065 f LIBCMT:utility.obj + 0001:0007b092 _atexit 1007c092 f LIBCMT:utility.obj + 0001:0007b0a7 @__security_check_cookie@4 1007c0a7 f LIBCMT:secchk.obj + 0001:0007b0b5 ??_Etype_info@@UAEPAXI@Z 1007c0b5 f i LIBCMT:std_type_info_static.obj + 0001:0007b0b5 ??_Gtype_info@@UAEPAXI@Z 1007c0b5 f i LIBCMT:std_type_info_static.obj + 0001:0007b0d8 ??_U@YAPAXI@Z 1007c0d8 f LIBCMT:new_array.obj + 0001:0007b0f0 __allshl 1007c0f0 f LIBCMT:llshl.obj + 0001:0007b110 __aullshr 1007c110 f LIBCMT:ullshr.obj + 0001:0007b12f __Init_thread_abort 1007c12f f LIBCMT:thread_safe_statics.obj + 0001:0007b15a __Init_thread_footer 1007c15a f LIBCMT:thread_safe_statics.obj + 0001:0007b1ab __Init_thread_header 1007c1ab f LIBCMT:thread_safe_statics.obj + 0001:0007b1fa __Init_thread_wait_v2 1007c1fa f LIBCMT:thread_safe_statics.obj + 0001:0007b210 __alldiv 1007c210 f LIBCMT:lldiv.obj + 0001:0007b2c0 __alldvrm 1007c2c0 f LIBCMT:lldvrm.obj + 0001:0007b3a0 __allmul 1007c3a0 f LIBCMT:llmul.obj + 0001:0007b3e0 __allrem 1007c3e0 f LIBCMT:llrem.obj + 0001:0007b492 ?__scrt_initialize_type_info@@YAXXZ 1007c492 f LIBCMT:tncleanup.obj + 0001:0007b49e ?__scrt_uninitialize_type_info@@YAXXZ 1007c49e f LIBCMT:tncleanup.obj + 0001:0007b4b0 __ftol3 1007c4b0 f LIBCMT:ftol3.obj + 0001:0007b520 __dtoul3 1007c520 f LIBCMT:ftol3.obj + 0001:0007b5d0 __dtoul3_legacy 1007c5d0 f LIBCMT:ftol3.obj + 0001:0007b600 __dtol3 1007c600 f LIBCMT:ftol3.obj + 0001:0007b6b0 __ultod3 1007c6b0 f LIBCMT:ftol3.obj + 0001:0007b700 __ltod3 1007c700 f LIBCMT:ftol3.obj + 0001:0007ba82 __DllMainCRTStartup@12 1007ca82 f LIBCMT:dll_dllmain.obj + 0001:0007bab0 __SEH_prolog4 1007cab0 f LIBCMT:sehprolg4.obj + 0001:0007baf5 @_guard_check_icall@4 1007caf5 f i LIBCMT:checkcfg.obj + 0001:0007bafb ___isa_available_init 1007cafb f LIBCMT:cpu_disp.obj + 0001:0007be30 __FindPESection 1007ce30 f LIBCMT:pesect.obj + 0001:0007be80 __IsNonwritableInCurrentImage 1007ce80 f LIBCMT:pesect.obj + 0001:0007bf40 __ValidateImageBase 1007cf40 f LIBCMT:pesect.obj + 0001:0007bf71 __EH_epilog3 1007cf71 f LIBCMT:ehprolg3.obj + 0001:0007bf85 __EH_prolog3 1007cf85 f LIBCMT:ehprolg3.obj + 0001:0007bfb8 __EH_prolog3_catch 1007cfb8 f LIBCMT:ehprolg3.obj + 0001:0007bff0 __aulldvrm 1007cff0 f LIBCMT:ulldvrm.obj + 0001:0007c085 ___scrt_fastfail 1007d085 f LIBCMT:utility_desktop.obj + 0001:0007c19a __crt_debugger_hook 1007d19a f LIBCMT:utility_desktop.obj + 0001:0007c1b0 __aulldiv 1007d1b0 f LIBCMT:ulldiv.obj + 0001:0007c220 __aullrem 1007d220 f LIBCMT:ullrem.obj + 0001:0007c295 ___raise_securityfailure 1007d295 f LIBCMT:gs_report.obj + 0001:0007c2bd ___report_gsfailure 1007d2bd f LIBCMT:gs_report.obj + 0001:0007c3b8 ___report_rangecheckfailure 1007d3b8 f LIBCMT:gs_report.obj + 0001:0007c3c5 ___report_securityfailure 1007d3c5 f LIBCMT:gs_report.obj + 0001:0007c4a0 __alloca_probe 1007d4a0 f LIBCMT:chkstk.obj + 0001:0007c4a0 __chkstk 1007d4a0 f LIBCMT:chkstk.obj + 0001:0007c4d0 __alloca_probe_16 1007d4d0 f LIBCMT:alloca16.obj + 0001:0007c4e6 __alloca_probe_8 1007d4e6 LIBCMT:alloca16.obj + 0001:0007c500 __ftol2_sse 1007d500 f LIBCMT:ftol2.obj + 0001:0007c510 __ftoi2 1007d510 f LIBCMT:ftol2.obj + 0001:0007c58c ?__scrt_throw_std_bad_array_new_length@@YAXXZ 1007d58c f LIBCMT:throw_bad_alloc.obj + 0001:0007c5a9 ___scrt_is_ucrt_dll_in_use 1007d5a9 f LIBCMT:ucrt_detection.obj + 0001:0007c602 ___security_init_cookie 1007d602 f LIBCMT:gs_support.obj + 0001:0007c64d _DllMain@12 1007d64d f LIBCMT:dll_dllmain_stub.obj + 0001:0007c653 ___local_stdio_scanf_options 1007d653 f i LIBCMT:default_local_stdio_options.obj + 0001:0007c659 ___scrt_initialize_default_local_stdio_options 1007d659 f LIBCMT:default_local_stdio_options.obj + 0001:0007c676 ___scrt_get_dyn_tls_init_callback 1007d676 f LIBCMT:dyn_tls_init.obj + 0001:0007c67c __RTC_Initialize 1007d67c f LIBCMT:initsect.obj + 0001:0007c6a8 __RTC_Terminate 1007d6a8 f LIBCMT:initsect.obj + 0001:0007c6d4 _memcmp 1007d6d4 f libvcruntime:memcmp.obj + 0001:0007dd60 _strrchr 1007ed60 f libvcruntime:strrchr.obj + 0001:0007de97 _wcschr 1007ee97 f libvcruntime:wcschr.obj + 0001:0007df38 ___uncaught_exception 1007ef38 f libvcruntime:uncaught_exception.obj + 0001:0007df4c ___vcrt_initialize 1007ef4c f libvcruntime:initialization.obj + 0001:0007df6b ___vcrt_thread_attach 1007ef6b f libvcruntime:initialization.obj + 0001:0007df76 ___vcrt_thread_detach 1007ef76 f libvcruntime:initialization.obj + 0001:0007df7e ___vcrt_uninitialize 1007ef7e f libvcruntime:initialization.obj + 0001:0007df95 ___vcrt_uninitialize_critical 1007ef95 f libvcruntime:initialization.obj + 0001:0007e1f2 _setlocale 1007f1f2 f libucrt:setlocale.obj + 0001:0007e230 _islower 1007f230 f libucrt:_ctype.obj + 0001:0007e2c0 _isupper 1007f2c0 f libucrt:_ctype.obj + 0001:0007e344 __wcsdup 1007f344 f libucrt:wcsdup.obj + 0001:0007e45a __fsopen 1007f45a f libucrt:fopen.obj + 0001:0007e716 ___acrt_allocate_buffer_for_argv 1007f716 f libucrt:argv_parsing.obj + 0001:0007e765 __configure_narrow_argv 1007f765 f libucrt:argv_parsing.obj + 0001:0007e86b ___acrt_initialize 1007f86b f libucrt:initialization.obj + 0001:0007e87d ___acrt_thread_attach 1007f87d f libucrt:initialization.obj + 0001:0007e888 ___acrt_thread_detach 1007f888 f libucrt:initialization.obj + 0001:0007e890 ___acrt_uninitialize 1007f890 f libucrt:initialization.obj + 0001:0007e8c0 ___acrt_uninitialize_critical 1007f8c0 f libucrt:initialization.obj + 0001:0007ec4e __wcstombs_s_l 1007fc4e f libucrt:wcstombs.obj + 0001:0007ec8c ??$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z 1007fc8c f i libucrt:openfile.obj + 0001:0007ef39 ?__acrt_stdio_parse_mode_D@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007ff39 f i libucrt:openfile.obj + 0001:0007ef54 ?__acrt_stdio_parse_mode_T@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007ff54 f i libucrt:openfile.obj + 0001:0007ef73 ?__acrt_stdio_parse_mode_b@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007ff73 f i libucrt:openfile.obj + 0001:0007ef93 ?__acrt_stdio_parse_mode_c@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 1007ff93 f i libucrt:openfile.obj + 0001:0007efb5 ?__acrt_stdio_parse_mode_n@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 1007ffb5 f i libucrt:openfile.obj + 0001:0007efd7 ?__acrt_stdio_parse_mode_plus@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 1007ffd7 f i libucrt:openfile.obj + 0001:0007f00d ?__acrt_stdio_parse_mode_t@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1008000d f i libucrt:openfile.obj + 0001:0007f02d ?__acrt_stdio_parse_mode_x@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1008002d f i libucrt:openfile.obj + 0001:0007f04d __openfile 1008004d f libucrt:openfile.obj + 0001:0007f070 ??$__acrt_convert_wcs_mbs_cp@_WDV@@U__crt_win32_buffer_internal_dynamic_resizing@@@@YAHQB_WAAV?$__crt_win32_buffer@DU__crt_win32_buffer_internal_dynamic_resizing@@@@ABV@@I@Z 10080070 f i libucrt:argv_wildcards.obj + 0001:0007f60e ?allocate@?$__crt_win32_buffer@DU__crt_win32_buffer_internal_dynamic_resizing@@@@QAEHI@Z 1008060e f i libucrt:argv_wildcards.obj + 0001:0007f6d1 ___acrt_expand_narrow_argv_wildcards 100806d1 f libucrt:argv_wildcards.obj + 0001:0007f6dc ___acrt_GetModuleFileNameA 100806dc f libucrt:getmodulefilenamea.obj + 0001:0007f7cd __ismbblead 100807cd f libucrt:ismbbyte.obj + 0001:0007f7e5 ___acrt_initialize_command_line 100807e5 f libucrt:argv_data.obj + 0001:0007f7fe ___acrt_execute_initializers 100807fe f libucrt:shared_initialization.obj + 0001:0007f866 ___acrt_execute_uninitializers 10080866 f libucrt:shared_initialization.obj + 0001:0007f897 ?__wcsrtombs_utf8@__crt_mbstring@@YAIPADPAPB_WIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10080897 f libucrt:wcrtomb.obj + 0001:0007ff90 __sopen_nolock 10080f90 f libucrt:open.obj + 0001:0007fffe __sopen_s 10080ffe f libucrt:open.obj + 0001:0008001e __wsopen_nolock 1008101e f libucrt:open.obj + 0001:00080350 _qsort 10081350 f libucrt:qsort.obj + 0001:00080840 _strpbrk 10081840 f libucrt:strpbrk.obj + 0001:00080880 __mbsdec 10081880 f libucrt:mbsdec.obj + 0001:00080897 __mbsdec_l 10081897 f libucrt:mbsdec.obj + 0001:00080924 ?__c16rtomb_utf8@__crt_mbstring@@YAIPAD_SPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10081924 f libucrt:c16rtomb.obj + 0001:000809ce __get_fmode 100819ce f libucrt:setmode.obj + 0001:000809fb __setmode_nolock 100819fb f libucrt:setmode.obj + 0001:00080aca ??0__crt_seek_guard@@QAE@H_J@Z 10081aca f i libucrt:chsize.obj + 0001:00080b17 __chsize_nolock 10081b17 f libucrt:chsize.obj + 0001:00080b4e __chsize_nolock_internal 10081b4e f libucrt:chsize.obj + 0001:00080ce5 ___acrt_initialize_fmode 10081ce5 f libucrt:txtmode.obj + 0001:00080cfb __filter_x86_sse2_floating_point_exception 10081cfb f LIBCMT:x86_exception_filter.obj + 0001:00080cfb __filter_x86_sse2_floating_point_exception_default 10081cfb f LIBCMT:x86_exception_filter.obj 0002:00000000 __imp__CreateDirectoryA@8 10088000 kernel32:KERNEL32.dll 0002:00000004 __imp__CreateFileA@28 10088004 kernel32:KERNEL32.dll 0002:00000008 __imp__DeleteFileA@4 10088008 kernel32:KERNEL32.dll @@ -3229,3580 +3232,3584 @@ 0002:00002500 ??_C@_0BD@CIKGFBEL@GetItemIconTexture@ 1008a500 main.cpp.obj 0002:00002514 ??_C@_0BE@BGANPINO@GetSpellIconTexture@ 1008a514 main.cpp.obj 0002:00002528 ??_C@_0BG@NHHLBJIB@GetPlayerAuraDuration@ 1008a528 main.cpp.obj - 0002:00002540 ??_C@_0O@EGACADAN@GetSpellPower@ 1008a540 main.cpp.obj - 0002:00002554 ??_7?$PatchDetour@P6IXXZPAX@hadesmem@@6B@ 1008a554 main.cpp.obj - 0002:000025a4 ??_C@_0CA@CBNOLNBD@Exception?5in?5Nampower?3?3load?$CI?$CJ?3?5@ 1008a5a4 main.cpp.obj - 0002:000025c4 ??_C@_0P@NAFFIKBA@Nampower?5Error@ 1008a5c4 main.cpp.obj - 0002:000025d4 ??_C@_0CG@PNCMOHNE@Unknown?5exception?5in?5Nampower?3?3@ 1008a5d4 main.cpp.obj - 0002:000025fc ??_C@_0BK@DKOOEMML@Restoring?5original?5bytes?4@ 1008a5fc main.cpp.obj - 0002:00002618 ??_C@_0EE@CMAMOMOO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a618 main.cpp.obj - 0002:0000265c ??_C@_0BG@LCAOCHAL@Writing?5jump?5to?5stub?4@ 1008a65c main.cpp.obj - 0002:00002678 ??_C@_0ED@FNJJIMJO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a678 main.cpp.obj - 0002:000026bc ??_C@_0L@NBAFHLHH@Stub?5near?4@ 1008a6bc main.cpp.obj - 0002:000026c8 ??_C@_0EF@HPLFPOCH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a6c8 main.cpp.obj - 0002:00002710 ??_C@_0EI@IEHKJNFE@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a710 main.cpp.obj - 0002:00002758 ??_C@_0M@GFKJMBMN@operator?5?$CI?$CJ@ 1008a758 main.cpp.obj - 0002:00002768 ??_C@_0FH@PGJHJNK@C?3?2software?2hadesmem?9v142?9Relea@ 1008a768 main.cpp.obj - 0002:000027c0 ??_C@_0BK@NOAOGKJA@Unknown?5instruction?5size?4@ 1008a7c0 main.cpp.obj - 0002:000027dc ??_C@_0DG@JEMBOIJP@This?5?$DN?5?$CFp?0?5Target?5?$DN?5?$CFp?0?5Detour?5@ 1008a7dc main.cpp.obj - 0002:00002814 ??_C@_0DO@BDGDLPLM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a814 main.cpp.obj - 0002:00002854 ??_C@_05KHOEDHDN@Apply@ 1008a854 main.cpp.obj - 0002:0000285c ??_C@_0BE@FPCEIMCK@Disassembly?5failed?4@ 1008a85c main.cpp.obj - 0002:00002870 ??_C@_08LMIDJNHP@Invalid?4@ 1008a870 main.cpp.obj - 0002:0000287c ??_C@_09CGOPAKAI@?$CFs?4?5?$FL?$CFs?$FN?4@ 1008a87c main.cpp.obj - 0002:00002888 ??_C@_0BM@LBDNLCLP@Operand?1offset?5size?5is?5?$CFhu?4@ 1008a888 main.cpp.obj - 0002:000028a4 ??_C@_0BH@BFFFOFOC@Jump?1call?5target?5?$DN?5?$CFp?4@ 1008a8a4 main.cpp.obj - 0002:000028bc ??_C@_0BH@LEKNPHHB@Writing?5resolved?5jump?4@ 1008a8bc main.cpp.obj - 0002:000028d4 ??_C@_0BH@KLECKKIK@Writing?5resolved?5call?4@ 1008a8d4 main.cpp.obj - 0002:000028ec ??_C@_0CE@JLFHLNDK@Writing?5jump?5back?5to?5original?5c@ 1008a8ec main.cpp.obj - 0002:00002910 ??_C@_0EN@DGGOEDLL@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008a910 main.cpp.obj - 0002:00002960 ??_C@_0EM@OFOCKEIK@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008a960 main.cpp.obj - 0002:000029b0 ??_C@_0EO@GEKODJPD@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008a9b0 main.cpp.obj - 0002:00002a00 ??_C@_0FB@CEIIMG@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008aa00 main.cpp.obj - 0002:00002a58 ??_C@_0EH@NEPCCDBP@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008aa58 main.cpp.obj - 0002:00002aa0 ??_C@_07CLEOFAGA@Cleanup@ 1008aaa0 main.cpp.obj - 0002:00002aa8 ??_C@_0FI@HFJICEID@C?3?2software?2hadesmem?9v142?9Relea@ 1008aaa8 main.cpp.obj - 0002:00002b00 ??_C@_0BM@KIILNFBE@SmartHandle?5cleanup?5failed?4@ 1008ab00 main.cpp.obj - 0002:00002b20 ??_7?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 1008ab20 main.cpp.obj - 0002:00002b4c ??_C@_02BBAHNLBA@?$CFp@ 1008ab4c main.cpp.obj - 0002:00002b54 ??_7?$numpunct@D@std@@6B@ 1008ab54 main.cpp.obj - 0002:00002b78 ??_7?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@6B@ 1008ab78 main.cpp.obj - 0002:00002bcc ??_7?$PatchDetour@P6IXI@ZPAX@hadesmem@@6B@ 1008abcc main.cpp.obj - 0002:00002c20 ??_7?$PatchDetour@P6IXEH@ZPAX@hadesmem@@6B@ 1008ac20 main.cpp.obj - 0002:00002c74 ??_7?$PatchDetour@P6IX_K@ZPAX@hadesmem@@6B@ 1008ac74 main.cpp.obj - 0002:00002cc8 ??_7?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@6B@ 1008acc8 main.cpp.obj - 0002:00002d1c ??_7?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@6B@ 1008ad1c main.cpp.obj - 0002:00002d70 ??_7?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@6B@ 1008ad70 main.cpp.obj - 0002:00002dc4 ??_7?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1008adc4 main.cpp.obj - 0002:00002e18 ??_7?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1008ae18 main.cpp.obj - 0002:00002e6c ??_7?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1008ae6c main.cpp.obj - 0002:00002ec0 ??_7?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@6B@ 1008aec0 main.cpp.obj - 0002:00002f14 ??_7?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@6B@ 1008af14 main.cpp.obj - 0002:00002f68 ??_7?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@6B@ 1008af68 main.cpp.obj - 0002:00002fbc ??_7?$PatchDetour@P6IH_K@ZPAX@hadesmem@@6B@ 1008afbc main.cpp.obj - 0002:00003010 ??_7?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@6B@ 1008b010 main.cpp.obj - 0002:00003064 ??_7?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1008b064 main.cpp.obj - 0002:000030b8 ??_7?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@6B@ 1008b0b8 main.cpp.obj - 0002:0000310c ??_7?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@6B@ 1008b10c main.cpp.obj - 0002:00003160 ??_7?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@6B@ 1008b160 main.cpp.obj - 0002:000031b4 ??_7?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@6B@ 1008b1b4 main.cpp.obj - 0002:00003208 ??_7?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@6B@ 1008b208 main.cpp.obj - 0002:0000325c ??_7?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@6B@ 1008b25c main.cpp.obj - 0002:000032b0 ??_7?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@6B@ 1008b2b0 main.cpp.obj - 0002:00003304 ??_7?$PatchDetour@P6IXHI@ZPAX@hadesmem@@6B@ 1008b304 main.cpp.obj - 0002:00003358 ??_7?$PatchDetour@P6GXXZPAX@hadesmem@@6B@ 1008b358 main.cpp.obj - 0002:000033a8 ??_C@_0FJ@CKOLAMMN@hadesmem?3?3detail?3?3SmartHandleIm@ 1008b3a8 main.cpp.obj - 0002:00003408 ??_C@_0FL@DOKMKPPP@hadesmem?3?3detail?3?3SmartHandleIm@ 1008b408 main.cpp.obj - 0002:00003468 ??_C@_0ED@JCILNKDP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008b468 main.cpp.obj - 0002:000034b0 ??_C@_0EC@NBLPENOM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008b4b0 main.cpp.obj - 0002:000034f8 ??_C@_0EE@IONPJLFD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008b4f8 main.cpp.obj - 0002:00003540 ??_C@_0EH@GCGPEKIN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008b540 main.cpp.obj - 0002:00003588 ??_C@_0DN@HCDNLHCD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008b588 main.cpp.obj - 0002:000035c8 ??_C@_0FA@GGFAPFCJ@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b5c8 main.cpp.obj - 0002:00003618 ??_C@_0EP@NOCFAKPK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b618 main.cpp.obj - 0002:00003668 ??_C@_0FB@HKPPPFCN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b668 main.cpp.obj - 0002:000036c0 ??_C@_0FE@PMBAGJMC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b6c0 main.cpp.obj - 0002:00003718 ??_C@_0EK@IODNOJBC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b718 main.cpp.obj - 0002:00003768 ??_C@_0FK@DHPECJNJ@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b768 main.cpp.obj - 0002:000037c8 ??_C@_0FJ@KEPJMAML@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b7c8 main.cpp.obj - 0002:00003828 ??_C@_0FL@MHBDKDON@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b828 main.cpp.obj - 0002:00003888 ??_C@_0FO@CIOCKLLO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b888 main.cpp.obj - 0002:000038e8 ??_C@_0FE@OCCPBJAI@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b8e8 main.cpp.obj - 0002:00003940 ??_C@_0GB@CMIPBGLM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b940 main.cpp.obj - 0002:000039a8 ??_C@_0GA@NOGDNOJO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b9a8 main.cpp.obj - 0002:00003a08 ??_C@_0GC@PKNAENAF@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ba08 main.cpp.obj - 0002:00003a70 ??_C@_0GF@ENIDGHPD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ba70 main.cpp.obj - 0002:00003ad8 ??_C@_0FL@MEMFFBCH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bad8 main.cpp.obj - 0002:00003b38 ??_C@_0IE@MPIDPNEO@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008bb38 main.cpp.obj - 0002:00003bc0 ??_C@_0ID@LBIDDOBG@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008bbc0 main.cpp.obj - 0002:00003c48 ??_C@_0IF@KJIANCNO@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008bc48 main.cpp.obj - 0002:00003cd0 ??_C@_0II@FBONHKFA@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008bcd0 main.cpp.obj - 0002:00003d58 ??_C@_0HO@FGBNGFMK@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008bd58 main.cpp.obj - 0002:00003dd8 ??_C@_0FN@COKBPBGB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bdd8 main.cpp.obj - 0002:00003e38 ??_C@_0FM@JNBHAJFN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008be38 main.cpp.obj - 0002:00003e98 ??_C@_0FO@CLAMNIL@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008be98 main.cpp.obj - 0002:00003ef8 ??_C@_0GB@NABJKIJC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bef8 main.cpp.obj - 0002:00003f60 ??_C@_0FH@MGHHMICM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bf60 main.cpp.obj - 0002:00003fb8 ??_C@_0GE@LHOMILHH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bfb8 main.cpp.obj - 0002:00004020 ??_C@_0GD@NJDMKFFO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c020 main.cpp.obj - 0002:00004088 ??_C@_0GF@PGPNDFKA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c088 main.cpp.obj - 0002:000040f0 ??_C@_0GI@DAAJFHPP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c0f0 main.cpp.obj - 0002:00004158 ??_C@_0FO@PNFCAMCC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c158 main.cpp.obj - 0002:000041b8 ??_C@_0HE@KIIMFCKG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c1b8 main.cpp.obj - 0002:00004230 ??_C@_0HD@GDGGBKIN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c230 main.cpp.obj - 0002:000042a8 ??_C@_0HF@HDGLHDL@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c2a8 main.cpp.obj - 0002:00004320 ??_C@_0HI@MEEMOBOO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c320 main.cpp.obj - 0002:00004398 ??_C@_0GO@CMGODEII@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c398 main.cpp.obj - 0002:00004408 ??_C@_0EP@MGMDIOMN@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008c408 main.cpp.obj - 0002:00004458 ??_C@_0EO@EHLMJGBK@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008c458 main.cpp.obj - 0002:000044a8 ??_C@_0FA@NNDIEADH@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008c4a8 main.cpp.obj - 0002:000044f8 ??_C@_0FD@HBBDECCN@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008c4f8 main.cpp.obj - 0002:00004550 ??_C@_0EJ@GALGJHOJ@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008c550 main.cpp.obj - 0002:000045a0 ??_C@_0IP@NMBMNIFG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c5a0 main.cpp.obj - 0002:00004630 ??_C@_0IO@ECDOHAAO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c630 main.cpp.obj - 0002:000046c0 ??_C@_0JA@LKPPNFKN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c6c0 main.cpp.obj - 0002:00004750 ??_C@_0JD@IIKBFGCA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c750 main.cpp.obj - 0002:000047e8 ??_C@_0IJ@KIKGLEPM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c7e8 main.cpp.obj - 0002:00004878 ??_C@_0FG@CLOAKDIP@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008c878 main.cpp.obj - 0002:000048d0 ??_C@_0FF@NMBCPEJK@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008c8d0 main.cpp.obj - 0002:00004928 ??_C@_0FH@EFAHEDKG@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008c928 main.cpp.obj - 0002:00004980 ??_C@_0FK@BAIJOOIM@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008c980 main.cpp.obj - 0002:000049e0 ??_C@_0FA@FNDKAGCN@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008c9e0 main.cpp.obj - 0002:00004a30 ??_C@_0EP@CMBHHAFN@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008ca30 main.cpp.obj - 0002:00004a80 ??_C@_0EO@EGAFDPJO@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008ca80 main.cpp.obj - 0002:00004ad0 ??_C@_0FA@CNNNAHIN@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008cad0 main.cpp.obj - 0002:00004b20 ??_C@_0FD@NGICPGCO@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008cb20 main.cpp.obj - 0002:00004b78 ??_C@_0EJ@BHJFEBKJ@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008cb78 main.cpp.obj - 0002:00004bc8 ??_C@_0GJ@FBMDGMBA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008cbc8 main.cpp.obj - 0002:00004c38 ??_C@_0GI@JFIHMDBB@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008cc38 main.cpp.obj - 0002:00004ca0 ??_C@_0GK@CFMNOOLM@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008cca0 main.cpp.obj - 0002:00004d10 ??_C@_0GN@GBCACBEA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008cd10 main.cpp.obj - 0002:00004d80 ??_C@_0GD@HFBIACGA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008cd80 main.cpp.obj - 0002:00004de8 ??_C@_0EO@EHOAFBKP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008cde8 main.cpp.obj - 0002:00004e38 ??_C@_0EN@NKHFDJMO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ce38 main.cpp.obj - 0002:00004e88 ??_C@_0EP@HOAFGDJM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ce88 main.cpp.obj - 0002:00004ed8 ??_C@_0FC@ECPPMLHP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ced8 main.cpp.obj - 0002:00004f30 ??_C@_0EI@NIFCFMJK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008cf30 main.cpp.obj - 0002:00004f78 ??_C@_0HA@OBNHLGJL@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008cf78 main.cpp.obj - 0002:00004fe8 ??_C@_0GP@FBMFGKGL@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008cfe8 main.cpp.obj - 0002:00005058 ??_C@_0HB@FPBHKAMO@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008d058 main.cpp.obj - 0002:000050d0 ??_C@_0HE@DOKJMEEF@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008d0d0 main.cpp.obj - 0002:00005148 ??_C@_0GK@OBCFALJF@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008d148 main.cpp.obj - 0002:000051b8 ??_C@_0GJ@DKOBECBA@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008d1b8 main.cpp.obj - 0002:00005228 ??_C@_0GI@NMPIDHEB@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008d228 main.cpp.obj - 0002:00005290 ??_C@_0GK@CFKGMMJC@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008d290 main.cpp.obj - 0002:00005300 ??_C@_0GN@COCBLEFK@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008d300 main.cpp.obj - 0002:00005370 ??_C@_0GD@LGHOPJLB@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008d370 main.cpp.obj - 0002:000053d8 ??_C@_0IC@FJDBMJMP@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008d3d8 main.cpp.obj - 0002:00005460 ??_C@_0IB@KBPDBFM@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008d460 main.cpp.obj - 0002:000054e8 ??_C@_0ID@DDKJNDFM@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008d4e8 main.cpp.obj - 0002:00005570 ??_C@_0IG@OIPFBMAJ@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008d570 main.cpp.obj - 0002:000055f8 ??_C@_0HM@JJIDEBIB@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008d5f8 main.cpp.obj - 0002:00005678 ??_C@_0GK@EOGIHJKJ@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d678 main.cpp.obj - 0002:000056e8 ??_C@_0GJ@OEBBBEMC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d6e8 main.cpp.obj - 0002:00005758 ??_C@_0GL@JHGPEOIB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d758 main.cpp.obj - 0002:000057c8 ??_C@_0GO@NLEMCJBM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d7c8 main.cpp.obj - 0002:00005838 ??_C@_0GE@KOJFDDGH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d838 main.cpp.obj - 0002:000058a0 ??_C@_0FE@OMCNLAAC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d8a0 main.cpp.obj - 0002:000058f8 ??_C@_0FD@MGKJMNOB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d8f8 main.cpp.obj - 0002:00005950 ??_C@_0FF@NGMJHBCI@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d950 main.cpp.obj - 0002:000059a8 ??_C@_0FI@GKIOGDFD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d9a8 main.cpp.obj - 0002:00005a00 ??_C@_0EO@BGCEFFKG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008da00 main.cpp.obj - 0002:00005a50 ??_C@_0GP@DKFIDIIB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008da50 main.cpp.obj - 0002:00005ac0 ??_C@_0GO@GFICKGEB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008dac0 main.cpp.obj - 0002:00005b30 ??_C@_0HA@KCKONGDK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008db30 main.cpp.obj - 0002:00005ba0 ??_C@_0HD@EHLMMKOM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008dba0 main.cpp.obj - 0002:00005c18 ??_C@_0GJ@EAIACKBB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008dc18 main.cpp.obj - 0002:00005c88 ??_C@_0GH@BBHBKCOP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008dc88 main.cpp.obj - 0002:00005cf0 ??_C@_0GG@PIECFKPL@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008dcf0 main.cpp.obj - 0002:00005d58 ??_C@_0GI@IIPLDPP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008dd58 main.cpp.obj - 0002:00005dc0 ??_C@_0GL@IEDLBBFB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ddc0 main.cpp.obj - 0002:00005e30 ??_C@_0GB@MMKDCIPG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008de30 main.cpp.obj - 0002:00005e98 ??_C@_0FA@LPCANDDG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008de98 main.cpp.obj - 0002:00005ee8 ??_C@_0EP@HIFJMJBD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008dee8 main.cpp.obj - 0002:00005f38 ??_C@_0FB@PHCOIIPO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008df38 main.cpp.obj - 0002:00005f90 ??_C@_0FE@BIJKAHNP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008df90 main.cpp.obj - 0002:00005fe8 ??_C@_0EK@NCEOOBCN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008dfe8 main.cpp.obj - 0002:00006038 ??_C@_0FB@IOIDOGLA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e038 main.cpp.obj - 0002:00006090 ??_C@_0FA@LFOCKALN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e090 main.cpp.obj - 0002:000060e0 ??_C@_0FC@PDMEANNO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e0e0 main.cpp.obj - 0002:00006138 ??_C@_0FF@CGPMCGFD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e138 main.cpp.obj - 0002:00006190 ??_C@_0EL@MJEICIOC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e190 main.cpp.obj - 0002:000061e0 ??_C@_0EM@DLPEIJNB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e1e0 main.cpp.obj - 0002:00006230 ??_C@_0EL@BCECPAAA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e230 main.cpp.obj - 0002:00006280 ??_C@_0EN@MJMECLHP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e280 main.cpp.obj - 0002:000062d0 ??_C@_0FA@DNJIJCBK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e2d0 main.cpp.obj - 0002:00006320 ??_C@_0EG@HFKCIJJB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e320 main.cpp.obj - 0002:00006368 ??_C@_0GJ@EGCMJIML@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008e368 main.cpp.obj - 0002:000063d8 ??_C@_0GI@MNMNFLIP@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008e3d8 main.cpp.obj - 0002:00006440 ??_C@_0GK@DENLAKBE@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008e440 main.cpp.obj - 0002:000064b0 ??_C@_0GN@HIINKODA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008e4b0 main.cpp.obj - 0002:00006520 ??_C@_0GD@LLEEMILN@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008e520 main.cpp.obj - 0002:00006588 ??_7?$wrapexcept@VError@hadesmem@@@boost@@6B@ 1008e588 main.cpp.obj - 0002:00006598 ??_7?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@std@@@ 1008e598 main.cpp.obj - 0002:000065a4 ??_7?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@1@@ 1008e5a4 main.cpp.obj - 0002:000065a8 ??_8?$wrapexcept@VError@hadesmem@@@boost@@7B@ 1008e5a8 main.cpp.obj - 0002:000065b4 ??_C@_0P@CADPMCCM@Toolhelp32Enum@ 1008e5b4 main.cpp.obj - 0002:000065c8 ??_7?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 1008e5c8 main.cpp.obj - 0002:000065d8 ??_C@_01PKGAHCOL@?$CJ@ 1008e5d8 main.cpp.obj - 0002:000065dc ??_C@_0BF@KCPMKJAM@?5attempts?5?$CIoffset?50x@ 1008e5dc main.cpp.obj - 0002:000065f4 ??_C@_0BI@LPFEPKOA@?5?5Hook?5succeeded?5after?5@ 1008e5f4 main.cpp.obj - 0002:0000660c ??_C@_0P@GMOIJGGB@?5?9?5retrying?4?4?4@ 1008e60c main.cpp.obj - 0002:0000661c ??_C@_0BL@GLPGJHGB@?5?5Hook?5failed?5on?5offset?50x@ 1008e61c main.cpp.obj - 0002:00006638 ??_C@_0BA@BHOKINGE@?5?5FAILED?5after?5@ 1008e638 main.cpp.obj - 0002:00006648 ??_C@_0CP@GBDDEGCO@?5?5Hook?5failed?5with?5std?3?3excepti@ 1008e648 main.cpp.obj - 0002:00006678 ??_C@_0DC@OCFGAIKL@?5?5Hook?5failed?5with?5unknown?5exce@ 1008e678 main.cpp.obj - 0002:000066ac ??_C@_07NBEOHAHH@?5Type?3?5@ 1008e6ac main.cpp.obj - 0002:000066b4 ??_C@_0L@LKMHAKKL@?5Protect?3?5@ 1008e6b4 main.cpp.obj - 0002:000066c0 ??_C@_08CHPDLAMK@?5State?3?5@ 1008e6c0 main.cpp.obj - 0002:000066cc ??_C@_07FNIPFEMD@?5Size?3?5@ 1008e6cc main.cpp.obj - 0002:000066d4 ??_C@_0BJ@KJCAKANC@?5?5Memory?5info?5?9?5Base?3?50x@ 1008e6d4 main.cpp.obj - 0002:000066f0 ??_C@_0L@CLBNCPDM@createHook@ 1008e6f0 main.cpp.obj - 0002:000066fc ??_C@_0CI@DFGDNLDL@C?3?2workspace?2nampower?2nampower?2@ 1008e6fc main.cpp.obj - 0002:00006724 ??_C@_0CP@CACHEKIE@Failed?5to?5create?5hook?5after?5all@ 1008e724 main.cpp.obj - 0002:00006758 ??_7?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 1008e758 main.cpp.obj - 0002:0000676c ??_7?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 1008e76c main.cpp.obj - 0002:0000677c ??_C@_02MDKMJEGG@eE@ 1008e77c main.cpp.obj - 0002:00006780 ??_C@_02OOPEBDOJ@pP@ 1008e780 main.cpp.obj - 0002:00006784 ??_C@_04IHCGILC@?$CB?$CFx?$AA@ 1008e784 main.cpp.obj - 0002:0000678c ??_C@_0M@HIBANGPP@PatchDetour@ 1008e78c main.cpp.obj - 0002:00006798 ??_C@_0CN@JBEOHMAH@PatchDetour?5only?5supported?5on?5l@ 1008e798 main.cpp.obj - 0002:000067c8 ??_C@_0BA@FOIKENOD@vector?5too?5long@ 1008e7c8 main.cpp.obj - 0002:000067dc ??_7?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 1008e7dc main.cpp.obj - 0002:000067e4 ??_7?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bbad_alloc@std@@@ 1008e7e4 main.cpp.obj - 0002:000067f0 ??_7?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6B@ 1008e7f0 main.cpp.obj - 0002:000067fc ??_8?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@7B@ 1008e7fc main.cpp.obj - 0002:00006808 ??_C@_0EC@KFLIJNMG@C?3?2software?2boost_1_80_0?2boost?1@ 1008e808 main.cpp.obj - 0002:00006850 ??_C@_0IK@LHEHAGMH@class?5boost?3?3exception_ptr?5__cd@ 1008e850 main.cpp.obj - 0002:000068e0 ??_7?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 1008e8e0 main.cpp.obj - 0002:000068e8 ??_7?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bbad_exception@std@@@ 1008e8e8 main.cpp.obj - 0002:000068f4 ??_7?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6B@ 1008e8f4 main.cpp.obj - 0002:00006900 ??_8?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@7B@ 1008e900 main.cpp.obj - 0002:00006908 ??_C@_0IO@BHMGIOEK@class?5boost?3?3exception_ptr?5__cd@ 1008e908 main.cpp.obj - 0002:0000699c ??_7?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@6B@ 1008e99c main.cpp.obj - 0002:000069b8 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@6B@ 1008e9b8 main.cpp.obj - 0002:000069d4 ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@6B@ 1008e9d4 main.cpp.obj - 0002:000069f0 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@6B@ 1008e9f0 main.cpp.obj - 0002:00006a0c ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@6B@ 1008ea0c main.cpp.obj - 0002:00006a28 ??_7?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@6B@ 1008ea28 main.cpp.obj - 0002:00006a44 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@6B@ 1008ea44 main.cpp.obj - 0002:00006a60 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@6B@ 1008ea60 main.cpp.obj - 0002:00006a7c ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@6B@ 1008ea7c main.cpp.obj - 0002:00006a98 ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@6B@ 1008ea98 main.cpp.obj - 0002:00006ab4 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@6B@ 1008eab4 main.cpp.obj - 0002:00006ad0 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@6B@ 1008ead0 main.cpp.obj - 0002:00006aec ??_7?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@6B@ 1008eaec main.cpp.obj - 0002:00006b08 ??_7?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@6B@ 1008eb08 main.cpp.obj - 0002:00006b24 ??_7?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@6B@ 1008eb24 main.cpp.obj - 0002:00006b40 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@6B@ 1008eb40 main.cpp.obj - 0002:00006b5c ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@6B@ 1008eb5c main.cpp.obj - 0002:00006b78 ??_7?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@6B@ 1008eb78 main.cpp.obj - 0002:00006b94 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@6B@ 1008eb94 main.cpp.obj - 0002:00006bb0 ??_7?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@6B@ 1008ebb0 main.cpp.obj - 0002:00006bcc ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@6B@ 1008ebcc main.cpp.obj - 0002:00006be8 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@6B@ 1008ebe8 main.cpp.obj - 0002:00006c04 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@6B@ 1008ec04 main.cpp.obj - 0002:00006c20 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@6B@ 1008ec20 main.cpp.obj - 0002:00006c3c ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@6B@ 1008ec3c main.cpp.obj - 0002:00006c58 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@6B@ 1008ec58 main.cpp.obj - 0002:00006c74 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@6B@ 1008ec74 main.cpp.obj - 0002:00006c90 ??_7?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 1008ec90 main.cpp.obj - 0002:00006cac ??_7?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 1008ecac main.cpp.obj - 0002:00006cc8 ??_7?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@6B@ 1008ecc8 main.cpp.obj - 0002:00006ce4 ??_7?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@6B@ 1008ece4 main.cpp.obj - 0002:00006d00 __real@4202a05f20000000 1008ed00 main.cpp.obj - 0002:00006d10 __xmm@7fffffffffffffff7fffffffffffffff 1008ed10 main.cpp.obj - 0002:00006d20 __xmm@ffffffff000000000000000000000000 1008ed20 main.cpp.obj - 0002:00006d34 ??_C@_0BI@DIFNIIHI@invalid?5stoull?5argument@ 1008ed34 helper.cpp.obj - 0002:00006d4c ??_C@_0BN@NGMOKJGA@stoull?5argument?5out?5of?5range@ 1008ed4c helper.cpp.obj - 0002:00006d6c ??_C@_09IFBAIJJB@0x?$CF016llX@ 1008ed6c helper.cpp.obj - 0002:00006d78 ??_C@_02MDDDDAID@0x@ 1008ed78 helper.cpp.obj - 0002:00006d7c ??_C@_02FGLHBECB@0X@ 1008ed7c helper.cpp.obj - 0002:00006d80 ??_C@_0BL@GOIGLPKN@unordered_map?1set?5too?5long@ 1008ed80 helper.cpp.obj - 0002:00006d9c ??_C@_0BK@OGNNAFAB@invalid?5hash?5bucket?5count@ 1008ed9c helper.cpp.obj - 0002:00006db8 __real@3ff8000000000000 1008edb8 helper.cpp.obj - 0002:00006dc0 __xmm@41f00000000000000000000000000000 1008edc0 helper.cpp.obj - 0002:00006dd4 ??_C@_0BC@MHCHADOA@?5for?5gcdCategory?5@ 1008edd4 spellcast.cpp.obj - 0002:00006de8 ??_C@_06BIDGLIKJ@?5with?5@ 1008ede8 spellcast.cpp.obj - 0002:00006df0 ??_C@_0BP@FJKKCADI@Replacing?5queued?5nonGcd?5spell?5@ 1008edf0 spellcast.cpp.obj - 0002:00006e10 ??_C@_0DN@LFNKAAEA@Target?5changed?5during?5quick?5cas@ 1008ee10 spellcast.cpp.obj - 0002:00006e50 ??_C@_0BA@MCIJFKAO@?5queuetrigger?3?5@ 1008ee50 spellcast.cpp.obj - 0002:00006e60 ??_C@_0N@CJFDIMCD@?5quickcast?3?5@ 1008ee60 spellcast.cpp.obj - 0002:00006e70 ??_C@_0BM@EOLKOAOP@Quickcasting?5terrain?5spell?5@ 1008ee70 spellcast.cpp.obj - 0002:00006e8c ??_C@_0DL@IFODHHPF@GetChannelBaseDuration?3?5Duratio@ 1008ee8c spellcast.cpp.obj - 0002:00006ec8 ??_C@_0DA@JCBAJNFA@Ignoring?5non?5active?5player?5begi@ 1008eec8 spellcast.cpp.obj - 0002:00006ef8 ??_C@_0BH@CIIHKNNM@?5time?5since?5last?5cast?5@ 1008eef8 spellcast.cpp.obj - 0002:00006f10 ??_C@_0L@CFJAIELA@?5latency?3?5@ 1008ef10 spellcast.cpp.obj - 0002:00006f1c ??_C@_06GJNNAKOE@?5Gcd?3?5@ 1008ef1c spellcast.cpp.obj - 0002:00006f24 ??_C@_09NPFKODNJ@?5buffer?3?5@ 1008ef24 spellcast.cpp.obj - 0002:00006f30 ??_C@_0N@CCNKJBBP@?5cast?5time?3?5@ 1008ef30 spellcast.cpp.obj - 0002:00006f40 ??_C@_01ODHLEDKK@?$CI@ 1008ef40 spellcast.cpp.obj - 0002:00006f44 ??_C@_0M@BFOLJPLE@BeginCast?5?$CD@ 1008ef44 spellcast.cpp.obj - 0002:00006f50 ??_C@_07FJDGAAH@?5NO?5Gcd@ 1008ef50 spellcast.cpp.obj - 0002:00006f58 ??_C@_0BO@OKAMCEBE@Decreasing?5default?5buffer?5to?5@ 1008ef58 spellcast.cpp.obj - 0002:00006f78 ??_C@_0CD@HHFGFCEF@Triggering?5queued?5non?5gcd?5cast?5@ 1008ef78 spellcast.cpp.obj - 0002:00006f9c ??_C@_0CK@IDCOKNOH@Ignoring?5queued?5non?5gcd?5cast?0?5n@ 1008ef9c spellcast.cpp.obj - 0002:00006fc8 ??_C@_0BL@OIEKGDFF@Triggering?5queued?5cast?5of?5@ 1008efc8 spellcast.cpp.obj - 0002:00006fe4 ??_C@_0CC@DLDNPCKF@Ignoring?5queued?5cast?0?5no?5spell?5@ 1008efe4 spellcast.cpp.obj - 0002:00007008 ??_C@_0BH@MNDFAADJ@?0?5triggering?5quickcast@ 1008f008 spellcast.cpp.obj - 0002:00007020 ??_C@_0DE@CEFFBIDD@CastSpell?5double?5cast?5detected?5@ 1008f020 spellcast.cpp.obj - 0002:00007054 ??_C@_0DF@OKDGBKLA@Use?5action?5double?5cast?5detected@ 1008f054 spellcast.cpp.obj - 0002:0000708c ??_C@_0CK@KAINKJIL@Ignoring?5non?5active?5player?5cast@ 1008f08c spellcast.cpp.obj - 0002:000070b8 ??_C@_0BB@POLDOEMN@?5due?5to?5buff?5cap@ 1008f0b8 spellcast.cpp.obj - 0002:000070cc ??_C@_0BG@FMMOGOEG@Blocking?5mount?5spell?5@ 1008f0cc spellcast.cpp.obj - 0002:000070e4 ??_C@_06EGFPNNHB@?5from?5@ 1008f0e4 spellcast.cpp.obj - 0002:000070ec ??_C@_0BO@GDCPHICE@Updating?5selection?5target?5to?5@ 1008f0ec spellcast.cpp.obj - 0002:0000710c ??_C@_0BH@DKPBEKJE@?0?5ending?5channel?5early@ 1008f10c spellcast.cpp.obj - 0002:00007124 ??_C@_0BK@JFKBDLAO@Double?5cast?5detected?5for?5@ 1008f124 spellcast.cpp.obj - 0002:00007140 ??_C@_0BI@LMDLBPCD@?0?5time?5since?5last?5cast?5@ 1008f140 spellcast.cpp.obj - 0002:00007158 ??_C@_08DJKAFFEB@?5target?5@ 1008f158 spellcast.cpp.obj - 0002:00007164 ??_C@_09GCJJPOLD@?5on?5guid?5@ 1008f164 spellcast.cpp.obj - 0002:00007170 ??_C@_08EJFJFLKG@?5itemId?5@ 1008f170 spellcast.cpp.obj - 0002:0000717c ??_C@_0O@CIKJCEOK@Attempt?5cast?5@ 1008f17c spellcast.cpp.obj - 0002:0000718c ??_C@_0BI@DAADBDOK@Queuing?5on?5swing?5spell?5@ 1008f18c spellcast.cpp.obj - 0002:000071a4 ??_C@_0BL@JIPDAEEF@Successful?5on?5swing?5spell?5@ 1008f1a4 spellcast.cpp.obj - 0002:000071c0 ??_C@_03NEMEPNJG@ms?5@ 1008f1c0 spellcast.cpp.obj - 0002:000071c4 ??_C@_0CH@CAOMOENB@Queuing?5targeting?5for?5after?5cas@ 1008f1c4 spellcast.cpp.obj - 0002:000071ec ??_C@_0DE@KDCLAKNN@Queuing?5instant?5cast?5targeting?5@ 1008f1ec spellcast.cpp.obj - 0002:00007220 ??_C@_0DE@BKONOIBH@Updating?5instant?5cast?5non?5GCD?5t@ 1008f220 spellcast.cpp.obj - 0002:00007254 ??_C@_0P@NGFFJPPH@?5gcd?5category?5@ 1008f254 spellcast.cpp.obj - 0002:00007264 ??_C@_0DM@FPCEIGOB@Queuing?5instant?5cast?5non?5GCD?5ta@ 1008f264 spellcast.cpp.obj - 0002:000072a0 ??_C@_0BN@HPKBJIBH@Queuing?5for?5after?5cast?1gcd?3?5@ 1008f2a0 spellcast.cpp.obj - 0002:000072c0 ??_C@_0BN@NNFKHHAA@Updating?5non?5GCD?5params?5for?5@ 1008f2c0 spellcast.cpp.obj - 0002:000072e0 ??_C@_0CF@LOKNHDBF@Queuing?5non?5GCD?5for?5after?5cast?1@ 1008f2e0 spellcast.cpp.obj - 0002:00007308 ??_C@_0N@PBPCOGKN@instant?5cast@ 1008f308 spellcast.cpp.obj - 0002:00007318 ??_C@_0L@OAKOENBO@channeling@ 1008f318 spellcast.cpp.obj - 0002:00007324 ??_C@_0BG@HMCDLKNN@?5for?5after?5cast?1gcd?3?5@ 1008f324 spellcast.cpp.obj - 0002:0000733c ??_C@_08INMJLCKL@Queuing?5@ 1008f33c spellcast.cpp.obj - 0002:00007348 ??_C@_0BF@COEDODBD@?5non?5GCD?5params?5for?5@ 1008f348 spellcast.cpp.obj - 0002:00007360 ??_C@_09MNPPNDJM@Updating?5@ 1008f360 spellcast.cpp.obj - 0002:0000736c ??_C@_0BO@BJDBMPFM@?5non?5GCD?5for?5after?5cast?1gcd?3?5@ 1008f36c spellcast.cpp.obj - 0002:0000738c ??_C@_0N@MJFJIIIG@ms?5remaining@ 1008f38c spellcast.cpp.obj - 0002:0000739c ??_C@_0BG@BELMLGGG@Cast?5or?5delay?5active?5@ 1008f39c spellcast.cpp.obj - 0002:000073b4 ??_C@_0M@GEFIMPOA@Gcd?5active?5@ 1008f3b4 spellcast.cpp.obj - 0002:000073c0 ??_C@_0DJ@HICJFDGG@?5cast?5still?5waiting?5for?5server?5@ 1008f3c0 spellcast.cpp.obj - 0002:000073fc ??_C@_09CPGKBJMK@Ignoring?5@ 1008f3fc spellcast.cpp.obj - 0002:00007408 ??_C@_0DH@KHOFHJBE@?5cast?5recently?5succeeded?5for?5th@ 1008f408 spellcast.cpp.obj - 0002:00007440 ??_C@_0EA@OCEKPMFJ@Canceling?5spell?5cast?5due?5to?5pre@ 1008f440 spellcast.cpp.obj - 0002:00007480 ??_C@_0CF@LIPBLKIF@Retry?5cast?5after?5cancel?5still?5f@ 1008f480 spellcast.cpp.obj - 0002:000074a8 ??_C@_0BF@BEANNNJB@?5spellIsOnCooldown?5?$DN@ 1008f4a8 spellcast.cpp.obj - 0002:000074c0 ??_C@_0BG@JAEPGBDL@?5pendingOnSwingCast?5?$DN@ 1008f4c0 spellcast.cpp.obj - 0002:000074d8 ??_C@_0EF@NBDHPPFO@Initial?5cast?5failed?5but?5not?5can@ 1008f4d8 spellcast.cpp.obj - 0002:00007520 ??_C@_0DE@DGCCEIJD@Ignoring?5cancel?5spell?5cast?5due?5@ 1008f520 spellcast.cpp.obj - 0002:00007554 ??_C@_08NFIDAFLL@?5reason?3@ 1008f554 spellcast.cpp.obj - 0002:00007560 ??_C@_0P@OHLEPHP@?5notifyServer?3@ 1008f560 spellcast.cpp.obj - 0002:00007570 ??_C@_0BK@LBLJOMCE@Cancel?5spell?5cast?5failed?3@ 1008f570 spellcast.cpp.obj - 0002:0000758c ??_C@_0L@DHBENNO@?5duration?5@ 1008f58c spellchannel.cpp.obj - 0002:00007598 ??_C@_0BA@PHCPFKHC@Channel?5start?3?5@ 1008f598 spellchannel.cpp.obj - 0002:000075a8 ??_C@_0EB@ONHCPBOA@Adding?51?5second?5to?5Arcane?5Missi@ 1008f5a8 spellchannel.cpp.obj - 0002:000075ec ??_C@_05POFHKGEO@?5for?5@ 1008f5ec spellchannel.cpp.obj - 0002:000075f4 ??_C@_0BN@FEHMJJBM@Invalid?5originalDuration?5of?5@ 1008f5f4 spellchannel.cpp.obj - 0002:00007614 ??_C@_0BD@BMJLBBMG@?5scaled?5tick?5time?5@ 1008f614 spellchannel.cpp.obj - 0002:00007628 ??_C@_0BE@HNMLIODA@Original?5tick?5time?5@ 1008f628 spellchannel.cpp.obj - 0002:0000763c ??_C@_0BJ@OBCFLFNO@?0?5defaulting?5to?5duration@ 1008f63c spellchannel.cpp.obj - 0002:00007658 ??_C@_0BP@KNLPIMJL@Invalid?5channel?5tick?5time?5for?5@ 1008f658 spellchannel.cpp.obj - 0002:00007678 ??_C@_0CD@PPICPDAH@Ignoring?1resetting?5channeling?5f@ 1008f678 spellchannel.cpp.obj - 0002:0000769c ??_C@_09IMKLHFKG@?5elapsed?5@ 1008f69c spellchannel.cpp.obj - 0002:000076a8 ??_C@_0P@DILMPNKC@Channel?5done?3?5@ 1008f6a8 spellchannel.cpp.obj - 0002:000076b8 ??_C@_0M@HOBALKP@?5remaining?5@ 1008f6b8 spellchannel.cpp.obj - 0002:000076c4 ??_C@_0BB@IJINAKFI@Channel?5update?3?5@ 1008f6c4 spellchannel.cpp.obj - 0002:000076d8 __real@3f800000 1008f6d8 spellchannel.cpp.obj - 0002:000076e0 ??_C@_08KHPECABI@?5result?5@ 1008f6e0 spellevents.cpp.obj - 0002:000076ec ??_C@_06BFJJLGJH@?5guid?5@ 1008f6ec spellevents.cpp.obj - 0002:000076f4 ??_C@_0BD@JCCHCLOL@Spell?5target?5unit?5@ 1008f6f4 spellevents.cpp.obj - 0002:00007708 ??_C@_0BL@DLGFEAGG@?0?5stopping?5disenchant?5loop@ 1008f708 spellevents.cpp.obj - 0002:00007724 ??_C@_0CF@GIAGKMIP@Disenchant?5spell?5failed?5with?5re@ 1008f724 spellevents.cpp.obj - 0002:0000774c ??_C@_0P@LJPLECIE@?5queuing?5retry@ 1008f74c spellevents.cpp.obj - 0002:0000775c ??_C@_0BH@EOGBFMAP@?5is?5still?5on?5cooldown?5@ 1008f75c spellevents.cpp.obj - 0002:00007774 ??_C@_0P@KAMGEGPI@Non?5gcd?5spell?5@ 1008f774 spellevents.cpp.obj - 0002:00007784 ??_C@_06IPOHHIAK@Spell?5@ 1008f784 spellevents.cpp.obj - 0002:0000778c ??_C@_05LDELDIBH@Item?5@ 1008f78c spellevents.cpp.obj - 0002:00007794 ??_C@_0DK@JCOGHOGB@?5not?5queuing?5retry?5due?5to?5retry@ 1008f794 spellevents.cpp.obj - 0002:000077d0 ??_C@_06FHPAMJEI@?5code?5@ 1008f7d0 spellevents.cpp.obj - 0002:000077d8 ??_C@_0BB@GOHBAIHL@Cast?5failed?5for?5@ 1008f7d8 spellevents.cpp.obj - 0002:000077ec ??_C@_0CM@MHLCDCAG@?0?5but?5a?5recent?5cast?5succeeded?0?5@ 1008f7ec spellevents.cpp.obj - 0002:00007818 ??_C@_0P@LOMEMCGF@?5non?5gcd?5code?5@ 1008f818 spellevents.cpp.obj - 0002:00007828 ??_C@_0BC@HJBAKONN@Cast?5failed?5for?5?$CD@ 1008f828 spellevents.cpp.obj - 0002:0000783c ??_C@_08KEELPODO@?0?5retry?5@ 1008f83c spellevents.cpp.obj - 0002:00007848 ??_C@_0BK@OMKDJBI@?0?5gcd?5active?5not?5retrying@ 1008f848 spellevents.cpp.obj - 0002:00007864 ??_C@_0DG@MLJODHHA@?0?5not?5retrying?5as?5it?5has?5alread@ 1008f864 spellevents.cpp.obj - 0002:0000789c ??_C@_0CJ@IJODEHEO@?0?5no?5recent?5cast?5params?5found?5i@ 1008f89c spellevents.cpp.obj - 0002:000078c8 ??_C@_0BG@FLHHKDJE@Increasing?5buffer?5to?5@ 1008f8c8 spellevents.cpp.obj - 0002:000078e0 ??_C@_0BO@GJJBLJHI@?5spell?5queued?5?$CL?5ignored?5code?5@ 1008f8e0 spellevents.cpp.obj - 0002:00007900 ??_C@_0P@HGCHGFMH@?5ignored?5code?5@ 1008f900 spellevents.cpp.obj - 0002:00007910 ??_C@_0L@OAJLDHO@?5cast?5end?5@ 1008f910 spellevents.cpp.obj - 0002:0000791c ??_C@_0M@IGIIHODJ@?5for?5cast?5?$CD@ 1008f91c spellevents.cpp.obj - 0002:00007928 ??_C@_0BC@DONHDJOM@Spell?5delayed?5by?5@ 1008f928 spellevents.cpp.obj - 0002:0000793c ??_C@_0CC@EGDHOKK@Negative?5server?5delay?5using?51?5m@ 1008f93c spellevents.cpp.obj - 0002:00007960 ??_C@_0BJ@OIOPABDB@?5since?5last?5cast?5result?5@ 1008f960 spellevents.cpp.obj - 0002:0000797c ??_C@_0P@NNAMHHPH@?5server?5delay?5@ 1008f97c spellevents.cpp.obj - 0002:0000798c ??_C@_09HEBFMKKB@?5latency?5@ 1008f98c spellevents.cpp.obj - 0002:00007998 ??_C@_08PBNHDDEM@?5status?5@ 1008f998 spellevents.cpp.obj - 0002:000079a4 ??_C@_0BC@EJFCOIPD@Cast?5result?5for?5?$CD@ 1008f9a4 spellevents.cpp.obj - 0002:000079b8 ??_C@_0DG@HHHCJMND@Unable?5to?5determine?5spell?5infor@ 1008f9b8 spellevents.cpp.obj - 0002:000079f0 ??_C@_0CK@IFJMEEJK@?5resolved?0?5casting?5queued?5on?5sw@ 1008f9f0 spellevents.cpp.obj - 0002:00007a1c ??_C@_0BA@IBBPALEH@On?5swing?5spell?5@ 1008fa1c spellevents.cpp.obj - 0002:00007a2c ??_C@_0BP@KBPEDDDH@ms?4?5?5Updated?5cast?5end?5time?5to?5@ 1008fa2c spellevents.cpp.obj - 0002:00007a4c ??_C@_0P@FFNLEJE@?5increased?5by?5@ 1008fa4c spellevents.cpp.obj - 0002:00007a5c ??_C@_0BG@GOJCDGMO@Server?5cast?5time?5for?5@ 1008fa5c spellevents.cpp.obj - 0002:00007a74 ??_C@_0BD@BGGCHONF@?5using?5gcd?5instead@ 1008fa74 spellevents.cpp.obj - 0002:00007a88 ??_C@_0BL@FOLCLIGH@?5was?5reduced?5below?5gcd?5of?5@ 1008fa88 spellevents.cpp.obj - 0002:00007aa4 ??_C@_0BC@BIFPIPLA@Server?5cast?5time?5@ 1008faa4 spellevents.cpp.obj - 0002:00007ab8 ??_C@_0P@FFGOHLGM@?5decreased?5by?5@ 1008fab8 spellevents.cpp.obj - 0002:00007ac8 ??_C@_01IHBHIGKO@?0@ 1008fac8 spellevents.cpp.obj - 0002:00007acc ??_C@_05FAEMOKCC@0?00?00@ 1008facc spellevents.cpp.obj - 0002:00007ad4 ??_C@_0DK@CIFAMPDN@ChannelStopCastingNextTick?5acti@ 1008fad4 misc_scripts.cpp.obj - 0002:00007b10 ??_C@_0BK@BMIHLO@Item?5not?5found?5in?5DBCache@ 1008fb10 misc_scripts.cpp.obj - 0002:00007b2c ??_C@_0BM@BBGLOLG@Usage?3?5GetItemLevel?$CIitemId?$CJ@ 1008fb2c misc_scripts.cpp.obj - 0002:00007b48 ??_C@_0BH@ICDGKODB@Trying?5to?5queue?5script@ 1008fb48 misc_scripts.cpp.obj - 0002:00007b60 ??_C@_0BJ@GCMABBOM@Queuing?5script?5priority?5@ 1008fb60 misc_scripts.cpp.obj - 0002:00007b7c ??_C@_0BB@FNONMKDE@Queuing?5script?3?5@ 1008fb7c misc_scripts.cpp.obj - 0002:00007b90 ??_C@_0P@HMLODIOA@Invalid?5script@ 1008fb90 misc_scripts.cpp.obj - 0002:00007ba0 ??_C@_0DB@IIJNBKKP@Usage?3?5QueueScript?$CI?$CCscript?$CC?0?5?$CIo@ 1008fba0 misc_scripts.cpp.obj - 0002:00007bd4 ??_C@_0CA@LIPPIENP@Running?5queued?5script?5priority?5@ 1008fbd4 misc_scripts.cpp.obj - 0002:00007bf4 ??_C@_0CE@NEDOMOFN@Usage?3?5GetItemStats?$CIitemId?0?5?$FLco@ 1008fbf4 misc_scripts.cpp.obj - 0002:00007c18 ??_C@_0M@NDEOCEGH@displayName@ 1008fc18 misc_scripts.cpp.obj - 0002:00007c24 ??_C@_0M@PPJNHBMP@description@ 1008fc24 misc_scripts.cpp.obj - 0002:00007c30 ??_C@_0DE@DAMKFGHF@Usage?3?5GetItemStatsField?$CIitemId@ 1008fc30 misc_scripts.cpp.obj - 0002:00007c64 ??_C@_0BD@JACGONMB@Unknown?5field?5name@ 1008fc64 misc_scripts.cpp.obj - 0002:00007c78 ??_C@_0GL@FBDGPFHJ@Usage?3?5GetUnitData?$CIunitToken?0?5?$FL@ 1008fc78 misc_scripts.cpp.obj - 0002:00007ce8 ??_C@_0HH@IDABAAKA@Usage?3?5GetUnitField?$CIunitToken?0?5@ 1008fce8 misc_scripts.cpp.obj - 0002:00007d60 ??_C@_0CH@POINFHMC@Trying?5disenchant?5with?5quality?5@ 1008fd60 misc_scripts.cpp.obj - 0002:00007d88 ??_C@_0DC@DMOAEFOF@No?5disenchantable?5item?5found?0?5s@ 1008fd88 misc_scripts.cpp.obj - 0002:00007dbc ??_C@_0DO@MCLKPIML@DEFAULT_CHAT_FRAME?3AddMessage?$CI?$CC@ 1008fdbc misc_scripts.cpp.obj - 0002:00007dfc ??_C@_0CC@JPCIHLOK@Invalid?5item?0?5stopping?5disencha@ 1008fdfc misc_scripts.cpp.obj - 0002:00007e20 ??_C@_0CE@FKMNNJC@No?5player?5unit?0?5stopping?5disenc@ 1008fe20 misc_scripts.cpp.obj - 0002:00007e48 ??_C@_0KC@NEILAFDD@local?5itemLink?5?$DN?5GetContainerIt@ 1008fe48 misc_scripts.cpp.obj - 0002:00007eec ??_C@_0CB@IFDJLBBM@Cast?5failed?0?5stopping?5disenchan@ 1008feec misc_scripts.cpp.obj - 0002:00007f10 ??_C@_0ED@LGBHLFPD@DEFAULT_CHAT_FRAME?3AddMessage?$CI?$CC@ 1008ff10 misc_scripts.cpp.obj - 0002:00007f58 ??_C@_0BFF@NPPMOAEC@Usage?3?5DisenchantAll?$CIitemIdOrNa@ 1008ff58 misc_scripts.cpp.obj - 0002:000080b0 ??_C@_0CF@KNHJOLMC@You?5do?5not?5have?5the?5Disenchant?5@ 100900b0 misc_scripts.cpp.obj - 0002:000080d8 ??_C@_06HBBJMNDD@greens@ 100900d8 misc_scripts.cpp.obj - 0002:000080e0 ??_C@_05EBCMBJBB@blues@ 100900e0 misc_scripts.cpp.obj - 0002:000080e8 ??_C@_07MBLGJMK@purples@ 100900e8 misc_scripts.cpp.obj - 0002:000080f0 ??_C@_0CJ@IECDANKF@Usage?3?5GetItemIconTexture?$CIdispl@ 100900f0 misc_scripts.cpp.obj - 0002:0000811c ??_C@_0N@HLONNMCP@QuestionMark@ 1009011c misc_scripts.cpp.obj - 0002:0000812c ??_C@_0CI@EAELDEKM@Usage?3?5GetSpellIconTexture?$CIspel@ 1009012c misc_scripts.cpp.obj - 0002:00008154 ??_C@_0CH@JKODAONC@Usage?3?5GetPlayerAuraDuration?$CIau@ 10090154 misc_scripts.cpp.obj - 0002:0000817c ??_C@_0CK@EONLFDPA@Attempt?5to?5find?5?8this?8?5in?5non?9f@ 1009017c misc_scripts.cpp.obj - 0002:000081a8 ??_C@_0CG@DOJPPKKG@Wrong?5object?5type?5for?5member?5fu@ 100901a8 misc_scripts.cpp.obj - 0002:000081d0 ??_C@_0CK@NLEAGDNO@Attempt?5to?5find?5?8this?8?5in?5non?9t@ 100901d0 misc_scripts.cpp.obj - 0002:00008200 __real@0000000000000000 10090200 misc_scripts.cpp.obj - 0002:00008208 __real@3ff0000000000000 10090208 misc_scripts.cpp.obj - 0002:00008210 __real@4000000000000000 10090210 misc_scripts.cpp.obj - 0002:00008218 __real@4040800000000000 10090218 misc_scripts.cpp.obj - 0002:00008220 __real@408f400000000000 10090220 misc_scripts.cpp.obj - 0002:0000822c ??_C@_0CD@FAFLFIPA@Casting?5next?5spell?5without?5queu@ 1009022c spell_scripts.cpp.obj - 0002:00008250 ??_C@_0BO@KHCNJBCM@Force?5queuing?5next?5cast?5spell@ 10090250 spell_scripts.cpp.obj - 0002:00008270 ??_C@_0BI@HLPDJJIN@SpellStopCasting?5called@ 10090270 spell_scripts.cpp.obj - 0002:00008288 ??_C@_0BJ@HOOGKLNO@Unable?5to?5parse?5spell?5id@ 10090288 spell_scripts.cpp.obj - 0002:000082a8 ??_C@_0IC@LFNFOIMM@Unable?5to?5determine?5spell?5id?5fr@ 100902a8 spell_scripts.cpp.obj - 0002:0000832c ??_C@_06JJLAMBGK@target@ 1009032c spell_scripts.cpp.obj - 0002:00008334 ??_C@_0BA@LCNPPGJD@Spell?5not?5found@ 10090334 spell_scripts.cpp.obj - 0002:00008344 ??_C@_0CB@DNBDKHMK@Usage?3?5IsSpellInRange?$CIspellName@ 10090344 spell_scripts.cpp.obj - 0002:00008368 ??_C@_0IB@NFBGPDMF@Unable?5to?5determine?5spell?5id?5fr@ 10090368 spell_scripts.cpp.obj - 0002:000083ec ??_C@_0CA@CKMJHD@Usage?3?5IsSpellUsable?$CIspellName?$CJ@ 100903ec spell_scripts.cpp.obj - 0002:0000840c ??_C@_0CE@BNAKDPLE@Usage?3?5GetSpellIdForName?$CIspellN@ 1009040c spell_scripts.cpp.obj - 0002:00008430 ??_C@_0BJ@EJDPBOLF@Spell?5not?5found?5for?5id?3?5@ 10090430 spell_scripts.cpp.obj - 0002:0000844c ??_C@_0CJ@PPAJFPII@Usage?3?5GetSpellNameAndRankForId@ 1009044c spell_scripts.cpp.obj - 0002:00008478 ??_C@_05LOCENACC@spell@ 10090478 spell_scripts.cpp.obj - 0002:00008480 ??_C@_03LAMLDFEG@pet@ 10090480 spell_scripts.cpp.obj - 0002:00008484 ??_C@_0CM@BIFAHKMN@Usage?3?5GetSpellSlotTypeIdForNam@ 10090484 spell_scripts.cpp.obj - 0002:000084b0 ??_C@_0CE@PGDGANLK@Usage?3?5GetSpellRec?$CIspellId?0?5?$FLco@ 100904b0 spell_scripts.cpp.obj - 0002:000084d4 ??_C@_04MEMAJGDJ@name@ 100904d4 spell_scripts.cpp.obj - 0002:000084dc ??_C@_04PNBFHPGN@rank@ 100904dc spell_scripts.cpp.obj - 0002:000084e4 ??_C@_07OGDNBKKB@tooltip@ 100904e4 spell_scripts.cpp.obj - 0002:000084ec ??_C@_0DE@IFOKCNBD@Usage?3?5GetSpellRecField?$CIspellId@ 100904ec spell_scripts.cpp.obj - 0002:00008520 ??_C@_0BOB@PPLDFGIB@Usage?3?5GetSpellModifiers?$CIspellI@ 10090520 spell_scripts.cpp.obj - 0002:00008704 ??_C@_0DB@LGIDKANG@Invalid?5modifier?5type?4?5Must?5be?5@ 10090704 spell_scripts.cpp.obj - 0002:00008738 ??_C@_0BB@NBBEIOIN@Invalid?5spell?5id@ 10090738 spell_scripts.cpp.obj - 0002:0000874c ??_C@_08KJJBJMM@spellId?3@ 1009074c spell_scripts.cpp.obj - 0002:00008758 ??_C@_0CH@HJHOCEPB@Unable?5convert?5spell?5id?5to?5spel@ 10090758 spell_scripts.cpp.obj - 0002:00008780 ??_C@_0CP@KGJBOLFG@Unable?5parse?5spell?5id?4?5?5Format?5@ 10090780 spell_scripts.cpp.obj - 0002:000087b0 ??_C@_0CK@PDFCMKHC@Unable?5to?5find?5spell?5slot?5for?5s@ 100907b0 spell_scripts.cpp.obj - 0002:000087dc ??_C@_03NBFOK@net@ 100907dc spell_scripts.cpp.obj - 0002:000087e0 ??_C@_08BAGPHLDB@positive@ 100907e0 spell_scripts.cpp.obj - 0002:000087ec ??_C@_08JKGPMEKK@negative@ 100907ec spell_scripts.cpp.obj - 0002:000087f8 __real@bff0000000000000 100907f8 spell_scripts.cpp.obj - 0002:00008804 ??_C@_0CB@KIFLLFHK@Usage?3?5GetSpellCooldown?$CIspellId@ 10090804 cooldown_scripts.cpp.obj - 0002:00008828 ??_C@_0DM@HPPALOOP@Usage?3?5GetItemCooldown?$CIitemId?$CJ?5@ 10090828 cooldown_scripts.cpp.obj - 0002:00008864 ??_C@_0CF@IPNKEPCD@Item?5name?5lookup?5not?5yet?5implem@ 10090864 cooldown_scripts.cpp.obj - 0002:0000888c ??_C@_0CN@EGAOPKGE@Usage?3?5GetTrinketCooldown?$CIslot?$HM@ 1009088c cooldown_scripts.cpp.obj - 0002:000088bc ??_C@_0BG@JDLJPL@missing?5item?5at?5slot?5@ 100908bc item_scripts.cpp.obj - 0002:000088d4 ??_C@_0BM@FGPCGLD@missing?5itemfields?5at?5slot?5@ 100908d4 item_scripts.cpp.obj - 0002:000088f0 ??_C@_0BK@BKPACGJE@Unable?5to?5get?5player?5unit@ 100908f0 item_scripts.cpp.obj - 0002:00008910 ??_C@_0EC@DILDBMOF@Usage?3?5FindPlayerItemSlot?$CIitemN@ 10090910 item_scripts.cpp.obj - 0002:00008954 ??_C@_0CP@MNDKGGNA@Usage?3?5UseItemIdOrName?$CIitemIdOr@ 10090954 item_scripts.cpp.obj - 0002:00008984 ??_C@_0CA@BIHDFGEI@Unable?5to?5determine?5target?5guid@ 10090984 item_scripts.cpp.obj - 0002:000089a4 ??_C@_0CP@GCLNMKJC@Usage?3?5UseTrinket?$CIslot?$HMitemIdOr@ 100909a4 item_scripts.cpp.obj - 0002:000089d4 ??_C@_07NBCGADJA@Unknown@ 100909d4 item_scripts.cpp.obj - 0002:000089e0 ??_C@_0FB@JKJLJBPE@Usage?3?5GetEquippedItems?$CI?$CJ?5or?5Ge@ 100909e0 item_scripts.cpp.obj - 0002:00008a34 ??_C@_0BD@LPJJAPAF@Unable?5to?5get?5unit@ 10090a34 item_scripts.cpp.obj - 0002:00008a48 ??_C@_0BE@IENECEIE@Cannot?5inspect?5unit@ 10090a48 item_scripts.cpp.obj - 0002:00008a60 ??_C@_0EF@LNGINBID@Usage?3?5GetEquippedItem?$CIunitStr?0@ 10090a60 item_scripts.cpp.obj - 0002:00008aa8 ??_C@_0CH@PFFKDIPF@Slot?5must?5be?5a?5number?5between?51@ 10090aa8 item_scripts.cpp.obj - 0002:00008ad0 ??_C@_0BO@MMGGBFIG@Slot?5must?5be?5between?51?5and?519@ 10090ad0 item_scripts.cpp.obj - 0002:00008af0 ??_C@_0CC@HHMLLACK@Usage?3?5GetBagItem?$CIbagIndex?0?5slo@ 10090af0 item_scripts.cpp.obj - 0002:00008b14 ??_C@_0BL@OJIHPLAE@Bag?5index?5must?5be?5a?5number@ 10090b14 item_scripts.cpp.obj - 0002:00008b30 ??_C@_0BG@GOJBCPAF@Slot?5must?5be?5a?5number@ 10090b30 item_scripts.cpp.obj - 0002:00008b48 ??_C@_0CI@CDBJNJGK@Slot?5must?5be?5between?51?5and?516?5f@ 10090b48 item_scripts.cpp.obj - 0002:00008b70 ??_C@_0BG@DIIBAFFP@Slot?5exceeds?5bag?5size@ 10090b70 item_scripts.cpp.obj - 0002:00008b88 ??_C@_0BB@CNCNDCLG@Bank?5is?5not?5open@ 10090b88 item_scripts.cpp.obj - 0002:00008ba0 ??_C@_0EI@CGLLNKOK@For?5bag?5?91?0?5slot?5must?5be?51?924?5?$CI@ 10090ba0 item_scripts.cpp.obj - 0002:00008be8 ??_C@_0DI@KFDHOLPD@For?5bag?5?92?5?$CIkeyring?$CJ?0?5slot?5must@ 10090be8 item_scripts.cpp.obj - 0002:00008c20 ??_C@_0EH@DPGHDAMK@Invalid?5bag?5index?4?5Valid?5values@ 10090c20 item_scripts.cpp.obj - 0002:00008c68 ??_C@_0FE@NKJKFJGK@Invalid?5bag?5index?4?5Valid?5values@ 10090c68 item_scripts.cpp.obj - 0002:00008cc0 ??_C@_0O@LOMMFJIH@Added?5itemId?5@ 10090cc0 items.cpp.obj - 0002:00008cd0 ??_C@_0P@FANPLMKM@Still?5missing?5@ 10090cd0 items.cpp.obj - 0002:00008ce0 ??_C@_02KEGNLNML@?0?5@ 10090ce0 items.cpp.obj - 0002:00008ce8 ?itemStatsFields@Nampower@@3QBUFieldDescriptor@1@B 10090ce8 dbc_fields.cpp.obj - 0002:00008ed4 ?itemStatsFieldsCount@Nampower@@3IB 10090ed4 dbc_fields.cpp.obj - 0002:00008ed8 ?itemStatsArrayFields@Nampower@@3QBUArrayFieldDescriptor@1@B 10090ed8 dbc_fields.cpp.obj - 0002:00008f98 ?itemStatsArrayFieldsCount@Nampower@@3IB 10090f98 dbc_fields.cpp.obj - 0002:00008fa0 ?spellRecFields@Nampower@@3QBUFieldDescriptor@1@B 10090fa0 dbc_fields.cpp.obj - 0002:0000927c ?spellRecFieldsCount@Nampower@@3IB 1009127c dbc_fields.cpp.obj - 0002:00009280 ?spellRecArrayFields@Nampower@@3QBUArrayFieldDescriptor@1@B 10091280 dbc_fields.cpp.obj - 0002:000093e0 ?spellRecArrayFieldsCount@Nampower@@3IB 100913e0 dbc_fields.cpp.obj - 0002:000093e4 ??_C@_05ENKANFLO@class@ 100913e4 dbc_fields.cpp.obj - 0002:000093ec ??_C@_08CLNMFNJL@subclass@ 100913ec dbc_fields.cpp.obj - 0002:000093f8 ??_C@_0O@NBHNKLJP@displayInfoID@ 100913f8 dbc_fields.cpp.obj - 0002:00009408 ??_C@_07DADGLCBN@quality@ 10091408 dbc_fields.cpp.obj - 0002:00009410 ??_C@_05GECEPKB@flags@ 10091410 dbc_fields.cpp.obj - 0002:00009418 ??_C@_08GNIKKBDF@buyPrice@ 10091418 dbc_fields.cpp.obj - 0002:00009424 ??_C@_09EHAEBHNG@sellPrice@ 10091424 dbc_fields.cpp.obj - 0002:00009430 ??_C@_0O@LJIBMGHI@inventoryType@ 10091430 dbc_fields.cpp.obj - 0002:00009440 ??_C@_0P@HKBMDFLF@allowableClass@ 10091440 dbc_fields.cpp.obj - 0002:00009450 ??_C@_0O@PJFDKFL@allowableRace@ 10091450 dbc_fields.cpp.obj - 0002:00009460 ??_C@_09OOKEJBK@itemLevel@ 10091460 dbc_fields.cpp.obj - 0002:0000946c ??_C@_0O@PCBOEJHN@requiredLevel@ 1009146c dbc_fields.cpp.obj - 0002:0000947c ??_C@_0O@LIAFDLBE@requiredSkill@ 1009147c dbc_fields.cpp.obj - 0002:0000948c ??_C@_0BC@EKIBFNMJ@requiredSkillRank@ 1009148c dbc_fields.cpp.obj - 0002:000094a0 ??_C@_0O@OFODCCDP@requiredSpell@ 100914a0 dbc_fields.cpp.obj - 0002:000094b0 ??_C@_0BC@MKNCAGLF@requiredHonorRank@ 100914b0 dbc_fields.cpp.obj - 0002:000094c4 ??_C@_0BB@LFMLPJEO@requiredCityRank@ 100914c4 dbc_fields.cpp.obj - 0002:000094d8 ??_C@_0M@EOJIPGFP@requiredRep@ 100914d8 dbc_fields.cpp.obj - 0002:000094e4 ??_C@_0BA@PNCCEJI@requiredRepRank@ 100914e4 dbc_fields.cpp.obj - 0002:000094f4 ??_C@_08LAEJCBOD@maxCount@ 100914f4 dbc_fields.cpp.obj - 0002:00009500 ??_C@_09EFCPONM@stackable@ 10091500 dbc_fields.cpp.obj - 0002:0000950c ??_C@_0P@FLPNDKGI@containerSlots@ 1009150c dbc_fields.cpp.obj - 0002:0000951c ??_C@_05EKJCMADO@delay@ 1009151c dbc_fields.cpp.obj - 0002:00009524 ??_C@_08JNBMCKNJ@ammoType@ 10091524 dbc_fields.cpp.obj - 0002:00009530 ??_C@_0P@PEGEDPKE@rangedModRange@ 10091530 dbc_fields.cpp.obj - 0002:00009540 ??_C@_07FHKKHDI@bonding@ 10091540 dbc_fields.cpp.obj - 0002:00009548 ??_C@_08DDOGIPAD@pageText@ 10091548 dbc_fields.cpp.obj - 0002:00009554 ??_C@_0L@PFAGFGH@languageID@ 10091554 dbc_fields.cpp.obj - 0002:00009560 ??_C@_0N@IBEKAJCP@pageMaterial@ 10091560 dbc_fields.cpp.obj - 0002:00009570 ??_C@_0N@NAMEJOJP@startQuestID@ 10091570 dbc_fields.cpp.obj - 0002:00009580 ??_C@_06OMMPKEO@lockID@ 10091580 dbc_fields.cpp.obj - 0002:00009588 ??_C@_08KNOEMJMM@material@ 10091588 dbc_fields.cpp.obj - 0002:00009594 ??_C@_0M@BOJKDFJE@sheatheType@ 10091594 dbc_fields.cpp.obj - 0002:000095a0 ??_C@_0P@HIEKOBJC@randomProperty@ 100915a0 dbc_fields.cpp.obj - 0002:000095b0 ??_C@_05PIBOEKAB@block@ 100915b0 dbc_fields.cpp.obj - 0002:000095b8 ??_C@_07KIDCFHFO@itemSet@ 100915b8 dbc_fields.cpp.obj - 0002:000095c0 ??_C@_0O@NEJOMBPE@maxDurability@ 100915c0 dbc_fields.cpp.obj - 0002:000095d0 ??_C@_04GOEDGNCF@area@ 100915d0 dbc_fields.cpp.obj - 0002:000095d8 ??_C@_03HBNNNHNM@map@ 100915d8 dbc_fields.cpp.obj - 0002:000095dc ??_C@_08LGBPINEC@duration@ 100915dc dbc_fields.cpp.obj - 0002:000095e8 ??_C@_09CEJOBILD@bagFamily@ 100915e8 dbc_fields.cpp.obj - 0002:000095f4 ??_C@_09CFJCKAOO@bonusStat@ 100915f4 dbc_fields.cpp.obj - 0002:00009600 ??_C@_0M@MMCFAFHA@bonusAmount@ 10091600 dbc_fields.cpp.obj - 0002:0000960c ??_C@_09MJALHBHH@minDamage@ 1009160c dbc_fields.cpp.obj - 0002:00009618 ??_C@_09MIAHOLMD@maxDamage@ 10091618 dbc_fields.cpp.obj - 0002:00009624 ??_C@_0L@HKMKJPBM@damageType@ 10091624 dbc_fields.cpp.obj - 0002:00009630 ??_C@_0M@DMKJBJGO@resistances@ 10091630 dbc_fields.cpp.obj - 0002:0000963c ??_C@_07MKDPBGJO@spellID@ 1009163c dbc_fields.cpp.obj - 0002:00009644 ??_C@_0N@NIGGJAAD@spellTrigger@ 10091644 dbc_fields.cpp.obj - 0002:00009654 ??_C@_0N@DAPOMAGP@spellCharges@ 10091654 dbc_fields.cpp.obj - 0002:00009664 ??_C@_0O@GKHBOHOH@spellCooldown@ 10091664 dbc_fields.cpp.obj - 0002:00009674 ??_C@_0O@HJMFFAIE@spellCategory@ 10091674 dbc_fields.cpp.obj - 0002:00009684 ??_C@_0BG@IGIBPPC@spellCategoryCooldown@ 10091684 dbc_fields.cpp.obj - 0002:0000969c ??_C@_02EGCJHIOB@id@ 1009169c dbc_fields.cpp.obj - 0002:000096a0 ??_C@_06HBLHOEKM@school@ 100916a0 dbc_fields.cpp.obj - 0002:000096a8 ??_C@_08MBJIKOEN@category@ 100916a8 dbc_fields.cpp.obj - 0002:000096b4 ??_C@_06KIGBPMF@castUI@ 100916b4 dbc_fields.cpp.obj - 0002:000096bc ??_C@_06GAIIABAG@dispel@ 100916bc dbc_fields.cpp.obj - 0002:000096c4 ??_C@_08EFFOODE@mechanic@ 100916c4 dbc_fields.cpp.obj - 0002:000096d0 ??_C@_0L@HNMJPKNA@attributes@ 100916d0 dbc_fields.cpp.obj - 0002:000096dc ??_C@_0N@ENOHBPAB@attributesEx@ 100916dc dbc_fields.cpp.obj - 0002:000096ec ??_C@_0O@JKDKIDPI@attributesEx2@ 100916ec dbc_fields.cpp.obj - 0002:000096fc ??_C@_0O@IDCBLCLJ@attributesEx3@ 100916fc dbc_fields.cpp.obj - 0002:0000970c ??_C@_0O@MMGACEHO@attributesEx4@ 1009170c dbc_fields.cpp.obj - 0002:0000971c ??_C@_07CGBCCMBN@stances@ 1009171c dbc_fields.cpp.obj - 0002:00009724 ??_C@_0L@KNGFDFAC@stancesNot@ 10091724 dbc_fields.cpp.obj - 0002:00009730 ??_C@_07KJOMBCLC@targets@ 10091730 dbc_fields.cpp.obj - 0002:00009738 ??_C@_0BD@GAPMJMNG@targetCreatureType@ 10091738 dbc_fields.cpp.obj - 0002:0000974c ??_C@_0BD@GELPPEEP@requiresSpellFocus@ 1009174c dbc_fields.cpp.obj - 0002:00009760 ??_C@_0BA@EEKMKLJE@casterAuraState@ 10091760 dbc_fields.cpp.obj - 0002:00009770 ??_C@_0BA@CDAFIMFO@targetAuraState@ 10091770 dbc_fields.cpp.obj - 0002:00009780 ??_C@_0BB@JFPKLBEC@castingTimeIndex@ 10091780 dbc_fields.cpp.obj - 0002:00009794 ??_C@_0N@OMFIFLPG@recoveryTime@ 10091794 dbc_fields.cpp.obj - 0002:000097a4 ??_C@_0BF@NPKKFBDI@categoryRecoveryTime@ 100917a4 dbc_fields.cpp.obj - 0002:000097bc ??_C@_0P@IEPIDAFJ@interruptFlags@ 100917bc dbc_fields.cpp.obj - 0002:000097cc ??_C@_0BD@LHLLGJCG@auraInterruptFlags@ 100917cc dbc_fields.cpp.obj - 0002:000097e0 ??_C@_0BG@BMOJLJDO@channelInterruptFlags@ 100917e0 dbc_fields.cpp.obj - 0002:000097f8 ??_C@_09MICPAJOG@procFlags@ 100917f8 dbc_fields.cpp.obj - 0002:00009804 ??_C@_0L@PJKMHGON@procChance@ 10091804 dbc_fields.cpp.obj - 0002:00009810 ??_C@_0M@PACCPFFC@procCharges@ 10091810 dbc_fields.cpp.obj - 0002:0000981c ??_C@_08JHFEFDMB@maxLevel@ 1009181c dbc_fields.cpp.obj - 0002:00009828 ??_C@_09JJGGMDBI@baseLevel@ 10091828 dbc_fields.cpp.obj - 0002:00009834 ??_C@_0L@DIBPEIPN@spellLevel@ 10091834 dbc_fields.cpp.obj - 0002:00009840 ??_C@_0O@ILAOIAFF@durationIndex@ 10091840 dbc_fields.cpp.obj - 0002:00009850 ??_C@_09MHMIHKMK@powerType@ 10091850 dbc_fields.cpp.obj - 0002:0000985c ??_C@_08NBEIGJPH@manaCost@ 1009185c dbc_fields.cpp.obj - 0002:00009868 ??_C@_0BB@MKFEABBK@manaCostPerlevel@ 10091868 dbc_fields.cpp.obj - 0002:0000987c ??_C@_0O@GDKBJHLD@manaPerSecond@ 1009187c dbc_fields.cpp.obj - 0002:0000988c ??_C@_0BG@PCCJIIB@manaPerSecondPerLevel@ 1009188c dbc_fields.cpp.obj - 0002:000098a4 ??_C@_0L@IIPJFCFA@rangeIndex@ 100918a4 dbc_fields.cpp.obj - 0002:000098b0 ??_C@_05HJCMGBKF@speed@ 100918b0 dbc_fields.cpp.obj - 0002:000098b8 ??_C@_0P@GNIGGCNF@modalNextSpell@ 100918b8 dbc_fields.cpp.obj - 0002:000098c8 ??_C@_0M@FHMAKNIE@stackAmount@ 100918c8 dbc_fields.cpp.obj - 0002:000098d4 ??_C@_0BC@FAGICCEI@equippedItemClass@ 100918d4 dbc_fields.cpp.obj - 0002:000098e8 ??_C@_0BJ@EHCBMJCE@equippedItemSubClassMask@ 100918e8 dbc_fields.cpp.obj - 0002:00009904 ??_C@_0BO@GFGEHKDA@equippedItemInventoryTypeMask@ 10091904 dbc_fields.cpp.obj - 0002:00009924 ??_C@_0M@CODBPNAF@spellVisual@ 10091924 dbc_fields.cpp.obj - 0002:00009930 ??_C@_0N@JNDEJBAD@spellVisual2@ 10091930 dbc_fields.cpp.obj - 0002:00009940 ??_C@_0M@FHDHCBKL@spellIconID@ 10091940 dbc_fields.cpp.obj - 0002:0000994c ??_C@_0N@HAKPAPKJ@activeIconID@ 1009194c dbc_fields.cpp.obj - 0002:0000995c ??_C@_0O@DAMIPNAM@spellPriority@ 1009195c dbc_fields.cpp.obj - 0002:0000996c ??_C@_0BD@LHHLGOL@manaCostPercentage@ 1009196c dbc_fields.cpp.obj - 0002:00009980 ??_C@_0BG@DDDBFLLC@startRecoveryCategory@ 10091980 dbc_fields.cpp.obj - 0002:00009998 ??_C@_0BC@MJCLHCCP@startRecoveryTime@ 10091998 dbc_fields.cpp.obj - 0002:000099ac ??_C@_0P@GDMECBOP@maxTargetLevel@ 100919ac dbc_fields.cpp.obj - 0002:000099bc ??_C@_0BA@GMGOGAED@spellFamilyName@ 100919bc dbc_fields.cpp.obj - 0002:000099cc ??_C@_0BB@LGDKHJHF@spellFamilyFlags@ 100919cc dbc_fields.cpp.obj - 0002:000099e0 ??_C@_0BD@JJENEIAA@maxAffectedTargets@ 100919e0 dbc_fields.cpp.obj - 0002:000099f4 ??_C@_08BJLHHCCM@dmgClass@ 100919f4 dbc_fields.cpp.obj - 0002:00009a00 ??_C@_0P@KJEDBIHM@preventionType@ 10091a00 dbc_fields.cpp.obj - 0002:00009a10 ??_C@_0P@CNKPMAAI@stanceBarOrder@ 10091a10 dbc_fields.cpp.obj - 0002:00009a20 ??_C@_0N@BEIHPEI@minFactionId@ 10091a20 dbc_fields.cpp.obj - 0002:00009a30 ??_C@_0O@HHGPPNGP@minReputation@ 10091a30 dbc_fields.cpp.obj - 0002:00009a40 ??_C@_0BD@IBLBOBLJ@requiredAuraVision@ 10091a40 dbc_fields.cpp.obj - 0002:00009a54 ??_C@_05LPPONKPN@totem@ 10091a54 dbc_fields.cpp.obj - 0002:00009a5c ??_C@_07EAHOPPHC@reagent@ 10091a5c dbc_fields.cpp.obj - 0002:00009a64 ??_C@_0N@DEFECNCJ@reagentCount@ 10091a64 dbc_fields.cpp.obj - 0002:00009a74 ??_C@_06HOPIODND@effect@ 10091a74 dbc_fields.cpp.obj - 0002:00009a7c ??_C@_0P@HANPKOLJ@effectDieSides@ 10091a7c dbc_fields.cpp.obj - 0002:00009a8c ??_C@_0P@NFCDHLMP@effectBaseDice@ 10091a8c dbc_fields.cpp.obj - 0002:00009a9c ??_C@_0BD@OJNOKKJI@effectDicePerLevel@ 10091a9c dbc_fields.cpp.obj - 0002:00009ab0 ??_C@_0BJ@CMMOAIOC@effectRealPointsPerLevel@ 10091ab0 dbc_fields.cpp.obj - 0002:00009acc ??_C@_0BB@ECGJIMP@effectBasePoints@ 10091acc dbc_fields.cpp.obj - 0002:00009ae0 ??_C@_0P@JKKLIPGJ@effectMechanic@ 10091ae0 dbc_fields.cpp.obj - 0002:00009af0 ??_C@_0BG@MHBOODBP@effectImplicitTargetA@ 10091af0 dbc_fields.cpp.obj - 0002:00009b08 ??_C@_0BG@OMDDLANM@effectImplicitTargetB@ 10091b08 dbc_fields.cpp.obj - 0002:00009b20 ??_C@_0BC@JNJBJJNN@effectRadiusIndex@ 10091b20 dbc_fields.cpp.obj - 0002:00009b34 ??_C@_0BE@ELOBPJHK@effectApplyAuraName@ 10091b34 dbc_fields.cpp.obj - 0002:00009b48 ??_C@_0BA@FCGCEODA@effectAmplitude@ 10091b48 dbc_fields.cpp.obj - 0002:00009b58 ??_C@_0BE@EMECGFL@effectMultipleValue@ 10091b58 dbc_fields.cpp.obj - 0002:00009b6c ??_C@_0BC@EMGMPKNK@effectChainTarget@ 10091b6c dbc_fields.cpp.obj - 0002:00009b80 ??_C@_0P@KFOJCMPA@effectItemType@ 10091b80 dbc_fields.cpp.obj - 0002:00009b90 ??_C@_0BA@KMPEGA@effectMiscValue@ 10091b90 dbc_fields.cpp.obj - 0002:00009ba0 ??_C@_0BD@JLKEALFA@effectTriggerSpell@ 10091ba0 dbc_fields.cpp.obj - 0002:00009bb4 ??_C@_0BK@EGJBCINL@effectPointsPerComboPoint@ 10091bb4 dbc_fields.cpp.obj - 0002:00009bd0 ??_C@_0O@GNCEHKMO@dmgMultiplier@ 10091bd0 dbc_fields.cpp.obj - 0002:00009be0 ?unitFieldsFields@Nampower@@3QBUFieldDescriptor@1@B 10091be0 unit_fields.cpp.obj - 0002:00009eec ?unitFieldsFieldsCount@Nampower@@3IB 10091eec unit_fields.cpp.obj - 0002:00009ef0 ?unitFieldsArrayFields@Nampower@@3QBUArrayFieldDescriptor@1@B 10091ef0 unit_fields.cpp.obj - 0002:00009f80 ?unitFieldsArrayFieldsCount@Nampower@@3IB 10091f80 unit_fields.cpp.obj - 0002:00009f88 ??_C@_05GNKDCGJG@charm@ 10091f88 unit_fields.cpp.obj - 0002:00009f90 ??_C@_06PEOHCAFD@summon@ 10091f90 unit_fields.cpp.obj - 0002:00009f98 ??_C@_09HKLHHFJN@charmedBy@ 10091f98 unit_fields.cpp.obj - 0002:00009fa4 ??_C@_0L@CCGPLGPK@summonedBy@ 10091fa4 unit_fields.cpp.obj - 0002:00009fb0 ??_C@_09LFPMGGII@createdBy@ 10091fb0 unit_fields.cpp.obj - 0002:00009fbc ??_C@_09MLEJIPBC@persuaded@ 10091fbc unit_fields.cpp.obj - 0002:00009fc8 ??_C@_0O@EMAEPHOL@channelObject@ 10091fc8 unit_fields.cpp.obj - 0002:00009fd8 ??_C@_06KJINILIP@health@ 10091fd8 unit_fields.cpp.obj - 0002:00009fe0 ??_C@_06KBHLMNEH@power1@ 10091fe0 unit_fields.cpp.obj - 0002:00009fe8 ??_C@_06IKFGJOIE@power2@ 10091fe8 unit_fields.cpp.obj - 0002:00009ff0 ??_C@_06JDENKPMF@power3@ 10091ff0 unit_fields.cpp.obj - 0002:00009ff8 ??_C@_06NMAMDJAC@power4@ 10091ff8 unit_fields.cpp.obj - 0002:0000a000 ??_C@_06MFBHAIED@power5@ 10092000 unit_fields.cpp.obj - 0002:0000a008 ??_C@_09IGCJFBJ@maxHealth@ 10092008 unit_fields.cpp.obj - 0002:0000a014 ??_C@_09JENDNB@maxPower1@ 10092014 unit_fields.cpp.obj - 0002:0000a020 ??_C@_09CLLJIABC@maxPower2@ 10092020 unit_fields.cpp.obj - 0002:0000a02c ??_C@_09DCKCLBFD@maxPower3@ 1009202c unit_fields.cpp.obj - 0002:0000a038 ??_C@_09HNODCHJE@maxPower4@ 10092038 unit_fields.cpp.obj - 0002:0000a044 ??_C@_09GEPIBGNF@maxPower5@ 10092044 unit_fields.cpp.obj - 0002:0000a050 ??_C@_05KJNJLLGA@level@ 10092050 unit_fields.cpp.obj - 0002:0000a058 ??_C@_0BA@HDIFLJID@factionTemplate@ 10092058 unit_fields.cpp.obj - 0002:0000a068 ??_C@_06NLMMIAIA@bytes0@ 10092068 unit_fields.cpp.obj - 0002:0000a070 ??_C@_09BFHAFMLP@auraState@ 10092070 unit_fields.cpp.obj - 0002:0000a07c ??_C@_0P@DGLGADKE@baseAttackTime@ 1009207c unit_fields.cpp.obj - 0002:0000a08c ??_C@_0BC@CGEKFAIO@offhandAttackTime@ 1009208c unit_fields.cpp.obj - 0002:0000a0a0 ??_C@_0BB@DNFLGEGG@rangedAttackTime@ 100920a0 unit_fields.cpp.obj - 0002:0000a0b4 ??_C@_0P@PGEDLHEL@boundingRadius@ 100920b4 unit_fields.cpp.obj - 0002:0000a0c4 ??_C@_0M@DOJLMCBI@combatReach@ 100920c4 unit_fields.cpp.obj - 0002:0000a0d0 ??_C@_09EJIHCEAC@displayId@ 100920d0 unit_fields.cpp.obj - 0002:0000a0dc ??_C@_0BA@HLLMBDFA@nativeDisplayId@ 100920dc unit_fields.cpp.obj - 0002:0000a0ec ??_C@_0P@HOLJBBID@mountDisplayId@ 100920ec unit_fields.cpp.obj - 0002:0000a0fc ??_C@_0BB@LCJMKLPB@minOffhandDamage@ 100920fc unit_fields.cpp.obj - 0002:0000a110 ??_C@_0BB@KHBHHPAD@maxOffhandDamage@ 10092110 unit_fields.cpp.obj - 0002:0000a124 ??_C@_06MCNHLBMB@bytes1@ 10092124 unit_fields.cpp.obj - 0002:0000a12c ??_C@_09DIJBEFAN@petNumber@ 1009212c unit_fields.cpp.obj - 0002:0000a138 ??_C@_0BB@OMLEJGDP@petNameTimestamp@ 10092138 unit_fields.cpp.obj - 0002:0000a14c ??_C@_0O@FGKOPGHG@petExperience@ 1009214c unit_fields.cpp.obj - 0002:0000a15c ??_C@_0BA@PAHIIHLL@petNextLevelExp@ 1009215c unit_fields.cpp.obj - 0002:0000a16c ??_C@_0N@CMKAPPHA@dynamicFlags@ 1009216c unit_fields.cpp.obj - 0002:0000a17c ??_C@_0N@IEJBDBBA@channelSpell@ 1009217c unit_fields.cpp.obj - 0002:0000a18c ??_C@_0N@DHEPGEFO@modCastSpeed@ 1009218c unit_fields.cpp.obj - 0002:0000a19c ??_C@_0P@ENACAIIN@createdBySpell@ 1009219c unit_fields.cpp.obj - 0002:0000a1ac ??_C@_08NEIKGCEE@npcFlags@ 100921ac unit_fields.cpp.obj - 0002:0000a1b8 ??_C@_0O@DDNCOFID@npcEmoteState@ 100921b8 unit_fields.cpp.obj - 0002:0000a1c8 ??_C@_0P@GKAKCLOA@trainingPoints@ 100921c8 unit_fields.cpp.obj - 0002:0000a1d8 ??_C@_05MAPNABCF@stat0@ 100921d8 unit_fields.cpp.obj - 0002:0000a1e0 ??_C@_05NJOGDAGE@stat1@ 100921e0 unit_fields.cpp.obj - 0002:0000a1e8 ??_C@_05PCMLGDKH@stat2@ 100921e8 unit_fields.cpp.obj - 0002:0000a1f0 ??_C@_05OLNAFCOG@stat3@ 100921f0 unit_fields.cpp.obj - 0002:0000a1f8 ??_C@_05KEJBMECB@stat4@ 100921f8 unit_fields.cpp.obj - 0002:0000a200 ??_C@_08OPMNAGFL@baseMana@ 10092200 unit_fields.cpp.obj - 0002:0000a20c ??_C@_0L@PHGDMNPJ@baseHealth@ 1009220c unit_fields.cpp.obj - 0002:0000a218 ??_C@_06OJPKOCAC@bytes2@ 10092218 unit_fields.cpp.obj - 0002:0000a220 ??_C@_0M@KIFIFFDF@attackPower@ 10092220 unit_fields.cpp.obj - 0002:0000a22c ??_C@_0BA@IPAHCKCK@attackPowerMods@ 1009222c unit_fields.cpp.obj - 0002:0000a23c ??_C@_0BG@IHJMPLFM@attackPowerMultiplier@ 1009223c unit_fields.cpp.obj - 0002:0000a254 ??_C@_0BC@JCJAIEDA@rangedAttackPower@ 10092254 unit_fields.cpp.obj - 0002:0000a268 ??_C@_0BG@PBLNABOL@rangedAttackPowerMods@ 10092268 unit_fields.cpp.obj - 0002:0000a280 ??_C@_0BM@MHJJMDPM@rangedAttackPowerMultiplier@ 10092280 unit_fields.cpp.obj - 0002:0000a29c ??_C@_0BA@DNGOHFNJ@minRangedDamage@ 1009229c unit_fields.cpp.obj - 0002:0000a2ac ??_C@_0BA@GMJHMOIE@maxRangedDamage@ 100922ac unit_fields.cpp.obj - 0002:0000a2bc ??_C@_0BD@KMOEPALK@virtualItemDisplay@ 100922bc unit_fields.cpp.obj - 0002:0000a2d0 ??_C@_0BA@CLDBCJMB@virtualItemInfo@ 100922d0 unit_fields.cpp.obj - 0002:0000a2e0 ??_C@_04OKPNOAGJ@aura@ 100922e0 unit_fields.cpp.obj - 0002:0000a2e8 ??_C@_09BEADLLCK@auraFlags@ 100922e8 unit_fields.cpp.obj - 0002:0000a2f4 ??_C@_0L@DDHBIJIK@auraLevels@ 100922f4 unit_fields.cpp.obj - 0002:0000a300 ??_C@_0BB@LCGCAOC@auraApplications@ 10092300 unit_fields.cpp.obj - 0002:0000a314 ??_C@_0BC@LHCFADJ@powerCostModifier@ 10092314 unit_fields.cpp.obj - 0002:0000a328 ??_C@_0BE@CIJMDBF@powerCostMultiplier@ 10092328 unit_fields.cpp.obj - 0002:0000a340 ??_C@_0CC@DBGAMKLH@Clearing?5all?5LUA?5table?5referenc@ 10092340 lua_refs.cpp.obj - 0002:0000a364 __pDestructExceptionObject 10092364 libvcruntime:ehhelpers.obj - 0002:0000a36c ??_7bad_typeid@std@@6B@ 1009236c libvcruntime:rtti.obj - 0002:0000a378 ??_7__non_rtti_object@std@@6B@ 10092378 libvcruntime:rtti.obj - 0002:0000a380 ??_C@_0CB@CGKGGDFI@Access?5violation?5?9?5no?5RTTI?5data@ 10092380 libvcruntime:rtti.obj - 0002:0000a3a4 ??_C@_0CH@OLLMPELC@Attempted?5a?5typeid?5of?5nullptr?5p@ 100923a4 libvcruntime:rtti.obj - 0002:0000a3cc ??_C@_0CB@EEENAAHH@Bad?5read?5pointer?5?9?5no?5RTTI?5data@ 100923cc libvcruntime:rtti.obj - 0002:0000a3f0 ??_C@_0BC@JNJNLHBP@Bad?5dynamic_cast?$CB@ 100923f0 libvcruntime:rtti.obj - 0002:0000a790 ??_C@_08EHJDFFNH@__based?$CI@ 10092790 libvcruntime:undname.obj - 0002:0000a79c ??_C@_07KOLFKCDI@__cdecl@ 1009279c libvcruntime:undname.obj - 0002:0000a7a4 ??_C@_08GHMPAG@__pascal@ 100927a4 libvcruntime:undname.obj - 0002:0000a7b0 ??_C@_09IFJBGAPI@__stdcall@ 100927b0 libvcruntime:undname.obj - 0002:0000a7bc ??_C@_0L@NPHFGOKO@__thiscall@ 100927bc libvcruntime:undname.obj - 0002:0000a7c8 ??_C@_0L@JMKHOMEK@__fastcall@ 100927c8 libvcruntime:undname.obj - 0002:0000a7d4 ??_C@_0N@BCKKPABJ@__vectorcall@ 100927d4 libvcruntime:undname.obj - 0002:0000a7e4 ??_C@_09HIJEGCPM@__clrcall@ 100927e4 libvcruntime:undname.obj - 0002:0000a7f0 ??_C@_06GHPCKEAG@__eabi@ 100927f0 libvcruntime:undname.obj - 0002:0000a7f8 ??_C@_09IOPIDJLG@__swift_1@ 100927f8 libvcruntime:undname.obj - 0002:0000a804 ??_C@_09KFNFGKHF@__swift_2@ 10092804 libvcruntime:undname.obj - 0002:0000a810 ??_C@_09LMMOFLDE@__swift_3@ 10092810 libvcruntime:undname.obj - 0002:0000a81c ??_C@_07JOMMBBKO@__ptr64@ 1009281c libvcruntime:undname.obj - 0002:0000a824 ??_C@_0L@PILCLIHE@__restrict@ 10092824 libvcruntime:undname.obj - 0002:0000a830 ??_C@_0M@GFIIJFMG@__unaligned@ 10092830 libvcruntime:undname.obj - 0002:0000a83c ??_C@_09DHDLOLLB@restrict?$CI@ 1009283c libvcruntime:undname.obj - 0002:0000a848 ??_C@_04NIHEBCM@?5new@ 10092848 libvcruntime:undname.obj - 0002:0000a850 ??_C@_07FPCDHGMM@?5delete@ 10092850 libvcruntime:undname.obj - 0002:0000a858 ??_C@_01NEMOKFLO@?$DN@ 10092858 libvcruntime:undname.obj - 0002:0000a85c ??_C@_02GPIOPFAK@?$DO?$DO@ 1009285c libvcruntime:undname.obj - 0002:0000a860 ??_C@_02FODMEDOG@?$DM?$DM@ 10092860 libvcruntime:undname.obj - 0002:0000a864 ??_C@_01DCLJPIOD@?$CB@ 10092864 libvcruntime:undname.obj - 0002:0000a868 ??_C@_02EGOFBIJA@?$DN?$DN@ 10092868 libvcruntime:undname.obj - 0002:0000a86c ??_C@_02FDNJECIE@?$CB?$DN@ 1009286c libvcruntime:undname.obj - 0002:0000a870 ??_C@_02GPECMEKF@?$FL?$FN@ 10092870 libvcruntime:undname.obj - 0002:0000a874 ??_C@_08LHJFAFGD@operator@ 10092874 libvcruntime:undname.obj - 0002:0000a880 ??_C@_02HBOOOICD@?9?$DO@ 10092880 libvcruntime:undname.obj - 0002:0000a884 ??_C@_01NBENCBCI@?$CK@ 10092884 libvcruntime:undname.obj - 0002:0000a888 ??_C@_02ECNGHCIF@?$CL?$CL@ 10092888 libvcruntime:undname.obj - 0002:0000a88c ??_C@_02BAABKJLB@?9?9@ 1009288c libvcruntime:undname.obj - 0002:0000a890 ??_C@_01JOAMLHOP@?9@ 10092890 libvcruntime:undname.obj - 0002:0000a894 ??_C@_01MIFGBAGJ@?$CL@ 10092894 libvcruntime:undname.obj - 0002:0000a898 ??_C@_01HNPIGOCE@?$CG@ 10092898 libvcruntime:undname.obj - 0002:0000a89c ??_C@_03MNHNFDLC@?9?$DO?$CK@ 1009289c libvcruntime:undname.obj - 0002:0000a8a0 ??_C@_01KMDKNFGN@?1@ 100928a0 libvcruntime:undname.obj - 0002:0000a8a4 ??_C@_01FGNFDNOH@?$CF@ 100928a4 libvcruntime:undname.obj - 0002:0000a8a8 ??_C@_01MNNFJEPP@?$DM@ 100928a8 libvcruntime:undname.obj - 0002:0000a8ac ??_C@_02EHCHHCKH@?$DM?$DN@ 100928ac libvcruntime:undname.obj - 0002:0000a8b0 ??_C@_01PPODPGHN@?$DO@ 100928b0 libvcruntime:undname.obj - 0002:0000a8b4 ??_C@_02EEKDKGMJ@?$DO?$DN@ 100928b4 libvcruntime:undname.obj - 0002:0000a8b8 ??_C@_02HCKGKOFO@?$CI?$CJ@ 100928b8 libvcruntime:undname.obj - 0002:0000a8bc ??_C@_01PJKLJHI@?$HO@ 100928bc libvcruntime:undname.obj - 0002:0000a8c0 ??_C@_01JKBOJNNK@?$FO@ 100928c0 libvcruntime:undname.obj - 0002:0000a8c4 ??_C@_01DNKMNLPK@?$HM@ 100928c4 libvcruntime:undname.obj - 0002:0000a8c8 ??_C@_02PPKAJPJL@?$CG?$CG@ 100928c8 libvcruntime:undname.obj - 0002:0000a8cc ??_C@_02NONPIBCD@?$HM?$HM@ 100928cc libvcruntime:undname.obj - 0002:0000a8d0 ??_C@_02FPIMKNGF@?$CK?$DN@ 100928d0 libvcruntime:undname.obj - 0002:0000a8d4 ??_C@_02FOEOMHFC@?$CL?$DN@ 100928d4 libvcruntime:undname.obj - 0002:0000a8d8 ??_C@_02FKMDLLOA@?9?$DN@ 100928d8 libvcruntime:undname.obj - 0002:0000a8dc ??_C@_02FJEHGPIO@?1?$DN@ 100928dc libvcruntime:undname.obj - 0002:0000a8e0 ??_C@_02FENAOKFI@?$CF?$DN@ 100928e0 libvcruntime:undname.obj - 0002:0000a8e4 ??_C@_03IKFCCPFF@?$DO?$DO?$DN@ 100928e4 libvcruntime:undname.obj - 0002:0000a8e8 ??_C@_03CDNPDDLA@?$DM?$DM?$DN@ 100928e8 libvcruntime:undname.obj - 0002:0000a8ec ??_C@_02FGJGFEAB@?$CG?$DN@ 100928ec libvcruntime:undname.obj - 0002:0000a8f0 ??_C@_02DHLNPPGH@?$HM?$DN@ 100928f0 libvcruntime:undname.obj - 0002:0000a8f4 ??_C@_02MHEGNOJ@?$FO?$DN@ 100928f4 libvcruntime:undname.obj - 0002:0000a8f8 ??_C@_09IFPLHPGF@?$GAvftable?8@ 100928f8 libvcruntime:undname.obj - 0002:0000a904 ??_C@_09BLBHBJP@?$GAvbtable?8@ 10092904 libvcruntime:undname.obj - 0002:0000a910 ??_C@_07FEEIOKP@?$GAvcall?8@ 10092910 libvcruntime:undname.obj - 0002:0000a918 ??_C@_08LLFFHHDJ@?$GAtypeof?8@ 10092918 libvcruntime:undname.obj - 0002:0000a924 ??_C@_0BF@KDPPACIK@?$GAlocal?5static?5guard?8@ 10092924 libvcruntime:undname.obj - 0002:0000a93c ??_C@_08OBABFOLI@?$GAstring?8@ 1009293c libvcruntime:undname.obj - 0002:0000a948 ??_C@_0BD@JDLKDPAB@?$GAvbase?5destructor?8@ 10092948 libvcruntime:undname.obj - 0002:0000a95c ??_C@_0BN@DEGPLNFK@?$GAvector?5deleting?5destructor?8@ 1009295c libvcruntime:undname.obj - 0002:0000a97c ??_C@_0BO@OBMKPJIG@?$GAdefault?5constructor?5closure?8@ 1009297c libvcruntime:undname.obj - 0002:0000a99c ??_C@_0BN@IMDCHIKM@?$GAscalar?5deleting?5destructor?8@ 1009299c libvcruntime:undname.obj - 0002:0000a9bc ??_C@_0BO@PFGOCPJJ@?$GAvector?5constructor?5iterator?8@ 100929bc libvcruntime:undname.obj - 0002:0000a9dc ??_C@_0BN@LFPFMEDL@?$GAvector?5destructor?5iterator?8@ 100929dc libvcruntime:undname.obj - 0002:0000a9fc ??_C@_0CE@IKBNEHA@?$GAvector?5vbase?5constructor?5itera@ 100929fc libvcruntime:undname.obj - 0002:0000aa20 ??_C@_0BL@NILFHHPC@?$GAvirtual?5displacement?5map?8@ 10092a20 libvcruntime:undname.obj - 0002:0000aa3c ??_C@_0CB@JONCMFFK@?$GAeh?5vector?5constructor?5iterator@ 10092a3c libvcruntime:undname.obj - 0002:0000aa60 ??_C@_0CA@GCEOPDGL@?$GAeh?5vector?5destructor?5iterator?8@ 10092a60 libvcruntime:undname.obj - 0002:0000aa80 ??_C@_0CH@OOJPLCPH@?$GAeh?5vector?5vbase?5constructor?5it@ 10092a80 libvcruntime:undname.obj - 0002:0000aaa8 ??_C@_0BL@LLKPOHJI@?$GAcopy?5constructor?5closure?8@ 10092aa8 libvcruntime:undname.obj - 0002:0000aac4 ??_C@_0BA@KBCDOMBN@?$GAudt?5returning?8@ 10092ac4 libvcruntime:undname.obj - 0002:0000aad4 ??_C@_03KLGMFNMG@?$GAEH@ 10092ad4 libvcruntime:undname.obj - 0002:0000aad8 ??_C@_05KHLCHHI@?$GARTTI@ 10092ad8 libvcruntime:undname.obj - 0002:0000aae0 ??_C@_0BA@KKLDJDLB@?$GAlocal?5vftable?8@ 10092ae0 libvcruntime:undname.obj - 0002:0000aaf0 ??_C@_0CE@IIHCMGGL@?$GAlocal?5vftable?5constructor?5clos@ 10092af0 libvcruntime:undname.obj - 0002:0000ab14 ??_C@_06FHBGPFGH@?5new?$FL?$FN@ 10092b14 libvcruntime:undname.obj - 0002:0000ab1c ??_C@_09LBNFPBCA@?5delete?$FL?$FN@ 10092b1c libvcruntime:undname.obj - 0002:0000ab28 ??_C@_0P@HJKNJFNN@?$GAomni?5callsig?8@ 10092b28 libvcruntime:undname.obj - 0002:0000ab38 ??_C@_0BL@CNOONJFP@?$GAplacement?5delete?5closure?8@ 10092b38 libvcruntime:undname.obj - 0002:0000ab54 ??_C@_0BN@CKNJLHMB@?$GAplacement?5delete?$FL?$FN?5closure?8@ 10092b54 libvcruntime:undname.obj - 0002:0000ab74 ??_C@_0CG@CFDHKGGD@?$GAmanaged?5vector?5constructor?5ite@ 10092b74 libvcruntime:undname.obj - 0002:0000ab9c ??_C@_0CF@IMGKMJNO@?$GAmanaged?5vector?5destructor?5iter@ 10092b9c libvcruntime:undname.obj - 0002:0000abc4 ??_C@_0CG@HLDDJMAG@?$GAeh?5vector?5copy?5constructor?5ite@ 10092bc4 libvcruntime:undname.obj - 0002:0000abec ??_C@_0CM@FCBBDIGB@?$GAeh?5vector?5vbase?5copy?5construct@ 10092bec libvcruntime:undname.obj - 0002:0000ac18 ??_C@_0BL@CLIPGLGB@?$GAdynamic?5initializer?5for?5?8@ 10092c18 libvcruntime:undname.obj - 0002:0000ac34 ??_C@_0CB@PDBIFEP@?$GAdynamic?5atexit?5destructor?5for?5@ 10092c34 libvcruntime:undname.obj - 0002:0000ac58 ??_C@_0CD@CGAJBKEJ@?$GAvector?5copy?5constructor?5iterat@ 10092c58 libvcruntime:undname.obj - 0002:0000ac7c ??_C@_0CJ@GJELGAMM@?$GAvector?5vbase?5copy?5constructor?5@ 10092c7c libvcruntime:undname.obj - 0002:0000aca8 ??_C@_0CL@FGIJHLCE@?$GAmanaged?5vector?5copy?5constructo@ 10092ca8 libvcruntime:undname.obj - 0002:0000acd4 ??_C@_0BM@PMGGMLDN@?$GAlocal?5static?5thread?5guard?8@ 10092cd4 libvcruntime:undname.obj - 0002:0000acf0 ??_C@_0N@BDNMDMOL@operator?5?$CC?$CC?5@ 10092cf0 libvcruntime:undname.obj - 0002:0000ad00 ??_C@_0BC@GGEBGALA@operator?5co_await@ 10092d00 libvcruntime:undname.obj - 0002:0000ad14 ??_C@_0M@GAAIMMOH@operator?$DM?$DN?$DO@ 10092d14 libvcruntime:undname.obj - 0002:0000ad20 ??_C@_0BC@DAFEJGAK@?5Type?5Descriptor?8@ 10092d20 libvcruntime:undname.obj - 0002:0000ad34 ??_C@_0BM@LDKODKLH@?5Base?5Class?5Descriptor?5at?5?$CI@ 10092d34 libvcruntime:undname.obj - 0002:0000ad50 ??_C@_0BD@LGICGFMM@?5Base?5Class?5Array?8@ 10092d50 libvcruntime:undname.obj - 0002:0000ad64 ??_C@_0BN@MECKDCOJ@?5Class?5Hierarchy?5Descriptor?8@ 10092d64 libvcruntime:undname.obj - 0002:0000ad84 ??_C@_0BK@CFCOFLF@?5Complete?5Object?5Locator?8@ 10092d84 libvcruntime:undname.obj - 0002:0000ada0 ??_C@_0BG@JNJLAMPM@?$GAanonymous?5namespace?8@ 10092da0 libvcruntime:undname.obj - 0002:0000adb8 ??_C@_04HEJADOOB@CV?3?5@ 10092db8 libvcruntime:undname.obj - 0002:0000adc0 ??_C@_02MOLJINC@?3?3@ 10092dc0 libvcruntime:undname.obj - 0002:0000adc4 ??_C@_0BE@JAEOCHPE@template?9parameter?9@ 10092dc4 libvcruntime:undname.obj - 0002:0000add8 ??_C@_0BF@LNLGBBNL@?$GAtemplate?9parameter?9@ 10092dd8 libvcruntime:undname.obj - 0002:0000adf0 ??_C@_0O@KHGCOMHP@generic?9type?9@ 10092df0 libvcruntime:undname.obj - 0002:0000ae00 ??_C@_0P@ODDENDLM@?$GAgeneric?9type?9@ 10092e00 libvcruntime:undname.obj - 0002:0000ae10 ??_C@_02OHHJMEON@?8?8@ 10092e10 libvcruntime:undname.obj - 0002:0000ae14 ??_C@_0BN@IBLMMFAP@?$GAnon?9type?9template?9parameter@ 10092e14 libvcruntime:undname.obj - 0002:0000ae34 ??_C@_03DLDNIBIK@?$CFlf@ 10092e34 libvcruntime:undname.obj - 0002:0000ae38 ??_C@_04OFALKAJ@?$DP?$DP_C@ 10092e38 libvcruntime:undname.obj - 0002:0000ae40 ??_C@_03KHICJKCI@?4?4?4@ 10092e40 libvcruntime:undname.obj - 0002:0000ae44 ??_C@_04HIBGFPH@NULL@ 10092e44 libvcruntime:undname.obj - 0002:0000ae4c ??_C@_02DPKJAMEF@?$CFd@ 10092e4c libvcruntime:undname.obj - 0002:0000ae50 ??_C@_0BK@IHCCFNEL@?$GAtemplate?9type?9parameter?9@ 10092e50 libvcruntime:undname.obj - 0002:0000ae6c ??_C@_0BK@OFCNNNKO@?$GAgeneric?9class?9parameter?9@ 10092e6c libvcruntime:undname.obj - 0002:0000ae88 ??_C@_0BL@NGJBLFIL@?$GAgeneric?9method?9parameter?9@ 10092e88 libvcruntime:undname.obj - 0002:0000aea4 ??_C@_07OHNGEDJK@nullptr@ 10092ea4 libvcruntime:undname.obj - 0002:0000aeac ??_C@_06COJIGPIB@lambda@ 10092eac libvcruntime:undname.obj - 0002:0000aeb4 ??_C@_04GKJNKENE@void@ 10092eb4 libvcruntime:undname.obj - 0002:0000aebc ??_C@_0BE@EODMJLIF@?$GAtemplate?9parameter@ 10092ebc libvcruntime:undname.obj - 0002:0000aed0 ??_C@_03OPGICMGF@?$HN?8?5@ 10092ed0 libvcruntime:undname.obj - 0002:0000aed4 ??_C@_02IGFCGPIL@?$HN?8@ 10092ed4 libvcruntime:undname.obj - 0002:0000aed8 ??_C@_0N@CBHHHENL@?$GAvtordispex?$HL@ 10092ed8 libvcruntime:undname.obj - 0002:0000aee8 ??_C@_0L@GHPFDFH@?$GAvtordisp?$HL@ 10092ee8 libvcruntime:undname.obj - 0002:0000aef4 ??_C@_0L@HNGCOGAE@?$GAadjustor?$HL@ 10092ef4 libvcruntime:undname.obj - 0002:0000af00 ??_C@_0CB@KJDOOODE@?$GAlocal?5static?5destructor?5helper@ 10092f00 libvcruntime:undname.obj - 0002:0000af24 ??_C@_0DB@ILEFOCIJ@?$GAtemplate?5static?5data?5member?5co@ 10092f24 libvcruntime:undname.obj - 0002:0000af58 ??_C@_0DA@HGFJFBBE@?$GAtemplate?5static?5data?5member?5de@ 10092f58 libvcruntime:undname.obj - 0002:0000af88 ??_C@_07PGOEDBHP@static?5@ 10092f88 libvcruntime:undname.obj - 0002:0000af90 ??_C@_08NIEOINHE@virtual?5@ 10092f90 libvcruntime:undname.obj - 0002:0000af9c ??_C@_09LAPHOOG@private?3?5@ 10092f9c libvcruntime:undname.obj - 0002:0000afa8 ??_C@_0M@GAIFPFIP@protected?3?5@ 10092fa8 libvcruntime:undname.obj - 0002:0000afb4 ??_C@_08GPDDCMKI@public?3?5@ 10092fb4 libvcruntime:undname.obj - 0002:0000afc0 ??_C@_08KJLFOPNE@?$FLthunk?$FN?3@ 10092fc0 libvcruntime:undname.obj - 0002:0000afcc ??_C@_0M@DHNBOJMP@extern?5?$CCC?$CC?5@ 10092fcc libvcruntime:undname.obj - 0002:0000afd8 ??_C@_02KCKGHPCA@?$CJ?5@ 10092fd8 libvcruntime:undname.obj - 0002:0000afdc ??_C@_05CIHEBHNO@char?5@ 10092fdc libvcruntime:undname.obj - 0002:0000afe4 ??_C@_06EHJMALKF@short?5@ 10092fe4 libvcruntime:undname.obj - 0002:0000afec ??_C@_04LAHKHJMA@int?5@ 10092fec libvcruntime:undname.obj - 0002:0000aff4 ??_C@_05CJIMAING@long?5@ 10092ff4 libvcruntime:undname.obj - 0002:0000affc ??_C@_09EBBEKKIH@unsigned?5@ 10092ffc libvcruntime:undname.obj - 0002:0000b008 ??_C@_05BEFAKPML@void?5@ 10093008 libvcruntime:undname.obj - 0002:0000b010 ??_C@_09GAIEOBLP@volatile?5@ 10093010 libvcruntime:undname.obj - 0002:0000b01c ??_C@_08PABEKFH@volatile@ 1009301c libvcruntime:undname.obj - 0002:0000b028 ??_C@_0BA@LKIJLKPP@std?3?3nullptr_t?5@ 10093028 libvcruntime:undname.obj - 0002:0000b038 ??_C@_0P@GCOCNKDM@std?3?3nullptr_t@ 10093038 libvcruntime:undname.obj - 0002:0000b048 ??_C@_0L@EGPHHEKN@?$DMellipsis?$DO@ 10093048 libvcruntime:undname.obj - 0002:0000b054 ??_C@_04EENFHACM@?0?4?4?4@ 10093054 libvcruntime:undname.obj - 0002:0000b05c ??_C@_0M@ELJOJFFH@?0?$DMellipsis?$DO@ 1009305c libvcruntime:undname.obj - 0002:0000b068 ??_C@_09DNHFEOJI@?5noexcept@ 10093068 libvcruntime:undname.obj - 0002:0000b074 ??_C@_03PBJBJNON@cpu@ 10093074 libvcruntime:undname.obj - 0002:0000b078 ??_C@_03DCBBJBAA@amp@ 10093078 libvcruntime:undname.obj - 0002:0000b07c ??_C@_04ENMBGAPA@char@ 1009307c libvcruntime:undname.obj - 0002:0000b084 ??_C@_05BFKKPKCG@short@ 10093084 libvcruntime:undname.obj - 0002:0000b08c ??_C@_03JBIPMCLC@int@ 1009308c libvcruntime:undname.obj - 0002:0000b090 ??_C@_04GOKPGOLB@long@ 10093090 libvcruntime:undname.obj - 0002:0000b098 ??_C@_05KNFBNCOH@float@ 10093098 libvcruntime:undname.obj - 0002:0000b0a0 ??_C@_06BNJCAIGJ@double@ 100930a0 libvcruntime:undname.obj - 0002:0000b0a8 ??_C@_04DDKJGDCM@bool@ 100930a8 libvcruntime:undname.obj - 0002:0000b0b0 ??_C@_06EBGKOKIG@__int8@ 100930b0 libvcruntime:undname.obj - 0002:0000b0b8 ??_C@_07ICFHOGAF@__int16@ 100930b8 libvcruntime:undname.obj - 0002:0000b0c0 ??_C@_07OFLPPHGP@__int32@ 100930c0 libvcruntime:undname.obj - 0002:0000b0c8 ??_C@_07LFCOJCAC@__int64@ 100930c8 libvcruntime:undname.obj - 0002:0000b0d0 ??_C@_08GAHOLHEO@__int128@ 100930d0 libvcruntime:undname.obj - 0002:0000b0dc ??_C@_09EEKGDCPH@?$DMunknown?$DO@ 100930dc libvcruntime:undname.obj - 0002:0000b0e8 ??_C@_07CFHGOPCN@char8_t@ 100930e8 libvcruntime:undname.obj - 0002:0000b0f0 ??_C@_08HBIPOFJB@char16_t@ 100930f0 libvcruntime:undname.obj - 0002:0000b0fc ??_C@_08IECNCBKG@char32_t@ 100930fc libvcruntime:undname.obj - 0002:0000b108 ??_C@_07CLGGIAMF@wchar_t@ 10093108 libvcruntime:undname.obj - 0002:0000b110 ??_C@_04HAPDLBFF@auto@ 10093110 libvcruntime:undname.obj - 0002:0000b118 ??_C@_0P@LHCGKIGK@decltype?$CIauto?$CJ@ 10093118 libvcruntime:undname.obj - 0002:0000b128 ??_C@_05PCNBGHCF@this?5@ 10093128 libvcruntime:undname.obj - 0002:0000b130 ??_C@_06GCICPBLB@__w64?5@ 10093130 libvcruntime:undname.obj - 0002:0000b138 ??_C@_07NFANNNEC@UNKNOWN@ 10093138 libvcruntime:undname.obj - 0002:0000b140 ??_C@_07EDHNAJHC@signed?5@ 10093140 libvcruntime:undname.obj - 0002:0000b148 ??_C@_05BNCCCJPP@const@ 10093148 libvcruntime:undname.obj - 0002:0000b150 ??_C@_09EFNPDFFP@?5volatile@ 10093150 libvcruntime:undname.obj - 0002:0000b15c ??_C@_0P@GCIFDJCJ@?$GAunknown?5ecsu?8@ 1009315c libvcruntime:undname.obj - 0002:0000b16c ??_C@_06MOJHIBMG@union?5@ 1009316c libvcruntime:undname.obj - 0002:0000b174 ??_C@_07DIBCDNGL@struct?5@ 10093174 libvcruntime:undname.obj - 0002:0000b17c ??_C@_06LJBABKPM@class?5@ 1009317c libvcruntime:undname.obj - 0002:0000b184 ??_C@_08KOFANOFK@coclass?5@ 10093184 libvcruntime:undname.obj - 0002:0000b190 ??_C@_0N@DLIEFKNA@cointerface?5@ 10093190 libvcruntime:undname.obj - 0002:0000b1a0 ??_C@_05LJGMCFOG@enum?5@ 100931a0 libvcruntime:undname.obj - 0002:0000b1a8 ??_C@_06LIJLOJAG@const?5@ 100931a8 libvcruntime:undname.obj - 0002:0000b1b0 ??_C@_02KJPKDIBN@?$CG?5@ 100931b0 libvcruntime:undname.obj - 0002:0000b1b4 ??_C@_03PCKGMOPB@?$CG?$CG?5@ 100931b4 libvcruntime:undname.obj - 0002:0000b1b8 ??_C@_0M@EALIELKG@cli?3?3array?$DM@ 100931b8 libvcruntime:undname.obj - 0002:0000b1c4 ??_C@_0O@GKABPPIF@cli?3?3pin_ptr?$DM@ 100931c4 libvcruntime:undname.obj - 0002:0000b1d4 ??_C@_02GOGNNPBN@?$CJ?$FL@ 100931d4 libvcruntime:undname.obj - 0002:0000b1d8 ??_C@_06EEGAIFAK@?$HLflat?$HN@ 100931d8 libvcruntime:undname.obj - 0002:0000b1e0 ??_C@_05JIBOFOHK@?$HLfor?5@ 100931e0 libvcruntime:undname.obj - 0002:0000b1e8 ??_C@_02MDINNEEG@s?5@ 100931e8 libvcruntime:undname.obj - 0002:0000b1f0 ??_7DNameNode@@6B@ 100931f0 libvcruntime:undname.obj - 0002:0000b204 ??_7charNode@@6B@ 10093204 libvcruntime:undname.obj - 0002:0000b218 ??_7pcharNode@@6B@ 10093218 libvcruntime:undname.obj - 0002:0000b22c ??_7pDNameNode@@6B@ 1009322c libvcruntime:undname.obj - 0002:0000b240 ??_7DNameStatusNode@@6B@ 10093240 libvcruntime:undname.obj - 0002:0000b254 ??_7pairNode@@6B@ 10093254 libvcruntime:undname.obj - 0002:0000b368 ??_C@_04OKOHEJBO@?5?$DP?$DP?5@ 10093368 libvcruntime:undname.obj - 0002:0000b370 ?nodes@?1??make@DNameStatusNode@@SAPBV2@W4DNameStatus@@@Z@4QBV2@B 10093370 libvcruntime:undname.obj - 0002:0000b3ac ??_C@_1DM@KHCHBNEB@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 100933ac libvcruntime:winapi_downlevel.obj - 0002:0000b3e8 ??_C@_1DK@LPPGFMPP@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 100933e8 libvcruntime:winapi_downlevel.obj - 0002:0000b424 ??_C@_1BC@GDMECMAK@?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AA3?$AA2@ 10093424 libvcruntime:winapi_downlevel.obj - 0002:0000b438 ??_C@_1BA@PFFKHIOG@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9@ 10093438 libvcruntime:winapi_downlevel.obj - 0002:0000b450 ??_C@_08KNHFBNJ@FlsAlloc@ 10093450 libvcruntime:winapi_downlevel.obj - 0002:0000b464 ??_C@_07PEJMOBNF@FlsFree@ 10093464 libvcruntime:winapi_downlevel.obj - 0002:0000b474 ??_C@_0M@GDNOONDI@FlsGetValue@ 10093474 libvcruntime:winapi_downlevel.obj - 0002:0000b488 ??_C@_0M@JCPCPOEF@FlsSetValue@ 10093488 libvcruntime:winapi_downlevel.obj - 0002:0000b49c ??_C@_0BM@HCFOFFN@InitializeCriticalSectionEx@ 1009349c libvcruntime:winapi_downlevel.obj - 0002:0000b4b8 ?standard_lookup_table_spectre@__crt_stdio_output@@3V?$spectre_mitigated_lookup_table@Ustate_transition_pair@__crt_stdio_output@@$0IA@@1@B 100934b8 libucrt:output.obj - 0002:0000b5b8 ?format_validation_lookup_table_spectre@__crt_stdio_output@@3V?$spectre_mitigated_lookup_table@Ustate_transition_pair@__crt_stdio_output@@$0IA@@1@B 100935b8 libucrt:output.obj - 0002:0000b6b8 ??_C@_1O@CEDCILHN@?$AA?$CI?$AAn?$AAu?$AAl?$AAl?$AA?$CJ@ 100936b8 libucrt:output.obj - 0002:0000b830 __real@8000000000000000 10093830 libucrt:frexp.obj - 0002:0000b838 ?large_power_data@?1??multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@2@I@Z@4QBIB 10093838 libucrt:strtod.obj - 0002:0000c140 ?large_power_indices@?1??multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@2@I@Z@4QBUunpack_index@?1??12@YA_N0I@Z@B 10094140 libucrt:strtod.obj - 0002:0000c1d8 ?small_powers_of_ten@?1??multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@2@I@Z@4QBIB 100941d8 libucrt:strtod.obj - 0002:0000c200 ??_C@_1GE@DPGDJKLM@?$AAm?$AAi?$AAn?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AA?2?$AAc?$AAr?$AAt?$AAs?$AA?2@ 10094200 libucrt:strtod.obj - 0002:0000c268 ??_C@_1FM@FELNCOBF@?$AA_?$AA_?$AAc?$AAr?$AAt?$AA_?$AAs?$AAt?$AAr?$AAt?$AAo?$AAx?$AA?3?$AA?3?$AAf@ 10094268 libucrt:strtod.obj - 0002:0000c2c4 ??_C@_1BG@GEMHBGAF@?$AA_?$AAi?$AAs?$AA_?$AAd?$AAo?$AAu?$AAb?$AAl?$AAe@ 100942c4 libucrt:strtod.obj - 0002:0000c2e0 ??_C@_1FK@JOJELFFO@?$AA_?$AA_?$AAc?$AAr?$AAt?$AA_?$AAs?$AAt?$AAr?$AAt?$AAo?$AAx?$AA?3?$AA?3?$AAf@ 100942e0 libucrt:strtod.obj - 0002:0000c33c ??_C@_1BI@BANMPGJI@?$AA?$CB?$AA_?$AAi?$AAs?$AA_?$AAd?$AAo?$AAu?$AAb?$AAl?$AAe@ 1009433c libucrt:strtod.obj - 0002:0000c354 ?inf_uppercase@?1???$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 10094354 libucrt:strtod.obj - 0002:0000c358 ?inf_lowercase@?1???$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 10094358 libucrt:strtod.obj - 0002:0000c35c ?inity_uppercase@?1???$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 1009435c libucrt:strtod.obj - 0002:0000c364 ?inity_lowercase@?1???$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 10094364 libucrt:strtod.obj - 0002:0000c36c ?uppercase@?1???$parse_floating_point_possible_nan@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 1009436c libucrt:strtod.obj - 0002:0000c370 ?lowercase@?1???$parse_floating_point_possible_nan@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 10094370 libucrt:strtod.obj - 0002:0000c374 ?uppercase@?1???$parse_floating_point_possible_nan_is_snan@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@1@@Z@4QBDB 10094374 libucrt:strtod.obj - 0002:0000c37c ?lowercase@?1???$parse_floating_point_possible_nan_is_snan@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@1@@Z@4QBDB 1009437c libucrt:strtod.obj - 0002:0000c384 ?uppercase@?1???$parse_floating_point_possible_nan_is_ind@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@1@@Z@4QBDB 10094384 libucrt:strtod.obj - 0002:0000c388 ?lowercase@?1???$parse_floating_point_possible_nan_is_ind@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@1@@Z@4QBDB 10094388 libucrt:strtod.obj - 0002:0000c458 ___lc_category 10094458 libucrt:wsetlocale.obj - 0002:0000c4a0 ??_C@_1O@GIFLHMA@?$AAL?$AAC?$AA_?$AAA?$AAL?$AAL@ 100944a0 libucrt:wsetlocale.obj - 0002:0000c4b0 ??_C@_1BG@PPOMIBNJ@?$AAL?$AAC?$AA_?$AAC?$AAO?$AAL?$AAL?$AAA?$AAT?$AAE@ 100944b0 libucrt:wsetlocale.obj - 0002:0000c4c8 ??_C@_1BC@FFJGAPJM@?$AAL?$AAC?$AA_?$AAC?$AAT?$AAY?$AAP?$AAE@ 100944c8 libucrt:wsetlocale.obj - 0002:0000c4dc ??_C@_1BI@PCKFNJFB@?$AAL?$AAC?$AA_?$AAM?$AAO?$AAN?$AAE?$AAT?$AAA?$AAR?$AAY@ 100944dc libucrt:wsetlocale.obj - 0002:0000c4f4 ??_C@_1BG@ENIEDKID@?$AAL?$AAC?$AA_?$AAN?$AAU?$AAM?$AAE?$AAR?$AAI?$AAC@ 100944f4 libucrt:wsetlocale.obj - 0002:0000c50c ??_C@_1BA@HAAOMIIG@?$AAL?$AAC?$AA_?$AAT?$AAI?$AAM?$AAE@ 1009450c libucrt:wsetlocale.obj - 0002:0000c51c ??_C@_15NBPDDFIP@?$AA?$DN?$AA?$DL@ 1009451c libucrt:wsetlocale.obj - 0002:0000c524 ??_C@_13PJJBFPED@?$AA?$DL@ 10094524 libucrt:wsetlocale.obj - 0002:0000c528 ??_C@_13NMPKAAJP@?$AA?$DN@ 10094528 libucrt:wsetlocale.obj - 0002:0000c52c ??_C@_13IMODFHAA@?$AA?9@ 1009452c libucrt:wsetlocale.obj - 0002:0000c530 ??_C@_17EFJLDFDO@?$AA?9?$AA_?$AA?4@ 10094530 libucrt:wsetlocale.obj - 0002:0000c538 ??_C@_13FHBKNHDA@?$AAC@ 10094538 libucrt:wsetlocale.obj - 0002:0000c53c ??_C@_17MBJJLFDM@?$AA_?$AA?4?$AA?0@ 1009453c libucrt:wsetlocale.obj - 0002:0000c544 ??_C@_13ENNFDPBH@?$AA_@ 10094544 libucrt:wsetlocale.obj - 0002:0000c548 ??_C@_13JOFGPIOO@?$AA?4@ 10094548 libucrt:wsetlocale.obj - 0002:0000c550 ___lc_time_c 10094550 libucrt:nlsdata.obj - 0002:0000c6b4 ??_C@_03KOEHGMDN@Sun@ 100946b4 libucrt:nlsdata.obj - 0002:0000c6b8 ??_C@_03PDAGKDH@Mon@ 100946b8 libucrt:nlsdata.obj - 0002:0000c6bc ??_C@_03NAGEINEP@Tue@ 100946bc libucrt:nlsdata.obj - 0002:0000c6c0 ??_C@_03MHOMLAJA@Wed@ 100946c0 libucrt:nlsdata.obj - 0002:0000c6c4 ??_C@_03IOFIKPDN@Thu@ 100946c4 libucrt:nlsdata.obj - 0002:0000c6c8 ??_C@_03IDIOELNC@Fri@ 100946c8 libucrt:nlsdata.obj - 0002:0000c6cc ??_C@_03FEFJNEK@Sat@ 100946cc libucrt:nlsdata.obj - 0002:0000c6d0 ??_C@_06OOPIFAJ@Sunday@ 100946d0 libucrt:nlsdata.obj - 0002:0000c6d8 ??_C@_06JLEDEDGH@Monday@ 100946d8 libucrt:nlsdata.obj - 0002:0000c6e0 ??_C@_07BAAGCFCM@Tuesday@ 100946e0 libucrt:nlsdata.obj - 0002:0000c6e8 ??_C@_09DLIGFAKA@Wednesday@ 100946e8 libucrt:nlsdata.obj - 0002:0000c6f4 ??_C@_08HACCIKIA@Thursday@ 100946f4 libucrt:nlsdata.obj - 0002:0000c700 ??_C@_06JECMNKMI@Friday@ 10094700 libucrt:nlsdata.obj - 0002:0000c708 ??_C@_08INBOOONO@Saturday@ 10094708 libucrt:nlsdata.obj - 0002:0000c714 ??_C@_03JIHJHPIE@Jan@ 10094714 libucrt:nlsdata.obj - 0002:0000c718 ??_C@_03HJBDCHOM@Feb@ 10094718 libucrt:nlsdata.obj - 0002:0000c71c ??_C@_03ODNJBKGA@Mar@ 1009471c libucrt:nlsdata.obj - 0002:0000c720 ??_C@_03LEOLGMJP@Apr@ 10094720 libucrt:nlsdata.obj - 0002:0000c724 ??_C@_03CNMDKL@May@ 10094724 libucrt:nlsdata.obj - 0002:0000c728 ??_C@_03IDFGHECI@Jun@ 10094728 libucrt:nlsdata.obj - 0002:0000c72c ??_C@_03LBGABGKK@Jul@ 1009472c libucrt:nlsdata.obj - 0002:0000c730 ??_C@_03IFJFEIGA@Aug@ 10094730 libucrt:nlsdata.obj - 0002:0000c734 ??_C@_03GGCAPAJC@Sep@ 10094734 libucrt:nlsdata.obj - 0002:0000c738 ??_C@_03BMAOKBAD@Oct@ 10094738 libucrt:nlsdata.obj - 0002:0000c73c ??_C@_03JPJOFNIA@Nov@ 1009473c libucrt:nlsdata.obj - 0002:0000c740 ??_C@_03MKABNOCG@Dec@ 10094740 libucrt:nlsdata.obj - 0002:0000c744 ??_C@_07CGJPFGJA@January@ 10094744 libucrt:nlsdata.obj - 0002:0000c74c ??_C@_08GNJGEPFN@February@ 1009474c libucrt:nlsdata.obj - 0002:0000c758 ??_C@_05HPCKOFNC@March@ 10094758 libucrt:nlsdata.obj - 0002:0000c760 ??_C@_05DMJDNLEJ@April@ 10094760 libucrt:nlsdata.obj - 0002:0000c768 ??_C@_04CNLMGBGM@June@ 10094768 libucrt:nlsdata.obj - 0002:0000c770 ??_C@_04MIEPOIFP@July@ 10094770 libucrt:nlsdata.obj - 0002:0000c778 ??_C@_06LBBHFDDG@August@ 10094778 libucrt:nlsdata.obj - 0002:0000c780 ??_C@_09BHHEALKD@September@ 10094780 libucrt:nlsdata.obj - 0002:0000c78c ??_C@_07JJNFCEND@October@ 1009478c libucrt:nlsdata.obj - 0002:0000c794 ??_C@_08HCHEGEOA@November@ 10094794 libucrt:nlsdata.obj - 0002:0000c7a0 ??_C@_08EDHMEBNP@December@ 100947a0 libucrt:nlsdata.obj - 0002:0000c7ac ??_C@_02DEDBPAFC@AM@ 100947ac libucrt:nlsdata.obj - 0002:0000c7b0 ??_C@_02CJNFDJBF@PM@ 100947b0 libucrt:nlsdata.obj - 0002:0000c7b4 ??_C@_08BPBNCDIB@MM?1dd?1yy@ 100947b4 libucrt:nlsdata.obj - 0002:0000c7c0 ??_C@_0BE@CKGJFCPC@dddd?0?5MMMM?5dd?0?5yyyy@ 100947c0 libucrt:nlsdata.obj - 0002:0000c7d4 ??_C@_08JCCMCCIL@HH?3mm?3ss@ 100947d4 libucrt:nlsdata.obj - 0002:0000c7e0 ??_C@_17MBGCMIPB@?$AAS?$AAu?$AAn@ 100947e0 libucrt:nlsdata.obj - 0002:0000c7e8 ??_C@_17KBOMKBF@?$AAM?$AAo?$AAn@ 100947e8 libucrt:nlsdata.obj - 0002:0000c7f0 ??_C@_17BMKGEGOJ@?$AAT?$AAu?$AAe@ 100947f0 libucrt:nlsdata.obj - 0002:0000c7f8 ??_C@_17CJEDCEPE@?$AAW?$AAe?$AAd@ 100947f8 libucrt:nlsdata.obj - 0002:0000c800 ??_C@_17PDPHAADD@?$AAT?$AAh?$AAu@ 10094800 libucrt:nlsdata.obj - 0002:0000c808 ??_C@_17HFOLPPLP@?$AAF?$AAr?$AAi@ 10094808 libucrt:nlsdata.obj - 0002:0000c810 ??_C@_17GGIBDPIH@?$AAS?$AAa?$AAt@ 10094810 libucrt:nlsdata.obj - 0002:0000c818 ??_C@_1O@IHNHDHPB@?$AAS?$AAu?$AAn?$AAd?$AAa?$AAy@ 10094818 libucrt:nlsdata.obj - 0002:0000c828 ??_C@_1O@MMNBFLIA@?$AAM?$AAo?$AAn?$AAd?$AAa?$AAy@ 10094828 libucrt:nlsdata.obj - 0002:0000c838 ??_C@_1BA@ENFBFFEK@?$AAT?$AAu?$AAe?$AAs?$AAd?$AAa?$AAy@ 10094838 libucrt:nlsdata.obj - 0002:0000c848 ??_C@_1BE@EBOGMDOH@?$AAW?$AAe?$AAd?$AAn?$AAe?$AAs?$AAd?$AAa?$AAy@ 10094848 libucrt:nlsdata.obj - 0002:0000c85c ??_C@_1BC@HHMNLIHE@?$AAT?$AAh?$AAu?$AAr?$AAs?$AAd?$AAa?$AAy@ 1009485c libucrt:nlsdata.obj - 0002:0000c870 ??_C@_1O@PDICJHAG@?$AAF?$AAr?$AAi?$AAd?$AAa?$AAy@ 10094870 libucrt:nlsdata.obj - 0002:0000c880 ??_C@_1BC@ENMNNPAJ@?$AAS?$AAa?$AAt?$AAu?$AAr?$AAd?$AAa?$AAy@ 10094880 libucrt:nlsdata.obj - 0002:0000c894 ??_C@_17DKNBKCHM@?$AAJ?$AAa?$AAn@ 10094894 libucrt:nlsdata.obj - 0002:0000c89c ??_C@_17LMDJEKJN@?$AAF?$AAe?$AAb@ 1009489c libucrt:nlsdata.obj - 0002:0000c8a4 ??_C@_17CKNLEDEC@?$AAM?$AAa?$AAr@ 100948a4 libucrt:nlsdata.obj - 0002:0000c8ac ??_C@_17LFPOIHDD@?$AAA?$AAp?$AAr@ 100948ac libucrt:nlsdata.obj - 0002:0000c8b4 ??_C@_17PNNKMEED@?$AAM?$AAa?$AAy@ 100948b4 libucrt:nlsdata.obj - 0002:0000c8bc ??_C@_17KCJGOCPB@?$AAJ?$AAu?$AAn@ 100948bc libucrt:nlsdata.obj - 0002:0000c8c4 ??_C@_17IJPCKHK@?$AAJ?$AAu?$AAl@ 100948c4 libucrt:nlsdata.obj - 0002:0000c8cc ??_C@_17ICPELBCN@?$AAA?$AAu?$AAg@ 100948cc libucrt:nlsdata.obj - 0002:0000c8d4 ??_C@_17HCHCOKMG@?$AAS?$AAe?$AAp@ 100948d4 libucrt:nlsdata.obj - 0002:0000c8dc ??_C@_17FNLKOI@?$AAO?$AAc?$AAt@ 100948dc libucrt:nlsdata.obj - 0002:0000c8e4 ??_C@_17BBDMLCIG@?$AAN?$AAo?$AAv@ 100948e4 libucrt:nlsdata.obj - 0002:0000c8ec ??_C@_17EGKACKIF@?$AAD?$AAe?$AAc@ 100948ec libucrt:nlsdata.obj - 0002:0000c8f4 ??_C@_1BA@EFMEIEBA@?$AAJ?$AAa?$AAn?$AAu?$AAa?$AAr?$AAy@ 100948f4 libucrt:nlsdata.obj - 0002:0000c904 ??_C@_1BC@JGDDFFAM@?$AAF?$AAe?$AAb?$AAr?$AAu?$AAa?$AAr?$AAy@ 10094904 libucrt:nlsdata.obj - 0002:0000c918 ??_C@_1M@IKEENEDF@?$AAM?$AAa?$AAr?$AAc?$AAh@ 10094918 libucrt:nlsdata.obj - 0002:0000c924 ??_C@_1M@GJNLMHFD@?$AAA?$AAp?$AAr?$AAi?$AAl@ 10094924 libucrt:nlsdata.obj - 0002:0000c930 ??_C@_19EPFLPGAP@?$AAJ?$AAu?$AAn?$AAe@ 10094930 libucrt:nlsdata.obj - 0002:0000c93c ??_C@_19BIFMLPCD@?$AAJ?$AAu?$AAl?$AAy@ 1009493c libucrt:nlsdata.obj - 0002:0000c948 ??_C@_1O@PAHLKOAC@?$AAA?$AAu?$AAg?$AAu?$AAs?$AAt@ 10094948 libucrt:nlsdata.obj - 0002:0000c958 ??_C@_1BE@DKAAMBJL@?$AAS?$AAe?$AAp?$AAt?$AAe?$AAm?$AAb?$AAe?$AAr@ 10094958 libucrt:nlsdata.obj - 0002:0000c96c ??_C@_1BA@EPANDLNG@?$AAO?$AAc?$AAt?$AAo?$AAb?$AAe?$AAr@ 1009496c libucrt:nlsdata.obj - 0002:0000c97c ??_C@_1BC@BGLIFPF@?$AAN?$AAo?$AAv?$AAe?$AAm?$AAb?$AAe?$AAr@ 1009497c libucrt:nlsdata.obj - 0002:0000c990 ??_C@_1BC@FEMKIFH@?$AAD?$AAe?$AAc?$AAe?$AAm?$AAb?$AAe?$AAr@ 10094990 libucrt:nlsdata.obj - 0002:0000c9a4 ??_C@_15ODEHAHHF@?$AAA?$AAM@ 100949a4 libucrt:nlsdata.obj - 0002:0000c9ac ??_C@_15CLMNNGEL@?$AAP?$AAM@ 100949ac libucrt:nlsdata.obj - 0002:0000c9b4 ??_C@_1BC@IEBCMHCM@?$AAM?$AAM?$AA?1?$AAd?$AAd?$AA?1?$AAy?$AAy@ 100949b4 libucrt:nlsdata.obj - 0002:0000c9c8 ??_C@_1CI@KNAKOEBC@?$AAd?$AAd?$AAd?$AAd?$AA?0?$AA?5?$AAM?$AAM?$AAM?$AAM?$AA?5?$AAd?$AAd?$AA?0?$AA?5@ 100949c8 libucrt:nlsdata.obj - 0002:0000c9f0 ??_C@_1BC@GDGBMEMK@?$AAH?$AAH?$AA?3?$AAm?$AAm?$AA?3?$AAs?$AAs@ 100949f0 libucrt:nlsdata.obj - 0002:0000ca04 ??_C@_1M@BMHNFIME@?$AAe?$AAn?$AA?9?$AAU?$AAS@ 10094a04 libucrt:nlsdata.obj - 0002:0000ca10 ??_C@_13CGOKJPIL@?$AA?1@ 10094a10 libucrt:winapi_thunks.obj - 0002:0000ca70 ??_C@_1EA@JGEFHKEI@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094a70 libucrt:winapi_thunks.obj - 0002:0000cab0 ??_C@_1DI@KMEPCBPN@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094ab0 libucrt:winapi_thunks.obj - 0002:0000cae8 ??_C@_1DI@IJCEHOCB@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094ae8 libucrt:winapi_thunks.obj - 0002:0000cb20 ??_C@_1EI@MPIAOHOC@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094b20 libucrt:winapi_thunks.obj - 0002:0000cb68 ??_C@_1FK@FPHCKFIE@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094b68 libucrt:winapi_thunks.obj - 0002:0000cbc8 ??_C@_1EM@DILCGIIO@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094bc8 libucrt:winapi_thunks.obj - 0002:0000cc14 ??_C@_1DM@LNCGDDPN@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094c14 libucrt:winapi_thunks.obj - 0002:0000cc50 ??_C@_1DO@FPAPJEMD@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094c50 libucrt:winapi_thunks.obj - 0002:0000cc90 ??_C@_1DK@NDHNAHIO@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094c90 libucrt:winapi_thunks.obj - 0002:0000cccc ??_C@_1DM@KGHDGBCM@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094ccc libucrt:winapi_thunks.obj - 0002:0000cd08 ??_C@_1EO@IJIOEFOH@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAr?$AAt?$AAc?$AAo@ 10094d08 libucrt:winapi_thunks.obj - 0002:0000cd58 ??_C@_1FG@HHGEKANL@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAs?$AAe?$AAc?$AAu@ 10094d58 libucrt:winapi_thunks.obj - 0002:0000cdb0 ??_C@_1EG@DBIOJECG@?$AAe?$AAx?$AAt?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAn?$AAt?$AAu?$AAs@ 10094db0 libucrt:winapi_thunks.obj - 0002:0000cdf8 ??_C@_1EO@FIHMJCLF@?$AAe?$AAx?$AAt?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAn?$AAt?$AAu?$AAs@ 10094df8 libucrt:winapi_thunks.obj - 0002:0000ce48 ??_C@_1BC@DNHGCMLG@?$AAa?$AAd?$AAv?$AAa?$AAp?$AAi?$AA3?$AA2@ 10094e48 libucrt:winapi_thunks.obj - 0002:0000ce5c ??_C@_1BG@CJPGBMEF@?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AAb?$AAa?$AAs?$AAe@ 10094e5c libucrt:winapi_thunks.obj - 0002:0000ce74 ??_C@_1M@OAIMIKLP@?$AAn?$AAt?$AAd?$AAl?$AAl@ 10094e74 libucrt:winapi_thunks.obj - 0002:0000ce80 ??_C@_1EG@DPGNFKGC@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAa?$AAp?$AAp?$AAm@ 10094e80 libucrt:winapi_thunks.obj - 0002:0000cec8 ??_C@_1O@BCCLBEOE@?$AAu?$AAs?$AAe?$AAr?$AA3?$AA2@ 10094ec8 libucrt:winapi_thunks.obj - 0002:0000ced8 ??_C@_1DM@BPJLHKCE@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094ed8 libucrt:winapi_thunks.obj - 0002:0000cf14 ??_C@_1BA@IAIFMGEF@?$AAe?$AAx?$AAt?$AA?9?$AAm?$AAs?$AA?9@ 10094f14 libucrt:winapi_thunks.obj - 0002:0000cf28 ??_C@_0BA@FHFNEAED@AreFileApisANSI@ 10094f28 libucrt:winapi_thunks.obj - 0002:0000cf40 ??_C@_0BA@IHGNDAEB@CompareStringEx@ 10094f40 libucrt:winapi_thunks.obj - 0002:0000cf58 ??_C@_0BE@LJANKFHF@EnumSystemLocalesEx@ 10094f58 libucrt:winapi_thunks.obj - 0002:0000cf74 ??_C@_0BA@EPCJIIPD@GetDateFormatEx@ 10094f74 libucrt:winapi_thunks.obj - 0002:0000cf84 ??_C@_0O@NNMIPI@GetTempPath2W@ 10094f84 libucrt:winapi_thunks.obj - 0002:0000cf9c ??_C@_0BA@ONOKGCMP@GetLocaleInfoEx@ 10094f9c libucrt:winapi_thunks.obj - 0002:0000cfac ??_C@_0BP@FPNJPEJC@GetSystemTimePreciseAsFileTime@ 10094fac libucrt:winapi_thunks.obj - 0002:0000cfd4 ??_C@_0BA@CIJJKCJJ@GetTimeFormatEx@ 10094fd4 libucrt:winapi_thunks.obj - 0002:0000cfec ??_C@_0BJ@PBCCBIPI@GetUserDefaultLocaleName@ 10094fec libucrt:winapi_thunks.obj - 0002:0000d018 ??_C@_0BC@CELBKLLA@IsValidLocaleName@ 10095018 libucrt:winapi_thunks.obj - 0002:0000d034 ??_C@_0O@KKBNKAPF@LCMapStringEx@ 10095034 libucrt:winapi_thunks.obj - 0002:0000d04c ??_C@_0BB@CDHDDLLP@LCIDToLocaleName@ 1009504c libucrt:winapi_thunks.obj - 0002:0000d068 ??_C@_0BB@HBDEELFH@LocaleNameToLCID@ 10095068 libucrt:winapi_thunks.obj - 0002:0000d080 ??_C@_0CF@OJOFEIGO@AppPolicyGetProcessTerminationM@ 10095080 libucrt:winapi_thunks.obj - 0002:0000d108 ??_C@_03OEIAHPBN@INF@ 10095108 libucrt:cvt.obj - 0002:0000d10c ??_C@_03OJHLLCGB@inf@ 1009510c libucrt:cvt.obj - 0002:0000d110 ??_C@_03LKNCIKJB@NAN@ 10095110 libucrt:cvt.obj - 0002:0000d114 ??_C@_03LHCJEHON@nan@ 10095114 libucrt:cvt.obj - 0002:0000d118 ??_C@_09OFJJIMPC@NAN?$CISNAN?$CJ@ 10095118 libucrt:cvt.obj - 0002:0000d124 ??_C@_09IPFBKMDL@nan?$CIsnan?$CJ@ 10095124 libucrt:cvt.obj - 0002:0000d130 ??_C@_08IKHNHAJ@NAN?$CIIND?$CJ@ 10095130 libucrt:cvt.obj - 0002:0000d13c ??_C@_08OFCDMILK@nan?$CIind?$CJ@ 1009513c libucrt:cvt.obj - 0002:0000d148 ??_C@_05KLBDPFGC@e?$CL000@ 10095148 libucrt:cvt.obj - 0002:0000d238 ??_C@_03KHJOGHMM@exp@ 10095238 libucrt:fpexcept.obj - 0002:0000d23c ??_C@_03JGHBODFD@pow@ 1009523c libucrt:fpexcept.obj - 0002:0000d240 ??_C@_03MGHMBJCF@log@ 10095240 libucrt:fpexcept.obj - 0002:0000d244 ??_C@_05HGHHAHAP@log10@ 10095244 libucrt:fpexcept.obj - 0002:0000d24c ??_C@_04COOMCNPB@sinh@ 1009524c libucrt:fpexcept.obj - 0002:0000d254 ??_C@_04HPJJNFIM@cosh@ 10095254 libucrt:fpexcept.obj - 0002:0000d25c ??_C@_04FJHINJAO@tanh@ 1009525c libucrt:fpexcept.obj - 0002:0000d264 ??_C@_04FIHNOPOL@asin@ 10095264 libucrt:fpexcept.obj - 0002:0000d26c ??_C@_04PDIFKINK@acos@ 1009526c libucrt:fpexcept.obj - 0002:0000d274 ??_C@_04MLLJIGOK@atan@ 10095274 libucrt:fpexcept.obj - 0002:0000d27c ??_C@_05KNGEOGJB@atan2@ 1009527c libucrt:fpexcept.obj - 0002:0000d284 ??_C@_04EIAKFFMI@sqrt@ 10095284 libucrt:fpexcept.obj - 0002:0000d28c ??_C@_03BLEJJJBH@sin@ 1009528c libucrt:fpexcept.obj - 0002:0000d290 ??_C@_03LALBNOCG@cos@ 10095290 libucrt:fpexcept.obj - 0002:0000d294 ??_C@_03IIINPABG@tan@ 10095294 libucrt:fpexcept.obj - 0002:0000d298 ??_C@_04GFPJNGEK@ceil@ 10095298 libucrt:fpexcept.obj - 0002:0000d2a0 ??_C@_05PBJFFIGL@floor@ 100952a0 libucrt:fpexcept.obj - 0002:0000d2a8 ??_C@_04ODHECPBC@fabs@ 100952a8 libucrt:fpexcept.obj - 0002:0000d2b0 ??_C@_04EHEDPDJG@modf@ 100952b0 libucrt:fpexcept.obj - 0002:0000d2b8 ??_C@_05CEJMAHNP@ldexp@ 100952b8 libucrt:fpexcept.obj - 0002:0000d2c0 ??_C@_05KBKMEMPO@_cabs@ 100952c0 libucrt:fpexcept.obj - 0002:0000d2c8 ??_C@_06MEIMCGCF@_hypot@ 100952c8 libucrt:fpexcept.obj - 0002:0000d2d0 ??_C@_04KEPJIHGP@fmod@ 100952d0 libucrt:fpexcept.obj - 0002:0000d2d8 ??_C@_05GKKHEGJL@frexp@ 100952d8 libucrt:fpexcept.obj - 0002:0000d2e0 ??_C@_03MJLDFKDL@_y0@ 100952e0 libucrt:fpexcept.obj - 0002:0000d2e4 ??_C@_03NAKIGLHK@_y1@ 100952e4 libucrt:fpexcept.obj - 0002:0000d2e8 ??_C@_03ONILCKOB@_yn@ 100952e8 libucrt:fpexcept.obj - 0002:0000d2ec ??_C@_05JGDBENOH@_logb@ 100952ec libucrt:fpexcept.obj - 0002:0000d2f4 ??_C@_0L@KDOEJCKC@_nextafter@ 100952f4 libucrt:fpexcept.obj - 0002:0000d300 __d_inf 10095300 libucrt:util.obj - 0002:0000d308 __d_max 10095308 libucrt:util.obj - 0002:0000d310 __d_mzero 10095310 libucrt:util.obj - 0002:0000d330 ??_C@_1BI@BGOHAHKC@?$AAm?$AAs?$AAc?$AAo?$AAr?$AAe?$AAe?$AA?4?$AAd?$AAl?$AAl@ 10095330 libucrt:exit.obj - 0002:0000d348 ??_C@_0P@MIGLKIOC@CorExitProcess@ 10095348 libucrt:exit.obj - 0002:0000d358 ___newctype 10095358 libucrt:ctype.obj - 0002:0000d658 ___newclmap 10095658 libucrt:ctype.obj - 0002:0000d7d8 ___newcumap 100957d8 libucrt:ctype.obj - 0002:0000d958 __wctype 10095958 libucrt:ctype.obj - 0002:0000db5c ??_C@_15HNJCPLHL@?$AAT?$AAZ@ 10095b5c libucrt:tzset.obj - 0002:0000db64 ??_C@_1M@PBPMMENC@?$AAa?$AAm?$AA?1?$AAp?$AAm@ 10095b64 libucrt:wcsftime.obj - 0002:0000db70 ??_C@_17BLFJJHMM@?$AAa?$AA?1?$AAp@ 10095b70 libucrt:wcsftime.obj - 0002:0000db78 ??_C@_13HOIJIPNN@?$AA?5@ 10095b78 libucrt:wcsftime.obj - 0002:0000db7c ??_C@_13LBAGMAIH@?$AA?6@ 10095b7c libucrt:wcsftime.obj - 0002:0000db80 ??_C@_13EBCNDICG@?$AA?3@ 10095b80 libucrt:wcsftime.obj - 0002:0000db84 ??_C@_13KDLDGPGJ@?$AA?7@ 10095b84 libucrt:wcsftime.obj - 0002:0000db88 ??_C@_13KJIIAINM@?$AA?$CL@ 10095b88 libucrt:wcsftime.obj - 0002:0000db8c ??_C@_13EJFHHPOP@?$AA?$CF@ 10095b8c libucrt:wcsftime.obj - 0002:0000dba0 ??_C@_1M@HPNHIDJI@?$AAj?$AAa?$AA?9?$AAJ?$AAP@ 10095ba0 libucrt:mbctype.obj - 0002:0000dbac ??_C@_1M@BIBDDEMK@?$AAz?$AAh?$AA?9?$AAC?$AAN@ 10095bac libucrt:mbctype.obj - 0002:0000dbb8 ??_C@_1M@JLOOOEGK@?$AAk?$AAo?$AA?9?$AAK?$AAR@ 10095bb8 libucrt:mbctype.obj - 0002:0000dbc4 ??_C@_1M@CLNBBOPM@?$AAz?$AAh?$AA?9?$AAT?$AAW@ 10095bc4 libucrt:mbctype.obj - 0002:0000dbd0 ___acrt_exception_action_table 10095bd0 libucrt:exception_filter.obj - 0002:0000dc60 ___acrt_signal_action_table_count 10095c60 libucrt:exception_filter.obj - 0002:0000dc64 ___acrt_signal_action_first_fpe_index 10095c64 libucrt:exception_filter.obj - 0002:0000dc68 ___acrt_signal_action_fpe_count 10095c68 libucrt:exception_filter.obj - 0002:0000dc70 ___acrt_rg_language 10095c70 libucrt:get_qualified_locale.obj - 0002:0000df7c ___acrt_rg_language_count 10095f7c libucrt:get_qualified_locale.obj - 0002:0000df80 ___acrt_rg_country 10095f80 libucrt:get_qualified_locale.obj - 0002:0000e094 ___acrt_rg_country_count 10096094 libucrt:get_qualified_locale.obj - 0002:0000e098 ??_C@_1BC@LLOKLNP@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa?$AAn@ 10096098 libucrt:get_qualified_locale.obj - 0002:0000e0ac ??_C@_1CC@HEIGCDGG@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa?$AAn?$AA?5?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs@ 100960ac libucrt:get_qualified_locale.obj - 0002:0000e0d0 ??_C@_1CC@IHCNOMIN@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa?$AAn?$AA?9?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs@ 100960d0 libucrt:get_qualified_locale.obj - 0002:0000e0f4 ??_C@_1BG@GKAGPCGG@?$AAa?$AAu?$AAs?$AAt?$AAr?$AAa?$AAl?$AAi?$AAa?$AAn@ 100960f4 libucrt:get_qualified_locale.obj - 0002:0000e10c ??_C@_1BA@GMENCENF@?$AAb?$AAe?$AAl?$AAg?$AAi?$AAa?$AAn@ 1009610c libucrt:get_qualified_locale.obj - 0002:0000e11c ??_C@_1BC@PJMIIAAN@?$AAc?$AAa?$AAn?$AAa?$AAd?$AAi?$AAa?$AAn@ 1009611c libucrt:get_qualified_locale.obj - 0002:0000e130 ??_C@_17NOIMNFBF@?$AAc?$AAh?$AAh@ 10096130 libucrt:get_qualified_locale.obj - 0002:0000e138 ??_C@_17GGDALCHA@?$AAc?$AAh?$AAi@ 10096138 libucrt:get_qualified_locale.obj - 0002:0000e140 ??_C@_1BA@NPNJKIBL@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe@ 10096140 libucrt:get_qualified_locale.obj - 0002:0000e150 ??_C@_1CC@DINBAMMJ@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAh?$AAo?$AAn?$AAg?$AAk?$AAo?$AAn@ 10096150 libucrt:get_qualified_locale.obj - 0002:0000e174 ??_C@_1CG@IOBJPACO@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAs?$AAi?$AAm?$AAp?$AAl?$AAi?$AAf@ 10096174 libucrt:get_qualified_locale.obj - 0002:0000e19c ??_C@_1CE@GAJNDCKG@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAs?$AAi?$AAn?$AAg?$AAa?$AAp?$AAo@ 1009619c libucrt:get_qualified_locale.obj - 0002:0000e1c0 ??_C@_1CI@PAJPIOOD@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAt?$AAr?$AAa?$AAd?$AAi?$AAt?$AAi@ 100961c0 libucrt:get_qualified_locale.obj - 0002:0000e1e8 ??_C@_1BM@NILJBMMD@?$AAd?$AAu?$AAt?$AAc?$AAh?$AA?9?$AAb?$AAe?$AAl?$AAg?$AAi?$AAa?$AAn@ 100961e8 libucrt:get_qualified_locale.obj - 0002:0000e204 ??_C@_1CC@OOJPJNEJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa@ 10096204 libucrt:get_qualified_locale.obj - 0002:0000e228 ??_C@_1BI@IOLFEEM@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAa?$AAu?$AAs@ 10096228 libucrt:get_qualified_locale.obj - 0002:0000e240 ??_C@_1BO@HFFNLENJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAb?$AAe?$AAl?$AAi?$AAz?$AAe@ 10096240 libucrt:get_qualified_locale.obj - 0002:0000e260 ??_C@_1BI@HAPKJMPO@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAa?$AAn@ 10096260 libucrt:get_qualified_locale.obj - 0002:0000e278 ??_C@_1CE@HLNDMIOJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAa?$AAr?$AAi?$AAb?$AAb?$AAe@ 10096278 libucrt:get_qualified_locale.obj - 0002:0000e29c ??_C@_1BI@LDHJHHAC@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAi?$AAr?$AAe@ 1009629c libucrt:get_qualified_locale.obj - 0002:0000e2b4 ??_C@_1CA@NJMMCFOC@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAj?$AAa?$AAm?$AAa?$AAi?$AAc?$AAa@ 100962b4 libucrt:get_qualified_locale.obj - 0002:0000e2d4 ??_C@_1BG@BHJEBBGG@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAn?$AAz@ 100962d4 libucrt:get_qualified_locale.obj - 0002:0000e2ec ??_C@_1CK@FGOEJJCO@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?5?$AAa@ 100962ec libucrt:get_qualified_locale.obj - 0002:0000e318 ??_C@_1DE@PDBJPCJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAt?$AAr?$AAi?$AAn?$AAi?$AAd?$AAa@ 10096318 libucrt:get_qualified_locale.obj - 0002:0000e34c ??_C@_1BG@JGCANDME@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAk@ 1009634c libucrt:get_qualified_locale.obj - 0002:0000e364 ??_C@_1BG@DINKMLE@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAs@ 10096364 libucrt:get_qualified_locale.obj - 0002:0000e37c ??_C@_1BI@NMFDBHJE@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAs?$AAa@ 1009637c libucrt:get_qualified_locale.obj - 0002:0000e394 ??_C@_1BO@OIHKJKII@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAb?$AAe?$AAl?$AAg?$AAi?$AAa?$AAn@ 10096394 libucrt:get_qualified_locale.obj - 0002:0000e3b4 ??_C@_1CA@NKAELJKI@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAc?$AAa?$AAn?$AAa?$AAd?$AAi?$AAa?$AAn@ 100963b4 libucrt:get_qualified_locale.obj - 0002:0000e3d4 ??_C@_1CE@MGKCNLGN@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAl?$AAu?$AAx?$AAe?$AAm?$AAb?$AAo?$AAu@ 100963d4 libucrt:get_qualified_locale.obj - 0002:0000e3f8 ??_C@_1BK@CEGEAILM@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAs?$AAw?$AAi?$AAs?$AAs@ 100963f8 libucrt:get_qualified_locale.obj - 0002:0000e414 ??_C@_1CA@PAFKEOCC@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAa?$AAu?$AAs?$AAt?$AAr?$AAi?$AAa?$AAn@ 10096414 libucrt:get_qualified_locale.obj - 0002:0000e434 ??_C@_1CI@HCFHGOFD@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAl?$AAi?$AAc?$AAh?$AAt?$AAe?$AAn?$AAs@ 10096434 libucrt:get_qualified_locale.obj - 0002:0000e45c ??_C@_1CE@FEDDNPDG@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAl?$AAu?$AAx?$AAe?$AAm?$AAb?$AAo?$AAu@ 1009645c libucrt:get_qualified_locale.obj - 0002:0000e480 ??_C@_1BK@LIMINNMN@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAs?$AAw?$AAi?$AAs?$AAs@ 10096480 libucrt:get_qualified_locale.obj - 0002:0000e49c ??_C@_1BM@LGMDBEPD@?$AAi?$AAr?$AAi?$AAs?$AAh?$AA?9?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh@ 1009649c libucrt:get_qualified_locale.obj - 0002:0000e4b8 ??_C@_1BM@NNCFBAEE@?$AAi?$AAt?$AAa?$AAl?$AAi?$AAa?$AAn?$AA?9?$AAs?$AAw?$AAi?$AAs?$AAs@ 100964b8 libucrt:get_qualified_locale.obj - 0002:0000e4d4 ??_C@_1BE@FEDJNPIB@?$AAn?$AAo?$AAr?$AAw?$AAe?$AAg?$AAi?$AAa?$AAn@ 100964d4 libucrt:get_qualified_locale.obj - 0002:0000e4e8 ??_C@_1CC@CILKDEIE@?$AAn?$AAo?$AAr?$AAw?$AAe?$AAg?$AAi?$AAa?$AAn?$AA?9?$AAb?$AAo?$AAk?$AAm?$AAa@ 100964e8 libucrt:get_qualified_locale.obj - 0002:0000e50c ??_C@_1CE@DHMMHEPL@?$AAn?$AAo?$AAr?$AAw?$AAe?$AAg?$AAi?$AAa?$AAn?$AA?9?$AAn?$AAy?$AAn?$AAo?$AAr@ 1009650c libucrt:get_qualified_locale.obj - 0002:0000e530 ??_C@_1CK@OPNMHECD@?$AAp?$AAo?$AAr?$AAt?$AAu?$AAg?$AAu?$AAe?$AAs?$AAe?$AA?9?$AAb?$AAr?$AAa?$AAz@ 10096530 libucrt:get_qualified_locale.obj - 0002:0000e55c ??_C@_1CE@KEEHCDB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAa?$AAr?$AAg?$AAe?$AAn?$AAt?$AAi@ 1009655c libucrt:get_qualified_locale.obj - 0002:0000e580 ??_C@_1CA@GIAOLHJD@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAb?$AAo?$AAl?$AAi?$AAv?$AAi?$AAa@ 10096580 libucrt:get_qualified_locale.obj - 0002:0000e5a0 ??_C@_1BM@OJNDFNPD@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAh?$AAi?$AAl?$AAe@ 100965a0 libucrt:get_qualified_locale.obj - 0002:0000e5bc ??_C@_1CC@OCOLPALL@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAo?$AAl?$AAo?$AAm?$AAb?$AAi@ 100965bc libucrt:get_qualified_locale.obj - 0002:0000e5e0 ??_C@_1CG@BPOFMKBB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAo?$AAs?$AAt?$AAa?$AA?5?$AAr@ 100965e0 libucrt:get_qualified_locale.obj - 0002:0000e608 ??_C@_1DG@IGOBAPBB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAd?$AAo?$AAm?$AAi?$AAn?$AAi?$AAc@ 10096608 libucrt:get_qualified_locale.obj - 0002:0000e640 ??_C@_1CA@JHAPGEGI@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAe?$AAc?$AAu?$AAa?$AAd?$AAo?$AAr@ 10096640 libucrt:get_qualified_locale.obj - 0002:0000e660 ??_C@_1CI@LAPALJPP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAe?$AAl?$AA?5?$AAs?$AAa?$AAl?$AAv@ 10096660 libucrt:get_qualified_locale.obj - 0002:0000e688 ??_C@_1CE@PDGBOFOM@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAg?$AAu?$AAa?$AAt?$AAe?$AAm?$AAa@ 10096688 libucrt:get_qualified_locale.obj - 0002:0000e6ac ??_C@_1CC@NBEBAODI@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAh?$AAo?$AAn?$AAd?$AAu?$AAr?$AAa@ 100966ac libucrt:get_qualified_locale.obj - 0002:0000e6d0 ??_C@_1CA@LLKGHBMF@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAm?$AAe?$AAx?$AAi?$AAc?$AAa?$AAn@ 100966d0 libucrt:get_qualified_locale.obj - 0002:0000e6f0 ??_C@_1BO@LKNDOIGD@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAm?$AAo?$AAd?$AAe?$AAr?$AAn@ 100966f0 libucrt:get_qualified_locale.obj - 0002:0000e710 ??_C@_1CE@NMDMOEEB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAn?$AAi?$AAc?$AAa?$AAr?$AAa?$AAg@ 10096710 libucrt:get_qualified_locale.obj - 0002:0000e734 ??_C@_1BO@LLCBEJGB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAa?$AAn?$AAa?$AAm?$AAa@ 10096734 libucrt:get_qualified_locale.obj - 0002:0000e754 ??_C@_1CC@FKPGGIHO@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAa?$AAr?$AAa?$AAg?$AAu?$AAa@ 10096754 libucrt:get_qualified_locale.obj - 0002:0000e778 ??_C@_1BK@CDEIHOOP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAe?$AAr?$AAu@ 10096778 libucrt:get_qualified_locale.obj - 0002:0000e794 ??_C@_1CI@GAHAKKGP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAu?$AAe?$AAr?$AAt?$AAo?$AA?5@ 10096794 libucrt:get_qualified_locale.obj - 0002:0000e7bc ??_C@_1CA@NKJBCAGP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAr?$AAu?$AAg?$AAu?$AAa?$AAy@ 100967bc libucrt:get_qualified_locale.obj - 0002:0000e7dc ??_C@_1CE@ODILCONM@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAv?$AAe?$AAn?$AAe?$AAz?$AAu?$AAe@ 100967dc libucrt:get_qualified_locale.obj - 0002:0000e800 ??_C@_1CA@OBNMCGFO@?$AAs?$AAw?$AAe?$AAd?$AAi?$AAs?$AAh?$AA?9?$AAf?$AAi?$AAn?$AAl?$AAa?$AAn?$AAd@ 10096800 libucrt:get_qualified_locale.obj - 0002:0000e820 ??_C@_1M@PIPDDPPI@?$AAs?$AAw?$AAi?$AAs?$AAs@ 10096820 libucrt:get_qualified_locale.obj - 0002:0000e82c ??_C@_15PJPFLCCM@?$AAu?$AAk@ 1009682c libucrt:get_qualified_locale.obj - 0002:0000e834 ??_C@_15GMFIMNFM@?$AAu?$AAs@ 10096834 libucrt:get_qualified_locale.obj - 0002:0000e83c ??_C@_17HAEBFAGL@?$AAu?$AAs?$AAa@ 1009683c libucrt:get_qualified_locale.obj - 0002:0000e844 ??_C@_1BA@DPFJEPHB@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa@ 10096844 libucrt:get_qualified_locale.obj - 0002:0000e854 ??_C@_1BA@ELOGGFK@?$AAb?$AAr?$AAi?$AAt?$AAa?$AAi?$AAn@ 10096854 libucrt:get_qualified_locale.obj - 0002:0000e864 ??_C@_1M@GHBGIGDA@?$AAc?$AAh?$AAi?$AAn?$AAa@ 10096864 libucrt:get_qualified_locale.obj - 0002:0000e870 ??_C@_1M@NCHEJOPO@?$AAc?$AAz?$AAe?$AAc?$AAh@ 10096870 libucrt:get_qualified_locale.obj - 0002:0000e87c ??_C@_1BA@BKPAPBLA@?$AAe?$AAn?$AAg?$AAl?$AAa?$AAn?$AAd@ 1009687c libucrt:get_qualified_locale.obj - 0002:0000e88c ??_C@_1BM@HKBCKIPC@?$AAg?$AAr?$AAe?$AAa?$AAt?$AA?5?$AAb?$AAr?$AAi?$AAt?$AAa?$AAi?$AAn@ 1009688c libucrt:get_qualified_locale.obj - 0002:0000e8a8 ??_C@_1BA@PPCHPGJB@?$AAh?$AAo?$AAl?$AAl?$AAa?$AAn?$AAd@ 100968a8 libucrt:get_qualified_locale.obj - 0002:0000e8b8 ??_C@_1BE@JBMPEGDG@?$AAh?$AAo?$AAn?$AAg?$AA?9?$AAk?$AAo?$AAn?$AAg@ 100968b8 libucrt:get_qualified_locale.obj - 0002:0000e8cc ??_C@_1BI@KOELBBPJ@?$AAn?$AAe?$AAw?$AA?9?$AAz?$AAe?$AAa?$AAl?$AAa?$AAn?$AAd@ 100968cc libucrt:get_qualified_locale.obj - 0002:0000e8e4 ??_C@_15HIEBHAIO@?$AAn?$AAz@ 100968e4 libucrt:get_qualified_locale.obj - 0002:0000e8ec ??_C@_1BC@CHBCPFPI@?$AAp?$AAr?$AA?5?$AAc?$AAh?$AAi?$AAn?$AAa@ 100968ec libucrt:get_qualified_locale.obj - 0002:0000e900 ??_C@_1BC@JAOIIFKD@?$AAp?$AAr?$AA?9?$AAc?$AAh?$AAi?$AAn?$AAa@ 10096900 libucrt:get_qualified_locale.obj - 0002:0000e914 ??_C@_1BI@BEHPPHKC@?$AAp?$AAu?$AAe?$AAr?$AAt?$AAo?$AA?9?$AAr?$AAi?$AAc?$AAo@ 10096914 libucrt:get_qualified_locale.obj - 0002:0000e92c ??_C@_1O@PAEOFKDI@?$AAs?$AAl?$AAo?$AAv?$AAa?$AAk@ 1009692c libucrt:get_qualified_locale.obj - 0002:0000e93c ??_C@_1BK@FIHMCKAM@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?5?$AAa?$AAf?$AAr?$AAi?$AAc?$AAa@ 1009693c libucrt:get_qualified_locale.obj - 0002:0000e958 ??_C@_1BI@NAEOODKB@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?5?$AAk?$AAo?$AAr?$AAe?$AAa@ 10096958 libucrt:get_qualified_locale.obj - 0002:0000e970 ??_C@_1BK@FBDGGIFF@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?9?$AAa?$AAf?$AAr?$AAi?$AAc?$AAa@ 10096970 libucrt:get_qualified_locale.obj - 0002:0000e98c ??_C@_1BI@GHLEJDPK@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?9?$AAk?$AAo?$AAr?$AAe?$AAa@ 1009698c libucrt:get_qualified_locale.obj - 0002:0000e9a4 ??_C@_1CE@PLHLOMJF@?$AAt?$AAr?$AAi?$AAn?$AAi?$AAd?$AAa?$AAd?$AA?5?$AA?$CG?$AA?5?$AAt?$AAo?$AAb?$AAa@ 100969a4 libucrt:get_qualified_locale.obj - 0002:0000e9c8 ??_C@_1BO@MODIMHHI@?$AAu?$AAn?$AAi?$AAt?$AAe?$AAd?$AA?9?$AAk?$AAi?$AAn?$AAg?$AAd?$AAo?$AAm@ 100969c8 libucrt:get_qualified_locale.obj - 0002:0000e9e8 ??_C@_1BM@FFHJONBJ@?$AAu?$AAn?$AAi?$AAt?$AAe?$AAd?$AA?9?$AAs?$AAt?$AAa?$AAt?$AAe?$AAs@ 100969e8 libucrt:get_qualified_locale.obj - 0002:0000ea04 ??_C@_19MPDNHKDG@?$AAu?$AAt?$AAf?$AA8@ 10096a04 libucrt:get_qualified_locale.obj - 0002:0000ea10 ??_C@_17DNCLJFIF@?$AAA?$AAC?$AAP@ 10096a10 libucrt:get_qualified_locale.obj - 0002:0000ea18 ??_C@_1M@FPEIIFAM@?$AAu?$AAt?$AAf?$AA?9?$AA8@ 10096a18 libucrt:get_qualified_locale.obj - 0002:0000ea24 ??_C@_17CIKBIHLH@?$AAO?$AAC?$AAP@ 10096a24 libucrt:get_qualified_locale.obj - 0002:0000ea2c ___rglangidNotDefault 10096a2c libucrt:getqloc_downlevel.obj - 0002:0000f160 ??_C@_15EMKDOKLE@?$AAa?$AAr@ 10097160 libucrt:lcidtoname_downlevel.obj - 0002:0000f168 ??_C@_15KNPADPLH@?$AAb?$AAg@ 10097168 libucrt:lcidtoname_downlevel.obj - 0002:0000f170 ??_C@_15EDMHLDMO@?$AAc?$AAa@ 10097170 libucrt:lcidtoname_downlevel.obj - 0002:0000f178 ??_C@_1O@BPEAJADD@?$AAz?$AAh?$AA?9?$AAC?$AAH?$AAS@ 10097178 libucrt:lcidtoname_downlevel.obj - 0002:0000f188 ??_C@_15LJNHCMNK@?$AAc?$AAs@ 10097188 libucrt:lcidtoname_downlevel.obj - 0002:0000f190 ??_C@_15FOMCIDHG@?$AAd?$AAa@ 10097190 libucrt:lcidtoname_downlevel.obj - 0002:0000f198 ??_C@_15NBKABECB@?$AAd?$AAe@ 10097198 libucrt:lcidtoname_downlevel.obj - 0002:0000f1a0 ??_C@_15GHPEIIAO@?$AAe?$AAl@ 100971a0 libucrt:lcidtoname_downlevel.obj - 0002:0000f1a8 ??_C@_15MNPNEAIF@?$AAe?$AAn@ 100971a8 libucrt:lcidtoname_downlevel.obj - 0002:0000f1b0 ??_C@_15GPIOMPMH@?$AAe?$AAs@ 100971b0 libucrt:lcidtoname_downlevel.obj - 0002:0000f1b8 ??_C@_15NGLOAKJC@?$AAf?$AAi@ 100971b8 libucrt:lcidtoname_downlevel.obj - 0002:0000f1c0 ??_C@_15FBKGNKAM@?$AAf?$AAr@ 100971c0 libucrt:lcidtoname_downlevel.obj - 0002:0000f1c8 ??_C@_15KGGCNEFK@?$AAh?$AAe@ 100971c8 libucrt:lcidtoname_downlevel.obj - 0002:0000f1d0 ??_C@_15PGHLIDMF@?$AAh?$AAu@ 100971d0 libucrt:lcidtoname_downlevel.obj - 0002:0000f1d8 ??_C@_15BIEMAPLM@?$AAi?$AAs@ 100971d8 libucrt:lcidtoname_downlevel.obj - 0002:0000f1e0 ??_C@_15IFJLDHAF@?$AAi?$AAt@ 100971e0 libucrt:lcidtoname_downlevel.obj - 0002:0000f1e8 ??_C@_15GEMIOCAG@?$AAj?$AAa@ 100971e8 libucrt:lcidtoname_downlevel.obj - 0002:0000f1f0 ??_C@_15EPELEGJA@?$AAk?$AAo@ 100971f0 libucrt:lcidtoname_downlevel.obj - 0002:0000f1f8 ??_C@_15NDDHIMN@?$AAn?$AAl@ 100971f8 libucrt:lcidtoname_downlevel.obj - 0002:0000f200 ??_C@_15BPIGNHCD@?$AAn?$AAo@ 10097200 libucrt:lcidtoname_downlevel.obj - 0002:0000f208 ??_C@_15DEOPBLCG@?$AAp?$AAl@ 10097208 libucrt:lcidtoname_downlevel.obj - 0002:0000f210 ??_C@_15KBECGEFG@?$AAp?$AAt@ 10097210 libucrt:lcidtoname_downlevel.obj - 0002:0000f218 ??_C@_15GLJCBFMD@?$AAr?$AAo@ 10097218 libucrt:lcidtoname_downlevel.obj - 0002:0000f220 ??_C@_15FEDGKCDI@?$AAr?$AAu@ 10097220 libucrt:lcidtoname_downlevel.obj - 0002:0000f228 ??_C@_15GLKMLLHM@?$AAh?$AAr@ 10097228 libucrt:lcidtoname_downlevel.obj - 0002:0000f230 ??_C@_15CPKMFBDB@?$AAs?$AAk@ 10097230 libucrt:lcidtoname_downlevel.obj - 0002:0000f238 ??_C@_15BAAIOGMK@?$AAs?$AAq@ 10097238 libucrt:lcidtoname_downlevel.obj - 0002:0000f240 ??_C@_15INNPNOHD@?$AAs?$AAv@ 10097240 libucrt:lcidtoname_downlevel.obj - 0002:0000f248 ??_C@_15CABMMOGH@?$AAt?$AAh@ 10097248 libucrt:lcidtoname_downlevel.obj - 0002:0000f250 ??_C@_15BPLIHJJM@?$AAt?$AAr@ 10097250 libucrt:lcidtoname_downlevel.obj - 0002:0000f258 ??_C@_15NEOEKKDJ@?$AAu?$AAr@ 10097258 libucrt:lcidtoname_downlevel.obj - 0002:0000f260 ??_C@_15NFICGAJK@?$AAi?$AAd@ 10097260 libucrt:lcidtoname_downlevel.obj - 0002:0000f268 ??_C@_15HPJPHDM@?$AAb?$AAe@ 10097268 libucrt:lcidtoname_downlevel.obj - 0002:0000f270 ??_C@_15LCHLGJII@?$AAs?$AAl@ 10097270 libucrt:lcidtoname_downlevel.obj - 0002:0000f278 ??_C@_15PCFJPHHO@?$AAe?$AAt@ 10097278 libucrt:lcidtoname_downlevel.obj - 0002:0000f280 ??_C@_15HPFPGODN@?$AAl?$AAv@ 10097280 libucrt:lcidtoname_downlevel.obj - 0002:0000f288 ??_C@_15NFFGKGLG@?$AAl?$AAt@ 10097288 libucrt:lcidtoname_downlevel.obj - 0002:0000f290 ??_C@_15BDAKCCHN@?$AAf?$AAa@ 10097290 libucrt:lcidtoname_downlevel.obj - 0002:0000f298 ??_C@_15NFGIAIAJ@?$AAv?$AAi@ 10097298 libucrt:lcidtoname_downlevel.obj - 0002:0000f2a0 ??_C@_15LMKNDMHN@?$AAh?$AAy@ 100972a0 libucrt:lcidtoname_downlevel.obj - 0002:0000f2a8 ??_C@_15IJBHMCFL@?$AAa?$AAz@ 100972a8 libucrt:lcidtoname_downlevel.obj - 0002:0000f2b0 ??_C@_15EKOFJABL@?$AAe?$AAu@ 100972b0 libucrt:lcidtoname_downlevel.obj - 0002:0000f2b8 ??_C@_15BGHADCNK@?$AAm?$AAk@ 100972b8 libucrt:lcidtoname_downlevel.obj - 0002:0000f2c0 ??_C@_15JDNICKHM@?$AAa?$AAf@ 100972c0 libucrt:lcidtoname_downlevel.obj - 0002:0000f2c8 ??_C@_15KPJEDBKD@?$AAk?$AAa@ 100972c8 libucrt:lcidtoname_downlevel.obj - 0002:0000f2d0 ??_C@_15PDNFFFEO@?$AAf?$AAo@ 100972d0 libucrt:lcidtoname_downlevel.obj - 0002:0000f2d8 ??_C@_15OMLEGLOC@?$AAh?$AAi@ 100972d8 libucrt:lcidtoname_downlevel.obj - 0002:0000f2e0 ??_C@_15IDNNENKK@?$AAm?$AAs@ 100972e0 libucrt:lcidtoname_downlevel.obj - 0002:0000f2e8 ??_C@_15MACJNBMH@?$AAk?$AAk@ 100972e8 libucrt:lcidtoname_downlevel.obj - 0002:0000f2f0 ??_C@_15DKDJEOND@?$AAk?$AAy@ 100972f0 libucrt:lcidtoname_downlevel.obj - 0002:0000f2f8 ??_C@_15DFGDLJBG@?$AAs?$AAw@ 100972f8 libucrt:lcidtoname_downlevel.obj - 0002:0000f300 ??_C@_15BBFAICNG@?$AAu?$AAz@ 10097300 libucrt:lcidtoname_downlevel.obj - 0002:0000f308 ??_C@_15DKNDCGEA@?$AAt?$AAt@ 10097308 libucrt:lcidtoname_downlevel.obj - 0002:0000f310 ??_C@_15MGIFMDPL@?$AAp?$AAa@ 10097310 libucrt:lcidtoname_downlevel.obj - 0002:0000f318 ??_C@_15HCNDBBA@?$AAg?$AAu@ 10097318 libucrt:lcidtoname_downlevel.obj - 0002:0000f320 ??_C@_15FNBEIBON@?$AAt?$AAa@ 10097320 libucrt:lcidtoname_downlevel.obj - 0002:0000f328 ??_C@_15NCHGBGLK@?$AAt?$AAe@ 10097328 libucrt:lcidtoname_downlevel.obj - 0002:0000f330 ??_C@_15PHPHCBPF@?$AAk?$AAn@ 10097330 libucrt:lcidtoname_downlevel.obj - 0002:0000f338 ??_C@_15DLGBCKMP@?$AAm?$AAr@ 10097338 libucrt:lcidtoname_downlevel.obj - 0002:0000f340 ??_C@_15EABBLBFF@?$AAs?$AAa@ 10097340 libucrt:lcidtoname_downlevel.obj - 0002:0000f348 ??_C@_15CBKOMCOI@?$AAm?$AAn@ 10097348 libucrt:lcidtoname_downlevel.obj - 0002:0000f350 ??_C@_15CKDMCJAF@?$AAg?$AAl@ 10097350 libucrt:lcidtoname_downlevel.obj - 0002:0000f358 ??_C@_17CNJFBPG@?$AAk?$AAo?$AAk@ 10097358 libucrt:lcidtoname_downlevel.obj - 0002:0000f360 ??_C@_17FFBJICPL@?$AAs?$AAy?$AAr@ 10097360 libucrt:lcidtoname_downlevel.obj - 0002:0000f368 ??_C@_17KPNDCPAF@?$AAd?$AAi?$AAv@ 10097368 libucrt:lcidtoname_downlevel.obj - 0002:0000f370 ??_C@_11LOCGONAA@@ 10097370 libucrt:lcidtoname_downlevel.obj - 0002:0000f374 ??_C@_1M@OKAHONE@?$AAa?$AAr?$AA?9?$AAS?$AAA@ 10097374 libucrt:lcidtoname_downlevel.obj - 0002:0000f380 ??_C@_1M@FFFIGIGK@?$AAb?$AAg?$AA?9?$AAB?$AAG@ 10097380 libucrt:lcidtoname_downlevel.obj - 0002:0000f38c ??_C@_1M@BJNKEDC@?$AAc?$AAa?$AA?9?$AAE?$AAS@ 1009738c libucrt:lcidtoname_downlevel.obj - 0002:0000f398 ??_C@_1M@IJJHFJHA@?$AAc?$AAs?$AA?9?$AAC?$AAZ@ 10097398 libucrt:lcidtoname_downlevel.obj - 0002:0000f3a4 ??_C@_1M@CLPEOBGI@?$AAd?$AAa?$AA?9?$AAD?$AAK@ 100973a4 libucrt:lcidtoname_downlevel.obj - 0002:0000f3b0 ??_C@_1M@MCMADGCB@?$AAd?$AAe?$AA?9?$AAD?$AAE@ 100973b0 libucrt:lcidtoname_downlevel.obj - 0002:0000f3bc ??_C@_1M@OOCKEMAM@?$AAe?$AAl?$AA?9?$AAG?$AAR@ 100973bc libucrt:lcidtoname_downlevel.obj - 0002:0000f3c8 ??_C@_1M@DDNJFGID@?$AAf?$AAi?$AA?9?$AAF?$AAI@ 100973c8 libucrt:lcidtoname_downlevel.obj - 0002:0000f3d4 ??_C@_1M@GLIPPMAC@?$AAf?$AAr?$AA?9?$AAF?$AAR@ 100973d4 libucrt:lcidtoname_downlevel.obj - 0002:0000f3e0 ??_C@_1M@GFMCHPE@?$AAh?$AAe?$AA?9?$AAI?$AAL@ 100973e0 libucrt:lcidtoname_downlevel.obj - 0002:0000f3ec ??_C@_1M@MHLPGNKM@?$AAh?$AAu?$AA?9?$AAH?$AAU@ 100973ec libucrt:lcidtoname_downlevel.obj - 0002:0000f3f8 ??_C@_1M@LPDDNNPN@?$AAi?$AAs?$AA?9?$AAI?$AAS@ 100973f8 libucrt:lcidtoname_downlevel.obj - 0002:0000f404 ??_C@_1M@MADIPODN@?$AAi?$AAt?$AA?9?$AAI?$AAT@ 10097404 libucrt:lcidtoname_downlevel.obj - 0002:0000f410 ??_C@_1M@IHBJJGG@?$AAn?$AAl?$AA?9?$AAN?$AAL@ 10097410 libucrt:lcidtoname_downlevel.obj - 0002:0000f41c ??_C@_1M@EANAGDL@?$AAn?$AAb?$AA?9?$AAN?$AAO@ 1009741c libucrt:lcidtoname_downlevel.obj - 0002:0000f428 ??_C@_1M@NEIEMEGP@?$AAp?$AAl?$AA?9?$AAP?$AAL@ 10097428 libucrt:lcidtoname_downlevel.obj - 0002:0000f434 ??_C@_1M@BOCFIGEP@?$AAp?$AAt?$AA?9?$AAB?$AAR@ 10097434 libucrt:lcidtoname_downlevel.obj - 0002:0000f440 ??_C@_1M@IMPFOPBG@?$AAr?$AAo?$AA?9?$AAR?$AAO@ 10097440 libucrt:lcidtoname_downlevel.obj - 0002:0000f44c ??_C@_1M@IDNNEJMM@?$AAr?$AAu?$AA?9?$AAR?$AAU@ 1009744c libucrt:lcidtoname_downlevel.obj - 0002:0000f458 ??_C@_1M@LILEEOGM@?$AAh?$AAr?$AA?9?$AAH?$AAR@ 10097458 libucrt:lcidtoname_downlevel.obj - 0002:0000f464 ??_C@_1M@FKIFEHPB@?$AAs?$AAk?$AA?9?$AAS?$AAK@ 10097464 libucrt:lcidtoname_downlevel.obj - 0002:0000f470 ??_C@_1M@LJMAMNPJ@?$AAs?$AAq?$AA?9?$AAA?$AAL@ 10097470 libucrt:lcidtoname_downlevel.obj - 0002:0000f47c ??_C@_1M@GIAKDKJK@?$AAs?$AAv?$AA?9?$AAS?$AAE@ 1009747c libucrt:lcidtoname_downlevel.obj - 0002:0000f488 ??_C@_1M@MKJKIKCL@?$AAt?$AAh?$AA?9?$AAT?$AAH@ 10097488 libucrt:lcidtoname_downlevel.obj - 0002:0000f494 ??_C@_1M@MFLCCMPB@?$AAt?$AAr?$AA?9?$AAT?$AAR@ 10097494 libucrt:lcidtoname_downlevel.obj - 0002:0000f4a0 ??_C@_1M@OIJHDKJN@?$AAu?$AAr?$AA?9?$AAP?$AAK@ 100974a0 libucrt:lcidtoname_downlevel.obj - 0002:0000f4ac ??_C@_1M@LHIPCIEK@?$AAi?$AAd?$AA?9?$AAI?$AAD@ 100974ac libucrt:lcidtoname_downlevel.obj - 0002:0000f4b8 ??_C@_1M@MFMOBGI@?$AAu?$AAk?$AA?9?$AAU?$AAA@ 100974b8 libucrt:lcidtoname_downlevel.obj - 0002:0000f4c4 ??_C@_1M@OBGLJIPL@?$AAb?$AAe?$AA?9?$AAB?$AAY@ 100974c4 libucrt:lcidtoname_downlevel.obj - 0002:0000f4d0 ??_C@_1M@BCFAJEAD@?$AAs?$AAl?$AA?9?$AAS?$AAI@ 100974d0 libucrt:lcidtoname_downlevel.obj - 0002:0000f4dc ??_C@_1M@FKFFEDDN@?$AAe?$AAt?$AA?9?$AAE?$AAE@ 100974dc libucrt:lcidtoname_downlevel.obj - 0002:0000f4e8 ??_C@_1M@KGKKAACI@?$AAl?$AAv?$AA?9?$AAL?$AAV@ 100974e8 libucrt:lcidtoname_downlevel.obj - 0002:0000f4f4 ??_C@_1M@IFGBIJO@?$AAl?$AAt?$AA?9?$AAL?$AAT@ 100974f4 libucrt:lcidtoname_downlevel.obj - 0002:0000f500 ??_C@_1M@FGEAHEDM@?$AAf?$AAa?$AA?9?$AAI?$AAR@ 10097500 libucrt:lcidtoname_downlevel.obj - 0002:0000f50c ??_C@_1M@KBMAIBFN@?$AAv?$AAi?$AA?9?$AAV?$AAN@ 1009750c libucrt:lcidtoname_downlevel.obj - 0002:0000f518 ??_C@_1M@GPCBKDJK@?$AAh?$AAy?$AA?9?$AAA?$AAM@ 10097518 libucrt:lcidtoname_downlevel.obj - 0002:0000f524 ??_C@_1BG@BECMDDJB@?$AAa?$AAz?$AA?9?$AAA?$AAZ?$AA?9?$AAL?$AAa?$AAt?$AAn@ 10097524 libucrt:lcidtoname_downlevel.obj - 0002:0000f53c ??_C@_1M@MAOFCAEA@?$AAe?$AAu?$AA?9?$AAE?$AAS@ 1009753c libucrt:lcidtoname_downlevel.obj - 0002:0000f548 ??_C@_1M@IGHABKPI@?$AAm?$AAk?$AA?9?$AAM?$AAK@ 10097548 libucrt:lcidtoname_downlevel.obj - 0002:0000f554 ??_C@_1M@IAIGNEJG@?$AAt?$AAn?$AA?9?$AAZ?$AAA@ 10097554 libucrt:lcidtoname_downlevel.obj - 0002:0000f560 ??_C@_1M@IIJCOJFA@?$AAx?$AAh?$AA?9?$AAZ?$AAA@ 10097560 libucrt:lcidtoname_downlevel.obj - 0002:0000f56c ??_C@_1M@LGPJHNJH@?$AAz?$AAu?$AA?9?$AAZ?$AAA@ 1009756c libucrt:lcidtoname_downlevel.obj - 0002:0000f578 ??_C@_1M@HOKAOIO@?$AAa?$AAf?$AA?9?$AAZ?$AAA@ 10097578 libucrt:lcidtoname_downlevel.obj - 0002:0000f584 ??_C@_1M@DPCLHLIE@?$AAk?$AAa?$AA?9?$AAG?$AAE@ 10097584 libucrt:lcidtoname_downlevel.obj - 0002:0000f590 ??_C@_1M@BLKMHJBI@?$AAf?$AAo?$AA?9?$AAF?$AAO@ 10097590 libucrt:lcidtoname_downlevel.obj - 0002:0000f59c ??_C@_1M@LGGJAPPB@?$AAh?$AAi?$AA?9?$AAI?$AAN@ 1009759c libucrt:lcidtoname_downlevel.obj - 0002:0000f5a8 ??_C@_1M@FIKPIHFE@?$AAm?$AAt?$AA?9?$AAM?$AAT@ 100975a8 libucrt:lcidtoname_downlevel.obj - 0002:0000f5b4 ??_C@_1M@HEGGPBFA@?$AAs?$AAe?$AA?9?$AAN?$AAO@ 100975b4 libucrt:lcidtoname_downlevel.obj - 0002:0000f5c0 ??_C@_1M@EIBJEEPA@?$AAm?$AAs?$AA?9?$AAM?$AAY@ 100975c0 libucrt:lcidtoname_downlevel.obj - 0002:0000f5cc ??_C@_1M@FHLBGMPP@?$AAk?$AAk?$AA?9?$AAK?$AAZ@ 100975cc libucrt:lcidtoname_downlevel.obj - 0002:0000f5d8 ??_C@_1M@NGJJLCGI@?$AAk?$AAy?$AA?9?$AAK?$AAG@ 100975d8 libucrt:lcidtoname_downlevel.obj - 0002:0000f5e4 ??_C@_1M@GIENNBFC@?$AAs?$AAw?$AA?9?$AAK?$AAE@ 100975e4 libucrt:lcidtoname_downlevel.obj - 0002:0000f5f0 ??_C@_1BG@NDGMJIMJ@?$AAu?$AAz?$AA?9?$AAU?$AAZ?$AA?9?$AAL?$AAa?$AAt?$AAn@ 100975f0 libucrt:lcidtoname_downlevel.obj - 0002:0000f608 ??_C@_1M@IDCCIHBC@?$AAt?$AAt?$AA?9?$AAR?$AAU@ 10097608 libucrt:lcidtoname_downlevel.obj - 0002:0000f614 ??_C@_1M@LOICPMOJ@?$AAb?$AAn?$AA?9?$AAI?$AAN@ 10097614 libucrt:lcidtoname_downlevel.obj - 0002:0000f620 ??_C@_1M@KPKKNEAH@?$AAp?$AAa?$AA?9?$AAI?$AAN@ 10097620 libucrt:lcidtoname_downlevel.obj - 0002:0000f62c ??_C@_1M@PJGPPBOG@?$AAg?$AAu?$AA?9?$AAI?$AAN@ 1009762c libucrt:lcidtoname_downlevel.obj - 0002:0000f638 ??_C@_1M@KMKMOPHI@?$AAt?$AAa?$AA?9?$AAI?$AAN@ 10097638 libucrt:lcidtoname_downlevel.obj - 0002:0000f644 ??_C@_1M@KFEHEPAC@?$AAt?$AAe?$AA?9?$AAI?$AAN@ 10097644 libucrt:lcidtoname_downlevel.obj - 0002:0000f650 ??_C@_1M@CDCLMGHI@?$AAk?$AAn?$AA?9?$AAI?$AAN@ 10097650 libucrt:lcidtoname_downlevel.obj - 0002:0000f65c ??_C@_1M@MIODLDKF@?$AAm?$AAl?$AA?9?$AAI?$AAN@ 1009765c libucrt:lcidtoname_downlevel.obj - 0002:0000f668 ??_C@_1M@PBIEACPO@?$AAm?$AAr?$AA?9?$AAI?$AAN@ 10097668 libucrt:lcidtoname_downlevel.obj - 0002:0000f674 ??_C@_1M@NIDEAGPH@?$AAs?$AAa?$AA?9?$AAI?$AAN@ 10097674 libucrt:lcidtoname_downlevel.obj - 0002:0000f680 ??_C@_1M@FHIHCBIO@?$AAm?$AAn?$AA?9?$AAM?$AAN@ 10097680 libucrt:lcidtoname_downlevel.obj - 0002:0000f68c ??_C@_1M@JAIJPENP@?$AAc?$AAy?$AA?9?$AAG?$AAB@ 1009768c libucrt:lcidtoname_downlevel.obj - 0002:0000f698 ??_C@_1M@PHGFBEPN@?$AAg?$AAl?$AA?9?$AAE?$AAS@ 10097698 libucrt:lcidtoname_downlevel.obj - 0002:0000f6a4 ??_C@_1O@KPIPDNCP@?$AAk?$AAo?$AAk?$AA?9?$AAI?$AAN@ 100976a4 libucrt:lcidtoname_downlevel.obj - 0002:0000f6b4 ??_C@_1O@KNHJLDJA@?$AAs?$AAy?$AAr?$AA?9?$AAS?$AAY@ 100976b4 libucrt:lcidtoname_downlevel.obj - 0002:0000f6c4 ??_C@_1O@MKEKBLAH@?$AAd?$AAi?$AAv?$AA?9?$AAM?$AAV@ 100976c4 libucrt:lcidtoname_downlevel.obj - 0002:0000f6d4 ??_C@_1O@OHDCKDDF@?$AAq?$AAu?$AAz?$AA?9?$AAB?$AAO@ 100976d4 libucrt:lcidtoname_downlevel.obj - 0002:0000f6e4 ??_C@_1M@LEPJNLFD@?$AAn?$AAs?$AA?9?$AAZ?$AAA@ 100976e4 libucrt:lcidtoname_downlevel.obj - 0002:0000f6f0 ??_C@_1M@OMLEIIJB@?$AAm?$AAi?$AA?9?$AAN?$AAZ@ 100976f0 libucrt:lcidtoname_downlevel.obj - 0002:0000f6fc ??_C@_1M@PMPEAILG@?$AAa?$AAr?$AA?9?$AAI?$AAQ@ 100976fc libucrt:lcidtoname_downlevel.obj - 0002:0000f708 ??_C@_1M@CNKPNOEE@?$AAd?$AAe?$AA?9?$AAC?$AAH@ 10097708 libucrt:lcidtoname_downlevel.obj - 0002:0000f714 ??_C@_1M@LKMGMLKO@?$AAe?$AAn?$AA?9?$AAG?$AAB@ 10097714 libucrt:lcidtoname_downlevel.obj - 0002:0000f720 ??_C@_1M@PGKJFFGL@?$AAe?$AAs?$AA?9?$AAM?$AAX@ 10097720 libucrt:lcidtoname_downlevel.obj - 0002:0000f72c ??_C@_1M@DNNANBDC@?$AAf?$AAr?$AA?9?$AAB?$AAE@ 1009772c libucrt:lcidtoname_downlevel.obj - 0002:0000f738 ??_C@_1M@HLGMDFHM@?$AAi?$AAt?$AA?9?$AAC?$AAH@ 10097738 libucrt:lcidtoname_downlevel.obj - 0002:0000f744 ??_C@_1M@CLLBGJH@?$AAn?$AAl?$AA?9?$AAB?$AAE@ 10097744 libucrt:lcidtoname_downlevel.obj - 0002:0000f750 ??_C@_1M@BODBOGLF@?$AAn?$AAn?$AA?9?$AAN?$AAO@ 10097750 libucrt:lcidtoname_downlevel.obj - 0002:0000f75c ??_C@_1M@HFFAHKAD@?$AAp?$AAt?$AA?9?$AAP?$AAT@ 1009775c libucrt:lcidtoname_downlevel.obj - 0002:0000f768 ??_C@_1BG@LNOAKHIE@?$AAs?$AAr?$AA?9?$AAS?$AAP?$AA?9?$AAL?$AAa?$AAt?$AAn@ 10097768 libucrt:lcidtoname_downlevel.obj - 0002:0000f780 ??_C@_1M@HBMHBGAK@?$AAs?$AAv?$AA?9?$AAF?$AAI@ 10097780 libucrt:lcidtoname_downlevel.obj - 0002:0000f78c ??_C@_1BG@DGCJGJBE@?$AAa?$AAz?$AA?9?$AAA?$AAZ?$AA?9?$AAC?$AAy?$AAr?$AAl@ 1009778c libucrt:lcidtoname_downlevel.obj - 0002:0000f7a4 ??_C@_1M@KEJDAAHB@?$AAs?$AAe?$AA?9?$AAS?$AAE@ 100977a4 libucrt:lcidtoname_downlevel.obj - 0002:0000f7b0 ??_C@_1M@HEIBJJAD@?$AAm?$AAs?$AA?9?$AAB?$AAN@ 100977b0 libucrt:lcidtoname_downlevel.obj - 0002:0000f7bc ??_C@_1BG@PBGJMCEM@?$AAu?$AAz?$AA?9?$AAU?$AAZ?$AA?9?$AAC?$AAy?$AAr?$AAl@ 100977bc libucrt:lcidtoname_downlevel.obj - 0002:0000f7d4 ??_C@_1O@LAOBCMDF@?$AAq?$AAu?$AAz?$AA?9?$AAE?$AAC@ 100977d4 libucrt:lcidtoname_downlevel.obj - 0002:0000f7e4 ??_C@_1M@POEEMAIO@?$AAa?$AAr?$AA?9?$AAE?$AAG@ 100977e4 libucrt:lcidtoname_downlevel.obj - 0002:0000f7f0 ??_C@_1M@EFAKDEDL@?$AAz?$AAh?$AA?9?$AAH?$AAK@ 100977f0 libucrt:lcidtoname_downlevel.obj - 0002:0000f7fc ??_C@_1M@HKKIJHGI@?$AAd?$AAe?$AA?9?$AAA?$AAT@ 100977fc libucrt:lcidtoname_downlevel.obj - 0002:0000f808 ??_C@_1M@KBFBEHJF@?$AAe?$AAn?$AA?9?$AAA?$AAU@ 10097808 libucrt:lcidtoname_downlevel.obj - 0002:0000f814 ??_C@_1M@MNPLFAAH@?$AAe?$AAs?$AA?9?$AAE?$AAS@ 10097814 libucrt:lcidtoname_downlevel.obj - 0002:0000f820 ??_C@_1M@HJOOJFMA@?$AAf?$AAr?$AA?9?$AAC?$AAA@ 10097820 libucrt:lcidtoname_downlevel.obj - 0002:0000f82c ??_C@_1BG@JPOFPNAB@?$AAs?$AAr?$AA?9?$AAS?$AAP?$AA?9?$AAC?$AAy?$AAr?$AAl@ 1009782c libucrt:lcidtoname_downlevel.obj - 0002:0000f844 ??_C@_1M@LNFOCMOB@?$AAs?$AAe?$AA?9?$AAF?$AAI@ 10097844 libucrt:lcidtoname_downlevel.obj - 0002:0000f850 ??_C@_1O@MGJBOAMB@?$AAq?$AAu?$AAz?$AA?9?$AAP?$AAE@ 10097850 libucrt:lcidtoname_downlevel.obj - 0002:0000f860 ??_C@_1M@GJINLBOK@?$AAa?$AAr?$AA?9?$AAL?$AAY@ 10097860 libucrt:lcidtoname_downlevel.obj - 0002:0000f86c ??_C@_1M@GGMNHJNL@?$AAz?$AAh?$AA?9?$AAS?$AAG@ 1009786c libucrt:lcidtoname_downlevel.obj - 0002:0000f878 ??_C@_1M@HOIKODND@?$AAd?$AAe?$AA?9?$AAL?$AAU@ 10097878 libucrt:lcidtoname_downlevel.obj - 0002:0000f884 ??_C@_1M@DDOCCGFG@?$AAe?$AAn?$AA?9?$AAC?$AAA@ 10097884 libucrt:lcidtoname_downlevel.obj - 0002:0000f890 ??_C@_1M@BNOEMJLF@?$AAe?$AAs?$AA?9?$AAG?$AAT@ 10097890 libucrt:lcidtoname_downlevel.obj - 0002:0000f89c ??_C@_1M@EOGNKEK@?$AAf?$AAr?$AA?9?$AAC?$AAH@ 1009789c libucrt:lcidtoname_downlevel.obj - 0002:0000f8a8 ??_C@_1M@FLIDJFHL@?$AAh?$AAr?$AA?9?$AAB?$AAA@ 100978a8 libucrt:lcidtoname_downlevel.obj - 0002:0000f8b4 ??_C@_1O@FMCELNAJ@?$AAs?$AAm?$AAj?$AA?9?$AAN?$AAO@ 100978b4 libucrt:lcidtoname_downlevel.obj - 0002:0000f8c4 ??_C@_1M@JHGLJMGJ@?$AAa?$AAr?$AA?9?$AAD?$AAZ@ 100978c4 libucrt:lcidtoname_downlevel.obj - 0002:0000f8d0 ??_C@_1M@JKKFDCNP@?$AAz?$AAh?$AA?9?$AAM?$AAO@ 100978d0 libucrt:lcidtoname_downlevel.obj - 0002:0000f8dc ??_C@_1M@GEEFALPE@?$AAd?$AAe?$AA?9?$AAL?$AAI@ 100978dc libucrt:lcidtoname_downlevel.obj - 0002:0000f8e8 ??_C@_1M@IGEOFBG@?$AAe?$AAn?$AA?9?$AAN?$AAZ@ 100978e8 libucrt:lcidtoname_downlevel.obj - 0002:0000f8f4 ??_C@_1M@KDBONEHP@?$AAe?$AAs?$AA?9?$AAC?$AAR@ 100978f4 libucrt:lcidtoname_downlevel.obj - 0002:0000f900 ??_C@_1M@FHMDOHNN@?$AAf?$AAr?$AA?9?$AAL?$AAU@ 10097900 libucrt:lcidtoname_downlevel.obj - 0002:0000f90c ??_C@_1BG@NFKKMAFG@?$AAb?$AAs?$AA?9?$AAB?$AAA?$AA?9?$AAL?$AAa?$AAt?$AAn@ 1009790c libucrt:lcidtoname_downlevel.obj - 0002:0000f924 ??_C@_1O@IMNBEMCI@?$AAs?$AAm?$AAj?$AA?9?$AAS?$AAE@ 10097924 libucrt:lcidtoname_downlevel.obj - 0002:0000f934 ??_C@_1M@DHHMBNDP@?$AAa?$AAr?$AA?9?$AAM?$AAA@ 10097934 libucrt:lcidtoname_downlevel.obj - 0002:0000f940 ??_C@_1M@BNBLJCGH@?$AAe?$AAn?$AA?9?$AAI?$AAE@ 10097940 libucrt:lcidtoname_downlevel.obj - 0002:0000f94c ??_C@_1M@GEPAFMDL@?$AAe?$AAs?$AA?9?$AAP?$AAA@ 1009794c libucrt:lcidtoname_downlevel.obj - 0002:0000f958 ??_C@_1M@OJONDMDL@?$AAf?$AAr?$AA?9?$AAM?$AAC@ 10097958 libucrt:lcidtoname_downlevel.obj - 0002:0000f964 ??_C@_1BG@OBCNFJB@?$AAs?$AAr?$AA?9?$AAB?$AAA?$AA?9?$AAL?$AAa?$AAt?$AAn@ 10097964 libucrt:lcidtoname_downlevel.obj - 0002:0000f97c ??_C@_1O@KEMEEGPO@?$AAs?$AAm?$AAa?$AA?9?$AAN?$AAO@ 1009797c libucrt:lcidtoname_downlevel.obj - 0002:0000f98c ??_C@_1M@ELMGFODK@?$AAa?$AAr?$AA?9?$AAT?$AAN@ 1009798c libucrt:lcidtoname_downlevel.obj - 0002:0000f998 ??_C@_1M@BHDLHFAF@?$AAe?$AAn?$AA?9?$AAZ?$AAA@ 10097998 libucrt:lcidtoname_downlevel.obj - 0002:0000f9a4 ??_C@_1M@BMGIGLIF@?$AAe?$AAs?$AA?9?$AAD?$AAO@ 100979a4 libucrt:lcidtoname_downlevel.obj - 0002:0000f9b0 ??_C@_1BG@CMBHIPBE@?$AAs?$AAr?$AA?9?$AAB?$AAA?$AA?9?$AAC?$AAy?$AAr?$AAl@ 100979b0 libucrt:lcidtoname_downlevel.obj - 0002:0000f9c8 ??_C@_1O@HEDBLHNP@?$AAs?$AAm?$AAa?$AA?9?$AAS?$AAE@ 100979c8 libucrt:lcidtoname_downlevel.obj - 0002:0000f9d8 ??_C@_1M@DAGCADIM@?$AAa?$AAr?$AA?9?$AAO?$AAM@ 100979d8 libucrt:lcidtoname_downlevel.obj - 0002:0000f9e4 ??_C@_1M@FODLMICG@?$AAe?$AAn?$AA?9?$AAJ?$AAM@ 100979e4 libucrt:lcidtoname_downlevel.obj - 0002:0000f9f0 ??_C@_1M@DNMLCIHB@?$AAe?$AAs?$AA?9?$AAV?$AAE@ 100979f0 libucrt:lcidtoname_downlevel.obj - 0002:0000f9fc ??_C@_1O@EOKHMKJK@?$AAs?$AAm?$AAs?$AA?9?$AAF?$AAI@ 100979fc libucrt:lcidtoname_downlevel.obj - 0002:0000fa0c ??_C@_1M@CAFJMKOF@?$AAa?$AAr?$AA?9?$AAY?$AAE@ 10097a0c libucrt:lcidtoname_downlevel.obj - 0002:0000fa18 ??_C@_1M@CBFHIJLI@?$AAe?$AAn?$AA?9?$AAC?$AAB@ 10097a18 libucrt:lcidtoname_downlevel.obj - 0002:0000fa24 ??_C@_1M@BGNFLDN@?$AAe?$AAs?$AA?9?$AAC?$AAO@ 10097a24 libucrt:lcidtoname_downlevel.obj - 0002:0000fa30 ??_C@_1O@JMPHMAMC@?$AAs?$AAm?$AAn?$AA?9?$AAF?$AAI@ 10097a30 libucrt:lcidtoname_downlevel.obj - 0002:0000fa40 ??_C@_1M@JLANABKE@?$AAa?$AAr?$AA?9?$AAS?$AAY@ 10097a40 libucrt:lcidtoname_downlevel.obj - 0002:0000fa4c ??_C@_1M@HPKGCFGN@?$AAe?$AAn?$AA?9?$AAB?$AAZ@ 10097a4c libucrt:lcidtoname_downlevel.obj - 0002:0000fa58 ??_C@_1M@OLJCMLGM@?$AAe?$AAs?$AA?9?$AAP?$AAE@ 10097a58 libucrt:lcidtoname_downlevel.obj - 0002:0000fa64 ??_C@_1M@MKKGFKLE@?$AAa?$AAr?$AA?9?$AAJ?$AAO@ 10097a64 libucrt:lcidtoname_downlevel.obj - 0002:0000fa70 ??_C@_1M@EKPGLDNI@?$AAe?$AAn?$AA?9?$AAT?$AAT@ 10097a70 libucrt:lcidtoname_downlevel.obj - 0002:0000fa7c ??_C@_1M@OONGHFHE@?$AAe?$AAs?$AA?9?$AAA?$AAR@ 10097a7c libucrt:lcidtoname_downlevel.obj - 0002:0000fa88 ??_C@_1M@OOJFGBHE@?$AAa?$AAr?$AA?9?$AAL?$AAB@ 10097a88 libucrt:lcidtoname_downlevel.obj - 0002:0000fa94 ??_C@_1M@GCEJHNEG@?$AAe?$AAn?$AA?9?$AAZ?$AAW@ 10097a94 libucrt:lcidtoname_downlevel.obj - 0002:0000faa0 ??_C@_1M@JNOCAHJI@?$AAe?$AAs?$AA?9?$AAE?$AAC@ 10097aa0 libucrt:lcidtoname_downlevel.obj - 0002:0000faac ??_C@_1M@JEFHPGGB@?$AAa?$AAr?$AA?9?$AAK?$AAW@ 10097aac libucrt:lcidtoname_downlevel.obj - 0002:0000fab8 ??_C@_1M@MLKIBJOJ@?$AAe?$AAn?$AA?9?$AAP?$AAH@ 10097ab8 libucrt:lcidtoname_downlevel.obj - 0002:0000fac4 ??_C@_1M@BDNIPEND@?$AAe?$AAs?$AA?9?$AAC?$AAL@ 10097ac4 libucrt:lcidtoname_downlevel.obj - 0002:0000fad0 ??_C@_1M@MPNMEKBD@?$AAa?$AAr?$AA?9?$AAA?$AAE@ 10097ad0 libucrt:lcidtoname_downlevel.obj - 0002:0000fadc ??_C@_1M@KBJALCPI@?$AAe?$AAs?$AA?9?$AAU?$AAY@ 10097adc libucrt:lcidtoname_downlevel.obj - 0002:0000fae8 ??_C@_1M@LLCCOAGA@?$AAa?$AAr?$AA?9?$AAB?$AAH@ 10097ae8 libucrt:lcidtoname_downlevel.obj - 0002:0000faf4 ??_C@_1M@PBFNCDEL@?$AAe?$AAs?$AA?9?$AAP?$AAY@ 10097af4 libucrt:lcidtoname_downlevel.obj - 0002:0000fb00 ??_C@_1M@EDGINPNP@?$AAa?$AAr?$AA?9?$AAQ?$AAA@ 10097b00 libucrt:lcidtoname_downlevel.obj - 0002:0000fb0c ??_C@_1M@MKDBIIJI@?$AAe?$AAs?$AA?9?$AAB?$AAO@ 10097b0c libucrt:lcidtoname_downlevel.obj - 0002:0000fb18 ??_C@_1M@CPKKEBLD@?$AAe?$AAs?$AA?9?$AAS?$AAV@ 10097b18 libucrt:lcidtoname_downlevel.obj - 0002:0000fb24 ??_C@_1M@NDBGMMJL@?$AAe?$AAs?$AA?9?$AAH?$AAN@ 10097b24 libucrt:lcidtoname_downlevel.obj - 0002:0000fb30 ??_C@_1M@JIJIBHDP@?$AAe?$AAs?$AA?9?$AAN?$AAI@ 10097b30 libucrt:lcidtoname_downlevel.obj - 0002:0000fb3c ??_C@_1M@CGFMKEEK@?$AAe?$AAs?$AA?9?$AAP?$AAR@ 10097b3c libucrt:lcidtoname_downlevel.obj - 0002:0000fb48 ??_C@_1O@ICJHKIIK@?$AAz?$AAh?$AA?9?$AAC?$AAH?$AAT@ 10097b48 libucrt:lcidtoname_downlevel.obj - 0002:0000fb58 ??_C@_15CLNEJCE@?$AAs?$AAr@ 10097b58 libucrt:lcidtoname_downlevel.obj - 0002:00010280 ??_C@_1M@KAHEKEIG@?$AAa?$AAf?$AA?9?$AAz?$AAa@ 10098280 libucrt:lcidtoname_downlevel.obj - 0002:0001028c ??_C@_1M@GIECOABL@?$AAa?$AAr?$AA?9?$AAa?$AAe@ 1009828c libucrt:lcidtoname_downlevel.obj - 0002:00010298 ??_C@_1M@BMLMEKGI@?$AAa?$AAr?$AA?9?$AAb?$AAh@ 10098298 libucrt:lcidtoname_downlevel.obj - 0002:000102a4 ??_C@_1M@DAPFDGGB@?$AAa?$AAr?$AA?9?$AAd?$AAz@ 100982a4 libucrt:lcidtoname_downlevel.obj - 0002:000102b0 ??_C@_1M@FJNKGKIG@?$AAa?$AAr?$AA?9?$AAe?$AAg@ 100982b0 libucrt:lcidtoname_downlevel.obj - 0002:000102bc ??_C@_1M@FLGKKCLO@?$AAa?$AAr?$AA?9?$AAi?$AAq@ 100982bc libucrt:lcidtoname_downlevel.obj - 0002:000102c8 ??_C@_1M@GNDIPALM@?$AAa?$AAr?$AA?9?$AAj?$AAo@ 100982c8 libucrt:lcidtoname_downlevel.obj - 0002:000102d4 ??_C@_1M@DDMJFMGJ@?$AAa?$AAr?$AA?9?$AAk?$AAw@ 100982d4 libucrt:lcidtoname_downlevel.obj - 0002:000102e0 ??_C@_1M@EJALMLHM@?$AAa?$AAr?$AA?9?$AAl?$AAb@ 100982e0 libucrt:lcidtoname_downlevel.obj - 0002:000102ec ??_C@_1M@MOBDBLOC@?$AAa?$AAr?$AA?9?$AAl?$AAy@ 100982ec libucrt:lcidtoname_downlevel.obj - 0002:000102f8 ??_C@_1M@JAOCLHDH@?$AAa?$AAr?$AA?9?$AAm?$AAa@ 100982f8 libucrt:lcidtoname_downlevel.obj - 0002:00010304 ??_C@_1M@JHPMKJIE@?$AAa?$AAr?$AA?9?$AAo?$AAm@ 10098304 libucrt:lcidtoname_downlevel.obj - 0002:00010310 ??_C@_1M@OEPGHFNH@?$AAa?$AAr?$AA?9?$AAq?$AAa@ 10098310 libucrt:lcidtoname_downlevel.obj - 0002:0001031c ??_C@_1M@KJDONENM@?$AAa?$AAr?$AA?9?$AAs?$AAa@ 1009831c libucrt:lcidtoname_downlevel.obj - 0002:00010328 ??_C@_1M@DMJDKLKM@?$AAa?$AAr?$AA?9?$AAs?$AAy@ 10098328 libucrt:lcidtoname_downlevel.obj - 0002:00010334 ??_C@_1M@OMFIPEDC@?$AAa?$AAr?$AA?9?$AAt?$AAn@ 10098334 libucrt:lcidtoname_downlevel.obj - 0002:00010340 ??_C@_1M@IHMHGAON@?$AAa?$AAr?$AA?9?$AAy?$AAe@ 10098340 libucrt:lcidtoname_downlevel.obj - 0002:0001034c ??_C@_1BG@KDCPGJGB@?$AAa?$AAz?$AA?9?$AAa?$AAz?$AA?9?$AAc?$AAy?$AAr?$AAl@ 1009834c libucrt:lcidtoname_downlevel.obj - 0002:00010364 ??_C@_1BG@IBCKDDOE@?$AAa?$AAz?$AA?9?$AAa?$AAz?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10098364 libucrt:lcidtoname_downlevel.obj - 0002:0001037c ??_C@_1M@EGPFDCPD@?$AAb?$AAe?$AA?9?$AAb?$AAy@ 1009837c libucrt:lcidtoname_downlevel.obj - 0002:00010388 ??_C@_1M@PCMGMCGC@?$AAb?$AAg?$AA?9?$AAb?$AAg@ 10098388 libucrt:lcidtoname_downlevel.obj - 0002:00010394 ??_C@_1M@BJBMFGOB@?$AAb?$AAn?$AA?9?$AAi?$AAn@ 10098394 libucrt:lcidtoname_downlevel.obj - 0002:000103a0 ??_C@_1BG@EAKMMACD@?$AAb?$AAs?$AA?9?$AAb?$AAa?$AA?9?$AAl?$AAa?$AAt?$AAn@ 100983a0 libucrt:lcidtoname_downlevel.obj - 0002:000103b8 ??_C@_1M@KGADAODK@?$AAc?$AAa?$AA?9?$AAe?$AAs@ 100983b8 libucrt:lcidtoname_downlevel.obj - 0002:000103c4 ??_C@_1M@COAJPDHI@?$AAc?$AAs?$AA?9?$AAc?$AAz@ 100983c4 libucrt:lcidtoname_downlevel.obj - 0002:000103d0 ??_C@_1M@DHBHFONH@?$AAc?$AAy?$AA?9?$AAg?$AAb@ 100983d0 libucrt:lcidtoname_downlevel.obj - 0002:000103dc ??_C@_1M@IMGKELGA@?$AAd?$AAa?$AA?9?$AAd?$AAk@ 100983dc libucrt:lcidtoname_downlevel.obj - 0002:000103e8 ??_C@_1M@NNDGDNGA@?$AAd?$AAe?$AA?9?$AAa?$AAt@ 100983e8 libucrt:lcidtoname_downlevel.obj - 0002:000103f4 ??_C@_1M@IKDBHEEM@?$AAd?$AAe?$AA?9?$AAc?$AAh@ 100983f4 libucrt:lcidtoname_downlevel.obj - 0002:00010400 ??_C@_1M@GFFOJMCJ@?$AAd?$AAe?$AA?9?$AAd?$AAe@ 10098400 libucrt:lcidtoname_downlevel.obj - 0002:0001040c ??_C@_1M@MDNLKBPM@?$AAd?$AAe?$AA?9?$AAl?$AAi@ 1009840c libucrt:lcidtoname_downlevel.obj - 0002:00010418 ??_C@_1M@NJBEEJNL@?$AAd?$AAe?$AA?9?$AAl?$AAu@ 10098418 libucrt:lcidtoname_downlevel.obj - 0002:00010424 ??_C@_1O@GNNELBAP@?$AAd?$AAi?$AAv?$AA?9?$AAm?$AAv@ 10098424 libucrt:lcidtoname_downlevel.obj - 0002:00010434 ??_C@_1M@EJLEOGAE@?$AAe?$AAl?$AA?9?$AAg?$AAr@ 10098434 libucrt:lcidtoname_downlevel.obj - 0002:00010440 ??_C@_1M@GMPONJN@?$AAe?$AAn?$AA?9?$AAa?$AAu@ 10098440 libucrt:lcidtoname_downlevel.obj - 0002:0001044c ??_C@_1M@NIDIIPGF@?$AAe?$AAn?$AA?9?$AAb?$AAz@ 1009844c libucrt:lcidtoname_downlevel.obj - 0002:00010458 ??_C@_1M@JEHMIMFO@?$AAe?$AAn?$AA?9?$AAc?$AAa@ 10098458 libucrt:lcidtoname_downlevel.obj - 0002:00010464 ??_C@_1M@IGMJCDLA@?$AAe?$AAn?$AA?9?$AAc?$AAb@ 10098464 libucrt:lcidtoname_downlevel.obj - 0002:00010470 ??_C@_1M@BNFIGBKG@?$AAe?$AAn?$AA?9?$AAg?$AAb@ 10098470 libucrt:lcidtoname_downlevel.obj - 0002:0001047c ??_C@_1M@LKIFDIGP@?$AAe?$AAn?$AA?9?$AAi?$AAe@ 1009847c libucrt:lcidtoname_downlevel.obj - 0002:00010488 ??_C@_1M@PJKFGCCO@?$AAe?$AAn?$AA?9?$AAj?$AAm@ 10098488 libucrt:lcidtoname_downlevel.obj - 0002:00010494 ??_C@_1M@KPPKEPBO@?$AAe?$AAn?$AA?9?$AAn?$AAz@ 10098494 libucrt:lcidtoname_downlevel.obj - 0002:000104a0 ??_C@_1M@GMDGLDOB@?$AAe?$AAn?$AA?9?$AAp?$AAh@ 100984a0 libucrt:lcidtoname_downlevel.obj - 0002:000104ac ??_C@_1M@ONGIBJNA@?$AAe?$AAn?$AA?9?$AAt?$AAt@ 100984ac libucrt:lcidtoname_downlevel.obj - 0002:000104b8 ??_C@_1M@LLODPCMM@?$AAe?$AAn?$AA?9?$AAu?$AAs@ 100984b8 libucrt:lcidtoname_downlevel.obj - 0002:000104c4 ??_C@_1M@LAKFNPAN@?$AAe?$AAn?$AA?9?$AAz?$AAa@ 100984c4 libucrt:lcidtoname_downlevel.obj - 0002:000104d0 ??_C@_1M@MFNHNHEO@?$AAe?$AAn?$AA?9?$AAz?$AAw@ 100984d0 libucrt:lcidtoname_downlevel.obj - 0002:000104dc ??_C@_1M@EJEINPHM@?$AAe?$AAs?$AA?9?$AAa?$AAr@ 100984dc libucrt:lcidtoname_downlevel.obj - 0002:000104e8 ??_C@_1M@GNKPCCJA@?$AAe?$AAs?$AA?9?$AAb?$AAo@ 100984e8 libucrt:lcidtoname_downlevel.obj - 0002:000104f4 ??_C@_1M@LEEGFONL@?$AAe?$AAs?$AA?9?$AAc?$AAl@ 100984f4 libucrt:lcidtoname_downlevel.obj - 0002:00010500 ??_C@_1M@KGPDPBDF@?$AAe?$AAs?$AA?9?$AAc?$AAo@ 10098500 libucrt:lcidtoname_downlevel.obj - 0002:0001050c ??_C@_1M@EIAHOHH@?$AAe?$AAs?$AA?9?$AAc?$AAr@ 1009850c libucrt:lcidtoname_downlevel.obj - 0002:00010518 ??_C@_1M@LLPGMBIN@?$AAe?$AAs?$AA?9?$AAd?$AAo@ 10098518 libucrt:lcidtoname_downlevel.obj - 0002:00010524 ??_C@_1M@DKHMKNJA@?$AAe?$AAs?$AA?9?$AAe?$AAc@ 10098524 libucrt:lcidtoname_downlevel.obj - 0002:00010530 ??_C@_1M@GKGFPKAP@?$AAe?$AAs?$AA?9?$AAe?$AAs@ 10098530 libucrt:lcidtoname_downlevel.obj - 0002:0001053c ??_C@_1M@LKHKGDLN@?$AAe?$AAs?$AA?9?$AAg?$AAt@ 1009853c libucrt:lcidtoname_downlevel.obj - 0002:00010548 ??_C@_1M@HEIIGGJD@?$AAe?$AAs?$AA?9?$AAh?$AAn@ 10098548 libucrt:lcidtoname_downlevel.obj - 0002:00010554 ??_C@_1M@FBDHPPGD@?$AAe?$AAs?$AA?9?$AAm?$AAx@ 10098554 libucrt:lcidtoname_downlevel.obj - 0002:00010560 ??_C@_1M@DPAGLNDH@?$AAe?$AAs?$AA?9?$AAn?$AAi@ 10098560 libucrt:lcidtoname_downlevel.obj - 0002:0001056c ??_C@_1M@MDGOPGDD@?$AAe?$AAs?$AA?9?$AAp?$AAa@ 1009856c libucrt:lcidtoname_downlevel.obj - 0002:00010578 ??_C@_1M@EMAMGBGE@?$AAe?$AAs?$AA?9?$AAp?$AAe@ 10098578 libucrt:lcidtoname_downlevel.obj - 0002:00010584 ??_C@_1M@IBMCAOEC@?$AAe?$AAs?$AA?9?$AAp?$AAr@ 10098584 libucrt:lcidtoname_downlevel.obj - 0002:00010590 ??_C@_1M@FGMDIJED@?$AAe?$AAs?$AA?9?$AAp?$AAy@ 10098590 libucrt:lcidtoname_downlevel.obj - 0002:0001059c ??_C@_1M@IIDEOLLL@?$AAe?$AAs?$AA?9?$AAs?$AAv@ 1009859c libucrt:lcidtoname_downlevel.obj - 0002:000105a8 ??_C@_1M@GAOBIPA@?$AAe?$AAs?$AA?9?$AAu?$AAy@ 100985a8 libucrt:lcidtoname_downlevel.obj - 0002:000105b4 ??_C@_1M@JKFFICHJ@?$AAe?$AAs?$AA?9?$AAv?$AAe@ 100985b4 libucrt:lcidtoname_downlevel.obj - 0002:000105c0 ??_C@_1M@PNMLOJDF@?$AAe?$AAt?$AA?9?$AAe?$AAe@ 100985c0 libucrt:lcidtoname_downlevel.obj - 0002:000105cc ??_C@_1M@GHHLIKEI@?$AAe?$AAu?$AA?9?$AAe?$AAs@ 100985cc libucrt:lcidtoname_downlevel.obj - 0002:000105d8 ??_C@_1M@PBNONODE@?$AAf?$AAa?$AA?9?$AAi?$AAr@ 100985d8 libucrt:lcidtoname_downlevel.obj - 0002:000105e4 ??_C@_1M@JEEHPMIL@?$AAf?$AAi?$AA?9?$AAf?$AAi@ 100985e4 libucrt:lcidtoname_downlevel.obj - 0002:000105f0 ??_C@_1M@LMDCNDBA@?$AAf?$AAo?$AA?9?$AAf?$AAo@ 100985f0 libucrt:lcidtoname_downlevel.obj - 0002:000105fc ??_C@_1M@JKEOHLDK@?$AAf?$AAr?$AA?9?$AAb?$AAe@ 100985fc libucrt:lcidtoname_downlevel.obj - 0002:00010608 ??_C@_1M@NOHADPMI@?$AAf?$AAr?$AA?9?$AAc?$AAa@ 10098608 libucrt:lcidtoname_downlevel.obj - 0002:00010614 ??_C@_1M@KDHIHAEC@?$AAf?$AAr?$AA?9?$AAc?$AAh@ 10098614 libucrt:lcidtoname_downlevel.obj - 0002:00010620 ??_C@_1M@MMBBFGAK@?$AAf?$AAr?$AA?9?$AAf?$AAr@ 10098620 libucrt:lcidtoname_downlevel.obj - 0002:0001062c ??_C@_1M@PAFNENNF@?$AAf?$AAr?$AA?9?$AAl?$AAu@ 1009862c libucrt:lcidtoname_downlevel.obj - 0002:00010638 ??_C@_1M@EOHDJGDD@?$AAf?$AAr?$AA?9?$AAm?$AAc@ 10098638 libucrt:lcidtoname_downlevel.obj - 0002:00010644 ??_C@_1M@FAPLLOPF@?$AAg?$AAl?$AA?9?$AAe?$AAs@ 10098644 libucrt:lcidtoname_downlevel.obj - 0002:00010650 ??_C@_1M@FOPBFLOO@?$AAg?$AAu?$AA?9?$AAi?$AAn@ 10098650 libucrt:lcidtoname_downlevel.obj - 0002:0001065c ??_C@_1M@KBMCINPM@?$AAh?$AAe?$AA?9?$AAi?$AAl@ 1009865c libucrt:lcidtoname_downlevel.obj - 0002:00010668 ??_C@_1M@BBPHKFPJ@?$AAh?$AAi?$AA?9?$AAi?$AAn@ 10098668 libucrt:lcidtoname_downlevel.obj - 0002:00010674 ??_C@_1M@PMBNDPHD@?$AAh?$AAr?$AA?9?$AAb?$AAa@ 10098674 libucrt:lcidtoname_downlevel.obj - 0002:00010680 ??_C@_1M@BPCKOEGE@?$AAh?$AAr?$AA?9?$AAh?$AAr@ 10098680 libucrt:lcidtoname_downlevel.obj - 0002:0001068c ??_C@_1M@GACBMHKE@?$AAh?$AAu?$AA?9?$AAh?$AAu@ 1009868c libucrt:lcidtoname_downlevel.obj - 0002:00010698 ??_C@_1M@MILPAJJC@?$AAh?$AAy?$AA?9?$AAa?$AAm@ 10098698 libucrt:lcidtoname_downlevel.obj - 0002:000106a4 ??_C@_1M@BABBICEC@?$AAi?$AAd?$AA?9?$AAi?$AAd@ 100986a4 libucrt:lcidtoname_downlevel.obj - 0002:000106b0 ??_C@_1M@BIKNHHPF@?$AAi?$AAs?$AA?9?$AAi?$AAs@ 100986b0 libucrt:lcidtoname_downlevel.obj - 0002:000106bc ??_C@_1M@NMPCJPHE@?$AAi?$AAt?$AA?9?$AAc?$AAh@ 100986bc libucrt:lcidtoname_downlevel.obj - 0002:000106c8 ??_C@_1M@GHKGFEDF@?$AAi?$AAt?$AA?9?$AAi?$AAt@ 100986c8 libucrt:lcidtoname_downlevel.obj - 0002:000106d4 ??_C@_1M@NIEJCJJA@?$AAj?$AAa?$AA?9?$AAj?$AAp@ 100986d4 libucrt:lcidtoname_downlevel.obj - 0002:000106e0 ??_C@_1M@JILFNBIM@?$AAk?$AAa?$AA?9?$AAg?$AAe@ 100986e0 libucrt:lcidtoname_downlevel.obj - 0002:000106ec ??_C@_1M@PACPMGPH@?$AAk?$AAk?$AA?9?$AAk?$AAz@ 100986ec libucrt:lcidtoname_downlevel.obj - 0002:000106f8 ??_C@_1M@IELFGMHA@?$AAk?$AAn?$AA?9?$AAi?$AAn@ 100986f8 libucrt:lcidtoname_downlevel.obj - 0002:00010704 ??_C@_1O@IBBJHCH@?$AAk?$AAo?$AAk?$AA?9?$AAi?$AAn@ 10098704 libucrt:lcidtoname_downlevel.obj - 0002:00010714 ??_C@_1M@DMHAEOGC@?$AAk?$AAo?$AA?9?$AAk?$AAr@ 10098714 libucrt:lcidtoname_downlevel.obj - 0002:00010720 ??_C@_1M@HBAHBIGA@?$AAk?$AAy?$AA?9?$AAk?$AAg@ 10098720 libucrt:lcidtoname_downlevel.obj - 0002:0001072c ??_C@_1M@KPMILCJG@?$AAl?$AAt?$AA?9?$AAl?$AAt@ 1009872c libucrt:lcidtoname_downlevel.obj - 0002:00010738 ??_C@_1M@BDEKKCA@?$AAl?$AAv?$AA?9?$AAl?$AAv@ 10098738 libucrt:lcidtoname_downlevel.obj - 0002:00010744 ??_C@_1M@ELCKCCJJ@?$AAm?$AAi?$AA?9?$AAn?$AAz@ 10098744 libucrt:lcidtoname_downlevel.obj - 0002:00010750 ??_C@_1M@CBOOLAPA@?$AAm?$AAk?$AA?9?$AAm?$AAk@ 10098750 libucrt:lcidtoname_downlevel.obj - 0002:0001075c ??_C@_1M@GPHNBJKN@?$AAm?$AAl?$AA?9?$AAi?$AAn@ 1009875c libucrt:lcidtoname_downlevel.obj - 0002:00010768 ??_C@_1M@PABJILIG@?$AAm?$AAn?$AA?9?$AAm?$AAn@ 10098768 libucrt:lcidtoname_downlevel.obj - 0002:00010774 ??_C@_1M@FGBKKIPG@?$AAm?$AAr?$AA?9?$AAi?$AAn@ 10098774 libucrt:lcidtoname_downlevel.obj - 0002:00010780 ??_C@_1M@NDBPDDAL@?$AAm?$AAs?$AA?9?$AAb?$AAn@ 10098780 libucrt:lcidtoname_downlevel.obj - 0002:0001078c ??_C@_1M@OPIHOOPI@?$AAm?$AAs?$AA?9?$AAm?$AAy@ 1009878c libucrt:lcidtoname_downlevel.obj - 0002:00010798 ??_C@_1M@PPDBCNFM@?$AAm?$AAt?$AA?9?$AAm?$AAt@ 10098798 libucrt:lcidtoname_downlevel.obj - 0002:000107a4 ??_C@_1M@KDJDKMDD@?$AAn?$AAb?$AA?9?$AAn?$AAo@ 100987a4 libucrt:lcidtoname_downlevel.obj - 0002:000107b0 ??_C@_1M@KFCFLMJP@?$AAn?$AAl?$AA?9?$AAb?$AAe@ 100987b0 libucrt:lcidtoname_downlevel.obj - 0002:000107bc ??_C@_1M@KPOPDDGO@?$AAn?$AAl?$AA?9?$AAn?$AAl@ 100987bc libucrt:lcidtoname_downlevel.obj - 0002:000107c8 ??_C@_1M@LJKPEMLN@?$AAn?$AAn?$AA?9?$AAn?$AAo@ 100987c8 libucrt:lcidtoname_downlevel.obj - 0002:000107d4 ??_C@_1M@BDGHHBFL@?$AAn?$AAs?$AA?9?$AAz?$AAa@ 100987d4 libucrt:lcidtoname_downlevel.obj - 0002:000107e0 ??_C@_1M@IDEHOAP@?$AAp?$AAa?$AA?9?$AAi?$AAn@ 100987e0 libucrt:lcidtoname_downlevel.obj - 0002:000107ec ??_C@_1M@HDBKGOGH@?$AAp?$AAl?$AA?9?$AAp?$AAl@ 100987ec libucrt:lcidtoname_downlevel.obj - 0002:000107f8 ??_C@_1M@LJLLCMEH@?$AAp?$AAt?$AA?9?$AAb?$AAr@ 100987f8 libucrt:lcidtoname_downlevel.obj - 0002:00010804 ??_C@_1M@NCMONAAL@?$AAp?$AAt?$AA?9?$AAp?$AAt@ 10098804 libucrt:lcidtoname_downlevel.obj - 0002:00010810 ??_C@_1O@EAKMAJDN@?$AAq?$AAu?$AAz?$AA?9?$AAb?$AAo@ 10098810 libucrt:lcidtoname_downlevel.obj - 0002:00010820 ??_C@_1O@BHHPIGDN@?$AAq?$AAu?$AAz?$AA?9?$AAe?$AAc@ 10098820 libucrt:lcidtoname_downlevel.obj - 0002:00010830 ??_C@_1O@GBAPEKMJ@?$AAq?$AAu?$AAz?$AA?9?$AAp?$AAe@ 10098830 libucrt:lcidtoname_downlevel.obj - 0002:00010840 ??_C@_1M@CLGLEFBO@?$AAr?$AAo?$AA?9?$AAr?$AAo@ 10098840 libucrt:lcidtoname_downlevel.obj - 0002:0001084c ??_C@_1M@CEEDODME@?$AAr?$AAu?$AA?9?$AAr?$AAu@ 1009884c libucrt:lcidtoname_downlevel.obj - 0002:00010858 ??_C@_1M@HPKKKMPP@?$AAs?$AAa?$AA?9?$AAi?$AAn@ 10098858 libucrt:lcidtoname_downlevel.obj - 0002:00010864 ??_C@_1M@BKMAIGOJ@?$AAs?$AAe?$AA?9?$AAf?$AAi@ 10098864 libucrt:lcidtoname_downlevel.obj - 0002:00010870 ??_C@_1M@NDPIFLFI@?$AAs?$AAe?$AA?9?$AAn?$AAo@ 10098870 libucrt:lcidtoname_downlevel.obj - 0002:0001087c ??_C@_1M@DANKKHJ@?$AAs?$AAe?$AA?9?$AAs?$AAe@ 1009887c libucrt:lcidtoname_downlevel.obj - 0002:00010888 ??_C@_1M@PNBLONPJ@?$AAs?$AAk?$AA?9?$AAs?$AAk@ 10098888 libucrt:lcidtoname_downlevel.obj - 0002:00010894 ??_C@_1M@LFMODOAL@?$AAs?$AAl?$AA?9?$AAs?$AAi@ 10098894 libucrt:lcidtoname_downlevel.obj - 0002:000108a0 ??_C@_1O@DFKOMPG@?$AAs?$AAm?$AAa?$AA?9?$AAn?$AAo@ 100988a0 libucrt:lcidtoname_downlevel.obj - 0002:000108b0 ??_C@_1O@NDKPBNNH@?$AAs?$AAm?$AAa?$AA?9?$AAs?$AAe@ 100988b0 libucrt:lcidtoname_downlevel.obj - 0002:000108c0 ??_C@_1O@PLLKBHAB@?$AAs?$AAm?$AAj?$AA?9?$AAn?$AAo@ 100988c0 libucrt:lcidtoname_downlevel.obj - 0002:000108d0 ??_C@_1O@CLEPOGCA@?$AAs?$AAm?$AAj?$AA?9?$AAs?$AAe@ 100988d0 libucrt:lcidtoname_downlevel.obj - 0002:000108e0 ??_C@_1O@DLGJGKMK@?$AAs?$AAm?$AAn?$AA?9?$AAf?$AAi@ 100988e0 libucrt:lcidtoname_downlevel.obj - 0002:000108f0 ??_C@_1O@OJDJGAJC@?$AAs?$AAm?$AAs?$AA?9?$AAf?$AAi@ 100988f0 libucrt:lcidtoname_downlevel.obj - 0002:00010900 ??_C@_1M@BOFOGHPB@?$AAs?$AAq?$AA?9?$AAa?$AAl@ 10098900 libucrt:lcidtoname_downlevel.obj - 0002:0001090c ??_C@_1BG@LJBBIPGB@?$AAs?$AAr?$AA?9?$AAb?$AAa?$AA?9?$AAc?$AAy?$AAr?$AAl@ 1009890c libucrt:lcidtoname_downlevel.obj - 0002:00010924 ??_C@_1BG@JLBENFOE@?$AAs?$AAr?$AA?9?$AAb?$AAa?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10098924 libucrt:lcidtoname_downlevel.obj - 0002:0001093c ??_C@_1BG@KODPNHE@?$AAs?$AAr?$AA?9?$AAs?$AAp?$AA?9?$AAc?$AAy?$AAr?$AAl@ 1009893c libucrt:lcidtoname_downlevel.obj - 0002:00010954 ??_C@_1BG@CIOGKHPB@?$AAs?$AAr?$AA?9?$AAs?$AAp?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10098954 libucrt:lcidtoname_downlevel.obj - 0002:0001096c ??_C@_1M@NGFJLMAC@?$AAs?$AAv?$AA?9?$AAf?$AAi@ 1009896c libucrt:lcidtoname_downlevel.obj - 0002:00010978 ??_C@_1M@MPJEJAJC@?$AAs?$AAv?$AA?9?$AAs?$AAe@ 10098978 libucrt:lcidtoname_downlevel.obj - 0002:00010984 ??_C@_1M@MPNDHLFK@?$AAs?$AAw?$AA?9?$AAk?$AAe@ 10098984 libucrt:lcidtoname_downlevel.obj - 0002:00010990 ??_C@_1O@KOHBJJI@?$AAs?$AAy?$AAr?$AA?9?$AAs?$AAy@ 10098990 libucrt:lcidtoname_downlevel.obj - 0002:000109a0 ??_C@_1M@LDCEFHA@?$AAt?$AAa?$AA?9?$AAi?$AAn@ 100989a0 libucrt:lcidtoname_downlevel.obj - 0002:000109ac ??_C@_1M@CNJOFAK@?$AAt?$AAe?$AA?9?$AAi?$AAn@ 100989ac libucrt:lcidtoname_downlevel.obj - 0002:000109b8 ??_C@_1M@GNAECACD@?$AAt?$AAh?$AA?9?$AAt?$AAh@ 100989b8 libucrt:lcidtoname_downlevel.obj - 0002:000109c4 ??_C@_1M@CHBIHOJO@?$AAt?$AAn?$AA?9?$AAz?$AAa@ 100989c4 libucrt:lcidtoname_downlevel.obj - 0002:000109d0 ??_C@_1M@GCCMIGPJ@?$AAt?$AAr?$AA?9?$AAt?$AAr@ 100989d0 libucrt:lcidtoname_downlevel.obj - 0002:000109dc ??_C@_1M@CELMCNBK@?$AAt?$AAt?$AA?9?$AAr?$AAu@ 100989dc libucrt:lcidtoname_downlevel.obj - 0002:000109e8 ??_C@_1M@KLMCELGA@?$AAu?$AAk?$AA?9?$AAu?$AAa@ 100989e8 libucrt:lcidtoname_downlevel.obj - 0002:000109f4 ??_C@_1M@EPAJJAJF@?$AAu?$AAr?$AA?9?$AAp?$AAk@ 100989f4 libucrt:lcidtoname_downlevel.obj - 0002:00010a00 ??_C@_1BG@GEGPMCDJ@?$AAu?$AAz?$AA?9?$AAu?$AAz?$AA?9?$AAc?$AAy?$AAr?$AAl@ 10098a00 libucrt:lcidtoname_downlevel.obj - 0002:00010a18 ??_C@_1BG@EGGKJILM@?$AAu?$AAz?$AA?9?$AAu?$AAz?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10098a18 libucrt:lcidtoname_downlevel.obj - 0002:00010a30 ??_C@_1M@GFOCLFF@?$AAv?$AAi?$AA?9?$AAv?$AAn@ 10098a30 libucrt:lcidtoname_downlevel.obj - 0002:00010a3c ??_C@_1M@CPAMEDFI@?$AAx?$AAh?$AA?9?$AAz?$AAa@ 10098a3c libucrt:lcidtoname_downlevel.obj - 0002:00010a48 ??_C@_1O@EBKIFIGN@?$AAz?$AAh?$AA?9?$AAc?$AAh?$AAs@ 10098a48 libucrt:lcidtoname_downlevel.obj - 0002:00010a58 ??_C@_1O@NMHPGANE@?$AAz?$AAh?$AA?9?$AAc?$AAh?$AAt@ 10098a58 libucrt:lcidtoname_downlevel.obj - 0002:00010a68 ??_C@_1M@LPINJOMC@?$AAz?$AAh?$AA?9?$AAc?$AAn@ 10098a68 libucrt:lcidtoname_downlevel.obj - 0002:00010a74 ??_C@_1M@OCJEJODD@?$AAz?$AAh?$AA?9?$AAh?$AAk@ 10098a74 libucrt:lcidtoname_downlevel.obj - 0002:00010a80 ??_C@_1M@DNDLJINH@?$AAz?$AAh?$AA?9?$AAm?$AAo@ 10098a80 libucrt:lcidtoname_downlevel.obj - 0002:00010a8c ??_C@_1M@MBFDNDND@?$AAz?$AAh?$AA?9?$AAs?$AAg@ 10098a8c libucrt:lcidtoname_downlevel.obj - 0002:00010a98 ??_C@_1M@IMEPLEPE@?$AAz?$AAh?$AA?9?$AAt?$AAw@ 10098a98 libucrt:lcidtoname_downlevel.obj - 0002:00010aa4 ??_C@_1M@BBGHNHJP@?$AAz?$AAu?$AA?9?$AAz?$AAa@ 10098aa4 libucrt:lcidtoname_downlevel.obj - 0002:00010ab0 ??_C@_01GBGANLPD@0@ 10098ab0 libucrt:cfout.obj - 0002:00010ab4 ??_C@_05DNEBIAHO@1?$CDINF@ 10098ab4 libucrt:cfout.obj - 0002:00010abc ??_C@_06IMKFLFPG@1?$CDQNAN@ 10098abc libucrt:cfout.obj - 0002:00010ac4 ??_C@_06PGGFOGJG@1?$CDSNAN@ 10098ac4 libucrt:cfout.obj - 0002:00010acc ??_C@_05PHHOCPM@1?$CDIND@ 10098acc libucrt:cfout.obj - 0002:00010ad4 __days 10098ad4 libucrt:days.obj - 0002:00010b08 __lpdays 10098b08 libucrt:days.obj - 0002:00010b48 __DEFAULT_CW_in_mem 10098b48 libucrt:common.obj - 0002:00010b4a __pi_by_2_to_61 10098b4a libucrt:common.obj - 0002:00010b98 ??_C@_1BA@BALFACEM@?$AAC?$AAO?$AAN?$AAO?$AAU?$AAT?$AA$@ 10098b98 libucrt:initcon.obj - 0002:00010bc0 __indefinite 10098bc0 libucrt:87disp.obj - 0002:00010bca __piby2 10098bca libucrt:87disp.obj - 0002:00010bd4 __piby4 10098bd4 libucrt:87disp.obj - 0002:00010d00 __infinity 10098d00 libucrt:87tran.obj - 0002:00010d0a __minfinity 10098d0a libucrt:87tran.obj - 0002:00010d14 __logemax 10098d14 libucrt:87tran.obj - 0002:00010d3a __OP_EXPjmptab 10098d3a libucrt:87tran.obj - 0002:00010d60 ___acrt_log10_table_t 10098d60 libucrt:log10_tables.obj - 0002:00011170 ___acrt_log10_table_cb 10099170 libucrt:log10_tables.obj - 0002:00011580 __real@3fe0000000000000 10099580 libucrt:powhlp.obj - 0002:0001158c ??_7bad_function_call@std@@6B@ 1009958c libcpmt:xthrow.obj - 0002:00011594 ??_C@_0BC@DPJNKNAF@bad?5function?5call@ 10099594 libcpmt:xthrow.obj - 0002:000115ac ??_7logic_error@std@@6B@ 100995ac libcpmt:xthrow.obj - 0002:000115b8 ??_7invalid_argument@std@@6B@ 100995b8 libcpmt:xthrow.obj - 0002:000115c4 ??_7length_error@std@@6B@ 100995c4 libcpmt:xthrow.obj - 0002:000115d0 ??_7out_of_range@std@@6B@ 100995d0 libcpmt:xthrow.obj - 0002:00011af0 ??_C@_07IPNMCAN@success@ 10099af0 libcpmt:syserror.obj - 0002:00011af8 ??_C@_0BN@LKKBCCDB@address?5family?5not?5supported@ 10099af8 libcpmt:syserror.obj - 0002:00011b18 ??_C@_0P@LDMLAFHI@address?5in?5use@ 10099b18 libcpmt:syserror.obj - 0002:00011b28 ??_C@_0BG@DHPCNBJB@address?5not?5available@ 10099b28 libcpmt:syserror.obj - 0002:00011b40 ??_C@_0BC@DFIBIBIL@already?5connected@ 10099b40 libcpmt:syserror.obj - 0002:00011b54 ??_C@_0BH@CAKOHOMI@argument?5list?5too?5long@ 10099b54 libcpmt:syserror.obj - 0002:00011b6c ??_C@_0BH@CGIMPKIM@argument?5out?5of?5domain@ 10099b6c libcpmt:syserror.obj - 0002:00011b84 ??_C@_0M@KGHGGJGL@bad?5address@ 10099b84 libcpmt:syserror.obj - 0002:00011b90 ??_C@_0BE@MPJPGCEO@bad?5file?5descriptor@ 10099b90 libcpmt:syserror.obj - 0002:00011ba4 ??_C@_0M@PMMIEFCP@bad?5message@ 10099ba4 libcpmt:syserror.obj - 0002:00011bb0 ??_C@_0M@KPHOFDBE@broken?5pipe@ 10099bb0 libcpmt:syserror.obj - 0002:00011bbc ??_C@_0BD@MGNDDEGM@connection?5aborted@ 10099bbc libcpmt:syserror.obj - 0002:00011bd0 ??_C@_0BP@KAIHPOGN@connection?5already?5in?5progress@ 10099bd0 libcpmt:syserror.obj - 0002:00011bf0 ??_C@_0BD@PJLIIJEL@connection?5refused@ 10099bf0 libcpmt:syserror.obj - 0002:00011c04 ??_C@_0BB@IECNJNOI@connection?5reset@ 10099c04 libcpmt:syserror.obj - 0002:00011c18 ??_C@_0BC@PPHBOELF@cross?5device?5link@ 10099c18 libcpmt:syserror.obj - 0002:00011c2c ??_C@_0BN@KDMIFEIP@destination?5address?5required@ 10099c2c libcpmt:syserror.obj - 0002:00011c4c ??_C@_0BI@NGCEHDD@device?5or?5resource?5busy@ 10099c4c libcpmt:syserror.obj - 0002:00011c64 ??_C@_0BE@JIDOCPHM@directory?5not?5empty@ 10099c64 libcpmt:syserror.obj - 0002:00011c78 ??_C@_0BI@BNCLIGPB@executable?5format?5error@ 10099c78 libcpmt:syserror.obj - 0002:00011c90 ??_C@_0M@MIDIAGJP@file?5exists@ 10099c90 libcpmt:syserror.obj - 0002:00011c9c ??_C@_0P@DNAJLBJK@file?5too?5large@ 10099c9c libcpmt:syserror.obj - 0002:00011cac ??_C@_0BC@EJHOMAAK@filename?5too?5long@ 10099cac libcpmt:syserror.obj - 0002:00011cc0 ??_C@_0BH@KEFGLDAF@function?5not?5supported@ 10099cc0 libcpmt:syserror.obj - 0002:00011cd8 ??_C@_0BB@DHFDFGDM@host?5unreachable@ 10099cd8 libcpmt:syserror.obj - 0002:00011cec ??_C@_0BD@JPHBMONG@identifier?5removed@ 10099cec libcpmt:syserror.obj - 0002:00011d00 ??_C@_0BG@CDNPAGJK@illegal?5byte?5sequence@ 10099d00 libcpmt:syserror.obj - 0002:00011d18 ??_C@_0CD@BNPLBMNA@inappropriate?5io?5control?5operat@ 10099d18 libcpmt:syserror.obj - 0002:00011d3c ??_C@_0M@EGEKIIMP@interrupted@ 10099d3c libcpmt:syserror.obj - 0002:00011d48 ??_C@_0BB@FCMFBGOM@invalid?5argument@ 10099d48 libcpmt:syserror.obj - 0002:00011d5c ??_C@_0N@OHAFKDEK@invalid?5seek@ 10099d5c libcpmt:syserror.obj - 0002:00011d6c ??_C@_08GLNPIFBN@io?5error@ 10099d6c libcpmt:syserror.obj - 0002:00011d78 ??_C@_0P@FLLDBIDK@is?5a?5directory@ 10099d78 libcpmt:syserror.obj - 0002:00011d88 ??_C@_0N@IFLPBIOP@message?5size@ 10099d88 libcpmt:syserror.obj - 0002:00011d98 ??_C@_0N@KIIEAAIO@network?5down@ 10099d98 libcpmt:syserror.obj - 0002:00011da8 ??_C@_0O@FNPDBHEE@network?5reset@ 10099da8 libcpmt:syserror.obj - 0002:00011db8 ??_C@_0BE@IFNCKGE@network?5unreachable@ 10099db8 libcpmt:syserror.obj - 0002:00011dcc ??_C@_0BA@PFFCAOFK@no?5buffer?5space@ 10099dcc libcpmt:syserror.obj - 0002:00011ddc ??_C@_0BB@IEPBLJHK@no?5child?5process@ 10099ddc libcpmt:syserror.obj - 0002:00011df0 ??_C@_07PLECNNKG@no?5link@ 10099df0 libcpmt:syserror.obj - 0002:00011df8 ??_C@_0BC@NJECKMKE@no?5lock?5available@ 10099df8 libcpmt:syserror.obj - 0002:00011e0c ??_C@_0BF@PBGGPKKE@no?5message?5available@ 10099e0c libcpmt:syserror.obj - 0002:00011e24 ??_C@_0L@EDOLMPAK@no?5message@ 10099e24 libcpmt:syserror.obj - 0002:00011e30 ??_C@_0BD@EAMBFIDF@no?5protocol?5option@ 10099e30 libcpmt:syserror.obj - 0002:00011e44 ??_C@_0BD@IJDJKDEA@no?5space?5on?5device@ 10099e44 libcpmt:syserror.obj - 0002:00011e58 ??_C@_0BE@MKFDAFMP@no?5stream?5resources@ 10099e58 libcpmt:syserror.obj - 0002:00011e6c ??_C@_0BK@IMCPHCBI@no?5such?5device?5or?5address@ 10099e6c libcpmt:syserror.obj - 0002:00011e88 ??_C@_0P@FDINDDOK@no?5such?5device@ 10099e88 libcpmt:syserror.obj - 0002:00011e98 ??_C@_0BK@NDOCBPGE@no?5such?5file?5or?5directory@ 10099e98 libcpmt:syserror.obj - 0002:00011eb4 ??_C@_0BA@ENLPPKBN@no?5such?5process@ 10099eb4 libcpmt:syserror.obj - 0002:00011ec4 ??_C@_0BA@DOCPFFJG@not?5a?5directory@ 10099ec4 libcpmt:syserror.obj - 0002:00011ed4 ??_C@_0N@POEIPGGF@not?5a?5socket@ 10099ed4 libcpmt:syserror.obj - 0002:00011ee4 ??_C@_0N@LGAPMMPI@not?5a?5stream@ 10099ee4 libcpmt:syserror.obj - 0002:00011ef4 ??_C@_0O@GLMIBBEG@not?5connected@ 10099ef4 libcpmt:syserror.obj - 0002:00011f04 ??_C@_0BC@ENOOLCNF@not?5enough?5memory@ 10099f04 libcpmt:syserror.obj - 0002:00011f18 ??_C@_0O@NHEDABJP@not?5supported@ 10099f18 libcpmt:syserror.obj - 0002:00011f28 ??_C@_0BD@MOLBPMEA@operation?5canceled@ 10099f28 libcpmt:syserror.obj - 0002:00011f3c ??_C@_0BG@KDKHOPCO@operation?5in?5progress@ 10099f3c libcpmt:syserror.obj - 0002:00011f54 ??_C@_0BI@OHIEJAAB@operation?5not?5permitted@ 10099f54 libcpmt:syserror.obj - 0002:00011f6c ??_C@_0BI@LNEGIFLN@operation?5not?5supported@ 10099f6c libcpmt:syserror.obj - 0002:00011f84 ??_C@_0BG@OEMDKMEE@operation?5would?5block@ 10099f84 libcpmt:syserror.obj - 0002:00011f9c ??_C@_0L@BLPOFLNJ@owner?5dead@ 10099f9c libcpmt:syserror.obj - 0002:00011fa8 ??_C@_0BC@CIJDGCDI@permission?5denied@ 10099fa8 libcpmt:syserror.obj - 0002:00011fbc ??_C@_0P@FNPOCJBE@protocol?5error@ 10099fbc libcpmt:syserror.obj - 0002:00011fcc ??_C@_0BH@JPPPLHJB@protocol?5not?5supported@ 10099fcc libcpmt:syserror.obj - 0002:00011fe4 ??_C@_0BG@EICBIHDP@read?5only?5file?5system@ 10099fe4 libcpmt:syserror.obj - 0002:00011ffc ??_C@_0BO@BJBOMOEJ@resource?5deadlock?5would?5occur@ 10099ffc libcpmt:syserror.obj - 0002:0001201c ??_C@_0BP@LKNGHENJ@resource?5unavailable?5try?5again@ 1009a01c libcpmt:syserror.obj - 0002:0001203c ??_C@_0BE@GOIPJJHG@result?5out?5of?5range@ 1009a03c libcpmt:syserror.obj - 0002:00012050 ??_C@_0BG@MPLKFPAE@state?5not?5recoverable@ 1009a050 libcpmt:syserror.obj - 0002:00012068 ??_C@_0P@DIIFGFCG@stream?5timeout@ 1009a068 libcpmt:syserror.obj - 0002:00012078 ??_C@_0P@IPFDMIFL@text?5file?5busy@ 1009a078 libcpmt:syserror.obj - 0002:00012088 ??_C@_09KJPPMAOI@timed?5out@ 1009a088 libcpmt:syserror.obj - 0002:00012094 ??_C@_0BO@HACHBEKI@too?5many?5files?5open?5in?5system@ 1009a094 libcpmt:syserror.obj - 0002:000120b4 ??_C@_0BE@GHAFMPAH@too?5many?5files?5open@ 1009a0b4 libcpmt:syserror.obj - 0002:000120c8 ??_C@_0P@HCOMKFCC@too?5many?5links@ 1009a0c8 libcpmt:syserror.obj - 0002:000120d8 ??_C@_0BO@EFGOJEF@too?5many?5symbolic?5link?5levels@ 1009a0d8 libcpmt:syserror.obj - 0002:000120f8 ??_C@_0BA@KGKGOOJA@value?5too?5large@ 1009a0f8 libcpmt:syserror.obj - 0002:00012108 ??_C@_0BE@MIEJDDNH@wrong?5protocol?5type@ 1009a108 libcpmt:syserror.obj - 0002:0001211c ??_C@_0O@BFJCFAAK@unknown?5error@ 1009a11c libcpmt:syserror.obj - 0002:00012130 ??_7_Locimp@locale@std@@6B@ 1009a130 libcpmt:locale0.obj - 0002:0001213c ??_C@_01GFHCPBMG@C@ 1009a13c libcpmt:locale0.obj - 0002:00012140 ?_BADOFF@std@@3_JB 1009a140 libcpmt:ios.obj - 0002:0001219c ??_C@_01KDCPPGHE@r@ 1009a19c libcpmt:fiopen.obj - 0002:000121a0 ??_C@_01NOFIACDB@w@ 1009a1a0 libcpmt:fiopen.obj - 0002:000121a4 ??_C@_01MCMALHOG@a@ 1009a1a4 libcpmt:fiopen.obj - 0002:000121a8 ??_C@_02JDPG@rb@ 1009a1a8 libcpmt:fiopen.obj - 0002:000121ac ??_C@_02GMLFBBN@wb@ 1009a1ac libcpmt:fiopen.obj - 0002:000121b0 ??_C@_02BOGAIONP@ab@ 1009a1b0 libcpmt:fiopen.obj - 0002:000121b4 ??_C@_02CBLLGHLK@r?$CL@ 1009a1b4 libcpmt:fiopen.obj - 0002:000121b8 ??_C@_02CHHAKFFB@w?$CL@ 1009a1b8 libcpmt:fiopen.obj - 0002:000121bc ??_C@_02DPNLHKJD@a?$CL@ 1009a1bc libcpmt:fiopen.obj - 0002:000121c0 ??_C@_03HMFOOINA@r?$CLb@ 1009a1c0 libcpmt:fiopen.obj - 0002:000121c4 ??_C@_03ELIABIOC@w?$CLb@ 1009a1c4 libcpmt:fiopen.obj - 0002:000121c8 ??_C@_03DOPCBAKB@a?$CLb@ 1009a1c8 libcpmt:fiopen.obj - 0002:000121cc ??_C@_02LGOGKLMG@wx@ 1009a1cc libcpmt:fiopen.obj - 0002:000121d0 ??_C@_03PLKNOCDJ@w?$CLx@ 1009a1d0 libcpmt:fiopen.obj - 0002:000121d4 ??_C@_03IEOGFEHG@wbx@ 1009a1d4 libcpmt:fiopen.obj - 0002:000121d8 ??_C@_04KJKJPALC@w?$CLbx@ 1009a1d8 libcpmt:fiopen.obj - 0002:000122e0 ??_C@_1BK@MGMFAEKH@?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AA3?$AA2?$AA?4?$AAd?$AAl?$AAl@ 1009a2e0 libcpmt:winapisupp.obj - 0002:000122fc ??_C@_0BE@JOGNEJCI@GetCurrentPackageId@ 1009a2fc libcpmt:winapisupp.obj - 0002:000123b4 ??_7type_info@@6B@ 1009a3b4 LIBCMT:std_type_info_static.obj - 0002:000123f0 __pDefaultRawDllMain 1009a3f0 LIBCMT:dll_dllmain.obj - 0002:000123f0 __pRawDllMain 1009a3f0 LIBCMT:dll_dllmain.obj - 0002:00012410 __xmm@00000000000000000000000000000000 1009a410 libvcruntime:wcschr.obj - 0002:000124a0 ?ccs@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 1009a4a0 libucrt:openfile.obj - 0002:000124a4 ?utf8_encoding@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 1009a4a4 libucrt:openfile.obj - 0002:000124ac ?utf16_encoding@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 1009a4ac libucrt:openfile.obj - 0002:000124b4 ?unicode_encoding@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 1009a4b4 libucrt:openfile.obj - 0002:000124bb __Asan_string_should_annotate 1009a4bb libcpmt:asan_noop.obj - 0002:000124bb __Asan_string_should_annotate_default 1009a4bb libcpmt:asan_noop.obj - 0002:000124bc __Asan_vector_should_annotate_default 1009a4bc libcpmt:asan_noop.obj - 0002:000124c0 ??_C@_04NOJCDH@?$CF02x?$AA@ 1009a4c0 udis86:udis86.obj - 0002:000124c8 ??_C@_04GOMEICPF@far?5?$AA@ 1009a4c8 udis86:syn-intel.obj - 0002:000124d0 ??_C@_05MAAGGIBB@byte?5?$AA@ 1009a4d0 udis86:syn-intel.obj - 0002:000124d8 ??_C@_05FIBEKMPA@word?5?$AA@ 1009a4d8 udis86:syn-intel.obj - 0002:000124e0 ??_C@_06LEDLKNL@dword?5?$AA@ 1009a4e0 udis86:syn-intel.obj - 0002:000124e8 ??_C@_06DOKFAJLC@qword?5?$AA@ 1009a4e8 udis86:syn-intel.obj - 0002:000124f0 ??_C@_06GMJNCGBF@tword?5?$AA@ 1009a4f0 udis86:syn-intel.obj - 0002:000124f8 ??_C@_06JEEOOCB@oword?5?$AA@ 1009a4f8 udis86:syn-intel.obj - 0002:00012500 ??_C@_06NEKEHNF@yword?5?$AA@ 1009a500 udis86:syn-intel.obj - 0002:00012508 ??_C@_02DKCKIIND@?$CFs?$AA@ 1009a508 udis86:syn-intel.obj - 0002:0001250c ??_C@_01OHGJGJJP@?$FL?$AA@ 1009a50c udis86:syn-intel.obj - 0002:00012510 ??_C@_03DKEJHHJP@?$CFs?3?$AA@ 1009a510 udis86:syn-intel.obj - 0002:00012514 ??_C@_01MIFGBAGJ@?$CL?$AA@ 1009a514 udis86:syn-intel.obj - 0002:00012516 ??_C@_00CNPNBAHC@?$AA@ 1009a516 udis86:syn-intel.obj - 0002:00012518 ??_C@_04HDOCAJNK@?$CFs?$CFs?$AA@ 1009a518 udis86:syn-intel.obj - 0002:00012520 ??_C@_03COCDEFBB@?$CK?$CFd?$AA@ 1009a520 udis86:syn-intel.obj - 0002:00012524 ??_C@_01LBDDMOBJ@?$FN?$AA@ 1009a524 udis86:syn-intel.obj - 0002:00012528 ??_C@_0P@CGOKHBFO@word?50x?$CFx?30x?$CFx?$AA@ 1009a528 udis86:syn-intel.obj - 0002:00012538 ??_C@_0BA@PAPCPIOM@dword?50x?$CFx?30x?$CFx?$AA@ 1009a538 udis86:syn-intel.obj - 0002:00012548 ??_C@_02DPKJAMEF@?$CFd?$AA@ 1009a548 udis86:syn-intel.obj - 0002:0001254c ??_C@_04HCEKKKGN@o32?5?$AA@ 1009a54c udis86:syn-intel.obj - 0002:00012554 ??_C@_04NPEKMKDK@o16?5?$AA@ 1009a554 udis86:syn-intel.obj - 0002:0001255c ??_C@_04MNHKBEAM@a32?5?$AA@ 1009a55c udis86:syn-intel.obj - 0002:00012564 ??_C@_04GAHKHEFL@a16?5?$AA@ 1009a564 udis86:syn-intel.obj - 0002:0001256c ??_C@_03IKGEINEE@?$CFs?5?$AA@ 1009a56c udis86:syn-intel.obj - 0002:00012570 ??_C@_05NCPMCJGP@lock?5?$AA@ 1009a570 udis86:syn-intel.obj - 0002:00012578 ??_C@_04HHECPAIO@rep?5?$AA@ 1009a578 udis86:syn-intel.obj - 0002:00012580 ??_C@_05OJKCIHFO@repe?5?$AA@ 1009a580 udis86:syn-intel.obj - 0002:00012588 ??_C@_06LIOODCPM@repne?5?$AA@ 1009a588 udis86:syn-intel.obj - 0002:00012590 ??_C@_01CLKCMJKC@?5?$AA@ 1009a590 udis86:syn-intel.obj - 0002:00012594 ??_C@_02KEGNLNML@?0?5?$AA@ 1009a594 udis86:syn-intel.obj - 0002:00012598 _ud_mnemonics_str 1009a598 udis86:itab.obj - 0002:000133c8 ??_C@_06KMJLBAPP@opctbl?$AA@ 1009b3c8 udis86:itab.obj - 0002:000133d0 ??_C@_02ODPMDCNK@?1m?$AA@ 1009b3d0 udis86:itab.obj - 0002:000133d4 ??_C@_04NPNKCMIL@?1reg?$AA@ 1009b3d4 udis86:itab.obj - 0002:000133dc ??_C@_04PBBKLNFH@?1mod?$AA@ 1009b3dc udis86:itab.obj - 0002:000133e4 ??_C@_03KBMMDGFP@?1rm?$AA@ 1009b3e4 udis86:itab.obj - 0002:000133e8 ??_C@_07KBMOBFIF@?1vendor?$AA@ 1009b3e8 udis86:itab.obj - 0002:000133f0 ??_C@_06ENDGCOGG@?13dnow?$AA@ 1009b3f0 udis86:itab.obj - 0002:000133f8 ??_C@_04ENPLPGKO@?1sse?$AA@ 1009b3f8 udis86:itab.obj - 0002:00013400 ??_C@_02NBMKFAFI@?1o?$AA@ 1009b400 udis86:itab.obj - 0002:00013404 ??_C@_04JNOCLFEC@?1vex?$AA@ 1009b404 udis86:itab.obj - 0002:0001340c ??_C@_05FBAHOGKC@?1vexl?$AA@ 1009b40c udis86:itab.obj - 0002:00013414 ??_C@_05PIDBCNDI@?1vexw?$AA@ 1009b414 udis86:itab.obj - 0002:0001341c ??_C@_04GOLICMFI@?1x87?$AA@ 1009b41c udis86:itab.obj - 0002:00013424 ??_C@_02EPEJHNNG@?1a?$AA@ 1009b424 udis86:itab.obj - 0002:00013428 ??_C@_03GINCELHE@aaa?$AA@ 1009b428 udis86:itab.obj - 0002:0001342c ??_C@_03BFKFLPDB@aad?$AA@ 1009b42c udis86:itab.obj - 0002:00013430 ??_C@_03MEGHAEHI@aam?$AA@ 1009b430 udis86:itab.obj - 0002:00013434 ??_C@_03BACGDLKH@aas?$AA@ 1009b434 udis86:itab.obj - 0002:00013438 ??_C@_03FMCPOLBN@adc?$AA@ 1009b438 udis86:itab.obj - 0002:0001343c ??_C@_03BDGOHNNK@add?$AA@ 1009b43c udis86:itab.obj - 0002:00013440 ??_C@_05DPFIJ@addpd?$AA@ 1009b440 udis86:itab.obj - 0002:00013448 ??_C@_05FIAHBBP@addps?$AA@ 1009b448 udis86:itab.obj - 0002:00013450 ??_C@_05CEFELNA@addsd?$AA@ 1009b450 udis86:itab.obj - 0002:00013458 ??_C@_05HMGMPEG@addss?$AA@ 1009b458 udis86:itab.obj - 0002:00013460 ??_C@_08BHNFBKK@addsubpd?$AA@ 1009b460 udis86:itab.obj - 0002:0001346c ??_C@_08EPONFDM@addsubps?$AA@ 1009b46c udis86:itab.obj - 0002:00013478 ??_C@_06BNJBDCNN@aesdec?$AA@ 1009b478 udis86:itab.obj - 0002:00013480 ??_C@_0L@DKDBOHOJ@aesdeclast?$AA@ 1009b480 udis86:itab.obj - 0002:0001348c ??_C@_06KJHILKFJ@aesenc?$AA@ 1009b48c udis86:itab.obj - 0002:00013494 ??_C@_0L@PEJMLDIN@aesenclast?$AA@ 1009b494 udis86:itab.obj - 0002:000134a0 ??_C@_06OBOILLLI@aesimc?$AA@ 1009b4a0 udis86:itab.obj - 0002:000134a8 ??_C@_0BA@BKBPMOOB@aeskeygenassist?$AA@ 1009b4a8 udis86:itab.obj - 0002:000134b8 ??_C@_03BOPJPIAM@and?$AA@ 1009b4b8 udis86:itab.obj - 0002:000134bc ??_C@_06JPIHJOLE@andnpd?$AA@ 1009b4bc udis86:itab.obj - 0002:000134c4 ??_C@_06JKAEBKCC@andnps?$AA@ 1009b4c4 udis86:itab.obj - 0002:000134cc ??_C@_05EKLDONCI@andpd?$AA@ 1009b4cc udis86:itab.obj - 0002:000134d4 ??_C@_05EPDAGJLO@andps?$AA@ 1009b4d4 udis86:itab.obj - 0002:000134dc ??_C@_04MBAAHCPD@arpl?$AA@ 1009b4dc udis86:itab.obj - 0002:000134e4 ??_C@_07NLBKFAKD@blendpd?$AA@ 1009b4e4 udis86:itab.obj - 0002:000134ec ??_C@_07NOJJNEDF@blendps?$AA@ 1009b4ec udis86:itab.obj - 0002:000134f4 ??_C@_08HANBBCNB@blendvpd?$AA@ 1009b4f4 udis86:itab.obj - 0002:00013500 ??_C@_08HFFCJGEH@blendvps?$AA@ 1009b500 udis86:itab.obj - 0002:0001350c ??_C@_05PFKAILG@bound?$AA@ 1009b50c udis86:itab.obj - 0002:00013514 ??_C@_03CKIEAFED@bsf?$AA@ 1009b514 udis86:itab.obj - 0002:00013518 ??_C@_03ECKNCBG@bsr?$AA@ 1009b518 udis86:itab.obj - 0002:0001351c ??_C@_05CFLBCKNG@bswap?$AA@ 1009b51c udis86:itab.obj - 0002:00013524 ??_C@_02LOIFFB@bt?$AA@ 1009b524 udis86:itab.obj - 0002:00013528 ??_C@_03FCLMOHID@btc?$AA@ 1009b528 udis86:itab.obj - 0002:0001352c ??_C@_03BGFMEJD@btr?$AA@ 1009b52c udis86:itab.obj - 0002:00013530 ??_C@_03BIHOPFNC@bts?$AA@ 1009b530 udis86:itab.obj - 0002:00013534 ??_C@_04OMFAIDPG@call?$AA@ 1009b534 udis86:itab.obj - 0002:0001353c ??_C@_03NMAFIIHB@cbw?$AA@ 1009b53c udis86:itab.obj - 0002:00013540 ??_C@_03IONCFDEF@cdq?$AA@ 1009b540 udis86:itab.obj - 0002:00013544 ??_C@_04BOLCPIKO@cdqe?$AA@ 1009b544 udis86:itab.obj - 0002:0001354c ??_C@_03PIDFHCCO@clc?$AA@ 1009b54c udis86:itab.obj - 0002:00013550 ??_C@_03LHHEOEOJ@cld?$AA@ 1009b550 udis86:itab.obj - 0002:00013554 ??_C@_07KNLCLAFM@clflush?$AA@ 1009b554 udis86:itab.obj - 0002:0001355c ??_C@_04GPBIEAIP@clgi?$AA@ 1009b55c udis86:itab.obj - 0002:00013564 ??_C@_03CNKJKKE@cli?$AA@ 1009b564 udis86:itab.obj - 0002:00013568 ??_C@_04MBFFKHHN@clts?$AA@ 1009b568 udis86:itab.obj - 0002:00013570 ??_C@_03PJPHBIBJ@cmc?$AA@ 1009b570 udis86:itab.obj - 0002:00013574 ??_C@_05OOCADJAF@cmova?$AA@ 1009b574 udis86:itab.obj - 0002:0001357c ??_C@_06GIAOELFE@cmovae?$AA@ 1009b57c udis86:itab.obj - 0002:00013584 ??_C@_05MFANGKMG@cmovb?$AA@ 1009b584 udis86:itab.obj - 0002:0001358c ??_C@_06GKEIPFAN@cmovbe?$AA@ 1009b58c udis86:itab.obj - 0002:00013594 ??_C@_05LIHKJOID@cmovg?$AA@ 1009b594 udis86:itab.obj - 0002:0001359c ??_C@_06GMIDDHOG@cmovge?$AA@ 1009b59c udis86:itab.obj - 0002:000135a4 ??_C@_05FLIOEHEI@cmovl?$AA@ 1009b5a4 udis86:itab.obj - 0002:000135ac ??_C@_06GANGNIAH@cmovle?$AA@ 1009b5ac udis86:itab.obj - 0002:000135b4 ??_C@_06JJLNOEOD@cmovno?$AA@ 1009b5b4 udis86:itab.obj - 0002:000135bc ??_C@_06FEOHOKHN@cmovnp?$AA@ 1009b5bc udis86:itab.obj - 0002:000135c4 ??_C@_06HPMKLJLO@cmovns?$AA@ 1009b5c4 udis86:itab.obj - 0002:000135cc ??_C@_06KOAIACPH@cmovnz?$AA@ 1009b5cc udis86:itab.obj - 0002:000135d4 ??_C@_05HAKDBEIL@cmovo?$AA@ 1009b5d4 udis86:itab.obj - 0002:000135dc ??_C@_05LNPJBKBF@cmovp?$AA@ 1009b5dc udis86:itab.obj - 0002:000135e4 ??_C@_05JGNEEJNG@cmovs?$AA@ 1009b5e4 udis86:itab.obj - 0002:000135ec ??_C@_05EHBGPCJP@cmovz?$AA@ 1009b5ec udis86:itab.obj - 0002:000135f4 ??_C@_03JIBIFJIL@cmp?$AA@ 1009b5f4 udis86:itab.obj - 0002:000135f8 ??_C@_05JPKAPGDL@cmppd?$AA@ 1009b5f8 udis86:itab.obj - 0002:00013600 ??_C@_05JKCDHCKN@cmpps?$AA@ 1009b600 udis86:itab.obj - 0002:00013608 ??_C@_05MLLMOPOE@cmpsb?$AA@ 1009b608 udis86:itab.obj - 0002:00013610 ??_C@_05JNOGEIGC@cmpsd?$AA@ 1009b610 udis86:itab.obj - 0002:00013618 ??_C@_05KKFDKOHG@cmpsq?$AA@ 1009b618 udis86:itab.obj - 0002:00013620 ??_C@_05JIGFMMPE@cmpss?$AA@ 1009b620 udis86:itab.obj - 0002:00013628 ??_C@_05PMAJAJPA@cmpsw?$AA@ 1009b628 udis86:itab.obj - 0002:00013630 ??_C@_07KJLDDDDB@cmpxchg?$AA@ 1009b630 udis86:itab.obj - 0002:00013638 ??_C@_0L@LMBAAHML@cmpxchg16b?$AA@ 1009b638 udis86:itab.obj - 0002:00013644 ??_C@_09EDOHCBK@cmpxchg8b?$AA@ 1009b644 udis86:itab.obj - 0002:00013650 ??_C@_06FBMFLIKJ@comisd?$AA@ 1009b650 udis86:itab.obj - 0002:00013658 ??_C@_06FEEGDMDP@comiss?$AA@ 1009b658 udis86:itab.obj - 0002:00013660 ??_C@_05CDPJMNMF@cpuid?$AA@ 1009b660 udis86:itab.obj - 0002:00013668 ??_C@_03EAHOANAB@cqo?$AA@ 1009b668 udis86:itab.obj - 0002:0001366c ??_C@_05KBIBMHFC@crc32?$AA@ 1009b66c udis86:itab.obj - 0002:00013674 ??_C@_08FGJFEIPF@cvtdq2pd?$AA@ 1009b674 udis86:itab.obj - 0002:00013680 ??_C@_08FDBGMMGD@cvtdq2ps?$AA@ 1009b680 udis86:itab.obj - 0002:0001368c ??_C@_08EKEIPNDC@cvtpd2dq?$AA@ 1009b68c udis86:itab.obj - 0002:00013698 ??_C@_08NDHMGOMH@cvtpd2pi?$AA@ 1009b698 udis86:itab.obj - 0002:000136a4 ??_C@_08GDFBJEBM@cvtpd2ps?$AA@ 1009b6a4 udis86:itab.obj - 0002:000136b0 ??_C@_08JOECNEDL@cvtpi2pd?$AA@ 1009b6b0 udis86:itab.obj - 0002:000136bc ??_C@_08JLMBFAKN@cvtpi2ps?$AA@ 1009b6bc udis86:itab.obj - 0002:000136c8 ??_C@_08JIIILGKA@cvtps2dq?$AA@ 1009b6c8 udis86:itab.obj - 0002:000136d4 ??_C@_08LEBCFLBI@cvtps2pd?$AA@ 1009b6d4 udis86:itab.obj - 0002:000136e0 ??_C@_08BLMCFFF@cvtps2pi?$AA@ 1009b6e0 udis86:itab.obj - 0002:000136ec ??_C@_08FHKOKCDA@cvtsd2si?$AA@ 1009b6ec udis86:itab.obj - 0002:000136f8 ??_C@_08OHIDFIOL@cvtsd2ss?$AA@ 1009b6f8 udis86:itab.obj - 0002:00013704 ??_C@_08BKJABIMM@cvtsi2sd?$AA@ 1009b704 udis86:itab.obj - 0002:00013710 ??_C@_08BPBDJMFK@cvtsi2ss?$AA@ 1009b710 udis86:itab.obj - 0002:0001371c ??_C@_08DAMAJHOP@cvtss2sd?$AA@ 1009b71c udis86:itab.obj - 0002:00013728 ??_C@_08IFGOOJKC@cvtss2si?$AA@ 1009b728 udis86:itab.obj - 0002:00013734 ??_C@_09NBGJDONK@cvttpd2dq?$AA@ 1009b734 udis86:itab.obj - 0002:00013740 ??_C@_09EIFNKNCP@cvttpd2pi?$AA@ 1009b740 udis86:itab.obj - 0002:0001374c ??_C@_09DKJHFEI@cvttps2dq?$AA@ 1009b74c udis86:itab.obj - 0002:00013758 ??_C@_09JKJNOGLN@cvttps2pi?$AA@ 1009b758 udis86:itab.obj - 0002:00013764 ??_C@_09MMIPGBNI@cvttsd2si?$AA@ 1009b764 udis86:itab.obj - 0002:00013770 ??_C@_09BOEPCKEK@cvttss2si?$AA@ 1009b770 udis86:itab.obj - 0002:0001377c ??_C@_03KHAHKIHI@cwd?$AA@ 1009b77c udis86:itab.obj - 0002:00013780 ??_C@_04EGPDGBEE@cwde?$AA@ 1009b780 udis86:itab.obj - 0002:00013788 ??_C@_03FPAMLLEG@daa?$AA@ 1009b788 udis86:itab.obj - 0002:0001378c ??_C@_03CHPIMLJF@das?$AA@ 1009b78c udis86:itab.obj - 0002:00013790 ??_C@_03GKDDHBBI@dec?$AA@ 1009b790 udis86:itab.obj - 0002:00013794 ??_C@_03FEJMGOGI@div?$AA@ 1009b794 udis86:itab.obj - 0002:00013798 ??_C@_05FCEODPJP@divpd?$AA@ 1009b798 udis86:itab.obj - 0002:000137a0 ??_C@_05FHMNLLAJ@divps?$AA@ 1009b7a0 udis86:itab.obj - 0002:000137a8 ??_C@_05FAAIIBMG@divsd?$AA@ 1009b7a8 udis86:itab.obj - 0002:000137b0 ??_C@_05FFILAFFA@divss?$AA@ 1009b7b0 udis86:itab.obj - 0002:000137b8 ??_C@_04GLDALPAA@dppd?$AA@ 1009b7b8 udis86:itab.obj - 0002:000137c0 ??_C@_04GOLDDLJG@dpps?$AA@ 1009b7c0 udis86:itab.obj - 0002:000137c8 ??_C@_04OFFOKNEH@emms?$AA@ 1009b7c8 udis86:itab.obj - 0002:000137d0 ??_C@_05IHEOCMON@enter?$AA@ 1009b7d0 udis86:itab.obj - 0002:000137d8 ??_C@_09JKKJMDNE@extractps?$AA@ 1009b7d8 udis86:itab.obj - 0002:000137e4 ??_C@_05GDKIIOEP@f2xm1?$AA@ 1009b7e4 udis86:itab.obj - 0002:000137ec ??_C@_04ODHECPBC@fabs?$AA@ 1009b7ec udis86:itab.obj - 0002:000137f4 ??_C@_04OCHKNHDG@fadd?$AA@ 1009b7f4 udis86:itab.obj - 0002:000137fc ??_C@_05OAGHJGLI@faddp?$AA@ 1009b7fc udis86:itab.obj - 0002:00013804 ??_C@_04PONMCJGA@fbld?$AA@ 1009b804 udis86:itab.obj - 0002:0001380c ??_C@_05HGCPCADO@fbstp?$AA@ 1009b80c udis86:itab.obj - 0002:00013814 ??_C@_04EEOKGCEP@fchs?$AA@ 1009b814 udis86:itab.obj - 0002:0001381c ??_C@_05JGAIANAI@fclex?$AA@ 1009b81c udis86:itab.obj - 0002:00013824 ??_C@_06BMFGNME@fcmovb?$AA@ 1009b824 udis86:itab.obj - 0002:0001382c ??_C@_07IEICFMCG@fcmovbe?$AA@ 1009b82c udis86:itab.obj - 0002:00013834 ??_C@_06EOIEPLAD@fcmove?$AA@ 1009b834 udis86:itab.obj - 0002:0001383c ??_C@_07MCNJDDIF@fcmovnb?$AA@ 1009b83c udis86:itab.obj - 0002:00013844 ??_C@_08IFJKDBHO@fcmovnbe?$AA@ 1009b844 udis86:itab.obj - 0002:00013850 ??_C@_07INJIKFEC@fcmovne?$AA@ 1009b850 udis86:itab.obj - 0002:00013858 ??_C@_07MHFKLHBD@fcmovnu?$AA@ 1009b858 udis86:itab.obj - 0002:00013860 ??_C@_06EEGOJFC@fcmovu?$AA@ 1009b860 udis86:itab.obj - 0002:00013868 ??_C@_04JFOEELBF@fcom?$AA@ 1009b868 udis86:itab.obj - 0002:00013870 ??_C@_05IADIFENB@fcom2?$AA@ 1009b870 udis86:itab.obj - 0002:00013878 ??_C@_05NJHHNAEO@fcomi?$AA@ 1009b878 udis86:itab.obj - 0002:00013880 ??_C@_06LOICGCLB@fcomip?$AA@ 1009b880 udis86:itab.obj - 0002:00013888 ??_C@_05ECHHHJFG@fcomp?$AA@ 1009b888 udis86:itab.obj - 0002:00013890 ??_C@_06HGCBOGII@fcomp3?$AA@ 1009b890 udis86:itab.obj - 0002:00013898 ??_C@_06CAHLEBAO@fcomp5?$AA@ 1009b898 udis86:itab.obj - 0002:000138a0 ??_C@_06KNHFPKEO@fcompp?$AA@ 1009b8a0 udis86:itab.obj - 0002:000138a8 ??_C@_04EBKFHEMK@fcos?$AA@ 1009b8a8 udis86:itab.obj - 0002:000138b0 ??_C@_07HAEGMECA@fdecstp?$AA@ 1009b8b0 udis86:itab.obj - 0002:000138b8 ??_C@_04KFIIMEIE@fdiv?$AA@ 1009b8b8 udis86:itab.obj - 0002:000138c0 ??_C@_05MFEPLGAL@fdivp?$AA@ 1009b8c0 udis86:itab.obj - 0002:000138c8 ??_C@_05PHHJNEIJ@fdivr?$AA@ 1009b8c8 udis86:itab.obj - 0002:000138d0 ??_C@_06LLKMDLKG@fdivrp?$AA@ 1009b8d0 udis86:itab.obj - 0002:000138d8 ??_C@_05EMBDBHLO@femms?$AA@ 1009b8d8 udis86:itab.obj - 0002:000138e0 ??_C@_05BBECMOMI@ffree?$AA@ 1009b8e0 udis86:itab.obj - 0002:000138e8 ??_C@_06LKJBHBLK@ffreep?$AA@ 1009b8e8 udis86:itab.obj - 0002:000138f0 ??_C@_05MJGHPKBO@fiadd?$AA@ 1009b8f0 udis86:itab.obj - 0002:000138f8 ??_C@_05LOPJGGDN@ficom?$AA@ 1009b8f8 udis86:itab.obj - 0002:00013900 ??_C@_06HHOJMMIB@ficomp?$AA@ 1009b900 udis86:itab.obj - 0002:00013908 ??_C@_05IOJFOJKM@fidiv?$AA@ 1009b908 udis86:itab.obj - 0002:00013910 ??_C@_06MCOHGBFO@fidivr?$AA@ 1009b910 udis86:itab.obj - 0002:00013918 ??_C@_04CJNNKOGB@fild?$AA@ 1009b918 udis86:itab.obj - 0002:00013920 ??_C@_05FGIMAGOJ@fimul?$AA@ 1009b920 udis86:itab.obj - 0002:00013928 ??_C@_07HLFGFFCD@fincstp?$AA@ 1009b928 udis86:itab.obj - 0002:00013930 ??_C@_04HEGFFIHN@fist?$AA@ 1009b930 udis86:itab.obj - 0002:00013938 ??_C@_05BPPBBCP@fistp?$AA@ 1009b938 udis86:itab.obj - 0002:00013940 ??_C@_06IDOGBDGC@fisttp?$AA@ 1009b940 udis86:itab.obj - 0002:00013948 ??_C@_05HIMJALML@fisub?$AA@ 1009b948 udis86:itab.obj - 0002:00013950 ??_C@_06BBMHMJEH@fisubr?$AA@ 1009b950 udis86:itab.obj - 0002:00013958 ??_C@_03IAKKBENL@fld?$AA@ 1009b958 udis86:itab.obj - 0002:0001395c ??_C@_04NHNMKGPK@fld1?$AA@ 1009b95c udis86:itab.obj - 0002:00013964 ??_C@_05FCPJNCEL@fldcw?$AA@ 1009b964 udis86:itab.obj - 0002:0001396c ??_C@_06KOKFHIJJ@fldenv?$AA@ 1009b96c udis86:itab.obj - 0002:00013974 ??_C@_06NHOEKBFF@fldl2e?$AA@ 1009b974 udis86:itab.obj - 0002:0001397c ??_C@_06IEDNICEF@fldl2t?$AA@ 1009b97c udis86:itab.obj - 0002:00013984 ??_C@_06EIGJIGJN@fldlg2?$AA@ 1009b984 udis86:itab.obj - 0002:0001398c ??_C@_06EHLILNBC@fldln2?$AA@ 1009b98c udis86:itab.obj - 0002:00013994 ??_C@_05JINIPALN@fldpi?$AA@ 1009b994 udis86:itab.obj - 0002:0001399c ??_C@_04MEFBDADE@fldz?$AA@ 1009b99c udis86:itab.obj - 0002:000139a4 ??_C@_04HNJBCLMB@fmul?$AA@ 1009b9a4 udis86:itab.obj - 0002:000139ac ??_C@_05MDCBBKPL@fmulp?$AA@ 1009b9ac udis86:itab.obj - 0002:000139b4 ??_C@_06HABPFIJH@fndisi?$AA@ 1009b9b4 udis86:itab.obj - 0002:000139bc ??_C@_05EMBMEKMC@fneni?$AA@ 1009b9bc udis86:itab.obj - 0002:000139c4 ??_C@_06PLIFOOCF@fninit?$AA@ 1009b9c4 udis86:itab.obj - 0002:000139cc ??_C@_04JIOCPPNE@fnop?$AA@ 1009b9cc udis86:itab.obj - 0002:000139d4 ??_C@_06MNBFLGAN@fnsave?$AA@ 1009b9d4 udis86:itab.obj - 0002:000139dc ??_C@_07OLELHDDB@fnsetpm?$AA@ 1009b9dc udis86:itab.obj - 0002:000139e4 ??_C@_06MIMLAAOI@fnstcw?$AA@ 1009b9e4 udis86:itab.obj - 0002:000139ec ??_C@_07OBOALIBJ@fnstenv?$AA@ 1009b9ec udis86:itab.obj - 0002:000139f4 ??_C@_06NEONKDJI@fnstsw?$AA@ 1009b9f4 udis86:itab.obj - 0002:000139fc ??_C@_06HDLDNKJH@fpatan?$AA@ 1009b9fc udis86:itab.obj - 0002:00013a04 ??_C@_05DGDLCGOC@fprem?$AA@ 1009ba04 udis86:itab.obj - 0002:00013a0c ??_C@_06IIGPLPMA@fprem1?$AA@ 1009ba0c udis86:itab.obj - 0002:00013a14 ??_C@_05DPHEICCB@fptan?$AA@ 1009ba14 udis86:itab.obj - 0002:00013a1c ??_C@_07OGNGBFFO@frndint?$AA@ 1009ba1c udis86:itab.obj - 0002:00013a24 ??_C@_06MILCMPCJ@frstor?$AA@ 1009ba24 udis86:itab.obj - 0002:00013a2c ??_C@_06BCJCCFPK@frstpm?$AA@ 1009ba2c udis86:itab.obj - 0002:00013a34 ??_C@_06DAMBGGM@fscale?$AA@ 1009ba34 udis86:itab.obj - 0002:00013a3c ??_C@_04OKFNDDPL@fsin?$AA@ 1009ba3c udis86:itab.obj - 0002:00013a44 ??_C@_07DGCKCKGH@fsincos?$AA@ 1009ba44 udis86:itab.obj - 0002:00013a4c ??_C@_05OBEHOPDB@fsqrt?$AA@ 1009ba4c udis86:itab.obj - 0002:00013a54 ??_C@_03NNBCOCMH@fst?$AA@ 1009ba54 udis86:itab.obj - 0002:00013a58 ??_C@_04CKOCDMAH@fstp?$AA@ 1009ba58 udis86:itab.obj - 0002:00013a60 ??_C@_05FIBDHACN@fstp1?$AA@ 1009ba60 udis86:itab.obj - 0002:00013a68 ??_C@_05IJNBMLGE@fstp8?$AA@ 1009ba68 udis86:itab.obj - 0002:00013a70 ??_C@_05JAMKPKCF@fstp9?$AA@ 1009ba70 udis86:itab.obj - 0002:00013a78 ??_C@_04FDNECGOD@fsub?$AA@ 1009ba78 udis86:itab.obj - 0002:00013a80 ??_C@_05BGGPBOBC@fsubp?$AA@ 1009ba80 udis86:itab.obj - 0002:00013a88 ??_C@_05CEFJHMJA@fsubr?$AA@ 1009ba88 udis86:itab.obj - 0002:00013a90 ??_C@_06NPBELDMO@fsubrp?$AA@ 1009ba90 udis86:itab.obj - 0002:00013a98 ??_C@_04NGBGNHDP@ftst?$AA@ 1009ba98 udis86:itab.obj - 0002:00013aa0 ??_C@_05BLOJBMLO@fucom?$AA@ 1009baa0 udis86:itab.obj - 0002:00013aa8 ??_C@_06JIPNKHHJ@fucomi?$AA@ 1009baa8 udis86:itab.obj - 0002:00013ab0 ??_C@_07GHOENMJ@fucomip?$AA@ 1009bab0 udis86:itab.obj - 0002:00013ab8 ??_C@_06DPNAOGB@fucomp?$AA@ 1009bab8 udis86:itab.obj - 0002:00013ac0 ??_C@_07BFIJNFDG@fucompp?$AA@ 1009bac0 udis86:itab.obj - 0002:00013ac8 ??_C@_04BIGCLGIB@fxam?$AA@ 1009bac8 udis86:itab.obj - 0002:00013ad0 ??_C@_04GGJBJGKK@fxch?$AA@ 1009bad0 udis86:itab.obj - 0002:00013ad8 ??_C@_05INEPCIJH@fxch4?$AA@ 1009bad8 udis86:itab.obj - 0002:00013ae0 ??_C@_05KGGCHLFE@fxch7?$AA@ 1009bae0 udis86:itab.obj - 0002:00013ae8 ??_C@_07BBJJIBJB@fxrstor?$AA@ 1009bae8 udis86:itab.obj - 0002:00013af0 ??_C@_06BIJKFHIL@fxsave?$AA@ 1009baf0 udis86:itab.obj - 0002:00013af8 ??_C@_07MCCHLCHD@fxtract?$AA@ 1009baf8 udis86:itab.obj - 0002:00013b00 ??_C@_05NFKLLKBO@fyl2x?$AA@ 1009bb00 udis86:itab.obj - 0002:00013b08 ??_C@_07GNFJNPAE@fyl2xp1?$AA@ 1009bb08 udis86:itab.obj - 0002:00013b10 ??_C@_06BKPLENB@getsec?$AA@ 1009bb10 udis86:itab.obj - 0002:00013b18 ??_C@_06JEPEIJNG@haddpd?$AA@ 1009bb18 udis86:itab.obj - 0002:00013b20 ??_C@_06JBHHANEA@haddps?$AA@ 1009bb20 udis86:itab.obj - 0002:00013b28 ??_C@_03CKLHHBLJ@hlt?$AA@ 1009bb28 udis86:itab.obj - 0002:00013b2c ??_C@_06KCABMLKI@hsubpd?$AA@ 1009bb2c udis86:itab.obj - 0002:00013b34 ??_C@_06KHICEPDO@hsubps?$AA@ 1009bb34 udis86:itab.obj - 0002:00013b3c ??_C@_04CHNIFDFF@idiv?$AA@ 1009bb3c udis86:itab.obj - 0002:00013b44 ??_C@_04PPMBLMBA@imul?$AA@ 1009bb44 udis86:itab.obj - 0002:00013b4c ??_C@_02LMMGJAGL@in?$AA@ 1009bb4c udis86:itab.obj - 0002:00013b50 ??_C@_03JEAMEGCE@inc?$AA@ 1009bb50 udis86:itab.obj - 0002:00013b54 ??_C@_04HHHKECMC@insb?$AA@ 1009bb54 udis86:itab.obj - 0002:00013b5c ??_C@_04CBCAOFEE@insd?$AA@ 1009bb5c udis86:itab.obj - 0002:00013b64 ??_C@_08JOECPMHJ@insertps?$AA@ 1009bb64 udis86:itab.obj - 0002:00013b70 ??_C@_04EAMPKENG@insw?$AA@ 1009bb70 udis86:itab.obj - 0002:00013b78 ??_C@_03JBIPMCLC@int?$AA@ 1009bb78 udis86:itab.obj - 0002:00013b7c ??_C@_04ODKDFKNA@int1?$AA@ 1009bb7c udis86:itab.obj - 0002:00013b84 ??_C@_04NBJFDIFC@int3?$AA@ 1009bb84 udis86:itab.obj - 0002:00013b8c ??_C@_04MHJLCKAK@into?$AA@ 1009bb8c udis86:itab.obj - 0002:00013b94 ??_C@_04CHOLCHKP@invd?$AA@ 1009bb94 udis86:itab.obj - 0002:00013b9c ??_C@_06CLILIBGB@invept?$AA@ 1009bb9c udis86:itab.obj - 0002:00013ba4 ??_C@_06DHGMIPHJ@invlpg?$AA@ 1009bba4 udis86:itab.obj - 0002:00013bac ??_C@_07FFAIPPPB@invlpga?$AA@ 1009bbac udis86:itab.obj - 0002:00013bb4 ??_C@_07ILBKJJN@invvpid?$AA@ 1009bbb4 udis86:itab.obj - 0002:00013bbc ??_C@_05LMEFNKHP@iretd?$AA@ 1009bbbc udis86:itab.obj - 0002:00013bc4 ??_C@_05ILPADMGL@iretq?$AA@ 1009bbc4 udis86:itab.obj - 0002:00013bcc ??_C@_05NNKKJLON@iretw?$AA@ 1009bbcc udis86:itab.obj - 0002:00013bd4 ??_C@_02DJBIDCPN@ja?$AA@ 1009bbd4 udis86:itab.obj - 0002:00013bd8 ??_C@_03NLLPAJHB@jae?$AA@ 1009bbd8 udis86:itab.obj - 0002:00013bdc ??_C@_02BCDFGBDO@jb?$AA@ 1009bbdc udis86:itab.obj - 0002:00013be0 ??_C@_03NJPJLHCI@jbe?$AA@ 1009bbe0 udis86:itab.obj - 0002:00013be4 ??_C@_04EMPOJHHH@jcxz?$AA@ 1009bbe4 udis86:itab.obj - 0002:00013bec ??_C@_05BACBHKCE@jecxz?$AA@ 1009bbec udis86:itab.obj - 0002:00013bf4 ??_C@_02GPECJFHL@jg?$AA@ 1009bbf4 udis86:itab.obj - 0002:00013bf8 ??_C@_03NPDCHFMD@jge?$AA@ 1009bbf8 udis86:itab.obj - 0002:00013bfc ??_C@_02IMLGEMLA@jl?$AA@ 1009bbfc udis86:itab.obj - 0002:00013c00 ??_C@_03NDGHJKCC@jle?$AA@ 1009bc00 udis86:itab.obj - 0002:00013c04 ??_C@_03OFBABGAB@jmp?$AA@ 1009bc04 udis86:itab.obj - 0002:00013c08 ??_C@_03CKAMKGMG@jno?$AA@ 1009bc08 udis86:itab.obj - 0002:00013c0c ??_C@_03OHFGKIFI@jnp?$AA@ 1009bc0c udis86:itab.obj - 0002:00013c10 ??_C@_03MMHLPLJL@jns?$AA@ 1009bc10 udis86:itab.obj - 0002:00013c14 ??_C@_03BNLJEANC@jnz?$AA@ 1009bc14 udis86:itab.obj - 0002:00013c18 ??_C@_02KHJLBPHD@jo?$AA@ 1009bc18 udis86:itab.obj - 0002:00013c1c ??_C@_02GKMBBBON@jp?$AA@ 1009bc1c udis86:itab.obj - 0002:00013c20 ??_C@_05MCOBDBLG@jrcxz?$AA@ 1009bc20 udis86:itab.obj - 0002:00013c28 ??_C@_02EBOMECCO@js?$AA@ 1009bc28 udis86:itab.obj - 0002:00013c2c ??_C@_02JACOPJGH@jz?$AA@ 1009bc2c udis86:itab.obj - 0002:00013c30 ??_C@_04JDOGFEHB@lahf?$AA@ 1009bc30 udis86:itab.obj - 0002:00013c38 ??_C@_03PLFHNCDL@lar?$AA@ 1009bc38 udis86:itab.obj - 0002:00013c3c ??_C@_05OOIGKPHA@lddqu?$AA@ 1009bc3c udis86:itab.obj - 0002:00013c44 ??_C@_07HNIFNPIO@ldmxcsr?$AA@ 1009bc44 udis86:itab.obj - 0002:00013c4c ??_C@_03OEIHCBJB@lds?$AA@ 1009bc4c udis86:itab.obj - 0002:00013c50 ??_C@_03JNLBDLHF@lea?$AA@ 1009bc50 udis86:itab.obj - 0002:00013c54 ??_C@_05KLLFHCCG@leave?$AA@ 1009bc54 udis86:itab.obj - 0002:00013c5c ??_C@_03OFEFELKG@les?$AA@ 1009bc5c udis86:itab.obj - 0002:00013c60 ??_C@_06CIBIHIMB@lfence?$AA@ 1009bc60 udis86:itab.obj - 0002:00013c68 ??_C@_03OHADPFPP@lfs?$AA@ 1009bc68 udis86:itab.obj - 0002:00013c6c ??_C@_04MHGDICBK@lgdt?$AA@ 1009bc6c udis86:itab.obj - 0002:00013c74 ??_C@_03OGMBJPMI@lgs?$AA@ 1009bc74 udis86:itab.obj - 0002:00013c78 ??_C@_04CHLMPFCJ@lidt?$AA@ 1009bc78 udis86:itab.obj - 0002:00013c80 ??_C@_04BAGCAFBL@lldt?$AA@ 1009bc80 udis86:itab.obj - 0002:00013c88 ??_C@_04JKJKIEEI@lmsw?$AA@ 1009bc88 udis86:itab.obj - 0002:00013c90 ??_C@_04MKMCLCOO@lock?$AA@ 1009bc90 udis86:itab.obj - 0002:00013c98 ??_C@_05JPFBMOJJ@lodsb?$AA@ 1009bc98 udis86:itab.obj - 0002:00013ca0 ??_C@_05MJALGJBP@lodsd?$AA@ 1009bca0 udis86:itab.obj - 0002:00013ca8 ??_C@_05POLOIPAL@lodsq?$AA@ 1009bca8 udis86:itab.obj - 0002:00013cb0 ??_C@_05KIOECIIN@lodsw?$AA@ 1009bcb0 udis86:itab.obj - 0002:00013cb8 ??_C@_04GKOOIABA@loop?$AA@ 1009bcb8 udis86:itab.obj - 0002:00013cc0 ??_C@_05FFHGBAG@loope?$AA@ 1009bcc0 udis86:itab.obj - 0002:00013cc8 ??_C@_06PNLJICFH@loopne?$AA@ 1009bcc8 udis86:itab.obj - 0002:00013cd0 ??_C@_03DALEJKPK@lsl?$AA@ 1009bcd0 udis86:itab.obj - 0002:00013cd4 ??_C@_03PNOOJEGE@lss?$AA@ 1009bcd4 udis86:itab.obj - 0002:00013cd8 ??_C@_03OBLKLDKA@ltr?$AA@ 1009bcd8 udis86:itab.obj - 0002:00013cdc ??_C@_0L@KDNMNDNK@maskmovdqu?$AA@ 1009bcdc udis86:itab.obj - 0002:00013ce8 ??_C@_08HDJHBAFE@maskmovq?$AA@ 1009bce8 udis86:itab.obj - 0002:00013cf4 ??_C@_05KFOOFCKF@maxpd?$AA@ 1009bcf4 udis86:itab.obj - 0002:00013cfc ??_C@_05KAGNNGDD@maxps?$AA@ 1009bcfc udis86:itab.obj - 0002:00013d04 ??_C@_05KHKIOMPM@maxsd?$AA@ 1009bd04 udis86:itab.obj - 0002:00013d0c ??_C@_05KCCLGIGK@maxss?$AA@ 1009bd0c udis86:itab.obj - 0002:00013d14 ??_C@_06IOGPHDHF@mfence?$AA@ 1009bd14 udis86:itab.obj - 0002:00013d1c ??_C@_05OAOMBBCH@minpd?$AA@ 1009bd1c udis86:itab.obj - 0002:00013d24 ??_C@_05OFGPJFLB@minps?$AA@ 1009bd24 udis86:itab.obj - 0002:00013d2c ??_C@_05OCKKKPHO@minsd?$AA@ 1009bd2c udis86:itab.obj - 0002:00013d34 ??_C@_05OHCJCLOI@minss?$AA@ 1009bd34 udis86:itab.obj - 0002:00013d3c ??_C@_07LAMOHCEE@monitor?$AA@ 1009bd3c udis86:itab.obj - 0002:00013d44 ??_C@_07MAFPCABL@montmul?$AA@ 1009bd44 udis86:itab.obj - 0002:00013d4c ??_C@_03CNBJFNFA@mov?$AA@ 1009bd4c udis86:itab.obj - 0002:00013d50 ??_C@_06NBDIPDNB@movapd?$AA@ 1009bd50 udis86:itab.obj - 0002:00013d58 ??_C@_06NELLHHEH@movaps?$AA@ 1009bd58 udis86:itab.obj - 0002:00013d60 ??_C@_05PMLINNKI@movbe?$AA@ 1009bd60 udis86:itab.obj - 0002:00013d68 ??_C@_04GKNHOGAK@movd?$AA@ 1009bd68 udis86:itab.obj - 0002:00013d70 ??_C@_07NEEFCFLI@movddup?$AA@ 1009bd70 udis86:itab.obj - 0002:00013d78 ??_C@_07NPEMCIBB@movdq2q?$AA@ 1009bd78 udis86:itab.obj - 0002:00013d80 ??_C@_06JKFDJNJB@movdqa?$AA@ 1009bd80 udis86:itab.obj - 0002:00013d88 ??_C@_06LEPNEKME@movdqu?$AA@ 1009bd88 udis86:itab.obj - 0002:00013d90 ??_C@_07PJOHHBHO@movhlps?$AA@ 1009bd90 udis86:itab.obj - 0002:00013d98 ??_C@_06KMDALMFL@movhpd?$AA@ 1009bd98 udis86:itab.obj - 0002:00013da0 ??_C@_06KJLDDIMN@movhps?$AA@ 1009bda0 udis86:itab.obj - 0002:00013da8 ??_C@_07IDAFEAOJ@movlhps?$AA@ 1009bda8 udis86:itab.obj - 0002:00013db0 ??_C@_06CDFCCLAM@movlpd?$AA@ 1009bdb0 udis86:itab.obj - 0002:00013db8 ??_C@_06CGNBKPJK@movlps?$AA@ 1009bdb8 udis86:itab.obj - 0002:00013dc0 ??_C@_08IBPGOKMO@movmskpd?$AA@ 1009bdc0 udis86:itab.obj - 0002:00013dcc ??_C@_08IEHFGOFI@movmskps?$AA@ 1009bdcc udis86:itab.obj - 0002:00013dd8 ??_C@_07MKBDJCIA@movntdq?$AA@ 1009bdd8 udis86:itab.obj - 0002:00013de0 ??_C@_08JBJEMKFE@movntdqa?$AA@ 1009bde0 udis86:itab.obj - 0002:00013dec ??_C@_06DLPMDFBG@movnti?$AA@ 1009bdec udis86:itab.obj - 0002:00013df4 ??_C@_07OGIJHPDI@movntpd?$AA@ 1009bdf4 udis86:itab.obj - 0002:00013dfc ??_C@_07ODAKPLKO@movntps?$AA@ 1009bdfc udis86:itab.obj - 0002:00013e04 ??_C@_06LJOHKNEP@movntq?$AA@ 1009be04 udis86:itab.obj - 0002:00013e0c ??_C@_04FNGCAABO@movq?$AA@ 1009be0c udis86:itab.obj - 0002:00013e14 ??_C@_07JGNMJFDC@movq2dq?$AA@ 1009be14 udis86:itab.obj - 0002:00013e1c ??_C@_05KOBNICCI@movsb?$AA@ 1009be1c udis86:itab.obj - 0002:00013e24 ??_C@_05PIEHCFKO@movsd?$AA@ 1009be24 udis86:itab.obj - 0002:00013e2c ??_C@_08NPBMCKFO@movshdup?$AA@ 1009be2c udis86:itab.obj - 0002:00013e38 ??_C@_08CKJMIMJO@movsldup?$AA@ 1009be38 udis86:itab.obj - 0002:00013e44 ??_C@_05MPPCMDLK@movsq?$AA@ 1009be44 udis86:itab.obj - 0002:00013e4c ??_C@_05PNMEKBDI@movss?$AA@ 1009be4c udis86:itab.obj - 0002:00013e54 ??_C@_05JJKIGEDM@movsw?$AA@ 1009be54 udis86:itab.obj - 0002:00013e5c ??_C@_05BODAHIPD@movsx?$AA@ 1009be5c udis86:itab.obj - 0002:00013e64 ??_C@_06CFDLDNHN@movsxd?$AA@ 1009be64 udis86:itab.obj - 0002:00013e6c ??_C@_06OEDDDBJ@movupd?$AA@ 1009be6c udis86:itab.obj - 0002:00013e74 ??_C@_06LMALHIP@movups?$AA@ 1009be74 udis86:itab.obj - 0002:00013e7c ??_C@_05BBOBEDHM@movzx?$AA@ 1009be7c udis86:itab.obj - 0002:00013e84 ??_C@_07ILNGPEGO@mpsadbw?$AA@ 1009be84 udis86:itab.obj - 0002:00013e8c ??_C@_03IMIFIBCN@mul?$AA@ 1009be8c udis86:itab.obj - 0002:00013e90 ??_C@_05OPPFKDCP@mulpd?$AA@ 1009be90 udis86:itab.obj - 0002:00013e98 ??_C@_05OKHGCHLJ@mulps?$AA@ 1009be98 udis86:itab.obj - 0002:00013ea0 ??_C@_05ONLDBNHG@mulsd?$AA@ 1009bea0 udis86:itab.obj - 0002:00013ea8 ??_C@_05OIDAJJOA@mulss?$AA@ 1009bea8 udis86:itab.obj - 0002:00013eb0 ??_C@_05DOGKKCDM@mwait?$AA@ 1009beb0 udis86:itab.obj - 0002:00013eb8 ??_C@_03GBOCFEHI@neg?$AA@ 1009beb8 udis86:itab.obj - 0002:00013ebc ??_C@_03GJPGFFDI@nop?$AA@ 1009bebc udis86:itab.obj - 0002:00013ec0 ??_C@_03NJKJADM@not?$AA@ 1009bec0 udis86:itab.obj - 0002:00013ec4 ??_C@_02FODMLBIE@or?$AA@ 1009bec4 udis86:itab.obj - 0002:00013ec8 ??_C@_04LGOJEGJK@orpd?$AA@ 1009bec8 udis86:itab.obj - 0002:00013ed0 ??_C@_04LDGKMCAM@orps?$AA@ 1009bed0 udis86:itab.obj - 0002:00013ed8 ??_C@_03KEJHNBPP@out?$AA@ 1009bed8 udis86:itab.obj - 0002:00013edc ??_C@_05GDIMGEIL@outsb?$AA@ 1009bedc udis86:itab.obj - 0002:00013ee4 ??_C@_05DFNGMDAN@outsd?$AA@ 1009bee4 udis86:itab.obj - 0002:00013eec ??_C@_05FEDJICJP@outsw?$AA@ 1009beec udis86:itab.obj - 0002:00013ef4 ??_C@_05HBBOONME@pabsb?$AA@ 1009bef4 udis86:itab.obj - 0002:00013efc ??_C@_05CHEEEKEC@pabsd?$AA@ 1009befc udis86:itab.obj - 0002:00013f04 ??_C@_05EGKLALNA@pabsw?$AA@ 1009bf04 udis86:itab.obj - 0002:00013f0c ??_C@_08MFCBDIOA@packssdw?$AA@ 1009bf0c udis86:itab.obj - 0002:00013f18 ??_C@_08OMPEMDNN@packsswb?$AA@ 1009bf18 udis86:itab.obj - 0002:00013f24 ??_C@_08EKGBMNEA@packusdw?$AA@ 1009bf24 udis86:itab.obj - 0002:00013f30 ??_C@_08GDLEDGHN@packuswb?$AA@ 1009bf30 udis86:itab.obj - 0002:00013f3c ??_C@_05ENBMAHON@paddb?$AA@ 1009bf3c udis86:itab.obj - 0002:00013f44 ??_C@_05BLEGKAGL@paddd?$AA@ 1009bf44 udis86:itab.obj - 0002:00013f4c ??_C@_05CMPDEGHP@paddq?$AA@ 1009bf4c udis86:itab.obj - 0002:00013f54 ??_C@_06JENJECKA@paddsb?$AA@ 1009bf54 udis86:itab.obj - 0002:00013f5c ??_C@_06KDGMKELE@paddsw?$AA@ 1009bf5c udis86:itab.obj - 0002:00013f64 ??_C@_07LJAGOFBE@paddusb?$AA@ 1009bf64 udis86:itab.obj - 0002:00013f6c ??_C@_07IOLDADAA@paddusw?$AA@ 1009bf6c udis86:itab.obj - 0002:00013f74 ??_C@_05HKKJOBPJ@paddw?$AA@ 1009bf74 udis86:itab.obj - 0002:00013f7c ??_C@_07JOJBOKO@palignr?$AA@ 1009bf7c udis86:itab.obj - 0002:00013f84 ??_C@_04ENDAMC@pand?$AA@ 1009bf84 udis86:itab.obj - 0002:00013f8c ??_C@_05IOBEKIIF@pandn?$AA@ 1009bf8c udis86:itab.obj - 0002:00013f94 ??_C@_05LFEKCGKA@pavgb?$AA@ 1009bf94 udis86:itab.obj - 0002:00013f9c ??_C@_07LALIDMFE@pavgusb?$AA@ 1009bf9c udis86:itab.obj - 0002:00013fa4 ??_C@_05ICPPMALE@pavgw?$AA@ 1009bfa4 udis86:itab.obj - 0002:00013fac ??_C@_08PKEFIDIF@pblendvb?$AA@ 1009bfac udis86:itab.obj - 0002:00013fb8 ??_C@_07PABJNHCL@pblendw?$AA@ 1009bfb8 udis86:itab.obj - 0002:00013fc0 ??_C@_09EPKDNNCN@pclmulqdq?$AA@ 1009bfc0 udis86:itab.obj - 0002:00013fcc ??_C@_07MPGLBHEG@pcmpeqb?$AA@ 1009bfcc udis86:itab.obj - 0002:00013fd4 ??_C@_07JJDBLAMA@pcmpeqd?$AA@ 1009bfd4 udis86:itab.obj - 0002:00013fdc ??_C@_07KOIEFGNE@pcmpeqq?$AA@ 1009bfdc udis86:itab.obj - 0002:00013fe4 ??_C@_07PINOPBFC@pcmpeqw?$AA@ 1009bfe4 udis86:itab.obj - 0002:00013fec ??_C@_09MJAIJFNM@pcmpestri?$AA@ 1009bfec udis86:itab.obj - 0002:00013ff8 ??_C@_09KNGEFANI@pcmpestrm?$AA@ 1009bff8 udis86:itab.obj - 0002:00014004 ??_C@_07GDKJBNCG@pcmpgtb?$AA@ 1009c004 udis86:itab.obj - 0002:0001400c ??_C@_07DFPDLKKA@pcmpgtd?$AA@ 1009c00c udis86:itab.obj - 0002:00014014 ??_C@_07CEGFMLE@pcmpgtq?$AA@ 1009c014 udis86:itab.obj - 0002:0001401c ??_C@_07FEBMPLDC@pcmpgtw?$AA@ 1009c01c udis86:itab.obj - 0002:00014024 ??_C@_09LOMKFFKH@pcmpistri?$AA@ 1009c024 udis86:itab.obj - 0002:00014030 ??_C@_09NKKGJAKD@pcmpistrm?$AA@ 1009c030 udis86:itab.obj - 0002:0001403c ??_C@_06PLIDEHJN@pextrb?$AA@ 1009c03c udis86:itab.obj - 0002:00014044 ??_C@_06KNNJOABL@pextrd?$AA@ 1009c044 udis86:itab.obj - 0002:0001404c ??_C@_06JKGMAGAP@pextrq?$AA@ 1009c04c udis86:itab.obj - 0002:00014054 ??_C@_06MMDGKBIJ@pextrw?$AA@ 1009c054 udis86:itab.obj - 0002:0001405c ??_C@_05EPNILPFG@pf2id?$AA@ 1009c05c udis86:itab.obj - 0002:00014064 ??_C@_05CODHPOME@pf2iw?$AA@ 1009c064 udis86:itab.obj - 0002:0001406c ??_C@_05NELGAMAL@pfacc?$AA@ 1009c06c udis86:itab.obj - 0002:00014074 ??_C@_05JOLIIMEJ@pfadd?$AA@ 1009c074 udis86:itab.obj - 0002:0001407c ??_C@_07CCCOOHDB@pfcmpeq?$AA@ 1009c07c udis86:itab.obj - 0002:00014084 ??_C@_07PAEOEAK@pfcmpge?$AA@ 1009c084 udis86:itab.obj - 0002:0001408c ??_C@_07FMNNMHBK@pfcmpgt?$AA@ 1009c08c udis86:itab.obj - 0002:00014094 ??_C@_05DENCKMEH@pfmax?$AA@ 1009c094 udis86:itab.obj - 0002:0001409c ??_C@_05CGFJEICI@pfmin?$AA@ 1009c09c udis86:itab.obj - 0002:000140a4 ??_C@_05BFDHALO@pfmul?$AA@ 1009c0a4 udis86:itab.obj - 0002:000140ac ??_C@_06PBIPAILK@pfnacc?$AA@ 1009c0ac udis86:itab.obj - 0002:000140b4 ??_C@_07HEBANBEP@pfpnacc?$AA@ 1009c0b4 udis86:itab.obj - 0002:000140bc ??_C@_05PHPFLFOI@pfrcp?$AA@ 1009c0bc udis86:itab.obj - 0002:000140c4 ??_C@_08CABPKCDG@pfrcpit1?$AA@ 1009c0c4 udis86:itab.obj - 0002:000140d0 ??_C@_08LDCPBPF@pfrcpit2?$AA@ 1009c0d0 udis86:itab.obj - 0002:000140dc ??_C@_08BOKJIJBN@pfrsqit1?$AA@ 1009c0dc udis86:itab.obj - 0002:000140e8 ??_C@_07OJNGDJDJ@pfrsqrt?$AA@ 1009c0e8 udis86:itab.obj - 0002:000140f0 ??_C@_05CPBGHNJM@pfsub?$AA@ 1009c0f0 udis86:itab.obj - 0002:000140f8 ??_C@_06OEJPNCGG@pfsubr?$AA@ 1009c0f8 udis86:itab.obj - 0002:00014100 ??_C@_06DEAFIOGL@phaddd?$AA@ 1009c100 udis86:itab.obj - 0002:00014108 ??_C@_07KDEDOHJK@phaddsw?$AA@ 1009c108 udis86:itab.obj - 0002:00014110 ??_C@_06FFOKMPPJ@phaddw?$AA@ 1009c110 udis86:itab.obj - 0002:00014118 ??_C@_0L@EKOFBFBK@phminposuw?$AA@ 1009c118 udis86:itab.obj - 0002:00014124 ??_C@_06MCANAGMB@phsubd?$AA@ 1009c124 udis86:itab.obj - 0002:0001412c ??_C@_07JFLGKFOE@phsubsw?$AA@ 1009c12c udis86:itab.obj - 0002:00014134 ??_C@_06KDOCEHFD@phsubw?$AA@ 1009c134 udis86:itab.obj - 0002:0001413c ??_C@_05MGNEGPLK@pi2fd?$AA@ 1009c13c udis86:itab.obj - 0002:00014144 ??_C@_05KHDLCOCI@pi2fw?$AA@ 1009c144 udis86:itab.obj - 0002:0001414c ??_C@_06PODGNNHN@pinsrb?$AA@ 1009c14c udis86:itab.obj - 0002:00014154 ??_C@_06KIGMHKPL@pinsrd?$AA@ 1009c154 udis86:itab.obj - 0002:0001415c ??_C@_06JPNJJMOP@pinsrq?$AA@ 1009c15c udis86:itab.obj - 0002:00014164 ??_C@_06MJIDDLGJ@pinsrw?$AA@ 1009c164 udis86:itab.obj - 0002:0001416c ??_C@_09CBBJJIHC@pmaddubsw?$AA@ 1009c16c udis86:itab.obj - 0002:00014178 ??_C@_07JHJNCBHD@pmaddwd?$AA@ 1009c178 udis86:itab.obj - 0002:00014180 ??_C@_06DBDEOFIM@pmaxsb?$AA@ 1009c180 udis86:itab.obj - 0002:00014188 ??_C@_06GHGOECAK@pmaxsd?$AA@ 1009c188 udis86:itab.obj - 0002:00014190 ??_C@_06GIBADJI@pmaxsw?$AA@ 1009c190 udis86:itab.obj - 0002:00014198 ??_C@_06DFLJJJDO@pmaxub?$AA@ 1009c198 udis86:itab.obj - 0002:000141a0 ??_C@_06GDODDOLI@pmaxud?$AA@ 1009c1a0 udis86:itab.obj - 0002:000141a8 ??_C@_06CAMHPCK@pmaxuw?$AA@ 1009c1a8 udis86:itab.obj - 0002:000141b0 ??_C@_06HEDGKGAO@pminsb?$AA@ 1009c1b0 udis86:itab.obj - 0002:000141b8 ??_C@_06CCGMABII@pminsd?$AA@ 1009c1b8 udis86:itab.obj - 0002:000141c0 ??_C@_06EDIDEABK@pminsw?$AA@ 1009c1c0 udis86:itab.obj - 0002:000141c8 ??_C@_06HALLNKLM@pminub?$AA@ 1009c1c8 udis86:itab.obj - 0002:000141d0 ??_C@_06CGOBHNDK@pminud?$AA@ 1009c1d0 udis86:itab.obj - 0002:000141d8 ??_C@_06EHAODMKI@pminuw?$AA@ 1009c1d8 udis86:itab.obj - 0002:000141e0 ??_C@_08JFPNOFE@pmovmskb?$AA@ 1009c1e0 udis86:itab.obj - 0002:000141ec ??_C@_08FIAFOMLP@pmovsxbd?$AA@ 1009c1ec udis86:itab.obj - 0002:000141f8 ??_C@_08GPLAAKKL@pmovsxbq?$AA@ 1009c1f8 udis86:itab.obj - 0002:00014204 ??_C@_08DJOKKNCN@pmovsxbw?$AA@ 1009c204 udis86:itab.obj - 0002:00014210 ??_C@_08GLDNHGBJ@pmovsxdq?$AA@ 1009c210 udis86:itab.obj - 0002:0001421c ??_C@_08ECOIINCE@pmovsxwd?$AA@ 1009c21c udis86:itab.obj - 0002:00014228 ??_C@_08HFFNGLDA@pmovsxwq?$AA@ 1009c228 udis86:itab.obj - 0002:00014234 ??_C@_08FFBFIOMO@pmovzxbd?$AA@ 1009c234 udis86:itab.obj - 0002:00014240 ??_C@_08GCKAGINK@pmovzxbq?$AA@ 1009c240 udis86:itab.obj - 0002:0001424c ??_C@_08DEPKMPFM@pmovzxbw?$AA@ 1009c24c udis86:itab.obj - 0002:00014258 ??_C@_08GGCNBEGI@pmovzxdq?$AA@ 1009c258 udis86:itab.obj - 0002:00014264 ??_C@_08EPPIOPFF@pmovzxwd?$AA@ 1009c264 udis86:itab.obj - 0002:00014270 ??_C@_08HIENAJEB@pmovzxwq?$AA@ 1009c270 udis86:itab.obj - 0002:0001427c ??_C@_06DKJOAGB@pmuldq?$AA@ 1009c27c udis86:itab.obj - 0002:00014284 ??_C@_08DNGAMAOA@pmulhrsw?$AA@ 1009c284 udis86:itab.obj - 0002:00014290 ??_C@_07BCFIBGPO@pmulhrw?$AA@ 1009c290 udis86:itab.obj - 0002:00014298 ??_C@_07BHBHAAHL@pmulhuw?$AA@ 1009c298 udis86:itab.obj - 0002:000142a0 ??_C@_06FMOJLOID@pmulhw?$AA@ 1009c2a0 udis86:itab.obj - 0002:000142a8 ??_C@_06DKAPFHMN@pmulld?$AA@ 1009c2a8 udis86:itab.obj - 0002:000142b0 ??_C@_06FLOABGFP@pmullw?$AA@ 1009c2b0 udis86:itab.obj - 0002:000142b8 ??_C@_07PONKOBPI@pmuludq?$AA@ 1009c2b8 udis86:itab.obj - 0002:000142c0 ??_C@_03NJDAHFJE@pop?$AA@ 1009c2c0 udis86:itab.obj - 0002:000142c4 ??_C@_04ILFNDNMO@popa?$AA@ 1009c2c4 udis86:itab.obj - 0002:000142cc ??_C@_05HNMGBMCJ@popad?$AA@ 1009c2cc udis86:itab.obj - 0002:000142d4 ??_C@_06KOACKPNP@popcnt?$AA@ 1009c2d4 udis86:itab.obj - 0002:000142dc ??_C@_05HIIJAKKM@popfd?$AA@ 1009c2dc udis86:itab.obj - 0002:000142e4 ??_C@_05EPDMOMLI@popfq?$AA@ 1009c2e4 udis86:itab.obj - 0002:000142ec ??_C@_05BJGGELDO@popfw?$AA@ 1009c2ec udis86:itab.obj - 0002:000142f4 ??_C@_03OLAGBHBG@por?$AA@ 1009c2f4 udis86:itab.obj - 0002:000142f8 ??_C@_08FCDJGKEM@prefetch?$AA@ 1009c2f8 udis86:itab.obj - 0002:00014304 ??_C@_0M@ENHAGFIJ@prefetchnta?$AA@ 1009c304 udis86:itab.obj - 0002:00014310 ??_C@_0L@HNBFCMAJ@prefetcht0?$AA@ 1009c310 udis86:itab.obj - 0002:0001431c ??_C@_0L@GEAOBNEI@prefetcht1?$AA@ 1009c31c udis86:itab.obj - 0002:00014328 ??_C@_0L@EPCDEOIL@prefetcht2?$AA@ 1009c328 udis86:itab.obj - 0002:00014334 ??_C@_06DIHGEBBD@psadbw?$AA@ 1009c334 udis86:itab.obj - 0002:0001433c ??_C@_06ONHPFNFA@pshufb?$AA@ 1009c33c udis86:itab.obj - 0002:00014344 ??_C@_06LLCFPKNG@pshufd?$AA@ 1009c344 udis86:itab.obj - 0002:0001434c ??_C@_07GGPEEEO@pshufhw?$AA@ 1009c34c udis86:itab.obj - 0002:00014354 ??_C@_07BGGOMJC@pshuflw?$AA@ 1009c354 udis86:itab.obj - 0002:0001435c ??_C@_06NKMKLLEE@pshufw?$AA@ 1009c35c udis86:itab.obj - 0002:00014364 ??_C@_06CEBMLKEM@psignb?$AA@ 1009c364 udis86:itab.obj - 0002:0001436c ??_C@_06HCEGBNMK@psignd?$AA@ 1009c36c udis86:itab.obj - 0002:00014374 ??_C@_06BDKJFMFI@psignw?$AA@ 1009c374 udis86:itab.obj - 0002:0001437c ??_C@_05MKMBBNNO@pslld?$AA@ 1009c37c udis86:itab.obj - 0002:00014384 ??_C@_06FHIFHGHJ@pslldq?$AA@ 1009c384 udis86:itab.obj - 0002:0001438c ??_C@_05PNHEPLMK@psllq?$AA@ 1009c38c udis86:itab.obj - 0002:00014394 ??_C@_05KLCOFMEM@psllw?$AA@ 1009c394 udis86:itab.obj - 0002:0001439c ??_C@_05HCNPKOCB@psrad?$AA@ 1009c39c udis86:itab.obj - 0002:000143a4 ??_C@_05BDDAOPLD@psraw?$AA@ 1009c3a4 udis86:itab.obj - 0002:000143ac ??_C@_05HKAHDNHC@psrld?$AA@ 1009c3ac udis86:itab.obj - 0002:000143b4 ??_C@_06IIFFFPJK@psrldq?$AA@ 1009c3b4 udis86:itab.obj - 0002:000143bc ??_C@_05ENLCNLGG@psrlq?$AA@ 1009c3bc udis86:itab.obj - 0002:000143c4 ??_C@_05BLOIHMOA@psrlw?$AA@ 1009c3c4 udis86:itab.obj - 0002:000143cc ??_C@_05LLBEIPEH@psubb?$AA@ 1009c3cc udis86:itab.obj - 0002:000143d4 ??_C@_05ONEOCIMB@psubd?$AA@ 1009c3d4 udis86:itab.obj - 0002:000143dc ??_C@_05NKPLMONF@psubq?$AA@ 1009c3dc udis86:itab.obj - 0002:000143e4 ??_C@_06KCCMAANO@psubsb?$AA@ 1009c3e4 udis86:itab.obj - 0002:000143ec ??_C@_06JFJJOGMK@psubsw?$AA@ 1009c3ec udis86:itab.obj - 0002:000143f4 ??_C@_07OINEMGN@psubusb?$AA@ 1009c3f4 udis86:itab.obj - 0002:000143fc ??_C@_07DJDIKKHJ@psubusw?$AA@ 1009c3fc udis86:itab.obj - 0002:00014404 ??_C@_05IMKBGJFD@psubw?$AA@ 1009c404 udis86:itab.obj - 0002:0001440c ??_C@_06JOEFOFIP@pswapd?$AA@ 1009c40c udis86:itab.obj - 0002:00014414 ??_C@_05FIFBHIFI@ptest?$AA@ 1009c414 udis86:itab.obj - 0002:0001441c ??_C@_09MMDMOCBC@punpckhbw?$AA@ 1009c41c udis86:itab.obj - 0002:00014428 ??_C@_09JOOLDJCG@punpckhdq?$AA@ 1009c428 udis86:itab.obj - 0002:00014434 ??_C@_0L@JJJNOAEF@punpckhqdq?$AA@ 1009c434 udis86:itab.obj - 0002:00014440 ??_C@_09LHDOMCBL@punpckhwd?$AA@ 1009c440 udis86:itab.obj - 0002:0001444c ??_C@_09EDFOHFEF@punpcklbw?$AA@ 1009c44c udis86:itab.obj - 0002:00014458 ??_C@_09BBIJKOHB@punpckldq?$AA@ 1009c458 udis86:itab.obj - 0002:00014464 ??_C@_0L@GMBNEGIF@punpcklqdq?$AA@ 1009c464 udis86:itab.obj - 0002:00014470 ??_C@_09DIFMFFEM@punpcklwd?$AA@ 1009c470 udis86:itab.obj - 0002:0001447c ??_C@_04GHHNIPCF@push?$AA@ 1009c47c udis86:itab.obj - 0002:00014484 ??_C@_05DHIFPDCO@pusha?$AA@ 1009c484 udis86:itab.obj - 0002:0001448c ??_C@_06NNHACGJP@pushad?$AA@ 1009c48c udis86:itab.obj - 0002:00014494 ??_C@_06NIDPDABK@pushfd?$AA@ 1009c494 udis86:itab.obj - 0002:0001449c ??_C@_06OPIKNGAO@pushfq?$AA@ 1009c49c udis86:itab.obj - 0002:000144a4 ??_C@_06LJNAHBII@pushfw?$AA@ 1009c4a4 udis86:itab.obj - 0002:000144ac ??_C@_04DAAGPHDH@pxor?$AA@ 1009c4ac udis86:itab.obj - 0002:000144b4 ??_C@_03JMFEBJCG@rcl?$AA@ 1009c4b4 udis86:itab.obj - 0002:000144b8 ??_C@_05ONJJBNPC@rcpps?$AA@ 1009c4b8 udis86:itab.obj - 0002:000144c0 ??_C@_05OPNPKDKL@rcpss?$AA@ 1009c4c0 udis86:itab.obj - 0002:000144c8 ??_C@_03EIBFCGPJ@rcr?$AA@ 1009c4c8 udis86:itab.obj - 0002:000144cc ??_C@_05OGJHMBLI@rdmsr?$AA@ 1009c4cc udis86:itab.obj - 0002:000144d4 ??_C@_05BIFODJA@rdpmc?$AA@ 1009c4d4 udis86:itab.obj - 0002:000144dc ??_C@_06MJFBMHIP@rdrand?$AA@ 1009c4dc udis86:itab.obj - 0002:000144e4 ??_C@_05JIFPPKLN@rdtsc?$AA@ 1009c4e4 udis86:itab.obj - 0002:000144ec ??_C@_06JKHHOJDN@rdtscp?$AA@ 1009c4ec udis86:itab.obj - 0002:000144f4 ??_C@_03HOKODIMJ@rep?$AA@ 1009c4f4 udis86:itab.obj - 0002:000144f8 ??_C@_05GIPJNDPP@repne?$AA@ 1009c4f8 udis86:itab.obj - 0002:00014500 ??_C@_03BKMCPNMN@ret?$AA@ 1009c500 udis86:itab.obj - 0002:00014504 ??_C@_04NGGILANB@retf?$AA@ 1009c504 udis86:itab.obj - 0002:0001450c ??_C@_03JFEOOAEC@rol?$AA@ 1009c50c udis86:itab.obj - 0002:00014510 ??_C@_03EBAPNPJN@ror?$AA@ 1009c510 udis86:itab.obj - 0002:00014514 ??_C@_07JFJPHJIO@roundpd?$AA@ 1009c514 udis86:itab.obj - 0002:0001451c ??_C@_07JABMPNBI@roundps?$AA@ 1009c51c udis86:itab.obj - 0002:00014524 ??_C@_07JHNJMHNH@roundsd?$AA@ 1009c524 udis86:itab.obj - 0002:0001452c ??_C@_07JCFKEDEB@roundss?$AA@ 1009c52c udis86:itab.obj - 0002:00014534 ??_C@_03JJGJILBH@rsm?$AA@ 1009c534 udis86:itab.obj - 0002:00014538 ??_C@_07FOPKGEKI@rsqrtps?$AA@ 1009c538 udis86:itab.obj - 0002:00014540 ??_C@_07FMLMNKPB@rsqrtss?$AA@ 1009c540 udis86:itab.obj - 0002:00014548 ??_C@_04HBFGFECC@sahf?$AA@ 1009c548 udis86:itab.obj - 0002:00014550 ??_C@_04LCIAILL@salc?$AA@ 1009c550 udis86:itab.obj - 0002:00014558 ??_C@_03PDCNJFPC@sar?$AA@ 1009c558 udis86:itab.obj - 0002:0001455c ??_C@_03LLKJDJPK@sbb?$AA@ 1009c55c udis86:itab.obj - 0002:00014560 ??_C@_05JPPPGDOE@scasb?$AA@ 1009c560 udis86:itab.obj - 0002:00014568 ??_C@_05MJKFMEGC@scasd?$AA@ 1009c568 udis86:itab.obj - 0002:00014570 ??_C@_05POBACCHG@scasq?$AA@ 1009c570 udis86:itab.obj - 0002:00014578 ??_C@_05KIEKIFPA@scasw?$AA@ 1009c578 udis86:itab.obj - 0002:00014580 ??_C@_04KEEJAPKG@seta?$AA@ 1009c580 udis86:itab.obj - 0002:00014588 ??_C@_05CHJLNADA@setae?$AA@ 1009c588 udis86:itab.obj - 0002:00014590 ??_C@_04IPGEFMGF@setb?$AA@ 1009c590 udis86:itab.obj - 0002:00014598 ??_C@_05CFNNGOGJ@setbe?$AA@ 1009c598 udis86:itab.obj - 0002:000145a0 ??_C@_04PCBDKICA@setg?$AA@ 1009c5a0 udis86:itab.obj - 0002:000145a8 ??_C@_05CDBGKMIC@setge?$AA@ 1009c5a8 udis86:itab.obj - 0002:000145b0 ??_C@_04BBOHHBOL@setl?$AA@ 1009c5b0 udis86:itab.obj - 0002:000145b8 ??_C@_05CPEDEDGD@setle?$AA@ 1009c5b8 udis86:itab.obj - 0002:000145c0 ??_C@_05NGCIHPIH@setno?$AA@ 1009c5c0 udis86:itab.obj - 0002:000145c8 ??_C@_05BLHCHBBJ@setnp?$AA@ 1009c5c8 udis86:itab.obj - 0002:000145d0 ??_C@_05DAFPCCNK@setns?$AA@ 1009c5d0 udis86:itab.obj - 0002:000145d8 ??_C@_05OBJNJJJD@setnz?$AA@ 1009c5d8 udis86:itab.obj - 0002:000145e0 ??_C@_04DKMKCCCI@seto?$AA@ 1009c5e0 udis86:itab.obj - 0002:000145e8 ??_C@_04PHJACMLG@setp?$AA@ 1009c5e8 udis86:itab.obj - 0002:000145f0 ??_C@_04NMLNHPHF@sets?$AA@ 1009c5f0 udis86:itab.obj - 0002:000145f8 ??_C@_04NHPMEDM@setz?$AA@ 1009c5f8 udis86:itab.obj - 0002:00014600 ??_C@_06LJIOJEOG@sfence?$AA@ 1009c600 udis86:itab.obj - 0002:00014608 ??_C@_04CFNDICEJ@sgdt?$AA@ 1009c608 udis86:itab.obj - 0002:00014610 ??_C@_03CILNJBKC@shl?$AA@ 1009c610 udis86:itab.obj - 0002:00014614 ??_C@_04DJGBNBPG@shld?$AA@ 1009c614 udis86:itab.obj - 0002:0001461c ??_C@_03PMPMKOHN@shr?$AA@ 1009c61c udis86:itab.obj - 0002:00014620 ??_C@_04CPNJFPIM@shrd?$AA@ 1009c620 udis86:itab.obj - 0002:00014628 ??_C@_06CBKLGGJD@shufpd?$AA@ 1009c628 udis86:itab.obj - 0002:00014630 ??_C@_06CECIOCAF@shufps?$AA@ 1009c630 udis86:itab.obj - 0002:00014638 ??_C@_04MFAMPFHK@sidt?$AA@ 1009c638 udis86:itab.obj - 0002:00014640 ??_C@_06JOKOMMPP@skinit?$AA@ 1009c640 udis86:itab.obj - 0002:00014648 ??_C@_04PCNCAFEI@sldt?$AA@ 1009c648 udis86:itab.obj - 0002:00014650 ??_C@_04HICKIEBL@smsw?$AA@ 1009c650 udis86:itab.obj - 0002:00014658 ??_C@_06ENECHGME@sqrtpd?$AA@ 1009c658 udis86:itab.obj - 0002:00014660 ??_C@_06EIMBPCFC@sqrtps?$AA@ 1009c660 udis86:itab.obj - 0002:00014668 ??_C@_06EPAEMIJN@sqrtsd?$AA@ 1009c668 udis86:itab.obj - 0002:00014670 ??_C@_06EKIHEMAL@sqrtss?$AA@ 1009c670 udis86:itab.obj - 0002:00014678 ??_C@_03LKBJNHHJ@stc?$AA@ 1009c678 udis86:itab.obj - 0002:0001467c ??_C@_03PFFIEBLO@std?$AA@ 1009c67c udis86:itab.obj - 0002:00014680 ??_C@_04JKFFKIHN@stgi?$AA@ 1009c680 udis86:itab.obj - 0002:00014688 ??_C@_03EAPGDPPD@sti?$AA@ 1009c688 udis86:itab.obj - 0002:0001468c ??_C@_07LPMAGAMH@stmxcsr?$AA@ 1009c68c udis86:itab.obj - 0002:00014694 ??_C@_05KNOAFPEF@stosb?$AA@ 1009c694 udis86:itab.obj - 0002:0001469c ??_C@_05PLLKPIMD@stosd?$AA@ 1009c69c udis86:itab.obj - 0002:000146a4 ??_C@_05MMAPBONH@stosq?$AA@ 1009c6a4 udis86:itab.obj - 0002:000146ac ??_C@_05JKFFLJFB@stosw?$AA@ 1009c6ac udis86:itab.obj - 0002:000146b4 ??_C@_03OJMAPEGJ@str?$AA@ 1009c6b4 udis86:itab.obj - 0002:000146b8 ??_C@_03KCMAIMAP@sub?$AA@ 1009c6b8 udis86:itab.obj - 0002:000146bc ??_C@_05DGPGLHPH@subpd?$AA@ 1009c6bc udis86:itab.obj - 0002:000146c4 ??_C@_05DDHFDDGB@subps?$AA@ 1009c6c4 udis86:itab.obj - 0002:000146cc ??_C@_05DELAAJKO@subsd?$AA@ 1009c6cc udis86:itab.obj - 0002:000146d4 ??_C@_05DBDDINDI@subss?$AA@ 1009c6d4 udis86:itab.obj - 0002:000146dc ??_C@_06CPNDNOLP@swapgs?$AA@ 1009c6dc udis86:itab.obj - 0002:000146e4 ??_C@_07JJMJNHGG@syscall?$AA@ 1009c6e4 udis86:itab.obj - 0002:000146ec ??_C@_08HHDECGPN@sysenter?$AA@ 1009c6ec udis86:itab.obj - 0002:000146f8 ??_C@_07LPEIGAGB@sysexit?$AA@ 1009c6f8 udis86:itab.obj - 0002:00014700 ??_C@_06OJDFPBAP@sysret?$AA@ 1009c700 udis86:itab.obj - 0002:00014708 ??_C@_04CEJDCDCH@test?$AA@ 1009c708 udis86:itab.obj - 0002:00014710 ??_C@_07ENDLCHEK@ucomisd?$AA@ 1009c710 udis86:itab.obj - 0002:00014718 ??_C@_07EILIKDNM@ucomiss?$AA@ 1009c718 udis86:itab.obj - 0002:00014720 ??_C@_03CAPEEHMA@ud2?$AA@ 1009c720 udis86:itab.obj - 0002:00014724 ??_C@_08EBLLCNNO@unpckhpd?$AA@ 1009c724 udis86:itab.obj - 0002:00014730 ??_C@_08EEDIKJEI@unpckhps?$AA@ 1009c730 udis86:itab.obj - 0002:0001473c ??_C@_08MONJLKIJ@unpcklpd?$AA@ 1009c73c udis86:itab.obj - 0002:00014748 ??_C@_08MLFKDOBP@unpcklps?$AA@ 1009c748 udis86:itab.obj - 0002:00014754 ??_C@_06KDBFGOEF@vaddpd?$AA@ 1009c754 udis86:itab.obj - 0002:0001475c ??_C@_06KGJGOKND@vaddps?$AA@ 1009c75c udis86:itab.obj - 0002:00014764 ??_C@_06KBFDNABM@vaddsd?$AA@ 1009c764 udis86:itab.obj - 0002:0001476c ??_C@_06KENAFEIK@vaddss?$AA@ 1009c76c udis86:itab.obj - 0002:00014774 ??_C@_09PPKJNIKN@vaddsubpd?$AA@ 1009c774 udis86:itab.obj - 0002:00014780 ??_C@_09PKCKFMDL@vaddsubps?$AA@ 1009c780 udis86:itab.obj - 0002:0001478c ??_C@_07IPOAKKNN@vaesdec?$AA@ 1009c78c udis86:itab.obj - 0002:00014794 ??_C@_0M@OBBELEHO@vaesdeclast?$AA@ 1009c794 udis86:itab.obj - 0002:000147a0 ??_C@_07DLAJCCFJ@vaesenc?$AA@ 1009c7a0 udis86:itab.obj - 0002:000147a8 ??_C@_0M@CPLJOABK@vaesenclast?$AA@ 1009c7a8 udis86:itab.obj - 0002:000147b4 ??_C@_07HDJJCDLI@vaesimc?$AA@ 1009c7b4 udis86:itab.obj - 0002:000147bc ??_C@_0BB@PMMLANHC@vaeskeygenassist?$AA@ 1009c7bc udis86:itab.obj - 0002:000147d0 ??_C@_07NPGAGLE@vandnpd?$AA@ 1009c7d0 udis86:itab.obj - 0002:000147d8 ??_C@_07IHFICCC@vandnps?$AA@ 1009c7d8 udis86:itab.obj - 0002:000147e0 ??_C@_06OJKFHGOE@vandpd?$AA@ 1009c7e0 udis86:itab.obj - 0002:000147e8 ??_C@_06OMCGPCHC@vandps?$AA@ 1009c7e8 udis86:itab.obj - 0002:000147f0 ??_C@_08NLIICBDL@vblendpd?$AA@ 1009c7f0 udis86:itab.obj - 0002:000147fc ??_C@_08NOALKFKN@vblendps?$AA@ 1009c7fc udis86:itab.obj - 0002:00014808 ??_C@_09IOAFJLNG@vblendvpd?$AA@ 1009c808 udis86:itab.obj - 0002:00014814 ??_C@_09ILIGBPEA@vblendvps?$AA@ 1009c814 udis86:itab.obj - 0002:00014820 ??_C@_0N@MDBHDICD@vbroadcastsd?$AA@ 1009c820 udis86:itab.obj - 0002:00014830 ??_C@_0N@MGJELMLF@vbroadcastss?$AA@ 1009c830 udis86:itab.obj - 0002:00014840 ??_C@_06DMLGGNPH@vcmppd?$AA@ 1009c840 udis86:itab.obj - 0002:00014848 ??_C@_06DJDFOJGB@vcmpps?$AA@ 1009c848 udis86:itab.obj - 0002:00014850 ??_C@_06DOPANDKO@vcmpsd?$AA@ 1009c850 udis86:itab.obj - 0002:00014858 ??_C@_06DLHDFHDI@vcmpss?$AA@ 1009c858 udis86:itab.obj - 0002:00014860 ??_C@_07MDLECAKJ@vcomisd?$AA@ 1009c860 udis86:itab.obj - 0002:00014868 ??_C@_07MGDHKEDP@vcomiss?$AA@ 1009c868 udis86:itab.obj - 0002:00014870 ??_C@_09KIEBMBPC@vcvtdq2pd?$AA@ 1009c870 udis86:itab.obj - 0002:0001487c ??_C@_09KNMCEFGE@vcvtdq2ps?$AA@ 1009c87c udis86:itab.obj - 0002:00014888 ??_C@_09LEJMHEDF@vcvtpd2dq?$AA@ 1009c888 udis86:itab.obj - 0002:00014894 ??_C@_09JNIFBNBL@vcvtpd2ps?$AA@ 1009c894 udis86:itab.obj - 0002:000148a0 ??_C@_09GGFMDPKH@vcvtps2dq?$AA@ 1009c8a0 udis86:itab.obj - 0002:000148ac ??_C@_09EKMGNCBP@vcvtps2pd?$AA@ 1009c8ac udis86:itab.obj - 0002:000148b8 ??_C@_09KJHKCLDH@vcvtsd2si?$AA@ 1009c8b8 udis86:itab.obj - 0002:000148c4 ??_C@_09BJFHNBOM@vcvtsd2ss?$AA@ 1009c8c4 udis86:itab.obj - 0002:000148d0 ??_C@_09OEEEJBML@vcvtsi2sd?$AA@ 1009c8d0 udis86:itab.obj - 0002:000148dc ??_C@_09OBMHBFFN@vcvtsi2ss?$AA@ 1009c8dc udis86:itab.obj - 0002:000148e8 ??_C@_09MOBEBOOI@vcvtss2sd?$AA@ 1009c8e8 udis86:itab.obj - 0002:000148f4 ??_C@_09HLLKGAKF@vcvtss2si?$AA@ 1009c8f4 udis86:itab.obj - 0002:00014900 ??_C@_0L@EPPDHPPA@vcvttpd2dq?$AA@ 1009c900 udis86:itab.obj - 0002:0001490c ??_C@_0L@JNDDDEGC@vcvttps2dq?$AA@ 1009c90c udis86:itab.obj - 0002:00014918 ??_C@_0L@FCBFCAPC@vcvttsd2si?$AA@ 1009c918 udis86:itab.obj - 0002:00014924 ??_C@_0L@IANFGLGA@vcvttss2si?$AA@ 1009c924 udis86:itab.obj - 0002:00014930 ??_C@_06PBFIKEFD@vdivpd?$AA@ 1009c930 udis86:itab.obj - 0002:00014938 ??_C@_06PENLCAMF@vdivps?$AA@ 1009c938 udis86:itab.obj - 0002:00014940 ??_C@_06PDBOBKAK@vdivsd?$AA@ 1009c940 udis86:itab.obj - 0002:00014948 ??_C@_06PGJNJOJM@vdivss?$AA@ 1009c948 udis86:itab.obj - 0002:00014950 ??_C@_05MBKLAHGC@vdppd?$AA@ 1009c950 udis86:itab.obj - 0002:00014958 ??_C@_05MECIIDPE@vdpps?$AA@ 1009c958 udis86:itab.obj - 0002:00014960 ??_C@_04JMLLNPG@verr?$AA@ 1009c960 udis86:itab.obj - 0002:00014968 ??_C@_04HELMEJLD@verw?$AA@ 1009c968 udis86:itab.obj - 0002:00014970 ??_C@_0N@GHEEFFJN@vextractf128?$AA@ 1009c970 udis86:itab.obj - 0002:00014980 ??_C@_0L@EDDICPO@vextractps?$AA@ 1009c980 udis86:itab.obj - 0002:0001498c ??_C@_07GIFBBNG@vhaddpd?$AA@ 1009c98c udis86:itab.obj - 0002:00014994 ??_C@_07DAGJFEA@vhaddps?$AA@ 1009c994 udis86:itab.obj - 0002:0001499c ??_C@_07DAHAFDKI@vhsubpd?$AA@ 1009c99c udis86:itab.obj - 0002:000149a4 ??_C@_07DFPDNHDO@vhsubps?$AA@ 1009c9a4 udis86:itab.obj - 0002:000149ac ??_C@_0M@HPBOMOMM@vinsertf128?$AA@ 1009c9ac udis86:itab.obj - 0002:000149b8 ??_C@_09GAJGHFHO@vinsertps?$AA@ 1009c9b8 udis86:itab.obj - 0002:000149c4 ??_C@_06ENJADELM@vlddqu?$AA@ 1009c9c4 udis86:itab.obj - 0002:000149cc ??_C@_0M@HIPJIAEN@vmaskmovdqu?$AA@ 1009c9cc udis86:itab.obj - 0002:000149d8 ??_C@_0L@PCLMIHED@vmaskmovpd?$AA@ 1009c9d8 udis86:itab.obj - 0002:000149e4 ??_C@_0L@PHDPADNF@vmaskmovps?$AA@ 1009c9e4 udis86:itab.obj - 0002:000149f0 ??_C@_06GPIMJGJ@vmaxpd?$AA@ 1009c9f0 udis86:itab.obj - 0002:000149f8 ??_C@_06DHLENPP@vmaxps?$AA@ 1009c9f8 udis86:itab.obj - 0002:00014a00 ??_C@_06ELOHHDA@vmaxsd?$AA@ 1009ca00 udis86:itab.obj - 0002:00014a08 ??_C@_06BDNPDKG@vmaxss?$AA@ 1009ca08 udis86:itab.obj - 0002:00014a10 ??_C@_06IMMMFCAA@vmcall?$AA@ 1009ca10 udis86:itab.obj - 0002:00014a18 ??_C@_07JAMFMPEO@vmclear?$AA@ 1009ca18 udis86:itab.obj - 0002:00014a20 ??_C@_06EDPKIKOL@vminpd?$AA@ 1009ca20 udis86:itab.obj - 0002:00014a28 ??_C@_06EGHJAOHN@vminps?$AA@ 1009ca28 udis86:itab.obj - 0002:00014a30 ??_C@_06EBLMDELC@vminsd?$AA@ 1009ca30 udis86:itab.obj - 0002:00014a38 ??_C@_06EEDPLACE@vminss?$AA@ 1009ca38 udis86:itab.obj - 0002:00014a40 ??_C@_08FDGBGFFD@vmlaunch?$AA@ 1009ca40 udis86:itab.obj - 0002:00014a4c ??_C@_06COECKLLJ@vmload?$AA@ 1009ca4c udis86:itab.obj - 0002:00014a54 ??_C@_07HLGEACDE@vmmcall?$AA@ 1009ca54 udis86:itab.obj - 0002:00014a5c ??_C@_07EDEJGLNB@vmovapd?$AA@ 1009ca5c udis86:itab.obj - 0002:00014a64 ??_C@_07EGMKOPEH@vmovaps?$AA@ 1009ca64 udis86:itab.obj - 0002:00014a6c ??_C@_05MAEMFOGI@vmovd?$AA@ 1009ca6c udis86:itab.obj - 0002:00014a74 ??_C@_08NENHFECA@vmovddup?$AA@ 1009ca74 udis86:itab.obj - 0002:00014a80 ??_C@_07ICCAFJB@vmovdqa?$AA@ 1009ca80 udis86:itab.obj - 0002:00014a88 ??_C@_07CGIMNCME@vmovdqu?$AA@ 1009ca88 udis86:itab.obj - 0002:00014a90 ??_C@_08PJHFAAOG@vmovhlps?$AA@ 1009ca90 udis86:itab.obj - 0002:00014a9c ??_C@_07DOEBCEFL@vmovhpd?$AA@ 1009ca9c udis86:itab.obj - 0002:00014aa4 ??_C@_07DLMCKAMN@vmovhps?$AA@ 1009caa4 udis86:itab.obj - 0002:00014aac ??_C@_08IDJHDBHB@vmovlhps?$AA@ 1009caac udis86:itab.obj - 0002:00014ab8 ??_C@_07LBCDLDAM@vmovlpd?$AA@ 1009cab8 udis86:itab.obj - 0002:00014ac0 ??_C@_07LEKADHJK@vmovlps?$AA@ 1009cac0 udis86:itab.obj - 0002:00014ac8 ??_C@_09HPCCGDMJ@vmovmskpd?$AA@ 1009cac8 udis86:itab.obj - 0002:00014ad4 ??_C@_09HKKBOHFP@vmovmskps?$AA@ 1009cad4 udis86:itab.obj - 0002:00014ae0 ??_C@_08MKIBODBI@vmovntdq?$AA@ 1009cae0 udis86:itab.obj - 0002:00014aec ??_C@_09GPEAEDFD@vmovntdqa?$AA@ 1009caec udis86:itab.obj - 0002:00014af8 ??_C@_08OGBLAOKA@vmovntpd?$AA@ 1009caf8 udis86:itab.obj - 0002:00014b04 ??_C@_08ODJIIKDG@vmovntps?$AA@ 1009cb04 udis86:itab.obj - 0002:00014b10 ??_C@_05PHPJLIHM@vmovq?$AA@ 1009cb10 udis86:itab.obj - 0002:00014b18 ??_C@_06FLFBLOGC@vmovsd?$AA@ 1009cb18 udis86:itab.obj - 0002:00014b20 ??_C@_09CBMIKDFJ@vmovshdup?$AA@ 1009cb20 udis86:itab.obj - 0002:00014b2c ??_C@_09NEEIAFJJ@vmovsldup?$AA@ 1009cb2c udis86:itab.obj - 0002:00014b38 ??_C@_06FONCDKPE@vmovss?$AA@ 1009cb38 udis86:itab.obj - 0002:00014b40 ??_C@_07JMDCKLBJ@vmovupd?$AA@ 1009cb40 udis86:itab.obj - 0002:00014b48 ??_C@_07JJLBCPIP@vmovups?$AA@ 1009cb48 udis86:itab.obj - 0002:00014b50 ??_C@_08ILEEIFPG@vmpsadbw?$AA@ 1009cb50 udis86:itab.obj - 0002:00014b5c ??_C@_07JMJJCKJK@vmptrld?$AA@ 1009cb5c udis86:itab.obj - 0002:00014b64 ??_C@_07MBCBNMIG@vmptrst?$AA@ 1009cb64 udis86:itab.obj - 0002:00014b6c ??_C@_06JOCPGCDO@vmread?$AA@ 1009cb6c udis86:itab.obj - 0002:00014b74 ??_C@_08EIHJLGKP@vmresume?$AA@ 1009cb74 udis86:itab.obj - 0002:00014b80 ??_C@_05JKJGIHPJ@vmrun?$AA@ 1009cb80 udis86:itab.obj - 0002:00014b88 ??_C@_06CMFPFIGN@vmsave?$AA@ 1009cb88 udis86:itab.obj - 0002:00014b90 ??_C@_06EMODDIOD@vmulpd?$AA@ 1009cb90 udis86:itab.obj - 0002:00014b98 ??_C@_06EJGALMHF@vmulps?$AA@ 1009cb98 udis86:itab.obj - 0002:00014ba0 ??_C@_06EOKFIGLK@vmulsd?$AA@ 1009cba0 udis86:itab.obj - 0002:00014ba8 ??_C@_06ELCGACCM@vmulss?$AA@ 1009cba8 udis86:itab.obj - 0002:00014bb0 ??_C@_07ICOKPMJF@vmwrite?$AA@ 1009cbb0 udis86:itab.obj - 0002:00014bb8 ??_C@_06IMFLOOPM@vmxoff?$AA@ 1009cbb8 udis86:itab.obj - 0002:00014bc0 ??_C@_05OEJKEBDL@vmxon?$AA@ 1009cbc0 udis86:itab.obj - 0002:00014bc8 ??_C@_05BMHCPOPI@vorpd?$AA@ 1009cbc8 udis86:itab.obj - 0002:00014bd0 ??_C@_05BJPBHKGO@vorps?$AA@ 1009cbd0 udis86:itab.obj - 0002:00014bd8 ??_C@_06NCAIHGAI@vpabsb?$AA@ 1009cbd8 udis86:itab.obj - 0002:00014be0 ??_C@_06IEFCNBIO@vpabsd?$AA@ 1009cbe0 udis86:itab.obj - 0002:00014be8 ??_C@_06OFLNJABM@vpabsw?$AA@ 1009cbe8 udis86:itab.obj - 0002:00014bf0 ??_C@_09DLPFLBOH@vpackssdw?$AA@ 1009cbf0 udis86:itab.obj - 0002:00014bfc ??_C@_09BCCAEKNK@vpacksswb?$AA@ 1009cbfc udis86:itab.obj - 0002:00014c08 ??_C@_09LELFEEEH@vpackusdw?$AA@ 1009cc08 udis86:itab.obj - 0002:00014c14 ??_C@_09JNGALPHK@vpackuswb?$AA@ 1009cc14 udis86:itab.obj - 0002:00014c20 ??_C@_06OOAKJMCB@vpaddb?$AA@ 1009cc20 udis86:itab.obj - 0002:00014c28 ??_C@_06LIFADLKH@vpaddd?$AA@ 1009cc28 udis86:itab.obj - 0002:00014c30 ??_C@_06IPOFNNLD@vpaddq?$AA@ 1009cc30 udis86:itab.obj - 0002:00014c38 ??_C@_07GKINKKA@vpaddsb?$AA@ 1009cc38 udis86:itab.obj - 0002:00014c40 ??_C@_07DBBNDMLE@vpaddsw?$AA@ 1009cc40 udis86:itab.obj - 0002:00014c48 ??_C@_08LJJEJEIM@vpaddusb?$AA@ 1009cc48 udis86:itab.obj - 0002:00014c54 ??_C@_08IOCBHCJI@vpaddusw?$AA@ 1009cc54 udis86:itab.obj - 0002:00014c60 ??_C@_06NJLPHKDF@vpaddw?$AA@ 1009cc60 udis86:itab.obj - 0002:00014c68 ??_C@_08JHLGPDG@vpalignr?$AA@ 1009cc68 udis86:itab.obj - 0002:00014c74 ??_C@_05KKNGIIKA@vpand?$AA@ 1009cc74 udis86:itab.obj - 0002:00014c7c ??_C@_06CNACDDEJ@vpandn?$AA@ 1009cc7c udis86:itab.obj - 0002:00014c84 ??_C@_06BGFMLNGM@vpavgb?$AA@ 1009cc84 udis86:itab.obj - 0002:00014c8c ??_C@_06CBOJFLHI@vpavgw?$AA@ 1009cc8c udis86:itab.obj - 0002:00014c94 ??_C@_09EJBAKIC@vpblendvb?$AA@ 1009cc94 udis86:itab.obj - 0002:00014ca0 ??_C@_08PAILKGLD@vpblendw?$AA@ 1009cca0 udis86:itab.obj - 0002:00014cac ??_C@_0L@NBDJJMAH@vpclmulqdq?$AA@ 1009ccac udis86:itab.obj - 0002:00014cb8 ??_C@_08MPPJGGNO@vpcmpeqb?$AA@ 1009ccb8 udis86:itab.obj - 0002:00014cc4 ??_C@_08JJKDMBFI@vpcmpeqd?$AA@ 1009ccc4 udis86:itab.obj - 0002:00014cd0 ??_C@_08KOBGCHEM@vpcmpeqq?$AA@ 1009ccd0 udis86:itab.obj - 0002:00014cdc ??_C@_08PIEMIAMK@vpcmpeqw?$AA@ 1009ccdc udis86:itab.obj - 0002:00014ce8 ??_C@_0L@FHJCNEPG@vpcmpestri?$AA@ 1009cce8 udis86:itab.obj - 0002:00014cf4 ??_C@_0L@DDPOBBPC@vpcmpestrm?$AA@ 1009ccf4 udis86:itab.obj - 0002:00014d00 ??_C@_08GDDLGMLO@vpcmpgtb?$AA@ 1009cd00 udis86:itab.obj - 0002:00014d0c ??_C@_08DFGBMLDI@vpcmpgtd?$AA@ 1009cd0c udis86:itab.obj - 0002:00014d18 ??_C@_08CNECNCM@vpcmpgtq?$AA@ 1009cd18 udis86:itab.obj - 0002:00014d24 ??_C@_08FEIOIKKK@vpcmpgtw?$AA@ 1009cd24 udis86:itab.obj - 0002:00014d30 ??_C@_0L@CAFABEIN@vpcmpistri?$AA@ 1009cd30 udis86:itab.obj - 0002:00014d3c ??_C@_0L@EEDMNBIJ@vpcmpistrm?$AA@ 1009cd3c udis86:itab.obj - 0002:00014d48 ??_C@_0L@EBGBBKJC@vperm2f128?$AA@ 1009cd48 udis86:itab.obj - 0002:00014d54 ??_C@_09PAKFEJKO@vpermilpd?$AA@ 1009cd54 udis86:itab.obj - 0002:00014d60 ??_C@_09PFCGMNDI@vpermilps?$AA@ 1009cd60 udis86:itab.obj - 0002:00014d6c ??_C@_07GJPCNPJN@vpextrb?$AA@ 1009cd6c udis86:itab.obj - 0002:00014d74 ??_C@_07DPKIHIBL@vpextrd?$AA@ 1009cd74 udis86:itab.obj - 0002:00014d7c ??_C@_07IBNJOAP@vpextrq?$AA@ 1009cd7c udis86:itab.obj - 0002:00014d84 ??_C@_07FOEHDJIJ@vpextrw?$AA@ 1009cd84 udis86:itab.obj - 0002:00014d8c ??_C@_07KGHEBGGL@vphaddd?$AA@ 1009cd8c udis86:itab.obj - 0002:00014d94 ??_C@_08KDNBJGAC@vphaddsw?$AA@ 1009cd94 udis86:itab.obj - 0002:00014da0 ??_C@_07MHJLFHPJ@vphaddw?$AA@ 1009cda0 udis86:itab.obj - 0002:00014da8 ??_C@_0M@JBMAEGIN@vphminposuw?$AA@ 1009cda8 udis86:itab.obj - 0002:00014db4 ??_C@_07FAHMJOMB@vphsubd?$AA@ 1009cdb4 udis86:itab.obj - 0002:00014dbc ??_C@_08JFCENEHM@vphsubsw?$AA@ 1009cdbc udis86:itab.obj - 0002:00014dc8 ??_C@_07DBJDNPFD@vphsubw?$AA@ 1009cdc8 udis86:itab.obj - 0002:00014dd0 ??_C@_07GMEHEFHN@vpinsrb?$AA@ 1009cdd0 udis86:itab.obj - 0002:00014dd8 ??_C@_07DKBNOCPL@vpinsrd?$AA@ 1009cdd8 udis86:itab.obj - 0002:00014de0 ??_C@_07NKIAEOP@vpinsrq?$AA@ 1009cde0 udis86:itab.obj - 0002:00014de8 ??_C@_07FLPCKDGJ@vpinsrw?$AA@ 1009cde8 udis86:itab.obj - 0002:00014df0 ??_C@_0L@LPIDNJFI@vpmaddubsw?$AA@ 1009cdf0 udis86:itab.obj - 0002:00014dfc ??_C@_08JHAPFAOL@vpmaddwd?$AA@ 1009cdfc udis86:itab.obj - 0002:00014e08 ??_C@_07KDEFHNIM@vpmaxsb?$AA@ 1009ce08 udis86:itab.obj - 0002:00014e10 ??_C@_07PFBPNKAK@vpmaxsd?$AA@ 1009ce10 udis86:itab.obj - 0002:00014e18 ??_C@_07JEPAJLJI@vpmaxsw?$AA@ 1009ce18 udis86:itab.obj - 0002:00014e20 ??_C@_07KHMIABDO@vpmaxub?$AA@ 1009ce20 udis86:itab.obj - 0002:00014e28 ??_C@_07PBJCKGLI@vpmaxud?$AA@ 1009ce28 udis86:itab.obj - 0002:00014e30 ??_C@_07JAHNOHCK@vpmaxuw?$AA@ 1009ce30 udis86:itab.obj - 0002:00014e38 ??_C@_07OGEHDOAO@vpminsb?$AA@ 1009ce38 udis86:itab.obj - 0002:00014e40 ??_C@_07LABNJJII@vpminsd?$AA@ 1009ce40 udis86:itab.obj - 0002:00014e48 ??_C@_07NBPCNIBK@vpminsw?$AA@ 1009ce48 udis86:itab.obj - 0002:00014e50 ??_C@_07OCMKECLM@vpminub?$AA@ 1009ce50 udis86:itab.obj - 0002:00014e58 ??_C@_07LEJAOFDK@vpminud?$AA@ 1009ce58 udis86:itab.obj - 0002:00014e60 ??_C@_07NFHPKEKI@vpminuw?$AA@ 1009ce60 udis86:itab.obj - 0002:00014e68 ??_C@_09PHILFHFD@vpmovmskb?$AA@ 1009ce68 udis86:itab.obj - 0002:00014e74 ??_C@_09KGNBGFLI@vpmovsxbd?$AA@ 1009ce74 udis86:itab.obj - 0002:00014e80 ??_C@_09JBGEIDKM@vpmovsxbq?$AA@ 1009ce80 udis86:itab.obj - 0002:00014e8c ??_C@_09MHDOCECK@vpmovsxbw?$AA@ 1009ce8c udis86:itab.obj - 0002:00014e98 ??_C@_09LMDMAECD@vpmovsxwd?$AA@ 1009ce98 udis86:itab.obj - 0002:00014ea4 ??_C@_09ILIJOCDH@vpmovsxwq?$AA@ 1009cea4 udis86:itab.obj - 0002:00014eb0 ??_C@_09KLMBAHMJ@vpmovzxbd?$AA@ 1009ceb0 udis86:itab.obj - 0002:00014ebc ??_C@_09JMHEOBNN@vpmovzxbq?$AA@ 1009cebc udis86:itab.obj - 0002:00014ec8 ??_C@_09MKCOEGFL@vpmovzxbw?$AA@ 1009cec8 udis86:itab.obj - 0002:00014ed4 ??_C@_09JIPJJNGP@vpmovzxdq?$AA@ 1009ced4 udis86:itab.obj - 0002:00014ee0 ??_C@_09LBCMGGFC@vpmovzxwd?$AA@ 1009cee0 udis86:itab.obj - 0002:00014eec ??_C@_09IGJJIAEG@vpmovzxwq?$AA@ 1009ceec udis86:itab.obj - 0002:00014ef8 ??_C@_07JBNIHIGB@vpmuldq?$AA@ 1009cef8 udis86:itab.obj - 0002:00014f00 ??_C@_09MDLEEJOH@vpmulhrsw?$AA@ 1009cf00 udis86:itab.obj - 0002:00014f0c ??_C@_08BHIFHBOD@vpmulhuw?$AA@ 1009cf0c udis86:itab.obj - 0002:00014f18 ??_C@_07MOJICGID@vpmulhw?$AA@ 1009cf18 udis86:itab.obj - 0002:00014f20 ??_C@_07KIHOMPMN@vpmulld?$AA@ 1009cf20 udis86:itab.obj - 0002:00014f28 ??_C@_07MJJBIOFP@vpmullw?$AA@ 1009cf28 udis86:itab.obj - 0002:00014f30 ??_C@_04HKPCCKHI@vpor?$AA@ 1009cf30 udis86:itab.obj - 0002:00014f38 ??_C@_07KKAHNJBD@vpsadbw?$AA@ 1009cf38 udis86:itab.obj - 0002:00014f40 ??_C@_07HPAOMFFA@vpshufb?$AA@ 1009cf40 udis86:itab.obj - 0002:00014f48 ??_C@_07CJFEGCNG@vpshufd?$AA@ 1009cf48 udis86:itab.obj - 0002:00014f50 ??_C@_08GPNDFNG@vpshufhw?$AA@ 1009cf50 udis86:itab.obj - 0002:00014f5c ??_C@_08BPEJNAK@vpshuflw?$AA@ 1009cf5c udis86:itab.obj - 0002:00014f68 ??_C@_07LGGNCCEM@vpsignb?$AA@ 1009cf68 udis86:itab.obj - 0002:00014f70 ??_C@_07OADHIFMK@vpsignd?$AA@ 1009cf70 udis86:itab.obj - 0002:00014f78 ??_C@_07IBNIMEFI@vpsignw?$AA@ 1009cf78 udis86:itab.obj - 0002:00014f80 ??_C@_06GJNHIGBC@vpslld?$AA@ 1009cf80 udis86:itab.obj - 0002:00014f88 ??_C@_07MFPEOOHJ@vpslldq?$AA@ 1009cf88 udis86:itab.obj - 0002:00014f90 ??_C@_06FOGCGAAG@vpsllq?$AA@ 1009cf90 udis86:itab.obj - 0002:00014f98 ??_C@_06IDIMHIA@vpsllw?$AA@ 1009cf98 udis86:itab.obj - 0002:00014fa0 ??_C@_06NBMJDFON@vpsrad?$AA@ 1009cfa0 udis86:itab.obj - 0002:00014fa8 ??_C@_06LACGHEHP@vpsraw?$AA@ 1009cfa8 udis86:itab.obj - 0002:00014fb0 ??_C@_06NJBBKGLO@vpsrld?$AA@ 1009cfb0 udis86:itab.obj - 0002:00014fb8 ??_C@_07BKCEMHJK@vpsrldq?$AA@ 1009cfb8 udis86:itab.obj - 0002:00014fc0 ??_C@_06OOKEEAKK@vpsrlq?$AA@ 1009cfc0 udis86:itab.obj - 0002:00014fc8 ??_C@_06LIPOOHCM@vpsrlw?$AA@ 1009cfc8 udis86:itab.obj - 0002:00014fd0 ??_C@_06BIACBEIL@vpsubb?$AA@ 1009cfd0 udis86:itab.obj - 0002:00014fd8 ??_C@_06EOFILDAN@vpsubd?$AA@ 1009cfd8 udis86:itab.obj - 0002:00014fe0 ??_C@_06HJONFFBJ@vpsubq?$AA@ 1009cfe0 udis86:itab.obj - 0002:00014fe8 ??_C@_07DAFNJINO@vpsubsb?$AA@ 1009cfe8 udis86:itab.obj - 0002:00014ff0 ??_C@_07HOIHOMK@vpsubsw?$AA@ 1009cff0 udis86:itab.obj - 0002:00014ff8 ??_C@_08OBPDNPF@vpsubusb?$AA@ 1009cff8 udis86:itab.obj - 0002:00015004 ??_C@_08DJKKNLOB@vpsubusw?$AA@ 1009d004 udis86:itab.obj - 0002:00015010 ??_C@_06CPLHPCJP@vpsubw?$AA@ 1009d010 udis86:itab.obj - 0002:00015018 ??_C@_06PLEHODJE@vptest?$AA@ 1009d018 udis86:itab.obj - 0002:00015020 ??_C@_0L@FCKGKDDI@vpunpckhbw?$AA@ 1009d020 udis86:itab.obj - 0002:0001502c ??_C@_0L@HBHIAM@vpunpckhdq?$AA@ 1009d02c udis86:itab.obj - 0002:00015038 ??_C@_0M@ECLILDNC@vpunpckhqdq?$AA@ 1009d038 udis86:itab.obj - 0002:00015044 ??_C@_0L@CJKEIDDB@vpunpckhwd?$AA@ 1009d044 udis86:itab.obj - 0002:00015050 ??_C@_0L@NNMEDEGP@vpunpcklbw?$AA@ 1009d050 udis86:itab.obj - 0002:0001505c ??_C@_0L@IPBDOPFL@vpunpckldq?$AA@ 1009d05c udis86:itab.obj - 0002:00015068 ??_C@_0M@LHDIBFBC@vpunpcklqdq?$AA@ 1009d068 udis86:itab.obj - 0002:00015074 ??_C@_0L@KGMGBEGG@vpunpcklwd?$AA@ 1009d074 udis86:itab.obj - 0002:00015080 ??_C@_05JKJNEPFF@vpxor?$AA@ 1009d080 udis86:itab.obj - 0002:00015088 ??_C@_06EOIPIGDO@vrcpps?$AA@ 1009d088 udis86:itab.obj - 0002:00015090 ??_C@_06EMMJDIGH@vrcpss?$AA@ 1009d090 udis86:itab.obj - 0002:00015098 ??_C@_08JFANAIBG@vroundpd?$AA@ 1009d098 udis86:itab.obj - 0002:000150a4 ??_C@_08JAIOIMIA@vroundps?$AA@ 1009d0a4 udis86:itab.obj - 0002:000150b0 ??_C@_08JHELLGEP@vroundsd?$AA@ 1009d0b0 udis86:itab.obj - 0002:000150bc ??_C@_08JCMIDCNJ@vroundss?$AA@ 1009d0bc udis86:itab.obj - 0002:000150c8 ??_C@_08FOGIBFDA@vrsqrtps?$AA@ 1009d0c8 udis86:itab.obj - 0002:000150d4 ??_C@_08FMCOKLGJ@vrsqrtss?$AA@ 1009d0d4 udis86:itab.obj - 0002:000150e0 ??_C@_07LDNKPOJD@vshufpd?$AA@ 1009d0e0 udis86:itab.obj - 0002:000150e8 ??_C@_07LGFJHKAF@vshufps?$AA@ 1009d0e8 udis86:itab.obj - 0002:000150f0 ??_C@_07NPDDOOME@vsqrtpd?$AA@ 1009d0f0 udis86:itab.obj - 0002:000150f8 ??_C@_07NKLAGKFC@vsqrtps?$AA@ 1009d0f8 udis86:itab.obj - 0002:00015100 ??_C@_07NNHFFAJN@vsqrtsd?$AA@ 1009d100 udis86:itab.obj - 0002:00015108 ??_C@_07NIPGNEAL@vsqrtss?$AA@ 1009d108 udis86:itab.obj - 0002:00015110 ??_C@_08LPFCBBFP@vstmxcsr?$AA@ 1009d110 udis86:itab.obj - 0002:0001511c ??_C@_06JFOACMDL@vsubpd?$AA@ 1009d11c udis86:itab.obj - 0002:00015124 ??_C@_06JAGDKIKN@vsubps?$AA@ 1009d124 udis86:itab.obj - 0002:0001512c ??_C@_06JHKGJCGC@vsubsd?$AA@ 1009d12c udis86:itab.obj - 0002:00015134 ??_C@_06JCCFBGPE@vsubss?$AA@ 1009d134 udis86:itab.obj - 0002:0001513c ??_C@_07LPLDLJHH@vtestpd?$AA@ 1009d13c udis86:itab.obj - 0002:00015144 ??_C@_07LKDADNOB@vtestps?$AA@ 1009d144 udis86:itab.obj - 0002:0001514c ??_C@_08ENKJFGNC@vucomisd?$AA@ 1009d14c udis86:itab.obj - 0002:00015158 ??_C@_08EICKNCEE@vucomiss?$AA@ 1009d158 udis86:itab.obj - 0002:00015164 ??_C@_09LPGPKENJ@vunpckhpd?$AA@ 1009d164 udis86:itab.obj - 0002:00015170 ??_C@_09LKOMCAEP@vunpckhps?$AA@ 1009d170 udis86:itab.obj - 0002:0001517c ??_C@_09DAANDDIO@vunpcklpd?$AA@ 1009d17c udis86:itab.obj - 0002:00015188 ??_C@_09DFIOLHBI@vunpcklps?$AA@ 1009d188 udis86:itab.obj - 0002:00015194 ??_C@_06IFGOAEEE@vxorpd?$AA@ 1009d194 udis86:itab.obj - 0002:0001519c ??_C@_06IAONIANC@vxorps?$AA@ 1009d19c udis86:itab.obj - 0002:000151a4 ??_C@_08CIMGHFML@vzeroall?$AA@ 1009d1a4 udis86:itab.obj - 0002:000151b0 ??_C@_0L@HMOMGDGG@vzeroupper?$AA@ 1009d1b0 udis86:itab.obj - 0002:000151bc ??_C@_04PNOAOIAG@wait?$AA@ 1009d1bc udis86:itab.obj - 0002:000151c4 ??_C@_06BAFGEPDI@wbinvd?$AA@ 1009d1c4 udis86:itab.obj - 0002:000151cc ??_C@_05FJPKDCCJ@wrmsr?$AA@ 1009d1cc udis86:itab.obj - 0002:000151d4 ??_C@_04DNKKPONF@xadd?$AA@ 1009d1d4 udis86:itab.obj - 0002:000151dc ??_C@_04LFJEJMPJ@xchg?$AA@ 1009d1dc udis86:itab.obj - 0002:000151e4 ??_C@_09CAOANIJI@xcryptcbc?$AA@ 1009d1e4 udis86:itab.obj - 0002:000151f0 ??_C@_09DOPCEBAF@xcryptcfb?$AA@ 1009d1f0 udis86:itab.obj - 0002:000151fc ??_C@_09GLJCCEEK@xcryptctr?$AA@ 1009d1fc udis86:itab.obj - 0002:00015208 ??_C@_09BNFCNMDC@xcryptecb?$AA@ 1009d208 udis86:itab.obj - 0002:00015214 ??_C@_09HECEPOLN@xcryptofb?$AA@ 1009d214 udis86:itab.obj - 0002:00015220 ??_C@_06CPFMIPOH@xgetbv?$AA@ 1009d220 udis86:itab.obj - 0002:00015228 ??_C@_05HCCHBCHD@xlatb?$AA@ 1009d228 udis86:itab.obj - 0002:00015230 ??_C@_03COLCDPPJ@xor?$AA@ 1009d230 udis86:itab.obj - 0002:00015234 ??_C@_05CGHIJPII@xorpd?$AA@ 1009d234 udis86:itab.obj - 0002:0001523c ??_C@_05CDPLBLBO@xorps?$AA@ 1009d23c udis86:itab.obj - 0002:00015244 ??_C@_06PPFDCILK@xrstor?$AA@ 1009d244 udis86:itab.obj - 0002:0001524c ??_C@_05NMFCFAIJ@xsave?$AA@ 1009d24c udis86:itab.obj - 0002:00015254 ??_C@_06LHBLMPGK@xsetbv?$AA@ 1009d254 udis86:itab.obj - 0002:0001525c ??_C@_05GGOEDCKG@xsha1?$AA@ 1009d25c udis86:itab.obj - 0002:00015264 ??_C@_07IJIDDFOL@xsha256?$AA@ 1009d264 udis86:itab.obj - 0002:0001526c ??_C@_06BAEKEDCE@xstore?$AA@ 1009d26c udis86:itab.obj - 0002:00015274 ??_C@_07MALOAKCI@invalid?$AA@ 1009d274 udis86:itab.obj - 0002:0001527c ??_C@_05FIGNBJMO@3dnow?$AA@ 1009d27c udis86:itab.obj - 0002:00015284 ??_C@_04CGFJFPFD@none?$AA@ 1009d284 udis86:itab.obj - 0002:0001528c ??_C@_02BIKLEMDE@db?$AA@ 1009d28c udis86:itab.obj - 0002:00015290 ??_C@_05PDJBBECF@pause?$AA@ 1009d290 udis86:itab.obj - 0002:00015e40 _ud_itab__0 1009de40 udis86:itab.obj - 0002:00017a70 _ud_reg_tab 1009fa70 udis86:syn.obj - 0002:00017cdc ??_C@_02IAODKDFB@al?$AA@ 1009fcdc udis86:syn.obj - 0002:00017ce0 ??_C@_02IDGHHHDP@cl?$AA@ 1009fce0 udis86:syn.obj - 0002:00017ce4 ??_C@_02IGCIGBLK@dl?$AA@ 1009fce4 udis86:syn.obj - 0002:00017ce8 ??_C@_02ICKFBNAI@bl?$AA@ 1009fce8 udis86:syn.obj - 0002:00017cec ??_C@_02OEIPGGFF@ah?$AA@ 1009fcec udis86:syn.obj - 0002:00017cf0 ??_C@_02OHALLCDL@ch?$AA@ 1009fcf0 udis86:syn.obj - 0002:00017cf4 ??_C@_02OCEEKELO@dh?$AA@ 1009fcf4 udis86:syn.obj - 0002:00017cf8 ??_C@_02OGMJNIAM@bh?$AA@ 1009fcf8 udis86:syn.obj - 0002:00017cfc ??_C@_03DKIIGDGK@spl?$AA@ 1009fcfc udis86:syn.obj - 0002:00017d00 ??_C@_03NCCNFDJA@bpl?$AA@ 1009fd00 udis86:syn.obj - 0002:00017d04 ??_C@_03CJHPPLJF@sil?$AA@ 1009fd04 udis86:syn.obj - 0002:00017d08 ??_C@_03OELBJELD@dil?$AA@ 1009fd08 udis86:syn.obj - 0002:00017d0c ??_C@_03GCDOPFPJ@r8b?$AA@ 1009fd0c udis86:syn.obj - 0002:00017d10 ??_C@_03GDPMJPMO@r9b?$AA@ 1009fd10 udis86:syn.obj - 0002:00017d14 ??_C@_04IBPIMIDM@r10b?$AA@ 1009fd14 udis86:syn.obj - 0002:00017d1c ??_C@_04IADKKCAL@r11b?$AA@ 1009fd1c udis86:syn.obj - 0002:00017d24 ??_C@_04ICHMBMFC@r12b?$AA@ 1009fd24 udis86:syn.obj - 0002:00017d2c ??_C@_04IDLOHGGF@r13b?$AA@ 1009fd2c udis86:syn.obj - 0002:00017d34 ??_C@_04IGPBGAOA@r14b?$AA@ 1009fd34 udis86:syn.obj - 0002:00017d3c ??_C@_04IHDDAKNH@r15b?$AA@ 1009fd3c udis86:syn.obj - 0002:00017d44 ??_C@_02KOENHEAE@ax?$AA@ 1009fd44 udis86:syn.obj - 0002:00017d48 ??_C@_02KNMJKAGK@cx?$AA@ 1009fd48 udis86:syn.obj - 0002:00017d4c ??_C@_02KIIGLGOP@dx?$AA@ 1009fd4c udis86:syn.obj - 0002:00017d50 ??_C@_02KMALMKFN@bx?$AA@ 1009fd50 udis86:syn.obj - 0002:00017d54 ??_C@_02HJDGIJBC@sp?$AA@ 1009fd54 udis86:syn.obj - 0002:00017d58 ??_C@_02GENCEAFF@bp?$AA@ 1009fd58 udis86:syn.obj - 0002:00017d5c ??_C@_02OCDGCAAK@si?$AA@ 1009fd5c udis86:syn.obj - 0002:00017d60 ??_C@_02PLFPJFPP@di?$AA@ 1009fd60 udis86:syn.obj - 0002:00017d64 ??_C@_03FFILBDON@r8w?$AA@ 1009fd64 udis86:syn.obj - 0002:00017d68 ??_C@_03FEEJHJNK@r9w?$AA@ 1009fd68 udis86:syn.obj - 0002:00017d6c ??_C@_04LGENCOCI@r10w?$AA@ 1009fd6c udis86:syn.obj - 0002:00017d74 ??_C@_04LHIPEEBP@r11w?$AA@ 1009fd74 udis86:syn.obj - 0002:00017d7c ??_C@_04LFMJPKEG@r12w?$AA@ 1009fd7c udis86:syn.obj - 0002:00017d84 ??_C@_04LEALJAHB@r13w?$AA@ 1009fd84 udis86:syn.obj - 0002:00017d8c ??_C@_04LBEEIGPE@r14w?$AA@ 1009fd8c udis86:syn.obj - 0002:00017d94 ??_C@_04LAIGOMMD@r15w?$AA@ 1009fd94 udis86:syn.obj - 0002:00017d9c ??_C@_03HMLAHFDL@eax?$AA@ 1009fd9c udis86:syn.obj - 0002:00017da0 ??_C@_03HPDEKBFF@ecx?$AA@ 1009fda0 udis86:syn.obj - 0002:00017da4 ??_C@_03HKHLLHNA@edx?$AA@ 1009fda4 udis86:syn.obj - 0002:00017da8 ??_C@_03HOPGMLGC@ebx?$AA@ 1009fda8 udis86:syn.obj - 0002:00017dac ??_C@_03KLMLIICN@esp?$AA@ 1009fdac udis86:syn.obj - 0002:00017db0 ??_C@_03LGCPEBGK@ebp?$AA@ 1009fdb0 udis86:syn.obj - 0002:00017db4 ??_C@_03DAMLCBDF@esi?$AA@ 1009fdb4 udis86:syn.obj - 0002:00017db8 ??_C@_03CJKCJEMA@edi?$AA@ 1009fdb8 udis86:syn.obj - 0002:00017dbc ??_C@_03DEGEFCHP@r8d?$AA@ 1009fdbc udis86:syn.obj - 0002:00017dc0 ??_C@_03DFKGDIEI@r9d?$AA@ 1009fdc0 udis86:syn.obj - 0002:00017dc4 ??_C@_04NHKCGPLK@r10d?$AA@ 1009fdc4 udis86:syn.obj - 0002:00017dcc ??_C@_04NGGAAFIN@r11d?$AA@ 1009fdcc udis86:syn.obj - 0002:00017dd4 ??_C@_04NECGLLNE@r12d?$AA@ 1009fdd4 udis86:syn.obj - 0002:00017ddc ??_C@_04NFOENBOD@r13d?$AA@ 1009fddc udis86:syn.obj - 0002:00017de4 ??_C@_04NAKLMHGG@r14d?$AA@ 1009fde4 udis86:syn.obj - 0002:00017dec ??_C@_04NBGJKNFB@r15d?$AA@ 1009fdec udis86:syn.obj - 0002:00017df4 ??_C@_03LBHOBKBN@rax?$AA@ 1009fdf4 udis86:syn.obj - 0002:00017df8 ??_C@_03LCPKMOHD@rcx?$AA@ 1009fdf8 udis86:syn.obj - 0002:00017dfc ??_C@_03LHLFNIPG@rdx?$AA@ 1009fdfc udis86:syn.obj - 0002:00017e00 ??_C@_03LDDIKEEE@rbx?$AA@ 1009fe00 udis86:syn.obj - 0002:00017e04 ??_C@_03GGAFOHAL@rsp?$AA@ 1009fe04 udis86:syn.obj - 0002:00017e08 ??_C@_03HLOBCOEM@rbp?$AA@ 1009fe08 udis86:syn.obj - 0002:00017e0c ??_C@_03PNAFEOBD@rsi?$AA@ 1009fe0c udis86:syn.obj - 0002:00017e10 ??_C@_03OEGMPLOG@rdi?$AA@ 1009fe10 udis86:syn.obj - 0002:00017e14 ??_C@_02EAFECGCI@r8?$AA@ 1009fe14 udis86:syn.obj - 0002:00017e18 ??_C@_02FJEPBHGJ@r9?$AA@ 1009fe18 udis86:syn.obj - 0002:00017e1c ??_C@_03OFGCPBKA@r10?$AA@ 1009fe1c udis86:syn.obj - 0002:00017e20 ??_C@_03PMHJMAOB@r11?$AA@ 1009fe20 udis86:syn.obj - 0002:00017e24 ??_C@_03NHFEJDCC@r12?$AA@ 1009fe24 udis86:syn.obj - 0002:00017e28 ??_C@_03MOEPKCGD@r13?$AA@ 1009fe28 udis86:syn.obj - 0002:00017e2c ??_C@_03IBAODEKE@r14?$AA@ 1009fe2c udis86:syn.obj - 0002:00017e30 ??_C@_03JIBFAFOF@r15?$AA@ 1009fe30 udis86:syn.obj - 0002:00017e34 ??_C@_02EKLAAFBD@es?$AA@ 1009fe34 udis86:syn.obj - 0002:00017e38 ??_C@_02EODNHJKB@cs?$AA@ 1009fe38 udis86:syn.obj - 0002:00017e3c ??_C@_02FCBLNKNB@ss?$AA@ 1009fe3c udis86:syn.obj - 0002:00017e40 ??_C@_02ELHCGPCE@ds?$AA@ 1009fe40 udis86:syn.obj - 0002:00017e44 ??_C@_02EIPGLLEK@fs?$AA@ 1009fe44 udis86:syn.obj - 0002:00017e48 ??_C@_02EJDENBHN@gs?$AA@ 1009fe48 udis86:syn.obj - 0002:00017e4c ??_C@_03HPBLPCMD@cr0?$AA@ 1009fe4c udis86:syn.obj - 0002:00017e50 ??_C@_03GGAAMDIC@cr1?$AA@ 1009fe50 udis86:syn.obj - 0002:00017e54 ??_C@_03ENCNJAEB@cr2?$AA@ 1009fe54 udis86:syn.obj - 0002:00017e58 ??_C@_03FEDGKBAA@cr3?$AA@ 1009fe58 udis86:syn.obj - 0002:00017e5c ??_C@_03BLHHDHMH@cr4?$AA@ 1009fe5c udis86:syn.obj - 0002:00017e60 ??_C@_03CGMAGIG@cr5?$AA@ 1009fe60 udis86:syn.obj - 0002:00017e64 ??_C@_03CJEBFFEF@cr6?$AA@ 1009fe64 udis86:syn.obj - 0002:00017e68 ??_C@_03DAFKGEAE@cr7?$AA@ 1009fe68 udis86:syn.obj - 0002:00017e6c ??_C@_03LHMCHIML@cr8?$AA@ 1009fe6c udis86:syn.obj - 0002:00017e70 ??_C@_03KONJEJIK@cr9?$AA@ 1009fe70 udis86:syn.obj - 0002:00017e74 ??_C@_04NMJGNEDM@cr10?$AA@ 1009fe74 udis86:syn.obj - 0002:00017e7c ??_C@_04MFINOFHN@cr11?$AA@ 1009fe7c udis86:syn.obj - 0002:00017e84 ??_C@_04OOKALGLO@cr12?$AA@ 1009fe84 udis86:syn.obj - 0002:00017e8c ??_C@_04PHLLIHPP@cr13?$AA@ 1009fe8c udis86:syn.obj - 0002:00017e94 ??_C@_04LIPKBBDI@cr14?$AA@ 1009fe94 udis86:syn.obj - 0002:00017e9c ??_C@_04KBOBCAHJ@cr15?$AA@ 1009fe9c udis86:syn.obj - 0002:00017ea4 ??_C@_03OCMMMKHK@dr0?$AA@ 1009fea4 udis86:syn.obj - 0002:00017ea8 ??_C@_03PLNHPLDL@dr1?$AA@ 1009fea8 udis86:syn.obj - 0002:00017eac ??_C@_03NAPKKIPI@dr2?$AA@ 1009feac udis86:syn.obj - 0002:00017eb0 ??_C@_03MJOBJJLJ@dr3?$AA@ 1009feb0 udis86:syn.obj - 0002:00017eb4 ??_C@_03IGKAAPHO@dr4?$AA@ 1009feb4 udis86:syn.obj - 0002:00017eb8 ??_C@_03JPLLDODP@dr5?$AA@ 1009feb8 udis86:syn.obj - 0002:00017ebc ??_C@_03LEJGGNPM@dr6?$AA@ 1009febc udis86:syn.obj - 0002:00017ec0 ??_C@_03KNINFMLN@dr7?$AA@ 1009fec0 udis86:syn.obj - 0002:00017ec4 ??_C@_03CKBFEAHC@dr8?$AA@ 1009fec4 udis86:syn.obj - 0002:00017ec8 ??_C@_03DDAOHBDD@dr9?$AA@ 1009fec8 udis86:syn.obj - 0002:00017ecc ??_C@_04GOLGAICM@dr10?$AA@ 1009fecc udis86:syn.obj - 0002:00017ed4 ??_C@_04HHKNDJGN@dr11?$AA@ 1009fed4 udis86:syn.obj - 0002:00017edc ??_C@_04FMIAGKKO@dr12?$AA@ 1009fedc udis86:syn.obj - 0002:00017ee4 ??_C@_04EFJLFLOP@dr13?$AA@ 1009fee4 udis86:syn.obj - 0002:00017eec ??_C@_04KNKMNCI@dr14?$AA@ 1009feec udis86:syn.obj - 0002:00017ef4 ??_C@_04BDMBPMGJ@dr15?$AA@ 1009fef4 udis86:syn.obj - 0002:00017efc ??_C@_03IILOGBLN@mm0?$AA@ 1009fefc udis86:syn.obj - 0002:00017f00 ??_C@_03JBKFFAPM@mm1?$AA@ 1009ff00 udis86:syn.obj - 0002:00017f04 ??_C@_03LKIIADDP@mm2?$AA@ 1009ff04 udis86:syn.obj - 0002:00017f08 ??_C@_03KDJDDCHO@mm3?$AA@ 1009ff08 udis86:syn.obj - 0002:00017f0c ??_C@_03OMNCKELJ@mm4?$AA@ 1009ff0c udis86:syn.obj - 0002:00017f10 ??_C@_03PFMJJFPI@mm5?$AA@ 1009ff10 udis86:syn.obj - 0002:00017f14 ??_C@_03NOOEMGDL@mm6?$AA@ 1009ff14 udis86:syn.obj - 0002:00017f18 ??_C@_03MHPPPHHK@mm7?$AA@ 1009ff18 udis86:syn.obj - 0002:00017f1c ??_C@_03CLIPNJOO@st0?$AA@ 1009ff1c udis86:syn.obj - 0002:00017f20 ??_C@_03DCJEOIKP@st1?$AA@ 1009ff20 udis86:syn.obj - 0002:00017f24 ??_C@_03BJLJLLGM@st2?$AA@ 1009ff24 udis86:syn.obj - 0002:00017f28 ??_C@_03KCIKCN@st3?$AA@ 1009ff28 udis86:syn.obj - 0002:00017f2c ??_C@_03EPODBMOK@st4?$AA@ 1009ff2c udis86:syn.obj - 0002:00017f30 ??_C@_03FGPICNKL@st5?$AA@ 1009ff30 udis86:syn.obj - 0002:00017f34 ??_C@_03HNNFHOGI@st6?$AA@ 1009ff34 udis86:syn.obj - 0002:00017f38 ??_C@_03GEMOEPCJ@st7?$AA@ 1009ff38 udis86:syn.obj - 0002:00017f3c ??_C@_04KGHKOCLC@xmm0?$AA@ 1009ff3c udis86:syn.obj - 0002:00017f44 ??_C@_04LPGBNDPD@xmm1?$AA@ 1009ff44 udis86:syn.obj - 0002:00017f4c ??_C@_04JEEMIADA@xmm2?$AA@ 1009ff4c udis86:syn.obj - 0002:00017f54 ??_C@_04INFHLBHB@xmm3?$AA@ 1009ff54 udis86:syn.obj - 0002:00017f5c ??_C@_04MCBGCHLG@xmm4?$AA@ 1009ff5c udis86:syn.obj - 0002:00017f64 ??_C@_04NLANBGPH@xmm5?$AA@ 1009ff64 udis86:syn.obj - 0002:00017f6c ??_C@_04PACAEFDE@xmm6?$AA@ 1009ff6c udis86:syn.obj - 0002:00017f74 ??_C@_04OJDLHEHF@xmm7?$AA@ 1009ff74 udis86:syn.obj - 0002:00017f7c ??_C@_04GOKDGILK@xmm8?$AA@ 1009ff7c udis86:syn.obj - 0002:00017f84 ??_C@_04HHLIFJPL@xmm9?$AA@ 1009ff84 udis86:syn.obj - 0002:00017f8c ??_C@_05PLENPEIG@xmm10?$AA@ 1009ff8c udis86:syn.obj - 0002:00017f94 ??_C@_05OCFGMFMH@xmm11?$AA@ 1009ff94 udis86:syn.obj - 0002:00017f9c ??_C@_05MJHLJGAE@xmm12?$AA@ 1009ff9c udis86:syn.obj - 0002:00017fa4 ??_C@_05NAGAKHEF@xmm13?$AA@ 1009ffa4 udis86:syn.obj - 0002:00017fac ??_C@_05JPCBDBIC@xmm14?$AA@ 1009ffac udis86:syn.obj - 0002:00017fb4 ??_C@_05IGDKAAMD@xmm15?$AA@ 1009ffb4 udis86:syn.obj - 0002:00017fbc ??_C@_04JLBKMLAC@ymm0?$AA@ 1009ffbc udis86:syn.obj - 0002:00017fc4 ??_C@_04ICABPKED@ymm1?$AA@ 1009ffc4 udis86:syn.obj - 0002:00017fcc ??_C@_04KJCMKJIA@ymm2?$AA@ 1009ffcc udis86:syn.obj - 0002:00017fd4 ??_C@_04LADHJIMB@ymm3?$AA@ 1009ffd4 udis86:syn.obj - 0002:00017fdc ??_C@_04PPHGAOAG@ymm4?$AA@ 1009ffdc udis86:syn.obj - 0002:00017fe4 ??_C@_04OGGNDPEH@ymm5?$AA@ 1009ffe4 udis86:syn.obj - 0002:00017fec ??_C@_04MNEAGMIE@ymm6?$AA@ 1009ffec udis86:syn.obj - 0002:00017ff4 ??_C@_04NEFLFNMF@ymm7?$AA@ 1009fff4 udis86:syn.obj - 0002:00017ffc ??_C@_04FDMDEBAK@ymm8?$AA@ 1009fffc udis86:syn.obj - 0002:00018004 ??_C@_04EKNIHAEL@ymm9?$AA@ 100a0004 udis86:syn.obj - 0002:0001800c ??_C@_05DABBCHCD@ymm10?$AA@ 100a000c udis86:syn.obj - 0002:00018014 ??_C@_05CJAKBGGC@ymm11?$AA@ 100a0014 udis86:syn.obj - 0002:0001801c ??_C@_05CCHEFKB@ymm12?$AA@ 100a001c udis86:syn.obj - 0002:00018024 ??_C@_05BLDMHEOA@ymm13?$AA@ 100a0024 udis86:syn.obj - 0002:0001802c ??_C@_05FEHNOCCH@ymm14?$AA@ 100a002c udis86:syn.obj - 0002:00018034 ??_C@_05ENGGNDGG@ymm15?$AA@ 100a0034 udis86:syn.obj - 0002:0001803c ??_C@_03HHLEMBKN@rip?$AA@ 100a003c udis86:syn.obj - 0002:00018040 ??_C@_08KBPBCHKK@?$CFs?$CF?$CLI64d?$AA@ 100a0040 udis86:syn.obj - 0002:0001804c ??_C@_07NDNBFKNF@0x?$CFI64x?$AA@ 100a004c udis86:syn.obj - 0002:00018054 ??_C@_08CDEEPEOG@?90x?$CFI64x?$AA@ 100a0054 udis86:syn.obj - 0002:00018060 ??_C@_09DFCDNKEO@?$CFs0x?$CFI64x?$AA@ 100a0060 udis86:syn.obj - 0002:00018070 __load_config_used 100a0070 LIBCMT:loadcfg.obj - 0002:00018180 __tls_used 100a0180 LIBCMT:tlssup.obj - 0002:00018198 ??_R4exception@std@@6B@ 100a0198 logging.cpp.obj - 0002:000181ac ??_R3exception@std@@8 100a01ac logging.cpp.obj - 0002:000181bc ??_R2exception@std@@8 100a01bc logging.cpp.obj - 0002:000181c4 ??_R1A@?0A@EA@exception@std@@8 100a01c4 logging.cpp.obj - 0002:000181e0 ??_R4bad_array_new_length@std@@6B@ 100a01e0 logging.cpp.obj - 0002:000181f4 ??_R3bad_array_new_length@std@@8 100a01f4 logging.cpp.obj - 0002:00018204 ??_R2bad_array_new_length@std@@8 100a0204 logging.cpp.obj - 0002:00018214 ??_R1A@?0A@EA@bad_array_new_length@std@@8 100a0214 logging.cpp.obj - 0002:00018230 ??_R1A@?0A@EA@bad_alloc@std@@8 100a0230 logging.cpp.obj - 0002:0001824c ??_R3bad_alloc@std@@8 100a024c logging.cpp.obj - 0002:0001825c ??_R2bad_alloc@std@@8 100a025c logging.cpp.obj - 0002:00018268 ??_R4bad_alloc@std@@6B@ 100a0268 logging.cpp.obj - 0002:0001827c ??_R4ios_base@std@@6B@ 100a027c logging.cpp.obj - 0002:00018290 ??_R3ios_base@std@@8 100a0290 logging.cpp.obj - 0002:000182a0 ??_R2ios_base@std@@8 100a02a0 logging.cpp.obj - 0002:000182ac ??_R1A@?0A@EA@ios_base@std@@8 100a02ac logging.cpp.obj - 0002:000182c8 ??_R17?0A@EA@?$_Iosb@H@std@@8 100a02c8 logging.cpp.obj - 0002:000182e4 ??_R3?$_Iosb@H@std@@8 100a02e4 logging.cpp.obj - 0002:000182f4 ??_R2?$_Iosb@H@std@@8 100a02f4 logging.cpp.obj - 0002:000182fc ??_R1A@?0A@EA@?$_Iosb@H@std@@8 100a02fc logging.cpp.obj - 0002:00018318 ??_R4?$basic_ios@DU?$char_traits@D@std@@@std@@6B@ 100a0318 logging.cpp.obj - 0002:0001832c ??_R3?$basic_ios@DU?$char_traits@D@std@@@std@@8 100a032c logging.cpp.obj - 0002:0001833c ??_R2?$basic_ios@DU?$char_traits@D@std@@@std@@8 100a033c logging.cpp.obj - 0002:0001834c ??_R1A@?0A@EA@?$basic_ios@DU?$char_traits@D@std@@@std@@8 100a034c logging.cpp.obj - 0002:00018368 ??_R4?$basic_streambuf@DU?$char_traits@D@std@@@std@@6B@ 100a0368 logging.cpp.obj - 0002:0001837c ??_R3?$basic_streambuf@DU?$char_traits@D@std@@@std@@8 100a037c logging.cpp.obj - 0002:0001838c ??_R2?$basic_streambuf@DU?$char_traits@D@std@@@std@@8 100a038c logging.cpp.obj - 0002:00018394 ??_R1A@?0A@EA@?$basic_streambuf@DU?$char_traits@D@std@@@std@@8 100a0394 logging.cpp.obj - 0002:000183b0 ??_R4?$basic_ostream@DU?$char_traits@D@std@@@std@@6B@ 100a03b0 logging.cpp.obj - 0002:000183c4 ??_R3?$basic_ostream@DU?$char_traits@D@std@@@std@@8 100a03c4 logging.cpp.obj - 0002:000183d4 ??_R2?$basic_ostream@DU?$char_traits@D@std@@@std@@8 100a03d4 logging.cpp.obj - 0002:000183e8 ??_R1A@?0A@EA@?$basic_ostream@DU?$char_traits@D@std@@@std@@8 100a03e8 logging.cpp.obj - 0002:00018404 ??_R1A@A@3FA@?$basic_ios@DU?$char_traits@D@std@@@std@@8 100a0404 logging.cpp.obj - 0002:00018420 ??_R1A@A@3EA@ios_base@std@@8 100a0420 logging.cpp.obj - 0002:0001843c ??_R17A@3EA@?$_Iosb@H@std@@8 100a043c logging.cpp.obj - 0002:00018458 ??_R4?$basic_filebuf@DU?$char_traits@D@std@@@std@@6B@ 100a0458 logging.cpp.obj - 0002:0001846c ??_R3?$basic_filebuf@DU?$char_traits@D@std@@@std@@8 100a046c logging.cpp.obj - 0002:0001847c ??_R2?$basic_filebuf@DU?$char_traits@D@std@@@std@@8 100a047c logging.cpp.obj - 0002:00018488 ??_R1A@?0A@EA@?$basic_filebuf@DU?$char_traits@D@std@@@std@@8 100a0488 logging.cpp.obj - 0002:000184a4 ??_R4?$basic_ofstream@DU?$char_traits@D@std@@@std@@6B@ 100a04a4 logging.cpp.obj - 0002:000184b8 ??_R3?$basic_ofstream@DU?$char_traits@D@std@@@std@@8 100a04b8 logging.cpp.obj - 0002:000184c8 ??_R2?$basic_ofstream@DU?$char_traits@D@std@@@std@@8 100a04c8 logging.cpp.obj - 0002:000184e0 ??_R1A@?0A@EA@?$basic_ofstream@DU?$char_traits@D@std@@@std@@8 100a04e0 logging.cpp.obj - 0002:000184fc ??_R4runtime_error@std@@6B@ 100a04fc logging.cpp.obj - 0002:00018510 ??_R3runtime_error@std@@8 100a0510 logging.cpp.obj - 0002:00018520 ??_R2runtime_error@std@@8 100a0520 logging.cpp.obj - 0002:0001852c ??_R1A@?0A@EA@runtime_error@std@@8 100a052c logging.cpp.obj - 0002:00018548 ??_R3error_category@std@@8 100a0548 logging.cpp.obj - 0002:00018558 ??_R2error_category@std@@8 100a0558 logging.cpp.obj - 0002:00018560 ??_R1A@?0A@EA@error_category@std@@8 100a0560 logging.cpp.obj - 0002:0001857c ??_R4_System_error@std@@6B@ 100a057c logging.cpp.obj - 0002:00018590 ??_R3_System_error@std@@8 100a0590 logging.cpp.obj - 0002:000185a0 ??_R2_System_error@std@@8 100a05a0 logging.cpp.obj - 0002:000185b0 ??_R1A@?0A@EA@_System_error@std@@8 100a05b0 logging.cpp.obj - 0002:000185cc ??_R4system_error@std@@6B@ 100a05cc logging.cpp.obj - 0002:000185e0 ??_R3system_error@std@@8 100a05e0 logging.cpp.obj - 0002:000185f0 ??_R2system_error@std@@8 100a05f0 logging.cpp.obj - 0002:00018604 ??_R1A@?0A@EA@system_error@std@@8 100a0604 logging.cpp.obj - 0002:00018620 ??_R4_Iostream_error_category2@std@@6B@ 100a0620 logging.cpp.obj - 0002:00018634 ??_R3_Iostream_error_category2@std@@8 100a0634 logging.cpp.obj - 0002:00018644 ??_R2_Iostream_error_category2@std@@8 100a0644 logging.cpp.obj - 0002:00018650 ??_R1A@?0A@EA@_Iostream_error_category2@std@@8 100a0650 logging.cpp.obj - 0002:0001866c ??_R4bad_cast@std@@6B@ 100a066c logging.cpp.obj - 0002:00018680 ??_R3bad_cast@std@@8 100a0680 logging.cpp.obj - 0002:00018690 ??_R2bad_cast@std@@8 100a0690 logging.cpp.obj - 0002:0001869c ??_R1A@?0A@EA@bad_cast@std@@8 100a069c logging.cpp.obj - 0002:000186b8 ??_R4_Facet_base@std@@6B@ 100a06b8 logging.cpp.obj - 0002:000186cc ??_R3_Facet_base@std@@8 100a06cc logging.cpp.obj - 0002:000186dc ??_R2_Facet_base@std@@8 100a06dc logging.cpp.obj - 0002:000186e4 ??_R1A@?0A@EA@_Facet_base@std@@8 100a06e4 logging.cpp.obj - 0002:00018700 ??_R3facet@locale@std@@8 100a0700 logging.cpp.obj - 0002:00018710 ??_R2facet@locale@std@@8 100a0710 logging.cpp.obj - 0002:00018720 ??_R1A@?0A@EA@facet@locale@std@@8 100a0720 logging.cpp.obj - 0002:0001873c ??_R13?0A@EA@_Crt_new_delete@std@@8 100a073c logging.cpp.obj - 0002:00018758 ??_R3_Crt_new_delete@std@@8 100a0758 logging.cpp.obj - 0002:00018768 ??_R2_Crt_new_delete@std@@8 100a0768 logging.cpp.obj - 0002:00018770 ??_R1A@?0A@EA@_Crt_new_delete@std@@8 100a0770 logging.cpp.obj - 0002:0001878c ??_R3codecvt_base@std@@8 100a078c logging.cpp.obj - 0002:0001879c ??_R2codecvt_base@std@@8 100a079c logging.cpp.obj - 0002:000187b0 ??_R1A@?0A@EA@codecvt_base@std@@8 100a07b0 logging.cpp.obj - 0002:000187cc ??_R3ctype_base@std@@8 100a07cc logging.cpp.obj - 0002:000187dc ??_R2ctype_base@std@@8 100a07dc logging.cpp.obj - 0002:000187f0 ??_R1A@?0A@EA@ctype_base@std@@8 100a07f0 logging.cpp.obj - 0002:0001880c ??_R4?$ctype@D@std@@6B@ 100a080c logging.cpp.obj - 0002:00018820 ??_R3?$ctype@D@std@@8 100a0820 logging.cpp.obj - 0002:00018830 ??_R2?$ctype@D@std@@8 100a0830 logging.cpp.obj - 0002:00018848 ??_R1A@?0A@EA@?$ctype@D@std@@8 100a0848 logging.cpp.obj - 0002:00018864 ??_R4failure@ios_base@std@@6B@ 100a0864 logging.cpp.obj - 0002:00018878 ??_R3failure@ios_base@std@@8 100a0878 logging.cpp.obj - 0002:00018888 ??_R2failure@ios_base@std@@8 100a0888 logging.cpp.obj - 0002:000188a0 ??_R1A@?0A@EA@failure@ios_base@std@@8 100a08a0 logging.cpp.obj - 0002:000188bc ??_R4?$codecvt@DDU_Mbstatet@@@std@@6B@ 100a08bc logging.cpp.obj - 0002:000188d0 ??_R3?$codecvt@DDU_Mbstatet@@@std@@8 100a08d0 logging.cpp.obj - 0002:000188e0 ??_R2?$codecvt@DDU_Mbstatet@@@std@@8 100a08e0 logging.cpp.obj - 0002:000188f8 ??_R1A@?0A@EA@?$codecvt@DDU_Mbstatet@@@std@@8 100a08f8 logging.cpp.obj - 0002:00018914 ??_R4bad_exception@std@@6B@ 100a0914 main.cpp.obj - 0002:00018928 ??_R3bad_exception@std@@8 100a0928 main.cpp.obj - 0002:00018938 ??_R2bad_exception@std@@8 100a0938 main.cpp.obj - 0002:00018944 ??_R1A@?0A@EA@bad_exception@std@@8 100a0944 main.cpp.obj - 0002:00018960 ??_R4?$basic_istream@DU?$char_traits@D@std@@@std@@6B@ 100a0960 main.cpp.obj - 0002:00018974 ??_R3?$basic_istream@DU?$char_traits@D@std@@@std@@8 100a0974 main.cpp.obj - 0002:00018984 ??_R2?$basic_istream@DU?$char_traits@D@std@@@std@@8 100a0984 main.cpp.obj - 0002:00018998 ??_R1A@?0A@EA@?$basic_istream@DU?$char_traits@D@std@@@std@@8 100a0998 main.cpp.obj - 0002:000189b4 ??_R4?$basic_iostream@DU?$char_traits@D@std@@@std@@6B@ 100a09b4 main.cpp.obj - 0002:000189c8 ??_R3?$basic_iostream@DU?$char_traits@D@std@@@std@@8 100a09c8 main.cpp.obj - 0002:000189d8 ??_R2?$basic_iostream@DU?$char_traits@D@std@@@std@@8 100a09d8 main.cpp.obj - 0002:00018a00 ??_R1A@?0A@EA@?$basic_iostream@DU?$char_traits@D@std@@@std@@8 100a0a00 main.cpp.obj - 0002:00018a1c ??_R1BA@?0A@EA@?$basic_ostream@DU?$char_traits@D@std@@@std@@8 100a0a1c main.cpp.obj - 0002:00018a38 ??_R4?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 100a0a38 main.cpp.obj - 0002:00018a4c ??_R3?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a0a4c main.cpp.obj - 0002:00018a5c ??_R2?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a0a5c main.cpp.obj - 0002:00018a68 ??_R1A@?0A@EA@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a0a68 main.cpp.obj - 0002:00018a84 ??_R4?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 100a0a84 main.cpp.obj - 0002:00018a98 ??_R3?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a0a98 main.cpp.obj - 0002:00018aa8 ??_R2?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a0aa8 main.cpp.obj - 0002:00018ac0 ??_R1A@?0A@EA@?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a0ac0 main.cpp.obj - 0002:00018adc ??_R4?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 100a0adc main.cpp.obj - 0002:00018af0 ??_R3?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a0af0 main.cpp.obj - 0002:00018b00 ??_R2?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a0b00 main.cpp.obj - 0002:00018b2c ??_R1A@?0A@EA@?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a0b2c main.cpp.obj - 0002:00018b48 ??_R3_Ref_count_base@std@@8 100a0b48 main.cpp.obj - 0002:00018b58 ??_R2_Ref_count_base@std@@8 100a0b58 main.cpp.obj - 0002:00018b60 ??_R1A@?0A@EA@_Ref_count_base@std@@8 100a0b60 main.cpp.obj - 0002:00018b7c ??_R4exception@boost@@6B@ 100a0b7c main.cpp.obj - 0002:00018b90 ??_R3exception@boost@@8 100a0b90 main.cpp.obj - 0002:00018ba0 ??_R2exception@boost@@8 100a0ba0 main.cpp.obj - 0002:00018ba8 ??_R1A@?0A@EA@exception@boost@@8 100a0ba8 main.cpp.obj - 0002:00018bc4 ??_R4error_info_base@exception_detail@boost@@6B@ 100a0bc4 main.cpp.obj - 0002:00018bd8 ??_R3error_info_base@exception_detail@boost@@8 100a0bd8 main.cpp.obj - 0002:00018be8 ??_R2error_info_base@exception_detail@boost@@8 100a0be8 main.cpp.obj - 0002:00018bf0 ??_R1A@?0A@EA@error_info_base@exception_detail@boost@@8 100a0bf0 main.cpp.obj - 0002:00018c0c ??_R4error_info_container@exception_detail@boost@@6B@ 100a0c0c main.cpp.obj - 0002:00018c20 ??_R3error_info_container@exception_detail@boost@@8 100a0c20 main.cpp.obj - 0002:00018c30 ??_R2error_info_container@exception_detail@boost@@8 100a0c30 main.cpp.obj - 0002:00018c38 ??_R1A@?0A@EA@error_info_container@exception_detail@boost@@8 100a0c38 main.cpp.obj - 0002:00018c54 ??_R4clone_base@exception_detail@boost@@6B@ 100a0c54 main.cpp.obj - 0002:00018c68 ??_R3clone_base@exception_detail@boost@@8 100a0c68 main.cpp.obj - 0002:00018c78 ??_R2clone_base@exception_detail@boost@@8 100a0c78 main.cpp.obj - 0002:00018c80 ??_R1A@?0A@EA@clone_base@exception_detail@boost@@8 100a0c80 main.cpp.obj - 0002:00018c9c ??_R4sp_counted_base@detail@boost@@6B@ 100a0c9c main.cpp.obj - 0002:00018cb0 ??_R3sp_counted_base@detail@boost@@8 100a0cb0 main.cpp.obj - 0002:00018cc0 ??_R2sp_counted_base@detail@boost@@8 100a0cc0 main.cpp.obj - 0002:00018cc8 ??_R1A@?0A@EA@sp_counted_base@detail@boost@@8 100a0cc8 main.cpp.obj - 0002:00018ce4 ??_R4error_info_container_impl@exception_detail@boost@@6B@ 100a0ce4 main.cpp.obj - 0002:00018cf8 ??_R3error_info_container_impl@exception_detail@boost@@8 100a0cf8 main.cpp.obj - 0002:00018d08 ??_R2error_info_container_impl@exception_detail@boost@@8 100a0d08 main.cpp.obj - 0002:00018d14 ??_R1A@?0A@EA@error_info_container_impl@exception_detail@boost@@8 100a0d14 main.cpp.obj - 0002:00018d30 ??_R4?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 100a0d30 main.cpp.obj - 0002:00018d44 ??_R3?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a0d44 main.cpp.obj - 0002:00018d54 ??_R2?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a0d54 main.cpp.obj - 0002:00018d68 ??_R1A@?0A@EA@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a0d68 main.cpp.obj - 0002:00018d84 ??_R4bad_alloc_@exception_detail@boost@@6Bexception@2@@ 100a0d84 main.cpp.obj - 0002:00018d98 ??_R3bad_alloc_@exception_detail@boost@@8 100a0d98 main.cpp.obj - 0002:00018da8 ??_R2bad_alloc_@exception_detail@boost@@8 100a0da8 main.cpp.obj - 0002:00018dbc ??_R1A@?0A@EA@bad_alloc_@exception_detail@boost@@8 100a0dbc main.cpp.obj - 0002:00018dd8 ??_R1BI@?0A@EA@bad_alloc@std@@8 100a0dd8 main.cpp.obj - 0002:00018df4 ??_R1BI@?0A@EA@exception@std@@8 100a0df4 main.cpp.obj - 0002:00018e10 ??_R4bad_alloc_@exception_detail@boost@@6Bbad_alloc@std@@@ 100a0e10 main.cpp.obj - 0002:00018e24 ??_R4bad_exception_@exception_detail@boost@@6Bexception@2@@ 100a0e24 main.cpp.obj - 0002:00018e38 ??_R3bad_exception_@exception_detail@boost@@8 100a0e38 main.cpp.obj - 0002:00018e48 ??_R2bad_exception_@exception_detail@boost@@8 100a0e48 main.cpp.obj - 0002:00018e5c ??_R1A@?0A@EA@bad_exception_@exception_detail@boost@@8 100a0e5c main.cpp.obj - 0002:00018e78 ??_R1BI@?0A@EA@bad_exception@std@@8 100a0e78 main.cpp.obj - 0002:00018e94 ??_R4bad_exception_@exception_detail@boost@@6Bbad_exception@std@@@ 100a0e94 main.cpp.obj - 0002:00018ea8 ??_R4Error@hadesmem@@6Bexception@std@@@ 100a0ea8 main.cpp.obj - 0002:00018ebc ??_R3Error@hadesmem@@8 100a0ebc main.cpp.obj - 0002:00018ecc ??_R2Error@hadesmem@@8 100a0ecc main.cpp.obj - 0002:00018edc ??_R1A@?0A@EA@Error@hadesmem@@8 100a0edc main.cpp.obj - 0002:00018ef8 ??_R1A@A@3FA@exception@std@@8 100a0ef8 main.cpp.obj - 0002:00018f14 ??_R1A@A@7FA@exception@boost@@8 100a0f14 main.cpp.obj - 0002:00018f30 ??_R4Error@hadesmem@@6Bexception@boost@@@ 100a0f30 main.cpp.obj - 0002:00018f44 ??_R4?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@6B@ 100a0f44 main.cpp.obj - 0002:00018f58 ??_R3?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@8 100a0f58 main.cpp.obj - 0002:00018f68 ??_R2?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@8 100a0f68 main.cpp.obj - 0002:00018f74 ??_R1A@?0A@EA@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@8 100a0f74 main.cpp.obj - 0002:00018f90 ??_R4?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@6B@ 100a0f90 main.cpp.obj - 0002:00018fa4 ??_R3?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@8 100a0fa4 main.cpp.obj - 0002:00018fb4 ??_R2?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@8 100a0fb4 main.cpp.obj - 0002:00018fc0 ??_R1A@?0A@EA@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@8 100a0fc0 main.cpp.obj - 0002:00018fdc ??_R3PatchDetourBase@hadesmem@@8 100a0fdc main.cpp.obj - 0002:00018fec ??_R2PatchDetourBase@hadesmem@@8 100a0fec main.cpp.obj - 0002:00018ff4 ??_R1A@?0A@EA@PatchDetourBase@hadesmem@@8 100a0ff4 main.cpp.obj - 0002:00019010 ??_R4CDataStore@Nampower@@6B@ 100a1010 main.cpp.obj - 0002:00019024 ??_R3CDataStore@Nampower@@8 100a1024 main.cpp.obj - 0002:00019034 ??_R2CDataStore@Nampower@@8 100a1034 main.cpp.obj - 0002:0001903c ??_R1A@?0A@EA@CDataStore@Nampower@@8 100a103c main.cpp.obj - 0002:00019058 ??_R4?$PatchDetour@P6IXXZPAX@hadesmem@@6B@ 100a1058 main.cpp.obj - 0002:0001906c ??_R3?$PatchDetour@P6IXXZPAX@hadesmem@@8 100a106c main.cpp.obj - 0002:0001907c ??_R2?$PatchDetour@P6IXXZPAX@hadesmem@@8 100a107c main.cpp.obj - 0002:00019088 ??_R1A@?0A@EA@?$PatchDetour@P6IXXZPAX@hadesmem@@8 100a1088 main.cpp.obj - 0002:000190a4 ??_R4?$PatchDetour@P6GXXZPAX@hadesmem@@6B@ 100a10a4 main.cpp.obj - 0002:000190b8 ??_R3?$PatchDetour@P6GXXZPAX@hadesmem@@8 100a10b8 main.cpp.obj - 0002:000190c8 ??_R2?$PatchDetour@P6GXXZPAX@hadesmem@@8 100a10c8 main.cpp.obj - 0002:000190d4 ??_R1A@?0A@EA@?$PatchDetour@P6GXXZPAX@hadesmem@@8 100a10d4 main.cpp.obj - 0002:000190f0 ??_R4?$PatchDetour@P6IXHI@ZPAX@hadesmem@@6B@ 100a10f0 main.cpp.obj - 0002:00019104 ??_R3?$PatchDetour@P6IXHI@ZPAX@hadesmem@@8 100a1104 main.cpp.obj - 0002:00019114 ??_R2?$PatchDetour@P6IXHI@ZPAX@hadesmem@@8 100a1114 main.cpp.obj - 0002:00019120 ??_R1A@?0A@EA@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@8 100a1120 main.cpp.obj - 0002:0001913c ??_R4?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@6B@ 100a113c main.cpp.obj - 0002:00019150 ??_R3?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@8 100a1150 main.cpp.obj - 0002:00019160 ??_R2?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@8 100a1160 main.cpp.obj - 0002:0001916c ??_R1A@?0A@EA@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@8 100a116c main.cpp.obj - 0002:00019188 ??_R4?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@6B@ 100a1188 main.cpp.obj - 0002:0001919c ??_R3?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@8 100a119c main.cpp.obj - 0002:000191ac ??_R2?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@8 100a11ac main.cpp.obj - 0002:000191b8 ??_R1A@?0A@EA@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@8 100a11b8 main.cpp.obj - 0002:000191d4 ??_R4?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@6B@ 100a11d4 main.cpp.obj - 0002:000191e8 ??_R3?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@8 100a11e8 main.cpp.obj - 0002:000191f8 ??_R2?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@8 100a11f8 main.cpp.obj - 0002:00019204 ??_R1A@?0A@EA@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@8 100a1204 main.cpp.obj - 0002:00019220 ??_R4?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@6B@ 100a1220 main.cpp.obj - 0002:00019234 ??_R3?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@8 100a1234 main.cpp.obj - 0002:00019244 ??_R2?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@8 100a1244 main.cpp.obj - 0002:00019250 ??_R1A@?0A@EA@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@8 100a1250 main.cpp.obj - 0002:0001926c ??_R4?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@6B@ 100a126c main.cpp.obj - 0002:00019280 ??_R3?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@8 100a1280 main.cpp.obj - 0002:00019290 ??_R2?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@8 100a1290 main.cpp.obj - 0002:0001929c ??_R1A@?0A@EA@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@8 100a129c main.cpp.obj - 0002:000192b8 ??_R4?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@6B@ 100a12b8 main.cpp.obj - 0002:000192cc ??_R3?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@8 100a12cc main.cpp.obj - 0002:000192dc ??_R2?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@8 100a12dc main.cpp.obj - 0002:000192e8 ??_R1A@?0A@EA@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@8 100a12e8 main.cpp.obj - 0002:00019304 ??_R4?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@6B@ 100a1304 main.cpp.obj - 0002:00019318 ??_R3?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@8 100a1318 main.cpp.obj - 0002:00019328 ??_R2?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@8 100a1328 main.cpp.obj - 0002:00019334 ??_R1A@?0A@EA@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@8 100a1334 main.cpp.obj - 0002:00019350 ??_R4?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@6B@ 100a1350 main.cpp.obj - 0002:00019364 ??_R3?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@8 100a1364 main.cpp.obj - 0002:00019374 ??_R2?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@8 100a1374 main.cpp.obj - 0002:00019380 ??_R1A@?0A@EA@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@8 100a1380 main.cpp.obj - 0002:0001939c ??_R4?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 100a139c main.cpp.obj - 0002:000193b0 ??_R3?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a13b0 main.cpp.obj - 0002:000193c0 ??_R2?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a13c0 main.cpp.obj - 0002:000193cc ??_R1A@?0A@EA@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a13cc main.cpp.obj - 0002:000193e8 ??_R4?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@6B@ 100a13e8 main.cpp.obj - 0002:000193fc ??_R3?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@8 100a13fc main.cpp.obj - 0002:0001940c ??_R2?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@8 100a140c main.cpp.obj - 0002:00019418 ??_R1A@?0A@EA@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@8 100a1418 main.cpp.obj - 0002:00019434 ??_R4?$PatchDetour@P6IH_K@ZPAX@hadesmem@@6B@ 100a1434 main.cpp.obj - 0002:00019448 ??_R3?$PatchDetour@P6IH_K@ZPAX@hadesmem@@8 100a1448 main.cpp.obj - 0002:00019458 ??_R2?$PatchDetour@P6IH_K@ZPAX@hadesmem@@8 100a1458 main.cpp.obj - 0002:00019464 ??_R1A@?0A@EA@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@8 100a1464 main.cpp.obj - 0002:00019480 ??_R4?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@6B@ 100a1480 main.cpp.obj - 0002:00019494 ??_R3?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@8 100a1494 main.cpp.obj - 0002:000194a4 ??_R2?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@8 100a14a4 main.cpp.obj - 0002:000194b0 ??_R1A@?0A@EA@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@8 100a14b0 main.cpp.obj - 0002:000194cc ??_R4?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@6B@ 100a14cc main.cpp.obj - 0002:000194e0 ??_R3?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@8 100a14e0 main.cpp.obj - 0002:000194f0 ??_R2?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@8 100a14f0 main.cpp.obj - 0002:000194fc ??_R1A@?0A@EA@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@8 100a14fc main.cpp.obj - 0002:00019518 ??_R4?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@6B@ 100a1518 main.cpp.obj - 0002:0001952c ??_R3?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@8 100a152c main.cpp.obj - 0002:0001953c ??_R2?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@8 100a153c main.cpp.obj - 0002:00019548 ??_R1A@?0A@EA@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@8 100a1548 main.cpp.obj - 0002:00019564 ??_R4?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 100a1564 main.cpp.obj - 0002:00019578 ??_R3?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a1578 main.cpp.obj - 0002:00019588 ??_R2?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a1588 main.cpp.obj - 0002:00019594 ??_R1A@?0A@EA@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a1594 main.cpp.obj - 0002:000195b0 ??_R4?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 100a15b0 main.cpp.obj - 0002:000195c4 ??_R3?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a15c4 main.cpp.obj - 0002:000195d4 ??_R2?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a15d4 main.cpp.obj - 0002:000195e0 ??_R1A@?0A@EA@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a15e0 main.cpp.obj - 0002:000195fc ??_R4?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 100a15fc main.cpp.obj - 0002:00019610 ??_R3?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a1610 main.cpp.obj - 0002:00019620 ??_R2?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a1620 main.cpp.obj - 0002:0001962c ??_R1A@?0A@EA@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a162c main.cpp.obj - 0002:00019648 ??_R4?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@6B@ 100a1648 main.cpp.obj - 0002:0001965c ??_R3?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@8 100a165c main.cpp.obj - 0002:0001966c ??_R2?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@8 100a166c main.cpp.obj - 0002:00019678 ??_R1A@?0A@EA@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@8 100a1678 main.cpp.obj - 0002:00019694 ??_R4?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@6B@ 100a1694 main.cpp.obj - 0002:000196a8 ??_R3?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@8 100a16a8 main.cpp.obj - 0002:000196b8 ??_R2?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@8 100a16b8 main.cpp.obj - 0002:000196c4 ??_R1A@?0A@EA@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@8 100a16c4 main.cpp.obj - 0002:000196e0 ??_R4?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@6B@ 100a16e0 main.cpp.obj - 0002:000196f4 ??_R3?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@8 100a16f4 main.cpp.obj - 0002:00019704 ??_R2?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@8 100a1704 main.cpp.obj - 0002:00019710 ??_R1A@?0A@EA@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@8 100a1710 main.cpp.obj - 0002:0001972c ??_R4?$PatchDetour@P6IX_K@ZPAX@hadesmem@@6B@ 100a172c main.cpp.obj - 0002:00019740 ??_R3?$PatchDetour@P6IX_K@ZPAX@hadesmem@@8 100a1740 main.cpp.obj - 0002:00019750 ??_R2?$PatchDetour@P6IX_K@ZPAX@hadesmem@@8 100a1750 main.cpp.obj - 0002:0001975c ??_R1A@?0A@EA@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@8 100a175c main.cpp.obj - 0002:00019778 ??_R4?$PatchDetour@P6IXEH@ZPAX@hadesmem@@6B@ 100a1778 main.cpp.obj - 0002:0001978c ??_R3?$PatchDetour@P6IXEH@ZPAX@hadesmem@@8 100a178c main.cpp.obj - 0002:0001979c ??_R2?$PatchDetour@P6IXEH@ZPAX@hadesmem@@8 100a179c main.cpp.obj - 0002:000197a8 ??_R1A@?0A@EA@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@8 100a17a8 main.cpp.obj - 0002:000197c4 ??_R4?$PatchDetour@P6IXI@ZPAX@hadesmem@@6B@ 100a17c4 main.cpp.obj - 0002:000197d8 ??_R3?$PatchDetour@P6IXI@ZPAX@hadesmem@@8 100a17d8 main.cpp.obj - 0002:000197e8 ??_R2?$PatchDetour@P6IXI@ZPAX@hadesmem@@8 100a17e8 main.cpp.obj - 0002:000197f4 ??_R1A@?0A@EA@?$PatchDetour@P6IXI@ZPAX@hadesmem@@8 100a17f4 main.cpp.obj - 0002:00019810 ??_R4?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@6B@ 100a1810 main.cpp.obj - 0002:00019824 ??_R3?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@8 100a1824 main.cpp.obj - 0002:00019834 ??_R2?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@8 100a1834 main.cpp.obj - 0002:00019840 ??_R1A@?0A@EA@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@8 100a1840 main.cpp.obj - 0002:0001985c ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a185c main.cpp.obj - 0002:0001986c ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a186c main.cpp.obj - 0002:00019874 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a1874 main.cpp.obj - 0002:00019890 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@8 100a1890 main.cpp.obj - 0002:000198a0 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@8 100a18a0 main.cpp.obj - 0002:000198a8 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@8 100a18a8 main.cpp.obj - 0002:000198c4 ??_R4?$numpunct@D@std@@6B@ 100a18c4 main.cpp.obj - 0002:000198d8 ??_R3?$numpunct@D@std@@8 100a18d8 main.cpp.obj - 0002:000198e8 ??_R2?$numpunct@D@std@@8 100a18e8 main.cpp.obj - 0002:000198fc ??_R1A@?0A@EA@?$numpunct@D@std@@8 100a18fc main.cpp.obj - 0002:00019918 ??_R3?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@8 100a1918 main.cpp.obj - 0002:00019928 ??_R2?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@8 100a1928 main.cpp.obj - 0002:00019930 ??_R1A@?0A@EA@?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@8 100a1930 main.cpp.obj - 0002:0001994c ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@8 100a194c main.cpp.obj - 0002:0001995c ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@8 100a195c main.cpp.obj - 0002:00019964 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@8 100a1964 main.cpp.obj - 0002:00019980 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@std@@8 100a1980 main.cpp.obj - 0002:00019990 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@std@@8 100a1990 main.cpp.obj - 0002:00019998 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@std@@8 100a1998 main.cpp.obj - 0002:000199b4 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@8 100a19b4 main.cpp.obj - 0002:000199c4 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@8 100a19c4 main.cpp.obj - 0002:000199cc ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@8 100a19cc main.cpp.obj - 0002:000199e8 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@std@@8 100a19e8 main.cpp.obj - 0002:000199f8 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@std@@8 100a19f8 main.cpp.obj - 0002:00019a00 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@std@@8 100a1a00 main.cpp.obj - 0002:00019a1c ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@8 100a1a1c main.cpp.obj - 0002:00019a2c ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@8 100a1a2c main.cpp.obj - 0002:00019a34 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@8 100a1a34 main.cpp.obj - 0002:00019a50 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@8 100a1a50 main.cpp.obj - 0002:00019a60 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@8 100a1a60 main.cpp.obj - 0002:00019a68 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@8 100a1a68 main.cpp.obj - 0002:00019a84 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@8 100a1a84 main.cpp.obj - 0002:00019a94 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@8 100a1a94 main.cpp.obj - 0002:00019a9c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@8 100a1a9c main.cpp.obj - 0002:00019ab8 ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@8 100a1ab8 main.cpp.obj - 0002:00019ac8 ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@8 100a1ac8 main.cpp.obj - 0002:00019ad0 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@8 100a1ad0 main.cpp.obj - 0002:00019aec ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@8 100a1aec main.cpp.obj - 0002:00019afc ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@8 100a1afc main.cpp.obj - 0002:00019b04 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@8 100a1b04 main.cpp.obj - 0002:00019b20 ??_R3?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@8 100a1b20 main.cpp.obj - 0002:00019b30 ??_R2?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@8 100a1b30 main.cpp.obj - 0002:00019b38 ??_R1A@?0A@EA@?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@8 100a1b38 main.cpp.obj - 0002:00019b54 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@8 100a1b54 main.cpp.obj - 0002:00019b64 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@8 100a1b64 main.cpp.obj - 0002:00019b6c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@8 100a1b6c main.cpp.obj - 0002:00019b88 ??_R3?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@8 100a1b88 main.cpp.obj - 0002:00019b98 ??_R2?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@8 100a1b98 main.cpp.obj - 0002:00019ba0 ??_R1A@?0A@EA@?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@8 100a1ba0 main.cpp.obj - 0002:00019bbc ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@8 100a1bbc main.cpp.obj - 0002:00019bcc ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@8 100a1bcc main.cpp.obj - 0002:00019bd4 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@8 100a1bd4 main.cpp.obj - 0002:00019bf0 ??_R3?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a1bf0 main.cpp.obj - 0002:00019c00 ??_R2?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a1c00 main.cpp.obj - 0002:00019c08 ??_R1A@?0A@EA@?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a1c08 main.cpp.obj - 0002:00019c24 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@8 100a1c24 main.cpp.obj - 0002:00019c34 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@8 100a1c34 main.cpp.obj - 0002:00019c3c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@8 100a1c3c main.cpp.obj - 0002:00019c58 ??_R3?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a1c58 main.cpp.obj - 0002:00019c68 ??_R2?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a1c68 main.cpp.obj - 0002:00019c70 ??_R1A@?0A@EA@?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a1c70 main.cpp.obj - 0002:00019c8c ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@8 100a1c8c main.cpp.obj - 0002:00019c9c ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@8 100a1c9c main.cpp.obj - 0002:00019ca4 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@8 100a1ca4 main.cpp.obj - 0002:00019cc0 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@8 100a1cc0 main.cpp.obj - 0002:00019cd0 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@8 100a1cd0 main.cpp.obj - 0002:00019cd8 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@8 100a1cd8 main.cpp.obj - 0002:00019cf4 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@8 100a1cf4 main.cpp.obj - 0002:00019d04 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@8 100a1d04 main.cpp.obj - 0002:00019d0c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@8 100a1d0c main.cpp.obj - 0002:00019d28 ??_R3?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@8 100a1d28 main.cpp.obj - 0002:00019d38 ??_R2?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@8 100a1d38 main.cpp.obj - 0002:00019d40 ??_R1A@?0A@EA@?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@8 100a1d40 main.cpp.obj - 0002:00019d5c ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@8 100a1d5c main.cpp.obj - 0002:00019d6c ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@8 100a1d6c main.cpp.obj - 0002:00019d74 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@8 100a1d74 main.cpp.obj - 0002:00019d90 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@8 100a1d90 main.cpp.obj - 0002:00019da0 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@8 100a1da0 main.cpp.obj - 0002:00019da8 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@8 100a1da8 main.cpp.obj - 0002:00019dc4 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@8 100a1dc4 main.cpp.obj - 0002:00019dd4 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@8 100a1dd4 main.cpp.obj - 0002:00019ddc ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@8 100a1ddc main.cpp.obj - 0002:00019df8 ??_R4?$wrapexcept@VError@hadesmem@@@boost@@6B@ 100a1df8 main.cpp.obj - 0002:00019e0c ??_R3?$wrapexcept@VError@hadesmem@@@boost@@8 100a1e0c main.cpp.obj - 0002:00019e1c ??_R2?$wrapexcept@VError@hadesmem@@@boost@@8 100a1e1c main.cpp.obj - 0002:00019e38 ??_R1A@?0A@EA@?$wrapexcept@VError@hadesmem@@@boost@@8 100a1e38 main.cpp.obj - 0002:00019e54 ??_R13?0A@EA@Error@hadesmem@@8 100a1e54 main.cpp.obj - 0002:00019e70 ??_R1A@33FA@exception@std@@8 100a1e70 main.cpp.obj - 0002:00019e8c ??_R1A@37FA@exception@boost@@8 100a1e8c main.cpp.obj - 0002:00019ea8 ??_R17?0A@EA@type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 100a1ea8 main.cpp.obj - 0002:00019ec4 ??_R3type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 100a1ec4 main.cpp.obj - 0002:00019ed4 ??_R2type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 100a1ed4 main.cpp.obj - 0002:00019edc ??_R1A@?0A@EA@type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 100a1edc main.cpp.obj - 0002:00019ef8 ??_R4?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@std@@@ 100a1ef8 main.cpp.obj - 0002:00019f0c ??_R4?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@1@@ 100a1f0c main.cpp.obj - 0002:00019f20 ??_R4?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 100a1f20 main.cpp.obj - 0002:00019f34 ??_R3?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a1f34 main.cpp.obj - 0002:00019f44 ??_R2?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a1f44 main.cpp.obj - 0002:00019f58 ??_R1A@?0A@EA@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a1f58 main.cpp.obj - 0002:00019f74 ??_R4?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 100a1f74 main.cpp.obj - 0002:00019f88 ??_R3?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a1f88 main.cpp.obj - 0002:00019f98 ??_R2?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a1f98 main.cpp.obj - 0002:00019fa4 ??_R1A@?0A@EA@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a1fa4 main.cpp.obj - 0002:00019fc0 ??_R4?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 100a1fc0 main.cpp.obj - 0002:00019fd4 ??_R3?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a1fd4 main.cpp.obj - 0002:00019fe4 ??_R2?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a1fe4 main.cpp.obj - 0002:00019ff0 ??_R1A@?0A@EA@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a1ff0 main.cpp.obj - 0002:0001a00c ??_R4?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 100a200c main.cpp.obj - 0002:0001a020 ??_R3?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@8 100a2020 main.cpp.obj - 0002:0001a030 ??_R2?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@8 100a2030 main.cpp.obj - 0002:0001a04c ??_R1A@?0A@EA@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@8 100a204c main.cpp.obj - 0002:0001a068 ??_R1A@CE@3FA@clone_base@exception_detail@boost@@8 100a2068 main.cpp.obj - 0002:0001a084 ??_R4?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bbad_alloc@std@@@ 100a2084 main.cpp.obj - 0002:0001a098 ??_R4?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6B@ 100a2098 main.cpp.obj - 0002:0001a0ac ??_R4?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 100a20ac main.cpp.obj - 0002:0001a0c0 ??_R3?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@8 100a20c0 main.cpp.obj - 0002:0001a0d0 ??_R2?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@8 100a20d0 main.cpp.obj - 0002:0001a0ec ??_R1A@?0A@EA@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@8 100a20ec main.cpp.obj - 0002:0001a108 ??_R4?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bbad_exception@std@@@ 100a2108 main.cpp.obj - 0002:0001a11c ??_R4?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6B@ 100a211c main.cpp.obj - 0002:0001a130 ??_R4?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@6B@ 100a2130 main.cpp.obj - 0002:0001a144 ??_R3?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@8 100a2144 main.cpp.obj - 0002:0001a154 ??_R2?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@8 100a2154 main.cpp.obj - 0002:0001a160 ??_R1A@?0A@EA@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@8 100a2160 main.cpp.obj - 0002:0001a17c ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@6B@ 100a217c main.cpp.obj - 0002:0001a190 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@8 100a2190 main.cpp.obj - 0002:0001a1a0 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@8 100a21a0 main.cpp.obj - 0002:0001a1ac ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@8 100a21ac main.cpp.obj - 0002:0001a1c8 ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@6B@ 100a21c8 main.cpp.obj - 0002:0001a1dc ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@8 100a21dc main.cpp.obj - 0002:0001a1ec ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@8 100a21ec main.cpp.obj - 0002:0001a1f8 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@8 100a21f8 main.cpp.obj - 0002:0001a214 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@6B@ 100a2214 main.cpp.obj - 0002:0001a228 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@8 100a2228 main.cpp.obj - 0002:0001a238 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@8 100a2238 main.cpp.obj - 0002:0001a244 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@8 100a2244 main.cpp.obj - 0002:0001a260 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@6B@ 100a2260 main.cpp.obj - 0002:0001a274 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@8 100a2274 main.cpp.obj - 0002:0001a284 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@8 100a2284 main.cpp.obj - 0002:0001a290 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@8 100a2290 main.cpp.obj - 0002:0001a2ac ??_R4?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@6B@ 100a22ac main.cpp.obj - 0002:0001a2c0 ??_R3?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@8 100a22c0 main.cpp.obj - 0002:0001a2d0 ??_R2?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@8 100a22d0 main.cpp.obj - 0002:0001a2dc ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@8 100a22dc main.cpp.obj - 0002:0001a2f8 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@6B@ 100a22f8 main.cpp.obj - 0002:0001a30c ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@8 100a230c main.cpp.obj - 0002:0001a31c ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@8 100a231c main.cpp.obj - 0002:0001a328 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@8 100a2328 main.cpp.obj - 0002:0001a344 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@6B@ 100a2344 main.cpp.obj - 0002:0001a358 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@8 100a2358 main.cpp.obj - 0002:0001a368 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@8 100a2368 main.cpp.obj - 0002:0001a374 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@8 100a2374 main.cpp.obj - 0002:0001a390 ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@6B@ 100a2390 main.cpp.obj - 0002:0001a3a4 ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@8 100a23a4 main.cpp.obj - 0002:0001a3b4 ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@8 100a23b4 main.cpp.obj - 0002:0001a3c0 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@8 100a23c0 main.cpp.obj - 0002:0001a3dc ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@6B@ 100a23dc main.cpp.obj - 0002:0001a3f0 ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@8 100a23f0 main.cpp.obj - 0002:0001a400 ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@8 100a2400 main.cpp.obj - 0002:0001a40c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@8 100a240c main.cpp.obj - 0002:0001a428 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@6B@ 100a2428 main.cpp.obj - 0002:0001a43c ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@8 100a243c main.cpp.obj - 0002:0001a44c ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@8 100a244c main.cpp.obj - 0002:0001a458 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@8 100a2458 main.cpp.obj - 0002:0001a474 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@6B@ 100a2474 main.cpp.obj - 0002:0001a488 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@8 100a2488 main.cpp.obj - 0002:0001a498 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@8 100a2498 main.cpp.obj - 0002:0001a4a4 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@8 100a24a4 main.cpp.obj - 0002:0001a4c0 ??_R4?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@6B@ 100a24c0 main.cpp.obj - 0002:0001a4d4 ??_R3?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@8 100a24d4 main.cpp.obj - 0002:0001a4e4 ??_R2?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@8 100a24e4 main.cpp.obj - 0002:0001a4f0 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@8 100a24f0 main.cpp.obj - 0002:0001a50c ??_R4?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@6B@ 100a250c main.cpp.obj - 0002:0001a520 ??_R3?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@8 100a2520 main.cpp.obj - 0002:0001a530 ??_R2?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@8 100a2530 main.cpp.obj - 0002:0001a53c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@8 100a253c main.cpp.obj - 0002:0001a558 ??_R4?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@6B@ 100a2558 main.cpp.obj - 0002:0001a56c ??_R3?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@8 100a256c main.cpp.obj - 0002:0001a57c ??_R2?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@8 100a257c main.cpp.obj - 0002:0001a588 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@8 100a2588 main.cpp.obj - 0002:0001a5a4 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@6B@ 100a25a4 main.cpp.obj - 0002:0001a5b8 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@8 100a25b8 main.cpp.obj - 0002:0001a5c8 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@8 100a25c8 main.cpp.obj - 0002:0001a5d4 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@8 100a25d4 main.cpp.obj - 0002:0001a5f0 ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@6B@ 100a25f0 main.cpp.obj - 0002:0001a604 ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@8 100a2604 main.cpp.obj - 0002:0001a614 ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@8 100a2614 main.cpp.obj - 0002:0001a620 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@8 100a2620 main.cpp.obj - 0002:0001a63c ??_R4?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@6B@ 100a263c main.cpp.obj - 0002:0001a650 ??_R3?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@8 100a2650 main.cpp.obj - 0002:0001a660 ??_R2?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@8 100a2660 main.cpp.obj - 0002:0001a66c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@8 100a266c main.cpp.obj - 0002:0001a688 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@6B@ 100a2688 main.cpp.obj - 0002:0001a69c ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@8 100a269c main.cpp.obj - 0002:0001a6ac ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@8 100a26ac main.cpp.obj - 0002:0001a6b8 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@8 100a26b8 main.cpp.obj - 0002:0001a6d4 ??_R4?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@6B@ 100a26d4 main.cpp.obj - 0002:0001a6e8 ??_R3?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@8 100a26e8 main.cpp.obj - 0002:0001a6f8 ??_R2?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@8 100a26f8 main.cpp.obj - 0002:0001a704 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@8 100a2704 main.cpp.obj - 0002:0001a720 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@6B@ 100a2720 main.cpp.obj - 0002:0001a734 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@8 100a2734 main.cpp.obj - 0002:0001a744 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@8 100a2744 main.cpp.obj - 0002:0001a750 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@8 100a2750 main.cpp.obj - 0002:0001a76c ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@6B@ 100a276c main.cpp.obj - 0002:0001a780 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@8 100a2780 main.cpp.obj - 0002:0001a790 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@8 100a2790 main.cpp.obj - 0002:0001a79c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@8 100a279c main.cpp.obj - 0002:0001a7b8 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@6B@ 100a27b8 main.cpp.obj - 0002:0001a7cc ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@8 100a27cc main.cpp.obj - 0002:0001a7dc ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@8 100a27dc main.cpp.obj - 0002:0001a7e8 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@8 100a27e8 main.cpp.obj - 0002:0001a804 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@6B@ 100a2804 main.cpp.obj - 0002:0001a818 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@8 100a2818 main.cpp.obj - 0002:0001a828 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@8 100a2828 main.cpp.obj - 0002:0001a834 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@8 100a2834 main.cpp.obj - 0002:0001a850 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@6B@ 100a2850 main.cpp.obj - 0002:0001a864 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@8 100a2864 main.cpp.obj - 0002:0001a874 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@8 100a2874 main.cpp.obj - 0002:0001a880 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@8 100a2880 main.cpp.obj - 0002:0001a89c ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@6B@ 100a289c main.cpp.obj - 0002:0001a8b0 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@8 100a28b0 main.cpp.obj - 0002:0001a8c0 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@8 100a28c0 main.cpp.obj - 0002:0001a8cc ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@8 100a28cc main.cpp.obj - 0002:0001a8e8 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@6B@ 100a28e8 main.cpp.obj - 0002:0001a8fc ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@8 100a28fc main.cpp.obj - 0002:0001a90c ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@8 100a290c main.cpp.obj - 0002:0001a918 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@8 100a2918 main.cpp.obj - 0002:0001a934 ??_R4?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 100a2934 main.cpp.obj - 0002:0001a948 ??_R3?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a2948 main.cpp.obj - 0002:0001a958 ??_R2?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a2958 main.cpp.obj - 0002:0001a964 ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a2964 main.cpp.obj - 0002:0001a980 ??_R4?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 100a2980 main.cpp.obj - 0002:0001a994 ??_R3?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a2994 main.cpp.obj - 0002:0001a9a4 ??_R2?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a29a4 main.cpp.obj - 0002:0001a9b0 ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a29b0 main.cpp.obj - 0002:0001a9cc ??_R4?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@6B@ 100a29cc main.cpp.obj - 0002:0001a9e0 ??_R3?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@8 100a29e0 main.cpp.obj - 0002:0001a9f0 ??_R2?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@8 100a29f0 main.cpp.obj - 0002:0001a9fc ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@8 100a29fc main.cpp.obj - 0002:0001aa18 ??_R4?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@6B@ 100a2a18 main.cpp.obj - 0002:0001aa2c ??_R3?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@8 100a2a2c main.cpp.obj - 0002:0001aa3c ??_R2?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@8 100a2a3c main.cpp.obj - 0002:0001aa48 ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@8 100a2a48 main.cpp.obj - 0002:0001aa64 ??_R4bad_typeid@std@@6B@ 100a2a64 libvcruntime:rtti.obj - 0002:0001aa78 ??_R3bad_typeid@std@@8 100a2a78 libvcruntime:rtti.obj - 0002:0001aa88 ??_R2bad_typeid@std@@8 100a2a88 libvcruntime:rtti.obj - 0002:0001aa94 ??_R1A@?0A@EA@bad_typeid@std@@8 100a2a94 libvcruntime:rtti.obj - 0002:0001aab0 ??_R4__non_rtti_object@std@@6B@ 100a2ab0 libvcruntime:rtti.obj - 0002:0001aac4 ??_R3__non_rtti_object@std@@8 100a2ac4 libvcruntime:rtti.obj - 0002:0001aad4 ??_R2__non_rtti_object@std@@8 100a2ad4 libvcruntime:rtti.obj - 0002:0001aae4 ??_R1A@?0A@EA@__non_rtti_object@std@@8 100a2ae4 libvcruntime:rtti.obj - 0002:0001ab00 ??_R4DNameNode@@6B@ 100a2b00 libvcruntime:undname.obj - 0002:0001ab14 ??_R3DNameNode@@8 100a2b14 libvcruntime:undname.obj - 0002:0001ab24 ??_R2DNameNode@@8 100a2b24 libvcruntime:undname.obj - 0002:0001ab2c ??_R1A@?0A@EA@DNameNode@@8 100a2b2c libvcruntime:undname.obj - 0002:0001ab48 ??_R4charNode@@6B@ 100a2b48 libvcruntime:undname.obj - 0002:0001ab5c ??_R3charNode@@8 100a2b5c libvcruntime:undname.obj - 0002:0001ab6c ??_R2charNode@@8 100a2b6c libvcruntime:undname.obj - 0002:0001ab78 ??_R1A@?0A@EA@charNode@@8 100a2b78 libvcruntime:undname.obj - 0002:0001ab94 ??_R4pcharNode@@6B@ 100a2b94 libvcruntime:undname.obj - 0002:0001aba8 ??_R3pcharNode@@8 100a2ba8 libvcruntime:undname.obj - 0002:0001abb8 ??_R2pcharNode@@8 100a2bb8 libvcruntime:undname.obj - 0002:0001abc4 ??_R1A@?0A@EA@pcharNode@@8 100a2bc4 libvcruntime:undname.obj - 0002:0001abe0 ??_R4pDNameNode@@6B@ 100a2be0 libvcruntime:undname.obj - 0002:0001abf4 ??_R3pDNameNode@@8 100a2bf4 libvcruntime:undname.obj - 0002:0001ac04 ??_R2pDNameNode@@8 100a2c04 libvcruntime:undname.obj - 0002:0001ac10 ??_R1A@?0A@EA@pDNameNode@@8 100a2c10 libvcruntime:undname.obj - 0002:0001ac2c ??_R4DNameStatusNode@@6B@ 100a2c2c libvcruntime:undname.obj - 0002:0001ac40 ??_R3DNameStatusNode@@8 100a2c40 libvcruntime:undname.obj - 0002:0001ac50 ??_R2DNameStatusNode@@8 100a2c50 libvcruntime:undname.obj - 0002:0001ac5c ??_R1A@?0A@EA@DNameStatusNode@@8 100a2c5c libvcruntime:undname.obj - 0002:0001ac78 ??_R4pairNode@@6B@ 100a2c78 libvcruntime:undname.obj - 0002:0001ac8c ??_R3pairNode@@8 100a2c8c libvcruntime:undname.obj - 0002:0001ac9c ??_R2pairNode@@8 100a2c9c libvcruntime:undname.obj - 0002:0001aca8 ??_R1A@?0A@EA@pairNode@@8 100a2ca8 libvcruntime:undname.obj - 0002:0001acc4 ??_R4bad_function_call@std@@6B@ 100a2cc4 libcpmt:xthrow.obj - 0002:0001acd8 ??_R3bad_function_call@std@@8 100a2cd8 libcpmt:xthrow.obj - 0002:0001ace8 ??_R2bad_function_call@std@@8 100a2ce8 libcpmt:xthrow.obj - 0002:0001acf4 ??_R1A@?0A@EA@bad_function_call@std@@8 100a2cf4 libcpmt:xthrow.obj - 0002:0001ad10 ??_R4logic_error@std@@6B@ 100a2d10 libcpmt:xthrow.obj - 0002:0001ad24 ??_R3logic_error@std@@8 100a2d24 libcpmt:xthrow.obj - 0002:0001ad34 ??_R2logic_error@std@@8 100a2d34 libcpmt:xthrow.obj - 0002:0001ad40 ??_R1A@?0A@EA@logic_error@std@@8 100a2d40 libcpmt:xthrow.obj - 0002:0001ad5c ??_R4invalid_argument@std@@6B@ 100a2d5c libcpmt:xthrow.obj - 0002:0001ad70 ??_R3invalid_argument@std@@8 100a2d70 libcpmt:xthrow.obj - 0002:0001ad80 ??_R2invalid_argument@std@@8 100a2d80 libcpmt:xthrow.obj - 0002:0001ad90 ??_R1A@?0A@EA@invalid_argument@std@@8 100a2d90 libcpmt:xthrow.obj - 0002:0001adac ??_R4length_error@std@@6B@ 100a2dac libcpmt:xthrow.obj - 0002:0001adc0 ??_R3length_error@std@@8 100a2dc0 libcpmt:xthrow.obj - 0002:0001add0 ??_R2length_error@std@@8 100a2dd0 libcpmt:xthrow.obj - 0002:0001ade0 ??_R1A@?0A@EA@length_error@std@@8 100a2de0 libcpmt:xthrow.obj - 0002:0001adfc ??_R4out_of_range@std@@6B@ 100a2dfc libcpmt:xthrow.obj - 0002:0001ae10 ??_R3out_of_range@std@@8 100a2e10 libcpmt:xthrow.obj - 0002:0001ae20 ??_R2out_of_range@std@@8 100a2e20 libcpmt:xthrow.obj - 0002:0001ae30 ??_R1A@?0A@EA@out_of_range@std@@8 100a2e30 libcpmt:xthrow.obj - 0002:0001ae4c ??_R4_Locimp@locale@std@@6B@ 100a2e4c libcpmt:locale0.obj - 0002:0001ae60 ??_R3_Locimp@locale@std@@8 100a2e60 libcpmt:locale0.obj - 0002:0001ae70 ??_R2_Locimp@locale@std@@8 100a2e70 libcpmt:locale0.obj - 0002:0001ae84 ??_R1A@?0A@EA@_Locimp@locale@std@@8 100a2e84 libcpmt:locale0.obj - 0002:0001aea0 ??_R4type_info@@6B@ 100a2ea0 LIBCMT:std_type_info_static.obj - 0002:0001aeb4 ??_R3type_info@@8 100a2eb4 LIBCMT:std_type_info_static.obj - 0002:0001aec4 ??_R2type_info@@8 100a2ec4 LIBCMT:std_type_info_static.obj - 0002:0001aecc ??_R1A@?0A@EA@type_info@@8 100a2ecc LIBCMT:std_type_info_static.obj - 0002:0001aee8 ___safe_se_handler_table 100a2ee8 - 0002:0001b29c ___volatile_metadata 100a329c - 0002:0001b74c ___rtc_iaa 100a374c LIBCMT:initsect.obj - 0002:0001b750 ___rtc_izz 100a3750 LIBCMT:initsect.obj - 0002:0001b754 ___rtc_taa 100a3754 LIBCMT:initsect.obj - 0002:0001b758 ___rtc_tzz 100a3758 LIBCMT:initsect.obj - 0002:0001b75c __tls_start 100a375c LIBCMT:tlssup.obj - 0002:0001b760 ?orig_user_ptr@?1??GetOriginalArbitraryUserPtrPtr@PatchDetourBase@hadesmem@@KAPAPAXXZ@4PAXA 100a3760 main.cpp.obj - 0002:0001b764 ?ret_address_ptr@?1??GetReturnAddressPtrPtr@PatchDetourBase@hadesmem@@KAPAPAXXZ@4PAXA 100a3764 main.cpp.obj - 0002:0001b768 __Init_thread_epoch 100a3768 LIBCMT:thread_safe_statics.obj - 0002:0001b76c __tls_end 100a376c LIBCMT:tlssup.obj - 0002:0001b9f8 __CT??_R0?AVexception@std@@@8??0exception@std@@QAE@ABV01@@Z12 100a39f8 logging.cpp.obj - 0002:0001ba14 __TI3?AVbad_array_new_length@std@@ 100a3a14 logging.cpp.obj - 0002:0001ba24 __CTA3?AVbad_array_new_length@std@@ 100a3a24 logging.cpp.obj - 0002:0001ba34 __CT??_R0?AVbad_array_new_length@std@@@8??0bad_array_new_length@std@@QAE@ABV01@@Z12 100a3a34 logging.cpp.obj - 0002:0001ba50 __CT??_R0?AVbad_alloc@std@@@8??0bad_alloc@std@@QAE@ABV01@@Z12 100a3a50 logging.cpp.obj - 0002:0001ba6c __CT??_R0?AVruntime_error@std@@@8??0runtime_error@std@@QAE@ABV01@@Z12 100a3a6c logging.cpp.obj - 0002:0001ba88 __CT??_R0?AVsystem_error@std@@@8??0system_error@std@@QAE@ABV01@@Z20 100a3a88 logging.cpp.obj - 0002:0001baa4 __CT??_R0?AV_System_error@std@@@8??0_System_error@std@@QAE@ABV01@@Z20 100a3aa4 logging.cpp.obj - 0002:0001bac0 __TI2?AVbad_cast@std@@ 100a3ac0 logging.cpp.obj - 0002:0001bad0 __CTA2?AVbad_cast@std@@ 100a3ad0 logging.cpp.obj - 0002:0001badc __CT??_R0?AVbad_cast@std@@@8??0bad_cast@std@@QAE@ABV01@@Z12 100a3adc logging.cpp.obj - 0002:0001baf8 __TI5?AVfailure@ios_base@std@@ 100a3af8 logging.cpp.obj - 0002:0001bb08 __CTA5?AVfailure@ios_base@std@@ 100a3b08 logging.cpp.obj - 0002:0001bb20 __CT??_R0?AVfailure@ios_base@std@@@8??0failure@ios_base@std@@QAE@ABV012@@Z20 100a3b20 logging.cpp.obj - 0002:000201e4 __CT??_R0?AVclone_base@exception_detail@boost@@@8??0clone_base@exception_detail@boost@@QAE@ABV012@@Z4 100a81e4 main.cpp.obj - 0002:00020200 __TI6?AU?$wrapexcept@VError@hadesmem@@@boost@@ 100a8200 main.cpp.obj - 0002:00020210 __CTA6?AU?$wrapexcept@VError@hadesmem@@@boost@@ 100a8210 main.cpp.obj - 0002:0002022c __CT??_R0?AU?$wrapexcept@VError@hadesmem@@@boost@@@8??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z44 100a822c main.cpp.obj - 0002:00020248 __CT??_R0?AVError@hadesmem@@@8??0Error@hadesmem@@QAE@ABV01@@Z404 100a8248 main.cpp.obj - 0002:00020264 __CT??_R0?AVexception@std@@@8??0exception@std@@QAE@ABV01@@Z12044 100a8264 main.cpp.obj - 0002:00020280 __CT??_R0?AVexception@boost@@@8??0exception@boost@@QAE@ABV01@@Z24048 100a8280 main.cpp.obj - 0002:0002029c __CT??_R0?AUtype@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@@818 100a829c main.cpp.obj - 0002:000202b8 __TI6?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@ 100a82b8 main.cpp.obj - 0002:000202c8 __CTA6?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@ 100a82c8 main.cpp.obj - 0002:000202e4 __CT??_R0?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@8??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z48 100a82e4 main.cpp.obj - 0002:00020300 __CT??_R0?AUbad_exception_@exception_detail@boost@@@8??0bad_exception_@exception_detail@boost@@QAE@ABU012@@Z36 100a8300 main.cpp.obj - 0002:0002031c __CT??_R0?AVexception@boost@@@8??0exception@boost@@QAE@ABV01@@Z24 100a831c main.cpp.obj - 0002:00020338 __CT??_R0?AVbad_exception@std@@@8??0bad_exception@std@@QAE@ABV01@@Z1224 100a8338 main.cpp.obj - 0002:00020354 __CT??_R0?AVexception@std@@@8??0exception@std@@QAE@ABV01@@Z1224 100a8354 main.cpp.obj - 0002:00020370 __CT??_R0?AVclone_base@exception_detail@boost@@@8??0clone_base@exception_detail@boost@@QAE@ABV012@@Z40364 100a8370 main.cpp.obj - 0002:0002038c __TI6?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@ 100a838c main.cpp.obj - 0002:0002039c __CTA6?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@ 100a839c main.cpp.obj - 0002:000203b8 __CT??_R0?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@8??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z48 100a83b8 main.cpp.obj - 0002:000203d4 __CT??_R0?AUbad_alloc_@exception_detail@boost@@@8??0bad_alloc_@exception_detail@boost@@QAE@ABU012@@Z36 100a83d4 main.cpp.obj - 0002:000203f0 __CT??_R0?AVbad_alloc@std@@@8??0bad_alloc@std@@QAE@ABV01@@Z1224 100a83f0 main.cpp.obj - 0002:00020e7c __TI3?AV__non_rtti_object@std@@ 100a8e7c libvcruntime:rtti.obj - 0002:00020e8c __CTA3?AV__non_rtti_object@std@@ 100a8e8c libvcruntime:rtti.obj - 0002:00020e9c __CT??_R0?AV__non_rtti_object@std@@@8??0__non_rtti_object@std@@QAE@ABV01@@Z12 100a8e9c libvcruntime:rtti.obj - 0002:00020eb8 __CT??_R0?AVbad_typeid@std@@@8??0bad_typeid@std@@QAE@ABV01@@Z12 100a8eb8 libvcruntime:rtti.obj - 0002:00020ed4 __TI2?AVbad_typeid@std@@ 100a8ed4 libvcruntime:rtti.obj - 0002:00020ee4 __CTA2?AVbad_typeid@std@@ 100a8ee4 libvcruntime:rtti.obj - 0002:00020fd4 __TI2?AVbad_exception@std@@ 100a8fd4 libvcruntime:frame.obj - 0002:00020fe4 __CTA2?AVbad_exception@std@@ 100a8fe4 libvcruntime:frame.obj - 0002:00020ff0 __CT??_R0?AVbad_exception@std@@@8??0bad_exception@std@@QAE@ABV01@@Z12 100a8ff0 libvcruntime:frame.obj - 0002:00021628 __TI2?AVbad_alloc@std@@ 100a9628 libcpmt:xthrow.obj - 0002:00021638 __CTA2?AVbad_alloc@std@@ 100a9638 libcpmt:xthrow.obj - 0002:00021644 __TI3?AVinvalid_argument@std@@ 100a9644 libcpmt:xthrow.obj - 0002:00021654 __CTA3?AVinvalid_argument@std@@ 100a9654 libcpmt:xthrow.obj - 0002:00021664 __CT??_R0?AVinvalid_argument@std@@@8??0invalid_argument@std@@QAE@ABV01@@Z12 100a9664 libcpmt:xthrow.obj - 0002:00021680 __CT??_R0?AVlogic_error@std@@@8??0logic_error@std@@QAE@ABV01@@Z12 100a9680 libcpmt:xthrow.obj - 0002:0002169c __TI3?AVlength_error@std@@ 100a969c libcpmt:xthrow.obj - 0002:000216ac __CTA3?AVlength_error@std@@ 100a96ac libcpmt:xthrow.obj - 0002:000216bc __CT??_R0?AVlength_error@std@@@8??0length_error@std@@QAE@ABV01@@Z12 100a96bc libcpmt:xthrow.obj - 0002:000216d8 __TI3?AVout_of_range@std@@ 100a96d8 libcpmt:xthrow.obj - 0002:000216e8 __CTA3?AVout_of_range@std@@ 100a96e8 libcpmt:xthrow.obj - 0002:000216f8 __CT??_R0?AVout_of_range@std@@@8??0out_of_range@std@@QAE@ABV01@@Z12 100a96f8 libcpmt:xthrow.obj - 0002:00021714 __TI2?AVruntime_error@std@@ 100a9714 libcpmt:xthrow.obj - 0002:00021724 __CTA2?AVruntime_error@std@@ 100a9724 libcpmt:xthrow.obj - 0002:00021730 __TI2?AVbad_function_call@std@@ 100a9730 libcpmt:xthrow.obj - 0002:00021740 __CTA2?AVbad_function_call@std@@ 100a9740 libcpmt:xthrow.obj - 0002:0002174c __CT??_R0?AVbad_function_call@std@@@8??0bad_function_call@std@@QAE@ABV01@@Z12 100a974c libcpmt:xthrow.obj - 0002:000218e4 __IMPORT_DESCRIPTOR_KERNEL32 100a98e4 kernel32:KERNEL32.dll - 0002:000218f8 __IMPORT_DESCRIPTOR_USER32 100a98f8 user32:USER32.dll - 0002:0002190c __NULL_IMPORT_DESCRIPTOR 100a990c kernel32:KERNEL32.dll + 0002:00002540 ??_C@_0BF@JCGGDHDN@CancelPlayerAuraSlot@ 1008a540 main.cpp.obj + 0002:00002558 ??_C@_0BI@EGDKELMA@CancelPlayerAuraSpellId@ 1008a558 main.cpp.obj + 0002:00002570 ??_C@_0O@EGACADAN@GetSpellPower@ 1008a570 main.cpp.obj + 0002:00002584 ??_7?$PatchDetour@P6IXXZPAX@hadesmem@@6B@ 1008a584 main.cpp.obj + 0002:000025d4 ??_C@_0CA@CBNOLNBD@Exception?5in?5Nampower?3?3load?$CI?$CJ?3?5@ 1008a5d4 main.cpp.obj + 0002:000025f4 ??_C@_0P@NAFFIKBA@Nampower?5Error@ 1008a5f4 main.cpp.obj + 0002:00002604 ??_C@_0CG@PNCMOHNE@Unknown?5exception?5in?5Nampower?3?3@ 1008a604 main.cpp.obj + 0002:0000262c ??_C@_0BK@DKOOEMML@Restoring?5original?5bytes?4@ 1008a62c main.cpp.obj + 0002:00002648 ??_C@_0EE@CMAMOMOO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a648 main.cpp.obj + 0002:0000268c ??_C@_0BG@LCAOCHAL@Writing?5jump?5to?5stub?4@ 1008a68c main.cpp.obj + 0002:000026a8 ??_C@_0ED@FNJJIMJO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a6a8 main.cpp.obj + 0002:000026ec ??_C@_0L@NBAFHLHH@Stub?5near?4@ 1008a6ec main.cpp.obj + 0002:000026f8 ??_C@_0EF@HPLFPOCH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a6f8 main.cpp.obj + 0002:00002740 ??_C@_0EI@IEHKJNFE@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a740 main.cpp.obj + 0002:00002788 ??_C@_0M@GFKJMBMN@operator?5?$CI?$CJ@ 1008a788 main.cpp.obj + 0002:00002798 ??_C@_0FH@PGJHJNK@C?3?2software?2hadesmem?9v142?9Relea@ 1008a798 main.cpp.obj + 0002:000027f0 ??_C@_0BK@NOAOGKJA@Unknown?5instruction?5size?4@ 1008a7f0 main.cpp.obj + 0002:0000280c ??_C@_0DG@JEMBOIJP@This?5?$DN?5?$CFp?0?5Target?5?$DN?5?$CFp?0?5Detour?5@ 1008a80c main.cpp.obj + 0002:00002844 ??_C@_0DO@BDGDLPLM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008a844 main.cpp.obj + 0002:00002884 ??_C@_05KHOEDHDN@Apply@ 1008a884 main.cpp.obj + 0002:0000288c ??_C@_0BE@FPCEIMCK@Disassembly?5failed?4@ 1008a88c main.cpp.obj + 0002:000028a0 ??_C@_08LMIDJNHP@Invalid?4@ 1008a8a0 main.cpp.obj + 0002:000028ac ??_C@_09CGOPAKAI@?$CFs?4?5?$FL?$CFs?$FN?4@ 1008a8ac main.cpp.obj + 0002:000028b8 ??_C@_0BM@LBDNLCLP@Operand?1offset?5size?5is?5?$CFhu?4@ 1008a8b8 main.cpp.obj + 0002:000028d4 ??_C@_0BH@BFFFOFOC@Jump?1call?5target?5?$DN?5?$CFp?4@ 1008a8d4 main.cpp.obj + 0002:000028ec ??_C@_0BH@LEKNPHHB@Writing?5resolved?5jump?4@ 1008a8ec main.cpp.obj + 0002:00002904 ??_C@_0BH@KLECKKIK@Writing?5resolved?5call?4@ 1008a904 main.cpp.obj + 0002:0000291c ??_C@_0CE@JLFHLNDK@Writing?5jump?5back?5to?5original?5c@ 1008a91c main.cpp.obj + 0002:00002940 ??_C@_0EN@DGGOEDLL@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008a940 main.cpp.obj + 0002:00002990 ??_C@_0EM@OFOCKEIK@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008a990 main.cpp.obj + 0002:000029e0 ??_C@_0EO@GEKODJPD@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008a9e0 main.cpp.obj + 0002:00002a30 ??_C@_0FB@CEIIMG@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008aa30 main.cpp.obj + 0002:00002a88 ??_C@_0EH@NEPCCDBP@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008aa88 main.cpp.obj + 0002:00002ad0 ??_C@_07CLEOFAGA@Cleanup@ 1008aad0 main.cpp.obj + 0002:00002ad8 ??_C@_0FI@HFJICEID@C?3?2software?2hadesmem?9v142?9Relea@ 1008aad8 main.cpp.obj + 0002:00002b30 ??_C@_0BM@KIILNFBE@SmartHandle?5cleanup?5failed?4@ 1008ab30 main.cpp.obj + 0002:00002b50 ??_7?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 1008ab50 main.cpp.obj + 0002:00002b7c ??_C@_02BBAHNLBA@?$CFp@ 1008ab7c main.cpp.obj + 0002:00002b84 ??_7?$numpunct@D@std@@6B@ 1008ab84 main.cpp.obj + 0002:00002ba8 ??_7?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@6B@ 1008aba8 main.cpp.obj + 0002:00002bfc ??_7?$PatchDetour@P6IXI@ZPAX@hadesmem@@6B@ 1008abfc main.cpp.obj + 0002:00002c50 ??_7?$PatchDetour@P6IXEH@ZPAX@hadesmem@@6B@ 1008ac50 main.cpp.obj + 0002:00002ca4 ??_7?$PatchDetour@P6IX_K@ZPAX@hadesmem@@6B@ 1008aca4 main.cpp.obj + 0002:00002cf8 ??_7?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@6B@ 1008acf8 main.cpp.obj + 0002:00002d4c ??_7?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@6B@ 1008ad4c main.cpp.obj + 0002:00002da0 ??_7?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@6B@ 1008ada0 main.cpp.obj + 0002:00002df4 ??_7?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1008adf4 main.cpp.obj + 0002:00002e48 ??_7?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1008ae48 main.cpp.obj + 0002:00002e9c ??_7?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1008ae9c main.cpp.obj + 0002:00002ef0 ??_7?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@6B@ 1008aef0 main.cpp.obj + 0002:00002f44 ??_7?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@6B@ 1008af44 main.cpp.obj + 0002:00002f98 ??_7?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@6B@ 1008af98 main.cpp.obj + 0002:00002fec ??_7?$PatchDetour@P6IH_K@ZPAX@hadesmem@@6B@ 1008afec main.cpp.obj + 0002:00003040 ??_7?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@6B@ 1008b040 main.cpp.obj + 0002:00003094 ??_7?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1008b094 main.cpp.obj + 0002:000030e8 ??_7?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@6B@ 1008b0e8 main.cpp.obj + 0002:0000313c ??_7?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@6B@ 1008b13c main.cpp.obj + 0002:00003190 ??_7?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@6B@ 1008b190 main.cpp.obj + 0002:000031e4 ??_7?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@6B@ 1008b1e4 main.cpp.obj + 0002:00003238 ??_7?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@6B@ 1008b238 main.cpp.obj + 0002:0000328c ??_7?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@6B@ 1008b28c main.cpp.obj + 0002:000032e0 ??_7?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@6B@ 1008b2e0 main.cpp.obj + 0002:00003334 ??_7?$PatchDetour@P6IXHI@ZPAX@hadesmem@@6B@ 1008b334 main.cpp.obj + 0002:00003388 ??_7?$PatchDetour@P6GXXZPAX@hadesmem@@6B@ 1008b388 main.cpp.obj + 0002:000033d8 ??_C@_0FJ@CKOLAMMN@hadesmem?3?3detail?3?3SmartHandleIm@ 1008b3d8 main.cpp.obj + 0002:00003438 ??_C@_0FL@DOKMKPPP@hadesmem?3?3detail?3?3SmartHandleIm@ 1008b438 main.cpp.obj + 0002:00003498 ??_C@_0ED@JCILNKDP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008b498 main.cpp.obj + 0002:000034e0 ??_C@_0EC@NBLPENOM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008b4e0 main.cpp.obj + 0002:00003528 ??_C@_0EE@IONPJLFD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008b528 main.cpp.obj + 0002:00003570 ??_C@_0EH@GCGPEKIN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008b570 main.cpp.obj + 0002:000035b8 ??_C@_0DN@HCDNLHCD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008b5b8 main.cpp.obj + 0002:000035f8 ??_C@_0FA@GGFAPFCJ@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b5f8 main.cpp.obj + 0002:00003648 ??_C@_0EP@NOCFAKPK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b648 main.cpp.obj + 0002:00003698 ??_C@_0FB@HKPPPFCN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b698 main.cpp.obj + 0002:000036f0 ??_C@_0FE@PMBAGJMC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b6f0 main.cpp.obj + 0002:00003748 ??_C@_0EK@IODNOJBC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b748 main.cpp.obj + 0002:00003798 ??_C@_0FK@DHPECJNJ@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b798 main.cpp.obj + 0002:000037f8 ??_C@_0FJ@KEPJMAML@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b7f8 main.cpp.obj + 0002:00003858 ??_C@_0FL@MHBDKDON@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b858 main.cpp.obj + 0002:000038b8 ??_C@_0FO@CIOCKLLO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b8b8 main.cpp.obj + 0002:00003918 ??_C@_0FE@OCCPBJAI@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b918 main.cpp.obj + 0002:00003970 ??_C@_0GB@CMIPBGLM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b970 main.cpp.obj + 0002:000039d8 ??_C@_0GA@NOGDNOJO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b9d8 main.cpp.obj + 0002:00003a38 ??_C@_0GC@PKNAENAF@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ba38 main.cpp.obj + 0002:00003aa0 ??_C@_0GF@ENIDGHPD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008baa0 main.cpp.obj + 0002:00003b08 ??_C@_0FL@MEMFFBCH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bb08 main.cpp.obj + 0002:00003b68 ??_C@_0IE@MPIDPNEO@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008bb68 main.cpp.obj + 0002:00003bf0 ??_C@_0ID@LBIDDOBG@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008bbf0 main.cpp.obj + 0002:00003c78 ??_C@_0IF@KJIANCNO@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008bc78 main.cpp.obj + 0002:00003d00 ??_C@_0II@FBONHKFA@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008bd00 main.cpp.obj + 0002:00003d88 ??_C@_0HO@FGBNGFMK@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008bd88 main.cpp.obj + 0002:00003e08 ??_C@_0FN@COKBPBGB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008be08 main.cpp.obj + 0002:00003e68 ??_C@_0FM@JNBHAJFN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008be68 main.cpp.obj + 0002:00003ec8 ??_C@_0FO@CLAMNIL@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bec8 main.cpp.obj + 0002:00003f28 ??_C@_0GB@NABJKIJC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bf28 main.cpp.obj + 0002:00003f90 ??_C@_0FH@MGHHMICM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bf90 main.cpp.obj + 0002:00003fe8 ??_C@_0GE@LHOMILHH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008bfe8 main.cpp.obj + 0002:00004050 ??_C@_0GD@NJDMKFFO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c050 main.cpp.obj + 0002:000040b8 ??_C@_0GF@PGPNDFKA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c0b8 main.cpp.obj + 0002:00004120 ??_C@_0GI@DAAJFHPP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c120 main.cpp.obj + 0002:00004188 ??_C@_0FO@PNFCAMCC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c188 main.cpp.obj + 0002:000041e8 ??_C@_0HE@KIIMFCKG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c1e8 main.cpp.obj + 0002:00004260 ??_C@_0HD@GDGGBKIN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c260 main.cpp.obj + 0002:000042d8 ??_C@_0HF@HDGLHDL@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c2d8 main.cpp.obj + 0002:00004350 ??_C@_0HI@MEEMOBOO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c350 main.cpp.obj + 0002:000043c8 ??_C@_0GO@CMGODEII@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c3c8 main.cpp.obj + 0002:00004438 ??_C@_0EP@MGMDIOMN@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008c438 main.cpp.obj + 0002:00004488 ??_C@_0EO@EHLMJGBK@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008c488 main.cpp.obj + 0002:000044d8 ??_C@_0FA@NNDIEADH@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008c4d8 main.cpp.obj + 0002:00004528 ??_C@_0FD@HBBDECCN@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008c528 main.cpp.obj + 0002:00004580 ??_C@_0EJ@GALGJHOJ@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008c580 main.cpp.obj + 0002:000045d0 ??_C@_0IP@NMBMNIFG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c5d0 main.cpp.obj + 0002:00004660 ??_C@_0IO@ECDOHAAO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c660 main.cpp.obj + 0002:000046f0 ??_C@_0JA@LKPPNFKN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c6f0 main.cpp.obj + 0002:00004780 ??_C@_0JD@IIKBFGCA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c780 main.cpp.obj + 0002:00004818 ??_C@_0IJ@KIKGLEPM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c818 main.cpp.obj + 0002:000048a8 ??_C@_0FG@CLOAKDIP@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008c8a8 main.cpp.obj + 0002:00004900 ??_C@_0FF@NMBCPEJK@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008c900 main.cpp.obj + 0002:00004958 ??_C@_0FH@EFAHEDKG@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008c958 main.cpp.obj + 0002:000049b0 ??_C@_0FK@BAIJOOIM@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008c9b0 main.cpp.obj + 0002:00004a10 ??_C@_0FA@FNDKAGCN@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008ca10 main.cpp.obj + 0002:00004a60 ??_C@_0EP@CMBHHAFN@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008ca60 main.cpp.obj + 0002:00004ab0 ??_C@_0EO@EGAFDPJO@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008cab0 main.cpp.obj + 0002:00004b00 ??_C@_0FA@CNNNAHIN@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008cb00 main.cpp.obj + 0002:00004b50 ??_C@_0FD@NGICPGCO@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008cb50 main.cpp.obj + 0002:00004ba8 ??_C@_0EJ@BHJFEBKJ@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008cba8 main.cpp.obj + 0002:00004bf8 ??_C@_0GJ@FBMDGMBA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008cbf8 main.cpp.obj + 0002:00004c68 ??_C@_0GI@JFIHMDBB@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008cc68 main.cpp.obj + 0002:00004cd0 ??_C@_0GK@CFMNOOLM@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008ccd0 main.cpp.obj + 0002:00004d40 ??_C@_0GN@GBCACBEA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008cd40 main.cpp.obj + 0002:00004db0 ??_C@_0GD@HFBIACGA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008cdb0 main.cpp.obj + 0002:00004e18 ??_C@_0EO@EHOAFBKP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ce18 main.cpp.obj + 0002:00004e68 ??_C@_0EN@NKHFDJMO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ce68 main.cpp.obj + 0002:00004eb8 ??_C@_0EP@HOAFGDJM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ceb8 main.cpp.obj + 0002:00004f08 ??_C@_0FC@ECPPMLHP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008cf08 main.cpp.obj + 0002:00004f60 ??_C@_0EI@NIFCFMJK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008cf60 main.cpp.obj + 0002:00004fa8 ??_C@_0HA@OBNHLGJL@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008cfa8 main.cpp.obj + 0002:00005018 ??_C@_0GP@FBMFGKGL@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008d018 main.cpp.obj + 0002:00005088 ??_C@_0HB@FPBHKAMO@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008d088 main.cpp.obj + 0002:00005100 ??_C@_0HE@DOKJMEEF@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008d100 main.cpp.obj + 0002:00005178 ??_C@_0GK@OBCFALJF@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008d178 main.cpp.obj + 0002:000051e8 ??_C@_0GJ@DKOBECBA@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008d1e8 main.cpp.obj + 0002:00005258 ??_C@_0GI@NMPIDHEB@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008d258 main.cpp.obj + 0002:000052c0 ??_C@_0GK@CFKGMMJC@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008d2c0 main.cpp.obj + 0002:00005330 ??_C@_0GN@COCBLEFK@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008d330 main.cpp.obj + 0002:000053a0 ??_C@_0GD@LGHOPJLB@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008d3a0 main.cpp.obj + 0002:00005408 ??_C@_0IC@FJDBMJMP@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008d408 main.cpp.obj + 0002:00005490 ??_C@_0IB@KBPDBFM@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008d490 main.cpp.obj + 0002:00005518 ??_C@_0ID@DDKJNDFM@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008d518 main.cpp.obj + 0002:000055a0 ??_C@_0IG@OIPFBMAJ@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008d5a0 main.cpp.obj + 0002:00005628 ??_C@_0HM@JJIDEBIB@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008d628 main.cpp.obj + 0002:000056a8 ??_C@_0GK@EOGIHJKJ@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d6a8 main.cpp.obj + 0002:00005718 ??_C@_0GJ@OEBBBEMC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d718 main.cpp.obj + 0002:00005788 ??_C@_0GL@JHGPEOIB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d788 main.cpp.obj + 0002:000057f8 ??_C@_0GO@NLEMCJBM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d7f8 main.cpp.obj + 0002:00005868 ??_C@_0GE@KOJFDDGH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d868 main.cpp.obj + 0002:000058d0 ??_C@_0FE@OMCNLAAC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d8d0 main.cpp.obj + 0002:00005928 ??_C@_0FD@MGKJMNOB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d928 main.cpp.obj + 0002:00005980 ??_C@_0FF@NGMJHBCI@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d980 main.cpp.obj + 0002:000059d8 ??_C@_0FI@GKIOGDFD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d9d8 main.cpp.obj + 0002:00005a30 ??_C@_0EO@BGCEFFKG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008da30 main.cpp.obj + 0002:00005a80 ??_C@_0GP@DKFIDIIB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008da80 main.cpp.obj + 0002:00005af0 ??_C@_0GO@GFICKGEB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008daf0 main.cpp.obj + 0002:00005b60 ??_C@_0HA@KCKONGDK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008db60 main.cpp.obj + 0002:00005bd0 ??_C@_0HD@EHLMMKOM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008dbd0 main.cpp.obj + 0002:00005c48 ??_C@_0GJ@EAIACKBB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008dc48 main.cpp.obj + 0002:00005cb8 ??_C@_0GH@BBHBKCOP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008dcb8 main.cpp.obj + 0002:00005d20 ??_C@_0GG@PIECFKPL@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008dd20 main.cpp.obj + 0002:00005d88 ??_C@_0GI@IIPLDPP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008dd88 main.cpp.obj + 0002:00005df0 ??_C@_0GL@IEDLBBFB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ddf0 main.cpp.obj + 0002:00005e60 ??_C@_0GB@MMKDCIPG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008de60 main.cpp.obj + 0002:00005ec8 ??_C@_0FA@LPCANDDG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008dec8 main.cpp.obj + 0002:00005f18 ??_C@_0EP@HIFJMJBD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008df18 main.cpp.obj + 0002:00005f68 ??_C@_0FB@PHCOIIPO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008df68 main.cpp.obj + 0002:00005fc0 ??_C@_0FE@BIJKAHNP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008dfc0 main.cpp.obj + 0002:00006018 ??_C@_0EK@NCEOOBCN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e018 main.cpp.obj + 0002:00006068 ??_C@_0FB@IOIDOGLA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e068 main.cpp.obj + 0002:000060c0 ??_C@_0FA@LFOCKALN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e0c0 main.cpp.obj + 0002:00006110 ??_C@_0FC@PDMEANNO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e110 main.cpp.obj + 0002:00006168 ??_C@_0FF@CGPMCGFD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e168 main.cpp.obj + 0002:000061c0 ??_C@_0EL@MJEICIOC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e1c0 main.cpp.obj + 0002:00006210 ??_C@_0EM@DLPEIJNB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e210 main.cpp.obj + 0002:00006260 ??_C@_0EL@BCECPAAA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e260 main.cpp.obj + 0002:000062b0 ??_C@_0EN@MJMECLHP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e2b0 main.cpp.obj + 0002:00006300 ??_C@_0FA@DNJIJCBK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e300 main.cpp.obj + 0002:00006350 ??_C@_0EG@HFKCIJJB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e350 main.cpp.obj + 0002:00006398 ??_C@_0GJ@EGCMJIML@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008e398 main.cpp.obj + 0002:00006408 ??_C@_0GI@MNMNFLIP@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008e408 main.cpp.obj + 0002:00006470 ??_C@_0GK@DENLAKBE@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008e470 main.cpp.obj + 0002:000064e0 ??_C@_0GN@HIINKODA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008e4e0 main.cpp.obj + 0002:00006550 ??_C@_0GD@LLEEMILN@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008e550 main.cpp.obj + 0002:000065b8 ??_7?$wrapexcept@VError@hadesmem@@@boost@@6B@ 1008e5b8 main.cpp.obj + 0002:000065c8 ??_7?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@std@@@ 1008e5c8 main.cpp.obj + 0002:000065d4 ??_7?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@1@@ 1008e5d4 main.cpp.obj + 0002:000065d8 ??_8?$wrapexcept@VError@hadesmem@@@boost@@7B@ 1008e5d8 main.cpp.obj + 0002:000065e4 ??_C@_0P@CADPMCCM@Toolhelp32Enum@ 1008e5e4 main.cpp.obj + 0002:000065f8 ??_7?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 1008e5f8 main.cpp.obj + 0002:00006608 ??_C@_01PKGAHCOL@?$CJ@ 1008e608 main.cpp.obj + 0002:0000660c ??_C@_0BF@KCPMKJAM@?5attempts?5?$CIoffset?50x@ 1008e60c main.cpp.obj + 0002:00006624 ??_C@_0BI@LPFEPKOA@?5?5Hook?5succeeded?5after?5@ 1008e624 main.cpp.obj + 0002:0000663c ??_C@_0P@GMOIJGGB@?5?9?5retrying?4?4?4@ 1008e63c main.cpp.obj + 0002:0000664c ??_C@_0BL@GLPGJHGB@?5?5Hook?5failed?5on?5offset?50x@ 1008e64c main.cpp.obj + 0002:00006668 ??_C@_0BA@BHOKINGE@?5?5FAILED?5after?5@ 1008e668 main.cpp.obj + 0002:00006678 ??_C@_0CP@GBDDEGCO@?5?5Hook?5failed?5with?5std?3?3excepti@ 1008e678 main.cpp.obj + 0002:000066a8 ??_C@_0DC@OCFGAIKL@?5?5Hook?5failed?5with?5unknown?5exce@ 1008e6a8 main.cpp.obj + 0002:000066dc ??_C@_07NBEOHAHH@?5Type?3?5@ 1008e6dc main.cpp.obj + 0002:000066e4 ??_C@_0L@LKMHAKKL@?5Protect?3?5@ 1008e6e4 main.cpp.obj + 0002:000066f0 ??_C@_08CHPDLAMK@?5State?3?5@ 1008e6f0 main.cpp.obj + 0002:000066fc ??_C@_07FNIPFEMD@?5Size?3?5@ 1008e6fc main.cpp.obj + 0002:00006704 ??_C@_0BJ@KJCAKANC@?5?5Memory?5info?5?9?5Base?3?50x@ 1008e704 main.cpp.obj + 0002:00006720 ??_C@_0L@CLBNCPDM@createHook@ 1008e720 main.cpp.obj + 0002:0000672c ??_C@_0CI@DFGDNLDL@C?3?2workspace?2nampower?2nampower?2@ 1008e72c main.cpp.obj + 0002:00006754 ??_C@_0CP@CACHEKIE@Failed?5to?5create?5hook?5after?5all@ 1008e754 main.cpp.obj + 0002:00006788 ??_7?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 1008e788 main.cpp.obj + 0002:0000679c ??_7?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 1008e79c main.cpp.obj + 0002:000067ac ??_C@_02MDKMJEGG@eE@ 1008e7ac main.cpp.obj + 0002:000067b0 ??_C@_02OOPEBDOJ@pP@ 1008e7b0 main.cpp.obj + 0002:000067b4 ??_C@_04IHCGILC@?$CB?$CFx?$AA@ 1008e7b4 main.cpp.obj + 0002:000067bc ??_C@_0M@HIBANGPP@PatchDetour@ 1008e7bc main.cpp.obj + 0002:000067c8 ??_C@_0CN@JBEOHMAH@PatchDetour?5only?5supported?5on?5l@ 1008e7c8 main.cpp.obj + 0002:000067f8 ??_C@_0BA@FOIKENOD@vector?5too?5long@ 1008e7f8 main.cpp.obj + 0002:0000680c ??_7?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 1008e80c main.cpp.obj + 0002:00006814 ??_7?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bbad_alloc@std@@@ 1008e814 main.cpp.obj + 0002:00006820 ??_7?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6B@ 1008e820 main.cpp.obj + 0002:0000682c ??_8?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@7B@ 1008e82c main.cpp.obj + 0002:00006838 ??_C@_0EC@KFLIJNMG@C?3?2software?2boost_1_80_0?2boost?1@ 1008e838 main.cpp.obj + 0002:00006880 ??_C@_0IK@LHEHAGMH@class?5boost?3?3exception_ptr?5__cd@ 1008e880 main.cpp.obj + 0002:00006910 ??_7?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 1008e910 main.cpp.obj + 0002:00006918 ??_7?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bbad_exception@std@@@ 1008e918 main.cpp.obj + 0002:00006924 ??_7?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6B@ 1008e924 main.cpp.obj + 0002:00006930 ??_8?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@7B@ 1008e930 main.cpp.obj + 0002:00006938 ??_C@_0IO@BHMGIOEK@class?5boost?3?3exception_ptr?5__cd@ 1008e938 main.cpp.obj + 0002:000069cc ??_7?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@6B@ 1008e9cc main.cpp.obj + 0002:000069e8 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@6B@ 1008e9e8 main.cpp.obj + 0002:00006a04 ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@6B@ 1008ea04 main.cpp.obj + 0002:00006a20 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@6B@ 1008ea20 main.cpp.obj + 0002:00006a3c ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@6B@ 1008ea3c main.cpp.obj + 0002:00006a58 ??_7?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@6B@ 1008ea58 main.cpp.obj + 0002:00006a74 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@6B@ 1008ea74 main.cpp.obj + 0002:00006a90 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@6B@ 1008ea90 main.cpp.obj + 0002:00006aac ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@6B@ 1008eaac main.cpp.obj + 0002:00006ac8 ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@6B@ 1008eac8 main.cpp.obj + 0002:00006ae4 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@6B@ 1008eae4 main.cpp.obj + 0002:00006b00 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@6B@ 1008eb00 main.cpp.obj + 0002:00006b1c ??_7?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@6B@ 1008eb1c main.cpp.obj + 0002:00006b38 ??_7?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@6B@ 1008eb38 main.cpp.obj + 0002:00006b54 ??_7?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@6B@ 1008eb54 main.cpp.obj + 0002:00006b70 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@6B@ 1008eb70 main.cpp.obj + 0002:00006b8c ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@6B@ 1008eb8c main.cpp.obj + 0002:00006ba8 ??_7?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@6B@ 1008eba8 main.cpp.obj + 0002:00006bc4 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@6B@ 1008ebc4 main.cpp.obj + 0002:00006be0 ??_7?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@6B@ 1008ebe0 main.cpp.obj + 0002:00006bfc ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@6B@ 1008ebfc main.cpp.obj + 0002:00006c18 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@6B@ 1008ec18 main.cpp.obj + 0002:00006c34 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@6B@ 1008ec34 main.cpp.obj + 0002:00006c50 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@6B@ 1008ec50 main.cpp.obj + 0002:00006c6c ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@6B@ 1008ec6c main.cpp.obj + 0002:00006c88 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@6B@ 1008ec88 main.cpp.obj + 0002:00006ca4 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@6B@ 1008eca4 main.cpp.obj + 0002:00006cc0 ??_7?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 1008ecc0 main.cpp.obj + 0002:00006cdc ??_7?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 1008ecdc main.cpp.obj + 0002:00006cf8 ??_7?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@6B@ 1008ecf8 main.cpp.obj + 0002:00006d14 ??_7?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@6B@ 1008ed14 main.cpp.obj + 0002:00006d30 __real@4202a05f20000000 1008ed30 main.cpp.obj + 0002:00006d40 __xmm@7fffffffffffffff7fffffffffffffff 1008ed40 main.cpp.obj + 0002:00006d50 __xmm@ffffffff000000000000000000000000 1008ed50 main.cpp.obj + 0002:00006d64 ??_C@_0BI@DIFNIIHI@invalid?5stoull?5argument@ 1008ed64 helper.cpp.obj + 0002:00006d7c ??_C@_0BN@NGMOKJGA@stoull?5argument?5out?5of?5range@ 1008ed7c helper.cpp.obj + 0002:00006d9c ??_C@_09IFBAIJJB@0x?$CF016llX@ 1008ed9c helper.cpp.obj + 0002:00006da8 ??_C@_02MDDDDAID@0x@ 1008eda8 helper.cpp.obj + 0002:00006dac ??_C@_02FGLHBECB@0X@ 1008edac helper.cpp.obj + 0002:00006db0 ??_C@_0BL@GOIGLPKN@unordered_map?1set?5too?5long@ 1008edb0 helper.cpp.obj + 0002:00006dcc ??_C@_0BK@OGNNAFAB@invalid?5hash?5bucket?5count@ 1008edcc helper.cpp.obj + 0002:00006de8 __real@3ff8000000000000 1008ede8 helper.cpp.obj + 0002:00006df0 __xmm@41f00000000000000000000000000000 1008edf0 helper.cpp.obj + 0002:00006e04 ??_C@_0BC@MHCHADOA@?5for?5gcdCategory?5@ 1008ee04 spellcast.cpp.obj + 0002:00006e18 ??_C@_06BIDGLIKJ@?5with?5@ 1008ee18 spellcast.cpp.obj + 0002:00006e20 ??_C@_0BP@FJKKCADI@Replacing?5queued?5nonGcd?5spell?5@ 1008ee20 spellcast.cpp.obj + 0002:00006e40 ??_C@_0DN@LFNKAAEA@Target?5changed?5during?5quick?5cas@ 1008ee40 spellcast.cpp.obj + 0002:00006e80 ??_C@_0BA@MCIJFKAO@?5queuetrigger?3?5@ 1008ee80 spellcast.cpp.obj + 0002:00006e90 ??_C@_0N@CJFDIMCD@?5quickcast?3?5@ 1008ee90 spellcast.cpp.obj + 0002:00006ea0 ??_C@_0BM@EOLKOAOP@Quickcasting?5terrain?5spell?5@ 1008eea0 spellcast.cpp.obj + 0002:00006ebc ??_C@_0DL@IFODHHPF@GetChannelBaseDuration?3?5Duratio@ 1008eebc spellcast.cpp.obj + 0002:00006ef8 ??_C@_0DA@JCBAJNFA@Ignoring?5non?5active?5player?5begi@ 1008eef8 spellcast.cpp.obj + 0002:00006f28 ??_C@_0BH@CIIHKNNM@?5time?5since?5last?5cast?5@ 1008ef28 spellcast.cpp.obj + 0002:00006f40 ??_C@_0L@CFJAIELA@?5latency?3?5@ 1008ef40 spellcast.cpp.obj + 0002:00006f4c ??_C@_06GJNNAKOE@?5Gcd?3?5@ 1008ef4c spellcast.cpp.obj + 0002:00006f54 ??_C@_09NPFKODNJ@?5buffer?3?5@ 1008ef54 spellcast.cpp.obj + 0002:00006f60 ??_C@_0N@CCNKJBBP@?5cast?5time?3?5@ 1008ef60 spellcast.cpp.obj + 0002:00006f70 ??_C@_01ODHLEDKK@?$CI@ 1008ef70 spellcast.cpp.obj + 0002:00006f74 ??_C@_0M@BFOLJPLE@BeginCast?5?$CD@ 1008ef74 spellcast.cpp.obj + 0002:00006f80 ??_C@_07FJDGAAH@?5NO?5Gcd@ 1008ef80 spellcast.cpp.obj + 0002:00006f88 ??_C@_0BO@OKAMCEBE@Decreasing?5default?5buffer?5to?5@ 1008ef88 spellcast.cpp.obj + 0002:00006fa8 ??_C@_0CD@HHFGFCEF@Triggering?5queued?5non?5gcd?5cast?5@ 1008efa8 spellcast.cpp.obj + 0002:00006fcc ??_C@_0CK@IDCOKNOH@Ignoring?5queued?5non?5gcd?5cast?0?5n@ 1008efcc spellcast.cpp.obj + 0002:00006ff8 ??_C@_0BL@OIEKGDFF@Triggering?5queued?5cast?5of?5@ 1008eff8 spellcast.cpp.obj + 0002:00007014 ??_C@_0CC@DLDNPCKF@Ignoring?5queued?5cast?0?5no?5spell?5@ 1008f014 spellcast.cpp.obj + 0002:00007038 ??_C@_0BH@MNDFAADJ@?0?5triggering?5quickcast@ 1008f038 spellcast.cpp.obj + 0002:00007050 ??_C@_0DE@CEFFBIDD@CastSpell?5double?5cast?5detected?5@ 1008f050 spellcast.cpp.obj + 0002:00007084 ??_C@_0DF@OKDGBKLA@Use?5action?5double?5cast?5detected@ 1008f084 spellcast.cpp.obj + 0002:000070bc ??_C@_0CK@KAINKJIL@Ignoring?5non?5active?5player?5cast@ 1008f0bc spellcast.cpp.obj + 0002:000070e8 ??_C@_0BB@POLDOEMN@?5due?5to?5buff?5cap@ 1008f0e8 spellcast.cpp.obj + 0002:000070fc ??_C@_0BG@FMMOGOEG@Blocking?5mount?5spell?5@ 1008f0fc spellcast.cpp.obj + 0002:00007114 ??_C@_06EGFPNNHB@?5from?5@ 1008f114 spellcast.cpp.obj + 0002:0000711c ??_C@_0BO@GDCPHICE@Updating?5selection?5target?5to?5@ 1008f11c spellcast.cpp.obj + 0002:0000713c ??_C@_0BH@DKPBEKJE@?0?5ending?5channel?5early@ 1008f13c spellcast.cpp.obj + 0002:00007154 ??_C@_0BK@JFKBDLAO@Double?5cast?5detected?5for?5@ 1008f154 spellcast.cpp.obj + 0002:00007170 ??_C@_0BI@LMDLBPCD@?0?5time?5since?5last?5cast?5@ 1008f170 spellcast.cpp.obj + 0002:00007188 ??_C@_08DJKAFFEB@?5target?5@ 1008f188 spellcast.cpp.obj + 0002:00007194 ??_C@_09GCJJPOLD@?5on?5guid?5@ 1008f194 spellcast.cpp.obj + 0002:000071a0 ??_C@_08EJFJFLKG@?5itemId?5@ 1008f1a0 spellcast.cpp.obj + 0002:000071ac ??_C@_0O@CIKJCEOK@Attempt?5cast?5@ 1008f1ac spellcast.cpp.obj + 0002:000071bc ??_C@_0BI@DAADBDOK@Queuing?5on?5swing?5spell?5@ 1008f1bc spellcast.cpp.obj + 0002:000071d4 ??_C@_0BL@JIPDAEEF@Successful?5on?5swing?5spell?5@ 1008f1d4 spellcast.cpp.obj + 0002:000071f0 ??_C@_03NEMEPNJG@ms?5@ 1008f1f0 spellcast.cpp.obj + 0002:000071f4 ??_C@_0CH@CAOMOENB@Queuing?5targeting?5for?5after?5cas@ 1008f1f4 spellcast.cpp.obj + 0002:0000721c ??_C@_0DE@KDCLAKNN@Queuing?5instant?5cast?5targeting?5@ 1008f21c spellcast.cpp.obj + 0002:00007250 ??_C@_0DE@BKONOIBH@Updating?5instant?5cast?5non?5GCD?5t@ 1008f250 spellcast.cpp.obj + 0002:00007284 ??_C@_0P@NGFFJPPH@?5gcd?5category?5@ 1008f284 spellcast.cpp.obj + 0002:00007294 ??_C@_0DM@FPCEIGOB@Queuing?5instant?5cast?5non?5GCD?5ta@ 1008f294 spellcast.cpp.obj + 0002:000072d0 ??_C@_0BN@HPKBJIBH@Queuing?5for?5after?5cast?1gcd?3?5@ 1008f2d0 spellcast.cpp.obj + 0002:000072f0 ??_C@_0BN@NNFKHHAA@Updating?5non?5GCD?5params?5for?5@ 1008f2f0 spellcast.cpp.obj + 0002:00007310 ??_C@_0CF@LOKNHDBF@Queuing?5non?5GCD?5for?5after?5cast?1@ 1008f310 spellcast.cpp.obj + 0002:00007338 ??_C@_0N@PBPCOGKN@instant?5cast@ 1008f338 spellcast.cpp.obj + 0002:00007348 ??_C@_0L@OAKOENBO@channeling@ 1008f348 spellcast.cpp.obj + 0002:00007354 ??_C@_0BG@HMCDLKNN@?5for?5after?5cast?1gcd?3?5@ 1008f354 spellcast.cpp.obj + 0002:0000736c ??_C@_08INMJLCKL@Queuing?5@ 1008f36c spellcast.cpp.obj + 0002:00007378 ??_C@_0BF@COEDODBD@?5non?5GCD?5params?5for?5@ 1008f378 spellcast.cpp.obj + 0002:00007390 ??_C@_09MNPPNDJM@Updating?5@ 1008f390 spellcast.cpp.obj + 0002:0000739c ??_C@_0BO@BJDBMPFM@?5non?5GCD?5for?5after?5cast?1gcd?3?5@ 1008f39c spellcast.cpp.obj + 0002:000073bc ??_C@_0N@MJFJIIIG@ms?5remaining@ 1008f3bc spellcast.cpp.obj + 0002:000073cc ??_C@_0BG@BELMLGGG@Cast?5or?5delay?5active?5@ 1008f3cc spellcast.cpp.obj + 0002:000073e4 ??_C@_0M@GEFIMPOA@Gcd?5active?5@ 1008f3e4 spellcast.cpp.obj + 0002:000073f0 ??_C@_0DJ@HICJFDGG@?5cast?5still?5waiting?5for?5server?5@ 1008f3f0 spellcast.cpp.obj + 0002:0000742c ??_C@_09CPGKBJMK@Ignoring?5@ 1008f42c spellcast.cpp.obj + 0002:00007438 ??_C@_0DH@KHOFHJBE@?5cast?5recently?5succeeded?5for?5th@ 1008f438 spellcast.cpp.obj + 0002:00007470 ??_C@_0EA@OCEKPMFJ@Canceling?5spell?5cast?5due?5to?5pre@ 1008f470 spellcast.cpp.obj + 0002:000074b0 ??_C@_0CF@LIPBLKIF@Retry?5cast?5after?5cancel?5still?5f@ 1008f4b0 spellcast.cpp.obj + 0002:000074d8 ??_C@_0BF@BEANNNJB@?5spellIsOnCooldown?5?$DN@ 1008f4d8 spellcast.cpp.obj + 0002:000074f0 ??_C@_0BG@JAEPGBDL@?5pendingOnSwingCast?5?$DN@ 1008f4f0 spellcast.cpp.obj + 0002:00007508 ??_C@_0EF@NBDHPPFO@Initial?5cast?5failed?5but?5not?5can@ 1008f508 spellcast.cpp.obj + 0002:00007550 ??_C@_0DE@DGCCEIJD@Ignoring?5cancel?5spell?5cast?5due?5@ 1008f550 spellcast.cpp.obj + 0002:00007584 ??_C@_08NFIDAFLL@?5reason?3@ 1008f584 spellcast.cpp.obj + 0002:00007590 ??_C@_0P@OHLEPHP@?5notifyServer?3@ 1008f590 spellcast.cpp.obj + 0002:000075a0 ??_C@_0BK@LBLJOMCE@Cancel?5spell?5cast?5failed?3@ 1008f5a0 spellcast.cpp.obj + 0002:000075bc ??_C@_0L@DHBENNO@?5duration?5@ 1008f5bc spellchannel.cpp.obj + 0002:000075c8 ??_C@_0BA@PHCPFKHC@Channel?5start?3?5@ 1008f5c8 spellchannel.cpp.obj + 0002:000075d8 ??_C@_0EB@ONHCPBOA@Adding?51?5second?5to?5Arcane?5Missi@ 1008f5d8 spellchannel.cpp.obj + 0002:0000761c ??_C@_05POFHKGEO@?5for?5@ 1008f61c spellchannel.cpp.obj + 0002:00007624 ??_C@_0BN@FEHMJJBM@Invalid?5originalDuration?5of?5@ 1008f624 spellchannel.cpp.obj + 0002:00007644 ??_C@_0BD@BMJLBBMG@?5scaled?5tick?5time?5@ 1008f644 spellchannel.cpp.obj + 0002:00007658 ??_C@_0BE@HNMLIODA@Original?5tick?5time?5@ 1008f658 spellchannel.cpp.obj + 0002:0000766c ??_C@_0BJ@OBCFLFNO@?0?5defaulting?5to?5duration@ 1008f66c spellchannel.cpp.obj + 0002:00007688 ??_C@_0BP@KNLPIMJL@Invalid?5channel?5tick?5time?5for?5@ 1008f688 spellchannel.cpp.obj + 0002:000076a8 ??_C@_0CD@PPICPDAH@Ignoring?1resetting?5channeling?5f@ 1008f6a8 spellchannel.cpp.obj + 0002:000076cc ??_C@_09IMKLHFKG@?5elapsed?5@ 1008f6cc spellchannel.cpp.obj + 0002:000076d8 ??_C@_0P@DILMPNKC@Channel?5done?3?5@ 1008f6d8 spellchannel.cpp.obj + 0002:000076e8 ??_C@_0M@HOBALKP@?5remaining?5@ 1008f6e8 spellchannel.cpp.obj + 0002:000076f4 ??_C@_0BB@IJINAKFI@Channel?5update?3?5@ 1008f6f4 spellchannel.cpp.obj + 0002:00007708 __real@3f800000 1008f708 spellchannel.cpp.obj + 0002:00007710 ??_C@_08KHPECABI@?5result?5@ 1008f710 spellevents.cpp.obj + 0002:0000771c ??_C@_06BFJJLGJH@?5guid?5@ 1008f71c spellevents.cpp.obj + 0002:00007724 ??_C@_0BD@JCCHCLOL@Spell?5target?5unit?5@ 1008f724 spellevents.cpp.obj + 0002:00007738 ??_C@_0BL@DLGFEAGG@?0?5stopping?5disenchant?5loop@ 1008f738 spellevents.cpp.obj + 0002:00007754 ??_C@_0CF@GIAGKMIP@Disenchant?5spell?5failed?5with?5re@ 1008f754 spellevents.cpp.obj + 0002:0000777c ??_C@_0P@LJPLECIE@?5queuing?5retry@ 1008f77c spellevents.cpp.obj + 0002:0000778c ??_C@_0BH@EOGBFMAP@?5is?5still?5on?5cooldown?5@ 1008f78c spellevents.cpp.obj + 0002:000077a4 ??_C@_0P@KAMGEGPI@Non?5gcd?5spell?5@ 1008f7a4 spellevents.cpp.obj + 0002:000077b4 ??_C@_06IPOHHIAK@Spell?5@ 1008f7b4 spellevents.cpp.obj + 0002:000077bc ??_C@_05LDELDIBH@Item?5@ 1008f7bc spellevents.cpp.obj + 0002:000077c4 ??_C@_0DK@JCOGHOGB@?5not?5queuing?5retry?5due?5to?5retry@ 1008f7c4 spellevents.cpp.obj + 0002:00007800 ??_C@_06FHPAMJEI@?5code?5@ 1008f800 spellevents.cpp.obj + 0002:00007808 ??_C@_0BB@GOHBAIHL@Cast?5failed?5for?5@ 1008f808 spellevents.cpp.obj + 0002:0000781c ??_C@_0CM@MHLCDCAG@?0?5but?5a?5recent?5cast?5succeeded?0?5@ 1008f81c spellevents.cpp.obj + 0002:00007848 ??_C@_0P@LOMEMCGF@?5non?5gcd?5code?5@ 1008f848 spellevents.cpp.obj + 0002:00007858 ??_C@_0BC@HJBAKONN@Cast?5failed?5for?5?$CD@ 1008f858 spellevents.cpp.obj + 0002:0000786c ??_C@_08KEELPODO@?0?5retry?5@ 1008f86c spellevents.cpp.obj + 0002:00007878 ??_C@_0BK@OMKDJBI@?0?5gcd?5active?5not?5retrying@ 1008f878 spellevents.cpp.obj + 0002:00007894 ??_C@_0DG@MLJODHHA@?0?5not?5retrying?5as?5it?5has?5alread@ 1008f894 spellevents.cpp.obj + 0002:000078cc ??_C@_0CJ@IJODEHEO@?0?5no?5recent?5cast?5params?5found?5i@ 1008f8cc spellevents.cpp.obj + 0002:000078f8 ??_C@_0BG@FLHHKDJE@Increasing?5buffer?5to?5@ 1008f8f8 spellevents.cpp.obj + 0002:00007910 ??_C@_0BO@GJJBLJHI@?5spell?5queued?5?$CL?5ignored?5code?5@ 1008f910 spellevents.cpp.obj + 0002:00007930 ??_C@_0P@HGCHGFMH@?5ignored?5code?5@ 1008f930 spellevents.cpp.obj + 0002:00007940 ??_C@_0L@OAJLDHO@?5cast?5end?5@ 1008f940 spellevents.cpp.obj + 0002:0000794c ??_C@_0M@IGIIHODJ@?5for?5cast?5?$CD@ 1008f94c spellevents.cpp.obj + 0002:00007958 ??_C@_0BC@DONHDJOM@Spell?5delayed?5by?5@ 1008f958 spellevents.cpp.obj + 0002:0000796c ??_C@_0CC@EGDHOKK@Negative?5server?5delay?5using?51?5m@ 1008f96c spellevents.cpp.obj + 0002:00007990 ??_C@_0BJ@OIOPABDB@?5since?5last?5cast?5result?5@ 1008f990 spellevents.cpp.obj + 0002:000079ac ??_C@_0P@NNAMHHPH@?5server?5delay?5@ 1008f9ac spellevents.cpp.obj + 0002:000079bc ??_C@_09HEBFMKKB@?5latency?5@ 1008f9bc spellevents.cpp.obj + 0002:000079c8 ??_C@_08PBNHDDEM@?5status?5@ 1008f9c8 spellevents.cpp.obj + 0002:000079d4 ??_C@_0BC@EJFCOIPD@Cast?5result?5for?5?$CD@ 1008f9d4 spellevents.cpp.obj + 0002:000079e8 ??_C@_0DG@HHHCJMND@Unable?5to?5determine?5spell?5infor@ 1008f9e8 spellevents.cpp.obj + 0002:00007a20 ??_C@_0CK@IFJMEEJK@?5resolved?0?5casting?5queued?5on?5sw@ 1008fa20 spellevents.cpp.obj + 0002:00007a4c ??_C@_0BA@IBBPALEH@On?5swing?5spell?5@ 1008fa4c spellevents.cpp.obj + 0002:00007a5c ??_C@_0BP@KBPEDDDH@ms?4?5?5Updated?5cast?5end?5time?5to?5@ 1008fa5c spellevents.cpp.obj + 0002:00007a7c ??_C@_0P@FFNLEJE@?5increased?5by?5@ 1008fa7c spellevents.cpp.obj + 0002:00007a8c ??_C@_0BG@GOJCDGMO@Server?5cast?5time?5for?5@ 1008fa8c spellevents.cpp.obj + 0002:00007aa4 ??_C@_0BD@BGGCHONF@?5using?5gcd?5instead@ 1008faa4 spellevents.cpp.obj + 0002:00007ab8 ??_C@_0BL@FOLCLIGH@?5was?5reduced?5below?5gcd?5of?5@ 1008fab8 spellevents.cpp.obj + 0002:00007ad4 ??_C@_0BC@BIFPIPLA@Server?5cast?5time?5@ 1008fad4 spellevents.cpp.obj + 0002:00007ae8 ??_C@_0P@FFGOHLGM@?5decreased?5by?5@ 1008fae8 spellevents.cpp.obj + 0002:00007af8 ??_C@_01IHBHIGKO@?0@ 1008faf8 spellevents.cpp.obj + 0002:00007afc ??_C@_05FAEMOKCC@0?00?00@ 1008fafc spellevents.cpp.obj + 0002:00007b04 ??_C@_0DK@CIFAMPDN@ChannelStopCastingNextTick?5acti@ 1008fb04 misc_scripts.cpp.obj + 0002:00007b40 ??_C@_0BK@BMIHLO@Item?5not?5found?5in?5DBCache@ 1008fb40 misc_scripts.cpp.obj + 0002:00007b5c ??_C@_0BM@BBGLOLG@Usage?3?5GetItemLevel?$CIitemId?$CJ@ 1008fb5c misc_scripts.cpp.obj + 0002:00007b78 ??_C@_0BH@ICDGKODB@Trying?5to?5queue?5script@ 1008fb78 misc_scripts.cpp.obj + 0002:00007b90 ??_C@_0BJ@GCMABBOM@Queuing?5script?5priority?5@ 1008fb90 misc_scripts.cpp.obj + 0002:00007bac ??_C@_0BB@FNONMKDE@Queuing?5script?3?5@ 1008fbac misc_scripts.cpp.obj + 0002:00007bc0 ??_C@_0P@HMLODIOA@Invalid?5script@ 1008fbc0 misc_scripts.cpp.obj + 0002:00007bd0 ??_C@_0DB@IIJNBKKP@Usage?3?5QueueScript?$CI?$CCscript?$CC?0?5?$CIo@ 1008fbd0 misc_scripts.cpp.obj + 0002:00007c04 ??_C@_0CA@LIPPIENP@Running?5queued?5script?5priority?5@ 1008fc04 misc_scripts.cpp.obj + 0002:00007c24 ??_C@_0CE@NEDOMOFN@Usage?3?5GetItemStats?$CIitemId?0?5?$FLco@ 1008fc24 misc_scripts.cpp.obj + 0002:00007c48 ??_C@_0M@NDEOCEGH@displayName@ 1008fc48 misc_scripts.cpp.obj + 0002:00007c54 ??_C@_0M@PPJNHBMP@description@ 1008fc54 misc_scripts.cpp.obj + 0002:00007c60 ??_C@_0DE@DAMKFGHF@Usage?3?5GetItemStatsField?$CIitemId@ 1008fc60 misc_scripts.cpp.obj + 0002:00007c94 ??_C@_0BD@JACGONMB@Unknown?5field?5name@ 1008fc94 misc_scripts.cpp.obj + 0002:00007ca8 ??_C@_0GL@FBDGPFHJ@Usage?3?5GetUnitData?$CIunitToken?0?5?$FL@ 1008fca8 misc_scripts.cpp.obj + 0002:00007d18 ??_C@_0HH@IDABAAKA@Usage?3?5GetUnitField?$CIunitToken?0?5@ 1008fd18 misc_scripts.cpp.obj + 0002:00007d90 ??_C@_0CH@POINFHMC@Trying?5disenchant?5with?5quality?5@ 1008fd90 misc_scripts.cpp.obj + 0002:00007db8 ??_C@_0DC@DMOAEFOF@No?5disenchantable?5item?5found?0?5s@ 1008fdb8 misc_scripts.cpp.obj + 0002:00007dec ??_C@_0DO@MCLKPIML@DEFAULT_CHAT_FRAME?3AddMessage?$CI?$CC@ 1008fdec misc_scripts.cpp.obj + 0002:00007e2c ??_C@_0CC@JPCIHLOK@Invalid?5item?0?5stopping?5disencha@ 1008fe2c misc_scripts.cpp.obj + 0002:00007e50 ??_C@_0CE@FKMNNJC@No?5player?5unit?0?5stopping?5disenc@ 1008fe50 misc_scripts.cpp.obj + 0002:00007e78 ??_C@_0KC@NEILAFDD@local?5itemLink?5?$DN?5GetContainerIt@ 1008fe78 misc_scripts.cpp.obj + 0002:00007f1c ??_C@_0CB@IFDJLBBM@Cast?5failed?0?5stopping?5disenchan@ 1008ff1c misc_scripts.cpp.obj + 0002:00007f40 ??_C@_0ED@LGBHLFPD@DEFAULT_CHAT_FRAME?3AddMessage?$CI?$CC@ 1008ff40 misc_scripts.cpp.obj + 0002:00007f88 ??_C@_0BFF@NPPMOAEC@Usage?3?5DisenchantAll?$CIitemIdOrNa@ 1008ff88 misc_scripts.cpp.obj + 0002:000080e0 ??_C@_0CF@KNHJOLMC@You?5do?5not?5have?5the?5Disenchant?5@ 100900e0 misc_scripts.cpp.obj + 0002:00008108 ??_C@_06HBBJMNDD@greens@ 10090108 misc_scripts.cpp.obj + 0002:00008110 ??_C@_05EBCMBJBB@blues@ 10090110 misc_scripts.cpp.obj + 0002:00008118 ??_C@_07MBLGJMK@purples@ 10090118 misc_scripts.cpp.obj + 0002:00008120 ??_C@_0CJ@IECDANKF@Usage?3?5GetItemIconTexture?$CIdispl@ 10090120 misc_scripts.cpp.obj + 0002:0000814c ??_C@_0N@HLONNMCP@QuestionMark@ 1009014c misc_scripts.cpp.obj + 0002:0000815c ??_C@_0CI@EAELDEKM@Usage?3?5GetSpellIconTexture?$CIspel@ 1009015c misc_scripts.cpp.obj + 0002:00008184 ??_C@_0CH@JKODAONC@Usage?3?5GetPlayerAuraDuration?$CIau@ 10090184 misc_scripts.cpp.obj + 0002:000081ac ??_C@_0CG@MADAJHEF@Usage?3?5CancelPlayerAuraSlot?$CIaur@ 100901ac misc_scripts.cpp.obj + 0002:000081d4 ??_C@_0DJ@CFIPDIAI@Usage?3?5CancelPlayerAuraSpellId?$CI@ 100901d4 misc_scripts.cpp.obj + 0002:00008210 ??_C@_0CK@EONLFDPA@Attempt?5to?5find?5?8this?8?5in?5non?9f@ 10090210 misc_scripts.cpp.obj + 0002:0000823c ??_C@_0CG@DOJPPKKG@Wrong?5object?5type?5for?5member?5fu@ 1009023c misc_scripts.cpp.obj + 0002:00008264 ??_C@_0CK@NLEAGDNO@Attempt?5to?5find?5?8this?8?5in?5non?9t@ 10090264 misc_scripts.cpp.obj + 0002:00008290 __real@0000000000000000 10090290 misc_scripts.cpp.obj + 0002:00008298 __real@3ff0000000000000 10090298 misc_scripts.cpp.obj + 0002:000082a0 __real@4000000000000000 100902a0 misc_scripts.cpp.obj + 0002:000082a8 __real@4041000000000000 100902a8 misc_scripts.cpp.obj + 0002:000082b0 __real@408f400000000000 100902b0 misc_scripts.cpp.obj + 0002:000082bc ??_C@_0CD@FAFLFIPA@Casting?5next?5spell?5without?5queu@ 100902bc spell_scripts.cpp.obj + 0002:000082e0 ??_C@_0BO@KHCNJBCM@Force?5queuing?5next?5cast?5spell@ 100902e0 spell_scripts.cpp.obj + 0002:00008300 ??_C@_0BI@HLPDJJIN@SpellStopCasting?5called@ 10090300 spell_scripts.cpp.obj + 0002:00008318 ??_C@_0BJ@HOOGKLNO@Unable?5to?5parse?5spell?5id@ 10090318 spell_scripts.cpp.obj + 0002:00008338 ??_C@_0IC@LFNFOIMM@Unable?5to?5determine?5spell?5id?5fr@ 10090338 spell_scripts.cpp.obj + 0002:000083bc ??_C@_06JJLAMBGK@target@ 100903bc spell_scripts.cpp.obj + 0002:000083c4 ??_C@_0BA@LCNPPGJD@Spell?5not?5found@ 100903c4 spell_scripts.cpp.obj + 0002:000083d4 ??_C@_0CB@DNBDKHMK@Usage?3?5IsSpellInRange?$CIspellName@ 100903d4 spell_scripts.cpp.obj + 0002:000083f8 ??_C@_0IB@NFBGPDMF@Unable?5to?5determine?5spell?5id?5fr@ 100903f8 spell_scripts.cpp.obj + 0002:0000847c ??_C@_0CA@CKMJHD@Usage?3?5IsSpellUsable?$CIspellName?$CJ@ 1009047c spell_scripts.cpp.obj + 0002:0000849c ??_C@_0CE@BNAKDPLE@Usage?3?5GetSpellIdForName?$CIspellN@ 1009049c spell_scripts.cpp.obj + 0002:000084c0 ??_C@_0BJ@EJDPBOLF@Spell?5not?5found?5for?5id?3?5@ 100904c0 spell_scripts.cpp.obj + 0002:000084dc ??_C@_0CJ@PPAJFPII@Usage?3?5GetSpellNameAndRankForId@ 100904dc spell_scripts.cpp.obj + 0002:00008508 ??_C@_05LOCENACC@spell@ 10090508 spell_scripts.cpp.obj + 0002:00008510 ??_C@_03LAMLDFEG@pet@ 10090510 spell_scripts.cpp.obj + 0002:00008514 ??_C@_0CM@BIFAHKMN@Usage?3?5GetSpellSlotTypeIdForNam@ 10090514 spell_scripts.cpp.obj + 0002:00008540 ??_C@_0CE@PGDGANLK@Usage?3?5GetSpellRec?$CIspellId?0?5?$FLco@ 10090540 spell_scripts.cpp.obj + 0002:00008564 ??_C@_04MEMAJGDJ@name@ 10090564 spell_scripts.cpp.obj + 0002:0000856c ??_C@_04PNBFHPGN@rank@ 1009056c spell_scripts.cpp.obj + 0002:00008574 ??_C@_07OGDNBKKB@tooltip@ 10090574 spell_scripts.cpp.obj + 0002:0000857c ??_C@_0DE@IFOKCNBD@Usage?3?5GetSpellRecField?$CIspellId@ 1009057c spell_scripts.cpp.obj + 0002:000085b0 ??_C@_0BOB@PPLDFGIB@Usage?3?5GetSpellModifiers?$CIspellI@ 100905b0 spell_scripts.cpp.obj + 0002:00008794 ??_C@_0DB@LGIDKANG@Invalid?5modifier?5type?4?5Must?5be?5@ 10090794 spell_scripts.cpp.obj + 0002:000087c8 ??_C@_0BB@NBBEIOIN@Invalid?5spell?5id@ 100907c8 spell_scripts.cpp.obj + 0002:000087dc ??_C@_08KJJBJMM@spellId?3@ 100907dc spell_scripts.cpp.obj + 0002:000087e8 ??_C@_0CH@HJHOCEPB@Unable?5convert?5spell?5id?5to?5spel@ 100907e8 spell_scripts.cpp.obj + 0002:00008810 ??_C@_0CP@KGJBOLFG@Unable?5parse?5spell?5id?4?5?5Format?5@ 10090810 spell_scripts.cpp.obj + 0002:00008840 ??_C@_0CK@PDFCMKHC@Unable?5to?5find?5spell?5slot?5for?5s@ 10090840 spell_scripts.cpp.obj + 0002:0000886c ??_C@_03NBFOK@net@ 1009086c spell_scripts.cpp.obj + 0002:00008870 ??_C@_08BAGPHLDB@positive@ 10090870 spell_scripts.cpp.obj + 0002:0000887c ??_C@_08JKGPMEKK@negative@ 1009087c spell_scripts.cpp.obj + 0002:00008888 __real@bff0000000000000 10090888 spell_scripts.cpp.obj + 0002:00008894 ??_C@_0CB@KIFLLFHK@Usage?3?5GetSpellCooldown?$CIspellId@ 10090894 cooldown_scripts.cpp.obj + 0002:000088b8 ??_C@_0DM@HPPALOOP@Usage?3?5GetItemCooldown?$CIitemId?$CJ?5@ 100908b8 cooldown_scripts.cpp.obj + 0002:000088f4 ??_C@_0CF@IPNKEPCD@Item?5name?5lookup?5not?5yet?5implem@ 100908f4 cooldown_scripts.cpp.obj + 0002:0000891c ??_C@_0CN@EGAOPKGE@Usage?3?5GetTrinketCooldown?$CIslot?$HM@ 1009091c cooldown_scripts.cpp.obj + 0002:0000894c ??_C@_0BG@JDLJPL@missing?5item?5at?5slot?5@ 1009094c item_scripts.cpp.obj + 0002:00008964 ??_C@_0BM@FGPCGLD@missing?5itemfields?5at?5slot?5@ 10090964 item_scripts.cpp.obj + 0002:00008980 ??_C@_0BK@BKPACGJE@Unable?5to?5get?5player?5unit@ 10090980 item_scripts.cpp.obj + 0002:000089a0 ??_C@_0EC@DILDBMOF@Usage?3?5FindPlayerItemSlot?$CIitemN@ 100909a0 item_scripts.cpp.obj + 0002:000089e4 ??_C@_0CP@MNDKGGNA@Usage?3?5UseItemIdOrName?$CIitemIdOr@ 100909e4 item_scripts.cpp.obj + 0002:00008a14 ??_C@_0CA@BIHDFGEI@Unable?5to?5determine?5target?5guid@ 10090a14 item_scripts.cpp.obj + 0002:00008a34 ??_C@_0CP@GCLNMKJC@Usage?3?5UseTrinket?$CIslot?$HMitemIdOr@ 10090a34 item_scripts.cpp.obj + 0002:00008a64 ??_C@_07NBCGADJA@Unknown@ 10090a64 item_scripts.cpp.obj + 0002:00008a70 ??_C@_0FB@JKJLJBPE@Usage?3?5GetEquippedItems?$CI?$CJ?5or?5Ge@ 10090a70 item_scripts.cpp.obj + 0002:00008ac4 ??_C@_0BD@LPJJAPAF@Unable?5to?5get?5unit@ 10090ac4 item_scripts.cpp.obj + 0002:00008ad8 ??_C@_0BE@IENECEIE@Cannot?5inspect?5unit@ 10090ad8 item_scripts.cpp.obj + 0002:00008af0 ??_C@_0EF@LNGINBID@Usage?3?5GetEquippedItem?$CIunitStr?0@ 10090af0 item_scripts.cpp.obj + 0002:00008b38 ??_C@_0CH@PFFKDIPF@Slot?5must?5be?5a?5number?5between?51@ 10090b38 item_scripts.cpp.obj + 0002:00008b60 ??_C@_0BO@MMGGBFIG@Slot?5must?5be?5between?51?5and?519@ 10090b60 item_scripts.cpp.obj + 0002:00008b80 ??_C@_0CC@HHMLLACK@Usage?3?5GetBagItem?$CIbagIndex?0?5slo@ 10090b80 item_scripts.cpp.obj + 0002:00008ba4 ??_C@_0BL@OJIHPLAE@Bag?5index?5must?5be?5a?5number@ 10090ba4 item_scripts.cpp.obj + 0002:00008bc0 ??_C@_0BG@GOJBCPAF@Slot?5must?5be?5a?5number@ 10090bc0 item_scripts.cpp.obj + 0002:00008bd8 ??_C@_0CI@CDBJNJGK@Slot?5must?5be?5between?51?5and?516?5f@ 10090bd8 item_scripts.cpp.obj + 0002:00008c00 ??_C@_0BG@DIIBAFFP@Slot?5exceeds?5bag?5size@ 10090c00 item_scripts.cpp.obj + 0002:00008c18 ??_C@_0BB@CNCNDCLG@Bank?5is?5not?5open@ 10090c18 item_scripts.cpp.obj + 0002:00008c30 ??_C@_0EI@CGLLNKOK@For?5bag?5?91?0?5slot?5must?5be?51?924?5?$CI@ 10090c30 item_scripts.cpp.obj + 0002:00008c78 ??_C@_0DI@KFDHOLPD@For?5bag?5?92?5?$CIkeyring?$CJ?0?5slot?5must@ 10090c78 item_scripts.cpp.obj + 0002:00008cb0 ??_C@_0EH@DPGHDAMK@Invalid?5bag?5index?4?5Valid?5values@ 10090cb0 item_scripts.cpp.obj + 0002:00008cf8 ??_C@_0FE@NKJKFJGK@Invalid?5bag?5index?4?5Valid?5values@ 10090cf8 item_scripts.cpp.obj + 0002:00008d50 ??_C@_0O@LOMMFJIH@Added?5itemId?5@ 10090d50 items.cpp.obj + 0002:00008d60 ??_C@_0P@FANPLMKM@Still?5missing?5@ 10090d60 items.cpp.obj + 0002:00008d70 ??_C@_02KEGNLNML@?0?5@ 10090d70 items.cpp.obj + 0002:00008d78 ?itemStatsFields@Nampower@@3QBUFieldDescriptor@1@B 10090d78 dbc_fields.cpp.obj + 0002:00008f64 ?itemStatsFieldsCount@Nampower@@3IB 10090f64 dbc_fields.cpp.obj + 0002:00008f68 ?itemStatsArrayFields@Nampower@@3QBUArrayFieldDescriptor@1@B 10090f68 dbc_fields.cpp.obj + 0002:00009028 ?itemStatsArrayFieldsCount@Nampower@@3IB 10091028 dbc_fields.cpp.obj + 0002:00009030 ?spellRecFields@Nampower@@3QBUFieldDescriptor@1@B 10091030 dbc_fields.cpp.obj + 0002:0000930c ?spellRecFieldsCount@Nampower@@3IB 1009130c dbc_fields.cpp.obj + 0002:00009310 ?spellRecArrayFields@Nampower@@3QBUArrayFieldDescriptor@1@B 10091310 dbc_fields.cpp.obj + 0002:00009470 ?spellRecArrayFieldsCount@Nampower@@3IB 10091470 dbc_fields.cpp.obj + 0002:00009474 ??_C@_05ENKANFLO@class@ 10091474 dbc_fields.cpp.obj + 0002:0000947c ??_C@_08CLNMFNJL@subclass@ 1009147c dbc_fields.cpp.obj + 0002:00009488 ??_C@_0O@NBHNKLJP@displayInfoID@ 10091488 dbc_fields.cpp.obj + 0002:00009498 ??_C@_07DADGLCBN@quality@ 10091498 dbc_fields.cpp.obj + 0002:000094a0 ??_C@_05GECEPKB@flags@ 100914a0 dbc_fields.cpp.obj + 0002:000094a8 ??_C@_08GNIKKBDF@buyPrice@ 100914a8 dbc_fields.cpp.obj + 0002:000094b4 ??_C@_09EHAEBHNG@sellPrice@ 100914b4 dbc_fields.cpp.obj + 0002:000094c0 ??_C@_0O@LJIBMGHI@inventoryType@ 100914c0 dbc_fields.cpp.obj + 0002:000094d0 ??_C@_0P@HKBMDFLF@allowableClass@ 100914d0 dbc_fields.cpp.obj + 0002:000094e0 ??_C@_0O@PJFDKFL@allowableRace@ 100914e0 dbc_fields.cpp.obj + 0002:000094f0 ??_C@_09OOKEJBK@itemLevel@ 100914f0 dbc_fields.cpp.obj + 0002:000094fc ??_C@_0O@PCBOEJHN@requiredLevel@ 100914fc dbc_fields.cpp.obj + 0002:0000950c ??_C@_0O@LIAFDLBE@requiredSkill@ 1009150c dbc_fields.cpp.obj + 0002:0000951c ??_C@_0BC@EKIBFNMJ@requiredSkillRank@ 1009151c dbc_fields.cpp.obj + 0002:00009530 ??_C@_0O@OFODCCDP@requiredSpell@ 10091530 dbc_fields.cpp.obj + 0002:00009540 ??_C@_0BC@MKNCAGLF@requiredHonorRank@ 10091540 dbc_fields.cpp.obj + 0002:00009554 ??_C@_0BB@LFMLPJEO@requiredCityRank@ 10091554 dbc_fields.cpp.obj + 0002:00009568 ??_C@_0M@EOJIPGFP@requiredRep@ 10091568 dbc_fields.cpp.obj + 0002:00009574 ??_C@_0BA@PNCCEJI@requiredRepRank@ 10091574 dbc_fields.cpp.obj + 0002:00009584 ??_C@_08LAEJCBOD@maxCount@ 10091584 dbc_fields.cpp.obj + 0002:00009590 ??_C@_09EFCPONM@stackable@ 10091590 dbc_fields.cpp.obj + 0002:0000959c ??_C@_0P@FLPNDKGI@containerSlots@ 1009159c dbc_fields.cpp.obj + 0002:000095ac ??_C@_05EKJCMADO@delay@ 100915ac dbc_fields.cpp.obj + 0002:000095b4 ??_C@_08JNBMCKNJ@ammoType@ 100915b4 dbc_fields.cpp.obj + 0002:000095c0 ??_C@_0P@PEGEDPKE@rangedModRange@ 100915c0 dbc_fields.cpp.obj + 0002:000095d0 ??_C@_07FHKKHDI@bonding@ 100915d0 dbc_fields.cpp.obj + 0002:000095d8 ??_C@_08DDOGIPAD@pageText@ 100915d8 dbc_fields.cpp.obj + 0002:000095e4 ??_C@_0L@PFAGFGH@languageID@ 100915e4 dbc_fields.cpp.obj + 0002:000095f0 ??_C@_0N@IBEKAJCP@pageMaterial@ 100915f0 dbc_fields.cpp.obj + 0002:00009600 ??_C@_0N@NAMEJOJP@startQuestID@ 10091600 dbc_fields.cpp.obj + 0002:00009610 ??_C@_06OMMPKEO@lockID@ 10091610 dbc_fields.cpp.obj + 0002:00009618 ??_C@_08KNOEMJMM@material@ 10091618 dbc_fields.cpp.obj + 0002:00009624 ??_C@_0M@BOJKDFJE@sheatheType@ 10091624 dbc_fields.cpp.obj + 0002:00009630 ??_C@_0P@HIEKOBJC@randomProperty@ 10091630 dbc_fields.cpp.obj + 0002:00009640 ??_C@_05PIBOEKAB@block@ 10091640 dbc_fields.cpp.obj + 0002:00009648 ??_C@_07KIDCFHFO@itemSet@ 10091648 dbc_fields.cpp.obj + 0002:00009650 ??_C@_0O@NEJOMBPE@maxDurability@ 10091650 dbc_fields.cpp.obj + 0002:00009660 ??_C@_04GOEDGNCF@area@ 10091660 dbc_fields.cpp.obj + 0002:00009668 ??_C@_03HBNNNHNM@map@ 10091668 dbc_fields.cpp.obj + 0002:0000966c ??_C@_08LGBPINEC@duration@ 1009166c dbc_fields.cpp.obj + 0002:00009678 ??_C@_09CEJOBILD@bagFamily@ 10091678 dbc_fields.cpp.obj + 0002:00009684 ??_C@_09CFJCKAOO@bonusStat@ 10091684 dbc_fields.cpp.obj + 0002:00009690 ??_C@_0M@MMCFAFHA@bonusAmount@ 10091690 dbc_fields.cpp.obj + 0002:0000969c ??_C@_09MJALHBHH@minDamage@ 1009169c dbc_fields.cpp.obj + 0002:000096a8 ??_C@_09MIAHOLMD@maxDamage@ 100916a8 dbc_fields.cpp.obj + 0002:000096b4 ??_C@_0L@HKMKJPBM@damageType@ 100916b4 dbc_fields.cpp.obj + 0002:000096c0 ??_C@_0M@DMKJBJGO@resistances@ 100916c0 dbc_fields.cpp.obj + 0002:000096cc ??_C@_07MKDPBGJO@spellID@ 100916cc dbc_fields.cpp.obj + 0002:000096d4 ??_C@_0N@NIGGJAAD@spellTrigger@ 100916d4 dbc_fields.cpp.obj + 0002:000096e4 ??_C@_0N@DAPOMAGP@spellCharges@ 100916e4 dbc_fields.cpp.obj + 0002:000096f4 ??_C@_0O@GKHBOHOH@spellCooldown@ 100916f4 dbc_fields.cpp.obj + 0002:00009704 ??_C@_0O@HJMFFAIE@spellCategory@ 10091704 dbc_fields.cpp.obj + 0002:00009714 ??_C@_0BG@IGIBPPC@spellCategoryCooldown@ 10091714 dbc_fields.cpp.obj + 0002:0000972c ??_C@_02EGCJHIOB@id@ 1009172c dbc_fields.cpp.obj + 0002:00009730 ??_C@_06HBLHOEKM@school@ 10091730 dbc_fields.cpp.obj + 0002:00009738 ??_C@_08MBJIKOEN@category@ 10091738 dbc_fields.cpp.obj + 0002:00009744 ??_C@_06KIGBPMF@castUI@ 10091744 dbc_fields.cpp.obj + 0002:0000974c ??_C@_06GAIIABAG@dispel@ 1009174c dbc_fields.cpp.obj + 0002:00009754 ??_C@_08EFFOODE@mechanic@ 10091754 dbc_fields.cpp.obj + 0002:00009760 ??_C@_0L@HNMJPKNA@attributes@ 10091760 dbc_fields.cpp.obj + 0002:0000976c ??_C@_0N@ENOHBPAB@attributesEx@ 1009176c dbc_fields.cpp.obj + 0002:0000977c ??_C@_0O@JKDKIDPI@attributesEx2@ 1009177c dbc_fields.cpp.obj + 0002:0000978c ??_C@_0O@IDCBLCLJ@attributesEx3@ 1009178c dbc_fields.cpp.obj + 0002:0000979c ??_C@_0O@MMGACEHO@attributesEx4@ 1009179c dbc_fields.cpp.obj + 0002:000097ac ??_C@_07CGBCCMBN@stances@ 100917ac dbc_fields.cpp.obj + 0002:000097b4 ??_C@_0L@KNGFDFAC@stancesNot@ 100917b4 dbc_fields.cpp.obj + 0002:000097c0 ??_C@_07KJOMBCLC@targets@ 100917c0 dbc_fields.cpp.obj + 0002:000097c8 ??_C@_0BD@GAPMJMNG@targetCreatureType@ 100917c8 dbc_fields.cpp.obj + 0002:000097dc ??_C@_0BD@GELPPEEP@requiresSpellFocus@ 100917dc dbc_fields.cpp.obj + 0002:000097f0 ??_C@_0BA@EEKMKLJE@casterAuraState@ 100917f0 dbc_fields.cpp.obj + 0002:00009800 ??_C@_0BA@CDAFIMFO@targetAuraState@ 10091800 dbc_fields.cpp.obj + 0002:00009810 ??_C@_0BB@JFPKLBEC@castingTimeIndex@ 10091810 dbc_fields.cpp.obj + 0002:00009824 ??_C@_0N@OMFIFLPG@recoveryTime@ 10091824 dbc_fields.cpp.obj + 0002:00009834 ??_C@_0BF@NPKKFBDI@categoryRecoveryTime@ 10091834 dbc_fields.cpp.obj + 0002:0000984c ??_C@_0P@IEPIDAFJ@interruptFlags@ 1009184c dbc_fields.cpp.obj + 0002:0000985c ??_C@_0BD@LHLLGJCG@auraInterruptFlags@ 1009185c dbc_fields.cpp.obj + 0002:00009870 ??_C@_0BG@BMOJLJDO@channelInterruptFlags@ 10091870 dbc_fields.cpp.obj + 0002:00009888 ??_C@_09MICPAJOG@procFlags@ 10091888 dbc_fields.cpp.obj + 0002:00009894 ??_C@_0L@PJKMHGON@procChance@ 10091894 dbc_fields.cpp.obj + 0002:000098a0 ??_C@_0M@PACCPFFC@procCharges@ 100918a0 dbc_fields.cpp.obj + 0002:000098ac ??_C@_08JHFEFDMB@maxLevel@ 100918ac dbc_fields.cpp.obj + 0002:000098b8 ??_C@_09JJGGMDBI@baseLevel@ 100918b8 dbc_fields.cpp.obj + 0002:000098c4 ??_C@_0L@DIBPEIPN@spellLevel@ 100918c4 dbc_fields.cpp.obj + 0002:000098d0 ??_C@_0O@ILAOIAFF@durationIndex@ 100918d0 dbc_fields.cpp.obj + 0002:000098e0 ??_C@_09MHMIHKMK@powerType@ 100918e0 dbc_fields.cpp.obj + 0002:000098ec ??_C@_08NBEIGJPH@manaCost@ 100918ec dbc_fields.cpp.obj + 0002:000098f8 ??_C@_0BB@MKFEABBK@manaCostPerlevel@ 100918f8 dbc_fields.cpp.obj + 0002:0000990c ??_C@_0O@GDKBJHLD@manaPerSecond@ 1009190c dbc_fields.cpp.obj + 0002:0000991c ??_C@_0BG@PCCJIIB@manaPerSecondPerLevel@ 1009191c dbc_fields.cpp.obj + 0002:00009934 ??_C@_0L@IIPJFCFA@rangeIndex@ 10091934 dbc_fields.cpp.obj + 0002:00009940 ??_C@_05HJCMGBKF@speed@ 10091940 dbc_fields.cpp.obj + 0002:00009948 ??_C@_0P@GNIGGCNF@modalNextSpell@ 10091948 dbc_fields.cpp.obj + 0002:00009958 ??_C@_0M@FHMAKNIE@stackAmount@ 10091958 dbc_fields.cpp.obj + 0002:00009964 ??_C@_0BC@FAGICCEI@equippedItemClass@ 10091964 dbc_fields.cpp.obj + 0002:00009978 ??_C@_0BJ@EHCBMJCE@equippedItemSubClassMask@ 10091978 dbc_fields.cpp.obj + 0002:00009994 ??_C@_0BO@GFGEHKDA@equippedItemInventoryTypeMask@ 10091994 dbc_fields.cpp.obj + 0002:000099b4 ??_C@_0M@CODBPNAF@spellVisual@ 100919b4 dbc_fields.cpp.obj + 0002:000099c0 ??_C@_0N@JNDEJBAD@spellVisual2@ 100919c0 dbc_fields.cpp.obj + 0002:000099d0 ??_C@_0M@FHDHCBKL@spellIconID@ 100919d0 dbc_fields.cpp.obj + 0002:000099dc ??_C@_0N@HAKPAPKJ@activeIconID@ 100919dc dbc_fields.cpp.obj + 0002:000099ec ??_C@_0O@DAMIPNAM@spellPriority@ 100919ec dbc_fields.cpp.obj + 0002:000099fc ??_C@_0BD@LHHLGOL@manaCostPercentage@ 100919fc dbc_fields.cpp.obj + 0002:00009a10 ??_C@_0BG@DDDBFLLC@startRecoveryCategory@ 10091a10 dbc_fields.cpp.obj + 0002:00009a28 ??_C@_0BC@MJCLHCCP@startRecoveryTime@ 10091a28 dbc_fields.cpp.obj + 0002:00009a3c ??_C@_0P@GDMECBOP@maxTargetLevel@ 10091a3c dbc_fields.cpp.obj + 0002:00009a4c ??_C@_0BA@GMGOGAED@spellFamilyName@ 10091a4c dbc_fields.cpp.obj + 0002:00009a5c ??_C@_0BB@LGDKHJHF@spellFamilyFlags@ 10091a5c dbc_fields.cpp.obj + 0002:00009a70 ??_C@_0BD@JJENEIAA@maxAffectedTargets@ 10091a70 dbc_fields.cpp.obj + 0002:00009a84 ??_C@_08BJLHHCCM@dmgClass@ 10091a84 dbc_fields.cpp.obj + 0002:00009a90 ??_C@_0P@KJEDBIHM@preventionType@ 10091a90 dbc_fields.cpp.obj + 0002:00009aa0 ??_C@_0P@CNKPMAAI@stanceBarOrder@ 10091aa0 dbc_fields.cpp.obj + 0002:00009ab0 ??_C@_0N@BEIHPEI@minFactionId@ 10091ab0 dbc_fields.cpp.obj + 0002:00009ac0 ??_C@_0O@HHGPPNGP@minReputation@ 10091ac0 dbc_fields.cpp.obj + 0002:00009ad0 ??_C@_0BD@IBLBOBLJ@requiredAuraVision@ 10091ad0 dbc_fields.cpp.obj + 0002:00009ae4 ??_C@_05LPPONKPN@totem@ 10091ae4 dbc_fields.cpp.obj + 0002:00009aec ??_C@_07EAHOPPHC@reagent@ 10091aec dbc_fields.cpp.obj + 0002:00009af4 ??_C@_0N@DEFECNCJ@reagentCount@ 10091af4 dbc_fields.cpp.obj + 0002:00009b04 ??_C@_06HOPIODND@effect@ 10091b04 dbc_fields.cpp.obj + 0002:00009b0c ??_C@_0P@HANPKOLJ@effectDieSides@ 10091b0c dbc_fields.cpp.obj + 0002:00009b1c ??_C@_0P@NFCDHLMP@effectBaseDice@ 10091b1c dbc_fields.cpp.obj + 0002:00009b2c ??_C@_0BD@OJNOKKJI@effectDicePerLevel@ 10091b2c dbc_fields.cpp.obj + 0002:00009b40 ??_C@_0BJ@CMMOAIOC@effectRealPointsPerLevel@ 10091b40 dbc_fields.cpp.obj + 0002:00009b5c ??_C@_0BB@ECGJIMP@effectBasePoints@ 10091b5c dbc_fields.cpp.obj + 0002:00009b70 ??_C@_0P@JKKLIPGJ@effectMechanic@ 10091b70 dbc_fields.cpp.obj + 0002:00009b80 ??_C@_0BG@MHBOODBP@effectImplicitTargetA@ 10091b80 dbc_fields.cpp.obj + 0002:00009b98 ??_C@_0BG@OMDDLANM@effectImplicitTargetB@ 10091b98 dbc_fields.cpp.obj + 0002:00009bb0 ??_C@_0BC@JNJBJJNN@effectRadiusIndex@ 10091bb0 dbc_fields.cpp.obj + 0002:00009bc4 ??_C@_0BE@ELOBPJHK@effectApplyAuraName@ 10091bc4 dbc_fields.cpp.obj + 0002:00009bd8 ??_C@_0BA@FCGCEODA@effectAmplitude@ 10091bd8 dbc_fields.cpp.obj + 0002:00009be8 ??_C@_0BE@EMECGFL@effectMultipleValue@ 10091be8 dbc_fields.cpp.obj + 0002:00009bfc ??_C@_0BC@EMGMPKNK@effectChainTarget@ 10091bfc dbc_fields.cpp.obj + 0002:00009c10 ??_C@_0P@KFOJCMPA@effectItemType@ 10091c10 dbc_fields.cpp.obj + 0002:00009c20 ??_C@_0BA@KMPEGA@effectMiscValue@ 10091c20 dbc_fields.cpp.obj + 0002:00009c30 ??_C@_0BD@JLKEALFA@effectTriggerSpell@ 10091c30 dbc_fields.cpp.obj + 0002:00009c44 ??_C@_0BK@EGJBCINL@effectPointsPerComboPoint@ 10091c44 dbc_fields.cpp.obj + 0002:00009c60 ??_C@_0O@GNCEHKMO@dmgMultiplier@ 10091c60 dbc_fields.cpp.obj + 0002:00009c70 ?unitFieldsFields@Nampower@@3QBUFieldDescriptor@1@B 10091c70 unit_fields.cpp.obj + 0002:00009f7c ?unitFieldsFieldsCount@Nampower@@3IB 10091f7c unit_fields.cpp.obj + 0002:00009f80 ?unitFieldsArrayFields@Nampower@@3QBUArrayFieldDescriptor@1@B 10091f80 unit_fields.cpp.obj + 0002:0000a010 ?unitFieldsArrayFieldsCount@Nampower@@3IB 10092010 unit_fields.cpp.obj + 0002:0000a018 ??_C@_05GNKDCGJG@charm@ 10092018 unit_fields.cpp.obj + 0002:0000a020 ??_C@_06PEOHCAFD@summon@ 10092020 unit_fields.cpp.obj + 0002:0000a028 ??_C@_09HKLHHFJN@charmedBy@ 10092028 unit_fields.cpp.obj + 0002:0000a034 ??_C@_0L@CCGPLGPK@summonedBy@ 10092034 unit_fields.cpp.obj + 0002:0000a040 ??_C@_09LFPMGGII@createdBy@ 10092040 unit_fields.cpp.obj + 0002:0000a04c ??_C@_09MLEJIPBC@persuaded@ 1009204c unit_fields.cpp.obj + 0002:0000a058 ??_C@_0O@EMAEPHOL@channelObject@ 10092058 unit_fields.cpp.obj + 0002:0000a068 ??_C@_06KJINILIP@health@ 10092068 unit_fields.cpp.obj + 0002:0000a070 ??_C@_06KBHLMNEH@power1@ 10092070 unit_fields.cpp.obj + 0002:0000a078 ??_C@_06IKFGJOIE@power2@ 10092078 unit_fields.cpp.obj + 0002:0000a080 ??_C@_06JDENKPMF@power3@ 10092080 unit_fields.cpp.obj + 0002:0000a088 ??_C@_06NMAMDJAC@power4@ 10092088 unit_fields.cpp.obj + 0002:0000a090 ??_C@_06MFBHAIED@power5@ 10092090 unit_fields.cpp.obj + 0002:0000a098 ??_C@_09IGCJFBJ@maxHealth@ 10092098 unit_fields.cpp.obj + 0002:0000a0a4 ??_C@_09JENDNB@maxPower1@ 100920a4 unit_fields.cpp.obj + 0002:0000a0b0 ??_C@_09CLLJIABC@maxPower2@ 100920b0 unit_fields.cpp.obj + 0002:0000a0bc ??_C@_09DCKCLBFD@maxPower3@ 100920bc unit_fields.cpp.obj + 0002:0000a0c8 ??_C@_09HNODCHJE@maxPower4@ 100920c8 unit_fields.cpp.obj + 0002:0000a0d4 ??_C@_09GEPIBGNF@maxPower5@ 100920d4 unit_fields.cpp.obj + 0002:0000a0e0 ??_C@_05KJNJLLGA@level@ 100920e0 unit_fields.cpp.obj + 0002:0000a0e8 ??_C@_0BA@HDIFLJID@factionTemplate@ 100920e8 unit_fields.cpp.obj + 0002:0000a0f8 ??_C@_06NLMMIAIA@bytes0@ 100920f8 unit_fields.cpp.obj + 0002:0000a100 ??_C@_09BFHAFMLP@auraState@ 10092100 unit_fields.cpp.obj + 0002:0000a10c ??_C@_0P@DGLGADKE@baseAttackTime@ 1009210c unit_fields.cpp.obj + 0002:0000a11c ??_C@_0BC@CGEKFAIO@offhandAttackTime@ 1009211c unit_fields.cpp.obj + 0002:0000a130 ??_C@_0BB@DNFLGEGG@rangedAttackTime@ 10092130 unit_fields.cpp.obj + 0002:0000a144 ??_C@_0P@PGEDLHEL@boundingRadius@ 10092144 unit_fields.cpp.obj + 0002:0000a154 ??_C@_0M@DOJLMCBI@combatReach@ 10092154 unit_fields.cpp.obj + 0002:0000a160 ??_C@_09EJIHCEAC@displayId@ 10092160 unit_fields.cpp.obj + 0002:0000a16c ??_C@_0BA@HLLMBDFA@nativeDisplayId@ 1009216c unit_fields.cpp.obj + 0002:0000a17c ??_C@_0P@HOLJBBID@mountDisplayId@ 1009217c unit_fields.cpp.obj + 0002:0000a18c ??_C@_0BB@LCJMKLPB@minOffhandDamage@ 1009218c unit_fields.cpp.obj + 0002:0000a1a0 ??_C@_0BB@KHBHHPAD@maxOffhandDamage@ 100921a0 unit_fields.cpp.obj + 0002:0000a1b4 ??_C@_06MCNHLBMB@bytes1@ 100921b4 unit_fields.cpp.obj + 0002:0000a1bc ??_C@_09DIJBEFAN@petNumber@ 100921bc unit_fields.cpp.obj + 0002:0000a1c8 ??_C@_0BB@OMLEJGDP@petNameTimestamp@ 100921c8 unit_fields.cpp.obj + 0002:0000a1dc ??_C@_0O@FGKOPGHG@petExperience@ 100921dc unit_fields.cpp.obj + 0002:0000a1ec ??_C@_0BA@PAHIIHLL@petNextLevelExp@ 100921ec unit_fields.cpp.obj + 0002:0000a1fc ??_C@_0N@CMKAPPHA@dynamicFlags@ 100921fc unit_fields.cpp.obj + 0002:0000a20c ??_C@_0N@IEJBDBBA@channelSpell@ 1009220c unit_fields.cpp.obj + 0002:0000a21c ??_C@_0N@DHEPGEFO@modCastSpeed@ 1009221c unit_fields.cpp.obj + 0002:0000a22c ??_C@_0P@ENACAIIN@createdBySpell@ 1009222c unit_fields.cpp.obj + 0002:0000a23c ??_C@_08NEIKGCEE@npcFlags@ 1009223c unit_fields.cpp.obj + 0002:0000a248 ??_C@_0O@DDNCOFID@npcEmoteState@ 10092248 unit_fields.cpp.obj + 0002:0000a258 ??_C@_0P@GKAKCLOA@trainingPoints@ 10092258 unit_fields.cpp.obj + 0002:0000a268 ??_C@_05MAPNABCF@stat0@ 10092268 unit_fields.cpp.obj + 0002:0000a270 ??_C@_05NJOGDAGE@stat1@ 10092270 unit_fields.cpp.obj + 0002:0000a278 ??_C@_05PCMLGDKH@stat2@ 10092278 unit_fields.cpp.obj + 0002:0000a280 ??_C@_05OLNAFCOG@stat3@ 10092280 unit_fields.cpp.obj + 0002:0000a288 ??_C@_05KEJBMECB@stat4@ 10092288 unit_fields.cpp.obj + 0002:0000a290 ??_C@_08OPMNAGFL@baseMana@ 10092290 unit_fields.cpp.obj + 0002:0000a29c ??_C@_0L@PHGDMNPJ@baseHealth@ 1009229c unit_fields.cpp.obj + 0002:0000a2a8 ??_C@_06OJPKOCAC@bytes2@ 100922a8 unit_fields.cpp.obj + 0002:0000a2b0 ??_C@_0M@KIFIFFDF@attackPower@ 100922b0 unit_fields.cpp.obj + 0002:0000a2bc ??_C@_0BA@IPAHCKCK@attackPowerMods@ 100922bc unit_fields.cpp.obj + 0002:0000a2cc ??_C@_0BG@IHJMPLFM@attackPowerMultiplier@ 100922cc unit_fields.cpp.obj + 0002:0000a2e4 ??_C@_0BC@JCJAIEDA@rangedAttackPower@ 100922e4 unit_fields.cpp.obj + 0002:0000a2f8 ??_C@_0BG@PBLNABOL@rangedAttackPowerMods@ 100922f8 unit_fields.cpp.obj + 0002:0000a310 ??_C@_0BM@MHJJMDPM@rangedAttackPowerMultiplier@ 10092310 unit_fields.cpp.obj + 0002:0000a32c ??_C@_0BA@DNGOHFNJ@minRangedDamage@ 1009232c unit_fields.cpp.obj + 0002:0000a33c ??_C@_0BA@GMJHMOIE@maxRangedDamage@ 1009233c unit_fields.cpp.obj + 0002:0000a34c ??_C@_0BD@KMOEPALK@virtualItemDisplay@ 1009234c unit_fields.cpp.obj + 0002:0000a360 ??_C@_0BA@CLDBCJMB@virtualItemInfo@ 10092360 unit_fields.cpp.obj + 0002:0000a370 ??_C@_04OKPNOAGJ@aura@ 10092370 unit_fields.cpp.obj + 0002:0000a378 ??_C@_09BEADLLCK@auraFlags@ 10092378 unit_fields.cpp.obj + 0002:0000a384 ??_C@_0L@DDHBIJIK@auraLevels@ 10092384 unit_fields.cpp.obj + 0002:0000a390 ??_C@_0BB@LCGCAOC@auraApplications@ 10092390 unit_fields.cpp.obj + 0002:0000a3a4 ??_C@_0BC@LHCFADJ@powerCostModifier@ 100923a4 unit_fields.cpp.obj + 0002:0000a3b8 ??_C@_0BE@CIJMDBF@powerCostMultiplier@ 100923b8 unit_fields.cpp.obj + 0002:0000a3d0 ??_C@_0CC@DBGAMKLH@Clearing?5all?5LUA?5table?5referenc@ 100923d0 lua_refs.cpp.obj + 0002:0000a3f4 __pDestructExceptionObject 100923f4 libvcruntime:ehhelpers.obj + 0002:0000a3fc ??_7bad_typeid@std@@6B@ 100923fc libvcruntime:rtti.obj + 0002:0000a408 ??_7__non_rtti_object@std@@6B@ 10092408 libvcruntime:rtti.obj + 0002:0000a410 ??_C@_0CB@CGKGGDFI@Access?5violation?5?9?5no?5RTTI?5data@ 10092410 libvcruntime:rtti.obj + 0002:0000a434 ??_C@_0CH@OLLMPELC@Attempted?5a?5typeid?5of?5nullptr?5p@ 10092434 libvcruntime:rtti.obj + 0002:0000a45c ??_C@_0CB@EEENAAHH@Bad?5read?5pointer?5?9?5no?5RTTI?5data@ 1009245c libvcruntime:rtti.obj + 0002:0000a480 ??_C@_0BC@JNJNLHBP@Bad?5dynamic_cast?$CB@ 10092480 libvcruntime:rtti.obj + 0002:0000a820 ??_C@_08EHJDFFNH@__based?$CI@ 10092820 libvcruntime:undname.obj + 0002:0000a82c ??_C@_07KOLFKCDI@__cdecl@ 1009282c libvcruntime:undname.obj + 0002:0000a834 ??_C@_08GHMPAG@__pascal@ 10092834 libvcruntime:undname.obj + 0002:0000a840 ??_C@_09IFJBGAPI@__stdcall@ 10092840 libvcruntime:undname.obj + 0002:0000a84c ??_C@_0L@NPHFGOKO@__thiscall@ 1009284c libvcruntime:undname.obj + 0002:0000a858 ??_C@_0L@JMKHOMEK@__fastcall@ 10092858 libvcruntime:undname.obj + 0002:0000a864 ??_C@_0N@BCKKPABJ@__vectorcall@ 10092864 libvcruntime:undname.obj + 0002:0000a874 ??_C@_09HIJEGCPM@__clrcall@ 10092874 libvcruntime:undname.obj + 0002:0000a880 ??_C@_06GHPCKEAG@__eabi@ 10092880 libvcruntime:undname.obj + 0002:0000a888 ??_C@_09IOPIDJLG@__swift_1@ 10092888 libvcruntime:undname.obj + 0002:0000a894 ??_C@_09KFNFGKHF@__swift_2@ 10092894 libvcruntime:undname.obj + 0002:0000a8a0 ??_C@_09LMMOFLDE@__swift_3@ 100928a0 libvcruntime:undname.obj + 0002:0000a8ac ??_C@_07JOMMBBKO@__ptr64@ 100928ac libvcruntime:undname.obj + 0002:0000a8b4 ??_C@_0L@PILCLIHE@__restrict@ 100928b4 libvcruntime:undname.obj + 0002:0000a8c0 ??_C@_0M@GFIIJFMG@__unaligned@ 100928c0 libvcruntime:undname.obj + 0002:0000a8cc ??_C@_09DHDLOLLB@restrict?$CI@ 100928cc libvcruntime:undname.obj + 0002:0000a8d8 ??_C@_04NIHEBCM@?5new@ 100928d8 libvcruntime:undname.obj + 0002:0000a8e0 ??_C@_07FPCDHGMM@?5delete@ 100928e0 libvcruntime:undname.obj + 0002:0000a8e8 ??_C@_01NEMOKFLO@?$DN@ 100928e8 libvcruntime:undname.obj + 0002:0000a8ec ??_C@_02GPIOPFAK@?$DO?$DO@ 100928ec libvcruntime:undname.obj + 0002:0000a8f0 ??_C@_02FODMEDOG@?$DM?$DM@ 100928f0 libvcruntime:undname.obj + 0002:0000a8f4 ??_C@_01DCLJPIOD@?$CB@ 100928f4 libvcruntime:undname.obj + 0002:0000a8f8 ??_C@_02EGOFBIJA@?$DN?$DN@ 100928f8 libvcruntime:undname.obj + 0002:0000a8fc ??_C@_02FDNJECIE@?$CB?$DN@ 100928fc libvcruntime:undname.obj + 0002:0000a900 ??_C@_02GPECMEKF@?$FL?$FN@ 10092900 libvcruntime:undname.obj + 0002:0000a904 ??_C@_08LHJFAFGD@operator@ 10092904 libvcruntime:undname.obj + 0002:0000a910 ??_C@_02HBOOOICD@?9?$DO@ 10092910 libvcruntime:undname.obj + 0002:0000a914 ??_C@_01NBENCBCI@?$CK@ 10092914 libvcruntime:undname.obj + 0002:0000a918 ??_C@_02ECNGHCIF@?$CL?$CL@ 10092918 libvcruntime:undname.obj + 0002:0000a91c ??_C@_02BAABKJLB@?9?9@ 1009291c libvcruntime:undname.obj + 0002:0000a920 ??_C@_01JOAMLHOP@?9@ 10092920 libvcruntime:undname.obj + 0002:0000a924 ??_C@_01MIFGBAGJ@?$CL@ 10092924 libvcruntime:undname.obj + 0002:0000a928 ??_C@_01HNPIGOCE@?$CG@ 10092928 libvcruntime:undname.obj + 0002:0000a92c ??_C@_03MNHNFDLC@?9?$DO?$CK@ 1009292c libvcruntime:undname.obj + 0002:0000a930 ??_C@_01KMDKNFGN@?1@ 10092930 libvcruntime:undname.obj + 0002:0000a934 ??_C@_01FGNFDNOH@?$CF@ 10092934 libvcruntime:undname.obj + 0002:0000a938 ??_C@_01MNNFJEPP@?$DM@ 10092938 libvcruntime:undname.obj + 0002:0000a93c ??_C@_02EHCHHCKH@?$DM?$DN@ 1009293c libvcruntime:undname.obj + 0002:0000a940 ??_C@_01PPODPGHN@?$DO@ 10092940 libvcruntime:undname.obj + 0002:0000a944 ??_C@_02EEKDKGMJ@?$DO?$DN@ 10092944 libvcruntime:undname.obj + 0002:0000a948 ??_C@_02HCKGKOFO@?$CI?$CJ@ 10092948 libvcruntime:undname.obj + 0002:0000a94c ??_C@_01PJKLJHI@?$HO@ 1009294c libvcruntime:undname.obj + 0002:0000a950 ??_C@_01JKBOJNNK@?$FO@ 10092950 libvcruntime:undname.obj + 0002:0000a954 ??_C@_01DNKMNLPK@?$HM@ 10092954 libvcruntime:undname.obj + 0002:0000a958 ??_C@_02PPKAJPJL@?$CG?$CG@ 10092958 libvcruntime:undname.obj + 0002:0000a95c ??_C@_02NONPIBCD@?$HM?$HM@ 1009295c libvcruntime:undname.obj + 0002:0000a960 ??_C@_02FPIMKNGF@?$CK?$DN@ 10092960 libvcruntime:undname.obj + 0002:0000a964 ??_C@_02FOEOMHFC@?$CL?$DN@ 10092964 libvcruntime:undname.obj + 0002:0000a968 ??_C@_02FKMDLLOA@?9?$DN@ 10092968 libvcruntime:undname.obj + 0002:0000a96c ??_C@_02FJEHGPIO@?1?$DN@ 1009296c libvcruntime:undname.obj + 0002:0000a970 ??_C@_02FENAOKFI@?$CF?$DN@ 10092970 libvcruntime:undname.obj + 0002:0000a974 ??_C@_03IKFCCPFF@?$DO?$DO?$DN@ 10092974 libvcruntime:undname.obj + 0002:0000a978 ??_C@_03CDNPDDLA@?$DM?$DM?$DN@ 10092978 libvcruntime:undname.obj + 0002:0000a97c ??_C@_02FGJGFEAB@?$CG?$DN@ 1009297c libvcruntime:undname.obj + 0002:0000a980 ??_C@_02DHLNPPGH@?$HM?$DN@ 10092980 libvcruntime:undname.obj + 0002:0000a984 ??_C@_02MHEGNOJ@?$FO?$DN@ 10092984 libvcruntime:undname.obj + 0002:0000a988 ??_C@_09IFPLHPGF@?$GAvftable?8@ 10092988 libvcruntime:undname.obj + 0002:0000a994 ??_C@_09BLBHBJP@?$GAvbtable?8@ 10092994 libvcruntime:undname.obj + 0002:0000a9a0 ??_C@_07FEEIOKP@?$GAvcall?8@ 100929a0 libvcruntime:undname.obj + 0002:0000a9a8 ??_C@_08LLFFHHDJ@?$GAtypeof?8@ 100929a8 libvcruntime:undname.obj + 0002:0000a9b4 ??_C@_0BF@KDPPACIK@?$GAlocal?5static?5guard?8@ 100929b4 libvcruntime:undname.obj + 0002:0000a9cc ??_C@_08OBABFOLI@?$GAstring?8@ 100929cc libvcruntime:undname.obj + 0002:0000a9d8 ??_C@_0BD@JDLKDPAB@?$GAvbase?5destructor?8@ 100929d8 libvcruntime:undname.obj + 0002:0000a9ec ??_C@_0BN@DEGPLNFK@?$GAvector?5deleting?5destructor?8@ 100929ec libvcruntime:undname.obj + 0002:0000aa0c ??_C@_0BO@OBMKPJIG@?$GAdefault?5constructor?5closure?8@ 10092a0c libvcruntime:undname.obj + 0002:0000aa2c ??_C@_0BN@IMDCHIKM@?$GAscalar?5deleting?5destructor?8@ 10092a2c libvcruntime:undname.obj + 0002:0000aa4c ??_C@_0BO@PFGOCPJJ@?$GAvector?5constructor?5iterator?8@ 10092a4c libvcruntime:undname.obj + 0002:0000aa6c ??_C@_0BN@LFPFMEDL@?$GAvector?5destructor?5iterator?8@ 10092a6c libvcruntime:undname.obj + 0002:0000aa8c ??_C@_0CE@IKBNEHA@?$GAvector?5vbase?5constructor?5itera@ 10092a8c libvcruntime:undname.obj + 0002:0000aab0 ??_C@_0BL@NILFHHPC@?$GAvirtual?5displacement?5map?8@ 10092ab0 libvcruntime:undname.obj + 0002:0000aacc ??_C@_0CB@JONCMFFK@?$GAeh?5vector?5constructor?5iterator@ 10092acc libvcruntime:undname.obj + 0002:0000aaf0 ??_C@_0CA@GCEOPDGL@?$GAeh?5vector?5destructor?5iterator?8@ 10092af0 libvcruntime:undname.obj + 0002:0000ab10 ??_C@_0CH@OOJPLCPH@?$GAeh?5vector?5vbase?5constructor?5it@ 10092b10 libvcruntime:undname.obj + 0002:0000ab38 ??_C@_0BL@LLKPOHJI@?$GAcopy?5constructor?5closure?8@ 10092b38 libvcruntime:undname.obj + 0002:0000ab54 ??_C@_0BA@KBCDOMBN@?$GAudt?5returning?8@ 10092b54 libvcruntime:undname.obj + 0002:0000ab64 ??_C@_03KLGMFNMG@?$GAEH@ 10092b64 libvcruntime:undname.obj + 0002:0000ab68 ??_C@_05KHLCHHI@?$GARTTI@ 10092b68 libvcruntime:undname.obj + 0002:0000ab70 ??_C@_0BA@KKLDJDLB@?$GAlocal?5vftable?8@ 10092b70 libvcruntime:undname.obj + 0002:0000ab80 ??_C@_0CE@IIHCMGGL@?$GAlocal?5vftable?5constructor?5clos@ 10092b80 libvcruntime:undname.obj + 0002:0000aba4 ??_C@_06FHBGPFGH@?5new?$FL?$FN@ 10092ba4 libvcruntime:undname.obj + 0002:0000abac ??_C@_09LBNFPBCA@?5delete?$FL?$FN@ 10092bac libvcruntime:undname.obj + 0002:0000abb8 ??_C@_0P@HJKNJFNN@?$GAomni?5callsig?8@ 10092bb8 libvcruntime:undname.obj + 0002:0000abc8 ??_C@_0BL@CNOONJFP@?$GAplacement?5delete?5closure?8@ 10092bc8 libvcruntime:undname.obj + 0002:0000abe4 ??_C@_0BN@CKNJLHMB@?$GAplacement?5delete?$FL?$FN?5closure?8@ 10092be4 libvcruntime:undname.obj + 0002:0000ac04 ??_C@_0CG@CFDHKGGD@?$GAmanaged?5vector?5constructor?5ite@ 10092c04 libvcruntime:undname.obj + 0002:0000ac2c ??_C@_0CF@IMGKMJNO@?$GAmanaged?5vector?5destructor?5iter@ 10092c2c libvcruntime:undname.obj + 0002:0000ac54 ??_C@_0CG@HLDDJMAG@?$GAeh?5vector?5copy?5constructor?5ite@ 10092c54 libvcruntime:undname.obj + 0002:0000ac7c ??_C@_0CM@FCBBDIGB@?$GAeh?5vector?5vbase?5copy?5construct@ 10092c7c libvcruntime:undname.obj + 0002:0000aca8 ??_C@_0BL@CLIPGLGB@?$GAdynamic?5initializer?5for?5?8@ 10092ca8 libvcruntime:undname.obj + 0002:0000acc4 ??_C@_0CB@PDBIFEP@?$GAdynamic?5atexit?5destructor?5for?5@ 10092cc4 libvcruntime:undname.obj + 0002:0000ace8 ??_C@_0CD@CGAJBKEJ@?$GAvector?5copy?5constructor?5iterat@ 10092ce8 libvcruntime:undname.obj + 0002:0000ad0c ??_C@_0CJ@GJELGAMM@?$GAvector?5vbase?5copy?5constructor?5@ 10092d0c libvcruntime:undname.obj + 0002:0000ad38 ??_C@_0CL@FGIJHLCE@?$GAmanaged?5vector?5copy?5constructo@ 10092d38 libvcruntime:undname.obj + 0002:0000ad64 ??_C@_0BM@PMGGMLDN@?$GAlocal?5static?5thread?5guard?8@ 10092d64 libvcruntime:undname.obj + 0002:0000ad80 ??_C@_0N@BDNMDMOL@operator?5?$CC?$CC?5@ 10092d80 libvcruntime:undname.obj + 0002:0000ad90 ??_C@_0BC@GGEBGALA@operator?5co_await@ 10092d90 libvcruntime:undname.obj + 0002:0000ada4 ??_C@_0M@GAAIMMOH@operator?$DM?$DN?$DO@ 10092da4 libvcruntime:undname.obj + 0002:0000adb0 ??_C@_0BC@DAFEJGAK@?5Type?5Descriptor?8@ 10092db0 libvcruntime:undname.obj + 0002:0000adc4 ??_C@_0BM@LDKODKLH@?5Base?5Class?5Descriptor?5at?5?$CI@ 10092dc4 libvcruntime:undname.obj + 0002:0000ade0 ??_C@_0BD@LGICGFMM@?5Base?5Class?5Array?8@ 10092de0 libvcruntime:undname.obj + 0002:0000adf4 ??_C@_0BN@MECKDCOJ@?5Class?5Hierarchy?5Descriptor?8@ 10092df4 libvcruntime:undname.obj + 0002:0000ae14 ??_C@_0BK@CFCOFLF@?5Complete?5Object?5Locator?8@ 10092e14 libvcruntime:undname.obj + 0002:0000ae30 ??_C@_0BG@JNJLAMPM@?$GAanonymous?5namespace?8@ 10092e30 libvcruntime:undname.obj + 0002:0000ae48 ??_C@_04HEJADOOB@CV?3?5@ 10092e48 libvcruntime:undname.obj + 0002:0000ae50 ??_C@_02MOLJINC@?3?3@ 10092e50 libvcruntime:undname.obj + 0002:0000ae54 ??_C@_0BE@JAEOCHPE@template?9parameter?9@ 10092e54 libvcruntime:undname.obj + 0002:0000ae68 ??_C@_0BF@LNLGBBNL@?$GAtemplate?9parameter?9@ 10092e68 libvcruntime:undname.obj + 0002:0000ae80 ??_C@_0O@KHGCOMHP@generic?9type?9@ 10092e80 libvcruntime:undname.obj + 0002:0000ae90 ??_C@_0P@ODDENDLM@?$GAgeneric?9type?9@ 10092e90 libvcruntime:undname.obj + 0002:0000aea0 ??_C@_02OHHJMEON@?8?8@ 10092ea0 libvcruntime:undname.obj + 0002:0000aea4 ??_C@_0BN@IBLMMFAP@?$GAnon?9type?9template?9parameter@ 10092ea4 libvcruntime:undname.obj + 0002:0000aec4 ??_C@_03DLDNIBIK@?$CFlf@ 10092ec4 libvcruntime:undname.obj + 0002:0000aec8 ??_C@_04OFALKAJ@?$DP?$DP_C@ 10092ec8 libvcruntime:undname.obj + 0002:0000aed0 ??_C@_03KHICJKCI@?4?4?4@ 10092ed0 libvcruntime:undname.obj + 0002:0000aed4 ??_C@_04HIBGFPH@NULL@ 10092ed4 libvcruntime:undname.obj + 0002:0000aedc ??_C@_02DPKJAMEF@?$CFd@ 10092edc libvcruntime:undname.obj + 0002:0000aee0 ??_C@_0BK@IHCCFNEL@?$GAtemplate?9type?9parameter?9@ 10092ee0 libvcruntime:undname.obj + 0002:0000aefc ??_C@_0BK@OFCNNNKO@?$GAgeneric?9class?9parameter?9@ 10092efc libvcruntime:undname.obj + 0002:0000af18 ??_C@_0BL@NGJBLFIL@?$GAgeneric?9method?9parameter?9@ 10092f18 libvcruntime:undname.obj + 0002:0000af34 ??_C@_07OHNGEDJK@nullptr@ 10092f34 libvcruntime:undname.obj + 0002:0000af3c ??_C@_06COJIGPIB@lambda@ 10092f3c libvcruntime:undname.obj + 0002:0000af44 ??_C@_04GKJNKENE@void@ 10092f44 libvcruntime:undname.obj + 0002:0000af4c ??_C@_0BE@EODMJLIF@?$GAtemplate?9parameter@ 10092f4c libvcruntime:undname.obj + 0002:0000af60 ??_C@_03OPGICMGF@?$HN?8?5@ 10092f60 libvcruntime:undname.obj + 0002:0000af64 ??_C@_02IGFCGPIL@?$HN?8@ 10092f64 libvcruntime:undname.obj + 0002:0000af68 ??_C@_0N@CBHHHENL@?$GAvtordispex?$HL@ 10092f68 libvcruntime:undname.obj + 0002:0000af78 ??_C@_0L@GHPFDFH@?$GAvtordisp?$HL@ 10092f78 libvcruntime:undname.obj + 0002:0000af84 ??_C@_0L@HNGCOGAE@?$GAadjustor?$HL@ 10092f84 libvcruntime:undname.obj + 0002:0000af90 ??_C@_0CB@KJDOOODE@?$GAlocal?5static?5destructor?5helper@ 10092f90 libvcruntime:undname.obj + 0002:0000afb4 ??_C@_0DB@ILEFOCIJ@?$GAtemplate?5static?5data?5member?5co@ 10092fb4 libvcruntime:undname.obj + 0002:0000afe8 ??_C@_0DA@HGFJFBBE@?$GAtemplate?5static?5data?5member?5de@ 10092fe8 libvcruntime:undname.obj + 0002:0000b018 ??_C@_07PGOEDBHP@static?5@ 10093018 libvcruntime:undname.obj + 0002:0000b020 ??_C@_08NIEOINHE@virtual?5@ 10093020 libvcruntime:undname.obj + 0002:0000b02c ??_C@_09LAPHOOG@private?3?5@ 1009302c libvcruntime:undname.obj + 0002:0000b038 ??_C@_0M@GAIFPFIP@protected?3?5@ 10093038 libvcruntime:undname.obj + 0002:0000b044 ??_C@_08GPDDCMKI@public?3?5@ 10093044 libvcruntime:undname.obj + 0002:0000b050 ??_C@_08KJLFOPNE@?$FLthunk?$FN?3@ 10093050 libvcruntime:undname.obj + 0002:0000b05c ??_C@_0M@DHNBOJMP@extern?5?$CCC?$CC?5@ 1009305c libvcruntime:undname.obj + 0002:0000b068 ??_C@_02KCKGHPCA@?$CJ?5@ 10093068 libvcruntime:undname.obj + 0002:0000b06c ??_C@_05CIHEBHNO@char?5@ 1009306c libvcruntime:undname.obj + 0002:0000b074 ??_C@_06EHJMALKF@short?5@ 10093074 libvcruntime:undname.obj + 0002:0000b07c ??_C@_04LAHKHJMA@int?5@ 1009307c libvcruntime:undname.obj + 0002:0000b084 ??_C@_05CJIMAING@long?5@ 10093084 libvcruntime:undname.obj + 0002:0000b08c ??_C@_09EBBEKKIH@unsigned?5@ 1009308c libvcruntime:undname.obj + 0002:0000b098 ??_C@_05BEFAKPML@void?5@ 10093098 libvcruntime:undname.obj + 0002:0000b0a0 ??_C@_09GAIEOBLP@volatile?5@ 100930a0 libvcruntime:undname.obj + 0002:0000b0ac ??_C@_08PABEKFH@volatile@ 100930ac libvcruntime:undname.obj + 0002:0000b0b8 ??_C@_0BA@LKIJLKPP@std?3?3nullptr_t?5@ 100930b8 libvcruntime:undname.obj + 0002:0000b0c8 ??_C@_0P@GCOCNKDM@std?3?3nullptr_t@ 100930c8 libvcruntime:undname.obj + 0002:0000b0d8 ??_C@_0L@EGPHHEKN@?$DMellipsis?$DO@ 100930d8 libvcruntime:undname.obj + 0002:0000b0e4 ??_C@_04EENFHACM@?0?4?4?4@ 100930e4 libvcruntime:undname.obj + 0002:0000b0ec ??_C@_0M@ELJOJFFH@?0?$DMellipsis?$DO@ 100930ec libvcruntime:undname.obj + 0002:0000b0f8 ??_C@_09DNHFEOJI@?5noexcept@ 100930f8 libvcruntime:undname.obj + 0002:0000b104 ??_C@_03PBJBJNON@cpu@ 10093104 libvcruntime:undname.obj + 0002:0000b108 ??_C@_03DCBBJBAA@amp@ 10093108 libvcruntime:undname.obj + 0002:0000b10c ??_C@_04ENMBGAPA@char@ 1009310c libvcruntime:undname.obj + 0002:0000b114 ??_C@_05BFKKPKCG@short@ 10093114 libvcruntime:undname.obj + 0002:0000b11c ??_C@_03JBIPMCLC@int@ 1009311c libvcruntime:undname.obj + 0002:0000b120 ??_C@_04GOKPGOLB@long@ 10093120 libvcruntime:undname.obj + 0002:0000b128 ??_C@_05KNFBNCOH@float@ 10093128 libvcruntime:undname.obj + 0002:0000b130 ??_C@_06BNJCAIGJ@double@ 10093130 libvcruntime:undname.obj + 0002:0000b138 ??_C@_04DDKJGDCM@bool@ 10093138 libvcruntime:undname.obj + 0002:0000b140 ??_C@_06EBGKOKIG@__int8@ 10093140 libvcruntime:undname.obj + 0002:0000b148 ??_C@_07ICFHOGAF@__int16@ 10093148 libvcruntime:undname.obj + 0002:0000b150 ??_C@_07OFLPPHGP@__int32@ 10093150 libvcruntime:undname.obj + 0002:0000b158 ??_C@_07LFCOJCAC@__int64@ 10093158 libvcruntime:undname.obj + 0002:0000b160 ??_C@_08GAHOLHEO@__int128@ 10093160 libvcruntime:undname.obj + 0002:0000b16c ??_C@_09EEKGDCPH@?$DMunknown?$DO@ 1009316c libvcruntime:undname.obj + 0002:0000b178 ??_C@_07CFHGOPCN@char8_t@ 10093178 libvcruntime:undname.obj + 0002:0000b180 ??_C@_08HBIPOFJB@char16_t@ 10093180 libvcruntime:undname.obj + 0002:0000b18c ??_C@_08IECNCBKG@char32_t@ 1009318c libvcruntime:undname.obj + 0002:0000b198 ??_C@_07CLGGIAMF@wchar_t@ 10093198 libvcruntime:undname.obj + 0002:0000b1a0 ??_C@_04HAPDLBFF@auto@ 100931a0 libvcruntime:undname.obj + 0002:0000b1a8 ??_C@_0P@LHCGKIGK@decltype?$CIauto?$CJ@ 100931a8 libvcruntime:undname.obj + 0002:0000b1b8 ??_C@_05PCNBGHCF@this?5@ 100931b8 libvcruntime:undname.obj + 0002:0000b1c0 ??_C@_06GCICPBLB@__w64?5@ 100931c0 libvcruntime:undname.obj + 0002:0000b1c8 ??_C@_07NFANNNEC@UNKNOWN@ 100931c8 libvcruntime:undname.obj + 0002:0000b1d0 ??_C@_07EDHNAJHC@signed?5@ 100931d0 libvcruntime:undname.obj + 0002:0000b1d8 ??_C@_05BNCCCJPP@const@ 100931d8 libvcruntime:undname.obj + 0002:0000b1e0 ??_C@_09EFNPDFFP@?5volatile@ 100931e0 libvcruntime:undname.obj + 0002:0000b1ec ??_C@_0P@GCIFDJCJ@?$GAunknown?5ecsu?8@ 100931ec libvcruntime:undname.obj + 0002:0000b1fc ??_C@_06MOJHIBMG@union?5@ 100931fc libvcruntime:undname.obj + 0002:0000b204 ??_C@_07DIBCDNGL@struct?5@ 10093204 libvcruntime:undname.obj + 0002:0000b20c ??_C@_06LJBABKPM@class?5@ 1009320c libvcruntime:undname.obj + 0002:0000b214 ??_C@_08KOFANOFK@coclass?5@ 10093214 libvcruntime:undname.obj + 0002:0000b220 ??_C@_0N@DLIEFKNA@cointerface?5@ 10093220 libvcruntime:undname.obj + 0002:0000b230 ??_C@_05LJGMCFOG@enum?5@ 10093230 libvcruntime:undname.obj + 0002:0000b238 ??_C@_06LIJLOJAG@const?5@ 10093238 libvcruntime:undname.obj + 0002:0000b240 ??_C@_02KJPKDIBN@?$CG?5@ 10093240 libvcruntime:undname.obj + 0002:0000b244 ??_C@_03PCKGMOPB@?$CG?$CG?5@ 10093244 libvcruntime:undname.obj + 0002:0000b248 ??_C@_0M@EALIELKG@cli?3?3array?$DM@ 10093248 libvcruntime:undname.obj + 0002:0000b254 ??_C@_0O@GKABPPIF@cli?3?3pin_ptr?$DM@ 10093254 libvcruntime:undname.obj + 0002:0000b264 ??_C@_02GOGNNPBN@?$CJ?$FL@ 10093264 libvcruntime:undname.obj + 0002:0000b268 ??_C@_06EEGAIFAK@?$HLflat?$HN@ 10093268 libvcruntime:undname.obj + 0002:0000b270 ??_C@_05JIBOFOHK@?$HLfor?5@ 10093270 libvcruntime:undname.obj + 0002:0000b278 ??_C@_02MDINNEEG@s?5@ 10093278 libvcruntime:undname.obj + 0002:0000b280 ??_7DNameNode@@6B@ 10093280 libvcruntime:undname.obj + 0002:0000b294 ??_7charNode@@6B@ 10093294 libvcruntime:undname.obj + 0002:0000b2a8 ??_7pcharNode@@6B@ 100932a8 libvcruntime:undname.obj + 0002:0000b2bc ??_7pDNameNode@@6B@ 100932bc libvcruntime:undname.obj + 0002:0000b2d0 ??_7DNameStatusNode@@6B@ 100932d0 libvcruntime:undname.obj + 0002:0000b2e4 ??_7pairNode@@6B@ 100932e4 libvcruntime:undname.obj + 0002:0000b3f8 ??_C@_04OKOHEJBO@?5?$DP?$DP?5@ 100933f8 libvcruntime:undname.obj + 0002:0000b400 ?nodes@?1??make@DNameStatusNode@@SAPBV2@W4DNameStatus@@@Z@4QBV2@B 10093400 libvcruntime:undname.obj + 0002:0000b43c ??_C@_1DM@KHCHBNEB@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 1009343c libvcruntime:winapi_downlevel.obj + 0002:0000b478 ??_C@_1DK@LPPGFMPP@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10093478 libvcruntime:winapi_downlevel.obj + 0002:0000b4b4 ??_C@_1BC@GDMECMAK@?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AA3?$AA2@ 100934b4 libvcruntime:winapi_downlevel.obj + 0002:0000b4c8 ??_C@_1BA@PFFKHIOG@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9@ 100934c8 libvcruntime:winapi_downlevel.obj + 0002:0000b4e0 ??_C@_08KNHFBNJ@FlsAlloc@ 100934e0 libvcruntime:winapi_downlevel.obj + 0002:0000b4f4 ??_C@_07PEJMOBNF@FlsFree@ 100934f4 libvcruntime:winapi_downlevel.obj + 0002:0000b504 ??_C@_0M@GDNOONDI@FlsGetValue@ 10093504 libvcruntime:winapi_downlevel.obj + 0002:0000b518 ??_C@_0M@JCPCPOEF@FlsSetValue@ 10093518 libvcruntime:winapi_downlevel.obj + 0002:0000b52c ??_C@_0BM@HCFOFFN@InitializeCriticalSectionEx@ 1009352c libvcruntime:winapi_downlevel.obj + 0002:0000b548 ?standard_lookup_table_spectre@__crt_stdio_output@@3V?$spectre_mitigated_lookup_table@Ustate_transition_pair@__crt_stdio_output@@$0IA@@1@B 10093548 libucrt:output.obj + 0002:0000b648 ?format_validation_lookup_table_spectre@__crt_stdio_output@@3V?$spectre_mitigated_lookup_table@Ustate_transition_pair@__crt_stdio_output@@$0IA@@1@B 10093648 libucrt:output.obj + 0002:0000b748 ??_C@_1O@CEDCILHN@?$AA?$CI?$AAn?$AAu?$AAl?$AAl?$AA?$CJ@ 10093748 libucrt:output.obj + 0002:0000b8c0 __real@8000000000000000 100938c0 libucrt:frexp.obj + 0002:0000b8c8 ?large_power_data@?1??multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@2@I@Z@4QBIB 100938c8 libucrt:strtod.obj + 0002:0000c1d0 ?large_power_indices@?1??multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@2@I@Z@4QBUunpack_index@?1??12@YA_N0I@Z@B 100941d0 libucrt:strtod.obj + 0002:0000c268 ?small_powers_of_ten@?1??multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@2@I@Z@4QBIB 10094268 libucrt:strtod.obj + 0002:0000c290 ??_C@_1GE@DPGDJKLM@?$AAm?$AAi?$AAn?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AA?2?$AAc?$AAr?$AAt?$AAs?$AA?2@ 10094290 libucrt:strtod.obj + 0002:0000c2f8 ??_C@_1FM@FELNCOBF@?$AA_?$AA_?$AAc?$AAr?$AAt?$AA_?$AAs?$AAt?$AAr?$AAt?$AAo?$AAx?$AA?3?$AA?3?$AAf@ 100942f8 libucrt:strtod.obj + 0002:0000c354 ??_C@_1BG@GEMHBGAF@?$AA_?$AAi?$AAs?$AA_?$AAd?$AAo?$AAu?$AAb?$AAl?$AAe@ 10094354 libucrt:strtod.obj + 0002:0000c370 ??_C@_1FK@JOJELFFO@?$AA_?$AA_?$AAc?$AAr?$AAt?$AA_?$AAs?$AAt?$AAr?$AAt?$AAo?$AAx?$AA?3?$AA?3?$AAf@ 10094370 libucrt:strtod.obj + 0002:0000c3cc ??_C@_1BI@BANMPGJI@?$AA?$CB?$AA_?$AAi?$AAs?$AA_?$AAd?$AAo?$AAu?$AAb?$AAl?$AAe@ 100943cc libucrt:strtod.obj + 0002:0000c3e4 ?inf_uppercase@?1???$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 100943e4 libucrt:strtod.obj + 0002:0000c3e8 ?inf_lowercase@?1???$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 100943e8 libucrt:strtod.obj + 0002:0000c3ec ?inity_uppercase@?1???$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 100943ec libucrt:strtod.obj + 0002:0000c3f4 ?inity_lowercase@?1???$parse_floating_point_possible_infinity@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 100943f4 libucrt:strtod.obj + 0002:0000c3fc ?uppercase@?1???$parse_floating_point_possible_nan@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 100943fc libucrt:strtod.obj + 0002:0000c400 ?lowercase@?1???$parse_floating_point_possible_nan@DV?$c_string_character_source@D@__crt_strtox@@PBD@__crt_strtox@@YA?AW4floating_point_parse_result@1@AADAAV?$c_string_character_source@D@1@PBD@Z@4QBDB 10094400 libucrt:strtod.obj + 0002:0000c404 ?uppercase@?1???$parse_floating_point_possible_nan_is_snan@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@1@@Z@4QBDB 10094404 libucrt:strtod.obj + 0002:0000c40c ?lowercase@?1???$parse_floating_point_possible_nan_is_snan@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@1@@Z@4QBDB 1009440c libucrt:strtod.obj + 0002:0000c414 ?uppercase@?1???$parse_floating_point_possible_nan_is_ind@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@1@@Z@4QBDB 10094414 libucrt:strtod.obj + 0002:0000c418 ?lowercase@?1???$parse_floating_point_possible_nan_is_ind@DV?$c_string_character_source@D@__crt_strtox@@@__crt_strtox@@YA_NAADAAV?$c_string_character_source@D@1@@Z@4QBDB 10094418 libucrt:strtod.obj + 0002:0000c4e8 ___lc_category 100944e8 libucrt:wsetlocale.obj + 0002:0000c530 ??_C@_1O@GIFLHMA@?$AAL?$AAC?$AA_?$AAA?$AAL?$AAL@ 10094530 libucrt:wsetlocale.obj + 0002:0000c540 ??_C@_1BG@PPOMIBNJ@?$AAL?$AAC?$AA_?$AAC?$AAO?$AAL?$AAL?$AAA?$AAT?$AAE@ 10094540 libucrt:wsetlocale.obj + 0002:0000c558 ??_C@_1BC@FFJGAPJM@?$AAL?$AAC?$AA_?$AAC?$AAT?$AAY?$AAP?$AAE@ 10094558 libucrt:wsetlocale.obj + 0002:0000c56c ??_C@_1BI@PCKFNJFB@?$AAL?$AAC?$AA_?$AAM?$AAO?$AAN?$AAE?$AAT?$AAA?$AAR?$AAY@ 1009456c libucrt:wsetlocale.obj + 0002:0000c584 ??_C@_1BG@ENIEDKID@?$AAL?$AAC?$AA_?$AAN?$AAU?$AAM?$AAE?$AAR?$AAI?$AAC@ 10094584 libucrt:wsetlocale.obj + 0002:0000c59c ??_C@_1BA@HAAOMIIG@?$AAL?$AAC?$AA_?$AAT?$AAI?$AAM?$AAE@ 1009459c libucrt:wsetlocale.obj + 0002:0000c5ac ??_C@_15NBPDDFIP@?$AA?$DN?$AA?$DL@ 100945ac libucrt:wsetlocale.obj + 0002:0000c5b4 ??_C@_13PJJBFPED@?$AA?$DL@ 100945b4 libucrt:wsetlocale.obj + 0002:0000c5b8 ??_C@_13NMPKAAJP@?$AA?$DN@ 100945b8 libucrt:wsetlocale.obj + 0002:0000c5bc ??_C@_13IMODFHAA@?$AA?9@ 100945bc libucrt:wsetlocale.obj + 0002:0000c5c0 ??_C@_17EFJLDFDO@?$AA?9?$AA_?$AA?4@ 100945c0 libucrt:wsetlocale.obj + 0002:0000c5c8 ??_C@_13FHBKNHDA@?$AAC@ 100945c8 libucrt:wsetlocale.obj + 0002:0000c5cc ??_C@_17MBJJLFDM@?$AA_?$AA?4?$AA?0@ 100945cc libucrt:wsetlocale.obj + 0002:0000c5d4 ??_C@_13ENNFDPBH@?$AA_@ 100945d4 libucrt:wsetlocale.obj + 0002:0000c5d8 ??_C@_13JOFGPIOO@?$AA?4@ 100945d8 libucrt:wsetlocale.obj + 0002:0000c5e0 ___lc_time_c 100945e0 libucrt:nlsdata.obj + 0002:0000c744 ??_C@_03KOEHGMDN@Sun@ 10094744 libucrt:nlsdata.obj + 0002:0000c748 ??_C@_03PDAGKDH@Mon@ 10094748 libucrt:nlsdata.obj + 0002:0000c74c ??_C@_03NAGEINEP@Tue@ 1009474c libucrt:nlsdata.obj + 0002:0000c750 ??_C@_03MHOMLAJA@Wed@ 10094750 libucrt:nlsdata.obj + 0002:0000c754 ??_C@_03IOFIKPDN@Thu@ 10094754 libucrt:nlsdata.obj + 0002:0000c758 ??_C@_03IDIOELNC@Fri@ 10094758 libucrt:nlsdata.obj + 0002:0000c75c ??_C@_03FEFJNEK@Sat@ 1009475c libucrt:nlsdata.obj + 0002:0000c760 ??_C@_06OOPIFAJ@Sunday@ 10094760 libucrt:nlsdata.obj + 0002:0000c768 ??_C@_06JLEDEDGH@Monday@ 10094768 libucrt:nlsdata.obj + 0002:0000c770 ??_C@_07BAAGCFCM@Tuesday@ 10094770 libucrt:nlsdata.obj + 0002:0000c778 ??_C@_09DLIGFAKA@Wednesday@ 10094778 libucrt:nlsdata.obj + 0002:0000c784 ??_C@_08HACCIKIA@Thursday@ 10094784 libucrt:nlsdata.obj + 0002:0000c790 ??_C@_06JECMNKMI@Friday@ 10094790 libucrt:nlsdata.obj + 0002:0000c798 ??_C@_08INBOOONO@Saturday@ 10094798 libucrt:nlsdata.obj + 0002:0000c7a4 ??_C@_03JIHJHPIE@Jan@ 100947a4 libucrt:nlsdata.obj + 0002:0000c7a8 ??_C@_03HJBDCHOM@Feb@ 100947a8 libucrt:nlsdata.obj + 0002:0000c7ac ??_C@_03ODNJBKGA@Mar@ 100947ac libucrt:nlsdata.obj + 0002:0000c7b0 ??_C@_03LEOLGMJP@Apr@ 100947b0 libucrt:nlsdata.obj + 0002:0000c7b4 ??_C@_03CNMDKL@May@ 100947b4 libucrt:nlsdata.obj + 0002:0000c7b8 ??_C@_03IDFGHECI@Jun@ 100947b8 libucrt:nlsdata.obj + 0002:0000c7bc ??_C@_03LBGABGKK@Jul@ 100947bc libucrt:nlsdata.obj + 0002:0000c7c0 ??_C@_03IFJFEIGA@Aug@ 100947c0 libucrt:nlsdata.obj + 0002:0000c7c4 ??_C@_03GGCAPAJC@Sep@ 100947c4 libucrt:nlsdata.obj + 0002:0000c7c8 ??_C@_03BMAOKBAD@Oct@ 100947c8 libucrt:nlsdata.obj + 0002:0000c7cc ??_C@_03JPJOFNIA@Nov@ 100947cc libucrt:nlsdata.obj + 0002:0000c7d0 ??_C@_03MKABNOCG@Dec@ 100947d0 libucrt:nlsdata.obj + 0002:0000c7d4 ??_C@_07CGJPFGJA@January@ 100947d4 libucrt:nlsdata.obj + 0002:0000c7dc ??_C@_08GNJGEPFN@February@ 100947dc libucrt:nlsdata.obj + 0002:0000c7e8 ??_C@_05HPCKOFNC@March@ 100947e8 libucrt:nlsdata.obj + 0002:0000c7f0 ??_C@_05DMJDNLEJ@April@ 100947f0 libucrt:nlsdata.obj + 0002:0000c7f8 ??_C@_04CNLMGBGM@June@ 100947f8 libucrt:nlsdata.obj + 0002:0000c800 ??_C@_04MIEPOIFP@July@ 10094800 libucrt:nlsdata.obj + 0002:0000c808 ??_C@_06LBBHFDDG@August@ 10094808 libucrt:nlsdata.obj + 0002:0000c810 ??_C@_09BHHEALKD@September@ 10094810 libucrt:nlsdata.obj + 0002:0000c81c ??_C@_07JJNFCEND@October@ 1009481c libucrt:nlsdata.obj + 0002:0000c824 ??_C@_08HCHEGEOA@November@ 10094824 libucrt:nlsdata.obj + 0002:0000c830 ??_C@_08EDHMEBNP@December@ 10094830 libucrt:nlsdata.obj + 0002:0000c83c ??_C@_02DEDBPAFC@AM@ 1009483c libucrt:nlsdata.obj + 0002:0000c840 ??_C@_02CJNFDJBF@PM@ 10094840 libucrt:nlsdata.obj + 0002:0000c844 ??_C@_08BPBNCDIB@MM?1dd?1yy@ 10094844 libucrt:nlsdata.obj + 0002:0000c850 ??_C@_0BE@CKGJFCPC@dddd?0?5MMMM?5dd?0?5yyyy@ 10094850 libucrt:nlsdata.obj + 0002:0000c864 ??_C@_08JCCMCCIL@HH?3mm?3ss@ 10094864 libucrt:nlsdata.obj + 0002:0000c870 ??_C@_17MBGCMIPB@?$AAS?$AAu?$AAn@ 10094870 libucrt:nlsdata.obj + 0002:0000c878 ??_C@_17KBOMKBF@?$AAM?$AAo?$AAn@ 10094878 libucrt:nlsdata.obj + 0002:0000c880 ??_C@_17BMKGEGOJ@?$AAT?$AAu?$AAe@ 10094880 libucrt:nlsdata.obj + 0002:0000c888 ??_C@_17CJEDCEPE@?$AAW?$AAe?$AAd@ 10094888 libucrt:nlsdata.obj + 0002:0000c890 ??_C@_17PDPHAADD@?$AAT?$AAh?$AAu@ 10094890 libucrt:nlsdata.obj + 0002:0000c898 ??_C@_17HFOLPPLP@?$AAF?$AAr?$AAi@ 10094898 libucrt:nlsdata.obj + 0002:0000c8a0 ??_C@_17GGIBDPIH@?$AAS?$AAa?$AAt@ 100948a0 libucrt:nlsdata.obj + 0002:0000c8a8 ??_C@_1O@IHNHDHPB@?$AAS?$AAu?$AAn?$AAd?$AAa?$AAy@ 100948a8 libucrt:nlsdata.obj + 0002:0000c8b8 ??_C@_1O@MMNBFLIA@?$AAM?$AAo?$AAn?$AAd?$AAa?$AAy@ 100948b8 libucrt:nlsdata.obj + 0002:0000c8c8 ??_C@_1BA@ENFBFFEK@?$AAT?$AAu?$AAe?$AAs?$AAd?$AAa?$AAy@ 100948c8 libucrt:nlsdata.obj + 0002:0000c8d8 ??_C@_1BE@EBOGMDOH@?$AAW?$AAe?$AAd?$AAn?$AAe?$AAs?$AAd?$AAa?$AAy@ 100948d8 libucrt:nlsdata.obj + 0002:0000c8ec ??_C@_1BC@HHMNLIHE@?$AAT?$AAh?$AAu?$AAr?$AAs?$AAd?$AAa?$AAy@ 100948ec libucrt:nlsdata.obj + 0002:0000c900 ??_C@_1O@PDICJHAG@?$AAF?$AAr?$AAi?$AAd?$AAa?$AAy@ 10094900 libucrt:nlsdata.obj + 0002:0000c910 ??_C@_1BC@ENMNNPAJ@?$AAS?$AAa?$AAt?$AAu?$AAr?$AAd?$AAa?$AAy@ 10094910 libucrt:nlsdata.obj + 0002:0000c924 ??_C@_17DKNBKCHM@?$AAJ?$AAa?$AAn@ 10094924 libucrt:nlsdata.obj + 0002:0000c92c ??_C@_17LMDJEKJN@?$AAF?$AAe?$AAb@ 1009492c libucrt:nlsdata.obj + 0002:0000c934 ??_C@_17CKNLEDEC@?$AAM?$AAa?$AAr@ 10094934 libucrt:nlsdata.obj + 0002:0000c93c ??_C@_17LFPOIHDD@?$AAA?$AAp?$AAr@ 1009493c libucrt:nlsdata.obj + 0002:0000c944 ??_C@_17PNNKMEED@?$AAM?$AAa?$AAy@ 10094944 libucrt:nlsdata.obj + 0002:0000c94c ??_C@_17KCJGOCPB@?$AAJ?$AAu?$AAn@ 1009494c libucrt:nlsdata.obj + 0002:0000c954 ??_C@_17IJPCKHK@?$AAJ?$AAu?$AAl@ 10094954 libucrt:nlsdata.obj + 0002:0000c95c ??_C@_17ICPELBCN@?$AAA?$AAu?$AAg@ 1009495c libucrt:nlsdata.obj + 0002:0000c964 ??_C@_17HCHCOKMG@?$AAS?$AAe?$AAp@ 10094964 libucrt:nlsdata.obj + 0002:0000c96c ??_C@_17FNLKOI@?$AAO?$AAc?$AAt@ 1009496c libucrt:nlsdata.obj + 0002:0000c974 ??_C@_17BBDMLCIG@?$AAN?$AAo?$AAv@ 10094974 libucrt:nlsdata.obj + 0002:0000c97c ??_C@_17EGKACKIF@?$AAD?$AAe?$AAc@ 1009497c libucrt:nlsdata.obj + 0002:0000c984 ??_C@_1BA@EFMEIEBA@?$AAJ?$AAa?$AAn?$AAu?$AAa?$AAr?$AAy@ 10094984 libucrt:nlsdata.obj + 0002:0000c994 ??_C@_1BC@JGDDFFAM@?$AAF?$AAe?$AAb?$AAr?$AAu?$AAa?$AAr?$AAy@ 10094994 libucrt:nlsdata.obj + 0002:0000c9a8 ??_C@_1M@IKEENEDF@?$AAM?$AAa?$AAr?$AAc?$AAh@ 100949a8 libucrt:nlsdata.obj + 0002:0000c9b4 ??_C@_1M@GJNLMHFD@?$AAA?$AAp?$AAr?$AAi?$AAl@ 100949b4 libucrt:nlsdata.obj + 0002:0000c9c0 ??_C@_19EPFLPGAP@?$AAJ?$AAu?$AAn?$AAe@ 100949c0 libucrt:nlsdata.obj + 0002:0000c9cc ??_C@_19BIFMLPCD@?$AAJ?$AAu?$AAl?$AAy@ 100949cc libucrt:nlsdata.obj + 0002:0000c9d8 ??_C@_1O@PAHLKOAC@?$AAA?$AAu?$AAg?$AAu?$AAs?$AAt@ 100949d8 libucrt:nlsdata.obj + 0002:0000c9e8 ??_C@_1BE@DKAAMBJL@?$AAS?$AAe?$AAp?$AAt?$AAe?$AAm?$AAb?$AAe?$AAr@ 100949e8 libucrt:nlsdata.obj + 0002:0000c9fc ??_C@_1BA@EPANDLNG@?$AAO?$AAc?$AAt?$AAo?$AAb?$AAe?$AAr@ 100949fc libucrt:nlsdata.obj + 0002:0000ca0c ??_C@_1BC@BGLIFPF@?$AAN?$AAo?$AAv?$AAe?$AAm?$AAb?$AAe?$AAr@ 10094a0c libucrt:nlsdata.obj + 0002:0000ca20 ??_C@_1BC@FEMKIFH@?$AAD?$AAe?$AAc?$AAe?$AAm?$AAb?$AAe?$AAr@ 10094a20 libucrt:nlsdata.obj + 0002:0000ca34 ??_C@_15ODEHAHHF@?$AAA?$AAM@ 10094a34 libucrt:nlsdata.obj + 0002:0000ca3c ??_C@_15CLMNNGEL@?$AAP?$AAM@ 10094a3c libucrt:nlsdata.obj + 0002:0000ca44 ??_C@_1BC@IEBCMHCM@?$AAM?$AAM?$AA?1?$AAd?$AAd?$AA?1?$AAy?$AAy@ 10094a44 libucrt:nlsdata.obj + 0002:0000ca58 ??_C@_1CI@KNAKOEBC@?$AAd?$AAd?$AAd?$AAd?$AA?0?$AA?5?$AAM?$AAM?$AAM?$AAM?$AA?5?$AAd?$AAd?$AA?0?$AA?5@ 10094a58 libucrt:nlsdata.obj + 0002:0000ca80 ??_C@_1BC@GDGBMEMK@?$AAH?$AAH?$AA?3?$AAm?$AAm?$AA?3?$AAs?$AAs@ 10094a80 libucrt:nlsdata.obj + 0002:0000ca94 ??_C@_1M@BMHNFIME@?$AAe?$AAn?$AA?9?$AAU?$AAS@ 10094a94 libucrt:nlsdata.obj + 0002:0000caa0 ??_C@_13CGOKJPIL@?$AA?1@ 10094aa0 libucrt:winapi_thunks.obj + 0002:0000cb00 ??_C@_1EA@JGEFHKEI@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094b00 libucrt:winapi_thunks.obj + 0002:0000cb40 ??_C@_1DI@KMEPCBPN@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094b40 libucrt:winapi_thunks.obj + 0002:0000cb78 ??_C@_1DI@IJCEHOCB@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094b78 libucrt:winapi_thunks.obj + 0002:0000cbb0 ??_C@_1EI@MPIAOHOC@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094bb0 libucrt:winapi_thunks.obj + 0002:0000cbf8 ??_C@_1FK@FPHCKFIE@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094bf8 libucrt:winapi_thunks.obj + 0002:0000cc58 ??_C@_1EM@DILCGIIO@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094c58 libucrt:winapi_thunks.obj + 0002:0000cca4 ??_C@_1DM@LNCGDDPN@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094ca4 libucrt:winapi_thunks.obj + 0002:0000cce0 ??_C@_1DO@FPAPJEMD@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094ce0 libucrt:winapi_thunks.obj + 0002:0000cd20 ??_C@_1DK@NDHNAHIO@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094d20 libucrt:winapi_thunks.obj + 0002:0000cd5c ??_C@_1DM@KGHDGBCM@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094d5c libucrt:winapi_thunks.obj + 0002:0000cd98 ??_C@_1EO@IJIOEFOH@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAr?$AAt?$AAc?$AAo@ 10094d98 libucrt:winapi_thunks.obj + 0002:0000cde8 ??_C@_1FG@HHGEKANL@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAs?$AAe?$AAc?$AAu@ 10094de8 libucrt:winapi_thunks.obj + 0002:0000ce40 ??_C@_1EG@DBIOJECG@?$AAe?$AAx?$AAt?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAn?$AAt?$AAu?$AAs@ 10094e40 libucrt:winapi_thunks.obj + 0002:0000ce88 ??_C@_1EO@FIHMJCLF@?$AAe?$AAx?$AAt?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAn?$AAt?$AAu?$AAs@ 10094e88 libucrt:winapi_thunks.obj + 0002:0000ced8 ??_C@_1BC@DNHGCMLG@?$AAa?$AAd?$AAv?$AAa?$AAp?$AAi?$AA3?$AA2@ 10094ed8 libucrt:winapi_thunks.obj + 0002:0000ceec ??_C@_1BG@CJPGBMEF@?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AAb?$AAa?$AAs?$AAe@ 10094eec libucrt:winapi_thunks.obj + 0002:0000cf04 ??_C@_1M@OAIMIKLP@?$AAn?$AAt?$AAd?$AAl?$AAl@ 10094f04 libucrt:winapi_thunks.obj + 0002:0000cf10 ??_C@_1EG@DPGNFKGC@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAa?$AAp?$AAp?$AAm@ 10094f10 libucrt:winapi_thunks.obj + 0002:0000cf58 ??_C@_1O@BCCLBEOE@?$AAu?$AAs?$AAe?$AAr?$AA3?$AA2@ 10094f58 libucrt:winapi_thunks.obj + 0002:0000cf68 ??_C@_1DM@BPJLHKCE@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094f68 libucrt:winapi_thunks.obj + 0002:0000cfa4 ??_C@_1BA@IAIFMGEF@?$AAe?$AAx?$AAt?$AA?9?$AAm?$AAs?$AA?9@ 10094fa4 libucrt:winapi_thunks.obj + 0002:0000cfb8 ??_C@_0BA@FHFNEAED@AreFileApisANSI@ 10094fb8 libucrt:winapi_thunks.obj + 0002:0000cfd0 ??_C@_0BA@IHGNDAEB@CompareStringEx@ 10094fd0 libucrt:winapi_thunks.obj + 0002:0000cfe8 ??_C@_0BE@LJANKFHF@EnumSystemLocalesEx@ 10094fe8 libucrt:winapi_thunks.obj + 0002:0000d004 ??_C@_0BA@EPCJIIPD@GetDateFormatEx@ 10095004 libucrt:winapi_thunks.obj + 0002:0000d014 ??_C@_0O@NNMIPI@GetTempPath2W@ 10095014 libucrt:winapi_thunks.obj + 0002:0000d02c ??_C@_0BA@ONOKGCMP@GetLocaleInfoEx@ 1009502c libucrt:winapi_thunks.obj + 0002:0000d03c ??_C@_0BP@FPNJPEJC@GetSystemTimePreciseAsFileTime@ 1009503c libucrt:winapi_thunks.obj + 0002:0000d064 ??_C@_0BA@CIJJKCJJ@GetTimeFormatEx@ 10095064 libucrt:winapi_thunks.obj + 0002:0000d07c ??_C@_0BJ@PBCCBIPI@GetUserDefaultLocaleName@ 1009507c libucrt:winapi_thunks.obj + 0002:0000d0a8 ??_C@_0BC@CELBKLLA@IsValidLocaleName@ 100950a8 libucrt:winapi_thunks.obj + 0002:0000d0c4 ??_C@_0O@KKBNKAPF@LCMapStringEx@ 100950c4 libucrt:winapi_thunks.obj + 0002:0000d0dc ??_C@_0BB@CDHDDLLP@LCIDToLocaleName@ 100950dc libucrt:winapi_thunks.obj + 0002:0000d0f8 ??_C@_0BB@HBDEELFH@LocaleNameToLCID@ 100950f8 libucrt:winapi_thunks.obj + 0002:0000d110 ??_C@_0CF@OJOFEIGO@AppPolicyGetProcessTerminationM@ 10095110 libucrt:winapi_thunks.obj + 0002:0000d198 ??_C@_03OEIAHPBN@INF@ 10095198 libucrt:cvt.obj + 0002:0000d19c ??_C@_03OJHLLCGB@inf@ 1009519c libucrt:cvt.obj + 0002:0000d1a0 ??_C@_03LKNCIKJB@NAN@ 100951a0 libucrt:cvt.obj + 0002:0000d1a4 ??_C@_03LHCJEHON@nan@ 100951a4 libucrt:cvt.obj + 0002:0000d1a8 ??_C@_09OFJJIMPC@NAN?$CISNAN?$CJ@ 100951a8 libucrt:cvt.obj + 0002:0000d1b4 ??_C@_09IPFBKMDL@nan?$CIsnan?$CJ@ 100951b4 libucrt:cvt.obj + 0002:0000d1c0 ??_C@_08IKHNHAJ@NAN?$CIIND?$CJ@ 100951c0 libucrt:cvt.obj + 0002:0000d1cc ??_C@_08OFCDMILK@nan?$CIind?$CJ@ 100951cc libucrt:cvt.obj + 0002:0000d1d8 ??_C@_05KLBDPFGC@e?$CL000@ 100951d8 libucrt:cvt.obj + 0002:0000d2c8 ??_C@_03KHJOGHMM@exp@ 100952c8 libucrt:fpexcept.obj + 0002:0000d2cc ??_C@_03JGHBODFD@pow@ 100952cc libucrt:fpexcept.obj + 0002:0000d2d0 ??_C@_03MGHMBJCF@log@ 100952d0 libucrt:fpexcept.obj + 0002:0000d2d4 ??_C@_05HGHHAHAP@log10@ 100952d4 libucrt:fpexcept.obj + 0002:0000d2dc ??_C@_04COOMCNPB@sinh@ 100952dc libucrt:fpexcept.obj + 0002:0000d2e4 ??_C@_04HPJJNFIM@cosh@ 100952e4 libucrt:fpexcept.obj + 0002:0000d2ec ??_C@_04FJHINJAO@tanh@ 100952ec libucrt:fpexcept.obj + 0002:0000d2f4 ??_C@_04FIHNOPOL@asin@ 100952f4 libucrt:fpexcept.obj + 0002:0000d2fc ??_C@_04PDIFKINK@acos@ 100952fc libucrt:fpexcept.obj + 0002:0000d304 ??_C@_04MLLJIGOK@atan@ 10095304 libucrt:fpexcept.obj + 0002:0000d30c ??_C@_05KNGEOGJB@atan2@ 1009530c libucrt:fpexcept.obj + 0002:0000d314 ??_C@_04EIAKFFMI@sqrt@ 10095314 libucrt:fpexcept.obj + 0002:0000d31c ??_C@_03BLEJJJBH@sin@ 1009531c libucrt:fpexcept.obj + 0002:0000d320 ??_C@_03LALBNOCG@cos@ 10095320 libucrt:fpexcept.obj + 0002:0000d324 ??_C@_03IIINPABG@tan@ 10095324 libucrt:fpexcept.obj + 0002:0000d328 ??_C@_04GFPJNGEK@ceil@ 10095328 libucrt:fpexcept.obj + 0002:0000d330 ??_C@_05PBJFFIGL@floor@ 10095330 libucrt:fpexcept.obj + 0002:0000d338 ??_C@_04ODHECPBC@fabs@ 10095338 libucrt:fpexcept.obj + 0002:0000d340 ??_C@_04EHEDPDJG@modf@ 10095340 libucrt:fpexcept.obj + 0002:0000d348 ??_C@_05CEJMAHNP@ldexp@ 10095348 libucrt:fpexcept.obj + 0002:0000d350 ??_C@_05KBKMEMPO@_cabs@ 10095350 libucrt:fpexcept.obj + 0002:0000d358 ??_C@_06MEIMCGCF@_hypot@ 10095358 libucrt:fpexcept.obj + 0002:0000d360 ??_C@_04KEPJIHGP@fmod@ 10095360 libucrt:fpexcept.obj + 0002:0000d368 ??_C@_05GKKHEGJL@frexp@ 10095368 libucrt:fpexcept.obj + 0002:0000d370 ??_C@_03MJLDFKDL@_y0@ 10095370 libucrt:fpexcept.obj + 0002:0000d374 ??_C@_03NAKIGLHK@_y1@ 10095374 libucrt:fpexcept.obj + 0002:0000d378 ??_C@_03ONILCKOB@_yn@ 10095378 libucrt:fpexcept.obj + 0002:0000d37c ??_C@_05JGDBENOH@_logb@ 1009537c libucrt:fpexcept.obj + 0002:0000d384 ??_C@_0L@KDOEJCKC@_nextafter@ 10095384 libucrt:fpexcept.obj + 0002:0000d390 __d_inf 10095390 libucrt:util.obj + 0002:0000d398 __d_max 10095398 libucrt:util.obj + 0002:0000d3a0 __d_mzero 100953a0 libucrt:util.obj + 0002:0000d3c0 ??_C@_1BI@BGOHAHKC@?$AAm?$AAs?$AAc?$AAo?$AAr?$AAe?$AAe?$AA?4?$AAd?$AAl?$AAl@ 100953c0 libucrt:exit.obj + 0002:0000d3d8 ??_C@_0P@MIGLKIOC@CorExitProcess@ 100953d8 libucrt:exit.obj + 0002:0000d3e8 ___newctype 100953e8 libucrt:ctype.obj + 0002:0000d6e8 ___newclmap 100956e8 libucrt:ctype.obj + 0002:0000d868 ___newcumap 10095868 libucrt:ctype.obj + 0002:0000d9e8 __wctype 100959e8 libucrt:ctype.obj + 0002:0000dbec ??_C@_15HNJCPLHL@?$AAT?$AAZ@ 10095bec libucrt:tzset.obj + 0002:0000dbf4 ??_C@_1M@PBPMMENC@?$AAa?$AAm?$AA?1?$AAp?$AAm@ 10095bf4 libucrt:wcsftime.obj + 0002:0000dc00 ??_C@_17BLFJJHMM@?$AAa?$AA?1?$AAp@ 10095c00 libucrt:wcsftime.obj + 0002:0000dc08 ??_C@_13HOIJIPNN@?$AA?5@ 10095c08 libucrt:wcsftime.obj + 0002:0000dc0c ??_C@_13LBAGMAIH@?$AA?6@ 10095c0c libucrt:wcsftime.obj + 0002:0000dc10 ??_C@_13EBCNDICG@?$AA?3@ 10095c10 libucrt:wcsftime.obj + 0002:0000dc14 ??_C@_13KDLDGPGJ@?$AA?7@ 10095c14 libucrt:wcsftime.obj + 0002:0000dc18 ??_C@_13KJIIAINM@?$AA?$CL@ 10095c18 libucrt:wcsftime.obj + 0002:0000dc1c ??_C@_13EJFHHPOP@?$AA?$CF@ 10095c1c libucrt:wcsftime.obj + 0002:0000dc30 ??_C@_1M@HPNHIDJI@?$AAj?$AAa?$AA?9?$AAJ?$AAP@ 10095c30 libucrt:mbctype.obj + 0002:0000dc3c ??_C@_1M@BIBDDEMK@?$AAz?$AAh?$AA?9?$AAC?$AAN@ 10095c3c libucrt:mbctype.obj + 0002:0000dc48 ??_C@_1M@JLOOOEGK@?$AAk?$AAo?$AA?9?$AAK?$AAR@ 10095c48 libucrt:mbctype.obj + 0002:0000dc54 ??_C@_1M@CLNBBOPM@?$AAz?$AAh?$AA?9?$AAT?$AAW@ 10095c54 libucrt:mbctype.obj + 0002:0000dc60 ___acrt_exception_action_table 10095c60 libucrt:exception_filter.obj + 0002:0000dcf0 ___acrt_signal_action_table_count 10095cf0 libucrt:exception_filter.obj + 0002:0000dcf4 ___acrt_signal_action_first_fpe_index 10095cf4 libucrt:exception_filter.obj + 0002:0000dcf8 ___acrt_signal_action_fpe_count 10095cf8 libucrt:exception_filter.obj + 0002:0000dd00 ___acrt_rg_language 10095d00 libucrt:get_qualified_locale.obj + 0002:0000e00c ___acrt_rg_language_count 1009600c libucrt:get_qualified_locale.obj + 0002:0000e010 ___acrt_rg_country 10096010 libucrt:get_qualified_locale.obj + 0002:0000e124 ___acrt_rg_country_count 10096124 libucrt:get_qualified_locale.obj + 0002:0000e128 ??_C@_1BC@LLOKLNP@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa?$AAn@ 10096128 libucrt:get_qualified_locale.obj + 0002:0000e13c ??_C@_1CC@HEIGCDGG@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa?$AAn?$AA?5?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs@ 1009613c libucrt:get_qualified_locale.obj + 0002:0000e160 ??_C@_1CC@IHCNOMIN@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa?$AAn?$AA?9?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs@ 10096160 libucrt:get_qualified_locale.obj + 0002:0000e184 ??_C@_1BG@GKAGPCGG@?$AAa?$AAu?$AAs?$AAt?$AAr?$AAa?$AAl?$AAi?$AAa?$AAn@ 10096184 libucrt:get_qualified_locale.obj + 0002:0000e19c ??_C@_1BA@GMENCENF@?$AAb?$AAe?$AAl?$AAg?$AAi?$AAa?$AAn@ 1009619c libucrt:get_qualified_locale.obj + 0002:0000e1ac ??_C@_1BC@PJMIIAAN@?$AAc?$AAa?$AAn?$AAa?$AAd?$AAi?$AAa?$AAn@ 100961ac libucrt:get_qualified_locale.obj + 0002:0000e1c0 ??_C@_17NOIMNFBF@?$AAc?$AAh?$AAh@ 100961c0 libucrt:get_qualified_locale.obj + 0002:0000e1c8 ??_C@_17GGDALCHA@?$AAc?$AAh?$AAi@ 100961c8 libucrt:get_qualified_locale.obj + 0002:0000e1d0 ??_C@_1BA@NPNJKIBL@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe@ 100961d0 libucrt:get_qualified_locale.obj + 0002:0000e1e0 ??_C@_1CC@DINBAMMJ@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAh?$AAo?$AAn?$AAg?$AAk?$AAo?$AAn@ 100961e0 libucrt:get_qualified_locale.obj + 0002:0000e204 ??_C@_1CG@IOBJPACO@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAs?$AAi?$AAm?$AAp?$AAl?$AAi?$AAf@ 10096204 libucrt:get_qualified_locale.obj + 0002:0000e22c ??_C@_1CE@GAJNDCKG@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAs?$AAi?$AAn?$AAg?$AAa?$AAp?$AAo@ 1009622c libucrt:get_qualified_locale.obj + 0002:0000e250 ??_C@_1CI@PAJPIOOD@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAt?$AAr?$AAa?$AAd?$AAi?$AAt?$AAi@ 10096250 libucrt:get_qualified_locale.obj + 0002:0000e278 ??_C@_1BM@NILJBMMD@?$AAd?$AAu?$AAt?$AAc?$AAh?$AA?9?$AAb?$AAe?$AAl?$AAg?$AAi?$AAa?$AAn@ 10096278 libucrt:get_qualified_locale.obj + 0002:0000e294 ??_C@_1CC@OOJPJNEJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa@ 10096294 libucrt:get_qualified_locale.obj + 0002:0000e2b8 ??_C@_1BI@IOLFEEM@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAa?$AAu?$AAs@ 100962b8 libucrt:get_qualified_locale.obj + 0002:0000e2d0 ??_C@_1BO@HFFNLENJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAb?$AAe?$AAl?$AAi?$AAz?$AAe@ 100962d0 libucrt:get_qualified_locale.obj + 0002:0000e2f0 ??_C@_1BI@HAPKJMPO@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAa?$AAn@ 100962f0 libucrt:get_qualified_locale.obj + 0002:0000e308 ??_C@_1CE@HLNDMIOJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAa?$AAr?$AAi?$AAb?$AAb?$AAe@ 10096308 libucrt:get_qualified_locale.obj + 0002:0000e32c ??_C@_1BI@LDHJHHAC@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAi?$AAr?$AAe@ 1009632c libucrt:get_qualified_locale.obj + 0002:0000e344 ??_C@_1CA@NJMMCFOC@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAj?$AAa?$AAm?$AAa?$AAi?$AAc?$AAa@ 10096344 libucrt:get_qualified_locale.obj + 0002:0000e364 ??_C@_1BG@BHJEBBGG@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAn?$AAz@ 10096364 libucrt:get_qualified_locale.obj + 0002:0000e37c ??_C@_1CK@FGOEJJCO@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?5?$AAa@ 1009637c libucrt:get_qualified_locale.obj + 0002:0000e3a8 ??_C@_1DE@PDBJPCJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAt?$AAr?$AAi?$AAn?$AAi?$AAd?$AAa@ 100963a8 libucrt:get_qualified_locale.obj + 0002:0000e3dc ??_C@_1BG@JGCANDME@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAk@ 100963dc libucrt:get_qualified_locale.obj + 0002:0000e3f4 ??_C@_1BG@DINKMLE@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAs@ 100963f4 libucrt:get_qualified_locale.obj + 0002:0000e40c ??_C@_1BI@NMFDBHJE@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAs?$AAa@ 1009640c libucrt:get_qualified_locale.obj + 0002:0000e424 ??_C@_1BO@OIHKJKII@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAb?$AAe?$AAl?$AAg?$AAi?$AAa?$AAn@ 10096424 libucrt:get_qualified_locale.obj + 0002:0000e444 ??_C@_1CA@NKAELJKI@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAc?$AAa?$AAn?$AAa?$AAd?$AAi?$AAa?$AAn@ 10096444 libucrt:get_qualified_locale.obj + 0002:0000e464 ??_C@_1CE@MGKCNLGN@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAl?$AAu?$AAx?$AAe?$AAm?$AAb?$AAo?$AAu@ 10096464 libucrt:get_qualified_locale.obj + 0002:0000e488 ??_C@_1BK@CEGEAILM@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAs?$AAw?$AAi?$AAs?$AAs@ 10096488 libucrt:get_qualified_locale.obj + 0002:0000e4a4 ??_C@_1CA@PAFKEOCC@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAa?$AAu?$AAs?$AAt?$AAr?$AAi?$AAa?$AAn@ 100964a4 libucrt:get_qualified_locale.obj + 0002:0000e4c4 ??_C@_1CI@HCFHGOFD@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAl?$AAi?$AAc?$AAh?$AAt?$AAe?$AAn?$AAs@ 100964c4 libucrt:get_qualified_locale.obj + 0002:0000e4ec ??_C@_1CE@FEDDNPDG@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAl?$AAu?$AAx?$AAe?$AAm?$AAb?$AAo?$AAu@ 100964ec libucrt:get_qualified_locale.obj + 0002:0000e510 ??_C@_1BK@LIMINNMN@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAs?$AAw?$AAi?$AAs?$AAs@ 10096510 libucrt:get_qualified_locale.obj + 0002:0000e52c ??_C@_1BM@LGMDBEPD@?$AAi?$AAr?$AAi?$AAs?$AAh?$AA?9?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh@ 1009652c libucrt:get_qualified_locale.obj + 0002:0000e548 ??_C@_1BM@NNCFBAEE@?$AAi?$AAt?$AAa?$AAl?$AAi?$AAa?$AAn?$AA?9?$AAs?$AAw?$AAi?$AAs?$AAs@ 10096548 libucrt:get_qualified_locale.obj + 0002:0000e564 ??_C@_1BE@FEDJNPIB@?$AAn?$AAo?$AAr?$AAw?$AAe?$AAg?$AAi?$AAa?$AAn@ 10096564 libucrt:get_qualified_locale.obj + 0002:0000e578 ??_C@_1CC@CILKDEIE@?$AAn?$AAo?$AAr?$AAw?$AAe?$AAg?$AAi?$AAa?$AAn?$AA?9?$AAb?$AAo?$AAk?$AAm?$AAa@ 10096578 libucrt:get_qualified_locale.obj + 0002:0000e59c ??_C@_1CE@DHMMHEPL@?$AAn?$AAo?$AAr?$AAw?$AAe?$AAg?$AAi?$AAa?$AAn?$AA?9?$AAn?$AAy?$AAn?$AAo?$AAr@ 1009659c libucrt:get_qualified_locale.obj + 0002:0000e5c0 ??_C@_1CK@OPNMHECD@?$AAp?$AAo?$AAr?$AAt?$AAu?$AAg?$AAu?$AAe?$AAs?$AAe?$AA?9?$AAb?$AAr?$AAa?$AAz@ 100965c0 libucrt:get_qualified_locale.obj + 0002:0000e5ec ??_C@_1CE@KEEHCDB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAa?$AAr?$AAg?$AAe?$AAn?$AAt?$AAi@ 100965ec libucrt:get_qualified_locale.obj + 0002:0000e610 ??_C@_1CA@GIAOLHJD@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAb?$AAo?$AAl?$AAi?$AAv?$AAi?$AAa@ 10096610 libucrt:get_qualified_locale.obj + 0002:0000e630 ??_C@_1BM@OJNDFNPD@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAh?$AAi?$AAl?$AAe@ 10096630 libucrt:get_qualified_locale.obj + 0002:0000e64c ??_C@_1CC@OCOLPALL@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAo?$AAl?$AAo?$AAm?$AAb?$AAi@ 1009664c libucrt:get_qualified_locale.obj + 0002:0000e670 ??_C@_1CG@BPOFMKBB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAo?$AAs?$AAt?$AAa?$AA?5?$AAr@ 10096670 libucrt:get_qualified_locale.obj + 0002:0000e698 ??_C@_1DG@IGOBAPBB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAd?$AAo?$AAm?$AAi?$AAn?$AAi?$AAc@ 10096698 libucrt:get_qualified_locale.obj + 0002:0000e6d0 ??_C@_1CA@JHAPGEGI@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAe?$AAc?$AAu?$AAa?$AAd?$AAo?$AAr@ 100966d0 libucrt:get_qualified_locale.obj + 0002:0000e6f0 ??_C@_1CI@LAPALJPP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAe?$AAl?$AA?5?$AAs?$AAa?$AAl?$AAv@ 100966f0 libucrt:get_qualified_locale.obj + 0002:0000e718 ??_C@_1CE@PDGBOFOM@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAg?$AAu?$AAa?$AAt?$AAe?$AAm?$AAa@ 10096718 libucrt:get_qualified_locale.obj + 0002:0000e73c ??_C@_1CC@NBEBAODI@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAh?$AAo?$AAn?$AAd?$AAu?$AAr?$AAa@ 1009673c libucrt:get_qualified_locale.obj + 0002:0000e760 ??_C@_1CA@LLKGHBMF@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAm?$AAe?$AAx?$AAi?$AAc?$AAa?$AAn@ 10096760 libucrt:get_qualified_locale.obj + 0002:0000e780 ??_C@_1BO@LKNDOIGD@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAm?$AAo?$AAd?$AAe?$AAr?$AAn@ 10096780 libucrt:get_qualified_locale.obj + 0002:0000e7a0 ??_C@_1CE@NMDMOEEB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAn?$AAi?$AAc?$AAa?$AAr?$AAa?$AAg@ 100967a0 libucrt:get_qualified_locale.obj + 0002:0000e7c4 ??_C@_1BO@LLCBEJGB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAa?$AAn?$AAa?$AAm?$AAa@ 100967c4 libucrt:get_qualified_locale.obj + 0002:0000e7e4 ??_C@_1CC@FKPGGIHO@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAa?$AAr?$AAa?$AAg?$AAu?$AAa@ 100967e4 libucrt:get_qualified_locale.obj + 0002:0000e808 ??_C@_1BK@CDEIHOOP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAe?$AAr?$AAu@ 10096808 libucrt:get_qualified_locale.obj + 0002:0000e824 ??_C@_1CI@GAHAKKGP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAu?$AAe?$AAr?$AAt?$AAo?$AA?5@ 10096824 libucrt:get_qualified_locale.obj + 0002:0000e84c ??_C@_1CA@NKJBCAGP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAr?$AAu?$AAg?$AAu?$AAa?$AAy@ 1009684c libucrt:get_qualified_locale.obj + 0002:0000e86c ??_C@_1CE@ODILCONM@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAv?$AAe?$AAn?$AAe?$AAz?$AAu?$AAe@ 1009686c libucrt:get_qualified_locale.obj + 0002:0000e890 ??_C@_1CA@OBNMCGFO@?$AAs?$AAw?$AAe?$AAd?$AAi?$AAs?$AAh?$AA?9?$AAf?$AAi?$AAn?$AAl?$AAa?$AAn?$AAd@ 10096890 libucrt:get_qualified_locale.obj + 0002:0000e8b0 ??_C@_1M@PIPDDPPI@?$AAs?$AAw?$AAi?$AAs?$AAs@ 100968b0 libucrt:get_qualified_locale.obj + 0002:0000e8bc ??_C@_15PJPFLCCM@?$AAu?$AAk@ 100968bc libucrt:get_qualified_locale.obj + 0002:0000e8c4 ??_C@_15GMFIMNFM@?$AAu?$AAs@ 100968c4 libucrt:get_qualified_locale.obj + 0002:0000e8cc ??_C@_17HAEBFAGL@?$AAu?$AAs?$AAa@ 100968cc libucrt:get_qualified_locale.obj + 0002:0000e8d4 ??_C@_1BA@DPFJEPHB@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa@ 100968d4 libucrt:get_qualified_locale.obj + 0002:0000e8e4 ??_C@_1BA@ELOGGFK@?$AAb?$AAr?$AAi?$AAt?$AAa?$AAi?$AAn@ 100968e4 libucrt:get_qualified_locale.obj + 0002:0000e8f4 ??_C@_1M@GHBGIGDA@?$AAc?$AAh?$AAi?$AAn?$AAa@ 100968f4 libucrt:get_qualified_locale.obj + 0002:0000e900 ??_C@_1M@NCHEJOPO@?$AAc?$AAz?$AAe?$AAc?$AAh@ 10096900 libucrt:get_qualified_locale.obj + 0002:0000e90c ??_C@_1BA@BKPAPBLA@?$AAe?$AAn?$AAg?$AAl?$AAa?$AAn?$AAd@ 1009690c libucrt:get_qualified_locale.obj + 0002:0000e91c ??_C@_1BM@HKBCKIPC@?$AAg?$AAr?$AAe?$AAa?$AAt?$AA?5?$AAb?$AAr?$AAi?$AAt?$AAa?$AAi?$AAn@ 1009691c libucrt:get_qualified_locale.obj + 0002:0000e938 ??_C@_1BA@PPCHPGJB@?$AAh?$AAo?$AAl?$AAl?$AAa?$AAn?$AAd@ 10096938 libucrt:get_qualified_locale.obj + 0002:0000e948 ??_C@_1BE@JBMPEGDG@?$AAh?$AAo?$AAn?$AAg?$AA?9?$AAk?$AAo?$AAn?$AAg@ 10096948 libucrt:get_qualified_locale.obj + 0002:0000e95c ??_C@_1BI@KOELBBPJ@?$AAn?$AAe?$AAw?$AA?9?$AAz?$AAe?$AAa?$AAl?$AAa?$AAn?$AAd@ 1009695c libucrt:get_qualified_locale.obj + 0002:0000e974 ??_C@_15HIEBHAIO@?$AAn?$AAz@ 10096974 libucrt:get_qualified_locale.obj + 0002:0000e97c ??_C@_1BC@CHBCPFPI@?$AAp?$AAr?$AA?5?$AAc?$AAh?$AAi?$AAn?$AAa@ 1009697c libucrt:get_qualified_locale.obj + 0002:0000e990 ??_C@_1BC@JAOIIFKD@?$AAp?$AAr?$AA?9?$AAc?$AAh?$AAi?$AAn?$AAa@ 10096990 libucrt:get_qualified_locale.obj + 0002:0000e9a4 ??_C@_1BI@BEHPPHKC@?$AAp?$AAu?$AAe?$AAr?$AAt?$AAo?$AA?9?$AAr?$AAi?$AAc?$AAo@ 100969a4 libucrt:get_qualified_locale.obj + 0002:0000e9bc ??_C@_1O@PAEOFKDI@?$AAs?$AAl?$AAo?$AAv?$AAa?$AAk@ 100969bc libucrt:get_qualified_locale.obj + 0002:0000e9cc ??_C@_1BK@FIHMCKAM@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?5?$AAa?$AAf?$AAr?$AAi?$AAc?$AAa@ 100969cc libucrt:get_qualified_locale.obj + 0002:0000e9e8 ??_C@_1BI@NAEOODKB@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?5?$AAk?$AAo?$AAr?$AAe?$AAa@ 100969e8 libucrt:get_qualified_locale.obj + 0002:0000ea00 ??_C@_1BK@FBDGGIFF@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?9?$AAa?$AAf?$AAr?$AAi?$AAc?$AAa@ 10096a00 libucrt:get_qualified_locale.obj + 0002:0000ea1c ??_C@_1BI@GHLEJDPK@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?9?$AAk?$AAo?$AAr?$AAe?$AAa@ 10096a1c libucrt:get_qualified_locale.obj + 0002:0000ea34 ??_C@_1CE@PLHLOMJF@?$AAt?$AAr?$AAi?$AAn?$AAi?$AAd?$AAa?$AAd?$AA?5?$AA?$CG?$AA?5?$AAt?$AAo?$AAb?$AAa@ 10096a34 libucrt:get_qualified_locale.obj + 0002:0000ea58 ??_C@_1BO@MODIMHHI@?$AAu?$AAn?$AAi?$AAt?$AAe?$AAd?$AA?9?$AAk?$AAi?$AAn?$AAg?$AAd?$AAo?$AAm@ 10096a58 libucrt:get_qualified_locale.obj + 0002:0000ea78 ??_C@_1BM@FFHJONBJ@?$AAu?$AAn?$AAi?$AAt?$AAe?$AAd?$AA?9?$AAs?$AAt?$AAa?$AAt?$AAe?$AAs@ 10096a78 libucrt:get_qualified_locale.obj + 0002:0000ea94 ??_C@_19MPDNHKDG@?$AAu?$AAt?$AAf?$AA8@ 10096a94 libucrt:get_qualified_locale.obj + 0002:0000eaa0 ??_C@_17DNCLJFIF@?$AAA?$AAC?$AAP@ 10096aa0 libucrt:get_qualified_locale.obj + 0002:0000eaa8 ??_C@_1M@FPEIIFAM@?$AAu?$AAt?$AAf?$AA?9?$AA8@ 10096aa8 libucrt:get_qualified_locale.obj + 0002:0000eab4 ??_C@_17CIKBIHLH@?$AAO?$AAC?$AAP@ 10096ab4 libucrt:get_qualified_locale.obj + 0002:0000eabc ___rglangidNotDefault 10096abc libucrt:getqloc_downlevel.obj + 0002:0000f1f0 ??_C@_15EMKDOKLE@?$AAa?$AAr@ 100971f0 libucrt:lcidtoname_downlevel.obj + 0002:0000f1f8 ??_C@_15KNPADPLH@?$AAb?$AAg@ 100971f8 libucrt:lcidtoname_downlevel.obj + 0002:0000f200 ??_C@_15EDMHLDMO@?$AAc?$AAa@ 10097200 libucrt:lcidtoname_downlevel.obj + 0002:0000f208 ??_C@_1O@BPEAJADD@?$AAz?$AAh?$AA?9?$AAC?$AAH?$AAS@ 10097208 libucrt:lcidtoname_downlevel.obj + 0002:0000f218 ??_C@_15LJNHCMNK@?$AAc?$AAs@ 10097218 libucrt:lcidtoname_downlevel.obj + 0002:0000f220 ??_C@_15FOMCIDHG@?$AAd?$AAa@ 10097220 libucrt:lcidtoname_downlevel.obj + 0002:0000f228 ??_C@_15NBKABECB@?$AAd?$AAe@ 10097228 libucrt:lcidtoname_downlevel.obj + 0002:0000f230 ??_C@_15GHPEIIAO@?$AAe?$AAl@ 10097230 libucrt:lcidtoname_downlevel.obj + 0002:0000f238 ??_C@_15MNPNEAIF@?$AAe?$AAn@ 10097238 libucrt:lcidtoname_downlevel.obj + 0002:0000f240 ??_C@_15GPIOMPMH@?$AAe?$AAs@ 10097240 libucrt:lcidtoname_downlevel.obj + 0002:0000f248 ??_C@_15NGLOAKJC@?$AAf?$AAi@ 10097248 libucrt:lcidtoname_downlevel.obj + 0002:0000f250 ??_C@_15FBKGNKAM@?$AAf?$AAr@ 10097250 libucrt:lcidtoname_downlevel.obj + 0002:0000f258 ??_C@_15KGGCNEFK@?$AAh?$AAe@ 10097258 libucrt:lcidtoname_downlevel.obj + 0002:0000f260 ??_C@_15PGHLIDMF@?$AAh?$AAu@ 10097260 libucrt:lcidtoname_downlevel.obj + 0002:0000f268 ??_C@_15BIEMAPLM@?$AAi?$AAs@ 10097268 libucrt:lcidtoname_downlevel.obj + 0002:0000f270 ??_C@_15IFJLDHAF@?$AAi?$AAt@ 10097270 libucrt:lcidtoname_downlevel.obj + 0002:0000f278 ??_C@_15GEMIOCAG@?$AAj?$AAa@ 10097278 libucrt:lcidtoname_downlevel.obj + 0002:0000f280 ??_C@_15EPELEGJA@?$AAk?$AAo@ 10097280 libucrt:lcidtoname_downlevel.obj + 0002:0000f288 ??_C@_15NDDHIMN@?$AAn?$AAl@ 10097288 libucrt:lcidtoname_downlevel.obj + 0002:0000f290 ??_C@_15BPIGNHCD@?$AAn?$AAo@ 10097290 libucrt:lcidtoname_downlevel.obj + 0002:0000f298 ??_C@_15DEOPBLCG@?$AAp?$AAl@ 10097298 libucrt:lcidtoname_downlevel.obj + 0002:0000f2a0 ??_C@_15KBECGEFG@?$AAp?$AAt@ 100972a0 libucrt:lcidtoname_downlevel.obj + 0002:0000f2a8 ??_C@_15GLJCBFMD@?$AAr?$AAo@ 100972a8 libucrt:lcidtoname_downlevel.obj + 0002:0000f2b0 ??_C@_15FEDGKCDI@?$AAr?$AAu@ 100972b0 libucrt:lcidtoname_downlevel.obj + 0002:0000f2b8 ??_C@_15GLKMLLHM@?$AAh?$AAr@ 100972b8 libucrt:lcidtoname_downlevel.obj + 0002:0000f2c0 ??_C@_15CPKMFBDB@?$AAs?$AAk@ 100972c0 libucrt:lcidtoname_downlevel.obj + 0002:0000f2c8 ??_C@_15BAAIOGMK@?$AAs?$AAq@ 100972c8 libucrt:lcidtoname_downlevel.obj + 0002:0000f2d0 ??_C@_15INNPNOHD@?$AAs?$AAv@ 100972d0 libucrt:lcidtoname_downlevel.obj + 0002:0000f2d8 ??_C@_15CABMMOGH@?$AAt?$AAh@ 100972d8 libucrt:lcidtoname_downlevel.obj + 0002:0000f2e0 ??_C@_15BPLIHJJM@?$AAt?$AAr@ 100972e0 libucrt:lcidtoname_downlevel.obj + 0002:0000f2e8 ??_C@_15NEOEKKDJ@?$AAu?$AAr@ 100972e8 libucrt:lcidtoname_downlevel.obj + 0002:0000f2f0 ??_C@_15NFICGAJK@?$AAi?$AAd@ 100972f0 libucrt:lcidtoname_downlevel.obj + 0002:0000f2f8 ??_C@_15HPJPHDM@?$AAb?$AAe@ 100972f8 libucrt:lcidtoname_downlevel.obj + 0002:0000f300 ??_C@_15LCHLGJII@?$AAs?$AAl@ 10097300 libucrt:lcidtoname_downlevel.obj + 0002:0000f308 ??_C@_15PCFJPHHO@?$AAe?$AAt@ 10097308 libucrt:lcidtoname_downlevel.obj + 0002:0000f310 ??_C@_15HPFPGODN@?$AAl?$AAv@ 10097310 libucrt:lcidtoname_downlevel.obj + 0002:0000f318 ??_C@_15NFFGKGLG@?$AAl?$AAt@ 10097318 libucrt:lcidtoname_downlevel.obj + 0002:0000f320 ??_C@_15BDAKCCHN@?$AAf?$AAa@ 10097320 libucrt:lcidtoname_downlevel.obj + 0002:0000f328 ??_C@_15NFGIAIAJ@?$AAv?$AAi@ 10097328 libucrt:lcidtoname_downlevel.obj + 0002:0000f330 ??_C@_15LMKNDMHN@?$AAh?$AAy@ 10097330 libucrt:lcidtoname_downlevel.obj + 0002:0000f338 ??_C@_15IJBHMCFL@?$AAa?$AAz@ 10097338 libucrt:lcidtoname_downlevel.obj + 0002:0000f340 ??_C@_15EKOFJABL@?$AAe?$AAu@ 10097340 libucrt:lcidtoname_downlevel.obj + 0002:0000f348 ??_C@_15BGHADCNK@?$AAm?$AAk@ 10097348 libucrt:lcidtoname_downlevel.obj + 0002:0000f350 ??_C@_15JDNICKHM@?$AAa?$AAf@ 10097350 libucrt:lcidtoname_downlevel.obj + 0002:0000f358 ??_C@_15KPJEDBKD@?$AAk?$AAa@ 10097358 libucrt:lcidtoname_downlevel.obj + 0002:0000f360 ??_C@_15PDNFFFEO@?$AAf?$AAo@ 10097360 libucrt:lcidtoname_downlevel.obj + 0002:0000f368 ??_C@_15OMLEGLOC@?$AAh?$AAi@ 10097368 libucrt:lcidtoname_downlevel.obj + 0002:0000f370 ??_C@_15IDNNENKK@?$AAm?$AAs@ 10097370 libucrt:lcidtoname_downlevel.obj + 0002:0000f378 ??_C@_15MACJNBMH@?$AAk?$AAk@ 10097378 libucrt:lcidtoname_downlevel.obj + 0002:0000f380 ??_C@_15DKDJEOND@?$AAk?$AAy@ 10097380 libucrt:lcidtoname_downlevel.obj + 0002:0000f388 ??_C@_15DFGDLJBG@?$AAs?$AAw@ 10097388 libucrt:lcidtoname_downlevel.obj + 0002:0000f390 ??_C@_15BBFAICNG@?$AAu?$AAz@ 10097390 libucrt:lcidtoname_downlevel.obj + 0002:0000f398 ??_C@_15DKNDCGEA@?$AAt?$AAt@ 10097398 libucrt:lcidtoname_downlevel.obj + 0002:0000f3a0 ??_C@_15MGIFMDPL@?$AAp?$AAa@ 100973a0 libucrt:lcidtoname_downlevel.obj + 0002:0000f3a8 ??_C@_15HCNDBBA@?$AAg?$AAu@ 100973a8 libucrt:lcidtoname_downlevel.obj + 0002:0000f3b0 ??_C@_15FNBEIBON@?$AAt?$AAa@ 100973b0 libucrt:lcidtoname_downlevel.obj + 0002:0000f3b8 ??_C@_15NCHGBGLK@?$AAt?$AAe@ 100973b8 libucrt:lcidtoname_downlevel.obj + 0002:0000f3c0 ??_C@_15PHPHCBPF@?$AAk?$AAn@ 100973c0 libucrt:lcidtoname_downlevel.obj + 0002:0000f3c8 ??_C@_15DLGBCKMP@?$AAm?$AAr@ 100973c8 libucrt:lcidtoname_downlevel.obj + 0002:0000f3d0 ??_C@_15EABBLBFF@?$AAs?$AAa@ 100973d0 libucrt:lcidtoname_downlevel.obj + 0002:0000f3d8 ??_C@_15CBKOMCOI@?$AAm?$AAn@ 100973d8 libucrt:lcidtoname_downlevel.obj + 0002:0000f3e0 ??_C@_15CKDMCJAF@?$AAg?$AAl@ 100973e0 libucrt:lcidtoname_downlevel.obj + 0002:0000f3e8 ??_C@_17CNJFBPG@?$AAk?$AAo?$AAk@ 100973e8 libucrt:lcidtoname_downlevel.obj + 0002:0000f3f0 ??_C@_17FFBJICPL@?$AAs?$AAy?$AAr@ 100973f0 libucrt:lcidtoname_downlevel.obj + 0002:0000f3f8 ??_C@_17KPNDCPAF@?$AAd?$AAi?$AAv@ 100973f8 libucrt:lcidtoname_downlevel.obj + 0002:0000f400 ??_C@_11LOCGONAA@@ 10097400 libucrt:lcidtoname_downlevel.obj + 0002:0000f404 ??_C@_1M@OKAHONE@?$AAa?$AAr?$AA?9?$AAS?$AAA@ 10097404 libucrt:lcidtoname_downlevel.obj + 0002:0000f410 ??_C@_1M@FFFIGIGK@?$AAb?$AAg?$AA?9?$AAB?$AAG@ 10097410 libucrt:lcidtoname_downlevel.obj + 0002:0000f41c ??_C@_1M@BJNKEDC@?$AAc?$AAa?$AA?9?$AAE?$AAS@ 1009741c libucrt:lcidtoname_downlevel.obj + 0002:0000f428 ??_C@_1M@IJJHFJHA@?$AAc?$AAs?$AA?9?$AAC?$AAZ@ 10097428 libucrt:lcidtoname_downlevel.obj + 0002:0000f434 ??_C@_1M@CLPEOBGI@?$AAd?$AAa?$AA?9?$AAD?$AAK@ 10097434 libucrt:lcidtoname_downlevel.obj + 0002:0000f440 ??_C@_1M@MCMADGCB@?$AAd?$AAe?$AA?9?$AAD?$AAE@ 10097440 libucrt:lcidtoname_downlevel.obj + 0002:0000f44c ??_C@_1M@OOCKEMAM@?$AAe?$AAl?$AA?9?$AAG?$AAR@ 1009744c libucrt:lcidtoname_downlevel.obj + 0002:0000f458 ??_C@_1M@DDNJFGID@?$AAf?$AAi?$AA?9?$AAF?$AAI@ 10097458 libucrt:lcidtoname_downlevel.obj + 0002:0000f464 ??_C@_1M@GLIPPMAC@?$AAf?$AAr?$AA?9?$AAF?$AAR@ 10097464 libucrt:lcidtoname_downlevel.obj + 0002:0000f470 ??_C@_1M@GFMCHPE@?$AAh?$AAe?$AA?9?$AAI?$AAL@ 10097470 libucrt:lcidtoname_downlevel.obj + 0002:0000f47c ??_C@_1M@MHLPGNKM@?$AAh?$AAu?$AA?9?$AAH?$AAU@ 1009747c libucrt:lcidtoname_downlevel.obj + 0002:0000f488 ??_C@_1M@LPDDNNPN@?$AAi?$AAs?$AA?9?$AAI?$AAS@ 10097488 libucrt:lcidtoname_downlevel.obj + 0002:0000f494 ??_C@_1M@MADIPODN@?$AAi?$AAt?$AA?9?$AAI?$AAT@ 10097494 libucrt:lcidtoname_downlevel.obj + 0002:0000f4a0 ??_C@_1M@IHBJJGG@?$AAn?$AAl?$AA?9?$AAN?$AAL@ 100974a0 libucrt:lcidtoname_downlevel.obj + 0002:0000f4ac ??_C@_1M@EANAGDL@?$AAn?$AAb?$AA?9?$AAN?$AAO@ 100974ac libucrt:lcidtoname_downlevel.obj + 0002:0000f4b8 ??_C@_1M@NEIEMEGP@?$AAp?$AAl?$AA?9?$AAP?$AAL@ 100974b8 libucrt:lcidtoname_downlevel.obj + 0002:0000f4c4 ??_C@_1M@BOCFIGEP@?$AAp?$AAt?$AA?9?$AAB?$AAR@ 100974c4 libucrt:lcidtoname_downlevel.obj + 0002:0000f4d0 ??_C@_1M@IMPFOPBG@?$AAr?$AAo?$AA?9?$AAR?$AAO@ 100974d0 libucrt:lcidtoname_downlevel.obj + 0002:0000f4dc ??_C@_1M@IDNNEJMM@?$AAr?$AAu?$AA?9?$AAR?$AAU@ 100974dc libucrt:lcidtoname_downlevel.obj + 0002:0000f4e8 ??_C@_1M@LILEEOGM@?$AAh?$AAr?$AA?9?$AAH?$AAR@ 100974e8 libucrt:lcidtoname_downlevel.obj + 0002:0000f4f4 ??_C@_1M@FKIFEHPB@?$AAs?$AAk?$AA?9?$AAS?$AAK@ 100974f4 libucrt:lcidtoname_downlevel.obj + 0002:0000f500 ??_C@_1M@LJMAMNPJ@?$AAs?$AAq?$AA?9?$AAA?$AAL@ 10097500 libucrt:lcidtoname_downlevel.obj + 0002:0000f50c ??_C@_1M@GIAKDKJK@?$AAs?$AAv?$AA?9?$AAS?$AAE@ 1009750c libucrt:lcidtoname_downlevel.obj + 0002:0000f518 ??_C@_1M@MKJKIKCL@?$AAt?$AAh?$AA?9?$AAT?$AAH@ 10097518 libucrt:lcidtoname_downlevel.obj + 0002:0000f524 ??_C@_1M@MFLCCMPB@?$AAt?$AAr?$AA?9?$AAT?$AAR@ 10097524 libucrt:lcidtoname_downlevel.obj + 0002:0000f530 ??_C@_1M@OIJHDKJN@?$AAu?$AAr?$AA?9?$AAP?$AAK@ 10097530 libucrt:lcidtoname_downlevel.obj + 0002:0000f53c ??_C@_1M@LHIPCIEK@?$AAi?$AAd?$AA?9?$AAI?$AAD@ 1009753c libucrt:lcidtoname_downlevel.obj + 0002:0000f548 ??_C@_1M@MFMOBGI@?$AAu?$AAk?$AA?9?$AAU?$AAA@ 10097548 libucrt:lcidtoname_downlevel.obj + 0002:0000f554 ??_C@_1M@OBGLJIPL@?$AAb?$AAe?$AA?9?$AAB?$AAY@ 10097554 libucrt:lcidtoname_downlevel.obj + 0002:0000f560 ??_C@_1M@BCFAJEAD@?$AAs?$AAl?$AA?9?$AAS?$AAI@ 10097560 libucrt:lcidtoname_downlevel.obj + 0002:0000f56c ??_C@_1M@FKFFEDDN@?$AAe?$AAt?$AA?9?$AAE?$AAE@ 1009756c libucrt:lcidtoname_downlevel.obj + 0002:0000f578 ??_C@_1M@KGKKAACI@?$AAl?$AAv?$AA?9?$AAL?$AAV@ 10097578 libucrt:lcidtoname_downlevel.obj + 0002:0000f584 ??_C@_1M@IFGBIJO@?$AAl?$AAt?$AA?9?$AAL?$AAT@ 10097584 libucrt:lcidtoname_downlevel.obj + 0002:0000f590 ??_C@_1M@FGEAHEDM@?$AAf?$AAa?$AA?9?$AAI?$AAR@ 10097590 libucrt:lcidtoname_downlevel.obj + 0002:0000f59c ??_C@_1M@KBMAIBFN@?$AAv?$AAi?$AA?9?$AAV?$AAN@ 1009759c libucrt:lcidtoname_downlevel.obj + 0002:0000f5a8 ??_C@_1M@GPCBKDJK@?$AAh?$AAy?$AA?9?$AAA?$AAM@ 100975a8 libucrt:lcidtoname_downlevel.obj + 0002:0000f5b4 ??_C@_1BG@BECMDDJB@?$AAa?$AAz?$AA?9?$AAA?$AAZ?$AA?9?$AAL?$AAa?$AAt?$AAn@ 100975b4 libucrt:lcidtoname_downlevel.obj + 0002:0000f5cc ??_C@_1M@MAOFCAEA@?$AAe?$AAu?$AA?9?$AAE?$AAS@ 100975cc libucrt:lcidtoname_downlevel.obj + 0002:0000f5d8 ??_C@_1M@IGHABKPI@?$AAm?$AAk?$AA?9?$AAM?$AAK@ 100975d8 libucrt:lcidtoname_downlevel.obj + 0002:0000f5e4 ??_C@_1M@IAIGNEJG@?$AAt?$AAn?$AA?9?$AAZ?$AAA@ 100975e4 libucrt:lcidtoname_downlevel.obj + 0002:0000f5f0 ??_C@_1M@IIJCOJFA@?$AAx?$AAh?$AA?9?$AAZ?$AAA@ 100975f0 libucrt:lcidtoname_downlevel.obj + 0002:0000f5fc ??_C@_1M@LGPJHNJH@?$AAz?$AAu?$AA?9?$AAZ?$AAA@ 100975fc libucrt:lcidtoname_downlevel.obj + 0002:0000f608 ??_C@_1M@HOKAOIO@?$AAa?$AAf?$AA?9?$AAZ?$AAA@ 10097608 libucrt:lcidtoname_downlevel.obj + 0002:0000f614 ??_C@_1M@DPCLHLIE@?$AAk?$AAa?$AA?9?$AAG?$AAE@ 10097614 libucrt:lcidtoname_downlevel.obj + 0002:0000f620 ??_C@_1M@BLKMHJBI@?$AAf?$AAo?$AA?9?$AAF?$AAO@ 10097620 libucrt:lcidtoname_downlevel.obj + 0002:0000f62c ??_C@_1M@LGGJAPPB@?$AAh?$AAi?$AA?9?$AAI?$AAN@ 1009762c libucrt:lcidtoname_downlevel.obj + 0002:0000f638 ??_C@_1M@FIKPIHFE@?$AAm?$AAt?$AA?9?$AAM?$AAT@ 10097638 libucrt:lcidtoname_downlevel.obj + 0002:0000f644 ??_C@_1M@HEGGPBFA@?$AAs?$AAe?$AA?9?$AAN?$AAO@ 10097644 libucrt:lcidtoname_downlevel.obj + 0002:0000f650 ??_C@_1M@EIBJEEPA@?$AAm?$AAs?$AA?9?$AAM?$AAY@ 10097650 libucrt:lcidtoname_downlevel.obj + 0002:0000f65c ??_C@_1M@FHLBGMPP@?$AAk?$AAk?$AA?9?$AAK?$AAZ@ 1009765c libucrt:lcidtoname_downlevel.obj + 0002:0000f668 ??_C@_1M@NGJJLCGI@?$AAk?$AAy?$AA?9?$AAK?$AAG@ 10097668 libucrt:lcidtoname_downlevel.obj + 0002:0000f674 ??_C@_1M@GIENNBFC@?$AAs?$AAw?$AA?9?$AAK?$AAE@ 10097674 libucrt:lcidtoname_downlevel.obj + 0002:0000f680 ??_C@_1BG@NDGMJIMJ@?$AAu?$AAz?$AA?9?$AAU?$AAZ?$AA?9?$AAL?$AAa?$AAt?$AAn@ 10097680 libucrt:lcidtoname_downlevel.obj + 0002:0000f698 ??_C@_1M@IDCCIHBC@?$AAt?$AAt?$AA?9?$AAR?$AAU@ 10097698 libucrt:lcidtoname_downlevel.obj + 0002:0000f6a4 ??_C@_1M@LOICPMOJ@?$AAb?$AAn?$AA?9?$AAI?$AAN@ 100976a4 libucrt:lcidtoname_downlevel.obj + 0002:0000f6b0 ??_C@_1M@KPKKNEAH@?$AAp?$AAa?$AA?9?$AAI?$AAN@ 100976b0 libucrt:lcidtoname_downlevel.obj + 0002:0000f6bc ??_C@_1M@PJGPPBOG@?$AAg?$AAu?$AA?9?$AAI?$AAN@ 100976bc libucrt:lcidtoname_downlevel.obj + 0002:0000f6c8 ??_C@_1M@KMKMOPHI@?$AAt?$AAa?$AA?9?$AAI?$AAN@ 100976c8 libucrt:lcidtoname_downlevel.obj + 0002:0000f6d4 ??_C@_1M@KFEHEPAC@?$AAt?$AAe?$AA?9?$AAI?$AAN@ 100976d4 libucrt:lcidtoname_downlevel.obj + 0002:0000f6e0 ??_C@_1M@CDCLMGHI@?$AAk?$AAn?$AA?9?$AAI?$AAN@ 100976e0 libucrt:lcidtoname_downlevel.obj + 0002:0000f6ec ??_C@_1M@MIODLDKF@?$AAm?$AAl?$AA?9?$AAI?$AAN@ 100976ec libucrt:lcidtoname_downlevel.obj + 0002:0000f6f8 ??_C@_1M@PBIEACPO@?$AAm?$AAr?$AA?9?$AAI?$AAN@ 100976f8 libucrt:lcidtoname_downlevel.obj + 0002:0000f704 ??_C@_1M@NIDEAGPH@?$AAs?$AAa?$AA?9?$AAI?$AAN@ 10097704 libucrt:lcidtoname_downlevel.obj + 0002:0000f710 ??_C@_1M@FHIHCBIO@?$AAm?$AAn?$AA?9?$AAM?$AAN@ 10097710 libucrt:lcidtoname_downlevel.obj + 0002:0000f71c ??_C@_1M@JAIJPENP@?$AAc?$AAy?$AA?9?$AAG?$AAB@ 1009771c libucrt:lcidtoname_downlevel.obj + 0002:0000f728 ??_C@_1M@PHGFBEPN@?$AAg?$AAl?$AA?9?$AAE?$AAS@ 10097728 libucrt:lcidtoname_downlevel.obj + 0002:0000f734 ??_C@_1O@KPIPDNCP@?$AAk?$AAo?$AAk?$AA?9?$AAI?$AAN@ 10097734 libucrt:lcidtoname_downlevel.obj + 0002:0000f744 ??_C@_1O@KNHJLDJA@?$AAs?$AAy?$AAr?$AA?9?$AAS?$AAY@ 10097744 libucrt:lcidtoname_downlevel.obj + 0002:0000f754 ??_C@_1O@MKEKBLAH@?$AAd?$AAi?$AAv?$AA?9?$AAM?$AAV@ 10097754 libucrt:lcidtoname_downlevel.obj + 0002:0000f764 ??_C@_1O@OHDCKDDF@?$AAq?$AAu?$AAz?$AA?9?$AAB?$AAO@ 10097764 libucrt:lcidtoname_downlevel.obj + 0002:0000f774 ??_C@_1M@LEPJNLFD@?$AAn?$AAs?$AA?9?$AAZ?$AAA@ 10097774 libucrt:lcidtoname_downlevel.obj + 0002:0000f780 ??_C@_1M@OMLEIIJB@?$AAm?$AAi?$AA?9?$AAN?$AAZ@ 10097780 libucrt:lcidtoname_downlevel.obj + 0002:0000f78c ??_C@_1M@PMPEAILG@?$AAa?$AAr?$AA?9?$AAI?$AAQ@ 1009778c libucrt:lcidtoname_downlevel.obj + 0002:0000f798 ??_C@_1M@CNKPNOEE@?$AAd?$AAe?$AA?9?$AAC?$AAH@ 10097798 libucrt:lcidtoname_downlevel.obj + 0002:0000f7a4 ??_C@_1M@LKMGMLKO@?$AAe?$AAn?$AA?9?$AAG?$AAB@ 100977a4 libucrt:lcidtoname_downlevel.obj + 0002:0000f7b0 ??_C@_1M@PGKJFFGL@?$AAe?$AAs?$AA?9?$AAM?$AAX@ 100977b0 libucrt:lcidtoname_downlevel.obj + 0002:0000f7bc ??_C@_1M@DNNANBDC@?$AAf?$AAr?$AA?9?$AAB?$AAE@ 100977bc libucrt:lcidtoname_downlevel.obj + 0002:0000f7c8 ??_C@_1M@HLGMDFHM@?$AAi?$AAt?$AA?9?$AAC?$AAH@ 100977c8 libucrt:lcidtoname_downlevel.obj + 0002:0000f7d4 ??_C@_1M@CLLBGJH@?$AAn?$AAl?$AA?9?$AAB?$AAE@ 100977d4 libucrt:lcidtoname_downlevel.obj + 0002:0000f7e0 ??_C@_1M@BODBOGLF@?$AAn?$AAn?$AA?9?$AAN?$AAO@ 100977e0 libucrt:lcidtoname_downlevel.obj + 0002:0000f7ec ??_C@_1M@HFFAHKAD@?$AAp?$AAt?$AA?9?$AAP?$AAT@ 100977ec libucrt:lcidtoname_downlevel.obj + 0002:0000f7f8 ??_C@_1BG@LNOAKHIE@?$AAs?$AAr?$AA?9?$AAS?$AAP?$AA?9?$AAL?$AAa?$AAt?$AAn@ 100977f8 libucrt:lcidtoname_downlevel.obj + 0002:0000f810 ??_C@_1M@HBMHBGAK@?$AAs?$AAv?$AA?9?$AAF?$AAI@ 10097810 libucrt:lcidtoname_downlevel.obj + 0002:0000f81c ??_C@_1BG@DGCJGJBE@?$AAa?$AAz?$AA?9?$AAA?$AAZ?$AA?9?$AAC?$AAy?$AAr?$AAl@ 1009781c libucrt:lcidtoname_downlevel.obj + 0002:0000f834 ??_C@_1M@KEJDAAHB@?$AAs?$AAe?$AA?9?$AAS?$AAE@ 10097834 libucrt:lcidtoname_downlevel.obj + 0002:0000f840 ??_C@_1M@HEIBJJAD@?$AAm?$AAs?$AA?9?$AAB?$AAN@ 10097840 libucrt:lcidtoname_downlevel.obj + 0002:0000f84c ??_C@_1BG@PBGJMCEM@?$AAu?$AAz?$AA?9?$AAU?$AAZ?$AA?9?$AAC?$AAy?$AAr?$AAl@ 1009784c libucrt:lcidtoname_downlevel.obj + 0002:0000f864 ??_C@_1O@LAOBCMDF@?$AAq?$AAu?$AAz?$AA?9?$AAE?$AAC@ 10097864 libucrt:lcidtoname_downlevel.obj + 0002:0000f874 ??_C@_1M@POEEMAIO@?$AAa?$AAr?$AA?9?$AAE?$AAG@ 10097874 libucrt:lcidtoname_downlevel.obj + 0002:0000f880 ??_C@_1M@EFAKDEDL@?$AAz?$AAh?$AA?9?$AAH?$AAK@ 10097880 libucrt:lcidtoname_downlevel.obj + 0002:0000f88c ??_C@_1M@HKKIJHGI@?$AAd?$AAe?$AA?9?$AAA?$AAT@ 1009788c libucrt:lcidtoname_downlevel.obj + 0002:0000f898 ??_C@_1M@KBFBEHJF@?$AAe?$AAn?$AA?9?$AAA?$AAU@ 10097898 libucrt:lcidtoname_downlevel.obj + 0002:0000f8a4 ??_C@_1M@MNPLFAAH@?$AAe?$AAs?$AA?9?$AAE?$AAS@ 100978a4 libucrt:lcidtoname_downlevel.obj + 0002:0000f8b0 ??_C@_1M@HJOOJFMA@?$AAf?$AAr?$AA?9?$AAC?$AAA@ 100978b0 libucrt:lcidtoname_downlevel.obj + 0002:0000f8bc ??_C@_1BG@JPOFPNAB@?$AAs?$AAr?$AA?9?$AAS?$AAP?$AA?9?$AAC?$AAy?$AAr?$AAl@ 100978bc libucrt:lcidtoname_downlevel.obj + 0002:0000f8d4 ??_C@_1M@LNFOCMOB@?$AAs?$AAe?$AA?9?$AAF?$AAI@ 100978d4 libucrt:lcidtoname_downlevel.obj + 0002:0000f8e0 ??_C@_1O@MGJBOAMB@?$AAq?$AAu?$AAz?$AA?9?$AAP?$AAE@ 100978e0 libucrt:lcidtoname_downlevel.obj + 0002:0000f8f0 ??_C@_1M@GJINLBOK@?$AAa?$AAr?$AA?9?$AAL?$AAY@ 100978f0 libucrt:lcidtoname_downlevel.obj + 0002:0000f8fc ??_C@_1M@GGMNHJNL@?$AAz?$AAh?$AA?9?$AAS?$AAG@ 100978fc libucrt:lcidtoname_downlevel.obj + 0002:0000f908 ??_C@_1M@HOIKODND@?$AAd?$AAe?$AA?9?$AAL?$AAU@ 10097908 libucrt:lcidtoname_downlevel.obj + 0002:0000f914 ??_C@_1M@DDOCCGFG@?$AAe?$AAn?$AA?9?$AAC?$AAA@ 10097914 libucrt:lcidtoname_downlevel.obj + 0002:0000f920 ??_C@_1M@BNOEMJLF@?$AAe?$AAs?$AA?9?$AAG?$AAT@ 10097920 libucrt:lcidtoname_downlevel.obj + 0002:0000f92c ??_C@_1M@EOGNKEK@?$AAf?$AAr?$AA?9?$AAC?$AAH@ 1009792c libucrt:lcidtoname_downlevel.obj + 0002:0000f938 ??_C@_1M@FLIDJFHL@?$AAh?$AAr?$AA?9?$AAB?$AAA@ 10097938 libucrt:lcidtoname_downlevel.obj + 0002:0000f944 ??_C@_1O@FMCELNAJ@?$AAs?$AAm?$AAj?$AA?9?$AAN?$AAO@ 10097944 libucrt:lcidtoname_downlevel.obj + 0002:0000f954 ??_C@_1M@JHGLJMGJ@?$AAa?$AAr?$AA?9?$AAD?$AAZ@ 10097954 libucrt:lcidtoname_downlevel.obj + 0002:0000f960 ??_C@_1M@JKKFDCNP@?$AAz?$AAh?$AA?9?$AAM?$AAO@ 10097960 libucrt:lcidtoname_downlevel.obj + 0002:0000f96c ??_C@_1M@GEEFALPE@?$AAd?$AAe?$AA?9?$AAL?$AAI@ 1009796c libucrt:lcidtoname_downlevel.obj + 0002:0000f978 ??_C@_1M@IGEOFBG@?$AAe?$AAn?$AA?9?$AAN?$AAZ@ 10097978 libucrt:lcidtoname_downlevel.obj + 0002:0000f984 ??_C@_1M@KDBONEHP@?$AAe?$AAs?$AA?9?$AAC?$AAR@ 10097984 libucrt:lcidtoname_downlevel.obj + 0002:0000f990 ??_C@_1M@FHMDOHNN@?$AAf?$AAr?$AA?9?$AAL?$AAU@ 10097990 libucrt:lcidtoname_downlevel.obj + 0002:0000f99c ??_C@_1BG@NFKKMAFG@?$AAb?$AAs?$AA?9?$AAB?$AAA?$AA?9?$AAL?$AAa?$AAt?$AAn@ 1009799c libucrt:lcidtoname_downlevel.obj + 0002:0000f9b4 ??_C@_1O@IMNBEMCI@?$AAs?$AAm?$AAj?$AA?9?$AAS?$AAE@ 100979b4 libucrt:lcidtoname_downlevel.obj + 0002:0000f9c4 ??_C@_1M@DHHMBNDP@?$AAa?$AAr?$AA?9?$AAM?$AAA@ 100979c4 libucrt:lcidtoname_downlevel.obj + 0002:0000f9d0 ??_C@_1M@BNBLJCGH@?$AAe?$AAn?$AA?9?$AAI?$AAE@ 100979d0 libucrt:lcidtoname_downlevel.obj + 0002:0000f9dc ??_C@_1M@GEPAFMDL@?$AAe?$AAs?$AA?9?$AAP?$AAA@ 100979dc libucrt:lcidtoname_downlevel.obj + 0002:0000f9e8 ??_C@_1M@OJONDMDL@?$AAf?$AAr?$AA?9?$AAM?$AAC@ 100979e8 libucrt:lcidtoname_downlevel.obj + 0002:0000f9f4 ??_C@_1BG@OBCNFJB@?$AAs?$AAr?$AA?9?$AAB?$AAA?$AA?9?$AAL?$AAa?$AAt?$AAn@ 100979f4 libucrt:lcidtoname_downlevel.obj + 0002:0000fa0c ??_C@_1O@KEMEEGPO@?$AAs?$AAm?$AAa?$AA?9?$AAN?$AAO@ 10097a0c libucrt:lcidtoname_downlevel.obj + 0002:0000fa1c ??_C@_1M@ELMGFODK@?$AAa?$AAr?$AA?9?$AAT?$AAN@ 10097a1c libucrt:lcidtoname_downlevel.obj + 0002:0000fa28 ??_C@_1M@BHDLHFAF@?$AAe?$AAn?$AA?9?$AAZ?$AAA@ 10097a28 libucrt:lcidtoname_downlevel.obj + 0002:0000fa34 ??_C@_1M@BMGIGLIF@?$AAe?$AAs?$AA?9?$AAD?$AAO@ 10097a34 libucrt:lcidtoname_downlevel.obj + 0002:0000fa40 ??_C@_1BG@CMBHIPBE@?$AAs?$AAr?$AA?9?$AAB?$AAA?$AA?9?$AAC?$AAy?$AAr?$AAl@ 10097a40 libucrt:lcidtoname_downlevel.obj + 0002:0000fa58 ??_C@_1O@HEDBLHNP@?$AAs?$AAm?$AAa?$AA?9?$AAS?$AAE@ 10097a58 libucrt:lcidtoname_downlevel.obj + 0002:0000fa68 ??_C@_1M@DAGCADIM@?$AAa?$AAr?$AA?9?$AAO?$AAM@ 10097a68 libucrt:lcidtoname_downlevel.obj + 0002:0000fa74 ??_C@_1M@FODLMICG@?$AAe?$AAn?$AA?9?$AAJ?$AAM@ 10097a74 libucrt:lcidtoname_downlevel.obj + 0002:0000fa80 ??_C@_1M@DNMLCIHB@?$AAe?$AAs?$AA?9?$AAV?$AAE@ 10097a80 libucrt:lcidtoname_downlevel.obj + 0002:0000fa8c ??_C@_1O@EOKHMKJK@?$AAs?$AAm?$AAs?$AA?9?$AAF?$AAI@ 10097a8c libucrt:lcidtoname_downlevel.obj + 0002:0000fa9c ??_C@_1M@CAFJMKOF@?$AAa?$AAr?$AA?9?$AAY?$AAE@ 10097a9c libucrt:lcidtoname_downlevel.obj + 0002:0000faa8 ??_C@_1M@CBFHIJLI@?$AAe?$AAn?$AA?9?$AAC?$AAB@ 10097aa8 libucrt:lcidtoname_downlevel.obj + 0002:0000fab4 ??_C@_1M@BGNFLDN@?$AAe?$AAs?$AA?9?$AAC?$AAO@ 10097ab4 libucrt:lcidtoname_downlevel.obj + 0002:0000fac0 ??_C@_1O@JMPHMAMC@?$AAs?$AAm?$AAn?$AA?9?$AAF?$AAI@ 10097ac0 libucrt:lcidtoname_downlevel.obj + 0002:0000fad0 ??_C@_1M@JLANABKE@?$AAa?$AAr?$AA?9?$AAS?$AAY@ 10097ad0 libucrt:lcidtoname_downlevel.obj + 0002:0000fadc ??_C@_1M@HPKGCFGN@?$AAe?$AAn?$AA?9?$AAB?$AAZ@ 10097adc libucrt:lcidtoname_downlevel.obj + 0002:0000fae8 ??_C@_1M@OLJCMLGM@?$AAe?$AAs?$AA?9?$AAP?$AAE@ 10097ae8 libucrt:lcidtoname_downlevel.obj + 0002:0000faf4 ??_C@_1M@MKKGFKLE@?$AAa?$AAr?$AA?9?$AAJ?$AAO@ 10097af4 libucrt:lcidtoname_downlevel.obj + 0002:0000fb00 ??_C@_1M@EKPGLDNI@?$AAe?$AAn?$AA?9?$AAT?$AAT@ 10097b00 libucrt:lcidtoname_downlevel.obj + 0002:0000fb0c ??_C@_1M@OONGHFHE@?$AAe?$AAs?$AA?9?$AAA?$AAR@ 10097b0c libucrt:lcidtoname_downlevel.obj + 0002:0000fb18 ??_C@_1M@OOJFGBHE@?$AAa?$AAr?$AA?9?$AAL?$AAB@ 10097b18 libucrt:lcidtoname_downlevel.obj + 0002:0000fb24 ??_C@_1M@GCEJHNEG@?$AAe?$AAn?$AA?9?$AAZ?$AAW@ 10097b24 libucrt:lcidtoname_downlevel.obj + 0002:0000fb30 ??_C@_1M@JNOCAHJI@?$AAe?$AAs?$AA?9?$AAE?$AAC@ 10097b30 libucrt:lcidtoname_downlevel.obj + 0002:0000fb3c ??_C@_1M@JEFHPGGB@?$AAa?$AAr?$AA?9?$AAK?$AAW@ 10097b3c libucrt:lcidtoname_downlevel.obj + 0002:0000fb48 ??_C@_1M@MLKIBJOJ@?$AAe?$AAn?$AA?9?$AAP?$AAH@ 10097b48 libucrt:lcidtoname_downlevel.obj + 0002:0000fb54 ??_C@_1M@BDNIPEND@?$AAe?$AAs?$AA?9?$AAC?$AAL@ 10097b54 libucrt:lcidtoname_downlevel.obj + 0002:0000fb60 ??_C@_1M@MPNMEKBD@?$AAa?$AAr?$AA?9?$AAA?$AAE@ 10097b60 libucrt:lcidtoname_downlevel.obj + 0002:0000fb6c ??_C@_1M@KBJALCPI@?$AAe?$AAs?$AA?9?$AAU?$AAY@ 10097b6c libucrt:lcidtoname_downlevel.obj + 0002:0000fb78 ??_C@_1M@LLCCOAGA@?$AAa?$AAr?$AA?9?$AAB?$AAH@ 10097b78 libucrt:lcidtoname_downlevel.obj + 0002:0000fb84 ??_C@_1M@PBFNCDEL@?$AAe?$AAs?$AA?9?$AAP?$AAY@ 10097b84 libucrt:lcidtoname_downlevel.obj + 0002:0000fb90 ??_C@_1M@EDGINPNP@?$AAa?$AAr?$AA?9?$AAQ?$AAA@ 10097b90 libucrt:lcidtoname_downlevel.obj + 0002:0000fb9c ??_C@_1M@MKDBIIJI@?$AAe?$AAs?$AA?9?$AAB?$AAO@ 10097b9c libucrt:lcidtoname_downlevel.obj + 0002:0000fba8 ??_C@_1M@CPKKEBLD@?$AAe?$AAs?$AA?9?$AAS?$AAV@ 10097ba8 libucrt:lcidtoname_downlevel.obj + 0002:0000fbb4 ??_C@_1M@NDBGMMJL@?$AAe?$AAs?$AA?9?$AAH?$AAN@ 10097bb4 libucrt:lcidtoname_downlevel.obj + 0002:0000fbc0 ??_C@_1M@JIJIBHDP@?$AAe?$AAs?$AA?9?$AAN?$AAI@ 10097bc0 libucrt:lcidtoname_downlevel.obj + 0002:0000fbcc ??_C@_1M@CGFMKEEK@?$AAe?$AAs?$AA?9?$AAP?$AAR@ 10097bcc libucrt:lcidtoname_downlevel.obj + 0002:0000fbd8 ??_C@_1O@ICJHKIIK@?$AAz?$AAh?$AA?9?$AAC?$AAH?$AAT@ 10097bd8 libucrt:lcidtoname_downlevel.obj + 0002:0000fbe8 ??_C@_15CLNEJCE@?$AAs?$AAr@ 10097be8 libucrt:lcidtoname_downlevel.obj + 0002:00010310 ??_C@_1M@KAHEKEIG@?$AAa?$AAf?$AA?9?$AAz?$AAa@ 10098310 libucrt:lcidtoname_downlevel.obj + 0002:0001031c ??_C@_1M@GIECOABL@?$AAa?$AAr?$AA?9?$AAa?$AAe@ 1009831c libucrt:lcidtoname_downlevel.obj + 0002:00010328 ??_C@_1M@BMLMEKGI@?$AAa?$AAr?$AA?9?$AAb?$AAh@ 10098328 libucrt:lcidtoname_downlevel.obj + 0002:00010334 ??_C@_1M@DAPFDGGB@?$AAa?$AAr?$AA?9?$AAd?$AAz@ 10098334 libucrt:lcidtoname_downlevel.obj + 0002:00010340 ??_C@_1M@FJNKGKIG@?$AAa?$AAr?$AA?9?$AAe?$AAg@ 10098340 libucrt:lcidtoname_downlevel.obj + 0002:0001034c ??_C@_1M@FLGKKCLO@?$AAa?$AAr?$AA?9?$AAi?$AAq@ 1009834c libucrt:lcidtoname_downlevel.obj + 0002:00010358 ??_C@_1M@GNDIPALM@?$AAa?$AAr?$AA?9?$AAj?$AAo@ 10098358 libucrt:lcidtoname_downlevel.obj + 0002:00010364 ??_C@_1M@DDMJFMGJ@?$AAa?$AAr?$AA?9?$AAk?$AAw@ 10098364 libucrt:lcidtoname_downlevel.obj + 0002:00010370 ??_C@_1M@EJALMLHM@?$AAa?$AAr?$AA?9?$AAl?$AAb@ 10098370 libucrt:lcidtoname_downlevel.obj + 0002:0001037c ??_C@_1M@MOBDBLOC@?$AAa?$AAr?$AA?9?$AAl?$AAy@ 1009837c libucrt:lcidtoname_downlevel.obj + 0002:00010388 ??_C@_1M@JAOCLHDH@?$AAa?$AAr?$AA?9?$AAm?$AAa@ 10098388 libucrt:lcidtoname_downlevel.obj + 0002:00010394 ??_C@_1M@JHPMKJIE@?$AAa?$AAr?$AA?9?$AAo?$AAm@ 10098394 libucrt:lcidtoname_downlevel.obj + 0002:000103a0 ??_C@_1M@OEPGHFNH@?$AAa?$AAr?$AA?9?$AAq?$AAa@ 100983a0 libucrt:lcidtoname_downlevel.obj + 0002:000103ac ??_C@_1M@KJDONENM@?$AAa?$AAr?$AA?9?$AAs?$AAa@ 100983ac libucrt:lcidtoname_downlevel.obj + 0002:000103b8 ??_C@_1M@DMJDKLKM@?$AAa?$AAr?$AA?9?$AAs?$AAy@ 100983b8 libucrt:lcidtoname_downlevel.obj + 0002:000103c4 ??_C@_1M@OMFIPEDC@?$AAa?$AAr?$AA?9?$AAt?$AAn@ 100983c4 libucrt:lcidtoname_downlevel.obj + 0002:000103d0 ??_C@_1M@IHMHGAON@?$AAa?$AAr?$AA?9?$AAy?$AAe@ 100983d0 libucrt:lcidtoname_downlevel.obj + 0002:000103dc ??_C@_1BG@KDCPGJGB@?$AAa?$AAz?$AA?9?$AAa?$AAz?$AA?9?$AAc?$AAy?$AAr?$AAl@ 100983dc libucrt:lcidtoname_downlevel.obj + 0002:000103f4 ??_C@_1BG@IBCKDDOE@?$AAa?$AAz?$AA?9?$AAa?$AAz?$AA?9?$AAl?$AAa?$AAt?$AAn@ 100983f4 libucrt:lcidtoname_downlevel.obj + 0002:0001040c ??_C@_1M@EGPFDCPD@?$AAb?$AAe?$AA?9?$AAb?$AAy@ 1009840c libucrt:lcidtoname_downlevel.obj + 0002:00010418 ??_C@_1M@PCMGMCGC@?$AAb?$AAg?$AA?9?$AAb?$AAg@ 10098418 libucrt:lcidtoname_downlevel.obj + 0002:00010424 ??_C@_1M@BJBMFGOB@?$AAb?$AAn?$AA?9?$AAi?$AAn@ 10098424 libucrt:lcidtoname_downlevel.obj + 0002:00010430 ??_C@_1BG@EAKMMACD@?$AAb?$AAs?$AA?9?$AAb?$AAa?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10098430 libucrt:lcidtoname_downlevel.obj + 0002:00010448 ??_C@_1M@KGADAODK@?$AAc?$AAa?$AA?9?$AAe?$AAs@ 10098448 libucrt:lcidtoname_downlevel.obj + 0002:00010454 ??_C@_1M@COAJPDHI@?$AAc?$AAs?$AA?9?$AAc?$AAz@ 10098454 libucrt:lcidtoname_downlevel.obj + 0002:00010460 ??_C@_1M@DHBHFONH@?$AAc?$AAy?$AA?9?$AAg?$AAb@ 10098460 libucrt:lcidtoname_downlevel.obj + 0002:0001046c ??_C@_1M@IMGKELGA@?$AAd?$AAa?$AA?9?$AAd?$AAk@ 1009846c libucrt:lcidtoname_downlevel.obj + 0002:00010478 ??_C@_1M@NNDGDNGA@?$AAd?$AAe?$AA?9?$AAa?$AAt@ 10098478 libucrt:lcidtoname_downlevel.obj + 0002:00010484 ??_C@_1M@IKDBHEEM@?$AAd?$AAe?$AA?9?$AAc?$AAh@ 10098484 libucrt:lcidtoname_downlevel.obj + 0002:00010490 ??_C@_1M@GFFOJMCJ@?$AAd?$AAe?$AA?9?$AAd?$AAe@ 10098490 libucrt:lcidtoname_downlevel.obj + 0002:0001049c ??_C@_1M@MDNLKBPM@?$AAd?$AAe?$AA?9?$AAl?$AAi@ 1009849c libucrt:lcidtoname_downlevel.obj + 0002:000104a8 ??_C@_1M@NJBEEJNL@?$AAd?$AAe?$AA?9?$AAl?$AAu@ 100984a8 libucrt:lcidtoname_downlevel.obj + 0002:000104b4 ??_C@_1O@GNNELBAP@?$AAd?$AAi?$AAv?$AA?9?$AAm?$AAv@ 100984b4 libucrt:lcidtoname_downlevel.obj + 0002:000104c4 ??_C@_1M@EJLEOGAE@?$AAe?$AAl?$AA?9?$AAg?$AAr@ 100984c4 libucrt:lcidtoname_downlevel.obj + 0002:000104d0 ??_C@_1M@GMPONJN@?$AAe?$AAn?$AA?9?$AAa?$AAu@ 100984d0 libucrt:lcidtoname_downlevel.obj + 0002:000104dc ??_C@_1M@NIDIIPGF@?$AAe?$AAn?$AA?9?$AAb?$AAz@ 100984dc libucrt:lcidtoname_downlevel.obj + 0002:000104e8 ??_C@_1M@JEHMIMFO@?$AAe?$AAn?$AA?9?$AAc?$AAa@ 100984e8 libucrt:lcidtoname_downlevel.obj + 0002:000104f4 ??_C@_1M@IGMJCDLA@?$AAe?$AAn?$AA?9?$AAc?$AAb@ 100984f4 libucrt:lcidtoname_downlevel.obj + 0002:00010500 ??_C@_1M@BNFIGBKG@?$AAe?$AAn?$AA?9?$AAg?$AAb@ 10098500 libucrt:lcidtoname_downlevel.obj + 0002:0001050c ??_C@_1M@LKIFDIGP@?$AAe?$AAn?$AA?9?$AAi?$AAe@ 1009850c libucrt:lcidtoname_downlevel.obj + 0002:00010518 ??_C@_1M@PJKFGCCO@?$AAe?$AAn?$AA?9?$AAj?$AAm@ 10098518 libucrt:lcidtoname_downlevel.obj + 0002:00010524 ??_C@_1M@KPPKEPBO@?$AAe?$AAn?$AA?9?$AAn?$AAz@ 10098524 libucrt:lcidtoname_downlevel.obj + 0002:00010530 ??_C@_1M@GMDGLDOB@?$AAe?$AAn?$AA?9?$AAp?$AAh@ 10098530 libucrt:lcidtoname_downlevel.obj + 0002:0001053c ??_C@_1M@ONGIBJNA@?$AAe?$AAn?$AA?9?$AAt?$AAt@ 1009853c libucrt:lcidtoname_downlevel.obj + 0002:00010548 ??_C@_1M@LLODPCMM@?$AAe?$AAn?$AA?9?$AAu?$AAs@ 10098548 libucrt:lcidtoname_downlevel.obj + 0002:00010554 ??_C@_1M@LAKFNPAN@?$AAe?$AAn?$AA?9?$AAz?$AAa@ 10098554 libucrt:lcidtoname_downlevel.obj + 0002:00010560 ??_C@_1M@MFNHNHEO@?$AAe?$AAn?$AA?9?$AAz?$AAw@ 10098560 libucrt:lcidtoname_downlevel.obj + 0002:0001056c ??_C@_1M@EJEINPHM@?$AAe?$AAs?$AA?9?$AAa?$AAr@ 1009856c libucrt:lcidtoname_downlevel.obj + 0002:00010578 ??_C@_1M@GNKPCCJA@?$AAe?$AAs?$AA?9?$AAb?$AAo@ 10098578 libucrt:lcidtoname_downlevel.obj + 0002:00010584 ??_C@_1M@LEEGFONL@?$AAe?$AAs?$AA?9?$AAc?$AAl@ 10098584 libucrt:lcidtoname_downlevel.obj + 0002:00010590 ??_C@_1M@KGPDPBDF@?$AAe?$AAs?$AA?9?$AAc?$AAo@ 10098590 libucrt:lcidtoname_downlevel.obj + 0002:0001059c ??_C@_1M@EIAHOHH@?$AAe?$AAs?$AA?9?$AAc?$AAr@ 1009859c libucrt:lcidtoname_downlevel.obj + 0002:000105a8 ??_C@_1M@LLPGMBIN@?$AAe?$AAs?$AA?9?$AAd?$AAo@ 100985a8 libucrt:lcidtoname_downlevel.obj + 0002:000105b4 ??_C@_1M@DKHMKNJA@?$AAe?$AAs?$AA?9?$AAe?$AAc@ 100985b4 libucrt:lcidtoname_downlevel.obj + 0002:000105c0 ??_C@_1M@GKGFPKAP@?$AAe?$AAs?$AA?9?$AAe?$AAs@ 100985c0 libucrt:lcidtoname_downlevel.obj + 0002:000105cc ??_C@_1M@LKHKGDLN@?$AAe?$AAs?$AA?9?$AAg?$AAt@ 100985cc libucrt:lcidtoname_downlevel.obj + 0002:000105d8 ??_C@_1M@HEIIGGJD@?$AAe?$AAs?$AA?9?$AAh?$AAn@ 100985d8 libucrt:lcidtoname_downlevel.obj + 0002:000105e4 ??_C@_1M@FBDHPPGD@?$AAe?$AAs?$AA?9?$AAm?$AAx@ 100985e4 libucrt:lcidtoname_downlevel.obj + 0002:000105f0 ??_C@_1M@DPAGLNDH@?$AAe?$AAs?$AA?9?$AAn?$AAi@ 100985f0 libucrt:lcidtoname_downlevel.obj + 0002:000105fc ??_C@_1M@MDGOPGDD@?$AAe?$AAs?$AA?9?$AAp?$AAa@ 100985fc libucrt:lcidtoname_downlevel.obj + 0002:00010608 ??_C@_1M@EMAMGBGE@?$AAe?$AAs?$AA?9?$AAp?$AAe@ 10098608 libucrt:lcidtoname_downlevel.obj + 0002:00010614 ??_C@_1M@IBMCAOEC@?$AAe?$AAs?$AA?9?$AAp?$AAr@ 10098614 libucrt:lcidtoname_downlevel.obj + 0002:00010620 ??_C@_1M@FGMDIJED@?$AAe?$AAs?$AA?9?$AAp?$AAy@ 10098620 libucrt:lcidtoname_downlevel.obj + 0002:0001062c ??_C@_1M@IIDEOLLL@?$AAe?$AAs?$AA?9?$AAs?$AAv@ 1009862c libucrt:lcidtoname_downlevel.obj + 0002:00010638 ??_C@_1M@GAOBIPA@?$AAe?$AAs?$AA?9?$AAu?$AAy@ 10098638 libucrt:lcidtoname_downlevel.obj + 0002:00010644 ??_C@_1M@JKFFICHJ@?$AAe?$AAs?$AA?9?$AAv?$AAe@ 10098644 libucrt:lcidtoname_downlevel.obj + 0002:00010650 ??_C@_1M@PNMLOJDF@?$AAe?$AAt?$AA?9?$AAe?$AAe@ 10098650 libucrt:lcidtoname_downlevel.obj + 0002:0001065c ??_C@_1M@GHHLIKEI@?$AAe?$AAu?$AA?9?$AAe?$AAs@ 1009865c libucrt:lcidtoname_downlevel.obj + 0002:00010668 ??_C@_1M@PBNONODE@?$AAf?$AAa?$AA?9?$AAi?$AAr@ 10098668 libucrt:lcidtoname_downlevel.obj + 0002:00010674 ??_C@_1M@JEEHPMIL@?$AAf?$AAi?$AA?9?$AAf?$AAi@ 10098674 libucrt:lcidtoname_downlevel.obj + 0002:00010680 ??_C@_1M@LMDCNDBA@?$AAf?$AAo?$AA?9?$AAf?$AAo@ 10098680 libucrt:lcidtoname_downlevel.obj + 0002:0001068c ??_C@_1M@JKEOHLDK@?$AAf?$AAr?$AA?9?$AAb?$AAe@ 1009868c libucrt:lcidtoname_downlevel.obj + 0002:00010698 ??_C@_1M@NOHADPMI@?$AAf?$AAr?$AA?9?$AAc?$AAa@ 10098698 libucrt:lcidtoname_downlevel.obj + 0002:000106a4 ??_C@_1M@KDHIHAEC@?$AAf?$AAr?$AA?9?$AAc?$AAh@ 100986a4 libucrt:lcidtoname_downlevel.obj + 0002:000106b0 ??_C@_1M@MMBBFGAK@?$AAf?$AAr?$AA?9?$AAf?$AAr@ 100986b0 libucrt:lcidtoname_downlevel.obj + 0002:000106bc ??_C@_1M@PAFNENNF@?$AAf?$AAr?$AA?9?$AAl?$AAu@ 100986bc libucrt:lcidtoname_downlevel.obj + 0002:000106c8 ??_C@_1M@EOHDJGDD@?$AAf?$AAr?$AA?9?$AAm?$AAc@ 100986c8 libucrt:lcidtoname_downlevel.obj + 0002:000106d4 ??_C@_1M@FAPLLOPF@?$AAg?$AAl?$AA?9?$AAe?$AAs@ 100986d4 libucrt:lcidtoname_downlevel.obj + 0002:000106e0 ??_C@_1M@FOPBFLOO@?$AAg?$AAu?$AA?9?$AAi?$AAn@ 100986e0 libucrt:lcidtoname_downlevel.obj + 0002:000106ec ??_C@_1M@KBMCINPM@?$AAh?$AAe?$AA?9?$AAi?$AAl@ 100986ec libucrt:lcidtoname_downlevel.obj + 0002:000106f8 ??_C@_1M@BBPHKFPJ@?$AAh?$AAi?$AA?9?$AAi?$AAn@ 100986f8 libucrt:lcidtoname_downlevel.obj + 0002:00010704 ??_C@_1M@PMBNDPHD@?$AAh?$AAr?$AA?9?$AAb?$AAa@ 10098704 libucrt:lcidtoname_downlevel.obj + 0002:00010710 ??_C@_1M@BPCKOEGE@?$AAh?$AAr?$AA?9?$AAh?$AAr@ 10098710 libucrt:lcidtoname_downlevel.obj + 0002:0001071c ??_C@_1M@GACBMHKE@?$AAh?$AAu?$AA?9?$AAh?$AAu@ 1009871c libucrt:lcidtoname_downlevel.obj + 0002:00010728 ??_C@_1M@MILPAJJC@?$AAh?$AAy?$AA?9?$AAa?$AAm@ 10098728 libucrt:lcidtoname_downlevel.obj + 0002:00010734 ??_C@_1M@BABBICEC@?$AAi?$AAd?$AA?9?$AAi?$AAd@ 10098734 libucrt:lcidtoname_downlevel.obj + 0002:00010740 ??_C@_1M@BIKNHHPF@?$AAi?$AAs?$AA?9?$AAi?$AAs@ 10098740 libucrt:lcidtoname_downlevel.obj + 0002:0001074c ??_C@_1M@NMPCJPHE@?$AAi?$AAt?$AA?9?$AAc?$AAh@ 1009874c libucrt:lcidtoname_downlevel.obj + 0002:00010758 ??_C@_1M@GHKGFEDF@?$AAi?$AAt?$AA?9?$AAi?$AAt@ 10098758 libucrt:lcidtoname_downlevel.obj + 0002:00010764 ??_C@_1M@NIEJCJJA@?$AAj?$AAa?$AA?9?$AAj?$AAp@ 10098764 libucrt:lcidtoname_downlevel.obj + 0002:00010770 ??_C@_1M@JILFNBIM@?$AAk?$AAa?$AA?9?$AAg?$AAe@ 10098770 libucrt:lcidtoname_downlevel.obj + 0002:0001077c ??_C@_1M@PACPMGPH@?$AAk?$AAk?$AA?9?$AAk?$AAz@ 1009877c libucrt:lcidtoname_downlevel.obj + 0002:00010788 ??_C@_1M@IELFGMHA@?$AAk?$AAn?$AA?9?$AAi?$AAn@ 10098788 libucrt:lcidtoname_downlevel.obj + 0002:00010794 ??_C@_1O@IBBJHCH@?$AAk?$AAo?$AAk?$AA?9?$AAi?$AAn@ 10098794 libucrt:lcidtoname_downlevel.obj + 0002:000107a4 ??_C@_1M@DMHAEOGC@?$AAk?$AAo?$AA?9?$AAk?$AAr@ 100987a4 libucrt:lcidtoname_downlevel.obj + 0002:000107b0 ??_C@_1M@HBAHBIGA@?$AAk?$AAy?$AA?9?$AAk?$AAg@ 100987b0 libucrt:lcidtoname_downlevel.obj + 0002:000107bc ??_C@_1M@KPMILCJG@?$AAl?$AAt?$AA?9?$AAl?$AAt@ 100987bc libucrt:lcidtoname_downlevel.obj + 0002:000107c8 ??_C@_1M@BDEKKCA@?$AAl?$AAv?$AA?9?$AAl?$AAv@ 100987c8 libucrt:lcidtoname_downlevel.obj + 0002:000107d4 ??_C@_1M@ELCKCCJJ@?$AAm?$AAi?$AA?9?$AAn?$AAz@ 100987d4 libucrt:lcidtoname_downlevel.obj + 0002:000107e0 ??_C@_1M@CBOOLAPA@?$AAm?$AAk?$AA?9?$AAm?$AAk@ 100987e0 libucrt:lcidtoname_downlevel.obj + 0002:000107ec ??_C@_1M@GPHNBJKN@?$AAm?$AAl?$AA?9?$AAi?$AAn@ 100987ec libucrt:lcidtoname_downlevel.obj + 0002:000107f8 ??_C@_1M@PABJILIG@?$AAm?$AAn?$AA?9?$AAm?$AAn@ 100987f8 libucrt:lcidtoname_downlevel.obj + 0002:00010804 ??_C@_1M@FGBKKIPG@?$AAm?$AAr?$AA?9?$AAi?$AAn@ 10098804 libucrt:lcidtoname_downlevel.obj + 0002:00010810 ??_C@_1M@NDBPDDAL@?$AAm?$AAs?$AA?9?$AAb?$AAn@ 10098810 libucrt:lcidtoname_downlevel.obj + 0002:0001081c ??_C@_1M@OPIHOOPI@?$AAm?$AAs?$AA?9?$AAm?$AAy@ 1009881c libucrt:lcidtoname_downlevel.obj + 0002:00010828 ??_C@_1M@PPDBCNFM@?$AAm?$AAt?$AA?9?$AAm?$AAt@ 10098828 libucrt:lcidtoname_downlevel.obj + 0002:00010834 ??_C@_1M@KDJDKMDD@?$AAn?$AAb?$AA?9?$AAn?$AAo@ 10098834 libucrt:lcidtoname_downlevel.obj + 0002:00010840 ??_C@_1M@KFCFLMJP@?$AAn?$AAl?$AA?9?$AAb?$AAe@ 10098840 libucrt:lcidtoname_downlevel.obj + 0002:0001084c ??_C@_1M@KPOPDDGO@?$AAn?$AAl?$AA?9?$AAn?$AAl@ 1009884c libucrt:lcidtoname_downlevel.obj + 0002:00010858 ??_C@_1M@LJKPEMLN@?$AAn?$AAn?$AA?9?$AAn?$AAo@ 10098858 libucrt:lcidtoname_downlevel.obj + 0002:00010864 ??_C@_1M@BDGHHBFL@?$AAn?$AAs?$AA?9?$AAz?$AAa@ 10098864 libucrt:lcidtoname_downlevel.obj + 0002:00010870 ??_C@_1M@IDEHOAP@?$AAp?$AAa?$AA?9?$AAi?$AAn@ 10098870 libucrt:lcidtoname_downlevel.obj + 0002:0001087c ??_C@_1M@HDBKGOGH@?$AAp?$AAl?$AA?9?$AAp?$AAl@ 1009887c libucrt:lcidtoname_downlevel.obj + 0002:00010888 ??_C@_1M@LJLLCMEH@?$AAp?$AAt?$AA?9?$AAb?$AAr@ 10098888 libucrt:lcidtoname_downlevel.obj + 0002:00010894 ??_C@_1M@NCMONAAL@?$AAp?$AAt?$AA?9?$AAp?$AAt@ 10098894 libucrt:lcidtoname_downlevel.obj + 0002:000108a0 ??_C@_1O@EAKMAJDN@?$AAq?$AAu?$AAz?$AA?9?$AAb?$AAo@ 100988a0 libucrt:lcidtoname_downlevel.obj + 0002:000108b0 ??_C@_1O@BHHPIGDN@?$AAq?$AAu?$AAz?$AA?9?$AAe?$AAc@ 100988b0 libucrt:lcidtoname_downlevel.obj + 0002:000108c0 ??_C@_1O@GBAPEKMJ@?$AAq?$AAu?$AAz?$AA?9?$AAp?$AAe@ 100988c0 libucrt:lcidtoname_downlevel.obj + 0002:000108d0 ??_C@_1M@CLGLEFBO@?$AAr?$AAo?$AA?9?$AAr?$AAo@ 100988d0 libucrt:lcidtoname_downlevel.obj + 0002:000108dc ??_C@_1M@CEEDODME@?$AAr?$AAu?$AA?9?$AAr?$AAu@ 100988dc libucrt:lcidtoname_downlevel.obj + 0002:000108e8 ??_C@_1M@HPKKKMPP@?$AAs?$AAa?$AA?9?$AAi?$AAn@ 100988e8 libucrt:lcidtoname_downlevel.obj + 0002:000108f4 ??_C@_1M@BKMAIGOJ@?$AAs?$AAe?$AA?9?$AAf?$AAi@ 100988f4 libucrt:lcidtoname_downlevel.obj + 0002:00010900 ??_C@_1M@NDPIFLFI@?$AAs?$AAe?$AA?9?$AAn?$AAo@ 10098900 libucrt:lcidtoname_downlevel.obj + 0002:0001090c ??_C@_1M@DANKKHJ@?$AAs?$AAe?$AA?9?$AAs?$AAe@ 1009890c libucrt:lcidtoname_downlevel.obj + 0002:00010918 ??_C@_1M@PNBLONPJ@?$AAs?$AAk?$AA?9?$AAs?$AAk@ 10098918 libucrt:lcidtoname_downlevel.obj + 0002:00010924 ??_C@_1M@LFMODOAL@?$AAs?$AAl?$AA?9?$AAs?$AAi@ 10098924 libucrt:lcidtoname_downlevel.obj + 0002:00010930 ??_C@_1O@DFKOMPG@?$AAs?$AAm?$AAa?$AA?9?$AAn?$AAo@ 10098930 libucrt:lcidtoname_downlevel.obj + 0002:00010940 ??_C@_1O@NDKPBNNH@?$AAs?$AAm?$AAa?$AA?9?$AAs?$AAe@ 10098940 libucrt:lcidtoname_downlevel.obj + 0002:00010950 ??_C@_1O@PLLKBHAB@?$AAs?$AAm?$AAj?$AA?9?$AAn?$AAo@ 10098950 libucrt:lcidtoname_downlevel.obj + 0002:00010960 ??_C@_1O@CLEPOGCA@?$AAs?$AAm?$AAj?$AA?9?$AAs?$AAe@ 10098960 libucrt:lcidtoname_downlevel.obj + 0002:00010970 ??_C@_1O@DLGJGKMK@?$AAs?$AAm?$AAn?$AA?9?$AAf?$AAi@ 10098970 libucrt:lcidtoname_downlevel.obj + 0002:00010980 ??_C@_1O@OJDJGAJC@?$AAs?$AAm?$AAs?$AA?9?$AAf?$AAi@ 10098980 libucrt:lcidtoname_downlevel.obj + 0002:00010990 ??_C@_1M@BOFOGHPB@?$AAs?$AAq?$AA?9?$AAa?$AAl@ 10098990 libucrt:lcidtoname_downlevel.obj + 0002:0001099c ??_C@_1BG@LJBBIPGB@?$AAs?$AAr?$AA?9?$AAb?$AAa?$AA?9?$AAc?$AAy?$AAr?$AAl@ 1009899c libucrt:lcidtoname_downlevel.obj + 0002:000109b4 ??_C@_1BG@JLBENFOE@?$AAs?$AAr?$AA?9?$AAb?$AAa?$AA?9?$AAl?$AAa?$AAt?$AAn@ 100989b4 libucrt:lcidtoname_downlevel.obj + 0002:000109cc ??_C@_1BG@KODPNHE@?$AAs?$AAr?$AA?9?$AAs?$AAp?$AA?9?$AAc?$AAy?$AAr?$AAl@ 100989cc libucrt:lcidtoname_downlevel.obj + 0002:000109e4 ??_C@_1BG@CIOGKHPB@?$AAs?$AAr?$AA?9?$AAs?$AAp?$AA?9?$AAl?$AAa?$AAt?$AAn@ 100989e4 libucrt:lcidtoname_downlevel.obj + 0002:000109fc ??_C@_1M@NGFJLMAC@?$AAs?$AAv?$AA?9?$AAf?$AAi@ 100989fc libucrt:lcidtoname_downlevel.obj + 0002:00010a08 ??_C@_1M@MPJEJAJC@?$AAs?$AAv?$AA?9?$AAs?$AAe@ 10098a08 libucrt:lcidtoname_downlevel.obj + 0002:00010a14 ??_C@_1M@MPNDHLFK@?$AAs?$AAw?$AA?9?$AAk?$AAe@ 10098a14 libucrt:lcidtoname_downlevel.obj + 0002:00010a20 ??_C@_1O@KOHBJJI@?$AAs?$AAy?$AAr?$AA?9?$AAs?$AAy@ 10098a20 libucrt:lcidtoname_downlevel.obj + 0002:00010a30 ??_C@_1M@LDCEFHA@?$AAt?$AAa?$AA?9?$AAi?$AAn@ 10098a30 libucrt:lcidtoname_downlevel.obj + 0002:00010a3c ??_C@_1M@CNJOFAK@?$AAt?$AAe?$AA?9?$AAi?$AAn@ 10098a3c libucrt:lcidtoname_downlevel.obj + 0002:00010a48 ??_C@_1M@GNAECACD@?$AAt?$AAh?$AA?9?$AAt?$AAh@ 10098a48 libucrt:lcidtoname_downlevel.obj + 0002:00010a54 ??_C@_1M@CHBIHOJO@?$AAt?$AAn?$AA?9?$AAz?$AAa@ 10098a54 libucrt:lcidtoname_downlevel.obj + 0002:00010a60 ??_C@_1M@GCCMIGPJ@?$AAt?$AAr?$AA?9?$AAt?$AAr@ 10098a60 libucrt:lcidtoname_downlevel.obj + 0002:00010a6c ??_C@_1M@CELMCNBK@?$AAt?$AAt?$AA?9?$AAr?$AAu@ 10098a6c libucrt:lcidtoname_downlevel.obj + 0002:00010a78 ??_C@_1M@KLMCELGA@?$AAu?$AAk?$AA?9?$AAu?$AAa@ 10098a78 libucrt:lcidtoname_downlevel.obj + 0002:00010a84 ??_C@_1M@EPAJJAJF@?$AAu?$AAr?$AA?9?$AAp?$AAk@ 10098a84 libucrt:lcidtoname_downlevel.obj + 0002:00010a90 ??_C@_1BG@GEGPMCDJ@?$AAu?$AAz?$AA?9?$AAu?$AAz?$AA?9?$AAc?$AAy?$AAr?$AAl@ 10098a90 libucrt:lcidtoname_downlevel.obj + 0002:00010aa8 ??_C@_1BG@EGGKJILM@?$AAu?$AAz?$AA?9?$AAu?$AAz?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10098aa8 libucrt:lcidtoname_downlevel.obj + 0002:00010ac0 ??_C@_1M@GFOCLFF@?$AAv?$AAi?$AA?9?$AAv?$AAn@ 10098ac0 libucrt:lcidtoname_downlevel.obj + 0002:00010acc ??_C@_1M@CPAMEDFI@?$AAx?$AAh?$AA?9?$AAz?$AAa@ 10098acc libucrt:lcidtoname_downlevel.obj + 0002:00010ad8 ??_C@_1O@EBKIFIGN@?$AAz?$AAh?$AA?9?$AAc?$AAh?$AAs@ 10098ad8 libucrt:lcidtoname_downlevel.obj + 0002:00010ae8 ??_C@_1O@NMHPGANE@?$AAz?$AAh?$AA?9?$AAc?$AAh?$AAt@ 10098ae8 libucrt:lcidtoname_downlevel.obj + 0002:00010af8 ??_C@_1M@LPINJOMC@?$AAz?$AAh?$AA?9?$AAc?$AAn@ 10098af8 libucrt:lcidtoname_downlevel.obj + 0002:00010b04 ??_C@_1M@OCJEJODD@?$AAz?$AAh?$AA?9?$AAh?$AAk@ 10098b04 libucrt:lcidtoname_downlevel.obj + 0002:00010b10 ??_C@_1M@DNDLJINH@?$AAz?$AAh?$AA?9?$AAm?$AAo@ 10098b10 libucrt:lcidtoname_downlevel.obj + 0002:00010b1c ??_C@_1M@MBFDNDND@?$AAz?$AAh?$AA?9?$AAs?$AAg@ 10098b1c libucrt:lcidtoname_downlevel.obj + 0002:00010b28 ??_C@_1M@IMEPLEPE@?$AAz?$AAh?$AA?9?$AAt?$AAw@ 10098b28 libucrt:lcidtoname_downlevel.obj + 0002:00010b34 ??_C@_1M@BBGHNHJP@?$AAz?$AAu?$AA?9?$AAz?$AAa@ 10098b34 libucrt:lcidtoname_downlevel.obj + 0002:00010b40 ??_C@_01GBGANLPD@0@ 10098b40 libucrt:cfout.obj + 0002:00010b44 ??_C@_05DNEBIAHO@1?$CDINF@ 10098b44 libucrt:cfout.obj + 0002:00010b4c ??_C@_06IMKFLFPG@1?$CDQNAN@ 10098b4c libucrt:cfout.obj + 0002:00010b54 ??_C@_06PGGFOGJG@1?$CDSNAN@ 10098b54 libucrt:cfout.obj + 0002:00010b5c ??_C@_05PHHOCPM@1?$CDIND@ 10098b5c libucrt:cfout.obj + 0002:00010b64 __days 10098b64 libucrt:days.obj + 0002:00010b98 __lpdays 10098b98 libucrt:days.obj + 0002:00010bd8 __DEFAULT_CW_in_mem 10098bd8 libucrt:common.obj + 0002:00010bda __pi_by_2_to_61 10098bda libucrt:common.obj + 0002:00010c28 ??_C@_1BA@BALFACEM@?$AAC?$AAO?$AAN?$AAO?$AAU?$AAT?$AA$@ 10098c28 libucrt:initcon.obj + 0002:00010c50 __indefinite 10098c50 libucrt:87disp.obj + 0002:00010c5a __piby2 10098c5a libucrt:87disp.obj + 0002:00010c64 __piby4 10098c64 libucrt:87disp.obj + 0002:00010d90 __infinity 10098d90 libucrt:87tran.obj + 0002:00010d9a __minfinity 10098d9a libucrt:87tran.obj + 0002:00010da4 __logemax 10098da4 libucrt:87tran.obj + 0002:00010dca __OP_EXPjmptab 10098dca libucrt:87tran.obj + 0002:00010df0 ___acrt_log10_table_t 10098df0 libucrt:log10_tables.obj + 0002:00011200 ___acrt_log10_table_cb 10099200 libucrt:log10_tables.obj + 0002:00011610 __real@3fe0000000000000 10099610 libucrt:powhlp.obj + 0002:0001161c ??_7bad_function_call@std@@6B@ 1009961c libcpmt:xthrow.obj + 0002:00011624 ??_C@_0BC@DPJNKNAF@bad?5function?5call@ 10099624 libcpmt:xthrow.obj + 0002:0001163c ??_7logic_error@std@@6B@ 1009963c libcpmt:xthrow.obj + 0002:00011648 ??_7invalid_argument@std@@6B@ 10099648 libcpmt:xthrow.obj + 0002:00011654 ??_7length_error@std@@6B@ 10099654 libcpmt:xthrow.obj + 0002:00011660 ??_7out_of_range@std@@6B@ 10099660 libcpmt:xthrow.obj + 0002:00011b80 ??_C@_07IPNMCAN@success@ 10099b80 libcpmt:syserror.obj + 0002:00011b88 ??_C@_0BN@LKKBCCDB@address?5family?5not?5supported@ 10099b88 libcpmt:syserror.obj + 0002:00011ba8 ??_C@_0P@LDMLAFHI@address?5in?5use@ 10099ba8 libcpmt:syserror.obj + 0002:00011bb8 ??_C@_0BG@DHPCNBJB@address?5not?5available@ 10099bb8 libcpmt:syserror.obj + 0002:00011bd0 ??_C@_0BC@DFIBIBIL@already?5connected@ 10099bd0 libcpmt:syserror.obj + 0002:00011be4 ??_C@_0BH@CAKOHOMI@argument?5list?5too?5long@ 10099be4 libcpmt:syserror.obj + 0002:00011bfc ??_C@_0BH@CGIMPKIM@argument?5out?5of?5domain@ 10099bfc libcpmt:syserror.obj + 0002:00011c14 ??_C@_0M@KGHGGJGL@bad?5address@ 10099c14 libcpmt:syserror.obj + 0002:00011c20 ??_C@_0BE@MPJPGCEO@bad?5file?5descriptor@ 10099c20 libcpmt:syserror.obj + 0002:00011c34 ??_C@_0M@PMMIEFCP@bad?5message@ 10099c34 libcpmt:syserror.obj + 0002:00011c40 ??_C@_0M@KPHOFDBE@broken?5pipe@ 10099c40 libcpmt:syserror.obj + 0002:00011c4c ??_C@_0BD@MGNDDEGM@connection?5aborted@ 10099c4c libcpmt:syserror.obj + 0002:00011c60 ??_C@_0BP@KAIHPOGN@connection?5already?5in?5progress@ 10099c60 libcpmt:syserror.obj + 0002:00011c80 ??_C@_0BD@PJLIIJEL@connection?5refused@ 10099c80 libcpmt:syserror.obj + 0002:00011c94 ??_C@_0BB@IECNJNOI@connection?5reset@ 10099c94 libcpmt:syserror.obj + 0002:00011ca8 ??_C@_0BC@PPHBOELF@cross?5device?5link@ 10099ca8 libcpmt:syserror.obj + 0002:00011cbc ??_C@_0BN@KDMIFEIP@destination?5address?5required@ 10099cbc libcpmt:syserror.obj + 0002:00011cdc ??_C@_0BI@NGCEHDD@device?5or?5resource?5busy@ 10099cdc libcpmt:syserror.obj + 0002:00011cf4 ??_C@_0BE@JIDOCPHM@directory?5not?5empty@ 10099cf4 libcpmt:syserror.obj + 0002:00011d08 ??_C@_0BI@BNCLIGPB@executable?5format?5error@ 10099d08 libcpmt:syserror.obj + 0002:00011d20 ??_C@_0M@MIDIAGJP@file?5exists@ 10099d20 libcpmt:syserror.obj + 0002:00011d2c ??_C@_0P@DNAJLBJK@file?5too?5large@ 10099d2c libcpmt:syserror.obj + 0002:00011d3c ??_C@_0BC@EJHOMAAK@filename?5too?5long@ 10099d3c libcpmt:syserror.obj + 0002:00011d50 ??_C@_0BH@KEFGLDAF@function?5not?5supported@ 10099d50 libcpmt:syserror.obj + 0002:00011d68 ??_C@_0BB@DHFDFGDM@host?5unreachable@ 10099d68 libcpmt:syserror.obj + 0002:00011d7c ??_C@_0BD@JPHBMONG@identifier?5removed@ 10099d7c libcpmt:syserror.obj + 0002:00011d90 ??_C@_0BG@CDNPAGJK@illegal?5byte?5sequence@ 10099d90 libcpmt:syserror.obj + 0002:00011da8 ??_C@_0CD@BNPLBMNA@inappropriate?5io?5control?5operat@ 10099da8 libcpmt:syserror.obj + 0002:00011dcc ??_C@_0M@EGEKIIMP@interrupted@ 10099dcc libcpmt:syserror.obj + 0002:00011dd8 ??_C@_0BB@FCMFBGOM@invalid?5argument@ 10099dd8 libcpmt:syserror.obj + 0002:00011dec ??_C@_0N@OHAFKDEK@invalid?5seek@ 10099dec libcpmt:syserror.obj + 0002:00011dfc ??_C@_08GLNPIFBN@io?5error@ 10099dfc libcpmt:syserror.obj + 0002:00011e08 ??_C@_0P@FLLDBIDK@is?5a?5directory@ 10099e08 libcpmt:syserror.obj + 0002:00011e18 ??_C@_0N@IFLPBIOP@message?5size@ 10099e18 libcpmt:syserror.obj + 0002:00011e28 ??_C@_0N@KIIEAAIO@network?5down@ 10099e28 libcpmt:syserror.obj + 0002:00011e38 ??_C@_0O@FNPDBHEE@network?5reset@ 10099e38 libcpmt:syserror.obj + 0002:00011e48 ??_C@_0BE@IFNCKGE@network?5unreachable@ 10099e48 libcpmt:syserror.obj + 0002:00011e5c ??_C@_0BA@PFFCAOFK@no?5buffer?5space@ 10099e5c libcpmt:syserror.obj + 0002:00011e6c ??_C@_0BB@IEPBLJHK@no?5child?5process@ 10099e6c libcpmt:syserror.obj + 0002:00011e80 ??_C@_07PLECNNKG@no?5link@ 10099e80 libcpmt:syserror.obj + 0002:00011e88 ??_C@_0BC@NJECKMKE@no?5lock?5available@ 10099e88 libcpmt:syserror.obj + 0002:00011e9c ??_C@_0BF@PBGGPKKE@no?5message?5available@ 10099e9c libcpmt:syserror.obj + 0002:00011eb4 ??_C@_0L@EDOLMPAK@no?5message@ 10099eb4 libcpmt:syserror.obj + 0002:00011ec0 ??_C@_0BD@EAMBFIDF@no?5protocol?5option@ 10099ec0 libcpmt:syserror.obj + 0002:00011ed4 ??_C@_0BD@IJDJKDEA@no?5space?5on?5device@ 10099ed4 libcpmt:syserror.obj + 0002:00011ee8 ??_C@_0BE@MKFDAFMP@no?5stream?5resources@ 10099ee8 libcpmt:syserror.obj + 0002:00011efc ??_C@_0BK@IMCPHCBI@no?5such?5device?5or?5address@ 10099efc libcpmt:syserror.obj + 0002:00011f18 ??_C@_0P@FDINDDOK@no?5such?5device@ 10099f18 libcpmt:syserror.obj + 0002:00011f28 ??_C@_0BK@NDOCBPGE@no?5such?5file?5or?5directory@ 10099f28 libcpmt:syserror.obj + 0002:00011f44 ??_C@_0BA@ENLPPKBN@no?5such?5process@ 10099f44 libcpmt:syserror.obj + 0002:00011f54 ??_C@_0BA@DOCPFFJG@not?5a?5directory@ 10099f54 libcpmt:syserror.obj + 0002:00011f64 ??_C@_0N@POEIPGGF@not?5a?5socket@ 10099f64 libcpmt:syserror.obj + 0002:00011f74 ??_C@_0N@LGAPMMPI@not?5a?5stream@ 10099f74 libcpmt:syserror.obj + 0002:00011f84 ??_C@_0O@GLMIBBEG@not?5connected@ 10099f84 libcpmt:syserror.obj + 0002:00011f94 ??_C@_0BC@ENOOLCNF@not?5enough?5memory@ 10099f94 libcpmt:syserror.obj + 0002:00011fa8 ??_C@_0O@NHEDABJP@not?5supported@ 10099fa8 libcpmt:syserror.obj + 0002:00011fb8 ??_C@_0BD@MOLBPMEA@operation?5canceled@ 10099fb8 libcpmt:syserror.obj + 0002:00011fcc ??_C@_0BG@KDKHOPCO@operation?5in?5progress@ 10099fcc libcpmt:syserror.obj + 0002:00011fe4 ??_C@_0BI@OHIEJAAB@operation?5not?5permitted@ 10099fe4 libcpmt:syserror.obj + 0002:00011ffc ??_C@_0BI@LNEGIFLN@operation?5not?5supported@ 10099ffc libcpmt:syserror.obj + 0002:00012014 ??_C@_0BG@OEMDKMEE@operation?5would?5block@ 1009a014 libcpmt:syserror.obj + 0002:0001202c ??_C@_0L@BLPOFLNJ@owner?5dead@ 1009a02c libcpmt:syserror.obj + 0002:00012038 ??_C@_0BC@CIJDGCDI@permission?5denied@ 1009a038 libcpmt:syserror.obj + 0002:0001204c ??_C@_0P@FNPOCJBE@protocol?5error@ 1009a04c libcpmt:syserror.obj + 0002:0001205c ??_C@_0BH@JPPPLHJB@protocol?5not?5supported@ 1009a05c libcpmt:syserror.obj + 0002:00012074 ??_C@_0BG@EICBIHDP@read?5only?5file?5system@ 1009a074 libcpmt:syserror.obj + 0002:0001208c ??_C@_0BO@BJBOMOEJ@resource?5deadlock?5would?5occur@ 1009a08c libcpmt:syserror.obj + 0002:000120ac ??_C@_0BP@LKNGHENJ@resource?5unavailable?5try?5again@ 1009a0ac libcpmt:syserror.obj + 0002:000120cc ??_C@_0BE@GOIPJJHG@result?5out?5of?5range@ 1009a0cc libcpmt:syserror.obj + 0002:000120e0 ??_C@_0BG@MPLKFPAE@state?5not?5recoverable@ 1009a0e0 libcpmt:syserror.obj + 0002:000120f8 ??_C@_0P@DIIFGFCG@stream?5timeout@ 1009a0f8 libcpmt:syserror.obj + 0002:00012108 ??_C@_0P@IPFDMIFL@text?5file?5busy@ 1009a108 libcpmt:syserror.obj + 0002:00012118 ??_C@_09KJPPMAOI@timed?5out@ 1009a118 libcpmt:syserror.obj + 0002:00012124 ??_C@_0BO@HACHBEKI@too?5many?5files?5open?5in?5system@ 1009a124 libcpmt:syserror.obj + 0002:00012144 ??_C@_0BE@GHAFMPAH@too?5many?5files?5open@ 1009a144 libcpmt:syserror.obj + 0002:00012158 ??_C@_0P@HCOMKFCC@too?5many?5links@ 1009a158 libcpmt:syserror.obj + 0002:00012168 ??_C@_0BO@EFGOJEF@too?5many?5symbolic?5link?5levels@ 1009a168 libcpmt:syserror.obj + 0002:00012188 ??_C@_0BA@KGKGOOJA@value?5too?5large@ 1009a188 libcpmt:syserror.obj + 0002:00012198 ??_C@_0BE@MIEJDDNH@wrong?5protocol?5type@ 1009a198 libcpmt:syserror.obj + 0002:000121ac ??_C@_0O@BFJCFAAK@unknown?5error@ 1009a1ac libcpmt:syserror.obj + 0002:000121c0 ??_7_Locimp@locale@std@@6B@ 1009a1c0 libcpmt:locale0.obj + 0002:000121cc ??_C@_01GFHCPBMG@C@ 1009a1cc libcpmt:locale0.obj + 0002:000121d0 ?_BADOFF@std@@3_JB 1009a1d0 libcpmt:ios.obj + 0002:0001222c ??_C@_01KDCPPGHE@r@ 1009a22c libcpmt:fiopen.obj + 0002:00012230 ??_C@_01NOFIACDB@w@ 1009a230 libcpmt:fiopen.obj + 0002:00012234 ??_C@_01MCMALHOG@a@ 1009a234 libcpmt:fiopen.obj + 0002:00012238 ??_C@_02JDPG@rb@ 1009a238 libcpmt:fiopen.obj + 0002:0001223c ??_C@_02GMLFBBN@wb@ 1009a23c libcpmt:fiopen.obj + 0002:00012240 ??_C@_02BOGAIONP@ab@ 1009a240 libcpmt:fiopen.obj + 0002:00012244 ??_C@_02CBLLGHLK@r?$CL@ 1009a244 libcpmt:fiopen.obj + 0002:00012248 ??_C@_02CHHAKFFB@w?$CL@ 1009a248 libcpmt:fiopen.obj + 0002:0001224c ??_C@_02DPNLHKJD@a?$CL@ 1009a24c libcpmt:fiopen.obj + 0002:00012250 ??_C@_03HMFOOINA@r?$CLb@ 1009a250 libcpmt:fiopen.obj + 0002:00012254 ??_C@_03ELIABIOC@w?$CLb@ 1009a254 libcpmt:fiopen.obj + 0002:00012258 ??_C@_03DOPCBAKB@a?$CLb@ 1009a258 libcpmt:fiopen.obj + 0002:0001225c ??_C@_02LGOGKLMG@wx@ 1009a25c libcpmt:fiopen.obj + 0002:00012260 ??_C@_03PLKNOCDJ@w?$CLx@ 1009a260 libcpmt:fiopen.obj + 0002:00012264 ??_C@_03IEOGFEHG@wbx@ 1009a264 libcpmt:fiopen.obj + 0002:00012268 ??_C@_04KJKJPALC@w?$CLbx@ 1009a268 libcpmt:fiopen.obj + 0002:00012370 ??_C@_1BK@MGMFAEKH@?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AA3?$AA2?$AA?4?$AAd?$AAl?$AAl@ 1009a370 libcpmt:winapisupp.obj + 0002:0001238c ??_C@_0BE@JOGNEJCI@GetCurrentPackageId@ 1009a38c libcpmt:winapisupp.obj + 0002:00012444 ??_7type_info@@6B@ 1009a444 LIBCMT:std_type_info_static.obj + 0002:00012480 __pDefaultRawDllMain 1009a480 LIBCMT:dll_dllmain.obj + 0002:00012480 __pRawDllMain 1009a480 LIBCMT:dll_dllmain.obj + 0002:000124a0 __xmm@00000000000000000000000000000000 1009a4a0 libvcruntime:wcschr.obj + 0002:00012530 ?ccs@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 1009a530 libucrt:openfile.obj + 0002:00012534 ?utf8_encoding@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 1009a534 libucrt:openfile.obj + 0002:0001253c ?utf16_encoding@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 1009a53c libucrt:openfile.obj + 0002:00012544 ?unicode_encoding@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 1009a544 libucrt:openfile.obj + 0002:0001254b __Asan_string_should_annotate 1009a54b libcpmt:asan_noop.obj + 0002:0001254b __Asan_string_should_annotate_default 1009a54b libcpmt:asan_noop.obj + 0002:0001254c __Asan_vector_should_annotate_default 1009a54c libcpmt:asan_noop.obj + 0002:00012550 ??_C@_04NOJCDH@?$CF02x?$AA@ 1009a550 udis86:udis86.obj + 0002:00012558 ??_C@_04GOMEICPF@far?5?$AA@ 1009a558 udis86:syn-intel.obj + 0002:00012560 ??_C@_05MAAGGIBB@byte?5?$AA@ 1009a560 udis86:syn-intel.obj + 0002:00012568 ??_C@_05FIBEKMPA@word?5?$AA@ 1009a568 udis86:syn-intel.obj + 0002:00012570 ??_C@_06LEDLKNL@dword?5?$AA@ 1009a570 udis86:syn-intel.obj + 0002:00012578 ??_C@_06DOKFAJLC@qword?5?$AA@ 1009a578 udis86:syn-intel.obj + 0002:00012580 ??_C@_06GMJNCGBF@tword?5?$AA@ 1009a580 udis86:syn-intel.obj + 0002:00012588 ??_C@_06JEEOOCB@oword?5?$AA@ 1009a588 udis86:syn-intel.obj + 0002:00012590 ??_C@_06NEKEHNF@yword?5?$AA@ 1009a590 udis86:syn-intel.obj + 0002:00012598 ??_C@_02DKCKIIND@?$CFs?$AA@ 1009a598 udis86:syn-intel.obj + 0002:0001259c ??_C@_01OHGJGJJP@?$FL?$AA@ 1009a59c udis86:syn-intel.obj + 0002:000125a0 ??_C@_03DKEJHHJP@?$CFs?3?$AA@ 1009a5a0 udis86:syn-intel.obj + 0002:000125a4 ??_C@_01MIFGBAGJ@?$CL?$AA@ 1009a5a4 udis86:syn-intel.obj + 0002:000125a6 ??_C@_00CNPNBAHC@?$AA@ 1009a5a6 udis86:syn-intel.obj + 0002:000125a8 ??_C@_04HDOCAJNK@?$CFs?$CFs?$AA@ 1009a5a8 udis86:syn-intel.obj + 0002:000125b0 ??_C@_03COCDEFBB@?$CK?$CFd?$AA@ 1009a5b0 udis86:syn-intel.obj + 0002:000125b4 ??_C@_01LBDDMOBJ@?$FN?$AA@ 1009a5b4 udis86:syn-intel.obj + 0002:000125b8 ??_C@_0P@CGOKHBFO@word?50x?$CFx?30x?$CFx?$AA@ 1009a5b8 udis86:syn-intel.obj + 0002:000125c8 ??_C@_0BA@PAPCPIOM@dword?50x?$CFx?30x?$CFx?$AA@ 1009a5c8 udis86:syn-intel.obj + 0002:000125d8 ??_C@_02DPKJAMEF@?$CFd?$AA@ 1009a5d8 udis86:syn-intel.obj + 0002:000125dc ??_C@_04HCEKKKGN@o32?5?$AA@ 1009a5dc udis86:syn-intel.obj + 0002:000125e4 ??_C@_04NPEKMKDK@o16?5?$AA@ 1009a5e4 udis86:syn-intel.obj + 0002:000125ec ??_C@_04MNHKBEAM@a32?5?$AA@ 1009a5ec udis86:syn-intel.obj + 0002:000125f4 ??_C@_04GAHKHEFL@a16?5?$AA@ 1009a5f4 udis86:syn-intel.obj + 0002:000125fc ??_C@_03IKGEINEE@?$CFs?5?$AA@ 1009a5fc udis86:syn-intel.obj + 0002:00012600 ??_C@_05NCPMCJGP@lock?5?$AA@ 1009a600 udis86:syn-intel.obj + 0002:00012608 ??_C@_04HHECPAIO@rep?5?$AA@ 1009a608 udis86:syn-intel.obj + 0002:00012610 ??_C@_05OJKCIHFO@repe?5?$AA@ 1009a610 udis86:syn-intel.obj + 0002:00012618 ??_C@_06LIOODCPM@repne?5?$AA@ 1009a618 udis86:syn-intel.obj + 0002:00012620 ??_C@_01CLKCMJKC@?5?$AA@ 1009a620 udis86:syn-intel.obj + 0002:00012624 ??_C@_02KEGNLNML@?0?5?$AA@ 1009a624 udis86:syn-intel.obj + 0002:00012628 _ud_mnemonics_str 1009a628 udis86:itab.obj + 0002:00013458 ??_C@_06KMJLBAPP@opctbl?$AA@ 1009b458 udis86:itab.obj + 0002:00013460 ??_C@_02ODPMDCNK@?1m?$AA@ 1009b460 udis86:itab.obj + 0002:00013464 ??_C@_04NPNKCMIL@?1reg?$AA@ 1009b464 udis86:itab.obj + 0002:0001346c ??_C@_04PBBKLNFH@?1mod?$AA@ 1009b46c udis86:itab.obj + 0002:00013474 ??_C@_03KBMMDGFP@?1rm?$AA@ 1009b474 udis86:itab.obj + 0002:00013478 ??_C@_07KBMOBFIF@?1vendor?$AA@ 1009b478 udis86:itab.obj + 0002:00013480 ??_C@_06ENDGCOGG@?13dnow?$AA@ 1009b480 udis86:itab.obj + 0002:00013488 ??_C@_04ENPLPGKO@?1sse?$AA@ 1009b488 udis86:itab.obj + 0002:00013490 ??_C@_02NBMKFAFI@?1o?$AA@ 1009b490 udis86:itab.obj + 0002:00013494 ??_C@_04JNOCLFEC@?1vex?$AA@ 1009b494 udis86:itab.obj + 0002:0001349c ??_C@_05FBAHOGKC@?1vexl?$AA@ 1009b49c udis86:itab.obj + 0002:000134a4 ??_C@_05PIDBCNDI@?1vexw?$AA@ 1009b4a4 udis86:itab.obj + 0002:000134ac ??_C@_04GOLICMFI@?1x87?$AA@ 1009b4ac udis86:itab.obj + 0002:000134b4 ??_C@_02EPEJHNNG@?1a?$AA@ 1009b4b4 udis86:itab.obj + 0002:000134b8 ??_C@_03GINCELHE@aaa?$AA@ 1009b4b8 udis86:itab.obj + 0002:000134bc ??_C@_03BFKFLPDB@aad?$AA@ 1009b4bc udis86:itab.obj + 0002:000134c0 ??_C@_03MEGHAEHI@aam?$AA@ 1009b4c0 udis86:itab.obj + 0002:000134c4 ??_C@_03BACGDLKH@aas?$AA@ 1009b4c4 udis86:itab.obj + 0002:000134c8 ??_C@_03FMCPOLBN@adc?$AA@ 1009b4c8 udis86:itab.obj + 0002:000134cc ??_C@_03BDGOHNNK@add?$AA@ 1009b4cc udis86:itab.obj + 0002:000134d0 ??_C@_05DPFIJ@addpd?$AA@ 1009b4d0 udis86:itab.obj + 0002:000134d8 ??_C@_05FIAHBBP@addps?$AA@ 1009b4d8 udis86:itab.obj + 0002:000134e0 ??_C@_05CEFELNA@addsd?$AA@ 1009b4e0 udis86:itab.obj + 0002:000134e8 ??_C@_05HMGMPEG@addss?$AA@ 1009b4e8 udis86:itab.obj + 0002:000134f0 ??_C@_08BHNFBKK@addsubpd?$AA@ 1009b4f0 udis86:itab.obj + 0002:000134fc ??_C@_08EPONFDM@addsubps?$AA@ 1009b4fc udis86:itab.obj + 0002:00013508 ??_C@_06BNJBDCNN@aesdec?$AA@ 1009b508 udis86:itab.obj + 0002:00013510 ??_C@_0L@DKDBOHOJ@aesdeclast?$AA@ 1009b510 udis86:itab.obj + 0002:0001351c ??_C@_06KJHILKFJ@aesenc?$AA@ 1009b51c udis86:itab.obj + 0002:00013524 ??_C@_0L@PEJMLDIN@aesenclast?$AA@ 1009b524 udis86:itab.obj + 0002:00013530 ??_C@_06OBOILLLI@aesimc?$AA@ 1009b530 udis86:itab.obj + 0002:00013538 ??_C@_0BA@BKBPMOOB@aeskeygenassist?$AA@ 1009b538 udis86:itab.obj + 0002:00013548 ??_C@_03BOPJPIAM@and?$AA@ 1009b548 udis86:itab.obj + 0002:0001354c ??_C@_06JPIHJOLE@andnpd?$AA@ 1009b54c udis86:itab.obj + 0002:00013554 ??_C@_06JKAEBKCC@andnps?$AA@ 1009b554 udis86:itab.obj + 0002:0001355c ??_C@_05EKLDONCI@andpd?$AA@ 1009b55c udis86:itab.obj + 0002:00013564 ??_C@_05EPDAGJLO@andps?$AA@ 1009b564 udis86:itab.obj + 0002:0001356c ??_C@_04MBAAHCPD@arpl?$AA@ 1009b56c udis86:itab.obj + 0002:00013574 ??_C@_07NLBKFAKD@blendpd?$AA@ 1009b574 udis86:itab.obj + 0002:0001357c ??_C@_07NOJJNEDF@blendps?$AA@ 1009b57c udis86:itab.obj + 0002:00013584 ??_C@_08HANBBCNB@blendvpd?$AA@ 1009b584 udis86:itab.obj + 0002:00013590 ??_C@_08HFFCJGEH@blendvps?$AA@ 1009b590 udis86:itab.obj + 0002:0001359c ??_C@_05PFKAILG@bound?$AA@ 1009b59c udis86:itab.obj + 0002:000135a4 ??_C@_03CKIEAFED@bsf?$AA@ 1009b5a4 udis86:itab.obj + 0002:000135a8 ??_C@_03ECKNCBG@bsr?$AA@ 1009b5a8 udis86:itab.obj + 0002:000135ac ??_C@_05CFLBCKNG@bswap?$AA@ 1009b5ac udis86:itab.obj + 0002:000135b4 ??_C@_02LOIFFB@bt?$AA@ 1009b5b4 udis86:itab.obj + 0002:000135b8 ??_C@_03FCLMOHID@btc?$AA@ 1009b5b8 udis86:itab.obj + 0002:000135bc ??_C@_03BGFMEJD@btr?$AA@ 1009b5bc udis86:itab.obj + 0002:000135c0 ??_C@_03BIHOPFNC@bts?$AA@ 1009b5c0 udis86:itab.obj + 0002:000135c4 ??_C@_04OMFAIDPG@call?$AA@ 1009b5c4 udis86:itab.obj + 0002:000135cc ??_C@_03NMAFIIHB@cbw?$AA@ 1009b5cc udis86:itab.obj + 0002:000135d0 ??_C@_03IONCFDEF@cdq?$AA@ 1009b5d0 udis86:itab.obj + 0002:000135d4 ??_C@_04BOLCPIKO@cdqe?$AA@ 1009b5d4 udis86:itab.obj + 0002:000135dc ??_C@_03PIDFHCCO@clc?$AA@ 1009b5dc udis86:itab.obj + 0002:000135e0 ??_C@_03LHHEOEOJ@cld?$AA@ 1009b5e0 udis86:itab.obj + 0002:000135e4 ??_C@_07KNLCLAFM@clflush?$AA@ 1009b5e4 udis86:itab.obj + 0002:000135ec ??_C@_04GPBIEAIP@clgi?$AA@ 1009b5ec udis86:itab.obj + 0002:000135f4 ??_C@_03CNKJKKE@cli?$AA@ 1009b5f4 udis86:itab.obj + 0002:000135f8 ??_C@_04MBFFKHHN@clts?$AA@ 1009b5f8 udis86:itab.obj + 0002:00013600 ??_C@_03PJPHBIBJ@cmc?$AA@ 1009b600 udis86:itab.obj + 0002:00013604 ??_C@_05OOCADJAF@cmova?$AA@ 1009b604 udis86:itab.obj + 0002:0001360c ??_C@_06GIAOELFE@cmovae?$AA@ 1009b60c udis86:itab.obj + 0002:00013614 ??_C@_05MFANGKMG@cmovb?$AA@ 1009b614 udis86:itab.obj + 0002:0001361c ??_C@_06GKEIPFAN@cmovbe?$AA@ 1009b61c udis86:itab.obj + 0002:00013624 ??_C@_05LIHKJOID@cmovg?$AA@ 1009b624 udis86:itab.obj + 0002:0001362c ??_C@_06GMIDDHOG@cmovge?$AA@ 1009b62c udis86:itab.obj + 0002:00013634 ??_C@_05FLIOEHEI@cmovl?$AA@ 1009b634 udis86:itab.obj + 0002:0001363c ??_C@_06GANGNIAH@cmovle?$AA@ 1009b63c udis86:itab.obj + 0002:00013644 ??_C@_06JJLNOEOD@cmovno?$AA@ 1009b644 udis86:itab.obj + 0002:0001364c ??_C@_06FEOHOKHN@cmovnp?$AA@ 1009b64c udis86:itab.obj + 0002:00013654 ??_C@_06HPMKLJLO@cmovns?$AA@ 1009b654 udis86:itab.obj + 0002:0001365c ??_C@_06KOAIACPH@cmovnz?$AA@ 1009b65c udis86:itab.obj + 0002:00013664 ??_C@_05HAKDBEIL@cmovo?$AA@ 1009b664 udis86:itab.obj + 0002:0001366c ??_C@_05LNPJBKBF@cmovp?$AA@ 1009b66c udis86:itab.obj + 0002:00013674 ??_C@_05JGNEEJNG@cmovs?$AA@ 1009b674 udis86:itab.obj + 0002:0001367c ??_C@_05EHBGPCJP@cmovz?$AA@ 1009b67c udis86:itab.obj + 0002:00013684 ??_C@_03JIBIFJIL@cmp?$AA@ 1009b684 udis86:itab.obj + 0002:00013688 ??_C@_05JPKAPGDL@cmppd?$AA@ 1009b688 udis86:itab.obj + 0002:00013690 ??_C@_05JKCDHCKN@cmpps?$AA@ 1009b690 udis86:itab.obj + 0002:00013698 ??_C@_05MLLMOPOE@cmpsb?$AA@ 1009b698 udis86:itab.obj + 0002:000136a0 ??_C@_05JNOGEIGC@cmpsd?$AA@ 1009b6a0 udis86:itab.obj + 0002:000136a8 ??_C@_05KKFDKOHG@cmpsq?$AA@ 1009b6a8 udis86:itab.obj + 0002:000136b0 ??_C@_05JIGFMMPE@cmpss?$AA@ 1009b6b0 udis86:itab.obj + 0002:000136b8 ??_C@_05PMAJAJPA@cmpsw?$AA@ 1009b6b8 udis86:itab.obj + 0002:000136c0 ??_C@_07KJLDDDDB@cmpxchg?$AA@ 1009b6c0 udis86:itab.obj + 0002:000136c8 ??_C@_0L@LMBAAHML@cmpxchg16b?$AA@ 1009b6c8 udis86:itab.obj + 0002:000136d4 ??_C@_09EDOHCBK@cmpxchg8b?$AA@ 1009b6d4 udis86:itab.obj + 0002:000136e0 ??_C@_06FBMFLIKJ@comisd?$AA@ 1009b6e0 udis86:itab.obj + 0002:000136e8 ??_C@_06FEEGDMDP@comiss?$AA@ 1009b6e8 udis86:itab.obj + 0002:000136f0 ??_C@_05CDPJMNMF@cpuid?$AA@ 1009b6f0 udis86:itab.obj + 0002:000136f8 ??_C@_03EAHOANAB@cqo?$AA@ 1009b6f8 udis86:itab.obj + 0002:000136fc ??_C@_05KBIBMHFC@crc32?$AA@ 1009b6fc udis86:itab.obj + 0002:00013704 ??_C@_08FGJFEIPF@cvtdq2pd?$AA@ 1009b704 udis86:itab.obj + 0002:00013710 ??_C@_08FDBGMMGD@cvtdq2ps?$AA@ 1009b710 udis86:itab.obj + 0002:0001371c ??_C@_08EKEIPNDC@cvtpd2dq?$AA@ 1009b71c udis86:itab.obj + 0002:00013728 ??_C@_08NDHMGOMH@cvtpd2pi?$AA@ 1009b728 udis86:itab.obj + 0002:00013734 ??_C@_08GDFBJEBM@cvtpd2ps?$AA@ 1009b734 udis86:itab.obj + 0002:00013740 ??_C@_08JOECNEDL@cvtpi2pd?$AA@ 1009b740 udis86:itab.obj + 0002:0001374c ??_C@_08JLMBFAKN@cvtpi2ps?$AA@ 1009b74c udis86:itab.obj + 0002:00013758 ??_C@_08JIIILGKA@cvtps2dq?$AA@ 1009b758 udis86:itab.obj + 0002:00013764 ??_C@_08LEBCFLBI@cvtps2pd?$AA@ 1009b764 udis86:itab.obj + 0002:00013770 ??_C@_08BLMCFFF@cvtps2pi?$AA@ 1009b770 udis86:itab.obj + 0002:0001377c ??_C@_08FHKOKCDA@cvtsd2si?$AA@ 1009b77c udis86:itab.obj + 0002:00013788 ??_C@_08OHIDFIOL@cvtsd2ss?$AA@ 1009b788 udis86:itab.obj + 0002:00013794 ??_C@_08BKJABIMM@cvtsi2sd?$AA@ 1009b794 udis86:itab.obj + 0002:000137a0 ??_C@_08BPBDJMFK@cvtsi2ss?$AA@ 1009b7a0 udis86:itab.obj + 0002:000137ac ??_C@_08DAMAJHOP@cvtss2sd?$AA@ 1009b7ac udis86:itab.obj + 0002:000137b8 ??_C@_08IFGOOJKC@cvtss2si?$AA@ 1009b7b8 udis86:itab.obj + 0002:000137c4 ??_C@_09NBGJDONK@cvttpd2dq?$AA@ 1009b7c4 udis86:itab.obj + 0002:000137d0 ??_C@_09EIFNKNCP@cvttpd2pi?$AA@ 1009b7d0 udis86:itab.obj + 0002:000137dc ??_C@_09DKJHFEI@cvttps2dq?$AA@ 1009b7dc udis86:itab.obj + 0002:000137e8 ??_C@_09JKJNOGLN@cvttps2pi?$AA@ 1009b7e8 udis86:itab.obj + 0002:000137f4 ??_C@_09MMIPGBNI@cvttsd2si?$AA@ 1009b7f4 udis86:itab.obj + 0002:00013800 ??_C@_09BOEPCKEK@cvttss2si?$AA@ 1009b800 udis86:itab.obj + 0002:0001380c ??_C@_03KHAHKIHI@cwd?$AA@ 1009b80c udis86:itab.obj + 0002:00013810 ??_C@_04EGPDGBEE@cwde?$AA@ 1009b810 udis86:itab.obj + 0002:00013818 ??_C@_03FPAMLLEG@daa?$AA@ 1009b818 udis86:itab.obj + 0002:0001381c ??_C@_03CHPIMLJF@das?$AA@ 1009b81c udis86:itab.obj + 0002:00013820 ??_C@_03GKDDHBBI@dec?$AA@ 1009b820 udis86:itab.obj + 0002:00013824 ??_C@_03FEJMGOGI@div?$AA@ 1009b824 udis86:itab.obj + 0002:00013828 ??_C@_05FCEODPJP@divpd?$AA@ 1009b828 udis86:itab.obj + 0002:00013830 ??_C@_05FHMNLLAJ@divps?$AA@ 1009b830 udis86:itab.obj + 0002:00013838 ??_C@_05FAAIIBMG@divsd?$AA@ 1009b838 udis86:itab.obj + 0002:00013840 ??_C@_05FFILAFFA@divss?$AA@ 1009b840 udis86:itab.obj + 0002:00013848 ??_C@_04GLDALPAA@dppd?$AA@ 1009b848 udis86:itab.obj + 0002:00013850 ??_C@_04GOLDDLJG@dpps?$AA@ 1009b850 udis86:itab.obj + 0002:00013858 ??_C@_04OFFOKNEH@emms?$AA@ 1009b858 udis86:itab.obj + 0002:00013860 ??_C@_05IHEOCMON@enter?$AA@ 1009b860 udis86:itab.obj + 0002:00013868 ??_C@_09JKKJMDNE@extractps?$AA@ 1009b868 udis86:itab.obj + 0002:00013874 ??_C@_05GDKIIOEP@f2xm1?$AA@ 1009b874 udis86:itab.obj + 0002:0001387c ??_C@_04ODHECPBC@fabs?$AA@ 1009b87c udis86:itab.obj + 0002:00013884 ??_C@_04OCHKNHDG@fadd?$AA@ 1009b884 udis86:itab.obj + 0002:0001388c ??_C@_05OAGHJGLI@faddp?$AA@ 1009b88c udis86:itab.obj + 0002:00013894 ??_C@_04PONMCJGA@fbld?$AA@ 1009b894 udis86:itab.obj + 0002:0001389c ??_C@_05HGCPCADO@fbstp?$AA@ 1009b89c udis86:itab.obj + 0002:000138a4 ??_C@_04EEOKGCEP@fchs?$AA@ 1009b8a4 udis86:itab.obj + 0002:000138ac ??_C@_05JGAIANAI@fclex?$AA@ 1009b8ac udis86:itab.obj + 0002:000138b4 ??_C@_06BMFGNME@fcmovb?$AA@ 1009b8b4 udis86:itab.obj + 0002:000138bc ??_C@_07IEICFMCG@fcmovbe?$AA@ 1009b8bc udis86:itab.obj + 0002:000138c4 ??_C@_06EOIEPLAD@fcmove?$AA@ 1009b8c4 udis86:itab.obj + 0002:000138cc ??_C@_07MCNJDDIF@fcmovnb?$AA@ 1009b8cc udis86:itab.obj + 0002:000138d4 ??_C@_08IFJKDBHO@fcmovnbe?$AA@ 1009b8d4 udis86:itab.obj + 0002:000138e0 ??_C@_07INJIKFEC@fcmovne?$AA@ 1009b8e0 udis86:itab.obj + 0002:000138e8 ??_C@_07MHFKLHBD@fcmovnu?$AA@ 1009b8e8 udis86:itab.obj + 0002:000138f0 ??_C@_06EEGOJFC@fcmovu?$AA@ 1009b8f0 udis86:itab.obj + 0002:000138f8 ??_C@_04JFOEELBF@fcom?$AA@ 1009b8f8 udis86:itab.obj + 0002:00013900 ??_C@_05IADIFENB@fcom2?$AA@ 1009b900 udis86:itab.obj + 0002:00013908 ??_C@_05NJHHNAEO@fcomi?$AA@ 1009b908 udis86:itab.obj + 0002:00013910 ??_C@_06LOICGCLB@fcomip?$AA@ 1009b910 udis86:itab.obj + 0002:00013918 ??_C@_05ECHHHJFG@fcomp?$AA@ 1009b918 udis86:itab.obj + 0002:00013920 ??_C@_06HGCBOGII@fcomp3?$AA@ 1009b920 udis86:itab.obj + 0002:00013928 ??_C@_06CAHLEBAO@fcomp5?$AA@ 1009b928 udis86:itab.obj + 0002:00013930 ??_C@_06KNHFPKEO@fcompp?$AA@ 1009b930 udis86:itab.obj + 0002:00013938 ??_C@_04EBKFHEMK@fcos?$AA@ 1009b938 udis86:itab.obj + 0002:00013940 ??_C@_07HAEGMECA@fdecstp?$AA@ 1009b940 udis86:itab.obj + 0002:00013948 ??_C@_04KFIIMEIE@fdiv?$AA@ 1009b948 udis86:itab.obj + 0002:00013950 ??_C@_05MFEPLGAL@fdivp?$AA@ 1009b950 udis86:itab.obj + 0002:00013958 ??_C@_05PHHJNEIJ@fdivr?$AA@ 1009b958 udis86:itab.obj + 0002:00013960 ??_C@_06LLKMDLKG@fdivrp?$AA@ 1009b960 udis86:itab.obj + 0002:00013968 ??_C@_05EMBDBHLO@femms?$AA@ 1009b968 udis86:itab.obj + 0002:00013970 ??_C@_05BBECMOMI@ffree?$AA@ 1009b970 udis86:itab.obj + 0002:00013978 ??_C@_06LKJBHBLK@ffreep?$AA@ 1009b978 udis86:itab.obj + 0002:00013980 ??_C@_05MJGHPKBO@fiadd?$AA@ 1009b980 udis86:itab.obj + 0002:00013988 ??_C@_05LOPJGGDN@ficom?$AA@ 1009b988 udis86:itab.obj + 0002:00013990 ??_C@_06HHOJMMIB@ficomp?$AA@ 1009b990 udis86:itab.obj + 0002:00013998 ??_C@_05IOJFOJKM@fidiv?$AA@ 1009b998 udis86:itab.obj + 0002:000139a0 ??_C@_06MCOHGBFO@fidivr?$AA@ 1009b9a0 udis86:itab.obj + 0002:000139a8 ??_C@_04CJNNKOGB@fild?$AA@ 1009b9a8 udis86:itab.obj + 0002:000139b0 ??_C@_05FGIMAGOJ@fimul?$AA@ 1009b9b0 udis86:itab.obj + 0002:000139b8 ??_C@_07HLFGFFCD@fincstp?$AA@ 1009b9b8 udis86:itab.obj + 0002:000139c0 ??_C@_04HEGFFIHN@fist?$AA@ 1009b9c0 udis86:itab.obj + 0002:000139c8 ??_C@_05BPPBBCP@fistp?$AA@ 1009b9c8 udis86:itab.obj + 0002:000139d0 ??_C@_06IDOGBDGC@fisttp?$AA@ 1009b9d0 udis86:itab.obj + 0002:000139d8 ??_C@_05HIMJALML@fisub?$AA@ 1009b9d8 udis86:itab.obj + 0002:000139e0 ??_C@_06BBMHMJEH@fisubr?$AA@ 1009b9e0 udis86:itab.obj + 0002:000139e8 ??_C@_03IAKKBENL@fld?$AA@ 1009b9e8 udis86:itab.obj + 0002:000139ec ??_C@_04NHNMKGPK@fld1?$AA@ 1009b9ec udis86:itab.obj + 0002:000139f4 ??_C@_05FCPJNCEL@fldcw?$AA@ 1009b9f4 udis86:itab.obj + 0002:000139fc ??_C@_06KOKFHIJJ@fldenv?$AA@ 1009b9fc udis86:itab.obj + 0002:00013a04 ??_C@_06NHOEKBFF@fldl2e?$AA@ 1009ba04 udis86:itab.obj + 0002:00013a0c ??_C@_06IEDNICEF@fldl2t?$AA@ 1009ba0c udis86:itab.obj + 0002:00013a14 ??_C@_06EIGJIGJN@fldlg2?$AA@ 1009ba14 udis86:itab.obj + 0002:00013a1c ??_C@_06EHLILNBC@fldln2?$AA@ 1009ba1c udis86:itab.obj + 0002:00013a24 ??_C@_05JINIPALN@fldpi?$AA@ 1009ba24 udis86:itab.obj + 0002:00013a2c ??_C@_04MEFBDADE@fldz?$AA@ 1009ba2c udis86:itab.obj + 0002:00013a34 ??_C@_04HNJBCLMB@fmul?$AA@ 1009ba34 udis86:itab.obj + 0002:00013a3c ??_C@_05MDCBBKPL@fmulp?$AA@ 1009ba3c udis86:itab.obj + 0002:00013a44 ??_C@_06HABPFIJH@fndisi?$AA@ 1009ba44 udis86:itab.obj + 0002:00013a4c ??_C@_05EMBMEKMC@fneni?$AA@ 1009ba4c udis86:itab.obj + 0002:00013a54 ??_C@_06PLIFOOCF@fninit?$AA@ 1009ba54 udis86:itab.obj + 0002:00013a5c ??_C@_04JIOCPPNE@fnop?$AA@ 1009ba5c udis86:itab.obj + 0002:00013a64 ??_C@_06MNBFLGAN@fnsave?$AA@ 1009ba64 udis86:itab.obj + 0002:00013a6c ??_C@_07OLELHDDB@fnsetpm?$AA@ 1009ba6c udis86:itab.obj + 0002:00013a74 ??_C@_06MIMLAAOI@fnstcw?$AA@ 1009ba74 udis86:itab.obj + 0002:00013a7c ??_C@_07OBOALIBJ@fnstenv?$AA@ 1009ba7c udis86:itab.obj + 0002:00013a84 ??_C@_06NEONKDJI@fnstsw?$AA@ 1009ba84 udis86:itab.obj + 0002:00013a8c ??_C@_06HDLDNKJH@fpatan?$AA@ 1009ba8c udis86:itab.obj + 0002:00013a94 ??_C@_05DGDLCGOC@fprem?$AA@ 1009ba94 udis86:itab.obj + 0002:00013a9c ??_C@_06IIGPLPMA@fprem1?$AA@ 1009ba9c udis86:itab.obj + 0002:00013aa4 ??_C@_05DPHEICCB@fptan?$AA@ 1009baa4 udis86:itab.obj + 0002:00013aac ??_C@_07OGNGBFFO@frndint?$AA@ 1009baac udis86:itab.obj + 0002:00013ab4 ??_C@_06MILCMPCJ@frstor?$AA@ 1009bab4 udis86:itab.obj + 0002:00013abc ??_C@_06BCJCCFPK@frstpm?$AA@ 1009babc udis86:itab.obj + 0002:00013ac4 ??_C@_06DAMBGGM@fscale?$AA@ 1009bac4 udis86:itab.obj + 0002:00013acc ??_C@_04OKFNDDPL@fsin?$AA@ 1009bacc udis86:itab.obj + 0002:00013ad4 ??_C@_07DGCKCKGH@fsincos?$AA@ 1009bad4 udis86:itab.obj + 0002:00013adc ??_C@_05OBEHOPDB@fsqrt?$AA@ 1009badc udis86:itab.obj + 0002:00013ae4 ??_C@_03NNBCOCMH@fst?$AA@ 1009bae4 udis86:itab.obj + 0002:00013ae8 ??_C@_04CKOCDMAH@fstp?$AA@ 1009bae8 udis86:itab.obj + 0002:00013af0 ??_C@_05FIBDHACN@fstp1?$AA@ 1009baf0 udis86:itab.obj + 0002:00013af8 ??_C@_05IJNBMLGE@fstp8?$AA@ 1009baf8 udis86:itab.obj + 0002:00013b00 ??_C@_05JAMKPKCF@fstp9?$AA@ 1009bb00 udis86:itab.obj + 0002:00013b08 ??_C@_04FDNECGOD@fsub?$AA@ 1009bb08 udis86:itab.obj + 0002:00013b10 ??_C@_05BGGPBOBC@fsubp?$AA@ 1009bb10 udis86:itab.obj + 0002:00013b18 ??_C@_05CEFJHMJA@fsubr?$AA@ 1009bb18 udis86:itab.obj + 0002:00013b20 ??_C@_06NPBELDMO@fsubrp?$AA@ 1009bb20 udis86:itab.obj + 0002:00013b28 ??_C@_04NGBGNHDP@ftst?$AA@ 1009bb28 udis86:itab.obj + 0002:00013b30 ??_C@_05BLOJBMLO@fucom?$AA@ 1009bb30 udis86:itab.obj + 0002:00013b38 ??_C@_06JIPNKHHJ@fucomi?$AA@ 1009bb38 udis86:itab.obj + 0002:00013b40 ??_C@_07GHOENMJ@fucomip?$AA@ 1009bb40 udis86:itab.obj + 0002:00013b48 ??_C@_06DPNAOGB@fucomp?$AA@ 1009bb48 udis86:itab.obj + 0002:00013b50 ??_C@_07BFIJNFDG@fucompp?$AA@ 1009bb50 udis86:itab.obj + 0002:00013b58 ??_C@_04BIGCLGIB@fxam?$AA@ 1009bb58 udis86:itab.obj + 0002:00013b60 ??_C@_04GGJBJGKK@fxch?$AA@ 1009bb60 udis86:itab.obj + 0002:00013b68 ??_C@_05INEPCIJH@fxch4?$AA@ 1009bb68 udis86:itab.obj + 0002:00013b70 ??_C@_05KGGCHLFE@fxch7?$AA@ 1009bb70 udis86:itab.obj + 0002:00013b78 ??_C@_07BBJJIBJB@fxrstor?$AA@ 1009bb78 udis86:itab.obj + 0002:00013b80 ??_C@_06BIJKFHIL@fxsave?$AA@ 1009bb80 udis86:itab.obj + 0002:00013b88 ??_C@_07MCCHLCHD@fxtract?$AA@ 1009bb88 udis86:itab.obj + 0002:00013b90 ??_C@_05NFKLLKBO@fyl2x?$AA@ 1009bb90 udis86:itab.obj + 0002:00013b98 ??_C@_07GNFJNPAE@fyl2xp1?$AA@ 1009bb98 udis86:itab.obj + 0002:00013ba0 ??_C@_06BKPLENB@getsec?$AA@ 1009bba0 udis86:itab.obj + 0002:00013ba8 ??_C@_06JEPEIJNG@haddpd?$AA@ 1009bba8 udis86:itab.obj + 0002:00013bb0 ??_C@_06JBHHANEA@haddps?$AA@ 1009bbb0 udis86:itab.obj + 0002:00013bb8 ??_C@_03CKLHHBLJ@hlt?$AA@ 1009bbb8 udis86:itab.obj + 0002:00013bbc ??_C@_06KCABMLKI@hsubpd?$AA@ 1009bbbc udis86:itab.obj + 0002:00013bc4 ??_C@_06KHICEPDO@hsubps?$AA@ 1009bbc4 udis86:itab.obj + 0002:00013bcc ??_C@_04CHNIFDFF@idiv?$AA@ 1009bbcc udis86:itab.obj + 0002:00013bd4 ??_C@_04PPMBLMBA@imul?$AA@ 1009bbd4 udis86:itab.obj + 0002:00013bdc ??_C@_02LMMGJAGL@in?$AA@ 1009bbdc udis86:itab.obj + 0002:00013be0 ??_C@_03JEAMEGCE@inc?$AA@ 1009bbe0 udis86:itab.obj + 0002:00013be4 ??_C@_04HHHKECMC@insb?$AA@ 1009bbe4 udis86:itab.obj + 0002:00013bec ??_C@_04CBCAOFEE@insd?$AA@ 1009bbec udis86:itab.obj + 0002:00013bf4 ??_C@_08JOECPMHJ@insertps?$AA@ 1009bbf4 udis86:itab.obj + 0002:00013c00 ??_C@_04EAMPKENG@insw?$AA@ 1009bc00 udis86:itab.obj + 0002:00013c08 ??_C@_03JBIPMCLC@int?$AA@ 1009bc08 udis86:itab.obj + 0002:00013c0c ??_C@_04ODKDFKNA@int1?$AA@ 1009bc0c udis86:itab.obj + 0002:00013c14 ??_C@_04NBJFDIFC@int3?$AA@ 1009bc14 udis86:itab.obj + 0002:00013c1c ??_C@_04MHJLCKAK@into?$AA@ 1009bc1c udis86:itab.obj + 0002:00013c24 ??_C@_04CHOLCHKP@invd?$AA@ 1009bc24 udis86:itab.obj + 0002:00013c2c ??_C@_06CLILIBGB@invept?$AA@ 1009bc2c udis86:itab.obj + 0002:00013c34 ??_C@_06DHGMIPHJ@invlpg?$AA@ 1009bc34 udis86:itab.obj + 0002:00013c3c ??_C@_07FFAIPPPB@invlpga?$AA@ 1009bc3c udis86:itab.obj + 0002:00013c44 ??_C@_07ILBKJJN@invvpid?$AA@ 1009bc44 udis86:itab.obj + 0002:00013c4c ??_C@_05LMEFNKHP@iretd?$AA@ 1009bc4c udis86:itab.obj + 0002:00013c54 ??_C@_05ILPADMGL@iretq?$AA@ 1009bc54 udis86:itab.obj + 0002:00013c5c ??_C@_05NNKKJLON@iretw?$AA@ 1009bc5c udis86:itab.obj + 0002:00013c64 ??_C@_02DJBIDCPN@ja?$AA@ 1009bc64 udis86:itab.obj + 0002:00013c68 ??_C@_03NLLPAJHB@jae?$AA@ 1009bc68 udis86:itab.obj + 0002:00013c6c ??_C@_02BCDFGBDO@jb?$AA@ 1009bc6c udis86:itab.obj + 0002:00013c70 ??_C@_03NJPJLHCI@jbe?$AA@ 1009bc70 udis86:itab.obj + 0002:00013c74 ??_C@_04EMPOJHHH@jcxz?$AA@ 1009bc74 udis86:itab.obj + 0002:00013c7c ??_C@_05BACBHKCE@jecxz?$AA@ 1009bc7c udis86:itab.obj + 0002:00013c84 ??_C@_02GPECJFHL@jg?$AA@ 1009bc84 udis86:itab.obj + 0002:00013c88 ??_C@_03NPDCHFMD@jge?$AA@ 1009bc88 udis86:itab.obj + 0002:00013c8c ??_C@_02IMLGEMLA@jl?$AA@ 1009bc8c udis86:itab.obj + 0002:00013c90 ??_C@_03NDGHJKCC@jle?$AA@ 1009bc90 udis86:itab.obj + 0002:00013c94 ??_C@_03OFBABGAB@jmp?$AA@ 1009bc94 udis86:itab.obj + 0002:00013c98 ??_C@_03CKAMKGMG@jno?$AA@ 1009bc98 udis86:itab.obj + 0002:00013c9c ??_C@_03OHFGKIFI@jnp?$AA@ 1009bc9c udis86:itab.obj + 0002:00013ca0 ??_C@_03MMHLPLJL@jns?$AA@ 1009bca0 udis86:itab.obj + 0002:00013ca4 ??_C@_03BNLJEANC@jnz?$AA@ 1009bca4 udis86:itab.obj + 0002:00013ca8 ??_C@_02KHJLBPHD@jo?$AA@ 1009bca8 udis86:itab.obj + 0002:00013cac ??_C@_02GKMBBBON@jp?$AA@ 1009bcac udis86:itab.obj + 0002:00013cb0 ??_C@_05MCOBDBLG@jrcxz?$AA@ 1009bcb0 udis86:itab.obj + 0002:00013cb8 ??_C@_02EBOMECCO@js?$AA@ 1009bcb8 udis86:itab.obj + 0002:00013cbc ??_C@_02JACOPJGH@jz?$AA@ 1009bcbc udis86:itab.obj + 0002:00013cc0 ??_C@_04JDOGFEHB@lahf?$AA@ 1009bcc0 udis86:itab.obj + 0002:00013cc8 ??_C@_03PLFHNCDL@lar?$AA@ 1009bcc8 udis86:itab.obj + 0002:00013ccc ??_C@_05OOIGKPHA@lddqu?$AA@ 1009bccc udis86:itab.obj + 0002:00013cd4 ??_C@_07HNIFNPIO@ldmxcsr?$AA@ 1009bcd4 udis86:itab.obj + 0002:00013cdc ??_C@_03OEIHCBJB@lds?$AA@ 1009bcdc udis86:itab.obj + 0002:00013ce0 ??_C@_03JNLBDLHF@lea?$AA@ 1009bce0 udis86:itab.obj + 0002:00013ce4 ??_C@_05KLLFHCCG@leave?$AA@ 1009bce4 udis86:itab.obj + 0002:00013cec ??_C@_03OFEFELKG@les?$AA@ 1009bcec udis86:itab.obj + 0002:00013cf0 ??_C@_06CIBIHIMB@lfence?$AA@ 1009bcf0 udis86:itab.obj + 0002:00013cf8 ??_C@_03OHADPFPP@lfs?$AA@ 1009bcf8 udis86:itab.obj + 0002:00013cfc ??_C@_04MHGDICBK@lgdt?$AA@ 1009bcfc udis86:itab.obj + 0002:00013d04 ??_C@_03OGMBJPMI@lgs?$AA@ 1009bd04 udis86:itab.obj + 0002:00013d08 ??_C@_04CHLMPFCJ@lidt?$AA@ 1009bd08 udis86:itab.obj + 0002:00013d10 ??_C@_04BAGCAFBL@lldt?$AA@ 1009bd10 udis86:itab.obj + 0002:00013d18 ??_C@_04JKJKIEEI@lmsw?$AA@ 1009bd18 udis86:itab.obj + 0002:00013d20 ??_C@_04MKMCLCOO@lock?$AA@ 1009bd20 udis86:itab.obj + 0002:00013d28 ??_C@_05JPFBMOJJ@lodsb?$AA@ 1009bd28 udis86:itab.obj + 0002:00013d30 ??_C@_05MJALGJBP@lodsd?$AA@ 1009bd30 udis86:itab.obj + 0002:00013d38 ??_C@_05POLOIPAL@lodsq?$AA@ 1009bd38 udis86:itab.obj + 0002:00013d40 ??_C@_05KIOECIIN@lodsw?$AA@ 1009bd40 udis86:itab.obj + 0002:00013d48 ??_C@_04GKOOIABA@loop?$AA@ 1009bd48 udis86:itab.obj + 0002:00013d50 ??_C@_05FFHGBAG@loope?$AA@ 1009bd50 udis86:itab.obj + 0002:00013d58 ??_C@_06PNLJICFH@loopne?$AA@ 1009bd58 udis86:itab.obj + 0002:00013d60 ??_C@_03DALEJKPK@lsl?$AA@ 1009bd60 udis86:itab.obj + 0002:00013d64 ??_C@_03PNOOJEGE@lss?$AA@ 1009bd64 udis86:itab.obj + 0002:00013d68 ??_C@_03OBLKLDKA@ltr?$AA@ 1009bd68 udis86:itab.obj + 0002:00013d6c ??_C@_0L@KDNMNDNK@maskmovdqu?$AA@ 1009bd6c udis86:itab.obj + 0002:00013d78 ??_C@_08HDJHBAFE@maskmovq?$AA@ 1009bd78 udis86:itab.obj + 0002:00013d84 ??_C@_05KFOOFCKF@maxpd?$AA@ 1009bd84 udis86:itab.obj + 0002:00013d8c ??_C@_05KAGNNGDD@maxps?$AA@ 1009bd8c udis86:itab.obj + 0002:00013d94 ??_C@_05KHKIOMPM@maxsd?$AA@ 1009bd94 udis86:itab.obj + 0002:00013d9c ??_C@_05KCCLGIGK@maxss?$AA@ 1009bd9c udis86:itab.obj + 0002:00013da4 ??_C@_06IOGPHDHF@mfence?$AA@ 1009bda4 udis86:itab.obj + 0002:00013dac ??_C@_05OAOMBBCH@minpd?$AA@ 1009bdac udis86:itab.obj + 0002:00013db4 ??_C@_05OFGPJFLB@minps?$AA@ 1009bdb4 udis86:itab.obj + 0002:00013dbc ??_C@_05OCKKKPHO@minsd?$AA@ 1009bdbc udis86:itab.obj + 0002:00013dc4 ??_C@_05OHCJCLOI@minss?$AA@ 1009bdc4 udis86:itab.obj + 0002:00013dcc ??_C@_07LAMOHCEE@monitor?$AA@ 1009bdcc udis86:itab.obj + 0002:00013dd4 ??_C@_07MAFPCABL@montmul?$AA@ 1009bdd4 udis86:itab.obj + 0002:00013ddc ??_C@_03CNBJFNFA@mov?$AA@ 1009bddc udis86:itab.obj + 0002:00013de0 ??_C@_06NBDIPDNB@movapd?$AA@ 1009bde0 udis86:itab.obj + 0002:00013de8 ??_C@_06NELLHHEH@movaps?$AA@ 1009bde8 udis86:itab.obj + 0002:00013df0 ??_C@_05PMLINNKI@movbe?$AA@ 1009bdf0 udis86:itab.obj + 0002:00013df8 ??_C@_04GKNHOGAK@movd?$AA@ 1009bdf8 udis86:itab.obj + 0002:00013e00 ??_C@_07NEEFCFLI@movddup?$AA@ 1009be00 udis86:itab.obj + 0002:00013e08 ??_C@_07NPEMCIBB@movdq2q?$AA@ 1009be08 udis86:itab.obj + 0002:00013e10 ??_C@_06JKFDJNJB@movdqa?$AA@ 1009be10 udis86:itab.obj + 0002:00013e18 ??_C@_06LEPNEKME@movdqu?$AA@ 1009be18 udis86:itab.obj + 0002:00013e20 ??_C@_07PJOHHBHO@movhlps?$AA@ 1009be20 udis86:itab.obj + 0002:00013e28 ??_C@_06KMDALMFL@movhpd?$AA@ 1009be28 udis86:itab.obj + 0002:00013e30 ??_C@_06KJLDDIMN@movhps?$AA@ 1009be30 udis86:itab.obj + 0002:00013e38 ??_C@_07IDAFEAOJ@movlhps?$AA@ 1009be38 udis86:itab.obj + 0002:00013e40 ??_C@_06CDFCCLAM@movlpd?$AA@ 1009be40 udis86:itab.obj + 0002:00013e48 ??_C@_06CGNBKPJK@movlps?$AA@ 1009be48 udis86:itab.obj + 0002:00013e50 ??_C@_08IBPGOKMO@movmskpd?$AA@ 1009be50 udis86:itab.obj + 0002:00013e5c ??_C@_08IEHFGOFI@movmskps?$AA@ 1009be5c udis86:itab.obj + 0002:00013e68 ??_C@_07MKBDJCIA@movntdq?$AA@ 1009be68 udis86:itab.obj + 0002:00013e70 ??_C@_08JBJEMKFE@movntdqa?$AA@ 1009be70 udis86:itab.obj + 0002:00013e7c ??_C@_06DLPMDFBG@movnti?$AA@ 1009be7c udis86:itab.obj + 0002:00013e84 ??_C@_07OGIJHPDI@movntpd?$AA@ 1009be84 udis86:itab.obj + 0002:00013e8c ??_C@_07ODAKPLKO@movntps?$AA@ 1009be8c udis86:itab.obj + 0002:00013e94 ??_C@_06LJOHKNEP@movntq?$AA@ 1009be94 udis86:itab.obj + 0002:00013e9c ??_C@_04FNGCAABO@movq?$AA@ 1009be9c udis86:itab.obj + 0002:00013ea4 ??_C@_07JGNMJFDC@movq2dq?$AA@ 1009bea4 udis86:itab.obj + 0002:00013eac ??_C@_05KOBNICCI@movsb?$AA@ 1009beac udis86:itab.obj + 0002:00013eb4 ??_C@_05PIEHCFKO@movsd?$AA@ 1009beb4 udis86:itab.obj + 0002:00013ebc ??_C@_08NPBMCKFO@movshdup?$AA@ 1009bebc udis86:itab.obj + 0002:00013ec8 ??_C@_08CKJMIMJO@movsldup?$AA@ 1009bec8 udis86:itab.obj + 0002:00013ed4 ??_C@_05MPPCMDLK@movsq?$AA@ 1009bed4 udis86:itab.obj + 0002:00013edc ??_C@_05PNMEKBDI@movss?$AA@ 1009bedc udis86:itab.obj + 0002:00013ee4 ??_C@_05JJKIGEDM@movsw?$AA@ 1009bee4 udis86:itab.obj + 0002:00013eec ??_C@_05BODAHIPD@movsx?$AA@ 1009beec udis86:itab.obj + 0002:00013ef4 ??_C@_06CFDLDNHN@movsxd?$AA@ 1009bef4 udis86:itab.obj + 0002:00013efc ??_C@_06OEDDDBJ@movupd?$AA@ 1009befc udis86:itab.obj + 0002:00013f04 ??_C@_06LMALHIP@movups?$AA@ 1009bf04 udis86:itab.obj + 0002:00013f0c ??_C@_05BBOBEDHM@movzx?$AA@ 1009bf0c udis86:itab.obj + 0002:00013f14 ??_C@_07ILNGPEGO@mpsadbw?$AA@ 1009bf14 udis86:itab.obj + 0002:00013f1c ??_C@_03IMIFIBCN@mul?$AA@ 1009bf1c udis86:itab.obj + 0002:00013f20 ??_C@_05OPPFKDCP@mulpd?$AA@ 1009bf20 udis86:itab.obj + 0002:00013f28 ??_C@_05OKHGCHLJ@mulps?$AA@ 1009bf28 udis86:itab.obj + 0002:00013f30 ??_C@_05ONLDBNHG@mulsd?$AA@ 1009bf30 udis86:itab.obj + 0002:00013f38 ??_C@_05OIDAJJOA@mulss?$AA@ 1009bf38 udis86:itab.obj + 0002:00013f40 ??_C@_05DOGKKCDM@mwait?$AA@ 1009bf40 udis86:itab.obj + 0002:00013f48 ??_C@_03GBOCFEHI@neg?$AA@ 1009bf48 udis86:itab.obj + 0002:00013f4c ??_C@_03GJPGFFDI@nop?$AA@ 1009bf4c udis86:itab.obj + 0002:00013f50 ??_C@_03NJKJADM@not?$AA@ 1009bf50 udis86:itab.obj + 0002:00013f54 ??_C@_02FODMLBIE@or?$AA@ 1009bf54 udis86:itab.obj + 0002:00013f58 ??_C@_04LGOJEGJK@orpd?$AA@ 1009bf58 udis86:itab.obj + 0002:00013f60 ??_C@_04LDGKMCAM@orps?$AA@ 1009bf60 udis86:itab.obj + 0002:00013f68 ??_C@_03KEJHNBPP@out?$AA@ 1009bf68 udis86:itab.obj + 0002:00013f6c ??_C@_05GDIMGEIL@outsb?$AA@ 1009bf6c udis86:itab.obj + 0002:00013f74 ??_C@_05DFNGMDAN@outsd?$AA@ 1009bf74 udis86:itab.obj + 0002:00013f7c ??_C@_05FEDJICJP@outsw?$AA@ 1009bf7c udis86:itab.obj + 0002:00013f84 ??_C@_05HBBOONME@pabsb?$AA@ 1009bf84 udis86:itab.obj + 0002:00013f8c ??_C@_05CHEEEKEC@pabsd?$AA@ 1009bf8c udis86:itab.obj + 0002:00013f94 ??_C@_05EGKLALNA@pabsw?$AA@ 1009bf94 udis86:itab.obj + 0002:00013f9c ??_C@_08MFCBDIOA@packssdw?$AA@ 1009bf9c udis86:itab.obj + 0002:00013fa8 ??_C@_08OMPEMDNN@packsswb?$AA@ 1009bfa8 udis86:itab.obj + 0002:00013fb4 ??_C@_08EKGBMNEA@packusdw?$AA@ 1009bfb4 udis86:itab.obj + 0002:00013fc0 ??_C@_08GDLEDGHN@packuswb?$AA@ 1009bfc0 udis86:itab.obj + 0002:00013fcc ??_C@_05ENBMAHON@paddb?$AA@ 1009bfcc udis86:itab.obj + 0002:00013fd4 ??_C@_05BLEGKAGL@paddd?$AA@ 1009bfd4 udis86:itab.obj + 0002:00013fdc ??_C@_05CMPDEGHP@paddq?$AA@ 1009bfdc udis86:itab.obj + 0002:00013fe4 ??_C@_06JENJECKA@paddsb?$AA@ 1009bfe4 udis86:itab.obj + 0002:00013fec ??_C@_06KDGMKELE@paddsw?$AA@ 1009bfec udis86:itab.obj + 0002:00013ff4 ??_C@_07LJAGOFBE@paddusb?$AA@ 1009bff4 udis86:itab.obj + 0002:00013ffc ??_C@_07IOLDADAA@paddusw?$AA@ 1009bffc udis86:itab.obj + 0002:00014004 ??_C@_05HKKJOBPJ@paddw?$AA@ 1009c004 udis86:itab.obj + 0002:0001400c ??_C@_07JOJBOKO@palignr?$AA@ 1009c00c udis86:itab.obj + 0002:00014014 ??_C@_04ENDAMC@pand?$AA@ 1009c014 udis86:itab.obj + 0002:0001401c ??_C@_05IOBEKIIF@pandn?$AA@ 1009c01c udis86:itab.obj + 0002:00014024 ??_C@_05LFEKCGKA@pavgb?$AA@ 1009c024 udis86:itab.obj + 0002:0001402c ??_C@_07LALIDMFE@pavgusb?$AA@ 1009c02c udis86:itab.obj + 0002:00014034 ??_C@_05ICPPMALE@pavgw?$AA@ 1009c034 udis86:itab.obj + 0002:0001403c ??_C@_08PKEFIDIF@pblendvb?$AA@ 1009c03c udis86:itab.obj + 0002:00014048 ??_C@_07PABJNHCL@pblendw?$AA@ 1009c048 udis86:itab.obj + 0002:00014050 ??_C@_09EPKDNNCN@pclmulqdq?$AA@ 1009c050 udis86:itab.obj + 0002:0001405c ??_C@_07MPGLBHEG@pcmpeqb?$AA@ 1009c05c udis86:itab.obj + 0002:00014064 ??_C@_07JJDBLAMA@pcmpeqd?$AA@ 1009c064 udis86:itab.obj + 0002:0001406c ??_C@_07KOIEFGNE@pcmpeqq?$AA@ 1009c06c udis86:itab.obj + 0002:00014074 ??_C@_07PINOPBFC@pcmpeqw?$AA@ 1009c074 udis86:itab.obj + 0002:0001407c ??_C@_09MJAIJFNM@pcmpestri?$AA@ 1009c07c udis86:itab.obj + 0002:00014088 ??_C@_09KNGEFANI@pcmpestrm?$AA@ 1009c088 udis86:itab.obj + 0002:00014094 ??_C@_07GDKJBNCG@pcmpgtb?$AA@ 1009c094 udis86:itab.obj + 0002:0001409c ??_C@_07DFPDLKKA@pcmpgtd?$AA@ 1009c09c udis86:itab.obj + 0002:000140a4 ??_C@_07CEGFMLE@pcmpgtq?$AA@ 1009c0a4 udis86:itab.obj + 0002:000140ac ??_C@_07FEBMPLDC@pcmpgtw?$AA@ 1009c0ac udis86:itab.obj + 0002:000140b4 ??_C@_09LOMKFFKH@pcmpistri?$AA@ 1009c0b4 udis86:itab.obj + 0002:000140c0 ??_C@_09NKKGJAKD@pcmpistrm?$AA@ 1009c0c0 udis86:itab.obj + 0002:000140cc ??_C@_06PLIDEHJN@pextrb?$AA@ 1009c0cc udis86:itab.obj + 0002:000140d4 ??_C@_06KNNJOABL@pextrd?$AA@ 1009c0d4 udis86:itab.obj + 0002:000140dc ??_C@_06JKGMAGAP@pextrq?$AA@ 1009c0dc udis86:itab.obj + 0002:000140e4 ??_C@_06MMDGKBIJ@pextrw?$AA@ 1009c0e4 udis86:itab.obj + 0002:000140ec ??_C@_05EPNILPFG@pf2id?$AA@ 1009c0ec udis86:itab.obj + 0002:000140f4 ??_C@_05CODHPOME@pf2iw?$AA@ 1009c0f4 udis86:itab.obj + 0002:000140fc ??_C@_05NELGAMAL@pfacc?$AA@ 1009c0fc udis86:itab.obj + 0002:00014104 ??_C@_05JOLIIMEJ@pfadd?$AA@ 1009c104 udis86:itab.obj + 0002:0001410c ??_C@_07CCCOOHDB@pfcmpeq?$AA@ 1009c10c udis86:itab.obj + 0002:00014114 ??_C@_07PAEOEAK@pfcmpge?$AA@ 1009c114 udis86:itab.obj + 0002:0001411c ??_C@_07FMNNMHBK@pfcmpgt?$AA@ 1009c11c udis86:itab.obj + 0002:00014124 ??_C@_05DENCKMEH@pfmax?$AA@ 1009c124 udis86:itab.obj + 0002:0001412c ??_C@_05CGFJEICI@pfmin?$AA@ 1009c12c udis86:itab.obj + 0002:00014134 ??_C@_05BFDHALO@pfmul?$AA@ 1009c134 udis86:itab.obj + 0002:0001413c ??_C@_06PBIPAILK@pfnacc?$AA@ 1009c13c udis86:itab.obj + 0002:00014144 ??_C@_07HEBANBEP@pfpnacc?$AA@ 1009c144 udis86:itab.obj + 0002:0001414c ??_C@_05PHPFLFOI@pfrcp?$AA@ 1009c14c udis86:itab.obj + 0002:00014154 ??_C@_08CABPKCDG@pfrcpit1?$AA@ 1009c154 udis86:itab.obj + 0002:00014160 ??_C@_08LDCPBPF@pfrcpit2?$AA@ 1009c160 udis86:itab.obj + 0002:0001416c ??_C@_08BOKJIJBN@pfrsqit1?$AA@ 1009c16c udis86:itab.obj + 0002:00014178 ??_C@_07OJNGDJDJ@pfrsqrt?$AA@ 1009c178 udis86:itab.obj + 0002:00014180 ??_C@_05CPBGHNJM@pfsub?$AA@ 1009c180 udis86:itab.obj + 0002:00014188 ??_C@_06OEJPNCGG@pfsubr?$AA@ 1009c188 udis86:itab.obj + 0002:00014190 ??_C@_06DEAFIOGL@phaddd?$AA@ 1009c190 udis86:itab.obj + 0002:00014198 ??_C@_07KDEDOHJK@phaddsw?$AA@ 1009c198 udis86:itab.obj + 0002:000141a0 ??_C@_06FFOKMPPJ@phaddw?$AA@ 1009c1a0 udis86:itab.obj + 0002:000141a8 ??_C@_0L@EKOFBFBK@phminposuw?$AA@ 1009c1a8 udis86:itab.obj + 0002:000141b4 ??_C@_06MCANAGMB@phsubd?$AA@ 1009c1b4 udis86:itab.obj + 0002:000141bc ??_C@_07JFLGKFOE@phsubsw?$AA@ 1009c1bc udis86:itab.obj + 0002:000141c4 ??_C@_06KDOCEHFD@phsubw?$AA@ 1009c1c4 udis86:itab.obj + 0002:000141cc ??_C@_05MGNEGPLK@pi2fd?$AA@ 1009c1cc udis86:itab.obj + 0002:000141d4 ??_C@_05KHDLCOCI@pi2fw?$AA@ 1009c1d4 udis86:itab.obj + 0002:000141dc ??_C@_06PODGNNHN@pinsrb?$AA@ 1009c1dc udis86:itab.obj + 0002:000141e4 ??_C@_06KIGMHKPL@pinsrd?$AA@ 1009c1e4 udis86:itab.obj + 0002:000141ec ??_C@_06JPNJJMOP@pinsrq?$AA@ 1009c1ec udis86:itab.obj + 0002:000141f4 ??_C@_06MJIDDLGJ@pinsrw?$AA@ 1009c1f4 udis86:itab.obj + 0002:000141fc ??_C@_09CBBJJIHC@pmaddubsw?$AA@ 1009c1fc udis86:itab.obj + 0002:00014208 ??_C@_07JHJNCBHD@pmaddwd?$AA@ 1009c208 udis86:itab.obj + 0002:00014210 ??_C@_06DBDEOFIM@pmaxsb?$AA@ 1009c210 udis86:itab.obj + 0002:00014218 ??_C@_06GHGOECAK@pmaxsd?$AA@ 1009c218 udis86:itab.obj + 0002:00014220 ??_C@_06GIBADJI@pmaxsw?$AA@ 1009c220 udis86:itab.obj + 0002:00014228 ??_C@_06DFLJJJDO@pmaxub?$AA@ 1009c228 udis86:itab.obj + 0002:00014230 ??_C@_06GDODDOLI@pmaxud?$AA@ 1009c230 udis86:itab.obj + 0002:00014238 ??_C@_06CAMHPCK@pmaxuw?$AA@ 1009c238 udis86:itab.obj + 0002:00014240 ??_C@_06HEDGKGAO@pminsb?$AA@ 1009c240 udis86:itab.obj + 0002:00014248 ??_C@_06CCGMABII@pminsd?$AA@ 1009c248 udis86:itab.obj + 0002:00014250 ??_C@_06EDIDEABK@pminsw?$AA@ 1009c250 udis86:itab.obj + 0002:00014258 ??_C@_06HALLNKLM@pminub?$AA@ 1009c258 udis86:itab.obj + 0002:00014260 ??_C@_06CGOBHNDK@pminud?$AA@ 1009c260 udis86:itab.obj + 0002:00014268 ??_C@_06EHAODMKI@pminuw?$AA@ 1009c268 udis86:itab.obj + 0002:00014270 ??_C@_08JFPNOFE@pmovmskb?$AA@ 1009c270 udis86:itab.obj + 0002:0001427c ??_C@_08FIAFOMLP@pmovsxbd?$AA@ 1009c27c udis86:itab.obj + 0002:00014288 ??_C@_08GPLAAKKL@pmovsxbq?$AA@ 1009c288 udis86:itab.obj + 0002:00014294 ??_C@_08DJOKKNCN@pmovsxbw?$AA@ 1009c294 udis86:itab.obj + 0002:000142a0 ??_C@_08GLDNHGBJ@pmovsxdq?$AA@ 1009c2a0 udis86:itab.obj + 0002:000142ac ??_C@_08ECOIINCE@pmovsxwd?$AA@ 1009c2ac udis86:itab.obj + 0002:000142b8 ??_C@_08HFFNGLDA@pmovsxwq?$AA@ 1009c2b8 udis86:itab.obj + 0002:000142c4 ??_C@_08FFBFIOMO@pmovzxbd?$AA@ 1009c2c4 udis86:itab.obj + 0002:000142d0 ??_C@_08GCKAGINK@pmovzxbq?$AA@ 1009c2d0 udis86:itab.obj + 0002:000142dc ??_C@_08DEPKMPFM@pmovzxbw?$AA@ 1009c2dc udis86:itab.obj + 0002:000142e8 ??_C@_08GGCNBEGI@pmovzxdq?$AA@ 1009c2e8 udis86:itab.obj + 0002:000142f4 ??_C@_08EPPIOPFF@pmovzxwd?$AA@ 1009c2f4 udis86:itab.obj + 0002:00014300 ??_C@_08HIENAJEB@pmovzxwq?$AA@ 1009c300 udis86:itab.obj + 0002:0001430c ??_C@_06DKJOAGB@pmuldq?$AA@ 1009c30c udis86:itab.obj + 0002:00014314 ??_C@_08DNGAMAOA@pmulhrsw?$AA@ 1009c314 udis86:itab.obj + 0002:00014320 ??_C@_07BCFIBGPO@pmulhrw?$AA@ 1009c320 udis86:itab.obj + 0002:00014328 ??_C@_07BHBHAAHL@pmulhuw?$AA@ 1009c328 udis86:itab.obj + 0002:00014330 ??_C@_06FMOJLOID@pmulhw?$AA@ 1009c330 udis86:itab.obj + 0002:00014338 ??_C@_06DKAPFHMN@pmulld?$AA@ 1009c338 udis86:itab.obj + 0002:00014340 ??_C@_06FLOABGFP@pmullw?$AA@ 1009c340 udis86:itab.obj + 0002:00014348 ??_C@_07PONKOBPI@pmuludq?$AA@ 1009c348 udis86:itab.obj + 0002:00014350 ??_C@_03NJDAHFJE@pop?$AA@ 1009c350 udis86:itab.obj + 0002:00014354 ??_C@_04ILFNDNMO@popa?$AA@ 1009c354 udis86:itab.obj + 0002:0001435c ??_C@_05HNMGBMCJ@popad?$AA@ 1009c35c udis86:itab.obj + 0002:00014364 ??_C@_06KOACKPNP@popcnt?$AA@ 1009c364 udis86:itab.obj + 0002:0001436c ??_C@_05HIIJAKKM@popfd?$AA@ 1009c36c udis86:itab.obj + 0002:00014374 ??_C@_05EPDMOMLI@popfq?$AA@ 1009c374 udis86:itab.obj + 0002:0001437c ??_C@_05BJGGELDO@popfw?$AA@ 1009c37c udis86:itab.obj + 0002:00014384 ??_C@_03OLAGBHBG@por?$AA@ 1009c384 udis86:itab.obj + 0002:00014388 ??_C@_08FCDJGKEM@prefetch?$AA@ 1009c388 udis86:itab.obj + 0002:00014394 ??_C@_0M@ENHAGFIJ@prefetchnta?$AA@ 1009c394 udis86:itab.obj + 0002:000143a0 ??_C@_0L@HNBFCMAJ@prefetcht0?$AA@ 1009c3a0 udis86:itab.obj + 0002:000143ac ??_C@_0L@GEAOBNEI@prefetcht1?$AA@ 1009c3ac udis86:itab.obj + 0002:000143b8 ??_C@_0L@EPCDEOIL@prefetcht2?$AA@ 1009c3b8 udis86:itab.obj + 0002:000143c4 ??_C@_06DIHGEBBD@psadbw?$AA@ 1009c3c4 udis86:itab.obj + 0002:000143cc ??_C@_06ONHPFNFA@pshufb?$AA@ 1009c3cc udis86:itab.obj + 0002:000143d4 ??_C@_06LLCFPKNG@pshufd?$AA@ 1009c3d4 udis86:itab.obj + 0002:000143dc ??_C@_07GGPEEEO@pshufhw?$AA@ 1009c3dc udis86:itab.obj + 0002:000143e4 ??_C@_07BGGOMJC@pshuflw?$AA@ 1009c3e4 udis86:itab.obj + 0002:000143ec ??_C@_06NKMKLLEE@pshufw?$AA@ 1009c3ec udis86:itab.obj + 0002:000143f4 ??_C@_06CEBMLKEM@psignb?$AA@ 1009c3f4 udis86:itab.obj + 0002:000143fc ??_C@_06HCEGBNMK@psignd?$AA@ 1009c3fc udis86:itab.obj + 0002:00014404 ??_C@_06BDKJFMFI@psignw?$AA@ 1009c404 udis86:itab.obj + 0002:0001440c ??_C@_05MKMBBNNO@pslld?$AA@ 1009c40c udis86:itab.obj + 0002:00014414 ??_C@_06FHIFHGHJ@pslldq?$AA@ 1009c414 udis86:itab.obj + 0002:0001441c ??_C@_05PNHEPLMK@psllq?$AA@ 1009c41c udis86:itab.obj + 0002:00014424 ??_C@_05KLCOFMEM@psllw?$AA@ 1009c424 udis86:itab.obj + 0002:0001442c ??_C@_05HCNPKOCB@psrad?$AA@ 1009c42c udis86:itab.obj + 0002:00014434 ??_C@_05BDDAOPLD@psraw?$AA@ 1009c434 udis86:itab.obj + 0002:0001443c ??_C@_05HKAHDNHC@psrld?$AA@ 1009c43c udis86:itab.obj + 0002:00014444 ??_C@_06IIFFFPJK@psrldq?$AA@ 1009c444 udis86:itab.obj + 0002:0001444c ??_C@_05ENLCNLGG@psrlq?$AA@ 1009c44c udis86:itab.obj + 0002:00014454 ??_C@_05BLOIHMOA@psrlw?$AA@ 1009c454 udis86:itab.obj + 0002:0001445c ??_C@_05LLBEIPEH@psubb?$AA@ 1009c45c udis86:itab.obj + 0002:00014464 ??_C@_05ONEOCIMB@psubd?$AA@ 1009c464 udis86:itab.obj + 0002:0001446c ??_C@_05NKPLMONF@psubq?$AA@ 1009c46c udis86:itab.obj + 0002:00014474 ??_C@_06KCCMAANO@psubsb?$AA@ 1009c474 udis86:itab.obj + 0002:0001447c ??_C@_06JFJJOGMK@psubsw?$AA@ 1009c47c udis86:itab.obj + 0002:00014484 ??_C@_07OINEMGN@psubusb?$AA@ 1009c484 udis86:itab.obj + 0002:0001448c ??_C@_07DJDIKKHJ@psubusw?$AA@ 1009c48c udis86:itab.obj + 0002:00014494 ??_C@_05IMKBGJFD@psubw?$AA@ 1009c494 udis86:itab.obj + 0002:0001449c ??_C@_06JOEFOFIP@pswapd?$AA@ 1009c49c udis86:itab.obj + 0002:000144a4 ??_C@_05FIFBHIFI@ptest?$AA@ 1009c4a4 udis86:itab.obj + 0002:000144ac ??_C@_09MMDMOCBC@punpckhbw?$AA@ 1009c4ac udis86:itab.obj + 0002:000144b8 ??_C@_09JOOLDJCG@punpckhdq?$AA@ 1009c4b8 udis86:itab.obj + 0002:000144c4 ??_C@_0L@JJJNOAEF@punpckhqdq?$AA@ 1009c4c4 udis86:itab.obj + 0002:000144d0 ??_C@_09LHDOMCBL@punpckhwd?$AA@ 1009c4d0 udis86:itab.obj + 0002:000144dc ??_C@_09EDFOHFEF@punpcklbw?$AA@ 1009c4dc udis86:itab.obj + 0002:000144e8 ??_C@_09BBIJKOHB@punpckldq?$AA@ 1009c4e8 udis86:itab.obj + 0002:000144f4 ??_C@_0L@GMBNEGIF@punpcklqdq?$AA@ 1009c4f4 udis86:itab.obj + 0002:00014500 ??_C@_09DIFMFFEM@punpcklwd?$AA@ 1009c500 udis86:itab.obj + 0002:0001450c ??_C@_04GHHNIPCF@push?$AA@ 1009c50c udis86:itab.obj + 0002:00014514 ??_C@_05DHIFPDCO@pusha?$AA@ 1009c514 udis86:itab.obj + 0002:0001451c ??_C@_06NNHACGJP@pushad?$AA@ 1009c51c udis86:itab.obj + 0002:00014524 ??_C@_06NIDPDABK@pushfd?$AA@ 1009c524 udis86:itab.obj + 0002:0001452c ??_C@_06OPIKNGAO@pushfq?$AA@ 1009c52c udis86:itab.obj + 0002:00014534 ??_C@_06LJNAHBII@pushfw?$AA@ 1009c534 udis86:itab.obj + 0002:0001453c ??_C@_04DAAGPHDH@pxor?$AA@ 1009c53c udis86:itab.obj + 0002:00014544 ??_C@_03JMFEBJCG@rcl?$AA@ 1009c544 udis86:itab.obj + 0002:00014548 ??_C@_05ONJJBNPC@rcpps?$AA@ 1009c548 udis86:itab.obj + 0002:00014550 ??_C@_05OPNPKDKL@rcpss?$AA@ 1009c550 udis86:itab.obj + 0002:00014558 ??_C@_03EIBFCGPJ@rcr?$AA@ 1009c558 udis86:itab.obj + 0002:0001455c ??_C@_05OGJHMBLI@rdmsr?$AA@ 1009c55c udis86:itab.obj + 0002:00014564 ??_C@_05BIFODJA@rdpmc?$AA@ 1009c564 udis86:itab.obj + 0002:0001456c ??_C@_06MJFBMHIP@rdrand?$AA@ 1009c56c udis86:itab.obj + 0002:00014574 ??_C@_05JIFPPKLN@rdtsc?$AA@ 1009c574 udis86:itab.obj + 0002:0001457c ??_C@_06JKHHOJDN@rdtscp?$AA@ 1009c57c udis86:itab.obj + 0002:00014584 ??_C@_03HOKODIMJ@rep?$AA@ 1009c584 udis86:itab.obj + 0002:00014588 ??_C@_05GIPJNDPP@repne?$AA@ 1009c588 udis86:itab.obj + 0002:00014590 ??_C@_03BKMCPNMN@ret?$AA@ 1009c590 udis86:itab.obj + 0002:00014594 ??_C@_04NGGILANB@retf?$AA@ 1009c594 udis86:itab.obj + 0002:0001459c ??_C@_03JFEOOAEC@rol?$AA@ 1009c59c udis86:itab.obj + 0002:000145a0 ??_C@_03EBAPNPJN@ror?$AA@ 1009c5a0 udis86:itab.obj + 0002:000145a4 ??_C@_07JFJPHJIO@roundpd?$AA@ 1009c5a4 udis86:itab.obj + 0002:000145ac ??_C@_07JABMPNBI@roundps?$AA@ 1009c5ac udis86:itab.obj + 0002:000145b4 ??_C@_07JHNJMHNH@roundsd?$AA@ 1009c5b4 udis86:itab.obj + 0002:000145bc ??_C@_07JCFKEDEB@roundss?$AA@ 1009c5bc udis86:itab.obj + 0002:000145c4 ??_C@_03JJGJILBH@rsm?$AA@ 1009c5c4 udis86:itab.obj + 0002:000145c8 ??_C@_07FOPKGEKI@rsqrtps?$AA@ 1009c5c8 udis86:itab.obj + 0002:000145d0 ??_C@_07FMLMNKPB@rsqrtss?$AA@ 1009c5d0 udis86:itab.obj + 0002:000145d8 ??_C@_04HBFGFECC@sahf?$AA@ 1009c5d8 udis86:itab.obj + 0002:000145e0 ??_C@_04LCIAILL@salc?$AA@ 1009c5e0 udis86:itab.obj + 0002:000145e8 ??_C@_03PDCNJFPC@sar?$AA@ 1009c5e8 udis86:itab.obj + 0002:000145ec ??_C@_03LLKJDJPK@sbb?$AA@ 1009c5ec udis86:itab.obj + 0002:000145f0 ??_C@_05JPPPGDOE@scasb?$AA@ 1009c5f0 udis86:itab.obj + 0002:000145f8 ??_C@_05MJKFMEGC@scasd?$AA@ 1009c5f8 udis86:itab.obj + 0002:00014600 ??_C@_05POBACCHG@scasq?$AA@ 1009c600 udis86:itab.obj + 0002:00014608 ??_C@_05KIEKIFPA@scasw?$AA@ 1009c608 udis86:itab.obj + 0002:00014610 ??_C@_04KEEJAPKG@seta?$AA@ 1009c610 udis86:itab.obj + 0002:00014618 ??_C@_05CHJLNADA@setae?$AA@ 1009c618 udis86:itab.obj + 0002:00014620 ??_C@_04IPGEFMGF@setb?$AA@ 1009c620 udis86:itab.obj + 0002:00014628 ??_C@_05CFNNGOGJ@setbe?$AA@ 1009c628 udis86:itab.obj + 0002:00014630 ??_C@_04PCBDKICA@setg?$AA@ 1009c630 udis86:itab.obj + 0002:00014638 ??_C@_05CDBGKMIC@setge?$AA@ 1009c638 udis86:itab.obj + 0002:00014640 ??_C@_04BBOHHBOL@setl?$AA@ 1009c640 udis86:itab.obj + 0002:00014648 ??_C@_05CPEDEDGD@setle?$AA@ 1009c648 udis86:itab.obj + 0002:00014650 ??_C@_05NGCIHPIH@setno?$AA@ 1009c650 udis86:itab.obj + 0002:00014658 ??_C@_05BLHCHBBJ@setnp?$AA@ 1009c658 udis86:itab.obj + 0002:00014660 ??_C@_05DAFPCCNK@setns?$AA@ 1009c660 udis86:itab.obj + 0002:00014668 ??_C@_05OBJNJJJD@setnz?$AA@ 1009c668 udis86:itab.obj + 0002:00014670 ??_C@_04DKMKCCCI@seto?$AA@ 1009c670 udis86:itab.obj + 0002:00014678 ??_C@_04PHJACMLG@setp?$AA@ 1009c678 udis86:itab.obj + 0002:00014680 ??_C@_04NMLNHPHF@sets?$AA@ 1009c680 udis86:itab.obj + 0002:00014688 ??_C@_04NHPMEDM@setz?$AA@ 1009c688 udis86:itab.obj + 0002:00014690 ??_C@_06LJIOJEOG@sfence?$AA@ 1009c690 udis86:itab.obj + 0002:00014698 ??_C@_04CFNDICEJ@sgdt?$AA@ 1009c698 udis86:itab.obj + 0002:000146a0 ??_C@_03CILNJBKC@shl?$AA@ 1009c6a0 udis86:itab.obj + 0002:000146a4 ??_C@_04DJGBNBPG@shld?$AA@ 1009c6a4 udis86:itab.obj + 0002:000146ac ??_C@_03PMPMKOHN@shr?$AA@ 1009c6ac udis86:itab.obj + 0002:000146b0 ??_C@_04CPNJFPIM@shrd?$AA@ 1009c6b0 udis86:itab.obj + 0002:000146b8 ??_C@_06CBKLGGJD@shufpd?$AA@ 1009c6b8 udis86:itab.obj + 0002:000146c0 ??_C@_06CECIOCAF@shufps?$AA@ 1009c6c0 udis86:itab.obj + 0002:000146c8 ??_C@_04MFAMPFHK@sidt?$AA@ 1009c6c8 udis86:itab.obj + 0002:000146d0 ??_C@_06JOKOMMPP@skinit?$AA@ 1009c6d0 udis86:itab.obj + 0002:000146d8 ??_C@_04PCNCAFEI@sldt?$AA@ 1009c6d8 udis86:itab.obj + 0002:000146e0 ??_C@_04HICKIEBL@smsw?$AA@ 1009c6e0 udis86:itab.obj + 0002:000146e8 ??_C@_06ENECHGME@sqrtpd?$AA@ 1009c6e8 udis86:itab.obj + 0002:000146f0 ??_C@_06EIMBPCFC@sqrtps?$AA@ 1009c6f0 udis86:itab.obj + 0002:000146f8 ??_C@_06EPAEMIJN@sqrtsd?$AA@ 1009c6f8 udis86:itab.obj + 0002:00014700 ??_C@_06EKIHEMAL@sqrtss?$AA@ 1009c700 udis86:itab.obj + 0002:00014708 ??_C@_03LKBJNHHJ@stc?$AA@ 1009c708 udis86:itab.obj + 0002:0001470c ??_C@_03PFFIEBLO@std?$AA@ 1009c70c udis86:itab.obj + 0002:00014710 ??_C@_04JKFFKIHN@stgi?$AA@ 1009c710 udis86:itab.obj + 0002:00014718 ??_C@_03EAPGDPPD@sti?$AA@ 1009c718 udis86:itab.obj + 0002:0001471c ??_C@_07LPMAGAMH@stmxcsr?$AA@ 1009c71c udis86:itab.obj + 0002:00014724 ??_C@_05KNOAFPEF@stosb?$AA@ 1009c724 udis86:itab.obj + 0002:0001472c ??_C@_05PLLKPIMD@stosd?$AA@ 1009c72c udis86:itab.obj + 0002:00014734 ??_C@_05MMAPBONH@stosq?$AA@ 1009c734 udis86:itab.obj + 0002:0001473c ??_C@_05JKFFLJFB@stosw?$AA@ 1009c73c udis86:itab.obj + 0002:00014744 ??_C@_03OJMAPEGJ@str?$AA@ 1009c744 udis86:itab.obj + 0002:00014748 ??_C@_03KCMAIMAP@sub?$AA@ 1009c748 udis86:itab.obj + 0002:0001474c ??_C@_05DGPGLHPH@subpd?$AA@ 1009c74c udis86:itab.obj + 0002:00014754 ??_C@_05DDHFDDGB@subps?$AA@ 1009c754 udis86:itab.obj + 0002:0001475c ??_C@_05DELAAJKO@subsd?$AA@ 1009c75c udis86:itab.obj + 0002:00014764 ??_C@_05DBDDINDI@subss?$AA@ 1009c764 udis86:itab.obj + 0002:0001476c ??_C@_06CPNDNOLP@swapgs?$AA@ 1009c76c udis86:itab.obj + 0002:00014774 ??_C@_07JJMJNHGG@syscall?$AA@ 1009c774 udis86:itab.obj + 0002:0001477c ??_C@_08HHDECGPN@sysenter?$AA@ 1009c77c udis86:itab.obj + 0002:00014788 ??_C@_07LPEIGAGB@sysexit?$AA@ 1009c788 udis86:itab.obj + 0002:00014790 ??_C@_06OJDFPBAP@sysret?$AA@ 1009c790 udis86:itab.obj + 0002:00014798 ??_C@_04CEJDCDCH@test?$AA@ 1009c798 udis86:itab.obj + 0002:000147a0 ??_C@_07ENDLCHEK@ucomisd?$AA@ 1009c7a0 udis86:itab.obj + 0002:000147a8 ??_C@_07EILIKDNM@ucomiss?$AA@ 1009c7a8 udis86:itab.obj + 0002:000147b0 ??_C@_03CAPEEHMA@ud2?$AA@ 1009c7b0 udis86:itab.obj + 0002:000147b4 ??_C@_08EBLLCNNO@unpckhpd?$AA@ 1009c7b4 udis86:itab.obj + 0002:000147c0 ??_C@_08EEDIKJEI@unpckhps?$AA@ 1009c7c0 udis86:itab.obj + 0002:000147cc ??_C@_08MONJLKIJ@unpcklpd?$AA@ 1009c7cc udis86:itab.obj + 0002:000147d8 ??_C@_08MLFKDOBP@unpcklps?$AA@ 1009c7d8 udis86:itab.obj + 0002:000147e4 ??_C@_06KDBFGOEF@vaddpd?$AA@ 1009c7e4 udis86:itab.obj + 0002:000147ec ??_C@_06KGJGOKND@vaddps?$AA@ 1009c7ec udis86:itab.obj + 0002:000147f4 ??_C@_06KBFDNABM@vaddsd?$AA@ 1009c7f4 udis86:itab.obj + 0002:000147fc ??_C@_06KENAFEIK@vaddss?$AA@ 1009c7fc udis86:itab.obj + 0002:00014804 ??_C@_09PPKJNIKN@vaddsubpd?$AA@ 1009c804 udis86:itab.obj + 0002:00014810 ??_C@_09PKCKFMDL@vaddsubps?$AA@ 1009c810 udis86:itab.obj + 0002:0001481c ??_C@_07IPOAKKNN@vaesdec?$AA@ 1009c81c udis86:itab.obj + 0002:00014824 ??_C@_0M@OBBELEHO@vaesdeclast?$AA@ 1009c824 udis86:itab.obj + 0002:00014830 ??_C@_07DLAJCCFJ@vaesenc?$AA@ 1009c830 udis86:itab.obj + 0002:00014838 ??_C@_0M@CPLJOABK@vaesenclast?$AA@ 1009c838 udis86:itab.obj + 0002:00014844 ??_C@_07HDJJCDLI@vaesimc?$AA@ 1009c844 udis86:itab.obj + 0002:0001484c ??_C@_0BB@PMMLANHC@vaeskeygenassist?$AA@ 1009c84c udis86:itab.obj + 0002:00014860 ??_C@_07NPGAGLE@vandnpd?$AA@ 1009c860 udis86:itab.obj + 0002:00014868 ??_C@_07IHFICCC@vandnps?$AA@ 1009c868 udis86:itab.obj + 0002:00014870 ??_C@_06OJKFHGOE@vandpd?$AA@ 1009c870 udis86:itab.obj + 0002:00014878 ??_C@_06OMCGPCHC@vandps?$AA@ 1009c878 udis86:itab.obj + 0002:00014880 ??_C@_08NLIICBDL@vblendpd?$AA@ 1009c880 udis86:itab.obj + 0002:0001488c ??_C@_08NOALKFKN@vblendps?$AA@ 1009c88c udis86:itab.obj + 0002:00014898 ??_C@_09IOAFJLNG@vblendvpd?$AA@ 1009c898 udis86:itab.obj + 0002:000148a4 ??_C@_09ILIGBPEA@vblendvps?$AA@ 1009c8a4 udis86:itab.obj + 0002:000148b0 ??_C@_0N@MDBHDICD@vbroadcastsd?$AA@ 1009c8b0 udis86:itab.obj + 0002:000148c0 ??_C@_0N@MGJELMLF@vbroadcastss?$AA@ 1009c8c0 udis86:itab.obj + 0002:000148d0 ??_C@_06DMLGGNPH@vcmppd?$AA@ 1009c8d0 udis86:itab.obj + 0002:000148d8 ??_C@_06DJDFOJGB@vcmpps?$AA@ 1009c8d8 udis86:itab.obj + 0002:000148e0 ??_C@_06DOPANDKO@vcmpsd?$AA@ 1009c8e0 udis86:itab.obj + 0002:000148e8 ??_C@_06DLHDFHDI@vcmpss?$AA@ 1009c8e8 udis86:itab.obj + 0002:000148f0 ??_C@_07MDLECAKJ@vcomisd?$AA@ 1009c8f0 udis86:itab.obj + 0002:000148f8 ??_C@_07MGDHKEDP@vcomiss?$AA@ 1009c8f8 udis86:itab.obj + 0002:00014900 ??_C@_09KIEBMBPC@vcvtdq2pd?$AA@ 1009c900 udis86:itab.obj + 0002:0001490c ??_C@_09KNMCEFGE@vcvtdq2ps?$AA@ 1009c90c udis86:itab.obj + 0002:00014918 ??_C@_09LEJMHEDF@vcvtpd2dq?$AA@ 1009c918 udis86:itab.obj + 0002:00014924 ??_C@_09JNIFBNBL@vcvtpd2ps?$AA@ 1009c924 udis86:itab.obj + 0002:00014930 ??_C@_09GGFMDPKH@vcvtps2dq?$AA@ 1009c930 udis86:itab.obj + 0002:0001493c ??_C@_09EKMGNCBP@vcvtps2pd?$AA@ 1009c93c udis86:itab.obj + 0002:00014948 ??_C@_09KJHKCLDH@vcvtsd2si?$AA@ 1009c948 udis86:itab.obj + 0002:00014954 ??_C@_09BJFHNBOM@vcvtsd2ss?$AA@ 1009c954 udis86:itab.obj + 0002:00014960 ??_C@_09OEEEJBML@vcvtsi2sd?$AA@ 1009c960 udis86:itab.obj + 0002:0001496c ??_C@_09OBMHBFFN@vcvtsi2ss?$AA@ 1009c96c udis86:itab.obj + 0002:00014978 ??_C@_09MOBEBOOI@vcvtss2sd?$AA@ 1009c978 udis86:itab.obj + 0002:00014984 ??_C@_09HLLKGAKF@vcvtss2si?$AA@ 1009c984 udis86:itab.obj + 0002:00014990 ??_C@_0L@EPPDHPPA@vcvttpd2dq?$AA@ 1009c990 udis86:itab.obj + 0002:0001499c ??_C@_0L@JNDDDEGC@vcvttps2dq?$AA@ 1009c99c udis86:itab.obj + 0002:000149a8 ??_C@_0L@FCBFCAPC@vcvttsd2si?$AA@ 1009c9a8 udis86:itab.obj + 0002:000149b4 ??_C@_0L@IANFGLGA@vcvttss2si?$AA@ 1009c9b4 udis86:itab.obj + 0002:000149c0 ??_C@_06PBFIKEFD@vdivpd?$AA@ 1009c9c0 udis86:itab.obj + 0002:000149c8 ??_C@_06PENLCAMF@vdivps?$AA@ 1009c9c8 udis86:itab.obj + 0002:000149d0 ??_C@_06PDBOBKAK@vdivsd?$AA@ 1009c9d0 udis86:itab.obj + 0002:000149d8 ??_C@_06PGJNJOJM@vdivss?$AA@ 1009c9d8 udis86:itab.obj + 0002:000149e0 ??_C@_05MBKLAHGC@vdppd?$AA@ 1009c9e0 udis86:itab.obj + 0002:000149e8 ??_C@_05MECIIDPE@vdpps?$AA@ 1009c9e8 udis86:itab.obj + 0002:000149f0 ??_C@_04JMLLNPG@verr?$AA@ 1009c9f0 udis86:itab.obj + 0002:000149f8 ??_C@_04HELMEJLD@verw?$AA@ 1009c9f8 udis86:itab.obj + 0002:00014a00 ??_C@_0N@GHEEFFJN@vextractf128?$AA@ 1009ca00 udis86:itab.obj + 0002:00014a10 ??_C@_0L@EDDICPO@vextractps?$AA@ 1009ca10 udis86:itab.obj + 0002:00014a1c ??_C@_07GIFBBNG@vhaddpd?$AA@ 1009ca1c udis86:itab.obj + 0002:00014a24 ??_C@_07DAGJFEA@vhaddps?$AA@ 1009ca24 udis86:itab.obj + 0002:00014a2c ??_C@_07DAHAFDKI@vhsubpd?$AA@ 1009ca2c udis86:itab.obj + 0002:00014a34 ??_C@_07DFPDNHDO@vhsubps?$AA@ 1009ca34 udis86:itab.obj + 0002:00014a3c ??_C@_0M@HPBOMOMM@vinsertf128?$AA@ 1009ca3c udis86:itab.obj + 0002:00014a48 ??_C@_09GAJGHFHO@vinsertps?$AA@ 1009ca48 udis86:itab.obj + 0002:00014a54 ??_C@_06ENJADELM@vlddqu?$AA@ 1009ca54 udis86:itab.obj + 0002:00014a5c ??_C@_0M@HIPJIAEN@vmaskmovdqu?$AA@ 1009ca5c udis86:itab.obj + 0002:00014a68 ??_C@_0L@PCLMIHED@vmaskmovpd?$AA@ 1009ca68 udis86:itab.obj + 0002:00014a74 ??_C@_0L@PHDPADNF@vmaskmovps?$AA@ 1009ca74 udis86:itab.obj + 0002:00014a80 ??_C@_06GPIMJGJ@vmaxpd?$AA@ 1009ca80 udis86:itab.obj + 0002:00014a88 ??_C@_06DHLENPP@vmaxps?$AA@ 1009ca88 udis86:itab.obj + 0002:00014a90 ??_C@_06ELOHHDA@vmaxsd?$AA@ 1009ca90 udis86:itab.obj + 0002:00014a98 ??_C@_06BDNPDKG@vmaxss?$AA@ 1009ca98 udis86:itab.obj + 0002:00014aa0 ??_C@_06IMMMFCAA@vmcall?$AA@ 1009caa0 udis86:itab.obj + 0002:00014aa8 ??_C@_07JAMFMPEO@vmclear?$AA@ 1009caa8 udis86:itab.obj + 0002:00014ab0 ??_C@_06EDPKIKOL@vminpd?$AA@ 1009cab0 udis86:itab.obj + 0002:00014ab8 ??_C@_06EGHJAOHN@vminps?$AA@ 1009cab8 udis86:itab.obj + 0002:00014ac0 ??_C@_06EBLMDELC@vminsd?$AA@ 1009cac0 udis86:itab.obj + 0002:00014ac8 ??_C@_06EEDPLACE@vminss?$AA@ 1009cac8 udis86:itab.obj + 0002:00014ad0 ??_C@_08FDGBGFFD@vmlaunch?$AA@ 1009cad0 udis86:itab.obj + 0002:00014adc ??_C@_06COECKLLJ@vmload?$AA@ 1009cadc udis86:itab.obj + 0002:00014ae4 ??_C@_07HLGEACDE@vmmcall?$AA@ 1009cae4 udis86:itab.obj + 0002:00014aec ??_C@_07EDEJGLNB@vmovapd?$AA@ 1009caec udis86:itab.obj + 0002:00014af4 ??_C@_07EGMKOPEH@vmovaps?$AA@ 1009caf4 udis86:itab.obj + 0002:00014afc ??_C@_05MAEMFOGI@vmovd?$AA@ 1009cafc udis86:itab.obj + 0002:00014b04 ??_C@_08NENHFECA@vmovddup?$AA@ 1009cb04 udis86:itab.obj + 0002:00014b10 ??_C@_07ICCAFJB@vmovdqa?$AA@ 1009cb10 udis86:itab.obj + 0002:00014b18 ??_C@_07CGIMNCME@vmovdqu?$AA@ 1009cb18 udis86:itab.obj + 0002:00014b20 ??_C@_08PJHFAAOG@vmovhlps?$AA@ 1009cb20 udis86:itab.obj + 0002:00014b2c ??_C@_07DOEBCEFL@vmovhpd?$AA@ 1009cb2c udis86:itab.obj + 0002:00014b34 ??_C@_07DLMCKAMN@vmovhps?$AA@ 1009cb34 udis86:itab.obj + 0002:00014b3c ??_C@_08IDJHDBHB@vmovlhps?$AA@ 1009cb3c udis86:itab.obj + 0002:00014b48 ??_C@_07LBCDLDAM@vmovlpd?$AA@ 1009cb48 udis86:itab.obj + 0002:00014b50 ??_C@_07LEKADHJK@vmovlps?$AA@ 1009cb50 udis86:itab.obj + 0002:00014b58 ??_C@_09HPCCGDMJ@vmovmskpd?$AA@ 1009cb58 udis86:itab.obj + 0002:00014b64 ??_C@_09HKKBOHFP@vmovmskps?$AA@ 1009cb64 udis86:itab.obj + 0002:00014b70 ??_C@_08MKIBODBI@vmovntdq?$AA@ 1009cb70 udis86:itab.obj + 0002:00014b7c ??_C@_09GPEAEDFD@vmovntdqa?$AA@ 1009cb7c udis86:itab.obj + 0002:00014b88 ??_C@_08OGBLAOKA@vmovntpd?$AA@ 1009cb88 udis86:itab.obj + 0002:00014b94 ??_C@_08ODJIIKDG@vmovntps?$AA@ 1009cb94 udis86:itab.obj + 0002:00014ba0 ??_C@_05PHPJLIHM@vmovq?$AA@ 1009cba0 udis86:itab.obj + 0002:00014ba8 ??_C@_06FLFBLOGC@vmovsd?$AA@ 1009cba8 udis86:itab.obj + 0002:00014bb0 ??_C@_09CBMIKDFJ@vmovshdup?$AA@ 1009cbb0 udis86:itab.obj + 0002:00014bbc ??_C@_09NEEIAFJJ@vmovsldup?$AA@ 1009cbbc udis86:itab.obj + 0002:00014bc8 ??_C@_06FONCDKPE@vmovss?$AA@ 1009cbc8 udis86:itab.obj + 0002:00014bd0 ??_C@_07JMDCKLBJ@vmovupd?$AA@ 1009cbd0 udis86:itab.obj + 0002:00014bd8 ??_C@_07JJLBCPIP@vmovups?$AA@ 1009cbd8 udis86:itab.obj + 0002:00014be0 ??_C@_08ILEEIFPG@vmpsadbw?$AA@ 1009cbe0 udis86:itab.obj + 0002:00014bec ??_C@_07JMJJCKJK@vmptrld?$AA@ 1009cbec udis86:itab.obj + 0002:00014bf4 ??_C@_07MBCBNMIG@vmptrst?$AA@ 1009cbf4 udis86:itab.obj + 0002:00014bfc ??_C@_06JOCPGCDO@vmread?$AA@ 1009cbfc udis86:itab.obj + 0002:00014c04 ??_C@_08EIHJLGKP@vmresume?$AA@ 1009cc04 udis86:itab.obj + 0002:00014c10 ??_C@_05JKJGIHPJ@vmrun?$AA@ 1009cc10 udis86:itab.obj + 0002:00014c18 ??_C@_06CMFPFIGN@vmsave?$AA@ 1009cc18 udis86:itab.obj + 0002:00014c20 ??_C@_06EMODDIOD@vmulpd?$AA@ 1009cc20 udis86:itab.obj + 0002:00014c28 ??_C@_06EJGALMHF@vmulps?$AA@ 1009cc28 udis86:itab.obj + 0002:00014c30 ??_C@_06EOKFIGLK@vmulsd?$AA@ 1009cc30 udis86:itab.obj + 0002:00014c38 ??_C@_06ELCGACCM@vmulss?$AA@ 1009cc38 udis86:itab.obj + 0002:00014c40 ??_C@_07ICOKPMJF@vmwrite?$AA@ 1009cc40 udis86:itab.obj + 0002:00014c48 ??_C@_06IMFLOOPM@vmxoff?$AA@ 1009cc48 udis86:itab.obj + 0002:00014c50 ??_C@_05OEJKEBDL@vmxon?$AA@ 1009cc50 udis86:itab.obj + 0002:00014c58 ??_C@_05BMHCPOPI@vorpd?$AA@ 1009cc58 udis86:itab.obj + 0002:00014c60 ??_C@_05BJPBHKGO@vorps?$AA@ 1009cc60 udis86:itab.obj + 0002:00014c68 ??_C@_06NCAIHGAI@vpabsb?$AA@ 1009cc68 udis86:itab.obj + 0002:00014c70 ??_C@_06IEFCNBIO@vpabsd?$AA@ 1009cc70 udis86:itab.obj + 0002:00014c78 ??_C@_06OFLNJABM@vpabsw?$AA@ 1009cc78 udis86:itab.obj + 0002:00014c80 ??_C@_09DLPFLBOH@vpackssdw?$AA@ 1009cc80 udis86:itab.obj + 0002:00014c8c ??_C@_09BCCAEKNK@vpacksswb?$AA@ 1009cc8c udis86:itab.obj + 0002:00014c98 ??_C@_09LELFEEEH@vpackusdw?$AA@ 1009cc98 udis86:itab.obj + 0002:00014ca4 ??_C@_09JNGALPHK@vpackuswb?$AA@ 1009cca4 udis86:itab.obj + 0002:00014cb0 ??_C@_06OOAKJMCB@vpaddb?$AA@ 1009ccb0 udis86:itab.obj + 0002:00014cb8 ??_C@_06LIFADLKH@vpaddd?$AA@ 1009ccb8 udis86:itab.obj + 0002:00014cc0 ??_C@_06IPOFNNLD@vpaddq?$AA@ 1009ccc0 udis86:itab.obj + 0002:00014cc8 ??_C@_07GKINKKA@vpaddsb?$AA@ 1009ccc8 udis86:itab.obj + 0002:00014cd0 ??_C@_07DBBNDMLE@vpaddsw?$AA@ 1009ccd0 udis86:itab.obj + 0002:00014cd8 ??_C@_08LJJEJEIM@vpaddusb?$AA@ 1009ccd8 udis86:itab.obj + 0002:00014ce4 ??_C@_08IOCBHCJI@vpaddusw?$AA@ 1009cce4 udis86:itab.obj + 0002:00014cf0 ??_C@_06NJLPHKDF@vpaddw?$AA@ 1009ccf0 udis86:itab.obj + 0002:00014cf8 ??_C@_08JHLGPDG@vpalignr?$AA@ 1009ccf8 udis86:itab.obj + 0002:00014d04 ??_C@_05KKNGIIKA@vpand?$AA@ 1009cd04 udis86:itab.obj + 0002:00014d0c ??_C@_06CNACDDEJ@vpandn?$AA@ 1009cd0c udis86:itab.obj + 0002:00014d14 ??_C@_06BGFMLNGM@vpavgb?$AA@ 1009cd14 udis86:itab.obj + 0002:00014d1c ??_C@_06CBOJFLHI@vpavgw?$AA@ 1009cd1c udis86:itab.obj + 0002:00014d24 ??_C@_09EJBAKIC@vpblendvb?$AA@ 1009cd24 udis86:itab.obj + 0002:00014d30 ??_C@_08PAILKGLD@vpblendw?$AA@ 1009cd30 udis86:itab.obj + 0002:00014d3c ??_C@_0L@NBDJJMAH@vpclmulqdq?$AA@ 1009cd3c udis86:itab.obj + 0002:00014d48 ??_C@_08MPPJGGNO@vpcmpeqb?$AA@ 1009cd48 udis86:itab.obj + 0002:00014d54 ??_C@_08JJKDMBFI@vpcmpeqd?$AA@ 1009cd54 udis86:itab.obj + 0002:00014d60 ??_C@_08KOBGCHEM@vpcmpeqq?$AA@ 1009cd60 udis86:itab.obj + 0002:00014d6c ??_C@_08PIEMIAMK@vpcmpeqw?$AA@ 1009cd6c udis86:itab.obj + 0002:00014d78 ??_C@_0L@FHJCNEPG@vpcmpestri?$AA@ 1009cd78 udis86:itab.obj + 0002:00014d84 ??_C@_0L@DDPOBBPC@vpcmpestrm?$AA@ 1009cd84 udis86:itab.obj + 0002:00014d90 ??_C@_08GDDLGMLO@vpcmpgtb?$AA@ 1009cd90 udis86:itab.obj + 0002:00014d9c ??_C@_08DFGBMLDI@vpcmpgtd?$AA@ 1009cd9c udis86:itab.obj + 0002:00014da8 ??_C@_08CNECNCM@vpcmpgtq?$AA@ 1009cda8 udis86:itab.obj + 0002:00014db4 ??_C@_08FEIOIKKK@vpcmpgtw?$AA@ 1009cdb4 udis86:itab.obj + 0002:00014dc0 ??_C@_0L@CAFABEIN@vpcmpistri?$AA@ 1009cdc0 udis86:itab.obj + 0002:00014dcc ??_C@_0L@EEDMNBIJ@vpcmpistrm?$AA@ 1009cdcc udis86:itab.obj + 0002:00014dd8 ??_C@_0L@EBGBBKJC@vperm2f128?$AA@ 1009cdd8 udis86:itab.obj + 0002:00014de4 ??_C@_09PAKFEJKO@vpermilpd?$AA@ 1009cde4 udis86:itab.obj + 0002:00014df0 ??_C@_09PFCGMNDI@vpermilps?$AA@ 1009cdf0 udis86:itab.obj + 0002:00014dfc ??_C@_07GJPCNPJN@vpextrb?$AA@ 1009cdfc udis86:itab.obj + 0002:00014e04 ??_C@_07DPKIHIBL@vpextrd?$AA@ 1009ce04 udis86:itab.obj + 0002:00014e0c ??_C@_07IBNJOAP@vpextrq?$AA@ 1009ce0c udis86:itab.obj + 0002:00014e14 ??_C@_07FOEHDJIJ@vpextrw?$AA@ 1009ce14 udis86:itab.obj + 0002:00014e1c ??_C@_07KGHEBGGL@vphaddd?$AA@ 1009ce1c udis86:itab.obj + 0002:00014e24 ??_C@_08KDNBJGAC@vphaddsw?$AA@ 1009ce24 udis86:itab.obj + 0002:00014e30 ??_C@_07MHJLFHPJ@vphaddw?$AA@ 1009ce30 udis86:itab.obj + 0002:00014e38 ??_C@_0M@JBMAEGIN@vphminposuw?$AA@ 1009ce38 udis86:itab.obj + 0002:00014e44 ??_C@_07FAHMJOMB@vphsubd?$AA@ 1009ce44 udis86:itab.obj + 0002:00014e4c ??_C@_08JFCENEHM@vphsubsw?$AA@ 1009ce4c udis86:itab.obj + 0002:00014e58 ??_C@_07DBJDNPFD@vphsubw?$AA@ 1009ce58 udis86:itab.obj + 0002:00014e60 ??_C@_07GMEHEFHN@vpinsrb?$AA@ 1009ce60 udis86:itab.obj + 0002:00014e68 ??_C@_07DKBNOCPL@vpinsrd?$AA@ 1009ce68 udis86:itab.obj + 0002:00014e70 ??_C@_07NKIAEOP@vpinsrq?$AA@ 1009ce70 udis86:itab.obj + 0002:00014e78 ??_C@_07FLPCKDGJ@vpinsrw?$AA@ 1009ce78 udis86:itab.obj + 0002:00014e80 ??_C@_0L@LPIDNJFI@vpmaddubsw?$AA@ 1009ce80 udis86:itab.obj + 0002:00014e8c ??_C@_08JHAPFAOL@vpmaddwd?$AA@ 1009ce8c udis86:itab.obj + 0002:00014e98 ??_C@_07KDEFHNIM@vpmaxsb?$AA@ 1009ce98 udis86:itab.obj + 0002:00014ea0 ??_C@_07PFBPNKAK@vpmaxsd?$AA@ 1009cea0 udis86:itab.obj + 0002:00014ea8 ??_C@_07JEPAJLJI@vpmaxsw?$AA@ 1009cea8 udis86:itab.obj + 0002:00014eb0 ??_C@_07KHMIABDO@vpmaxub?$AA@ 1009ceb0 udis86:itab.obj + 0002:00014eb8 ??_C@_07PBJCKGLI@vpmaxud?$AA@ 1009ceb8 udis86:itab.obj + 0002:00014ec0 ??_C@_07JAHNOHCK@vpmaxuw?$AA@ 1009cec0 udis86:itab.obj + 0002:00014ec8 ??_C@_07OGEHDOAO@vpminsb?$AA@ 1009cec8 udis86:itab.obj + 0002:00014ed0 ??_C@_07LABNJJII@vpminsd?$AA@ 1009ced0 udis86:itab.obj + 0002:00014ed8 ??_C@_07NBPCNIBK@vpminsw?$AA@ 1009ced8 udis86:itab.obj + 0002:00014ee0 ??_C@_07OCMKECLM@vpminub?$AA@ 1009cee0 udis86:itab.obj + 0002:00014ee8 ??_C@_07LEJAOFDK@vpminud?$AA@ 1009cee8 udis86:itab.obj + 0002:00014ef0 ??_C@_07NFHPKEKI@vpminuw?$AA@ 1009cef0 udis86:itab.obj + 0002:00014ef8 ??_C@_09PHILFHFD@vpmovmskb?$AA@ 1009cef8 udis86:itab.obj + 0002:00014f04 ??_C@_09KGNBGFLI@vpmovsxbd?$AA@ 1009cf04 udis86:itab.obj + 0002:00014f10 ??_C@_09JBGEIDKM@vpmovsxbq?$AA@ 1009cf10 udis86:itab.obj + 0002:00014f1c ??_C@_09MHDOCECK@vpmovsxbw?$AA@ 1009cf1c udis86:itab.obj + 0002:00014f28 ??_C@_09LMDMAECD@vpmovsxwd?$AA@ 1009cf28 udis86:itab.obj + 0002:00014f34 ??_C@_09ILIJOCDH@vpmovsxwq?$AA@ 1009cf34 udis86:itab.obj + 0002:00014f40 ??_C@_09KLMBAHMJ@vpmovzxbd?$AA@ 1009cf40 udis86:itab.obj + 0002:00014f4c ??_C@_09JMHEOBNN@vpmovzxbq?$AA@ 1009cf4c udis86:itab.obj + 0002:00014f58 ??_C@_09MKCOEGFL@vpmovzxbw?$AA@ 1009cf58 udis86:itab.obj + 0002:00014f64 ??_C@_09JIPJJNGP@vpmovzxdq?$AA@ 1009cf64 udis86:itab.obj + 0002:00014f70 ??_C@_09LBCMGGFC@vpmovzxwd?$AA@ 1009cf70 udis86:itab.obj + 0002:00014f7c ??_C@_09IGJJIAEG@vpmovzxwq?$AA@ 1009cf7c udis86:itab.obj + 0002:00014f88 ??_C@_07JBNIHIGB@vpmuldq?$AA@ 1009cf88 udis86:itab.obj + 0002:00014f90 ??_C@_09MDLEEJOH@vpmulhrsw?$AA@ 1009cf90 udis86:itab.obj + 0002:00014f9c ??_C@_08BHIFHBOD@vpmulhuw?$AA@ 1009cf9c udis86:itab.obj + 0002:00014fa8 ??_C@_07MOJICGID@vpmulhw?$AA@ 1009cfa8 udis86:itab.obj + 0002:00014fb0 ??_C@_07KIHOMPMN@vpmulld?$AA@ 1009cfb0 udis86:itab.obj + 0002:00014fb8 ??_C@_07MJJBIOFP@vpmullw?$AA@ 1009cfb8 udis86:itab.obj + 0002:00014fc0 ??_C@_04HKPCCKHI@vpor?$AA@ 1009cfc0 udis86:itab.obj + 0002:00014fc8 ??_C@_07KKAHNJBD@vpsadbw?$AA@ 1009cfc8 udis86:itab.obj + 0002:00014fd0 ??_C@_07HPAOMFFA@vpshufb?$AA@ 1009cfd0 udis86:itab.obj + 0002:00014fd8 ??_C@_07CJFEGCNG@vpshufd?$AA@ 1009cfd8 udis86:itab.obj + 0002:00014fe0 ??_C@_08GPNDFNG@vpshufhw?$AA@ 1009cfe0 udis86:itab.obj + 0002:00014fec ??_C@_08BPEJNAK@vpshuflw?$AA@ 1009cfec udis86:itab.obj + 0002:00014ff8 ??_C@_07LGGNCCEM@vpsignb?$AA@ 1009cff8 udis86:itab.obj + 0002:00015000 ??_C@_07OADHIFMK@vpsignd?$AA@ 1009d000 udis86:itab.obj + 0002:00015008 ??_C@_07IBNIMEFI@vpsignw?$AA@ 1009d008 udis86:itab.obj + 0002:00015010 ??_C@_06GJNHIGBC@vpslld?$AA@ 1009d010 udis86:itab.obj + 0002:00015018 ??_C@_07MFPEOOHJ@vpslldq?$AA@ 1009d018 udis86:itab.obj + 0002:00015020 ??_C@_06FOGCGAAG@vpsllq?$AA@ 1009d020 udis86:itab.obj + 0002:00015028 ??_C@_06IDIMHIA@vpsllw?$AA@ 1009d028 udis86:itab.obj + 0002:00015030 ??_C@_06NBMJDFON@vpsrad?$AA@ 1009d030 udis86:itab.obj + 0002:00015038 ??_C@_06LACGHEHP@vpsraw?$AA@ 1009d038 udis86:itab.obj + 0002:00015040 ??_C@_06NJBBKGLO@vpsrld?$AA@ 1009d040 udis86:itab.obj + 0002:00015048 ??_C@_07BKCEMHJK@vpsrldq?$AA@ 1009d048 udis86:itab.obj + 0002:00015050 ??_C@_06OOKEEAKK@vpsrlq?$AA@ 1009d050 udis86:itab.obj + 0002:00015058 ??_C@_06LIPOOHCM@vpsrlw?$AA@ 1009d058 udis86:itab.obj + 0002:00015060 ??_C@_06BIACBEIL@vpsubb?$AA@ 1009d060 udis86:itab.obj + 0002:00015068 ??_C@_06EOFILDAN@vpsubd?$AA@ 1009d068 udis86:itab.obj + 0002:00015070 ??_C@_06HJONFFBJ@vpsubq?$AA@ 1009d070 udis86:itab.obj + 0002:00015078 ??_C@_07DAFNJINO@vpsubsb?$AA@ 1009d078 udis86:itab.obj + 0002:00015080 ??_C@_07HOIHOMK@vpsubsw?$AA@ 1009d080 udis86:itab.obj + 0002:00015088 ??_C@_08OBPDNPF@vpsubusb?$AA@ 1009d088 udis86:itab.obj + 0002:00015094 ??_C@_08DJKKNLOB@vpsubusw?$AA@ 1009d094 udis86:itab.obj + 0002:000150a0 ??_C@_06CPLHPCJP@vpsubw?$AA@ 1009d0a0 udis86:itab.obj + 0002:000150a8 ??_C@_06PLEHODJE@vptest?$AA@ 1009d0a8 udis86:itab.obj + 0002:000150b0 ??_C@_0L@FCKGKDDI@vpunpckhbw?$AA@ 1009d0b0 udis86:itab.obj + 0002:000150bc ??_C@_0L@HBHIAM@vpunpckhdq?$AA@ 1009d0bc udis86:itab.obj + 0002:000150c8 ??_C@_0M@ECLILDNC@vpunpckhqdq?$AA@ 1009d0c8 udis86:itab.obj + 0002:000150d4 ??_C@_0L@CJKEIDDB@vpunpckhwd?$AA@ 1009d0d4 udis86:itab.obj + 0002:000150e0 ??_C@_0L@NNMEDEGP@vpunpcklbw?$AA@ 1009d0e0 udis86:itab.obj + 0002:000150ec ??_C@_0L@IPBDOPFL@vpunpckldq?$AA@ 1009d0ec udis86:itab.obj + 0002:000150f8 ??_C@_0M@LHDIBFBC@vpunpcklqdq?$AA@ 1009d0f8 udis86:itab.obj + 0002:00015104 ??_C@_0L@KGMGBEGG@vpunpcklwd?$AA@ 1009d104 udis86:itab.obj + 0002:00015110 ??_C@_05JKJNEPFF@vpxor?$AA@ 1009d110 udis86:itab.obj + 0002:00015118 ??_C@_06EOIPIGDO@vrcpps?$AA@ 1009d118 udis86:itab.obj + 0002:00015120 ??_C@_06EMMJDIGH@vrcpss?$AA@ 1009d120 udis86:itab.obj + 0002:00015128 ??_C@_08JFANAIBG@vroundpd?$AA@ 1009d128 udis86:itab.obj + 0002:00015134 ??_C@_08JAIOIMIA@vroundps?$AA@ 1009d134 udis86:itab.obj + 0002:00015140 ??_C@_08JHELLGEP@vroundsd?$AA@ 1009d140 udis86:itab.obj + 0002:0001514c ??_C@_08JCMIDCNJ@vroundss?$AA@ 1009d14c udis86:itab.obj + 0002:00015158 ??_C@_08FOGIBFDA@vrsqrtps?$AA@ 1009d158 udis86:itab.obj + 0002:00015164 ??_C@_08FMCOKLGJ@vrsqrtss?$AA@ 1009d164 udis86:itab.obj + 0002:00015170 ??_C@_07LDNKPOJD@vshufpd?$AA@ 1009d170 udis86:itab.obj + 0002:00015178 ??_C@_07LGFJHKAF@vshufps?$AA@ 1009d178 udis86:itab.obj + 0002:00015180 ??_C@_07NPDDOOME@vsqrtpd?$AA@ 1009d180 udis86:itab.obj + 0002:00015188 ??_C@_07NKLAGKFC@vsqrtps?$AA@ 1009d188 udis86:itab.obj + 0002:00015190 ??_C@_07NNHFFAJN@vsqrtsd?$AA@ 1009d190 udis86:itab.obj + 0002:00015198 ??_C@_07NIPGNEAL@vsqrtss?$AA@ 1009d198 udis86:itab.obj + 0002:000151a0 ??_C@_08LPFCBBFP@vstmxcsr?$AA@ 1009d1a0 udis86:itab.obj + 0002:000151ac ??_C@_06JFOACMDL@vsubpd?$AA@ 1009d1ac udis86:itab.obj + 0002:000151b4 ??_C@_06JAGDKIKN@vsubps?$AA@ 1009d1b4 udis86:itab.obj + 0002:000151bc ??_C@_06JHKGJCGC@vsubsd?$AA@ 1009d1bc udis86:itab.obj + 0002:000151c4 ??_C@_06JCCFBGPE@vsubss?$AA@ 1009d1c4 udis86:itab.obj + 0002:000151cc ??_C@_07LPLDLJHH@vtestpd?$AA@ 1009d1cc udis86:itab.obj + 0002:000151d4 ??_C@_07LKDADNOB@vtestps?$AA@ 1009d1d4 udis86:itab.obj + 0002:000151dc ??_C@_08ENKJFGNC@vucomisd?$AA@ 1009d1dc udis86:itab.obj + 0002:000151e8 ??_C@_08EICKNCEE@vucomiss?$AA@ 1009d1e8 udis86:itab.obj + 0002:000151f4 ??_C@_09LPGPKENJ@vunpckhpd?$AA@ 1009d1f4 udis86:itab.obj + 0002:00015200 ??_C@_09LKOMCAEP@vunpckhps?$AA@ 1009d200 udis86:itab.obj + 0002:0001520c ??_C@_09DAANDDIO@vunpcklpd?$AA@ 1009d20c udis86:itab.obj + 0002:00015218 ??_C@_09DFIOLHBI@vunpcklps?$AA@ 1009d218 udis86:itab.obj + 0002:00015224 ??_C@_06IFGOAEEE@vxorpd?$AA@ 1009d224 udis86:itab.obj + 0002:0001522c ??_C@_06IAONIANC@vxorps?$AA@ 1009d22c udis86:itab.obj + 0002:00015234 ??_C@_08CIMGHFML@vzeroall?$AA@ 1009d234 udis86:itab.obj + 0002:00015240 ??_C@_0L@HMOMGDGG@vzeroupper?$AA@ 1009d240 udis86:itab.obj + 0002:0001524c ??_C@_04PNOAOIAG@wait?$AA@ 1009d24c udis86:itab.obj + 0002:00015254 ??_C@_06BAFGEPDI@wbinvd?$AA@ 1009d254 udis86:itab.obj + 0002:0001525c ??_C@_05FJPKDCCJ@wrmsr?$AA@ 1009d25c udis86:itab.obj + 0002:00015264 ??_C@_04DNKKPONF@xadd?$AA@ 1009d264 udis86:itab.obj + 0002:0001526c ??_C@_04LFJEJMPJ@xchg?$AA@ 1009d26c udis86:itab.obj + 0002:00015274 ??_C@_09CAOANIJI@xcryptcbc?$AA@ 1009d274 udis86:itab.obj + 0002:00015280 ??_C@_09DOPCEBAF@xcryptcfb?$AA@ 1009d280 udis86:itab.obj + 0002:0001528c ??_C@_09GLJCCEEK@xcryptctr?$AA@ 1009d28c udis86:itab.obj + 0002:00015298 ??_C@_09BNFCNMDC@xcryptecb?$AA@ 1009d298 udis86:itab.obj + 0002:000152a4 ??_C@_09HECEPOLN@xcryptofb?$AA@ 1009d2a4 udis86:itab.obj + 0002:000152b0 ??_C@_06CPFMIPOH@xgetbv?$AA@ 1009d2b0 udis86:itab.obj + 0002:000152b8 ??_C@_05HCCHBCHD@xlatb?$AA@ 1009d2b8 udis86:itab.obj + 0002:000152c0 ??_C@_03COLCDPPJ@xor?$AA@ 1009d2c0 udis86:itab.obj + 0002:000152c4 ??_C@_05CGHIJPII@xorpd?$AA@ 1009d2c4 udis86:itab.obj + 0002:000152cc ??_C@_05CDPLBLBO@xorps?$AA@ 1009d2cc udis86:itab.obj + 0002:000152d4 ??_C@_06PPFDCILK@xrstor?$AA@ 1009d2d4 udis86:itab.obj + 0002:000152dc ??_C@_05NMFCFAIJ@xsave?$AA@ 1009d2dc udis86:itab.obj + 0002:000152e4 ??_C@_06LHBLMPGK@xsetbv?$AA@ 1009d2e4 udis86:itab.obj + 0002:000152ec ??_C@_05GGOEDCKG@xsha1?$AA@ 1009d2ec udis86:itab.obj + 0002:000152f4 ??_C@_07IJIDDFOL@xsha256?$AA@ 1009d2f4 udis86:itab.obj + 0002:000152fc ??_C@_06BAEKEDCE@xstore?$AA@ 1009d2fc udis86:itab.obj + 0002:00015304 ??_C@_07MALOAKCI@invalid?$AA@ 1009d304 udis86:itab.obj + 0002:0001530c ??_C@_05FIGNBJMO@3dnow?$AA@ 1009d30c udis86:itab.obj + 0002:00015314 ??_C@_04CGFJFPFD@none?$AA@ 1009d314 udis86:itab.obj + 0002:0001531c ??_C@_02BIKLEMDE@db?$AA@ 1009d31c udis86:itab.obj + 0002:00015320 ??_C@_05PDJBBECF@pause?$AA@ 1009d320 udis86:itab.obj + 0002:00015ed0 _ud_itab__0 1009ded0 udis86:itab.obj + 0002:00017b00 _ud_reg_tab 1009fb00 udis86:syn.obj + 0002:00017d6c ??_C@_02IAODKDFB@al?$AA@ 1009fd6c udis86:syn.obj + 0002:00017d70 ??_C@_02IDGHHHDP@cl?$AA@ 1009fd70 udis86:syn.obj + 0002:00017d74 ??_C@_02IGCIGBLK@dl?$AA@ 1009fd74 udis86:syn.obj + 0002:00017d78 ??_C@_02ICKFBNAI@bl?$AA@ 1009fd78 udis86:syn.obj + 0002:00017d7c ??_C@_02OEIPGGFF@ah?$AA@ 1009fd7c udis86:syn.obj + 0002:00017d80 ??_C@_02OHALLCDL@ch?$AA@ 1009fd80 udis86:syn.obj + 0002:00017d84 ??_C@_02OCEEKELO@dh?$AA@ 1009fd84 udis86:syn.obj + 0002:00017d88 ??_C@_02OGMJNIAM@bh?$AA@ 1009fd88 udis86:syn.obj + 0002:00017d8c ??_C@_03DKIIGDGK@spl?$AA@ 1009fd8c udis86:syn.obj + 0002:00017d90 ??_C@_03NCCNFDJA@bpl?$AA@ 1009fd90 udis86:syn.obj + 0002:00017d94 ??_C@_03CJHPPLJF@sil?$AA@ 1009fd94 udis86:syn.obj + 0002:00017d98 ??_C@_03OELBJELD@dil?$AA@ 1009fd98 udis86:syn.obj + 0002:00017d9c ??_C@_03GCDOPFPJ@r8b?$AA@ 1009fd9c udis86:syn.obj + 0002:00017da0 ??_C@_03GDPMJPMO@r9b?$AA@ 1009fda0 udis86:syn.obj + 0002:00017da4 ??_C@_04IBPIMIDM@r10b?$AA@ 1009fda4 udis86:syn.obj + 0002:00017dac ??_C@_04IADKKCAL@r11b?$AA@ 1009fdac udis86:syn.obj + 0002:00017db4 ??_C@_04ICHMBMFC@r12b?$AA@ 1009fdb4 udis86:syn.obj + 0002:00017dbc ??_C@_04IDLOHGGF@r13b?$AA@ 1009fdbc udis86:syn.obj + 0002:00017dc4 ??_C@_04IGPBGAOA@r14b?$AA@ 1009fdc4 udis86:syn.obj + 0002:00017dcc ??_C@_04IHDDAKNH@r15b?$AA@ 1009fdcc udis86:syn.obj + 0002:00017dd4 ??_C@_02KOENHEAE@ax?$AA@ 1009fdd4 udis86:syn.obj + 0002:00017dd8 ??_C@_02KNMJKAGK@cx?$AA@ 1009fdd8 udis86:syn.obj + 0002:00017ddc ??_C@_02KIIGLGOP@dx?$AA@ 1009fddc udis86:syn.obj + 0002:00017de0 ??_C@_02KMALMKFN@bx?$AA@ 1009fde0 udis86:syn.obj + 0002:00017de4 ??_C@_02HJDGIJBC@sp?$AA@ 1009fde4 udis86:syn.obj + 0002:00017de8 ??_C@_02GENCEAFF@bp?$AA@ 1009fde8 udis86:syn.obj + 0002:00017dec ??_C@_02OCDGCAAK@si?$AA@ 1009fdec udis86:syn.obj + 0002:00017df0 ??_C@_02PLFPJFPP@di?$AA@ 1009fdf0 udis86:syn.obj + 0002:00017df4 ??_C@_03FFILBDON@r8w?$AA@ 1009fdf4 udis86:syn.obj + 0002:00017df8 ??_C@_03FEEJHJNK@r9w?$AA@ 1009fdf8 udis86:syn.obj + 0002:00017dfc ??_C@_04LGENCOCI@r10w?$AA@ 1009fdfc udis86:syn.obj + 0002:00017e04 ??_C@_04LHIPEEBP@r11w?$AA@ 1009fe04 udis86:syn.obj + 0002:00017e0c ??_C@_04LFMJPKEG@r12w?$AA@ 1009fe0c udis86:syn.obj + 0002:00017e14 ??_C@_04LEALJAHB@r13w?$AA@ 1009fe14 udis86:syn.obj + 0002:00017e1c ??_C@_04LBEEIGPE@r14w?$AA@ 1009fe1c udis86:syn.obj + 0002:00017e24 ??_C@_04LAIGOMMD@r15w?$AA@ 1009fe24 udis86:syn.obj + 0002:00017e2c ??_C@_03HMLAHFDL@eax?$AA@ 1009fe2c udis86:syn.obj + 0002:00017e30 ??_C@_03HPDEKBFF@ecx?$AA@ 1009fe30 udis86:syn.obj + 0002:00017e34 ??_C@_03HKHLLHNA@edx?$AA@ 1009fe34 udis86:syn.obj + 0002:00017e38 ??_C@_03HOPGMLGC@ebx?$AA@ 1009fe38 udis86:syn.obj + 0002:00017e3c ??_C@_03KLMLIICN@esp?$AA@ 1009fe3c udis86:syn.obj + 0002:00017e40 ??_C@_03LGCPEBGK@ebp?$AA@ 1009fe40 udis86:syn.obj + 0002:00017e44 ??_C@_03DAMLCBDF@esi?$AA@ 1009fe44 udis86:syn.obj + 0002:00017e48 ??_C@_03CJKCJEMA@edi?$AA@ 1009fe48 udis86:syn.obj + 0002:00017e4c ??_C@_03DEGEFCHP@r8d?$AA@ 1009fe4c udis86:syn.obj + 0002:00017e50 ??_C@_03DFKGDIEI@r9d?$AA@ 1009fe50 udis86:syn.obj + 0002:00017e54 ??_C@_04NHKCGPLK@r10d?$AA@ 1009fe54 udis86:syn.obj + 0002:00017e5c ??_C@_04NGGAAFIN@r11d?$AA@ 1009fe5c udis86:syn.obj + 0002:00017e64 ??_C@_04NECGLLNE@r12d?$AA@ 1009fe64 udis86:syn.obj + 0002:00017e6c ??_C@_04NFOENBOD@r13d?$AA@ 1009fe6c udis86:syn.obj + 0002:00017e74 ??_C@_04NAKLMHGG@r14d?$AA@ 1009fe74 udis86:syn.obj + 0002:00017e7c ??_C@_04NBGJKNFB@r15d?$AA@ 1009fe7c udis86:syn.obj + 0002:00017e84 ??_C@_03LBHOBKBN@rax?$AA@ 1009fe84 udis86:syn.obj + 0002:00017e88 ??_C@_03LCPKMOHD@rcx?$AA@ 1009fe88 udis86:syn.obj + 0002:00017e8c ??_C@_03LHLFNIPG@rdx?$AA@ 1009fe8c udis86:syn.obj + 0002:00017e90 ??_C@_03LDDIKEEE@rbx?$AA@ 1009fe90 udis86:syn.obj + 0002:00017e94 ??_C@_03GGAFOHAL@rsp?$AA@ 1009fe94 udis86:syn.obj + 0002:00017e98 ??_C@_03HLOBCOEM@rbp?$AA@ 1009fe98 udis86:syn.obj + 0002:00017e9c ??_C@_03PNAFEOBD@rsi?$AA@ 1009fe9c udis86:syn.obj + 0002:00017ea0 ??_C@_03OEGMPLOG@rdi?$AA@ 1009fea0 udis86:syn.obj + 0002:00017ea4 ??_C@_02EAFECGCI@r8?$AA@ 1009fea4 udis86:syn.obj + 0002:00017ea8 ??_C@_02FJEPBHGJ@r9?$AA@ 1009fea8 udis86:syn.obj + 0002:00017eac ??_C@_03OFGCPBKA@r10?$AA@ 1009feac udis86:syn.obj + 0002:00017eb0 ??_C@_03PMHJMAOB@r11?$AA@ 1009feb0 udis86:syn.obj + 0002:00017eb4 ??_C@_03NHFEJDCC@r12?$AA@ 1009feb4 udis86:syn.obj + 0002:00017eb8 ??_C@_03MOEPKCGD@r13?$AA@ 1009feb8 udis86:syn.obj + 0002:00017ebc ??_C@_03IBAODEKE@r14?$AA@ 1009febc udis86:syn.obj + 0002:00017ec0 ??_C@_03JIBFAFOF@r15?$AA@ 1009fec0 udis86:syn.obj + 0002:00017ec4 ??_C@_02EKLAAFBD@es?$AA@ 1009fec4 udis86:syn.obj + 0002:00017ec8 ??_C@_02EODNHJKB@cs?$AA@ 1009fec8 udis86:syn.obj + 0002:00017ecc ??_C@_02FCBLNKNB@ss?$AA@ 1009fecc udis86:syn.obj + 0002:00017ed0 ??_C@_02ELHCGPCE@ds?$AA@ 1009fed0 udis86:syn.obj + 0002:00017ed4 ??_C@_02EIPGLLEK@fs?$AA@ 1009fed4 udis86:syn.obj + 0002:00017ed8 ??_C@_02EJDENBHN@gs?$AA@ 1009fed8 udis86:syn.obj + 0002:00017edc ??_C@_03HPBLPCMD@cr0?$AA@ 1009fedc udis86:syn.obj + 0002:00017ee0 ??_C@_03GGAAMDIC@cr1?$AA@ 1009fee0 udis86:syn.obj + 0002:00017ee4 ??_C@_03ENCNJAEB@cr2?$AA@ 1009fee4 udis86:syn.obj + 0002:00017ee8 ??_C@_03FEDGKBAA@cr3?$AA@ 1009fee8 udis86:syn.obj + 0002:00017eec ??_C@_03BLHHDHMH@cr4?$AA@ 1009feec udis86:syn.obj + 0002:00017ef0 ??_C@_03CGMAGIG@cr5?$AA@ 1009fef0 udis86:syn.obj + 0002:00017ef4 ??_C@_03CJEBFFEF@cr6?$AA@ 1009fef4 udis86:syn.obj + 0002:00017ef8 ??_C@_03DAFKGEAE@cr7?$AA@ 1009fef8 udis86:syn.obj + 0002:00017efc ??_C@_03LHMCHIML@cr8?$AA@ 1009fefc udis86:syn.obj + 0002:00017f00 ??_C@_03KONJEJIK@cr9?$AA@ 1009ff00 udis86:syn.obj + 0002:00017f04 ??_C@_04NMJGNEDM@cr10?$AA@ 1009ff04 udis86:syn.obj + 0002:00017f0c ??_C@_04MFINOFHN@cr11?$AA@ 1009ff0c udis86:syn.obj + 0002:00017f14 ??_C@_04OOKALGLO@cr12?$AA@ 1009ff14 udis86:syn.obj + 0002:00017f1c ??_C@_04PHLLIHPP@cr13?$AA@ 1009ff1c udis86:syn.obj + 0002:00017f24 ??_C@_04LIPKBBDI@cr14?$AA@ 1009ff24 udis86:syn.obj + 0002:00017f2c ??_C@_04KBOBCAHJ@cr15?$AA@ 1009ff2c udis86:syn.obj + 0002:00017f34 ??_C@_03OCMMMKHK@dr0?$AA@ 1009ff34 udis86:syn.obj + 0002:00017f38 ??_C@_03PLNHPLDL@dr1?$AA@ 1009ff38 udis86:syn.obj + 0002:00017f3c ??_C@_03NAPKKIPI@dr2?$AA@ 1009ff3c udis86:syn.obj + 0002:00017f40 ??_C@_03MJOBJJLJ@dr3?$AA@ 1009ff40 udis86:syn.obj + 0002:00017f44 ??_C@_03IGKAAPHO@dr4?$AA@ 1009ff44 udis86:syn.obj + 0002:00017f48 ??_C@_03JPLLDODP@dr5?$AA@ 1009ff48 udis86:syn.obj + 0002:00017f4c ??_C@_03LEJGGNPM@dr6?$AA@ 1009ff4c udis86:syn.obj + 0002:00017f50 ??_C@_03KNINFMLN@dr7?$AA@ 1009ff50 udis86:syn.obj + 0002:00017f54 ??_C@_03CKBFEAHC@dr8?$AA@ 1009ff54 udis86:syn.obj + 0002:00017f58 ??_C@_03DDAOHBDD@dr9?$AA@ 1009ff58 udis86:syn.obj + 0002:00017f5c ??_C@_04GOLGAICM@dr10?$AA@ 1009ff5c udis86:syn.obj + 0002:00017f64 ??_C@_04HHKNDJGN@dr11?$AA@ 1009ff64 udis86:syn.obj + 0002:00017f6c ??_C@_04FMIAGKKO@dr12?$AA@ 1009ff6c udis86:syn.obj + 0002:00017f74 ??_C@_04EFJLFLOP@dr13?$AA@ 1009ff74 udis86:syn.obj + 0002:00017f7c ??_C@_04KNKMNCI@dr14?$AA@ 1009ff7c udis86:syn.obj + 0002:00017f84 ??_C@_04BDMBPMGJ@dr15?$AA@ 1009ff84 udis86:syn.obj + 0002:00017f8c ??_C@_03IILOGBLN@mm0?$AA@ 1009ff8c udis86:syn.obj + 0002:00017f90 ??_C@_03JBKFFAPM@mm1?$AA@ 1009ff90 udis86:syn.obj + 0002:00017f94 ??_C@_03LKIIADDP@mm2?$AA@ 1009ff94 udis86:syn.obj + 0002:00017f98 ??_C@_03KDJDDCHO@mm3?$AA@ 1009ff98 udis86:syn.obj + 0002:00017f9c ??_C@_03OMNCKELJ@mm4?$AA@ 1009ff9c udis86:syn.obj + 0002:00017fa0 ??_C@_03PFMJJFPI@mm5?$AA@ 1009ffa0 udis86:syn.obj + 0002:00017fa4 ??_C@_03NOOEMGDL@mm6?$AA@ 1009ffa4 udis86:syn.obj + 0002:00017fa8 ??_C@_03MHPPPHHK@mm7?$AA@ 1009ffa8 udis86:syn.obj + 0002:00017fac ??_C@_03CLIPNJOO@st0?$AA@ 1009ffac udis86:syn.obj + 0002:00017fb0 ??_C@_03DCJEOIKP@st1?$AA@ 1009ffb0 udis86:syn.obj + 0002:00017fb4 ??_C@_03BJLJLLGM@st2?$AA@ 1009ffb4 udis86:syn.obj + 0002:00017fb8 ??_C@_03KCIKCN@st3?$AA@ 1009ffb8 udis86:syn.obj + 0002:00017fbc ??_C@_03EPODBMOK@st4?$AA@ 1009ffbc udis86:syn.obj + 0002:00017fc0 ??_C@_03FGPICNKL@st5?$AA@ 1009ffc0 udis86:syn.obj + 0002:00017fc4 ??_C@_03HNNFHOGI@st6?$AA@ 1009ffc4 udis86:syn.obj + 0002:00017fc8 ??_C@_03GEMOEPCJ@st7?$AA@ 1009ffc8 udis86:syn.obj + 0002:00017fcc ??_C@_04KGHKOCLC@xmm0?$AA@ 1009ffcc udis86:syn.obj + 0002:00017fd4 ??_C@_04LPGBNDPD@xmm1?$AA@ 1009ffd4 udis86:syn.obj + 0002:00017fdc ??_C@_04JEEMIADA@xmm2?$AA@ 1009ffdc udis86:syn.obj + 0002:00017fe4 ??_C@_04INFHLBHB@xmm3?$AA@ 1009ffe4 udis86:syn.obj + 0002:00017fec ??_C@_04MCBGCHLG@xmm4?$AA@ 1009ffec udis86:syn.obj + 0002:00017ff4 ??_C@_04NLANBGPH@xmm5?$AA@ 1009fff4 udis86:syn.obj + 0002:00017ffc ??_C@_04PACAEFDE@xmm6?$AA@ 1009fffc udis86:syn.obj + 0002:00018004 ??_C@_04OJDLHEHF@xmm7?$AA@ 100a0004 udis86:syn.obj + 0002:0001800c ??_C@_04GOKDGILK@xmm8?$AA@ 100a000c udis86:syn.obj + 0002:00018014 ??_C@_04HHLIFJPL@xmm9?$AA@ 100a0014 udis86:syn.obj + 0002:0001801c ??_C@_05PLENPEIG@xmm10?$AA@ 100a001c udis86:syn.obj + 0002:00018024 ??_C@_05OCFGMFMH@xmm11?$AA@ 100a0024 udis86:syn.obj + 0002:0001802c ??_C@_05MJHLJGAE@xmm12?$AA@ 100a002c udis86:syn.obj + 0002:00018034 ??_C@_05NAGAKHEF@xmm13?$AA@ 100a0034 udis86:syn.obj + 0002:0001803c ??_C@_05JPCBDBIC@xmm14?$AA@ 100a003c udis86:syn.obj + 0002:00018044 ??_C@_05IGDKAAMD@xmm15?$AA@ 100a0044 udis86:syn.obj + 0002:0001804c ??_C@_04JLBKMLAC@ymm0?$AA@ 100a004c udis86:syn.obj + 0002:00018054 ??_C@_04ICABPKED@ymm1?$AA@ 100a0054 udis86:syn.obj + 0002:0001805c ??_C@_04KJCMKJIA@ymm2?$AA@ 100a005c udis86:syn.obj + 0002:00018064 ??_C@_04LADHJIMB@ymm3?$AA@ 100a0064 udis86:syn.obj + 0002:0001806c ??_C@_04PPHGAOAG@ymm4?$AA@ 100a006c udis86:syn.obj + 0002:00018074 ??_C@_04OGGNDPEH@ymm5?$AA@ 100a0074 udis86:syn.obj + 0002:0001807c ??_C@_04MNEAGMIE@ymm6?$AA@ 100a007c udis86:syn.obj + 0002:00018084 ??_C@_04NEFLFNMF@ymm7?$AA@ 100a0084 udis86:syn.obj + 0002:0001808c ??_C@_04FDMDEBAK@ymm8?$AA@ 100a008c udis86:syn.obj + 0002:00018094 ??_C@_04EKNIHAEL@ymm9?$AA@ 100a0094 udis86:syn.obj + 0002:0001809c ??_C@_05DABBCHCD@ymm10?$AA@ 100a009c udis86:syn.obj + 0002:000180a4 ??_C@_05CJAKBGGC@ymm11?$AA@ 100a00a4 udis86:syn.obj + 0002:000180ac ??_C@_05CCHEFKB@ymm12?$AA@ 100a00ac udis86:syn.obj + 0002:000180b4 ??_C@_05BLDMHEOA@ymm13?$AA@ 100a00b4 udis86:syn.obj + 0002:000180bc ??_C@_05FEHNOCCH@ymm14?$AA@ 100a00bc udis86:syn.obj + 0002:000180c4 ??_C@_05ENGGNDGG@ymm15?$AA@ 100a00c4 udis86:syn.obj + 0002:000180cc ??_C@_03HHLEMBKN@rip?$AA@ 100a00cc udis86:syn.obj + 0002:000180d0 ??_C@_08KBPBCHKK@?$CFs?$CF?$CLI64d?$AA@ 100a00d0 udis86:syn.obj + 0002:000180dc ??_C@_07NDNBFKNF@0x?$CFI64x?$AA@ 100a00dc udis86:syn.obj + 0002:000180e4 ??_C@_08CDEEPEOG@?90x?$CFI64x?$AA@ 100a00e4 udis86:syn.obj + 0002:000180f0 ??_C@_09DFCDNKEO@?$CFs0x?$CFI64x?$AA@ 100a00f0 udis86:syn.obj + 0002:00018100 __load_config_used 100a0100 LIBCMT:loadcfg.obj + 0002:00018200 __tls_used 100a0200 LIBCMT:tlssup.obj + 0002:00018218 ??_R4exception@std@@6B@ 100a0218 logging.cpp.obj + 0002:0001822c ??_R3exception@std@@8 100a022c logging.cpp.obj + 0002:0001823c ??_R2exception@std@@8 100a023c logging.cpp.obj + 0002:00018244 ??_R1A@?0A@EA@exception@std@@8 100a0244 logging.cpp.obj + 0002:00018260 ??_R4bad_array_new_length@std@@6B@ 100a0260 logging.cpp.obj + 0002:00018274 ??_R3bad_array_new_length@std@@8 100a0274 logging.cpp.obj + 0002:00018284 ??_R2bad_array_new_length@std@@8 100a0284 logging.cpp.obj + 0002:00018294 ??_R1A@?0A@EA@bad_array_new_length@std@@8 100a0294 logging.cpp.obj + 0002:000182b0 ??_R1A@?0A@EA@bad_alloc@std@@8 100a02b0 logging.cpp.obj + 0002:000182cc ??_R3bad_alloc@std@@8 100a02cc logging.cpp.obj + 0002:000182dc ??_R2bad_alloc@std@@8 100a02dc logging.cpp.obj + 0002:000182e8 ??_R4bad_alloc@std@@6B@ 100a02e8 logging.cpp.obj + 0002:000182fc ??_R4ios_base@std@@6B@ 100a02fc logging.cpp.obj + 0002:00018310 ??_R3ios_base@std@@8 100a0310 logging.cpp.obj + 0002:00018320 ??_R2ios_base@std@@8 100a0320 logging.cpp.obj + 0002:0001832c ??_R1A@?0A@EA@ios_base@std@@8 100a032c logging.cpp.obj + 0002:00018348 ??_R17?0A@EA@?$_Iosb@H@std@@8 100a0348 logging.cpp.obj + 0002:00018364 ??_R3?$_Iosb@H@std@@8 100a0364 logging.cpp.obj + 0002:00018374 ??_R2?$_Iosb@H@std@@8 100a0374 logging.cpp.obj + 0002:0001837c ??_R1A@?0A@EA@?$_Iosb@H@std@@8 100a037c logging.cpp.obj + 0002:00018398 ??_R4?$basic_ios@DU?$char_traits@D@std@@@std@@6B@ 100a0398 logging.cpp.obj + 0002:000183ac ??_R3?$basic_ios@DU?$char_traits@D@std@@@std@@8 100a03ac logging.cpp.obj + 0002:000183bc ??_R2?$basic_ios@DU?$char_traits@D@std@@@std@@8 100a03bc logging.cpp.obj + 0002:000183cc ??_R1A@?0A@EA@?$basic_ios@DU?$char_traits@D@std@@@std@@8 100a03cc logging.cpp.obj + 0002:000183e8 ??_R4?$basic_streambuf@DU?$char_traits@D@std@@@std@@6B@ 100a03e8 logging.cpp.obj + 0002:000183fc ??_R3?$basic_streambuf@DU?$char_traits@D@std@@@std@@8 100a03fc logging.cpp.obj + 0002:0001840c ??_R2?$basic_streambuf@DU?$char_traits@D@std@@@std@@8 100a040c logging.cpp.obj + 0002:00018414 ??_R1A@?0A@EA@?$basic_streambuf@DU?$char_traits@D@std@@@std@@8 100a0414 logging.cpp.obj + 0002:00018430 ??_R4?$basic_ostream@DU?$char_traits@D@std@@@std@@6B@ 100a0430 logging.cpp.obj + 0002:00018444 ??_R3?$basic_ostream@DU?$char_traits@D@std@@@std@@8 100a0444 logging.cpp.obj + 0002:00018454 ??_R2?$basic_ostream@DU?$char_traits@D@std@@@std@@8 100a0454 logging.cpp.obj + 0002:00018468 ??_R1A@?0A@EA@?$basic_ostream@DU?$char_traits@D@std@@@std@@8 100a0468 logging.cpp.obj + 0002:00018484 ??_R1A@A@3FA@?$basic_ios@DU?$char_traits@D@std@@@std@@8 100a0484 logging.cpp.obj + 0002:000184a0 ??_R1A@A@3EA@ios_base@std@@8 100a04a0 logging.cpp.obj + 0002:000184bc ??_R17A@3EA@?$_Iosb@H@std@@8 100a04bc logging.cpp.obj + 0002:000184d8 ??_R4?$basic_filebuf@DU?$char_traits@D@std@@@std@@6B@ 100a04d8 logging.cpp.obj + 0002:000184ec ??_R3?$basic_filebuf@DU?$char_traits@D@std@@@std@@8 100a04ec logging.cpp.obj + 0002:000184fc ??_R2?$basic_filebuf@DU?$char_traits@D@std@@@std@@8 100a04fc logging.cpp.obj + 0002:00018508 ??_R1A@?0A@EA@?$basic_filebuf@DU?$char_traits@D@std@@@std@@8 100a0508 logging.cpp.obj + 0002:00018524 ??_R4?$basic_ofstream@DU?$char_traits@D@std@@@std@@6B@ 100a0524 logging.cpp.obj + 0002:00018538 ??_R3?$basic_ofstream@DU?$char_traits@D@std@@@std@@8 100a0538 logging.cpp.obj + 0002:00018548 ??_R2?$basic_ofstream@DU?$char_traits@D@std@@@std@@8 100a0548 logging.cpp.obj + 0002:00018560 ??_R1A@?0A@EA@?$basic_ofstream@DU?$char_traits@D@std@@@std@@8 100a0560 logging.cpp.obj + 0002:0001857c ??_R4runtime_error@std@@6B@ 100a057c logging.cpp.obj + 0002:00018590 ??_R3runtime_error@std@@8 100a0590 logging.cpp.obj + 0002:000185a0 ??_R2runtime_error@std@@8 100a05a0 logging.cpp.obj + 0002:000185ac ??_R1A@?0A@EA@runtime_error@std@@8 100a05ac logging.cpp.obj + 0002:000185c8 ??_R3error_category@std@@8 100a05c8 logging.cpp.obj + 0002:000185d8 ??_R2error_category@std@@8 100a05d8 logging.cpp.obj + 0002:000185e0 ??_R1A@?0A@EA@error_category@std@@8 100a05e0 logging.cpp.obj + 0002:000185fc ??_R4_System_error@std@@6B@ 100a05fc logging.cpp.obj + 0002:00018610 ??_R3_System_error@std@@8 100a0610 logging.cpp.obj + 0002:00018620 ??_R2_System_error@std@@8 100a0620 logging.cpp.obj + 0002:00018630 ??_R1A@?0A@EA@_System_error@std@@8 100a0630 logging.cpp.obj + 0002:0001864c ??_R4system_error@std@@6B@ 100a064c logging.cpp.obj + 0002:00018660 ??_R3system_error@std@@8 100a0660 logging.cpp.obj + 0002:00018670 ??_R2system_error@std@@8 100a0670 logging.cpp.obj + 0002:00018684 ??_R1A@?0A@EA@system_error@std@@8 100a0684 logging.cpp.obj + 0002:000186a0 ??_R4_Iostream_error_category2@std@@6B@ 100a06a0 logging.cpp.obj + 0002:000186b4 ??_R3_Iostream_error_category2@std@@8 100a06b4 logging.cpp.obj + 0002:000186c4 ??_R2_Iostream_error_category2@std@@8 100a06c4 logging.cpp.obj + 0002:000186d0 ??_R1A@?0A@EA@_Iostream_error_category2@std@@8 100a06d0 logging.cpp.obj + 0002:000186ec ??_R4bad_cast@std@@6B@ 100a06ec logging.cpp.obj + 0002:00018700 ??_R3bad_cast@std@@8 100a0700 logging.cpp.obj + 0002:00018710 ??_R2bad_cast@std@@8 100a0710 logging.cpp.obj + 0002:0001871c ??_R1A@?0A@EA@bad_cast@std@@8 100a071c logging.cpp.obj + 0002:00018738 ??_R4_Facet_base@std@@6B@ 100a0738 logging.cpp.obj + 0002:0001874c ??_R3_Facet_base@std@@8 100a074c logging.cpp.obj + 0002:0001875c ??_R2_Facet_base@std@@8 100a075c logging.cpp.obj + 0002:00018764 ??_R1A@?0A@EA@_Facet_base@std@@8 100a0764 logging.cpp.obj + 0002:00018780 ??_R3facet@locale@std@@8 100a0780 logging.cpp.obj + 0002:00018790 ??_R2facet@locale@std@@8 100a0790 logging.cpp.obj + 0002:000187a0 ??_R1A@?0A@EA@facet@locale@std@@8 100a07a0 logging.cpp.obj + 0002:000187bc ??_R13?0A@EA@_Crt_new_delete@std@@8 100a07bc logging.cpp.obj + 0002:000187d8 ??_R3_Crt_new_delete@std@@8 100a07d8 logging.cpp.obj + 0002:000187e8 ??_R2_Crt_new_delete@std@@8 100a07e8 logging.cpp.obj + 0002:000187f0 ??_R1A@?0A@EA@_Crt_new_delete@std@@8 100a07f0 logging.cpp.obj + 0002:0001880c ??_R3codecvt_base@std@@8 100a080c logging.cpp.obj + 0002:0001881c ??_R2codecvt_base@std@@8 100a081c logging.cpp.obj + 0002:00018830 ??_R1A@?0A@EA@codecvt_base@std@@8 100a0830 logging.cpp.obj + 0002:0001884c ??_R3ctype_base@std@@8 100a084c logging.cpp.obj + 0002:0001885c ??_R2ctype_base@std@@8 100a085c logging.cpp.obj + 0002:00018870 ??_R1A@?0A@EA@ctype_base@std@@8 100a0870 logging.cpp.obj + 0002:0001888c ??_R4?$ctype@D@std@@6B@ 100a088c logging.cpp.obj + 0002:000188a0 ??_R3?$ctype@D@std@@8 100a08a0 logging.cpp.obj + 0002:000188b0 ??_R2?$ctype@D@std@@8 100a08b0 logging.cpp.obj + 0002:000188c8 ??_R1A@?0A@EA@?$ctype@D@std@@8 100a08c8 logging.cpp.obj + 0002:000188e4 ??_R4failure@ios_base@std@@6B@ 100a08e4 logging.cpp.obj + 0002:000188f8 ??_R3failure@ios_base@std@@8 100a08f8 logging.cpp.obj + 0002:00018908 ??_R2failure@ios_base@std@@8 100a0908 logging.cpp.obj + 0002:00018920 ??_R1A@?0A@EA@failure@ios_base@std@@8 100a0920 logging.cpp.obj + 0002:0001893c ??_R4?$codecvt@DDU_Mbstatet@@@std@@6B@ 100a093c logging.cpp.obj + 0002:00018950 ??_R3?$codecvt@DDU_Mbstatet@@@std@@8 100a0950 logging.cpp.obj + 0002:00018960 ??_R2?$codecvt@DDU_Mbstatet@@@std@@8 100a0960 logging.cpp.obj + 0002:00018978 ??_R1A@?0A@EA@?$codecvt@DDU_Mbstatet@@@std@@8 100a0978 logging.cpp.obj + 0002:00018994 ??_R4bad_exception@std@@6B@ 100a0994 main.cpp.obj + 0002:000189a8 ??_R3bad_exception@std@@8 100a09a8 main.cpp.obj + 0002:000189b8 ??_R2bad_exception@std@@8 100a09b8 main.cpp.obj + 0002:000189c4 ??_R1A@?0A@EA@bad_exception@std@@8 100a09c4 main.cpp.obj + 0002:000189e0 ??_R4?$basic_istream@DU?$char_traits@D@std@@@std@@6B@ 100a09e0 main.cpp.obj + 0002:000189f4 ??_R3?$basic_istream@DU?$char_traits@D@std@@@std@@8 100a09f4 main.cpp.obj + 0002:00018a04 ??_R2?$basic_istream@DU?$char_traits@D@std@@@std@@8 100a0a04 main.cpp.obj + 0002:00018a18 ??_R1A@?0A@EA@?$basic_istream@DU?$char_traits@D@std@@@std@@8 100a0a18 main.cpp.obj + 0002:00018a34 ??_R4?$basic_iostream@DU?$char_traits@D@std@@@std@@6B@ 100a0a34 main.cpp.obj + 0002:00018a48 ??_R3?$basic_iostream@DU?$char_traits@D@std@@@std@@8 100a0a48 main.cpp.obj + 0002:00018a58 ??_R2?$basic_iostream@DU?$char_traits@D@std@@@std@@8 100a0a58 main.cpp.obj + 0002:00018a80 ??_R1A@?0A@EA@?$basic_iostream@DU?$char_traits@D@std@@@std@@8 100a0a80 main.cpp.obj + 0002:00018a9c ??_R1BA@?0A@EA@?$basic_ostream@DU?$char_traits@D@std@@@std@@8 100a0a9c main.cpp.obj + 0002:00018ab8 ??_R4?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 100a0ab8 main.cpp.obj + 0002:00018acc ??_R3?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a0acc main.cpp.obj + 0002:00018adc ??_R2?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a0adc main.cpp.obj + 0002:00018ae8 ??_R1A@?0A@EA@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a0ae8 main.cpp.obj + 0002:00018b04 ??_R4?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 100a0b04 main.cpp.obj + 0002:00018b18 ??_R3?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a0b18 main.cpp.obj + 0002:00018b28 ??_R2?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a0b28 main.cpp.obj + 0002:00018b40 ??_R1A@?0A@EA@?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a0b40 main.cpp.obj + 0002:00018b5c ??_R4?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 100a0b5c main.cpp.obj + 0002:00018b70 ??_R3?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a0b70 main.cpp.obj + 0002:00018b80 ??_R2?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a0b80 main.cpp.obj + 0002:00018bac ??_R1A@?0A@EA@?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a0bac main.cpp.obj + 0002:00018bc8 ??_R3_Ref_count_base@std@@8 100a0bc8 main.cpp.obj + 0002:00018bd8 ??_R2_Ref_count_base@std@@8 100a0bd8 main.cpp.obj + 0002:00018be0 ??_R1A@?0A@EA@_Ref_count_base@std@@8 100a0be0 main.cpp.obj + 0002:00018bfc ??_R4exception@boost@@6B@ 100a0bfc main.cpp.obj + 0002:00018c10 ??_R3exception@boost@@8 100a0c10 main.cpp.obj + 0002:00018c20 ??_R2exception@boost@@8 100a0c20 main.cpp.obj + 0002:00018c28 ??_R1A@?0A@EA@exception@boost@@8 100a0c28 main.cpp.obj + 0002:00018c44 ??_R4error_info_base@exception_detail@boost@@6B@ 100a0c44 main.cpp.obj + 0002:00018c58 ??_R3error_info_base@exception_detail@boost@@8 100a0c58 main.cpp.obj + 0002:00018c68 ??_R2error_info_base@exception_detail@boost@@8 100a0c68 main.cpp.obj + 0002:00018c70 ??_R1A@?0A@EA@error_info_base@exception_detail@boost@@8 100a0c70 main.cpp.obj + 0002:00018c8c ??_R4error_info_container@exception_detail@boost@@6B@ 100a0c8c main.cpp.obj + 0002:00018ca0 ??_R3error_info_container@exception_detail@boost@@8 100a0ca0 main.cpp.obj + 0002:00018cb0 ??_R2error_info_container@exception_detail@boost@@8 100a0cb0 main.cpp.obj + 0002:00018cb8 ??_R1A@?0A@EA@error_info_container@exception_detail@boost@@8 100a0cb8 main.cpp.obj + 0002:00018cd4 ??_R4clone_base@exception_detail@boost@@6B@ 100a0cd4 main.cpp.obj + 0002:00018ce8 ??_R3clone_base@exception_detail@boost@@8 100a0ce8 main.cpp.obj + 0002:00018cf8 ??_R2clone_base@exception_detail@boost@@8 100a0cf8 main.cpp.obj + 0002:00018d00 ??_R1A@?0A@EA@clone_base@exception_detail@boost@@8 100a0d00 main.cpp.obj + 0002:00018d1c ??_R4sp_counted_base@detail@boost@@6B@ 100a0d1c main.cpp.obj + 0002:00018d30 ??_R3sp_counted_base@detail@boost@@8 100a0d30 main.cpp.obj + 0002:00018d40 ??_R2sp_counted_base@detail@boost@@8 100a0d40 main.cpp.obj + 0002:00018d48 ??_R1A@?0A@EA@sp_counted_base@detail@boost@@8 100a0d48 main.cpp.obj + 0002:00018d64 ??_R4error_info_container_impl@exception_detail@boost@@6B@ 100a0d64 main.cpp.obj + 0002:00018d78 ??_R3error_info_container_impl@exception_detail@boost@@8 100a0d78 main.cpp.obj + 0002:00018d88 ??_R2error_info_container_impl@exception_detail@boost@@8 100a0d88 main.cpp.obj + 0002:00018d94 ??_R1A@?0A@EA@error_info_container_impl@exception_detail@boost@@8 100a0d94 main.cpp.obj + 0002:00018db0 ??_R4?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 100a0db0 main.cpp.obj + 0002:00018dc4 ??_R3?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a0dc4 main.cpp.obj + 0002:00018dd4 ??_R2?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a0dd4 main.cpp.obj + 0002:00018de8 ??_R1A@?0A@EA@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a0de8 main.cpp.obj + 0002:00018e04 ??_R4bad_alloc_@exception_detail@boost@@6Bexception@2@@ 100a0e04 main.cpp.obj + 0002:00018e18 ??_R3bad_alloc_@exception_detail@boost@@8 100a0e18 main.cpp.obj + 0002:00018e28 ??_R2bad_alloc_@exception_detail@boost@@8 100a0e28 main.cpp.obj + 0002:00018e3c ??_R1A@?0A@EA@bad_alloc_@exception_detail@boost@@8 100a0e3c main.cpp.obj + 0002:00018e58 ??_R1BI@?0A@EA@bad_alloc@std@@8 100a0e58 main.cpp.obj + 0002:00018e74 ??_R1BI@?0A@EA@exception@std@@8 100a0e74 main.cpp.obj + 0002:00018e90 ??_R4bad_alloc_@exception_detail@boost@@6Bbad_alloc@std@@@ 100a0e90 main.cpp.obj + 0002:00018ea4 ??_R4bad_exception_@exception_detail@boost@@6Bexception@2@@ 100a0ea4 main.cpp.obj + 0002:00018eb8 ??_R3bad_exception_@exception_detail@boost@@8 100a0eb8 main.cpp.obj + 0002:00018ec8 ??_R2bad_exception_@exception_detail@boost@@8 100a0ec8 main.cpp.obj + 0002:00018edc ??_R1A@?0A@EA@bad_exception_@exception_detail@boost@@8 100a0edc main.cpp.obj + 0002:00018ef8 ??_R1BI@?0A@EA@bad_exception@std@@8 100a0ef8 main.cpp.obj + 0002:00018f14 ??_R4bad_exception_@exception_detail@boost@@6Bbad_exception@std@@@ 100a0f14 main.cpp.obj + 0002:00018f28 ??_R4Error@hadesmem@@6Bexception@std@@@ 100a0f28 main.cpp.obj + 0002:00018f3c ??_R3Error@hadesmem@@8 100a0f3c main.cpp.obj + 0002:00018f4c ??_R2Error@hadesmem@@8 100a0f4c main.cpp.obj + 0002:00018f5c ??_R1A@?0A@EA@Error@hadesmem@@8 100a0f5c main.cpp.obj + 0002:00018f78 ??_R1A@A@3FA@exception@std@@8 100a0f78 main.cpp.obj + 0002:00018f94 ??_R1A@A@7FA@exception@boost@@8 100a0f94 main.cpp.obj + 0002:00018fb0 ??_R4Error@hadesmem@@6Bexception@boost@@@ 100a0fb0 main.cpp.obj + 0002:00018fc4 ??_R4?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@6B@ 100a0fc4 main.cpp.obj + 0002:00018fd8 ??_R3?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@8 100a0fd8 main.cpp.obj + 0002:00018fe8 ??_R2?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@8 100a0fe8 main.cpp.obj + 0002:00018ff4 ??_R1A@?0A@EA@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@8 100a0ff4 main.cpp.obj + 0002:00019010 ??_R4?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@6B@ 100a1010 main.cpp.obj + 0002:00019024 ??_R3?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@8 100a1024 main.cpp.obj + 0002:00019034 ??_R2?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@8 100a1034 main.cpp.obj + 0002:00019040 ??_R1A@?0A@EA@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@8 100a1040 main.cpp.obj + 0002:0001905c ??_R3PatchDetourBase@hadesmem@@8 100a105c main.cpp.obj + 0002:0001906c ??_R2PatchDetourBase@hadesmem@@8 100a106c main.cpp.obj + 0002:00019074 ??_R1A@?0A@EA@PatchDetourBase@hadesmem@@8 100a1074 main.cpp.obj + 0002:00019090 ??_R4CDataStore@Nampower@@6B@ 100a1090 main.cpp.obj + 0002:000190a4 ??_R3CDataStore@Nampower@@8 100a10a4 main.cpp.obj + 0002:000190b4 ??_R2CDataStore@Nampower@@8 100a10b4 main.cpp.obj + 0002:000190bc ??_R1A@?0A@EA@CDataStore@Nampower@@8 100a10bc main.cpp.obj + 0002:000190d8 ??_R4?$PatchDetour@P6IXXZPAX@hadesmem@@6B@ 100a10d8 main.cpp.obj + 0002:000190ec ??_R3?$PatchDetour@P6IXXZPAX@hadesmem@@8 100a10ec main.cpp.obj + 0002:000190fc ??_R2?$PatchDetour@P6IXXZPAX@hadesmem@@8 100a10fc main.cpp.obj + 0002:00019108 ??_R1A@?0A@EA@?$PatchDetour@P6IXXZPAX@hadesmem@@8 100a1108 main.cpp.obj + 0002:00019124 ??_R4?$PatchDetour@P6GXXZPAX@hadesmem@@6B@ 100a1124 main.cpp.obj + 0002:00019138 ??_R3?$PatchDetour@P6GXXZPAX@hadesmem@@8 100a1138 main.cpp.obj + 0002:00019148 ??_R2?$PatchDetour@P6GXXZPAX@hadesmem@@8 100a1148 main.cpp.obj + 0002:00019154 ??_R1A@?0A@EA@?$PatchDetour@P6GXXZPAX@hadesmem@@8 100a1154 main.cpp.obj + 0002:00019170 ??_R4?$PatchDetour@P6IXHI@ZPAX@hadesmem@@6B@ 100a1170 main.cpp.obj + 0002:00019184 ??_R3?$PatchDetour@P6IXHI@ZPAX@hadesmem@@8 100a1184 main.cpp.obj + 0002:00019194 ??_R2?$PatchDetour@P6IXHI@ZPAX@hadesmem@@8 100a1194 main.cpp.obj + 0002:000191a0 ??_R1A@?0A@EA@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@8 100a11a0 main.cpp.obj + 0002:000191bc ??_R4?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@6B@ 100a11bc main.cpp.obj + 0002:000191d0 ??_R3?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@8 100a11d0 main.cpp.obj + 0002:000191e0 ??_R2?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@8 100a11e0 main.cpp.obj + 0002:000191ec ??_R1A@?0A@EA@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@8 100a11ec main.cpp.obj + 0002:00019208 ??_R4?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@6B@ 100a1208 main.cpp.obj + 0002:0001921c ??_R3?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@8 100a121c main.cpp.obj + 0002:0001922c ??_R2?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@8 100a122c main.cpp.obj + 0002:00019238 ??_R1A@?0A@EA@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@8 100a1238 main.cpp.obj + 0002:00019254 ??_R4?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@6B@ 100a1254 main.cpp.obj + 0002:00019268 ??_R3?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@8 100a1268 main.cpp.obj + 0002:00019278 ??_R2?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@8 100a1278 main.cpp.obj + 0002:00019284 ??_R1A@?0A@EA@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@8 100a1284 main.cpp.obj + 0002:000192a0 ??_R4?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@6B@ 100a12a0 main.cpp.obj + 0002:000192b4 ??_R3?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@8 100a12b4 main.cpp.obj + 0002:000192c4 ??_R2?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@8 100a12c4 main.cpp.obj + 0002:000192d0 ??_R1A@?0A@EA@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@8 100a12d0 main.cpp.obj + 0002:000192ec ??_R4?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@6B@ 100a12ec main.cpp.obj + 0002:00019300 ??_R3?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@8 100a1300 main.cpp.obj + 0002:00019310 ??_R2?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@8 100a1310 main.cpp.obj + 0002:0001931c ??_R1A@?0A@EA@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@8 100a131c main.cpp.obj + 0002:00019338 ??_R4?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@6B@ 100a1338 main.cpp.obj + 0002:0001934c ??_R3?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@8 100a134c main.cpp.obj + 0002:0001935c ??_R2?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@8 100a135c main.cpp.obj + 0002:00019368 ??_R1A@?0A@EA@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@8 100a1368 main.cpp.obj + 0002:00019384 ??_R4?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@6B@ 100a1384 main.cpp.obj + 0002:00019398 ??_R3?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@8 100a1398 main.cpp.obj + 0002:000193a8 ??_R2?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@8 100a13a8 main.cpp.obj + 0002:000193b4 ??_R1A@?0A@EA@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@8 100a13b4 main.cpp.obj + 0002:000193d0 ??_R4?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@6B@ 100a13d0 main.cpp.obj + 0002:000193e4 ??_R3?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@8 100a13e4 main.cpp.obj + 0002:000193f4 ??_R2?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@8 100a13f4 main.cpp.obj + 0002:00019400 ??_R1A@?0A@EA@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@8 100a1400 main.cpp.obj + 0002:0001941c ??_R4?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 100a141c main.cpp.obj + 0002:00019430 ??_R3?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a1430 main.cpp.obj + 0002:00019440 ??_R2?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a1440 main.cpp.obj + 0002:0001944c ??_R1A@?0A@EA@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a144c main.cpp.obj + 0002:00019468 ??_R4?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@6B@ 100a1468 main.cpp.obj + 0002:0001947c ??_R3?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@8 100a147c main.cpp.obj + 0002:0001948c ??_R2?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@8 100a148c main.cpp.obj + 0002:00019498 ??_R1A@?0A@EA@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@8 100a1498 main.cpp.obj + 0002:000194b4 ??_R4?$PatchDetour@P6IH_K@ZPAX@hadesmem@@6B@ 100a14b4 main.cpp.obj + 0002:000194c8 ??_R3?$PatchDetour@P6IH_K@ZPAX@hadesmem@@8 100a14c8 main.cpp.obj + 0002:000194d8 ??_R2?$PatchDetour@P6IH_K@ZPAX@hadesmem@@8 100a14d8 main.cpp.obj + 0002:000194e4 ??_R1A@?0A@EA@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@8 100a14e4 main.cpp.obj + 0002:00019500 ??_R4?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@6B@ 100a1500 main.cpp.obj + 0002:00019514 ??_R3?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@8 100a1514 main.cpp.obj + 0002:00019524 ??_R2?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@8 100a1524 main.cpp.obj + 0002:00019530 ??_R1A@?0A@EA@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@8 100a1530 main.cpp.obj + 0002:0001954c ??_R4?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@6B@ 100a154c main.cpp.obj + 0002:00019560 ??_R3?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@8 100a1560 main.cpp.obj + 0002:00019570 ??_R2?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@8 100a1570 main.cpp.obj + 0002:0001957c ??_R1A@?0A@EA@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@8 100a157c main.cpp.obj + 0002:00019598 ??_R4?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@6B@ 100a1598 main.cpp.obj + 0002:000195ac ??_R3?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@8 100a15ac main.cpp.obj + 0002:000195bc ??_R2?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@8 100a15bc main.cpp.obj + 0002:000195c8 ??_R1A@?0A@EA@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@8 100a15c8 main.cpp.obj + 0002:000195e4 ??_R4?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 100a15e4 main.cpp.obj + 0002:000195f8 ??_R3?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a15f8 main.cpp.obj + 0002:00019608 ??_R2?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a1608 main.cpp.obj + 0002:00019614 ??_R1A@?0A@EA@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a1614 main.cpp.obj + 0002:00019630 ??_R4?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 100a1630 main.cpp.obj + 0002:00019644 ??_R3?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a1644 main.cpp.obj + 0002:00019654 ??_R2?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a1654 main.cpp.obj + 0002:00019660 ??_R1A@?0A@EA@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a1660 main.cpp.obj + 0002:0001967c ??_R4?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 100a167c main.cpp.obj + 0002:00019690 ??_R3?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a1690 main.cpp.obj + 0002:000196a0 ??_R2?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a16a0 main.cpp.obj + 0002:000196ac ??_R1A@?0A@EA@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a16ac main.cpp.obj + 0002:000196c8 ??_R4?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@6B@ 100a16c8 main.cpp.obj + 0002:000196dc ??_R3?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@8 100a16dc main.cpp.obj + 0002:000196ec ??_R2?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@8 100a16ec main.cpp.obj + 0002:000196f8 ??_R1A@?0A@EA@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@8 100a16f8 main.cpp.obj + 0002:00019714 ??_R4?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@6B@ 100a1714 main.cpp.obj + 0002:00019728 ??_R3?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@8 100a1728 main.cpp.obj + 0002:00019738 ??_R2?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@8 100a1738 main.cpp.obj + 0002:00019744 ??_R1A@?0A@EA@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@8 100a1744 main.cpp.obj + 0002:00019760 ??_R4?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@6B@ 100a1760 main.cpp.obj + 0002:00019774 ??_R3?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@8 100a1774 main.cpp.obj + 0002:00019784 ??_R2?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@8 100a1784 main.cpp.obj + 0002:00019790 ??_R1A@?0A@EA@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@8 100a1790 main.cpp.obj + 0002:000197ac ??_R4?$PatchDetour@P6IX_K@ZPAX@hadesmem@@6B@ 100a17ac main.cpp.obj + 0002:000197c0 ??_R3?$PatchDetour@P6IX_K@ZPAX@hadesmem@@8 100a17c0 main.cpp.obj + 0002:000197d0 ??_R2?$PatchDetour@P6IX_K@ZPAX@hadesmem@@8 100a17d0 main.cpp.obj + 0002:000197dc ??_R1A@?0A@EA@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@8 100a17dc main.cpp.obj + 0002:000197f8 ??_R4?$PatchDetour@P6IXEH@ZPAX@hadesmem@@6B@ 100a17f8 main.cpp.obj + 0002:0001980c ??_R3?$PatchDetour@P6IXEH@ZPAX@hadesmem@@8 100a180c main.cpp.obj + 0002:0001981c ??_R2?$PatchDetour@P6IXEH@ZPAX@hadesmem@@8 100a181c main.cpp.obj + 0002:00019828 ??_R1A@?0A@EA@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@8 100a1828 main.cpp.obj + 0002:00019844 ??_R4?$PatchDetour@P6IXI@ZPAX@hadesmem@@6B@ 100a1844 main.cpp.obj + 0002:00019858 ??_R3?$PatchDetour@P6IXI@ZPAX@hadesmem@@8 100a1858 main.cpp.obj + 0002:00019868 ??_R2?$PatchDetour@P6IXI@ZPAX@hadesmem@@8 100a1868 main.cpp.obj + 0002:00019874 ??_R1A@?0A@EA@?$PatchDetour@P6IXI@ZPAX@hadesmem@@8 100a1874 main.cpp.obj + 0002:00019890 ??_R4?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@6B@ 100a1890 main.cpp.obj + 0002:000198a4 ??_R3?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@8 100a18a4 main.cpp.obj + 0002:000198b4 ??_R2?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@8 100a18b4 main.cpp.obj + 0002:000198c0 ??_R1A@?0A@EA@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@8 100a18c0 main.cpp.obj + 0002:000198dc ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a18dc main.cpp.obj + 0002:000198ec ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a18ec main.cpp.obj + 0002:000198f4 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a18f4 main.cpp.obj + 0002:00019910 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@8 100a1910 main.cpp.obj + 0002:00019920 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@8 100a1920 main.cpp.obj + 0002:00019928 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@8 100a1928 main.cpp.obj + 0002:00019944 ??_R4?$numpunct@D@std@@6B@ 100a1944 main.cpp.obj + 0002:00019958 ??_R3?$numpunct@D@std@@8 100a1958 main.cpp.obj + 0002:00019968 ??_R2?$numpunct@D@std@@8 100a1968 main.cpp.obj + 0002:0001997c ??_R1A@?0A@EA@?$numpunct@D@std@@8 100a197c main.cpp.obj + 0002:00019998 ??_R3?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@8 100a1998 main.cpp.obj + 0002:000199a8 ??_R2?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@8 100a19a8 main.cpp.obj + 0002:000199b0 ??_R1A@?0A@EA@?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@8 100a19b0 main.cpp.obj + 0002:000199cc ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@8 100a19cc main.cpp.obj + 0002:000199dc ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@8 100a19dc main.cpp.obj + 0002:000199e4 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@8 100a19e4 main.cpp.obj + 0002:00019a00 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@std@@8 100a1a00 main.cpp.obj + 0002:00019a10 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@std@@8 100a1a10 main.cpp.obj + 0002:00019a18 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@std@@8 100a1a18 main.cpp.obj + 0002:00019a34 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@8 100a1a34 main.cpp.obj + 0002:00019a44 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@8 100a1a44 main.cpp.obj + 0002:00019a4c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@8 100a1a4c main.cpp.obj + 0002:00019a68 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@std@@8 100a1a68 main.cpp.obj + 0002:00019a78 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@std@@8 100a1a78 main.cpp.obj + 0002:00019a80 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@std@@8 100a1a80 main.cpp.obj + 0002:00019a9c ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@8 100a1a9c main.cpp.obj + 0002:00019aac ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@8 100a1aac main.cpp.obj + 0002:00019ab4 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@8 100a1ab4 main.cpp.obj + 0002:00019ad0 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@8 100a1ad0 main.cpp.obj + 0002:00019ae0 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@8 100a1ae0 main.cpp.obj + 0002:00019ae8 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@8 100a1ae8 main.cpp.obj + 0002:00019b04 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@8 100a1b04 main.cpp.obj + 0002:00019b14 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@8 100a1b14 main.cpp.obj + 0002:00019b1c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@8 100a1b1c main.cpp.obj + 0002:00019b38 ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@8 100a1b38 main.cpp.obj + 0002:00019b48 ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@8 100a1b48 main.cpp.obj + 0002:00019b50 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@8 100a1b50 main.cpp.obj + 0002:00019b6c ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@8 100a1b6c main.cpp.obj + 0002:00019b7c ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@8 100a1b7c main.cpp.obj + 0002:00019b84 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@8 100a1b84 main.cpp.obj + 0002:00019ba0 ??_R3?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@8 100a1ba0 main.cpp.obj + 0002:00019bb0 ??_R2?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@8 100a1bb0 main.cpp.obj + 0002:00019bb8 ??_R1A@?0A@EA@?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@8 100a1bb8 main.cpp.obj + 0002:00019bd4 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@8 100a1bd4 main.cpp.obj + 0002:00019be4 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@8 100a1be4 main.cpp.obj + 0002:00019bec ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@8 100a1bec main.cpp.obj + 0002:00019c08 ??_R3?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@8 100a1c08 main.cpp.obj + 0002:00019c18 ??_R2?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@8 100a1c18 main.cpp.obj + 0002:00019c20 ??_R1A@?0A@EA@?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@8 100a1c20 main.cpp.obj + 0002:00019c3c ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@8 100a1c3c main.cpp.obj + 0002:00019c4c ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@8 100a1c4c main.cpp.obj + 0002:00019c54 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@8 100a1c54 main.cpp.obj + 0002:00019c70 ??_R3?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a1c70 main.cpp.obj + 0002:00019c80 ??_R2?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a1c80 main.cpp.obj + 0002:00019c88 ??_R1A@?0A@EA@?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a1c88 main.cpp.obj + 0002:00019ca4 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@8 100a1ca4 main.cpp.obj + 0002:00019cb4 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@8 100a1cb4 main.cpp.obj + 0002:00019cbc ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@8 100a1cbc main.cpp.obj + 0002:00019cd8 ??_R3?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a1cd8 main.cpp.obj + 0002:00019ce8 ??_R2?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a1ce8 main.cpp.obj + 0002:00019cf0 ??_R1A@?0A@EA@?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a1cf0 main.cpp.obj + 0002:00019d0c ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@8 100a1d0c main.cpp.obj + 0002:00019d1c ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@8 100a1d1c main.cpp.obj + 0002:00019d24 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@8 100a1d24 main.cpp.obj + 0002:00019d40 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@8 100a1d40 main.cpp.obj + 0002:00019d50 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@8 100a1d50 main.cpp.obj + 0002:00019d58 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@8 100a1d58 main.cpp.obj + 0002:00019d74 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@8 100a1d74 main.cpp.obj + 0002:00019d84 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@8 100a1d84 main.cpp.obj + 0002:00019d8c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@8 100a1d8c main.cpp.obj + 0002:00019da8 ??_R3?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@8 100a1da8 main.cpp.obj + 0002:00019db8 ??_R2?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@8 100a1db8 main.cpp.obj + 0002:00019dc0 ??_R1A@?0A@EA@?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@8 100a1dc0 main.cpp.obj + 0002:00019ddc ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@8 100a1ddc main.cpp.obj + 0002:00019dec ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@8 100a1dec main.cpp.obj + 0002:00019df4 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@8 100a1df4 main.cpp.obj + 0002:00019e10 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@8 100a1e10 main.cpp.obj + 0002:00019e20 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@8 100a1e20 main.cpp.obj + 0002:00019e28 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@8 100a1e28 main.cpp.obj + 0002:00019e44 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@8 100a1e44 main.cpp.obj + 0002:00019e54 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@8 100a1e54 main.cpp.obj + 0002:00019e5c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@8 100a1e5c main.cpp.obj + 0002:00019e78 ??_R4?$wrapexcept@VError@hadesmem@@@boost@@6B@ 100a1e78 main.cpp.obj + 0002:00019e8c ??_R3?$wrapexcept@VError@hadesmem@@@boost@@8 100a1e8c main.cpp.obj + 0002:00019e9c ??_R2?$wrapexcept@VError@hadesmem@@@boost@@8 100a1e9c main.cpp.obj + 0002:00019eb8 ??_R1A@?0A@EA@?$wrapexcept@VError@hadesmem@@@boost@@8 100a1eb8 main.cpp.obj + 0002:00019ed4 ??_R13?0A@EA@Error@hadesmem@@8 100a1ed4 main.cpp.obj + 0002:00019ef0 ??_R1A@33FA@exception@std@@8 100a1ef0 main.cpp.obj + 0002:00019f0c ??_R1A@37FA@exception@boost@@8 100a1f0c main.cpp.obj + 0002:00019f28 ??_R17?0A@EA@type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 100a1f28 main.cpp.obj + 0002:00019f44 ??_R3type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 100a1f44 main.cpp.obj + 0002:00019f54 ??_R2type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 100a1f54 main.cpp.obj + 0002:00019f5c ??_R1A@?0A@EA@type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 100a1f5c main.cpp.obj + 0002:00019f78 ??_R4?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@std@@@ 100a1f78 main.cpp.obj + 0002:00019f8c ??_R4?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@1@@ 100a1f8c main.cpp.obj + 0002:00019fa0 ??_R4?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 100a1fa0 main.cpp.obj + 0002:00019fb4 ??_R3?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a1fb4 main.cpp.obj + 0002:00019fc4 ??_R2?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a1fc4 main.cpp.obj + 0002:00019fd8 ??_R1A@?0A@EA@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a1fd8 main.cpp.obj + 0002:00019ff4 ??_R4?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 100a1ff4 main.cpp.obj + 0002:0001a008 ??_R3?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a2008 main.cpp.obj + 0002:0001a018 ??_R2?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a2018 main.cpp.obj + 0002:0001a024 ??_R1A@?0A@EA@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a2024 main.cpp.obj + 0002:0001a040 ??_R4?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 100a2040 main.cpp.obj + 0002:0001a054 ??_R3?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a2054 main.cpp.obj + 0002:0001a064 ??_R2?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a2064 main.cpp.obj + 0002:0001a070 ??_R1A@?0A@EA@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a2070 main.cpp.obj + 0002:0001a08c ??_R4?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 100a208c main.cpp.obj + 0002:0001a0a0 ??_R3?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@8 100a20a0 main.cpp.obj + 0002:0001a0b0 ??_R2?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@8 100a20b0 main.cpp.obj + 0002:0001a0cc ??_R1A@?0A@EA@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@8 100a20cc main.cpp.obj + 0002:0001a0e8 ??_R1A@CE@3FA@clone_base@exception_detail@boost@@8 100a20e8 main.cpp.obj + 0002:0001a104 ??_R4?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bbad_alloc@std@@@ 100a2104 main.cpp.obj + 0002:0001a118 ??_R4?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6B@ 100a2118 main.cpp.obj + 0002:0001a12c ??_R4?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 100a212c main.cpp.obj + 0002:0001a140 ??_R3?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@8 100a2140 main.cpp.obj + 0002:0001a150 ??_R2?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@8 100a2150 main.cpp.obj + 0002:0001a16c ??_R1A@?0A@EA@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@8 100a216c main.cpp.obj + 0002:0001a188 ??_R4?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bbad_exception@std@@@ 100a2188 main.cpp.obj + 0002:0001a19c ??_R4?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6B@ 100a219c main.cpp.obj + 0002:0001a1b0 ??_R4?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@6B@ 100a21b0 main.cpp.obj + 0002:0001a1c4 ??_R3?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@8 100a21c4 main.cpp.obj + 0002:0001a1d4 ??_R2?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@8 100a21d4 main.cpp.obj + 0002:0001a1e0 ??_R1A@?0A@EA@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@8 100a21e0 main.cpp.obj + 0002:0001a1fc ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@6B@ 100a21fc main.cpp.obj + 0002:0001a210 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@8 100a2210 main.cpp.obj + 0002:0001a220 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@8 100a2220 main.cpp.obj + 0002:0001a22c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@8 100a222c main.cpp.obj + 0002:0001a248 ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@6B@ 100a2248 main.cpp.obj + 0002:0001a25c ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@8 100a225c main.cpp.obj + 0002:0001a26c ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@8 100a226c main.cpp.obj + 0002:0001a278 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@8 100a2278 main.cpp.obj + 0002:0001a294 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@6B@ 100a2294 main.cpp.obj + 0002:0001a2a8 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@8 100a22a8 main.cpp.obj + 0002:0001a2b8 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@8 100a22b8 main.cpp.obj + 0002:0001a2c4 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@8 100a22c4 main.cpp.obj + 0002:0001a2e0 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@6B@ 100a22e0 main.cpp.obj + 0002:0001a2f4 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@8 100a22f4 main.cpp.obj + 0002:0001a304 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@8 100a2304 main.cpp.obj + 0002:0001a310 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@8 100a2310 main.cpp.obj + 0002:0001a32c ??_R4?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@6B@ 100a232c main.cpp.obj + 0002:0001a340 ??_R3?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@8 100a2340 main.cpp.obj + 0002:0001a350 ??_R2?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@8 100a2350 main.cpp.obj + 0002:0001a35c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@8 100a235c main.cpp.obj + 0002:0001a378 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@6B@ 100a2378 main.cpp.obj + 0002:0001a38c ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@8 100a238c main.cpp.obj + 0002:0001a39c ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@8 100a239c main.cpp.obj + 0002:0001a3a8 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@8 100a23a8 main.cpp.obj + 0002:0001a3c4 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@6B@ 100a23c4 main.cpp.obj + 0002:0001a3d8 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@8 100a23d8 main.cpp.obj + 0002:0001a3e8 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@8 100a23e8 main.cpp.obj + 0002:0001a3f4 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@8 100a23f4 main.cpp.obj + 0002:0001a410 ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@6B@ 100a2410 main.cpp.obj + 0002:0001a424 ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@8 100a2424 main.cpp.obj + 0002:0001a434 ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@8 100a2434 main.cpp.obj + 0002:0001a440 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@8 100a2440 main.cpp.obj + 0002:0001a45c ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@6B@ 100a245c main.cpp.obj + 0002:0001a470 ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@8 100a2470 main.cpp.obj + 0002:0001a480 ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@8 100a2480 main.cpp.obj + 0002:0001a48c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@8 100a248c main.cpp.obj + 0002:0001a4a8 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@6B@ 100a24a8 main.cpp.obj + 0002:0001a4bc ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@8 100a24bc main.cpp.obj + 0002:0001a4cc ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@8 100a24cc main.cpp.obj + 0002:0001a4d8 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@8 100a24d8 main.cpp.obj + 0002:0001a4f4 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@6B@ 100a24f4 main.cpp.obj + 0002:0001a508 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@8 100a2508 main.cpp.obj + 0002:0001a518 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@8 100a2518 main.cpp.obj + 0002:0001a524 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@8 100a2524 main.cpp.obj + 0002:0001a540 ??_R4?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@6B@ 100a2540 main.cpp.obj + 0002:0001a554 ??_R3?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@8 100a2554 main.cpp.obj + 0002:0001a564 ??_R2?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@8 100a2564 main.cpp.obj + 0002:0001a570 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@8 100a2570 main.cpp.obj + 0002:0001a58c ??_R4?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@6B@ 100a258c main.cpp.obj + 0002:0001a5a0 ??_R3?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@8 100a25a0 main.cpp.obj + 0002:0001a5b0 ??_R2?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@8 100a25b0 main.cpp.obj + 0002:0001a5bc ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@8 100a25bc main.cpp.obj + 0002:0001a5d8 ??_R4?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@6B@ 100a25d8 main.cpp.obj + 0002:0001a5ec ??_R3?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@8 100a25ec main.cpp.obj + 0002:0001a5fc ??_R2?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@8 100a25fc main.cpp.obj + 0002:0001a608 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@8 100a2608 main.cpp.obj + 0002:0001a624 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@6B@ 100a2624 main.cpp.obj + 0002:0001a638 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@8 100a2638 main.cpp.obj + 0002:0001a648 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@8 100a2648 main.cpp.obj + 0002:0001a654 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@8 100a2654 main.cpp.obj + 0002:0001a670 ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@6B@ 100a2670 main.cpp.obj + 0002:0001a684 ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@8 100a2684 main.cpp.obj + 0002:0001a694 ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@8 100a2694 main.cpp.obj + 0002:0001a6a0 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@8 100a26a0 main.cpp.obj + 0002:0001a6bc ??_R4?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@6B@ 100a26bc main.cpp.obj + 0002:0001a6d0 ??_R3?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@8 100a26d0 main.cpp.obj + 0002:0001a6e0 ??_R2?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@8 100a26e0 main.cpp.obj + 0002:0001a6ec ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@8 100a26ec main.cpp.obj + 0002:0001a708 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@6B@ 100a2708 main.cpp.obj + 0002:0001a71c ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@8 100a271c main.cpp.obj + 0002:0001a72c ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@8 100a272c main.cpp.obj + 0002:0001a738 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@8 100a2738 main.cpp.obj + 0002:0001a754 ??_R4?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@6B@ 100a2754 main.cpp.obj + 0002:0001a768 ??_R3?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@8 100a2768 main.cpp.obj + 0002:0001a778 ??_R2?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@8 100a2778 main.cpp.obj + 0002:0001a784 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@8 100a2784 main.cpp.obj + 0002:0001a7a0 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@6B@ 100a27a0 main.cpp.obj + 0002:0001a7b4 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@8 100a27b4 main.cpp.obj + 0002:0001a7c4 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@8 100a27c4 main.cpp.obj + 0002:0001a7d0 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@8 100a27d0 main.cpp.obj + 0002:0001a7ec ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@6B@ 100a27ec main.cpp.obj + 0002:0001a800 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@8 100a2800 main.cpp.obj + 0002:0001a810 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@8 100a2810 main.cpp.obj + 0002:0001a81c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@8 100a281c main.cpp.obj + 0002:0001a838 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@6B@ 100a2838 main.cpp.obj + 0002:0001a84c ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@8 100a284c main.cpp.obj + 0002:0001a85c ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@8 100a285c main.cpp.obj + 0002:0001a868 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@8 100a2868 main.cpp.obj + 0002:0001a884 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@6B@ 100a2884 main.cpp.obj + 0002:0001a898 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@8 100a2898 main.cpp.obj + 0002:0001a8a8 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@8 100a28a8 main.cpp.obj + 0002:0001a8b4 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@8 100a28b4 main.cpp.obj + 0002:0001a8d0 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@6B@ 100a28d0 main.cpp.obj + 0002:0001a8e4 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@8 100a28e4 main.cpp.obj + 0002:0001a8f4 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@8 100a28f4 main.cpp.obj + 0002:0001a900 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@8 100a2900 main.cpp.obj + 0002:0001a91c ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@6B@ 100a291c main.cpp.obj + 0002:0001a930 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@8 100a2930 main.cpp.obj + 0002:0001a940 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@8 100a2940 main.cpp.obj + 0002:0001a94c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@8 100a294c main.cpp.obj + 0002:0001a968 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@6B@ 100a2968 main.cpp.obj + 0002:0001a97c ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@8 100a297c main.cpp.obj + 0002:0001a98c ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@8 100a298c main.cpp.obj + 0002:0001a998 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@8 100a2998 main.cpp.obj + 0002:0001a9b4 ??_R4?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 100a29b4 main.cpp.obj + 0002:0001a9c8 ??_R3?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a29c8 main.cpp.obj + 0002:0001a9d8 ??_R2?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a29d8 main.cpp.obj + 0002:0001a9e4 ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a29e4 main.cpp.obj + 0002:0001aa00 ??_R4?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 100a2a00 main.cpp.obj + 0002:0001aa14 ??_R3?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a2a14 main.cpp.obj + 0002:0001aa24 ??_R2?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a2a24 main.cpp.obj + 0002:0001aa30 ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a2a30 main.cpp.obj + 0002:0001aa4c ??_R4?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@6B@ 100a2a4c main.cpp.obj + 0002:0001aa60 ??_R3?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@8 100a2a60 main.cpp.obj + 0002:0001aa70 ??_R2?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@8 100a2a70 main.cpp.obj + 0002:0001aa7c ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@detail@boost@@8 100a2a7c main.cpp.obj + 0002:0001aa98 ??_R4?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@6B@ 100a2a98 main.cpp.obj + 0002:0001aaac ??_R3?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@8 100a2aac main.cpp.obj + 0002:0001aabc ??_R2?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@8 100a2abc main.cpp.obj + 0002:0001aac8 ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@8 100a2ac8 main.cpp.obj + 0002:0001aae4 ??_R4bad_typeid@std@@6B@ 100a2ae4 libvcruntime:rtti.obj + 0002:0001aaf8 ??_R3bad_typeid@std@@8 100a2af8 libvcruntime:rtti.obj + 0002:0001ab08 ??_R2bad_typeid@std@@8 100a2b08 libvcruntime:rtti.obj + 0002:0001ab14 ??_R1A@?0A@EA@bad_typeid@std@@8 100a2b14 libvcruntime:rtti.obj + 0002:0001ab30 ??_R4__non_rtti_object@std@@6B@ 100a2b30 libvcruntime:rtti.obj + 0002:0001ab44 ??_R3__non_rtti_object@std@@8 100a2b44 libvcruntime:rtti.obj + 0002:0001ab54 ??_R2__non_rtti_object@std@@8 100a2b54 libvcruntime:rtti.obj + 0002:0001ab64 ??_R1A@?0A@EA@__non_rtti_object@std@@8 100a2b64 libvcruntime:rtti.obj + 0002:0001ab80 ??_R4DNameNode@@6B@ 100a2b80 libvcruntime:undname.obj + 0002:0001ab94 ??_R3DNameNode@@8 100a2b94 libvcruntime:undname.obj + 0002:0001aba4 ??_R2DNameNode@@8 100a2ba4 libvcruntime:undname.obj + 0002:0001abac ??_R1A@?0A@EA@DNameNode@@8 100a2bac libvcruntime:undname.obj + 0002:0001abc8 ??_R4charNode@@6B@ 100a2bc8 libvcruntime:undname.obj + 0002:0001abdc ??_R3charNode@@8 100a2bdc libvcruntime:undname.obj + 0002:0001abec ??_R2charNode@@8 100a2bec libvcruntime:undname.obj + 0002:0001abf8 ??_R1A@?0A@EA@charNode@@8 100a2bf8 libvcruntime:undname.obj + 0002:0001ac14 ??_R4pcharNode@@6B@ 100a2c14 libvcruntime:undname.obj + 0002:0001ac28 ??_R3pcharNode@@8 100a2c28 libvcruntime:undname.obj + 0002:0001ac38 ??_R2pcharNode@@8 100a2c38 libvcruntime:undname.obj + 0002:0001ac44 ??_R1A@?0A@EA@pcharNode@@8 100a2c44 libvcruntime:undname.obj + 0002:0001ac60 ??_R4pDNameNode@@6B@ 100a2c60 libvcruntime:undname.obj + 0002:0001ac74 ??_R3pDNameNode@@8 100a2c74 libvcruntime:undname.obj + 0002:0001ac84 ??_R2pDNameNode@@8 100a2c84 libvcruntime:undname.obj + 0002:0001ac90 ??_R1A@?0A@EA@pDNameNode@@8 100a2c90 libvcruntime:undname.obj + 0002:0001acac ??_R4DNameStatusNode@@6B@ 100a2cac libvcruntime:undname.obj + 0002:0001acc0 ??_R3DNameStatusNode@@8 100a2cc0 libvcruntime:undname.obj + 0002:0001acd0 ??_R2DNameStatusNode@@8 100a2cd0 libvcruntime:undname.obj + 0002:0001acdc ??_R1A@?0A@EA@DNameStatusNode@@8 100a2cdc libvcruntime:undname.obj + 0002:0001acf8 ??_R4pairNode@@6B@ 100a2cf8 libvcruntime:undname.obj + 0002:0001ad0c ??_R3pairNode@@8 100a2d0c libvcruntime:undname.obj + 0002:0001ad1c ??_R2pairNode@@8 100a2d1c libvcruntime:undname.obj + 0002:0001ad28 ??_R1A@?0A@EA@pairNode@@8 100a2d28 libvcruntime:undname.obj + 0002:0001ad44 ??_R4bad_function_call@std@@6B@ 100a2d44 libcpmt:xthrow.obj + 0002:0001ad58 ??_R3bad_function_call@std@@8 100a2d58 libcpmt:xthrow.obj + 0002:0001ad68 ??_R2bad_function_call@std@@8 100a2d68 libcpmt:xthrow.obj + 0002:0001ad74 ??_R1A@?0A@EA@bad_function_call@std@@8 100a2d74 libcpmt:xthrow.obj + 0002:0001ad90 ??_R4logic_error@std@@6B@ 100a2d90 libcpmt:xthrow.obj + 0002:0001ada4 ??_R3logic_error@std@@8 100a2da4 libcpmt:xthrow.obj + 0002:0001adb4 ??_R2logic_error@std@@8 100a2db4 libcpmt:xthrow.obj + 0002:0001adc0 ??_R1A@?0A@EA@logic_error@std@@8 100a2dc0 libcpmt:xthrow.obj + 0002:0001addc ??_R4invalid_argument@std@@6B@ 100a2ddc libcpmt:xthrow.obj + 0002:0001adf0 ??_R3invalid_argument@std@@8 100a2df0 libcpmt:xthrow.obj + 0002:0001ae00 ??_R2invalid_argument@std@@8 100a2e00 libcpmt:xthrow.obj + 0002:0001ae10 ??_R1A@?0A@EA@invalid_argument@std@@8 100a2e10 libcpmt:xthrow.obj + 0002:0001ae2c ??_R4length_error@std@@6B@ 100a2e2c libcpmt:xthrow.obj + 0002:0001ae40 ??_R3length_error@std@@8 100a2e40 libcpmt:xthrow.obj + 0002:0001ae50 ??_R2length_error@std@@8 100a2e50 libcpmt:xthrow.obj + 0002:0001ae60 ??_R1A@?0A@EA@length_error@std@@8 100a2e60 libcpmt:xthrow.obj + 0002:0001ae7c ??_R4out_of_range@std@@6B@ 100a2e7c libcpmt:xthrow.obj + 0002:0001ae90 ??_R3out_of_range@std@@8 100a2e90 libcpmt:xthrow.obj + 0002:0001aea0 ??_R2out_of_range@std@@8 100a2ea0 libcpmt:xthrow.obj + 0002:0001aeb0 ??_R1A@?0A@EA@out_of_range@std@@8 100a2eb0 libcpmt:xthrow.obj + 0002:0001aecc ??_R4_Locimp@locale@std@@6B@ 100a2ecc libcpmt:locale0.obj + 0002:0001aee0 ??_R3_Locimp@locale@std@@8 100a2ee0 libcpmt:locale0.obj + 0002:0001aef0 ??_R2_Locimp@locale@std@@8 100a2ef0 libcpmt:locale0.obj + 0002:0001af04 ??_R1A@?0A@EA@_Locimp@locale@std@@8 100a2f04 libcpmt:locale0.obj + 0002:0001af20 ??_R4type_info@@6B@ 100a2f20 LIBCMT:std_type_info_static.obj + 0002:0001af34 ??_R3type_info@@8 100a2f34 LIBCMT:std_type_info_static.obj + 0002:0001af44 ??_R2type_info@@8 100a2f44 LIBCMT:std_type_info_static.obj + 0002:0001af4c ??_R1A@?0A@EA@type_info@@8 100a2f4c LIBCMT:std_type_info_static.obj + 0002:0001af68 ___safe_se_handler_table 100a2f68 + 0002:0001b31c ___volatile_metadata 100a331c + 0002:0001b7cc ___rtc_iaa 100a37cc LIBCMT:initsect.obj + 0002:0001b7d0 ___rtc_izz 100a37d0 LIBCMT:initsect.obj + 0002:0001b7d4 ___rtc_taa 100a37d4 LIBCMT:initsect.obj + 0002:0001b7d8 ___rtc_tzz 100a37d8 LIBCMT:initsect.obj + 0002:0001b7dc __tls_start 100a37dc LIBCMT:tlssup.obj + 0002:0001b7e0 ?orig_user_ptr@?1??GetOriginalArbitraryUserPtrPtr@PatchDetourBase@hadesmem@@KAPAPAXXZ@4PAXA 100a37e0 main.cpp.obj + 0002:0001b7e4 ?ret_address_ptr@?1??GetReturnAddressPtrPtr@PatchDetourBase@hadesmem@@KAPAPAXXZ@4PAXA 100a37e4 main.cpp.obj + 0002:0001b7e8 __Init_thread_epoch 100a37e8 LIBCMT:thread_safe_statics.obj + 0002:0001b7ec __tls_end 100a37ec LIBCMT:tlssup.obj + 0002:0001ba78 __CT??_R0?AVexception@std@@@8??0exception@std@@QAE@ABV01@@Z12 100a3a78 logging.cpp.obj + 0002:0001ba94 __TI3?AVbad_array_new_length@std@@ 100a3a94 logging.cpp.obj + 0002:0001baa4 __CTA3?AVbad_array_new_length@std@@ 100a3aa4 logging.cpp.obj + 0002:0001bab4 __CT??_R0?AVbad_array_new_length@std@@@8??0bad_array_new_length@std@@QAE@ABV01@@Z12 100a3ab4 logging.cpp.obj + 0002:0001bad0 __CT??_R0?AVbad_alloc@std@@@8??0bad_alloc@std@@QAE@ABV01@@Z12 100a3ad0 logging.cpp.obj + 0002:0001baec __CT??_R0?AVruntime_error@std@@@8??0runtime_error@std@@QAE@ABV01@@Z12 100a3aec logging.cpp.obj + 0002:0001bb08 __CT??_R0?AVsystem_error@std@@@8??0system_error@std@@QAE@ABV01@@Z20 100a3b08 logging.cpp.obj + 0002:0001bb24 __CT??_R0?AV_System_error@std@@@8??0_System_error@std@@QAE@ABV01@@Z20 100a3b24 logging.cpp.obj + 0002:0001bb40 __TI2?AVbad_cast@std@@ 100a3b40 logging.cpp.obj + 0002:0001bb50 __CTA2?AVbad_cast@std@@ 100a3b50 logging.cpp.obj + 0002:0001bb5c __CT??_R0?AVbad_cast@std@@@8??0bad_cast@std@@QAE@ABV01@@Z12 100a3b5c logging.cpp.obj + 0002:0001bb78 __TI5?AVfailure@ios_base@std@@ 100a3b78 logging.cpp.obj + 0002:0001bb88 __CTA5?AVfailure@ios_base@std@@ 100a3b88 logging.cpp.obj + 0002:0001bba0 __CT??_R0?AVfailure@ios_base@std@@@8??0failure@ios_base@std@@QAE@ABV012@@Z20 100a3ba0 logging.cpp.obj + 0002:00020264 __CT??_R0?AVclone_base@exception_detail@boost@@@8??0clone_base@exception_detail@boost@@QAE@ABV012@@Z4 100a8264 main.cpp.obj + 0002:00020280 __TI6?AU?$wrapexcept@VError@hadesmem@@@boost@@ 100a8280 main.cpp.obj + 0002:00020290 __CTA6?AU?$wrapexcept@VError@hadesmem@@@boost@@ 100a8290 main.cpp.obj + 0002:000202ac __CT??_R0?AU?$wrapexcept@VError@hadesmem@@@boost@@@8??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z44 100a82ac main.cpp.obj + 0002:000202c8 __CT??_R0?AVError@hadesmem@@@8??0Error@hadesmem@@QAE@ABV01@@Z404 100a82c8 main.cpp.obj + 0002:000202e4 __CT??_R0?AVexception@std@@@8??0exception@std@@QAE@ABV01@@Z12044 100a82e4 main.cpp.obj + 0002:00020300 __CT??_R0?AVexception@boost@@@8??0exception@boost@@QAE@ABV01@@Z24048 100a8300 main.cpp.obj + 0002:0002031c __CT??_R0?AUtype@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@@818 100a831c main.cpp.obj + 0002:00020338 __TI6?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@ 100a8338 main.cpp.obj + 0002:00020348 __CTA6?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@ 100a8348 main.cpp.obj + 0002:00020364 __CT??_R0?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@8??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z48 100a8364 main.cpp.obj + 0002:00020380 __CT??_R0?AUbad_exception_@exception_detail@boost@@@8??0bad_exception_@exception_detail@boost@@QAE@ABU012@@Z36 100a8380 main.cpp.obj + 0002:0002039c __CT??_R0?AVexception@boost@@@8??0exception@boost@@QAE@ABV01@@Z24 100a839c main.cpp.obj + 0002:000203b8 __CT??_R0?AVbad_exception@std@@@8??0bad_exception@std@@QAE@ABV01@@Z1224 100a83b8 main.cpp.obj + 0002:000203d4 __CT??_R0?AVexception@std@@@8??0exception@std@@QAE@ABV01@@Z1224 100a83d4 main.cpp.obj + 0002:000203f0 __CT??_R0?AVclone_base@exception_detail@boost@@@8??0clone_base@exception_detail@boost@@QAE@ABV012@@Z40364 100a83f0 main.cpp.obj + 0002:0002040c __TI6?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@ 100a840c main.cpp.obj + 0002:0002041c __CTA6?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@ 100a841c main.cpp.obj + 0002:00020438 __CT??_R0?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@8??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z48 100a8438 main.cpp.obj + 0002:00020454 __CT??_R0?AUbad_alloc_@exception_detail@boost@@@8??0bad_alloc_@exception_detail@boost@@QAE@ABU012@@Z36 100a8454 main.cpp.obj + 0002:00020470 __CT??_R0?AVbad_alloc@std@@@8??0bad_alloc@std@@QAE@ABV01@@Z1224 100a8470 main.cpp.obj + 0002:00020efc __TI3?AV__non_rtti_object@std@@ 100a8efc libvcruntime:rtti.obj + 0002:00020f0c __CTA3?AV__non_rtti_object@std@@ 100a8f0c libvcruntime:rtti.obj + 0002:00020f1c __CT??_R0?AV__non_rtti_object@std@@@8??0__non_rtti_object@std@@QAE@ABV01@@Z12 100a8f1c libvcruntime:rtti.obj + 0002:00020f38 __CT??_R0?AVbad_typeid@std@@@8??0bad_typeid@std@@QAE@ABV01@@Z12 100a8f38 libvcruntime:rtti.obj + 0002:00020f54 __TI2?AVbad_typeid@std@@ 100a8f54 libvcruntime:rtti.obj + 0002:00020f64 __CTA2?AVbad_typeid@std@@ 100a8f64 libvcruntime:rtti.obj + 0002:00021054 __TI2?AVbad_exception@std@@ 100a9054 libvcruntime:frame.obj + 0002:00021064 __CTA2?AVbad_exception@std@@ 100a9064 libvcruntime:frame.obj + 0002:00021070 __CT??_R0?AVbad_exception@std@@@8??0bad_exception@std@@QAE@ABV01@@Z12 100a9070 libvcruntime:frame.obj + 0002:000216a8 __TI2?AVbad_alloc@std@@ 100a96a8 libcpmt:xthrow.obj + 0002:000216b8 __CTA2?AVbad_alloc@std@@ 100a96b8 libcpmt:xthrow.obj + 0002:000216c4 __TI3?AVinvalid_argument@std@@ 100a96c4 libcpmt:xthrow.obj + 0002:000216d4 __CTA3?AVinvalid_argument@std@@ 100a96d4 libcpmt:xthrow.obj + 0002:000216e4 __CT??_R0?AVinvalid_argument@std@@@8??0invalid_argument@std@@QAE@ABV01@@Z12 100a96e4 libcpmt:xthrow.obj + 0002:00021700 __CT??_R0?AVlogic_error@std@@@8??0logic_error@std@@QAE@ABV01@@Z12 100a9700 libcpmt:xthrow.obj + 0002:0002171c __TI3?AVlength_error@std@@ 100a971c libcpmt:xthrow.obj + 0002:0002172c __CTA3?AVlength_error@std@@ 100a972c libcpmt:xthrow.obj + 0002:0002173c __CT??_R0?AVlength_error@std@@@8??0length_error@std@@QAE@ABV01@@Z12 100a973c libcpmt:xthrow.obj + 0002:00021758 __TI3?AVout_of_range@std@@ 100a9758 libcpmt:xthrow.obj + 0002:00021768 __CTA3?AVout_of_range@std@@ 100a9768 libcpmt:xthrow.obj + 0002:00021778 __CT??_R0?AVout_of_range@std@@@8??0out_of_range@std@@QAE@ABV01@@Z12 100a9778 libcpmt:xthrow.obj + 0002:00021794 __TI2?AVruntime_error@std@@ 100a9794 libcpmt:xthrow.obj + 0002:000217a4 __CTA2?AVruntime_error@std@@ 100a97a4 libcpmt:xthrow.obj + 0002:000217b0 __TI2?AVbad_function_call@std@@ 100a97b0 libcpmt:xthrow.obj + 0002:000217c0 __CTA2?AVbad_function_call@std@@ 100a97c0 libcpmt:xthrow.obj + 0002:000217cc __CT??_R0?AVbad_function_call@std@@@8??0bad_function_call@std@@QAE@ABV01@@Z12 100a97cc libcpmt:xthrow.obj + 0002:00021964 __IMPORT_DESCRIPTOR_KERNEL32 100a9964 kernel32:KERNEL32.dll + 0002:00021978 __IMPORT_DESCRIPTOR_USER32 100a9978 user32:USER32.dll + 0002:0002198c __NULL_IMPORT_DESCRIPTOR 100a998c kernel32:KERNEL32.dll 0003:00000000 ?debugLogFile@Nampower@@3V?$basic_ofstream@DU?$char_traits@D@std@@@std@@A 100ab000 logging.cpp.obj 0003:000000b0 ?_Static@?1???$_Immortalize_memcpy_image@V_Iostream_error_category2@std@@@std@@YAABV_Iostream_error_category2@1@XZ@4U?$_Constexpr_immortalize_impl@V_Iostream_error_category2@std@@@1@A 100ab0b0 logging.cpp.obj 0003:000000b8 ?gNextCastId@Nampower@@3_KA 100ab0b8 main.cpp.obj @@ -7272,7 +7279,7 @@ 0003:000222d8 ___scrt_ucrt_dll_is_in_use 100cd2d8 0003:000222e0 ?_OptionsStorage@?1??__local_stdio_printf_options@@9@9 100cd2e0 - entry point at 0001:0007b882 + entry point at 0001:0007ba82 Static symbols @@ -7394,3152 +7401,3152 @@ 0001:000043a0 _uninitialize_c 100053a0 f i libucrt:initialization.obj 0001:000043a0 _uninitialize_global_state_isolation 100053a0 f i libucrt:initialization.obj 0001:00004ee0 _no_op_initialize 10005ee0 f i libucrt:wsetlocale.obj - 0001:00005f50 __catch$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z$0 10006f50 f i main.cpp.obj - 0001:00005ff0 __catch$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z$0 10006ff0 f i main.cpp.obj - 0001:00006140 __catch$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z$0 10007140 f i main.cpp.obj - 0001:00006290 __catch$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z$0 10007290 f i main.cpp.obj - 0001:00006330 __catch$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z$0 10007330 f i main.cpp.obj - 0001:0000642a __catch$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$0 1000742a f i main.cpp.obj - 0001:000066a6 __catch$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z$0 100076a6 f i main.cpp.obj - 0001:00006952 __catch$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z$0 10007952 f i main.cpp.obj - 0001:00007d6a __catch$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z$0 10008d6a f i main.cpp.obj - 0001:0000844a __catch$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z$0 1000944a f i main.cpp.obj - 0001:00008864 __catch$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$0 10009864 f i main.cpp.obj - 0001:00008995 __catch$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$1 10009995 f i main.cpp.obj - 0001:00008aab __catch$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$2 10009aab f i main.cpp.obj - 0001:00009074 __catch$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$0 1000a074 f i main.cpp.obj - 0001:000091a5 __catch$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$1 1000a1a5 f i main.cpp.obj - 0001:000092bb __catch$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$2 1000a2bb f i main.cpp.obj - 0001:00009884 __catch$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$0 1000a884 f i main.cpp.obj - 0001:000099b5 __catch$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$1 1000a9b5 f i main.cpp.obj - 0001:00009acb __catch$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$2 1000aacb f i main.cpp.obj - 0001:0000a094 __catch$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$0 1000b094 f i main.cpp.obj - 0001:0000a1c5 __catch$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$1 1000b1c5 f i main.cpp.obj - 0001:0000a2db __catch$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$2 1000b2db f i main.cpp.obj - 0001:0000a8a4 __catch$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$0 1000b8a4 f i main.cpp.obj - 0001:0000a9d5 __catch$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$1 1000b9d5 f i main.cpp.obj - 0001:0000aaeb __catch$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$2 1000baeb f i main.cpp.obj - 0001:0000b0b4 __catch$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$0 1000c0b4 f i main.cpp.obj - 0001:0000b1e5 __catch$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$1 1000c1e5 f i main.cpp.obj - 0001:0000b2fb __catch$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$2 1000c2fb f i main.cpp.obj - 0001:0000b8c4 __catch$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$0 1000c8c4 f i main.cpp.obj - 0001:0000b9f5 __catch$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$1 1000c9f5 f i main.cpp.obj - 0001:0000bb0b __catch$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$2 1000cb0b f i main.cpp.obj - 0001:0000c0d4 __catch$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$0 1000d0d4 f i main.cpp.obj - 0001:0000c205 __catch$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$1 1000d205 f i main.cpp.obj - 0001:0000c31b __catch$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$2 1000d31b f i main.cpp.obj - 0001:0000c8e4 __catch$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$0 1000d8e4 f i main.cpp.obj - 0001:0000ca15 __catch$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$1 1000da15 f i main.cpp.obj - 0001:0000cb2b __catch$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$2 1000db2b f i main.cpp.obj - 0001:0000d0f4 __catch$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$0 1000e0f4 f i main.cpp.obj - 0001:0000d225 __catch$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$1 1000e225 f i main.cpp.obj - 0001:0000d33b __catch$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$2 1000e33b f i main.cpp.obj - 0001:0000d904 __catch$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$0 1000e904 f i main.cpp.obj - 0001:0000da35 __catch$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$1 1000ea35 f i main.cpp.obj - 0001:0000db4b __catch$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$2 1000eb4b f i main.cpp.obj - 0001:0000e124 __catch$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$0 1000f124 f i main.cpp.obj - 0001:0000e255 __catch$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$1 1000f255 f i main.cpp.obj - 0001:0000e36b __catch$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$2 1000f36b f i main.cpp.obj - 0001:0000e934 __catch$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$0 1000f934 f i main.cpp.obj - 0001:0000ea65 __catch$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$1 1000fa65 f i main.cpp.obj - 0001:0000eb7b __catch$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$2 1000fb7b f i main.cpp.obj - 0001:0000f144 __catch$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$0 10010144 f i main.cpp.obj - 0001:0000f275 __catch$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$1 10010275 f i main.cpp.obj - 0001:0000f38b __catch$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$2 1001038b f i main.cpp.obj - 0001:0000f954 __catch$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$0 10010954 f i main.cpp.obj - 0001:0000fa85 __catch$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$1 10010a85 f i main.cpp.obj - 0001:0000fb9b __catch$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$2 10010b9b f i main.cpp.obj - 0001:00010164 __catch$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$0 10011164 f i main.cpp.obj - 0001:00010295 __catch$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$1 10011295 f i main.cpp.obj - 0001:000103ab __catch$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$2 100113ab f i main.cpp.obj - 0001:00010974 __catch$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$0 10011974 f i main.cpp.obj - 0001:00010aa5 __catch$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$1 10011aa5 f i main.cpp.obj - 0001:00010bbb __catch$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$2 10011bbb f i main.cpp.obj - 0001:00011184 __catch$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$0 10012184 f i main.cpp.obj - 0001:000112b5 __catch$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$1 100122b5 f i main.cpp.obj - 0001:000113cb __catch$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$2 100123cb f i main.cpp.obj - 0001:00011994 __catch$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$0 10012994 f i main.cpp.obj - 0001:00011ac5 __catch$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$1 10012ac5 f i main.cpp.obj - 0001:00011bdb __catch$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$2 10012bdb f i main.cpp.obj - 0001:000121a4 __catch$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$0 100131a4 f i main.cpp.obj - 0001:000122d5 __catch$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$1 100132d5 f i main.cpp.obj - 0001:000123eb __catch$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$2 100133eb f i main.cpp.obj - 0001:000129b4 __catch$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$0 100139b4 f i main.cpp.obj - 0001:00012ae5 __catch$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$1 10013ae5 f i main.cpp.obj - 0001:00012bfb __catch$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$2 10013bfb f i main.cpp.obj - 0001:000131c4 __catch$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$0 100141c4 f i main.cpp.obj - 0001:000132f5 __catch$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$1 100142f5 f i main.cpp.obj - 0001:0001340b __catch$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$2 1001440b f i main.cpp.obj - 0001:000139d4 __catch$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$0 100149d4 f i main.cpp.obj - 0001:00013b05 __catch$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$1 10014b05 f i main.cpp.obj - 0001:00013c1b __catch$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$2 10014c1b f i main.cpp.obj - 0001:000141e4 __catch$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$0 100151e4 f i main.cpp.obj - 0001:00014315 __catch$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$1 10015315 f i main.cpp.obj - 0001:0001442b __catch$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$2 1001542b f i main.cpp.obj - 0001:000149f4 __catch$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$0 100159f4 f i main.cpp.obj - 0001:00014b25 __catch$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$1 10015b25 f i main.cpp.obj - 0001:00014c3b __catch$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$2 10015c3b f i main.cpp.obj - 0001:00015204 __catch$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$0 10016204 f i main.cpp.obj - 0001:00015335 __catch$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$1 10016335 f i main.cpp.obj - 0001:0001544b __catch$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$2 1001644b f i main.cpp.obj - 0001:000157bb __catch$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ$0 100167bb f i main.cpp.obj - 0001:000157d6 __catch$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ$1 100167d6 f i main.cpp.obj - 0001:0001583b __catch$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ$0 1001683b f i main.cpp.obj - 0001:00015856 __catch$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ$1 10016856 f i main.cpp.obj - 0001:0001b043 __catch$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$0 1001c043 f i main.cpp.obj - 0001:0001b4d5 __catch$??0SuspendedProcess@hadesmem@@QAE@KK@Z$0 1001c4d5 f i main.cpp.obj - 0001:0001c663 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$0 1001d663 f i main.cpp.obj - 0001:0001c810 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$0 1001d810 f i main.cpp.obj - 0001:0001c810 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$0 1001d810 f i main.cpp.obj - 0001:0001c9cd __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$0 1001d9cd f i main.cpp.obj - 0001:0001cba0 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$0 1001dba0 f i main.cpp.obj - 0001:0001cd54 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$0 1001dd54 f i main.cpp.obj - 0001:0001cf00 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$0 1001df00 f i main.cpp.obj - 0001:0001d060 ??R@@QBE@XZ 1001e060 f main.cpp.obj - 0001:00020234 $LN455 10021234 main.cpp.obj - 0001:00020248 $LN454 10021248 main.cpp.obj - 0001:00020aa4 $LN455 10021aa4 main.cpp.obj - 0001:00020ab8 $LN454 10021ab8 main.cpp.obj - 0001:00021324 $LN455 10022324 main.cpp.obj - 0001:00021338 $LN454 10022338 main.cpp.obj - 0001:00021b94 $LN455 10022b94 main.cpp.obj - 0001:00021ba8 $LN454 10022ba8 main.cpp.obj - 0001:00022404 $LN455 10023404 main.cpp.obj - 0001:00022418 $LN454 10023418 main.cpp.obj - 0001:00022c74 $LN455 10023c74 main.cpp.obj - 0001:00022c88 $LN454 10023c88 main.cpp.obj - 0001:000234e4 $LN455 100244e4 main.cpp.obj - 0001:000234f8 $LN454 100244f8 main.cpp.obj - 0001:00023d54 $LN455 10024d54 main.cpp.obj - 0001:00023d68 $LN454 10024d68 main.cpp.obj - 0001:000245c4 $LN455 100255c4 main.cpp.obj - 0001:000245d8 $LN454 100255d8 main.cpp.obj - 0001:00024e34 $LN455 10025e34 main.cpp.obj - 0001:00024e48 $LN454 10025e48 main.cpp.obj - 0001:000256a4 $LN455 100266a4 main.cpp.obj - 0001:000256b8 $LN454 100266b8 main.cpp.obj - 0001:00025f14 $LN455 10026f14 main.cpp.obj - 0001:00025f28 $LN454 10026f28 main.cpp.obj - 0001:00026784 $LN455 10027784 main.cpp.obj - 0001:00026798 $LN454 10027798 main.cpp.obj - 0001:00026ff4 $LN455 10027ff4 main.cpp.obj - 0001:00027008 $LN454 10028008 main.cpp.obj - 0001:00027864 $LN455 10028864 main.cpp.obj - 0001:00027878 $LN454 10028878 main.cpp.obj - 0001:000280d4 $LN455 100290d4 main.cpp.obj - 0001:000280e8 $LN454 100290e8 main.cpp.obj - 0001:00028944 $LN455 10029944 main.cpp.obj - 0001:00028958 $LN454 10029958 main.cpp.obj - 0001:000291b4 $LN455 1002a1b4 main.cpp.obj - 0001:000291c8 $LN454 1002a1c8 main.cpp.obj - 0001:00029a24 $LN455 1002aa24 main.cpp.obj - 0001:00029a38 $LN454 1002aa38 main.cpp.obj - 0001:0002a294 $LN455 1002b294 main.cpp.obj - 0001:0002a2a8 $LN454 1002b2a8 main.cpp.obj - 0001:0002ab04 $LN455 1002bb04 main.cpp.obj - 0001:0002ab18 $LN454 1002bb18 main.cpp.obj - 0001:0002b374 $LN455 1002c374 main.cpp.obj - 0001:0002b388 $LN454 1002c388 main.cpp.obj - 0001:0002bbe4 $LN455 1002cbe4 main.cpp.obj - 0001:0002bbf8 $LN454 1002cbf8 main.cpp.obj - 0001:0002c454 $LN455 1002d454 main.cpp.obj - 0001:0002c468 $LN454 1002d468 main.cpp.obj - 0001:0002ccc4 $LN455 1002dcc4 main.cpp.obj - 0001:0002ccd8 $LN454 1002dcd8 main.cpp.obj - 0001:0002d534 $LN455 1002e534 main.cpp.obj - 0001:0002d548 $LN454 1002e548 main.cpp.obj - 0001:0002dda4 $LN455 1002eda4 main.cpp.obj - 0001:0002ddb8 $LN454 1002edb8 main.cpp.obj - 0001:0002df59 __catch$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$0 1002ef59 f i main.cpp.obj - 0001:0002e001 __catch$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$0 1002f001 f i main.cpp.obj - 0001:0002e15e __catch$?CleanupUnchecked@Process@hadesmem@@AAEXXZ$0 1002f15e f i main.cpp.obj - 0001:0002e23e __catch$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ$0 1002f23e f i main.cpp.obj - 0001:0002e983 __catch$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$0 1002f983 f i main.cpp.obj - 0001:00034c39 __catch$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10035c39 f i main.cpp.obj - 0001:00034d19 __catch$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$0 10035d19 f i main.cpp.obj - 0001:00034df9 __catch$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10035df9 f i main.cpp.obj - 0001:00034ed9 __catch$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$0 10035ed9 f i main.cpp.obj - 0001:00034fb9 __catch$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$0 10035fb9 f i main.cpp.obj - 0001:00035099 __catch$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$0 10036099 f i main.cpp.obj - 0001:00035179 __catch$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$0 10036179 f i main.cpp.obj - 0001:00035259 __catch$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$0 10036259 f i main.cpp.obj - 0001:00035339 __catch$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$0 10036339 f i main.cpp.obj - 0001:00035419 __catch$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$0 10036419 f i main.cpp.obj - 0001:000354f9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$0 100364f9 f i main.cpp.obj - 0001:000355d9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$0 100365d9 f i main.cpp.obj - 0001:000356b9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$0 100366b9 f i main.cpp.obj - 0001:00035799 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$0 10036799 f i main.cpp.obj - 0001:00035879 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$0 10036879 f i main.cpp.obj - 0001:00035959 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$0 10036959 f i main.cpp.obj - 0001:00035a39 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$0 10036a39 f i main.cpp.obj - 0001:00035b19 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$0 10036b19 f i main.cpp.obj - 0001:00035bf9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$0 10036bf9 f i main.cpp.obj - 0001:00035cd9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10036cd9 f i main.cpp.obj - 0001:00035db9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$0 10036db9 f i main.cpp.obj - 0001:00035e99 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10036e99 f i main.cpp.obj - 0001:00035f79 __catch$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$0 10036f79 f i main.cpp.obj - 0001:00036059 __catch$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$0 10037059 f i main.cpp.obj - 0001:00036139 __catch$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$0 10037139 f i main.cpp.obj - 0001:00036219 __catch$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$0 10037219 f i main.cpp.obj - 0001:000362f9 __catch$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$0 100372f9 f i main.cpp.obj - 0001:00036437 __catch$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$0 10037437 f i main.cpp.obj - 0001:00036616 __catch$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$0 10037616 f i main.cpp.obj - 0001:000366ac __catch$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$0 100376ac f i main.cpp.obj - 0001:00037744 __catch$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$0 10038744 f i main.cpp.obj - 0001:00039c62 __catch$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ$0 1003ac62 f i main.cpp.obj - 0001:0003c67d __catch$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$0 1003d67d f i main.cpp.obj - 0001:0003c867 __catch$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$0 1003d867 f i main.cpp.obj - 0001:0003fde9 __catch$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$0 10040de9 f i main.cpp.obj - 0001:000419f0 __catch$_Load$0 100429f0 f main.cpp.obj - 0001:00041a8f __catch$_Load$1 10042a8f f main.cpp.obj - 0001:00041bf0 ??$_Find_last@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IBE?AU?$_Hash_find_last_result@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@I@Z 10042bf0 f helper.cpp.obj - 0001:00041d50 ??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 10042d50 f helper.cpp.obj - 0001:00042160 ??$fill@PAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@std@@@std@@@std@@V12@@std@@YAXQAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@std@@@std@@@0@0ABV10@@Z 10043160 f helper.cpp.obj - 0001:000421c0 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@@std@@@std@@QAE@XZ 100431c0 f helper.cpp.obj - 0001:00042200 ??1?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@QAE@XZ 10043200 f helper.cpp.obj - 0001:000422f0 ??1?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@std@@@std@@@std@@@std@@@std@@QAE@XZ 100432f0 f helper.cpp.obj - 0001:00042350 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@@std@@@std@@QAE@XZ 10043350 f helper.cpp.obj - 0001:00042380 ??1?$list@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@@std@@QAE@XZ 10043380 f helper.cpp.obj - 0001:00042410 ??1?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@QAE@XZ 10043410 f helper.cpp.obj - 0001:000424a0 ??1CachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@QAE@XZ 100434a0 f helper.cpp.obj - 0001:000424f0 ??R@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100434f0 f helper.cpp.obj - 0001:000430c0 ?_Assign_grow@?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@std@@@std@@@std@@@std@@@std@@QAEXIV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@std@@@std@@@2@@Z 100440c0 f helper.cpp.obj - 0001:000432a0 ?_Forced_rehash@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IAEXI@Z 100442a0 f helper.cpp.obj - 0001:000437b4 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$0 100447b4 f i spellcast.cpp.obj - 0001:0004767c $LN19 1004867c spellevents.cpp.obj - 0001:00047690 $LN18 10048690 spellevents.cpp.obj - 0001:00048280 $LN210 10049280 spellevents.cpp.obj - 0001:00048288 $LN209 10049288 spellevents.cpp.obj - 0001:000499b8 $LN47 1004a9b8 spellevents.cpp.obj - 0001:000499c0 $LN46 1004a9c0 spellevents.cpp.obj - 0001:0004a344 $LN85 1004b344 misc_scripts.cpp.obj - 0001:0004a344 $LN85 1004b344 misc_scripts.cpp.obj - 0001:0004a344 $LN85 1004b344 spell_scripts.cpp.obj - 0001:0004ba2c $LN59 1004ca2c misc_scripts.cpp.obj - 0001:0004ba44 $LN60 1004ca44 misc_scripts.cpp.obj - 0001:0004be88 $LN160 1004ce88 misc_scripts.cpp.obj - 0001:0004bea0 $LN161 1004cea0 misc_scripts.cpp.obj - 0001:0004c424 $LN56 1004d424 misc_scripts.cpp.obj - 0001:0004c43c $LN57 1004d43c misc_scripts.cpp.obj - 0001:0004c790 $LN101 1004d790 misc_scripts.cpp.obj - 0001:0004deb4 $LN67 1004eeb4 spell_scripts.cpp.obj - 0001:0004decc $LN68 1004eecc spell_scripts.cpp.obj - 0001:0004e3bc $LN166 1004f3bc spell_scripts.cpp.obj - 0001:0004e3d4 $LN167 1004f3d4 spell_scripts.cpp.obj - 0001:0004f940 ??R@@QBE@HIPAUCGItem_C@game@@@Z 10050940 f item_scripts.cpp.obj - 0001:00054cf9 ?_FilterSetCurrentException@@YAKPAU_EXCEPTION_POINTERS@@E@Z 10055cf9 f libvcruntime:ehhelpers.obj - 0001:000552a0 $$000000 100562a0 libvcruntime:memcpy.obj - 0001:000552a0 $$000000 100562a0 libvcruntime:memmove.obj - 0001:000552c0 CopyUp 100562c0 libvcruntime:memcpy.obj - 0001:000552c0 CopyUp 100562c0 libvcruntime:memmove.obj - 0001:000552e4 CopyUpLargeMov 100562e4 libvcruntime:memcpy.obj - 0001:000552e4 CopyUpLargeMov 100562e4 libvcruntime:memmove.obj - 0001:000552f7 CopyUpSSE2Check 100562f7 libvcruntime:memcpy.obj - 0001:000552f7 CopyUpSSE2Check 100562f7 libvcruntime:memmove.obj - 0001:00055310 AtomChk 10056310 libvcruntime:memcpy.obj - 0001:00055310 AtomChk 10056310 libvcruntime:memmove.obj - 0001:00055336 PalignHead4 10056336 libvcruntime:memcpy.obj - 0001:00055336 PalignHead4 10056336 libvcruntime:memmove.obj - 0001:00055349 PalignHead8 10056349 libvcruntime:memcpy.obj - 0001:00055349 PalignHead8 10056349 libvcruntime:memmove.obj - 0001:00055360 PalignLoop 10056360 libvcruntime:memcpy.obj - 0001:00055360 PalignLoop 10056360 libvcruntime:memmove.obj - 0001:00055372 MovPalign12 10056372 libvcruntime:memcpy.obj - 0001:00055372 MovPalign12 10056372 libvcruntime:memmove.obj - 0001:0005537c PalignLoop12 1005637c libvcruntime:memcpy.obj - 0001:0005537c PalignLoop12 1005637c libvcruntime:memmove.obj - 0001:000553cd MovPalign8 100563cd libvcruntime:memcpy.obj - 0001:000553cd MovPalign8 100563cd libvcruntime:memmove.obj - 0001:000553d8 PalignLoop8 100563d8 libvcruntime:memcpy.obj - 0001:000553d8 PalignLoop8 100563d8 libvcruntime:memmove.obj - 0001:00055426 MovPalign4 10056426 libvcruntime:memcpy.obj - 0001:00055426 MovPalign4 10056426 libvcruntime:memmove.obj - 0001:00055430 PalignLoop4 10056430 libvcruntime:memcpy.obj - 0001:00055430 PalignLoop4 10056430 libvcruntime:memmove.obj - 0001:0005547c PalignTail 1005647c libvcruntime:memcpy.obj - 0001:0005547c PalignTail 1005647c libvcruntime:memmove.obj - 0001:00055494 PalignTail4 10056494 libvcruntime:memcpy.obj - 0001:00055494 PalignTail4 10056494 libvcruntime:memmove.obj - 0001:000554a7 PalignTail8 100564a7 libvcruntime:memcpy.obj - 0001:000554a7 PalignTail8 100564a7 libvcruntime:memmove.obj - 0001:000554be PalignTailLE3 100564be libvcruntime:memcpy.obj - 0001:000554be PalignTailLE3 100564be libvcruntime:memmove.obj - 0001:000554c7 Dword_align 100564c7 libvcruntime:memcpy.obj - 0001:000554c7 Dword_align 100564c7 libvcruntime:memmove.obj - 0001:000554cf Dword_up_align_loop 100564cf libvcruntime:memcpy.obj - 0001:000554cf Dword_up_align_loop 100564cf libvcruntime:memmove.obj - 0001:000554e2 Dword_align_Ok 100564e2 libvcruntime:memcpy.obj - 0001:000554e2 Dword_align_Ok 100564e2 libvcruntime:memmove.obj - 0001:000554fc ByteCopyUp 100564fc libvcruntime:memcpy.obj - 0001:000554fc ByteCopyUp 100564fc libvcruntime:memmove.obj - 0001:00055504 TrailingUpVec 10056504 libvcruntime:memcpy.obj - 0001:00055504 TrailingUpVec 10056504 libvcruntime:memmove.obj - 0001:00055514 TrailingUp0 10056514 libvcruntime:memcpy.obj - 0001:00055514 TrailingUp0 10056514 libvcruntime:memmove.obj - 0001:0005551c TrailingUp1 1005651c libvcruntime:memcpy.obj - 0001:0005551c TrailingUp1 1005651c libvcruntime:memmove.obj - 0001:00055528 TrailingUp2 10056528 libvcruntime:memcpy.obj - 0001:00055528 TrailingUp2 10056528 libvcruntime:memmove.obj - 0001:0005553c TrailingUp3 1005653c libvcruntime:memcpy.obj - 0001:0005553c TrailingUp3 1005653c libvcruntime:memmove.obj - 0001:00055554 CopyDown 10056554 libvcruntime:memcpy.obj - 0001:00055554 CopyDown 10056554 libvcruntime:memmove.obj - 0001:00055579 CopyDownNotAligned 10056579 libvcruntime:memcpy.obj - 0001:00055579 CopyDownNotAligned 10056579 libvcruntime:memmove.obj - 0001:00055580 CopyDownAlignLoop 10056580 libvcruntime:memcpy.obj - 0001:00055580 CopyDownAlignLoop 10056580 libvcruntime:memmove.obj - 0001:0005558d CopyDownAligned 1005658d libvcruntime:memcpy.obj - 0001:0005558d CopyDownAligned 1005658d libvcruntime:memmove.obj - 0001:000555b0 TrailingDownVec 100565b0 libvcruntime:memcpy.obj - 0001:000555b0 TrailingDownVec 100565b0 libvcruntime:memmove.obj - 0001:000555c0 TrailingDown0 100565c0 libvcruntime:memcpy.obj - 0001:000555c0 TrailingDown0 100565c0 libvcruntime:memmove.obj - 0001:000555c8 TrailingDown1 100565c8 libvcruntime:memcpy.obj - 0001:000555c8 TrailingDown1 100565c8 libvcruntime:memmove.obj - 0001:000555d8 TrailingDown2 100565d8 libvcruntime:memcpy.obj - 0001:000555d8 TrailingDown2 100565d8 libvcruntime:memmove.obj - 0001:000555ec TrailingDown3 100565ec libvcruntime:memcpy.obj - 0001:000555ec TrailingDown3 100565ec libvcruntime:memmove.obj - 0001:00055605 XmmMovLargeAlignTest 10056605 libvcruntime:memcpy.obj - 0001:00055605 XmmMovLargeAlignTest 10056605 libvcruntime:memmove.obj - 0001:0005560d XmmMovAlignLoop 1005660d libvcruntime:memcpy.obj - 0001:0005560d XmmMovAlignLoop 1005660d libvcruntime:memmove.obj - 0001:0005561c XmmMovLargeLoop 1005661c libvcruntime:memcpy.obj - 0001:0005561c XmmMovLargeLoop 1005661c libvcruntime:memmove.obj - 0001:0005568c XmmMovSmallTest 1005668c libvcruntime:memcpy.obj - 0001:0005568c XmmMovSmallTest 1005668c libvcruntime:memmove.obj - 0001:00055691 XmmMovSmallLoop 10056691 libvcruntime:memcpy.obj - 0001:00055691 XmmMovSmallLoop 10056691 libvcruntime:memmove.obj - 0001:000556b4 CopyDownSmall 100566b4 libvcruntime:memcpy.obj - 0001:000556b4 CopyDownSmall 100566b4 libvcruntime:memmove.obj - 0001:000556bc CopyDownDwordLoop 100566bc libvcruntime:memcpy.obj - 0001:000556bc CopyDownDwordLoop 100566bc libvcruntime:memmove.obj - 0001:000556d1 CopyDownByteTest 100566d1 libvcruntime:memcpy.obj - 0001:000556d1 CopyDownByteTest 100566d1 libvcruntime:memmove.obj - 0001:000556d5 CopyDownByteLoop 100566d5 libvcruntime:memcpy.obj - 0001:000556d5 CopyDownByteLoop 100566d5 libvcruntime:memmove.obj - 0001:000556e4 CopyDownReturn 100566e4 libvcruntime:memcpy.obj - 0001:000556e4 CopyDownReturn 100566e4 libvcruntime:memmove.obj - 0001:000556f0 XmmCopy 100566f0 libvcruntime:memcpy.obj - 0001:000556f0 XmmCopy 100566f0 libvcruntime:memmove.obj - 0001:000556fd XmmCopyAligned 100566fd libvcruntime:memcpy.obj - 0001:000556fd XmmCopyAligned 100566fd libvcruntime:memmove.obj - 0001:00055710 XmmCopyLargeLoop 10056710 libvcruntime:memcpy.obj - 0001:00055710 XmmCopyLargeLoop 10056710 libvcruntime:memmove.obj - 0001:0005576d XmmCopySmallTest 1005676d libvcruntime:memcpy.obj - 0001:0005576d XmmCopySmallTest 1005676d libvcruntime:memmove.obj - 0001:00055780 XmmCopySmallLoop 10056780 libvcruntime:memcpy.obj - 0001:00055780 XmmCopySmallLoop 10056780 libvcruntime:memmove.obj - 0001:0005579b CopyUpDwordMov 1005679b libvcruntime:memcpy.obj - 0001:0005579b CopyUpDwordMov 1005679b libvcruntime:memmove.obj - 0001:000557a0 CopyUpDwordTest 100567a0 libvcruntime:memcpy.obj - 0001:000557a0 CopyUpDwordTest 100567a0 libvcruntime:memmove.obj - 0001:000557a7 CopyUpDwordLoop 100567a7 libvcruntime:memcpy.obj - 0001:000557a7 CopyUpDwordLoop 100567a7 libvcruntime:memmove.obj - 0001:000557b6 CopyUpByteTest 100567b6 libvcruntime:memcpy.obj - 0001:000557b6 CopyUpByteTest 100567b6 libvcruntime:memmove.obj - 0001:000557bd CopyUpByteLoop 100567bd libvcruntime:memcpy.obj - 0001:000557bd CopyUpByteLoop 100567bd libvcruntime:memmove.obj - 0001:000557d0 CopyUpReturn 100567d0 libvcruntime:memcpy.obj - 0001:000557d0 CopyUpReturn 100567d0 libvcruntime:memmove.obj - 0001:000557e0 XmmCopyUnaligned 100567e0 libvcruntime:memcpy.obj - 0001:000557e0 XmmCopyUnaligned 100567e0 libvcruntime:memmove.obj - 0001:000557f3 XmmAlignByte 100567f3 libvcruntime:memcpy.obj - 0001:000557f3 XmmAlignByte 100567f3 libvcruntime:memmove.obj - 0001:000557fc XmmAlignDwordTest 100567fc libvcruntime:memcpy.obj - 0001:000557fc XmmAlignDwordTest 100567fc libvcruntime:memmove.obj - 0001:00055801 XmmAlignDwordLoop 10056801 libvcruntime:memcpy.obj - 0001:00055801 XmmAlignDwordLoop 10056801 libvcruntime:memmove.obj - 0001:0005580e XmmAlignAdjustCnt 1005680e libvcruntime:memcpy.obj - 0001:0005580e XmmAlignAdjustCnt 1005680e libvcruntime:memmove.obj - 0001:00055883 ?FindMITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PAXPBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@H2@Z 10056883 f libvcruntime:rtti.obj - 0001:0005596c ?FindSITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@1@Z 1005696c f libvcruntime:rtti.obj - 0001:00055a55 ?FindVITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PAXPBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@H2@Z 10056a55 f libvcruntime:rtti.obj - 0001:00055bbd ?PMDtoOffset@@YAHPAXABUPMD@@@Z 10056bbd f libvcruntime:rtti.obj - 0001:00055be1 ?TypeidsEqual@@YA_NQBUTypeDescriptor@@0@Z 10056be1 f libvcruntime:rtti.obj - 0001:00055dfb ?@@?1??__std_type_info_name@@YAPBDPAU__std_type_info_data@@PAU__type_info_node@@@Z@SA@I@Z 10056dfb f libvcruntime:std_type_info.obj - 0001:00055e04 ?@@?1??__std_type_info_name@@YAPBDPAU__std_type_info_data@@PAU__type_info_node@@@Z@SA@QAX@Z 10056e04 f libvcruntime:std_type_info.obj - 0001:00055f30 $$000000 10056f30 libvcruntime:memset.obj - 0001:00055f75 XMMMov 10056f75 libvcruntime:memset.obj - 0001:00055fb0 LargeRangeBytes 10056fb0 libvcruntime:memset.obj - 0001:00055fed XmmMovSmall 10056fed libvcruntime:memset.obj - 0001:00056000 XmmSmallLoop 10057000 libvcruntime:memset.obj - 0001:00056005 MidRangeBytes 10057005 libvcruntime:memset.obj - 0001:00056021 XMMTrailingBytes 10057021 libvcruntime:memset.obj - 0001:00056035 SmallMov 10057035 libvcruntime:memset.obj - 0001:0005603d ByteLoop 1005703d libvcruntime:memset.obj - 0001:0005604b DwordTest 1005704b libvcruntime:memset.obj - 0001:0005605b QwordTest 1005705b libvcruntime:memset.obj - 0001:00056070 QwordLoop 10057070 libvcruntime:memset.obj - 0001:00056083 toend 10057083 libvcruntime:memset.obj - 0001:00056090 $$000000 10057090 libvcruntime:strstr.obj - 0001:000560d3 strstr_sse_safeloop 100570d3 libvcruntime:strstr.obj - 0001:000560fa strstr_sse_search 100570fa libvcruntime:strstr.obj - 0001:000560fa strstr_sse_unsafe 100570fa libvcruntime:strstr.obj - 0001:000560fe strstr_sse_srchloop 100570fe libvcruntime:strstr.obj - 0001:00056134 strstr_sse_srchchar 10057134 libvcruntime:strstr.obj - 0001:0005614b strstr_sse_cmploop 1005714b libvcruntime:strstr.obj - 0001:00056186 strstr_sse_cmpchars 10057186 libvcruntime:strstr.obj - 0001:0005618d strstr_sse_cmpunsafe 1005718d libvcruntime:strstr.obj - 0001:000561a4 strstr_sse_match 100571a4 libvcruntime:strstr.obj - 0001:000561a9 strstr_sse_not_found 100571a9 libvcruntime:strstr.obj - 0001:000561ab strstr_sse_exit 100571ab libvcruntime:strstr.obj - 0001:000561af strstr_sttni 100571af libvcruntime:strstr.obj - 0001:000561cb strstr_sttni_setchars 100571cb libvcruntime:strstr.obj - 0001:000561d0 strstr_sttni_setloopchar 100571d0 libvcruntime:strstr.obj - 0001:000561d6 strstr_sttni_setloopnochar 100571d6 libvcruntime:strstr.obj - 0001:000561ea strstr_sttni_srchnext 100571ea libvcruntime:strstr.obj - 0001:000561ed strstr_sttni_srch 100571ed libvcruntime:strstr.obj - 0001:000561f1 strstr_sttni_srchloop 100571f1 libvcruntime:strstr.obj - 0001:00056210 strstr_sttni_srchxmm 10057210 libvcruntime:strstr.obj - 0001:00056223 strstr_sttni_srchcheck 10057223 libvcruntime:strstr.obj - 0001:00056227 strstr_sttni_cmploop 10057227 libvcruntime:strstr.obj - 0001:0005625f strstr_sttni_cmpchar 1005725f libvcruntime:strstr.obj - 0001:0005627a strstr_no_sse 1005727a libvcruntime:strstr.obj - 0001:0005628d findnext 1005728d libvcruntime:strstr.obj - 0001:000562a0 loop_start 100572a0 libvcruntime:strstr.obj - 0001:000562a5 in_loop 100572a5 libvcruntime:strstr.obj - 0001:000562ad not_found 100572ad libvcruntime:strstr.obj - 0001:000562b3 first_char_found 100572b3 libvcruntime:strstr.obj - 0001:000562bc two_first_chars_equal 100572bc libvcruntime:strstr.obj - 0001:000562bf compare_loop 100572bf libvcruntime:strstr.obj - 0001:000562e2 strchr_call 100572e2 libvcruntime:strstr.obj - 0001:000562ee match 100572ee libvcruntime:strstr.obj - 0001:000562f5 empty_str2 100572f5 libvcruntime:strstr.obj - 0001:00056300 $$000000 10057300 libvcruntime:memchr.obj - 0001:0005631b str_misaligned 1005731b libvcruntime:memchr.obj - 0001:00056331 main_loop_start 10057331 libvcruntime:memchr.obj - 0001:00056347 return_from_main 10057347 libvcruntime:memchr.obj - 0001:00056348 tail_less_then_4 10057348 libvcruntime:memchr.obj - 0001:0005634d tail_loop 1005734d libvcruntime:memchr.obj - 0001:0005635b retnull 1005735b libvcruntime:memchr.obj - 0001:0005635d main_loop 1005735d libvcruntime:memchr.obj - 0001:00056362 main_loop_entry 10057362 libvcruntime:memchr.obj - 0001:0005637d char_is_found 1005737d libvcruntime:memchr.obj - 0001:00056395 byte_3 10057395 libvcruntime:memchr.obj - 0001:00056396 found 10057396 libvcruntime:memchr.obj - 0001:0005639b byte_2 1005739b libvcruntime:memchr.obj - 0001:000563a1 byte_1 100573a1 libvcruntime:memchr.obj - 0001:000563a7 byte_0 100573a7 libvcruntime:memchr.obj - 0001:00056520 _ValidateLocalCookies 10057520 f libvcruntime:chandler4.obj - 0001:000566be ??$BuildCatchObjectHelperInternal@V__FrameHandler3@@@@YAHPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 100576be f libvcruntime:frame.obj - 0001:000567fc ??$BuildCatchObjectInternal@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 100577fc f libvcruntime:frame.obj - 0001:00056895 ??$CatchIt@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@PBU_s_HandlerType@@PBU_s_CatchableType@@PBU_s_TryBlockMapEntry@@H1EE@Z 10057895 f libvcruntime:frame.obj - 0001:00056915 ??$FindHandler@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@EH1@Z 10057915 f libvcruntime:frame.obj - 0001:00056cba ??$FindHandlerForForeignException@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@HH1@Z 10057cba f libvcruntime:frame.obj - 0001:00056f89 ?CallCatchBlock@@YAPAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PBU_s_FuncInfo@@PAXHK@Z 10057f89 f libvcruntime:frame.obj - 0001:00057158 ?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 10058158 f libvcruntime:frame.obj - 0001:00057178 __catch$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z$0 10058178 f libvcruntime:frame.obj - 0001:00057197 ?ExFilterRethrow@@YAHPAU_EXCEPTION_POINTERS@@@Z 10058197 f libvcruntime:frame.obj - 0001:000572e1 ?IsInExceptionSpec@@YAEPAUEHExceptionRecord@@PBU_s_ESTypeList@@@Z 100582e1 f libvcruntime:frame.obj - 0001:000573b0 $$000000 100583b0 libvcruntime:lowhelpr.obj - 0001:000573ef _NLG_Continue 100583ef libvcruntime:lowhelpr.obj - 0001:000575f0 ??$get_encoding@M@@YA?A_P_K@Z 100585f0 f libvcruntime:undname.obj - 0001:00057650 ??$get_encoding@N@@YA?A_P_K@Z 10058650 f libvcruntime:undname.obj - 0001:00057985 ??1TrackRecursion@?1??getDecoratedName@UnDecorator@@CA?AVDName@@XZ@QAE@XZ 10058985 f libvcruntime:undname.obj - 0001:000595c1 $LN197 1005a5c1 libvcruntime:undname.obj - 0001:000595e5 $LN196 1005a5e5 libvcruntime:undname.obj - 0001:000595f9 $LN198 1005a5f9 libvcruntime:undname.obj - 0001:0005a4fd $LN40 1005b4fd libvcruntime:undname.obj - 0001:0005b694 $LN400 1005c694 libvcruntime:undname.obj - 0001:0005b6a0 $LN399 1005c6a0 libvcruntime:undname.obj - 0001:0005b6b8 $LN402 1005c6b8 libvcruntime:undname.obj - 0001:0005b6d4 $LN401 1005c6d4 libvcruntime:undname.obj - 0001:0005b6ec $LN404 1005c6ec libvcruntime:undname.obj - 0001:0005b6fc $LN403 1005c6fc libvcruntime:undname.obj - 0001:0005cc68 $LN88 1005dc68 libvcruntime:undname.obj - 0001:0005cc88 $LN87 1005dc88 libvcruntime:undname.obj - 0001:0005d10f $LN145 1005e10f libvcruntime:undname.obj - 0001:0005da76 ?und_memcpy@@YAXPADPBDI@Z 1005ea76 f libvcruntime:undname.obj - 0001:0005da97 ?und_strncmp@@YAIPBD0I@Z 1005ea97 f libvcruntime:undname.obj - 0001:0005db90 $$000000 1005eb90 libvcruntime:strchr.obj - 0001:0005dbc3 strchr_sse_loop 1005ebc3 libvcruntime:strchr.obj - 0001:0005dbe7 strchr_sse_break 1005ebe7 libvcruntime:strchr.obj - 0001:0005dbf8 strchr_no_sse2 1005ebf8 libvcruntime:strchr.obj - 0001:0005dc10 str_misaligned 1005ec10 libvcruntime:strchr.obj - 0001:0005dc25 main_loop_start 1005ec25 libvcruntime:strchr.obj - 0001:0005dc30 main_loop 1005ec30 libvcruntime:strchr.obj - 0001:0005dc6c retnull 1005ec6c libvcruntime:strchr.obj - 0001:0005dc6e retnull_bx 1005ec6e libvcruntime:strchr.obj - 0001:0005dc72 found_bx 1005ec72 libvcruntime:strchr.obj - 0001:0005dc77 chr_is_found 1005ec77 libvcruntime:strchr.obj - 0001:0005dc9f byte_3 1005ec9f libvcruntime:strchr.obj - 0001:0005dca6 byte_2 1005eca6 libvcruntime:strchr.obj - 0001:0005dcad byte_1 1005ecad libvcruntime:strchr.obj - 0001:0005dcb4 byte_0 1005ecb4 libvcruntime:strchr.obj - 0001:0005dcbb ?try_get_function@@YAPAXW4function_id@?A0x14174aea@@QBDQBW4module_id@2@2@Z 1005ecbb f libvcruntime:winapi_downlevel.obj - 0001:0005dd5b ?try_load_library_from_system_directory@@YAPAUHINSTANCE__@@QB_W@Z 1005ed5b f libvcruntime:winapi_downlevel.obj - 0001:0005dee0 $$000000 1005eee0 libvcruntime:exsup4.obj - 0001:0005df12 _lu_top 1005ef12 libvcruntime:exsup4.obj - 0001:0005df71 _lu_done 1005ef71 libvcruntime:exsup4.obj - 0001:0005df80 $$000000 1005ef80 libvcruntime:exsup4.obj - 0001:0005df80 __unwind_handler4 1005ef80 f libvcruntime:exsup4.obj - 0001:0005dfd0 $$000000 1005efd0 libvcruntime:exsup4.obj - 0001:0005dff0 $$000000 1005eff0 libvcruntime:exsup4.obj - 0001:0005e010 $$000000 1005f010 libvcruntime:exsup4.obj - 0001:0005e025 ReturnPoint 1005f025 libvcruntime:exsup4.obj - 0001:0005e030 $$000000 1005f030 libvcruntime:exsup4.obj - 0001:0005e090 $$000000 1005f090 libvcruntime:exsup.obj - 0001:0005e0a0 $$000000 1005f0a0 libvcruntime:exsup.obj - 0001:0005e0ab __NLG_Go 1005f0ab libvcruntime:exsup.obj - 0001:0005e0c0 $$000000 1005f0c0 libvcruntime:exsup.obj - 0001:0005e657 ?_fclose_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005f657 f libucrt:fclose.obj - 0001:0005e6ee ?_fclose_nolock_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005f6ee f libucrt:fclose.obj - 0001:0005e7ac ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1005f7ac f libucrt:fflush.obj - 0001:0005e838 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1005f838 f libucrt:fflush.obj - 0001:0005e8e4 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1005f8e4 f libucrt:fflush.obj - 0001:0005e944 ?common_flush_all@@YAH_N@Z 1005f944 f libucrt:fflush.obj - 0001:0005e991 ?common_flush_all_should_try_to_flush_stream@@YA_NV__crt_stdio_stream@@QAH@Z 1005f991 f libucrt:fflush.obj - 0001:0005e9c2 ?is_stream_flushable_or_commitable@@YA_NJ@Z 1005f9c2 f libucrt:fflush.obj - 0001:0005ecbf ?_fputc_internal@@YAHHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005fcbf f libucrt:fputc.obj - 0001:0005f0e7 _memcpy_s 100600e7 f libucrt:cfout.obj - 0001:0005f0e7 _memcpy_s 100600e7 f libucrt:strtod.obj - 0001:0005f0e7 _memcpy_s 100600e7 f libucrt:mbctype.obj - 0001:0005f0e7 _memcpy_s 100600e7 f libucrt:fread.obj - 0001:0005f21d ?common_fseek@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 1006021d f libucrt:fseek.obj - 0001:0005f2c7 ?common_fseek_binary_mode_read_only_fast_track_nolock@@YA_NV__crt_stdio_stream@@_JH@Z 100602c7 f libucrt:fseek.obj - 0001:0005f3a0 ?common_fseek_nolock@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 100603a0 f libucrt:fseek.obj - 0001:0005f500 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@I@@QAEI$$QAV@@AAV@@$$QAV@@@Z 10060500 f libucrt:fwrite.obj - 0001:0005f55b ??R@@QBEIXZ 1006055b f libucrt:fwrite.obj - 0001:0005f7ff ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100607ff f libucrt:setvbuf.obj - 0001:0005f85a ??R@@QBE@XZ 1006085a f libucrt:setvbuf.obj - 0001:0005f8fa ?_setvbuf_internal@@YAHQAU_iobuf@@QADHIAAV__crt_cached_ptd_host@@@Z 100608fa f libucrt:setvbuf.obj - 0001:0005f990 ?set_buffer@@YAHV__crt_stdio_stream@@QADIH@Z 10060990 f libucrt:setvbuf.obj - 0001:0005fe35 ??$common_vsprintf@Vformat_validation_base@__crt_stdio_output@@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 10060e35 f libucrt:output.obj - 0001:0005ffa9 ??$common_vsprintf@Vstandard_base@__crt_stdio_output@@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 10060fa9 f libucrt:output.obj - 0001:0006011d ??$common_vsprintf_s@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 1006111d f libucrt:output.obj - 0001:000611ce $LN140 100621ce libucrt:output.obj - 0001:000614a2 $LN130 100624a2 libucrt:output.obj - 0001:000619ae $LN18 100629ae libucrt:output.obj - 0001:000619c2 $LN17 100629c2 libucrt:output.obj - 0001:00062e30 ??$common_strtod_l@MD@@YAMQBDQAPADQAU__crt_locale_pointers@@@Z 10063e30 f libucrt:strtod.obj - 0001:0006370c $LN32 1006470c libucrt:strtod.obj - 0001:00066050 $$000000 10067050 libucrt:strcspn.obj - 0001:000660a0 $$000000 100670a0 libucrt:strncmp.obj - 0001:00066118 ??$common_localtime_s@_J@@YAHQAUtm@@QB_J@Z 10067118 f libucrt:localtime.obj - 0001:00066940 $$000000 10067940 libucrt:sqrt_sse2_precise.obj - 0001:00066a40 $$000000 10067a40 libucrt:ceil_pentium4.obj - 0001:00066d70 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10067d70 f libucrt:per_thread_data.obj - 0001:00066dc2 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10067dc2 f libucrt:per_thread_data.obj - 0001:00066e2d ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10067e2d f libucrt:per_thread_data.obj - 0001:00066e82 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10067e82 f libucrt:per_thread_data.obj - 0001:00066edc ?construct_ptd@@YAXQAU__acrt_ptd@@QAPAU__crt_locale_data@@@Z 10067edc f libucrt:per_thread_data.obj - 0001:00066f75 ?destroy_fls@@YGXPAX@Z 10067f75 f libucrt:per_thread_data.obj - 0001:00066f96 ?destroy_ptd@@YAXQAU__acrt_ptd@@@Z 10067f96 f libucrt:per_thread_data.obj - 0001:00067063 ?replace_current_thread_locale_nolock@@YAXQAU__acrt_ptd@@QAU__crt_locale_data@@@Z 10068063 f libucrt:per_thread_data.obj - 0001:000673c5 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100683c5 f libucrt:wsetlocale.obj - 0001:00067412 ??$?RV@@AAV@@AAV@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@AAV@@@Z 10068412 f libucrt:wsetlocale.obj - 0001:00067457 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10068457 f libucrt:wsetlocale.obj - 0001:0006753f ??R@@QBE@XZ 1006853f f libucrt:wsetlocale.obj - 0001:000675a9 ??R@@QBE@XZ 100685a9 f libucrt:wsetlocale.obj - 0001:0006795f __copytlocinfo_nolock 1006895f f libucrt:wsetlocale.obj - 0001:0006798e __expandlocale 1006898e f libucrt:wsetlocale.obj - 0001:00067e18 __wsetlocale_get_all 10068e18 f libucrt:wsetlocale.obj - 0001:00067fb3 __wsetlocale_nolock 10068fb3 f libucrt:wsetlocale.obj - 0001:000682a3 __wsetlocale_set_cat 100692a3 f libucrt:wsetlocale.obj - 0001:00068663 _get_default_code_page 10069663 f libucrt:wsetlocale.obj - 0001:00068692 _parse_bcp47 10069692 f libucrt:wsetlocale.obj - 0001:0006886c _parse_bcp47_code_page 1006986c f libucrt:wsetlocale.obj - 0001:000688ab _parse_bcp47_language 100698ab f libucrt:wsetlocale.obj - 0001:0006891d _parse_bcp47_region 1006991d f libucrt:wsetlocale.obj - 0001:000689db _parse_bcp47_script 100699db f libucrt:wsetlocale.obj - 0001:00068a4b _string_is_alpha 10069a4b f libucrt:wsetlocale.obj - 0001:00068b21 ?@@@CG@PA_W@Z 10069b21 f libucrt:winapi_thunks.obj - 0001:00068b2e ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 10069b2e f libucrt:winapi_thunks.obj - 0001:00068bc9 ??R@@QBE@PA_W@Z 10069bc9 f libucrt:winapi_thunks.obj - 0001:00068bfc ?try_get_AreFileApisANSI@@YAP6GHXZXZ 10069bfc f libucrt:winapi_thunks.obj - 0001:00068c16 ?try_get_CompareStringEx@@YAP6GHPB_WK0H0HPAU_nlsversioninfo@@PAXJ@ZXZ 10069c16 f libucrt:winapi_thunks.obj - 0001:00068c30 ?try_get_EnumSystemLocalesEx@@YAP6GHP6GHPA_WKJ@ZKJPAX@ZXZ 10069c30 f libucrt:winapi_thunks.obj - 0001:00068c4a ?try_get_GetDateFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH0@ZXZ 10069c4a f libucrt:winapi_thunks.obj - 0001:00068c64 ?try_get_GetLocaleInfoEx@@YAP6GHPB_WKPA_WH@ZXZ 10069c64 f libucrt:winapi_thunks.obj - 0001:00068c7e ?try_get_GetTimeFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH@ZXZ 10069c7e f libucrt:winapi_thunks.obj - 0001:00068c98 ?try_get_GetUserDefaultLocaleName@@YAP6GHPA_WH@ZXZ 10069c98 f libucrt:winapi_thunks.obj - 0001:00068cb2 ?try_get_IsValidLocaleName@@YAP6GHPB_W@ZXZ 10069cb2 f libucrt:winapi_thunks.obj - 0001:00068ccc ?try_get_LCIDToLocaleName@@YAP6GHKPA_WHK@ZXZ 10069ccc f libucrt:winapi_thunks.obj - 0001:00068ce6 ?try_get_LCMapStringEx@@YAP6GHPB_WK0HPA_WHPAU_nlsversioninfo@@PAXJ@ZXZ 10069ce6 f libucrt:winapi_thunks.obj - 0001:00068d00 ?try_get_LocaleNameToLCID@@YAP6GKPB_WK@ZXZ 10069d00 f libucrt:winapi_thunks.obj - 0001:00068d1a ?try_get_first_available_module@@YAPAUHINSTANCE__@@QBW4module_id@?A0x391cf84c@@0@Z 10069d1a f libucrt:winapi_thunks.obj - 0001:00068de5 ?try_get_function@@YAPAXW4function_id@?A0x391cf84c@@QBDQBW4module_id@2@2@Z 10069de5 f libucrt:winapi_thunks.obj - 0001:00069458 ?initialize_inherited_file_handles_nolock@@YAXXZ 1006a458 f libucrt:ioinit.obj - 0001:0006950e ?initialize_stdio_handles_nolock@@YAXXZ 1006a50e f libucrt:ioinit.obj - 0001:00069671 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1006a671 f libucrt:close.obj - 0001:00069919 ?find_or_allocate_unused_stream_nolock@@YA?AV__crt_stdio_stream@@XZ 1006a919 f libucrt:stream.obj - 0001:00069a92 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1006aa92 f libucrt:commit.obj - 0001:00069bb1 ?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 1006abb1 f libucrt:write.obj - 0001:00069f78 ?write_double_translated_unicode_nolock@@YA?AUwrite_result@?A0x17268360@@QBDI@Z 1006af78 f libucrt:write.obj - 0001:00069fe0 ?write_requires_double_translation_nolock@@YA_NHAAV__crt_cached_ptd_host@@@Z 1006afe0 f libucrt:write.obj - 0001:0006a05d ?write_text_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 1006b05d f libucrt:write.obj - 0001:0006a138 ?write_text_utf16le_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 1006b138 f libucrt:write.obj - 0001:0006a221 ?write_text_utf8_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 1006b221 f libucrt:write.obj - 0001:0006a6b7 ??$common_refill_and_read_nolock@D@@YAHV__crt_stdio_stream@@@Z 1006b6b7 f libucrt:_filbuf.obj - 0001:0006a851 ??$common_ftell@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006b851 f libucrt:ftell.obj - 0001:0006a8e0 ??$common_ftell_nolock@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006b8e0 f libucrt:ftell.obj - 0001:0006aa81 ?common_ftell_read_mode_nolock@@YA_JV__crt_stdio_stream@@_J1AAV__crt_cached_ptd_host@@@Z 1006ba81 f libucrt:ftell.obj - 0001:0006ac4c ?common_ftell_translated_utf8_nolock@@YA_JV__crt_stdio_stream@@_JAAV__crt_cached_ptd_host@@@Z 1006bc4c f libucrt:ftell.obj - 0001:0006adf7 ?count_newline_bytes@@YA_JQBD0W4__crt_lowio_text_mode@@@Z 1006bdf7 f libucrt:ftell.obj - 0001:0006ae89 ??$common_flush_and_write_nolock@D@@YAHHV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006be89 f libucrt:_flsbuf.obj - 0001:0006af80 ??$write_buffer_nolock@D@@YA_NDV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006bf80 f libucrt:_flsbuf.obj - 0001:0006b052 ?stream_is_at_end_of_file_nolock@@YA_NV__crt_stdio_stream@@@Z 1006c052 f libucrt:_flsbuf.obj - 0001:0006b0e2 ??$translate_text_mode_nolock@D@@YAHHQADI@Z 1006c0e2 f libucrt:read.obj - 0001:0006b22f ??$translate_text_mode_nolock@_W@@YAHHQA_WI@Z 1006c22f f libucrt:read.obj - 0001:0006b3e9 ?translate_ansi_or_utf8_nolock@@YAHHQADIQA_WI@Z 1006c3e9 f libucrt:read.obj - 0001:0006b540 ?translate_utf16_from_console_nolock@@YAHHQA_WI@Z 1006c540 f libucrt:read.obj - 0001:0006ba62 ??$common_lseek@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 1006ca62 f libucrt:lseek.obj - 0001:0006bb87 ??$common_lseek_nolock@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 1006cb87 f libucrt:lseek.obj - 0001:0006be97 ?filter_mbtowcs_flags@@YAKIK@Z 1006ce97 f libucrt:multibytetowidechar.obj - 0001:0006c377 ?fe_to_nearest@@YA_NQBN_KF@Z 1006d377 f libucrt:cvt.obj - 0001:0006c41a ?fp_format_a@@YAHQBNPADIQADIH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006d41a f libucrt:cvt.obj - 0001:0006c747 ?fp_format_e@@YAHQBNQADI1IH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006d747 f libucrt:cvt.obj - 0001:0006c7eb ?fp_format_e_internal@@YAHQADIH_NIQAU_strflt@@1AAV__crt_cached_ptd_host@@@Z 1006d7eb f libucrt:cvt.obj - 0001:0006c93e ?fp_format_f@@YAHQBNQADI1IHW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006d93e f libucrt:cvt.obj - 0001:0006c9d4 ?fp_format_f_internal@@YAHQADIHQAU_strflt@@_NAAV__crt_cached_ptd_host@@@Z 1006d9d4 f libucrt:cvt.obj - 0001:0006cac2 ?fp_format_g@@YAHQBNQADI1IH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006dac2 f libucrt:cvt.obj - 0001:0006cb91 ?fp_format_nan_or_infinity@@YAHW4__acrt_fp_class@@_NPADI1@Z 1006db91 f libucrt:cvt.obj - 0001:0006cc26 ?shift_bytes@@YAXQADI0H@Z 1006dc26 f libucrt:cvt.obj - 0001:0006cc5a ?should_round_up@@YA_NQBN_KFW4__acrt_rounding_mode@@@Z 1006dc5a f libucrt:cvt.obj - 0001:0006db0d ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1006eb0d f libucrt:exit.obj - 0001:0006db75 ??R@@QBE@XZ 1006eb75 f libucrt:exit.obj - 0001:0006dc5d ?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 1006ec5d f libucrt:exit.obj - 0001:0006dcf4 ?exit_or_terminate_process@@YAXI@Z 1006ecf4 f libucrt:exit.obj - 0001:0006dd25 ?is_managed_app@@YA_NXZ 1006ed25 f libucrt:exit.obj - 0001:0006dd67 ?should_call_terminate_process@@YA_NXZ 1006ed67 f libucrt:exit.obj - 0001:0006dd80 ?try_cor_exit_process@@YAXI@Z 1006ed80 f libucrt:exit.obj - 0001:0006de3d ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@P6AXH@Z@@QAEP6AXH@Z$$QAV@@AAV@@$$QAV@@@Z 1006ee3d f libucrt:signal.obj - 0001:0006dea5 ?get_global_action_nolock@@YAPAP6AXH@ZH@Z 1006eea5 f libucrt:signal.obj - 0001:0006dee7 ?siglookup@@YAPAU__crt_signal_action_t@@HQAU1@@Z 1006eee7 f libucrt:signal.obj - 0001:0006e3ff ??$common_gmtime_s@_J@@YAHQAUtm@@QB_J@Z 1006f3ff f libucrt:gmtime.obj - 0001:0006e549 ?compute_year@@YAHAA_JAA_N@Z 1006f549 f libucrt:gmtime.obj - 0001:0006e60d ?_isindst_nolock@@YAHQAUtm@@@Z 1006f60d f libucrt:tzset.obj - 0001:0006e827 ?cvtdate@@YAXW4transition_type@?A0x7639d0b4@@W4date_type@2@HHHHHHHHH@Z 1006f827 f libucrt:tzset.obj - 0001:0006e96a ?get_tz_environment_variable@@YAPA_WAAY0BAA@_W@Z 1006f96a f libucrt:tzset.obj - 0001:0006e9e1 ?tzset_env_copy_to_tzname@@YAXQB_WQA_WQADI@Z 1006f9e1 f libucrt:tzset.obj - 0001:0006ea28 ?tzset_from_environment_nolock@@YAXPA_W@Z 1006fa28 f libucrt:tzset.obj - 0001:0006ecba ?tzset_from_system_nolock@@YAXXZ 1006fcba f libucrt:tzset.obj - 0001:0006ee14 ?tzset_nolock@@YAXXZ 1006fe14 f libucrt:tzset.obj - 0001:0006ee8a ?tzset_os_copy_to_tzname@@YAXQB_WQA_WQADI@Z 1006fe8a f libucrt:tzset.obj - 0001:0006ef7d ?filter_wcstomb_flags@@YAKIK@Z 1006ff7d f libucrt:widechartomultibyte.obj - 0001:0006f082 ?compute_iso_week@@YAHHHH@Z 10070082 f libucrt:wcsftime.obj - 0001:0006f0cb ?compute_iso_week_internal@@YAHHHH@Z 100700cb f libucrt:wcsftime.obj - 0001:0006f160 ?compute_iso_year@@YAHHHH@Z 10070160 f libucrt:wcsftime.obj - 0001:0006f18b ?expand_time@@YA_NPAU__crt_locale_pointers@@_WPBUtm@@PAPA_WPAIPBU__crt_lc_time_data@@_N@Z 1007018b f libucrt:wcsftime.obj - 0001:0006fb3f $LN191 10070b3f libucrt:wcsftime.obj - 0001:0006fb5f ?store_number@@YAXHHQAPA_WQAI_W@Z 10070b5f f libucrt:wcsftime.obj - 0001:0006fbf3 ?store_number_without_lead_zeroes@@YAXHQAPA_WQAI@Z 10070bf3 f libucrt:wcsftime.obj - 0001:0006fc6d ?store_string@@YAXPB_WQAPA_WQAI@Z 10070c6d f libucrt:wcsftime.obj - 0001:0006fca0 ?store_winword@@YA_NQAU__crt_locale_pointers@@HQBUtm@@QAPA_WQAIQBU__crt_lc_time_data@@@Z 10070ca0 f libucrt:wcsftime.obj - 0001:000709c8 ?__acrt_LCMapStringA_stat@@YAHPAU__crt_locale_pointers@@PB_WKPBDHPADHHH@Z 100719c8 f libucrt:lcmapstringa.obj - 0001:00070e00 $$000000 10071e00 libucrt:sqrt.obj - 0001:00070ee0 $$000000 10071ee0 libucrt:_strnicm.obj - 0001:000712db ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100722db f libucrt:mbctype.obj - 0001:00071328 ??R@@QBE@XZ 10072328 f libucrt:mbctype.obj - 0001:000713ab ?CPtoLocaleName@@YAPB_WH@Z 100723ab f libucrt:mbctype.obj - 0001:000713e9 ?getSystemCP@@YAHH@Z 100723e9 f libucrt:mbctype.obj - 0001:0007145a ?setSBCS@@YAXPAU__crt_multibyte_data@@@Z 1007245a f libucrt:mbctype.obj - 0001:000714bd ?setSBUpLow@@YAXPAU__crt_multibyte_data@@@Z 100724bd f libucrt:mbctype.obj - 0001:00071662 ?setmbcp_internal@@YAHH_NQAU__acrt_ptd@@QAPAU__crt_multibyte_data@@@Z 10072662 f libucrt:mbctype.obj - 0001:000717b7 ?update_thread_multibyte_data_internal@@YAPAU__crt_multibyte_data@@QAU__acrt_ptd@@QAPAU1@@Z 100727b7 f libucrt:mbctype.obj - 0001:000727d0 ?free_crt_array_internal@@YAXQAPBXI@Z 100737d0 f libucrt:inittime.obj - 0001:000727f5 ?initialize_lc_time@@YA_NQAU__crt_lc_time_data@@QAU__crt_locale_data@@@Z 100737f5 f libucrt:inittime.obj - 0001:00072ca3 ??$common_tcsncat_s@_W@@YAHQA_WIQB_WI@Z 10073ca3 f libucrt:wcsncat_s.obj - 0001:00072d96 ??$common_tcsncpy_s@_W@@YAHQA_WIQB_WI@Z 10073d96 f libucrt:wcsncpy_s.obj - 0001:00073017 _GetLocaleNameFromDefault 10074017 f libucrt:get_qualified_locale.obj - 0001:0007309e _GetLocaleNameFromLangCountry 1007409e f libucrt:get_qualified_locale.obj - 0001:00073137 _GetLocaleNameFromLanguage 10074137 f libucrt:get_qualified_locale.obj - 0001:00073190 _GetPrimaryLen 10074190 f libucrt:get_qualified_locale.obj - 0001:000731c4 _LangCountryEnumProcEx@12 100741c4 f libucrt:get_qualified_locale.obj - 0001:000734a5 _LanguageEnumProcEx@12 100744a5 f libucrt:get_qualified_locale.obj - 0001:00073564 _ProcessCodePage 10074564 f libucrt:get_qualified_locale.obj - 0001:00073654 _TestDefaultCountry 10074654 f libucrt:get_qualified_locale.obj - 0001:000736a1 _TranslateName 100746a1 f libucrt:get_qualified_locale.obj - 0001:00073913 _CountryEnumProc@4 10074913 f libucrt:getqloc_downlevel.obj - 0001:000739ba _GetLcidFromCountry 100749ba f libucrt:getqloc_downlevel.obj - 0001:00073a05 _GetLcidFromLangCountry 10074a05 f libucrt:getqloc_downlevel.obj - 0001:00073aa0 _GetLcidFromLanguage 10074aa0 f libucrt:getqloc_downlevel.obj - 0001:00073aff _GetPrimaryLen 10074aff f libucrt:getqloc_downlevel.obj - 0001:00073b2b _LangCountryEnumProc@4 10074b2b f libucrt:getqloc_downlevel.obj - 0001:00073d7e _LanguageEnumProc@4 10074d7e f libucrt:getqloc_downlevel.obj - 0001:00073e53 _LcidFromHexString 10074e53 f libucrt:getqloc_downlevel.obj - 0001:00073ea7 _ProcessCodePage 10074ea7 f libucrt:getqloc_downlevel.obj - 0001:00073f88 _TestDefaultCountry 10074f88 f libucrt:getqloc_downlevel.obj - 0001:00073fad _TestDefaultLanguage 10074fad f libucrt:getqloc_downlevel.obj - 0001:00074022 _TranslateName 10075022 f libucrt:getqloc_downlevel.obj - 0001:00074327 ?GetTableIndexFromLocaleName@@YAHPB_W@Z 10075327 f libucrt:lcidtoname_downlevel.obj - 0001:000748f7 ??R@@QBEIPBD@Z 100758f7 f libucrt:mbrtowc.obj - 0001:00074aa0 ?check_trailing@@YA_NPBDW4__acrt_has_trailing_digits@@@Z 10075aa0 f libucrt:_fptostr.obj - 0001:00074ac3 ?should_round_up@@YA_NQBD0HW4__acrt_has_trailing_digits@@W4__acrt_rounding_mode@@@Z 10075ac3 f libucrt:_fptostr.obj - 0001:0007639e ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1007739e f libucrt:onexit.obj - 0001:000763f9 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100773f9 f libucrt:onexit.obj - 0001:00076454 ??R@@QBE@XZ 10077454 f libucrt:onexit.obj - 0001:00076556 ??R@@QBE@XZ 10077556 f libucrt:onexit.obj - 0001:0007671e ?to_abstract_control@@YA?AW4__acrt_fenv_abstract_control@@W4__acrt_fenv_machine_sse_control@@@Z 1007771e f libucrt:_fenvutils.obj - 0001:000767ce ?to_abstract_control@@YA?AW4__acrt_fenv_abstract_control@@W4__acrt_fenv_machine_x87_control@@@Z 100777ce f libucrt:_fenvutils.obj - 0001:0007687b ?to_machine_sse_control@@YA?AW4__acrt_fenv_machine_sse_control@@W4__acrt_fenv_abstract_control@@@Z 1007787b f libucrt:_fenvutils.obj - 0001:00076931 ?to_machine_x87_control@@YA?AW4__acrt_fenv_machine_x87_control@@W4__acrt_fenv_abstract_control@@@Z 10077931 f libucrt:_fenvutils.obj - 0001:00076caa ??$common_getenv_nolock@_W@@YAPA_WQB_W@Z 10077caa f libucrt:getenv.obj - 0001:00076d2e ??$common_getenv_s@_W@@YAHQAIQA_WIQB_W@Z 10077d2e f libucrt:getenv.obj - 0001:00076d8d ??$common_getenv_s_nolock@_W@@YAHQAIQA_WIQB_W@Z 10077d8d f libucrt:getenv.obj - 0001:00076fe0 $$000000 10077fe0 libucrt:common.obj - 0001:00077170 $$000000 10078170 libucrt:sqrt_impl.obj - 0001:00077235 ?initialize_multibyte@@YAHXZ 10078235 f libucrt:multibyte_initializer.obj - 0001:00077244 ?InternalGetLocaleInfoA@@YAHQAU__crt_locale_pointers@@QB_WKQADH@Z 10078244 f libucrt:getlocaleinfoa.obj - 0001:000774d3 ??$common_xtox@K_W@@YAHKQA_WII_N@Z 100784d3 f libucrt:xtoa.obj - 0001:0007758f ??$common_xtox_s@K_W@@YAHKQA_WII_N@Z 1007858f f libucrt:xtoa.obj - 0001:00077959 ?__dcrt_lowio_initialize_console_output@@YAXXZ 10078959 f libucrt:initcon.obj - 0001:00077b20 $$000000 10078b20 libucrt:log10_impl.obj - 0001:00077e00 ??$common_get_or_create_environment_nolock@_W@@YAPAPA_WXZ 10078e00 f libucrt:environment_initialization.obj - 0001:00077e2c ??$common_initialize_environment_nolock@D@@YAHXZ 10078e2c f libucrt:environment_initialization.obj - 0001:00077e86 ??$common_initialize_environment_nolock@_W@@YAHXZ 10078e86 f libucrt:environment_initialization.obj - 0001:00077edb ??$create_environment@D@@YAQAPADQAD@Z 10078edb f libucrt:environment_initialization.obj - 0001:00077fbd ??$create_environment@_W@@YAQAPA_WQA_W@Z 10078fbd f libucrt:environment_initialization.obj - 0001:000780db ??$free_environment@D@@YAXQAPAD@Z 100790db f libucrt:environment_initialization.obj - 0001:000780db ??$free_environment@_W@@YAXQAPA_W@Z 100790db f libucrt:environment_initialization.obj - 0001:0007810a ??$initialize_environment_by_cloning_nolock@_W@@YAHXZ 1007910a f libucrt:environment_initialization.obj - 0001:0007818b ??$uninitialize_environment_internal@D@@YAXAAPAPAD@Z 1007918b f libucrt:environment_initialization.obj - 0001:000781a6 ??$uninitialize_environment_internal@_W@@YAXAAPAPA_W@Z 100791a6 f libucrt:environment_initialization.obj - 0001:000782f0 $$000000 100792f0 libucrt:genexcep.obj - 0001:00078350 $$000000 10079350 libucrt:87disp.obj - 0001:000785a4 ??$common_tcsncpy_s@D@@YAHQADIQBDI@Z 100795a4 f libucrt:strncpy_s.obj - 0001:00078666 ___hw_cw_sse2 10079666 f libucrt:ieee87.obj - 0001:00078aec __hw_cw 10079aec f libucrt:ieee87.obj - 0001:00078b90 $$000000 10079b90 libucrt:log10_pentium4.obj - 0001:00078e20 $$000000 10079e20 libucrt:87tran.obj - 0001:00079127 ?find_end_of_double_null_terminated_sequence@@YAPB_WQB_W@Z 1007a127 f libucrt:get_environment_from_os.obj - 0001:0007924c ??$common_set_variable_in_environment_nolock@_W@@YAHQA_WH@Z 1007a24c f libucrt:setenv.obj - 0001:000794d7 ??$copy_environment@_W@@YAPAPA_WQAPA_W@Z 1007a4d7 f libucrt:setenv.obj - 0001:00079595 ??$ensure_current_environment_is_not_initial_environment_nolock@_W@@YAXXZ 1007a595 f libucrt:setenv.obj - 0001:000795af ??$find_in_environment_nolock@_W@@YAHQB_WI@Z 1007a5af f libucrt:setenv.obj - 0001:000798f3 ?_mbstowcs_internal@@YAHPAIPA_WIPBDIAAV__crt_cached_ptd_host@@@Z 1007a8f3 f libucrt:mbstowcs.obj - 0001:000799cf ?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 1007a9cf f libucrt:mbstowcs.obj - 0001:0007a27b _tidy_global 1007b27b f libcpmt:locale0.obj - 0001:0007a75a ??$_Xfiopen@D@?A0x6dc13635@@YAPAU_iobuf@@PBDHH@Z 1007b75a f libcpmt:fiopen.obj - 0001:0007a7fa ?swfun@std@@YAXAAVios_base@1@_J@Z 1007b7fa f libcpmt:iomanip.obj - 0001:0007aab0 ?initialize_pointers@@YAHXZ 1007bab0 f libcpmt:winapisupp.obj - 0001:0007ab8d ?find_pe_section@@YAPAU_IMAGE_SECTION_HEADER@@QAEI@Z 1007bb8d f LIBCMT:utility.obj - 0001:0007aef0 $$000000 1007bef0 LIBCMT:llshl.obj - 0001:0007af00 MORE32 1007bf00 LIBCMT:llshl.obj - 0001:0007af0a RETZERO 1007bf0a LIBCMT:llshl.obj - 0001:0007af10 $$000000 1007bf10 LIBCMT:ullshr.obj - 0001:0007af20 MORE32 1007bf20 LIBCMT:ullshr.obj - 0001:0007af2a RETZERO 1007bf2a LIBCMT:ullshr.obj - 0001:0007b010 $$000000 1007c010 LIBCMT:lldiv.obj - 0001:0007b031 L1 1007c031 LIBCMT:lldiv.obj - 0001:0007b04d L2 1007c04d LIBCMT:lldiv.obj - 0001:0007b069 L3 1007c069 LIBCMT:lldiv.obj - 0001:0007b077 L5 1007c077 LIBCMT:lldiv.obj - 0001:0007b0a5 L6 1007c0a5 LIBCMT:lldiv.obj - 0001:0007b0a6 L7 1007c0a6 LIBCMT:lldiv.obj - 0001:0007b0aa L4 1007c0aa LIBCMT:lldiv.obj - 0001:0007b0b4 L8 1007c0b4 LIBCMT:lldiv.obj - 0001:0007b0c0 $$000000 1007c0c0 LIBCMT:lldvrm.obj - 0001:0007b0e4 L1 1007c0e4 LIBCMT:lldvrm.obj - 0001:0007b100 L2 1007c100 LIBCMT:lldvrm.obj - 0001:0007b12c L3 1007c12c LIBCMT:lldvrm.obj - 0001:0007b13a L5 1007c13a LIBCMT:lldvrm.obj - 0001:0007b168 L6 1007c168 LIBCMT:lldvrm.obj - 0001:0007b171 L7 1007c171 LIBCMT:lldvrm.obj - 0001:0007b173 L4 1007c173 LIBCMT:lldvrm.obj - 0001:0007b185 L9 1007c185 LIBCMT:lldvrm.obj - 0001:0007b199 L8 1007c199 LIBCMT:lldvrm.obj - 0001:0007b1a0 $$000000 1007c1a0 LIBCMT:llmul.obj - 0001:0007b1b9 hard 1007c1b9 LIBCMT:llmul.obj - 0001:0007b1e0 $$000000 1007c1e0 LIBCMT:llrem.obj - 0001:0007b200 L1 1007c200 LIBCMT:llrem.obj - 0001:0007b21b L2 1007c21b LIBCMT:llrem.obj - 0001:0007b23a L3 1007c23a LIBCMT:llrem.obj - 0001:0007b248 L5 1007c248 LIBCMT:llrem.obj - 0001:0007b273 L6 1007c273 LIBCMT:llrem.obj - 0001:0007b27b L7 1007c27b LIBCMT:llrem.obj - 0001:0007b286 L4 1007c286 LIBCMT:llrem.obj - 0001:0007b28d L8 1007c28d LIBCMT:llrem.obj - 0001:0007b2b0 $$000000 1007c2b0 LIBCMT:ftol3.obj - 0001:0007b2cf _ftol3_default 1007c2cf LIBCMT:ftol3.obj - 0001:0007b2e3 _ftol3_notsafe 1007c2e3 LIBCMT:ftol3.obj - 0001:0007b303 _ftol3_mincheck 1007c303 LIBCMT:ftol3.obj - 0001:0007b309 _ftol3_NaN 1007c309 LIBCMT:ftol3.obj - 0001:0007b311 _ftol3_retmin 1007c311 LIBCMT:ftol3.obj - 0001:0007b320 $$000000 1007c320 LIBCMT:ftol3.obj - 0001:0007b33e _dtoul3_default 1007c33e LIBCMT:ftol3.obj - 0001:0007b369 _dtoul3_notsafe 1007c369 LIBCMT:ftol3.obj - 0001:0007b392 _dtoul3_exact 1007c392 LIBCMT:ftol3.obj - 0001:0007b399 _dtoul3_large 1007c399 LIBCMT:ftol3.obj - 0001:0007b3a4 _dtoul3_neg 1007c3a4 LIBCMT:ftol3.obj - 0001:0007b3b5 _dtoul3_NaN 1007c3b5 LIBCMT:ftol3.obj - 0001:0007b3d0 $$000000 1007c3d0 LIBCMT:ftol3.obj - 0001:0007b3ee _dtoul3l_notsafe 1007c3ee LIBCMT:ftol3.obj - 0001:0007b400 $$000000 1007c400 LIBCMT:ftol3.obj - 0001:0007b41e _dtol3_default 1007c41e LIBCMT:ftol3.obj - 0001:0007b448 _dtol3_getbits 1007c448 LIBCMT:ftol3.obj - 0001:0007b471 _dtol3_trunc 1007c471 LIBCMT:ftol3.obj - 0001:0007b478 _dtol3_lshift 1007c478 LIBCMT:ftol3.obj - 0001:0007b47e _dtol3_notsafe 1007c47e LIBCMT:ftol3.obj - 0001:0007b497 _dtol3_large 1007c497 LIBCMT:ftol3.obj - 0001:0007b49f _dtol3_NaN 1007c49f LIBCMT:ftol3.obj - 0001:0007b4a7 _dtol3_retmin 1007c4a7 LIBCMT:ftol3.obj + 0001:00005f70 __catch$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z$0 10006f70 f i main.cpp.obj + 0001:00006010 __catch$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z$0 10007010 f i main.cpp.obj + 0001:00006160 __catch$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z$0 10007160 f i main.cpp.obj + 0001:000062b0 __catch$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z$0 100072b0 f i main.cpp.obj + 0001:00006350 __catch$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z$0 10007350 f i main.cpp.obj + 0001:0000644a __catch$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$0 1000744a f i main.cpp.obj + 0001:000066c6 __catch$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z$0 100076c6 f i main.cpp.obj + 0001:00006972 __catch$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z$0 10007972 f i main.cpp.obj + 0001:00007d8a __catch$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z$0 10008d8a f i main.cpp.obj + 0001:0000846a __catch$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z$0 1000946a f i main.cpp.obj + 0001:00008884 __catch$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$0 10009884 f i main.cpp.obj + 0001:000089b5 __catch$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$1 100099b5 f i main.cpp.obj + 0001:00008acb __catch$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$2 10009acb f i main.cpp.obj + 0001:00009094 __catch$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$0 1000a094 f i main.cpp.obj + 0001:000091c5 __catch$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$1 1000a1c5 f i main.cpp.obj + 0001:000092db __catch$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$2 1000a2db f i main.cpp.obj + 0001:000098a4 __catch$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$0 1000a8a4 f i main.cpp.obj + 0001:000099d5 __catch$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$1 1000a9d5 f i main.cpp.obj + 0001:00009aeb __catch$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$2 1000aaeb f i main.cpp.obj + 0001:0000a0b4 __catch$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$0 1000b0b4 f i main.cpp.obj + 0001:0000a1e5 __catch$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$1 1000b1e5 f i main.cpp.obj + 0001:0000a2fb __catch$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$2 1000b2fb f i main.cpp.obj + 0001:0000a8c4 __catch$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$0 1000b8c4 f i main.cpp.obj + 0001:0000a9f5 __catch$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$1 1000b9f5 f i main.cpp.obj + 0001:0000ab0b __catch$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$2 1000bb0b f i main.cpp.obj + 0001:0000b0d4 __catch$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$0 1000c0d4 f i main.cpp.obj + 0001:0000b205 __catch$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$1 1000c205 f i main.cpp.obj + 0001:0000b31b __catch$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$2 1000c31b f i main.cpp.obj + 0001:0000b8e4 __catch$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$0 1000c8e4 f i main.cpp.obj + 0001:0000ba15 __catch$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$1 1000ca15 f i main.cpp.obj + 0001:0000bb2b __catch$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$2 1000cb2b f i main.cpp.obj + 0001:0000c0f4 __catch$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$0 1000d0f4 f i main.cpp.obj + 0001:0000c225 __catch$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$1 1000d225 f i main.cpp.obj + 0001:0000c33b __catch$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$2 1000d33b f i main.cpp.obj + 0001:0000c904 __catch$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$0 1000d904 f i main.cpp.obj + 0001:0000ca35 __catch$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$1 1000da35 f i main.cpp.obj + 0001:0000cb4b __catch$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$2 1000db4b f i main.cpp.obj + 0001:0000d124 __catch$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$0 1000e124 f i main.cpp.obj + 0001:0000d255 __catch$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$1 1000e255 f i main.cpp.obj + 0001:0000d36b __catch$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$2 1000e36b f i main.cpp.obj + 0001:0000d934 __catch$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$0 1000e934 f i main.cpp.obj + 0001:0000da65 __catch$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$1 1000ea65 f i main.cpp.obj + 0001:0000db7b __catch$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$2 1000eb7b f i main.cpp.obj + 0001:0000e144 __catch$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$0 1000f144 f i main.cpp.obj + 0001:0000e275 __catch$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$1 1000f275 f i main.cpp.obj + 0001:0000e38b __catch$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$2 1000f38b f i main.cpp.obj + 0001:0000e954 __catch$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$0 1000f954 f i main.cpp.obj + 0001:0000ea85 __catch$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$1 1000fa85 f i main.cpp.obj + 0001:0000eb9b __catch$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$2 1000fb9b f i main.cpp.obj + 0001:0000f164 __catch$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$0 10010164 f i main.cpp.obj + 0001:0000f295 __catch$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$1 10010295 f i main.cpp.obj + 0001:0000f3ab __catch$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$2 100103ab f i main.cpp.obj + 0001:0000f974 __catch$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$0 10010974 f i main.cpp.obj + 0001:0000faa5 __catch$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$1 10010aa5 f i main.cpp.obj + 0001:0000fbbb __catch$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$2 10010bbb f i main.cpp.obj + 0001:00010184 __catch$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$0 10011184 f i main.cpp.obj + 0001:000102b5 __catch$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$1 100112b5 f i main.cpp.obj + 0001:000103cb __catch$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$2 100113cb f i main.cpp.obj + 0001:00010994 __catch$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$0 10011994 f i main.cpp.obj + 0001:00010ac5 __catch$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$1 10011ac5 f i main.cpp.obj + 0001:00010bdb __catch$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$2 10011bdb f i main.cpp.obj + 0001:000111a4 __catch$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$0 100121a4 f i main.cpp.obj + 0001:000112d5 __catch$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$1 100122d5 f i main.cpp.obj + 0001:000113eb __catch$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$2 100123eb f i main.cpp.obj + 0001:000119b4 __catch$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$0 100129b4 f i main.cpp.obj + 0001:00011ae5 __catch$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$1 10012ae5 f i main.cpp.obj + 0001:00011bfb __catch$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$2 10012bfb f i main.cpp.obj + 0001:000121c4 __catch$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$0 100131c4 f i main.cpp.obj + 0001:000122f5 __catch$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$1 100132f5 f i main.cpp.obj + 0001:0001240b __catch$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$2 1001340b f i main.cpp.obj + 0001:000129d4 __catch$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$0 100139d4 f i main.cpp.obj + 0001:00012b05 __catch$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$1 10013b05 f i main.cpp.obj + 0001:00012c1b __catch$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$2 10013c1b f i main.cpp.obj + 0001:000131e4 __catch$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$0 100141e4 f i main.cpp.obj + 0001:00013315 __catch$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$1 10014315 f i main.cpp.obj + 0001:0001342b __catch$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$2 1001442b f i main.cpp.obj + 0001:000139f4 __catch$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$0 100149f4 f i main.cpp.obj + 0001:00013b25 __catch$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$1 10014b25 f i main.cpp.obj + 0001:00013c3b __catch$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$2 10014c3b f i main.cpp.obj + 0001:00014204 __catch$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$0 10015204 f i main.cpp.obj + 0001:00014335 __catch$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$1 10015335 f i main.cpp.obj + 0001:0001444b __catch$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$2 1001544b f i main.cpp.obj + 0001:00014a14 __catch$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$0 10015a14 f i main.cpp.obj + 0001:00014b45 __catch$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$1 10015b45 f i main.cpp.obj + 0001:00014c5b __catch$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$2 10015c5b f i main.cpp.obj + 0001:00015224 __catch$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$0 10016224 f i main.cpp.obj + 0001:00015355 __catch$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$1 10016355 f i main.cpp.obj + 0001:0001546b __catch$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$2 1001646b f i main.cpp.obj + 0001:000157db __catch$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ$0 100167db f i main.cpp.obj + 0001:000157f6 __catch$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ$1 100167f6 f i main.cpp.obj + 0001:0001585b __catch$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ$0 1001685b f i main.cpp.obj + 0001:00015876 __catch$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ$1 10016876 f i main.cpp.obj + 0001:0001b063 __catch$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$0 1001c063 f i main.cpp.obj + 0001:0001b4f5 __catch$??0SuspendedProcess@hadesmem@@QAE@KK@Z$0 1001c4f5 f i main.cpp.obj + 0001:0001c683 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$0 1001d683 f i main.cpp.obj + 0001:0001c830 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$0 1001d830 f i main.cpp.obj + 0001:0001c830 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$0 1001d830 f i main.cpp.obj + 0001:0001c9ed __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$0 1001d9ed f i main.cpp.obj + 0001:0001cbc0 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$0 1001dbc0 f i main.cpp.obj + 0001:0001cd74 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$0 1001dd74 f i main.cpp.obj + 0001:0001cf20 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$0 1001df20 f i main.cpp.obj + 0001:0001d080 ??R@@QBE@XZ 1001e080 f main.cpp.obj + 0001:00020254 $LN455 10021254 main.cpp.obj + 0001:00020268 $LN454 10021268 main.cpp.obj + 0001:00020ac4 $LN455 10021ac4 main.cpp.obj + 0001:00020ad8 $LN454 10021ad8 main.cpp.obj + 0001:00021334 $LN455 10022334 main.cpp.obj + 0001:00021348 $LN454 10022348 main.cpp.obj + 0001:00021ba4 $LN455 10022ba4 main.cpp.obj + 0001:00021bb8 $LN454 10022bb8 main.cpp.obj + 0001:00022424 $LN455 10023424 main.cpp.obj + 0001:00022438 $LN454 10023438 main.cpp.obj + 0001:00022c94 $LN455 10023c94 main.cpp.obj + 0001:00022ca8 $LN454 10023ca8 main.cpp.obj + 0001:00023504 $LN455 10024504 main.cpp.obj + 0001:00023518 $LN454 10024518 main.cpp.obj + 0001:00023d74 $LN455 10024d74 main.cpp.obj + 0001:00023d88 $LN454 10024d88 main.cpp.obj + 0001:000245e4 $LN455 100255e4 main.cpp.obj + 0001:000245f8 $LN454 100255f8 main.cpp.obj + 0001:00024e54 $LN455 10025e54 main.cpp.obj + 0001:00024e68 $LN454 10025e68 main.cpp.obj + 0001:000256c4 $LN455 100266c4 main.cpp.obj + 0001:000256d8 $LN454 100266d8 main.cpp.obj + 0001:00025f34 $LN455 10026f34 main.cpp.obj + 0001:00025f48 $LN454 10026f48 main.cpp.obj + 0001:000267a4 $LN455 100277a4 main.cpp.obj + 0001:000267b8 $LN454 100277b8 main.cpp.obj + 0001:00027014 $LN455 10028014 main.cpp.obj + 0001:00027028 $LN454 10028028 main.cpp.obj + 0001:00027884 $LN455 10028884 main.cpp.obj + 0001:00027898 $LN454 10028898 main.cpp.obj + 0001:000280f4 $LN455 100290f4 main.cpp.obj + 0001:00028108 $LN454 10029108 main.cpp.obj + 0001:00028964 $LN455 10029964 main.cpp.obj + 0001:00028978 $LN454 10029978 main.cpp.obj + 0001:000291d4 $LN455 1002a1d4 main.cpp.obj + 0001:000291e8 $LN454 1002a1e8 main.cpp.obj + 0001:00029a44 $LN455 1002aa44 main.cpp.obj + 0001:00029a58 $LN454 1002aa58 main.cpp.obj + 0001:0002a2b4 $LN455 1002b2b4 main.cpp.obj + 0001:0002a2c8 $LN454 1002b2c8 main.cpp.obj + 0001:0002ab24 $LN455 1002bb24 main.cpp.obj + 0001:0002ab38 $LN454 1002bb38 main.cpp.obj + 0001:0002b394 $LN455 1002c394 main.cpp.obj + 0001:0002b3a8 $LN454 1002c3a8 main.cpp.obj + 0001:0002bc04 $LN455 1002cc04 main.cpp.obj + 0001:0002bc18 $LN454 1002cc18 main.cpp.obj + 0001:0002c474 $LN455 1002d474 main.cpp.obj + 0001:0002c488 $LN454 1002d488 main.cpp.obj + 0001:0002cce4 $LN455 1002dce4 main.cpp.obj + 0001:0002ccf8 $LN454 1002dcf8 main.cpp.obj + 0001:0002d554 $LN455 1002e554 main.cpp.obj + 0001:0002d568 $LN454 1002e568 main.cpp.obj + 0001:0002ddc4 $LN455 1002edc4 main.cpp.obj + 0001:0002ddd8 $LN454 1002edd8 main.cpp.obj + 0001:0002df79 __catch$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$0 1002ef79 f i main.cpp.obj + 0001:0002e021 __catch$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$0 1002f021 f i main.cpp.obj + 0001:0002e17e __catch$?CleanupUnchecked@Process@hadesmem@@AAEXXZ$0 1002f17e f i main.cpp.obj + 0001:0002e25e __catch$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ$0 1002f25e f i main.cpp.obj + 0001:0002e9a3 __catch$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$0 1002f9a3 f i main.cpp.obj + 0001:00034cc9 __catch$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10035cc9 f i main.cpp.obj + 0001:00034da9 __catch$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$0 10035da9 f i main.cpp.obj + 0001:00034e89 __catch$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10035e89 f i main.cpp.obj + 0001:00034f69 __catch$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$0 10035f69 f i main.cpp.obj + 0001:00035049 __catch$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$0 10036049 f i main.cpp.obj + 0001:00035129 __catch$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$0 10036129 f i main.cpp.obj + 0001:00035209 __catch$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$0 10036209 f i main.cpp.obj + 0001:000352e9 __catch$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$0 100362e9 f i main.cpp.obj + 0001:000353c9 __catch$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$0 100363c9 f i main.cpp.obj + 0001:000354a9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$0 100364a9 f i main.cpp.obj + 0001:00035589 __catch$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$0 10036589 f i main.cpp.obj + 0001:00035669 __catch$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$0 10036669 f i main.cpp.obj + 0001:00035749 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$0 10036749 f i main.cpp.obj + 0001:00035829 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$0 10036829 f i main.cpp.obj + 0001:00035909 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$0 10036909 f i main.cpp.obj + 0001:000359e9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$0 100369e9 f i main.cpp.obj + 0001:00035ac9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$0 10036ac9 f i main.cpp.obj + 0001:00035ba9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$0 10036ba9 f i main.cpp.obj + 0001:00035c89 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$0 10036c89 f i main.cpp.obj + 0001:00035d69 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10036d69 f i main.cpp.obj + 0001:00035e49 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$0 10036e49 f i main.cpp.obj + 0001:00035f29 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10036f29 f i main.cpp.obj + 0001:00036009 __catch$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$0 10037009 f i main.cpp.obj + 0001:000360e9 __catch$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$0 100370e9 f i main.cpp.obj + 0001:000361c9 __catch$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$0 100371c9 f i main.cpp.obj + 0001:000362a9 __catch$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$0 100372a9 f i main.cpp.obj + 0001:00036389 __catch$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$0 10037389 f i main.cpp.obj + 0001:000364c7 __catch$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$0 100374c7 f i main.cpp.obj + 0001:000366a6 __catch$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$0 100376a6 f i main.cpp.obj + 0001:0003673c __catch$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$0 1003773c f i main.cpp.obj + 0001:000377d4 __catch$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$0 100387d4 f i main.cpp.obj + 0001:00039cf2 __catch$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ$0 1003acf2 f i main.cpp.obj + 0001:0003c70d __catch$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$0 1003d70d f i main.cpp.obj + 0001:0003c8f7 __catch$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$0 1003d8f7 f i main.cpp.obj + 0001:0003fe79 __catch$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$0 10040e79 f i main.cpp.obj + 0001:00041a80 __catch$_Load$0 10042a80 f main.cpp.obj + 0001:00041b1f __catch$_Load$1 10042b1f f main.cpp.obj + 0001:00041c80 ??$_Find_last@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IBE?AU?$_Hash_find_last_result@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@I@Z 10042c80 f helper.cpp.obj + 0001:00041de0 ??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 10042de0 f helper.cpp.obj + 0001:000421f0 ??$fill@PAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@std@@@std@@@std@@V12@@std@@YAXQAV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@std@@@std@@@0@0ABV10@@Z 100431f0 f helper.cpp.obj + 0001:00042250 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@@std@@@std@@QAE@XZ 10043250 f helper.cpp.obj + 0001:00042290 ??1?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@QAE@XZ 10043290 f helper.cpp.obj + 0001:00042380 ??1?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@std@@@std@@@std@@@std@@@std@@QAE@XZ 10043380 f helper.cpp.obj + 0001:000423e0 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@@std@@@std@@QAE@XZ 100433e0 f helper.cpp.obj + 0001:00042410 ??1?$list@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@@std@@QAE@XZ 10043410 f helper.cpp.obj + 0001:000424a0 ??1?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@QAE@XZ 100434a0 f helper.cpp.obj + 0001:00042530 ??1CachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@QAE@XZ 10043530 f helper.cpp.obj + 0001:00042580 ??R@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 10043580 f helper.cpp.obj + 0001:00043150 ?_Assign_grow@?$_Hash_vec@V?$allocator@V?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@std@@@std@@@std@@@std@@@std@@QAEXIV?$_List_unchecked_iterator@V?$_List_val@U?$_List_simple_types@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@std@@@std@@@2@@Z 10044150 f helper.cpp.obj + 0001:00043330 ?_Forced_rehash@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IAEXI@Z 10044330 f helper.cpp.obj + 0001:00043844 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$0 10044844 f i spellcast.cpp.obj + 0001:000476ec $LN19 100486ec spellevents.cpp.obj + 0001:00047700 $LN18 10048700 spellevents.cpp.obj + 0001:000482f0 $LN210 100492f0 spellevents.cpp.obj + 0001:000482f8 $LN209 100492f8 spellevents.cpp.obj + 0001:00049a28 $LN47 1004aa28 spellevents.cpp.obj + 0001:00049a30 $LN46 1004aa30 spellevents.cpp.obj + 0001:0004a3c4 $LN85 1004b3c4 misc_scripts.cpp.obj + 0001:0004a3c4 $LN85 1004b3c4 misc_scripts.cpp.obj + 0001:0004a3c4 $LN85 1004b3c4 spell_scripts.cpp.obj + 0001:0004bc1c $LN59 1004cc1c misc_scripts.cpp.obj + 0001:0004bc34 $LN60 1004cc34 misc_scripts.cpp.obj + 0001:0004c078 $LN160 1004d078 misc_scripts.cpp.obj + 0001:0004c090 $LN161 1004d090 misc_scripts.cpp.obj + 0001:0004c604 $LN56 1004d604 misc_scripts.cpp.obj + 0001:0004c61c $LN57 1004d61c misc_scripts.cpp.obj + 0001:0004c970 $LN101 1004d970 misc_scripts.cpp.obj + 0001:0004e094 $LN67 1004f094 spell_scripts.cpp.obj + 0001:0004e0ac $LN68 1004f0ac spell_scripts.cpp.obj + 0001:0004e59c $LN166 1004f59c spell_scripts.cpp.obj + 0001:0004e5b4 $LN167 1004f5b4 spell_scripts.cpp.obj + 0001:0004fb20 ??R@@QBE@HIPAUCGItem_C@game@@@Z 10050b20 f item_scripts.cpp.obj + 0001:00054ef9 ?_FilterSetCurrentException@@YAKPAU_EXCEPTION_POINTERS@@E@Z 10055ef9 f libvcruntime:ehhelpers.obj + 0001:000554a0 $$000000 100564a0 libvcruntime:memcpy.obj + 0001:000554a0 $$000000 100564a0 libvcruntime:memmove.obj + 0001:000554c0 CopyUp 100564c0 libvcruntime:memcpy.obj + 0001:000554c0 CopyUp 100564c0 libvcruntime:memmove.obj + 0001:000554e4 CopyUpLargeMov 100564e4 libvcruntime:memcpy.obj + 0001:000554e4 CopyUpLargeMov 100564e4 libvcruntime:memmove.obj + 0001:000554f7 CopyUpSSE2Check 100564f7 libvcruntime:memcpy.obj + 0001:000554f7 CopyUpSSE2Check 100564f7 libvcruntime:memmove.obj + 0001:00055510 AtomChk 10056510 libvcruntime:memcpy.obj + 0001:00055510 AtomChk 10056510 libvcruntime:memmove.obj + 0001:00055536 PalignHead4 10056536 libvcruntime:memcpy.obj + 0001:00055536 PalignHead4 10056536 libvcruntime:memmove.obj + 0001:00055549 PalignHead8 10056549 libvcruntime:memcpy.obj + 0001:00055549 PalignHead8 10056549 libvcruntime:memmove.obj + 0001:00055560 PalignLoop 10056560 libvcruntime:memcpy.obj + 0001:00055560 PalignLoop 10056560 libvcruntime:memmove.obj + 0001:00055572 MovPalign12 10056572 libvcruntime:memcpy.obj + 0001:00055572 MovPalign12 10056572 libvcruntime:memmove.obj + 0001:0005557c PalignLoop12 1005657c libvcruntime:memcpy.obj + 0001:0005557c PalignLoop12 1005657c libvcruntime:memmove.obj + 0001:000555cd MovPalign8 100565cd libvcruntime:memcpy.obj + 0001:000555cd MovPalign8 100565cd libvcruntime:memmove.obj + 0001:000555d8 PalignLoop8 100565d8 libvcruntime:memcpy.obj + 0001:000555d8 PalignLoop8 100565d8 libvcruntime:memmove.obj + 0001:00055626 MovPalign4 10056626 libvcruntime:memcpy.obj + 0001:00055626 MovPalign4 10056626 libvcruntime:memmove.obj + 0001:00055630 PalignLoop4 10056630 libvcruntime:memcpy.obj + 0001:00055630 PalignLoop4 10056630 libvcruntime:memmove.obj + 0001:0005567c PalignTail 1005667c libvcruntime:memcpy.obj + 0001:0005567c PalignTail 1005667c libvcruntime:memmove.obj + 0001:00055694 PalignTail4 10056694 libvcruntime:memcpy.obj + 0001:00055694 PalignTail4 10056694 libvcruntime:memmove.obj + 0001:000556a7 PalignTail8 100566a7 libvcruntime:memcpy.obj + 0001:000556a7 PalignTail8 100566a7 libvcruntime:memmove.obj + 0001:000556be PalignTailLE3 100566be libvcruntime:memcpy.obj + 0001:000556be PalignTailLE3 100566be libvcruntime:memmove.obj + 0001:000556c7 Dword_align 100566c7 libvcruntime:memcpy.obj + 0001:000556c7 Dword_align 100566c7 libvcruntime:memmove.obj + 0001:000556cf Dword_up_align_loop 100566cf libvcruntime:memcpy.obj + 0001:000556cf Dword_up_align_loop 100566cf libvcruntime:memmove.obj + 0001:000556e2 Dword_align_Ok 100566e2 libvcruntime:memcpy.obj + 0001:000556e2 Dword_align_Ok 100566e2 libvcruntime:memmove.obj + 0001:000556fc ByteCopyUp 100566fc libvcruntime:memcpy.obj + 0001:000556fc ByteCopyUp 100566fc libvcruntime:memmove.obj + 0001:00055704 TrailingUpVec 10056704 libvcruntime:memcpy.obj + 0001:00055704 TrailingUpVec 10056704 libvcruntime:memmove.obj + 0001:00055714 TrailingUp0 10056714 libvcruntime:memcpy.obj + 0001:00055714 TrailingUp0 10056714 libvcruntime:memmove.obj + 0001:0005571c TrailingUp1 1005671c libvcruntime:memcpy.obj + 0001:0005571c TrailingUp1 1005671c libvcruntime:memmove.obj + 0001:00055728 TrailingUp2 10056728 libvcruntime:memcpy.obj + 0001:00055728 TrailingUp2 10056728 libvcruntime:memmove.obj + 0001:0005573c TrailingUp3 1005673c libvcruntime:memcpy.obj + 0001:0005573c TrailingUp3 1005673c libvcruntime:memmove.obj + 0001:00055754 CopyDown 10056754 libvcruntime:memcpy.obj + 0001:00055754 CopyDown 10056754 libvcruntime:memmove.obj + 0001:00055779 CopyDownNotAligned 10056779 libvcruntime:memcpy.obj + 0001:00055779 CopyDownNotAligned 10056779 libvcruntime:memmove.obj + 0001:00055780 CopyDownAlignLoop 10056780 libvcruntime:memcpy.obj + 0001:00055780 CopyDownAlignLoop 10056780 libvcruntime:memmove.obj + 0001:0005578d CopyDownAligned 1005678d libvcruntime:memcpy.obj + 0001:0005578d CopyDownAligned 1005678d libvcruntime:memmove.obj + 0001:000557b0 TrailingDownVec 100567b0 libvcruntime:memcpy.obj + 0001:000557b0 TrailingDownVec 100567b0 libvcruntime:memmove.obj + 0001:000557c0 TrailingDown0 100567c0 libvcruntime:memcpy.obj + 0001:000557c0 TrailingDown0 100567c0 libvcruntime:memmove.obj + 0001:000557c8 TrailingDown1 100567c8 libvcruntime:memcpy.obj + 0001:000557c8 TrailingDown1 100567c8 libvcruntime:memmove.obj + 0001:000557d8 TrailingDown2 100567d8 libvcruntime:memcpy.obj + 0001:000557d8 TrailingDown2 100567d8 libvcruntime:memmove.obj + 0001:000557ec TrailingDown3 100567ec libvcruntime:memcpy.obj + 0001:000557ec TrailingDown3 100567ec libvcruntime:memmove.obj + 0001:00055805 XmmMovLargeAlignTest 10056805 libvcruntime:memcpy.obj + 0001:00055805 XmmMovLargeAlignTest 10056805 libvcruntime:memmove.obj + 0001:0005580d XmmMovAlignLoop 1005680d libvcruntime:memcpy.obj + 0001:0005580d XmmMovAlignLoop 1005680d libvcruntime:memmove.obj + 0001:0005581c XmmMovLargeLoop 1005681c libvcruntime:memcpy.obj + 0001:0005581c XmmMovLargeLoop 1005681c libvcruntime:memmove.obj + 0001:0005588c XmmMovSmallTest 1005688c libvcruntime:memcpy.obj + 0001:0005588c XmmMovSmallTest 1005688c libvcruntime:memmove.obj + 0001:00055891 XmmMovSmallLoop 10056891 libvcruntime:memcpy.obj + 0001:00055891 XmmMovSmallLoop 10056891 libvcruntime:memmove.obj + 0001:000558b4 CopyDownSmall 100568b4 libvcruntime:memcpy.obj + 0001:000558b4 CopyDownSmall 100568b4 libvcruntime:memmove.obj + 0001:000558bc CopyDownDwordLoop 100568bc libvcruntime:memcpy.obj + 0001:000558bc CopyDownDwordLoop 100568bc libvcruntime:memmove.obj + 0001:000558d1 CopyDownByteTest 100568d1 libvcruntime:memcpy.obj + 0001:000558d1 CopyDownByteTest 100568d1 libvcruntime:memmove.obj + 0001:000558d5 CopyDownByteLoop 100568d5 libvcruntime:memcpy.obj + 0001:000558d5 CopyDownByteLoop 100568d5 libvcruntime:memmove.obj + 0001:000558e4 CopyDownReturn 100568e4 libvcruntime:memcpy.obj + 0001:000558e4 CopyDownReturn 100568e4 libvcruntime:memmove.obj + 0001:000558f0 XmmCopy 100568f0 libvcruntime:memcpy.obj + 0001:000558f0 XmmCopy 100568f0 libvcruntime:memmove.obj + 0001:000558fd XmmCopyAligned 100568fd libvcruntime:memcpy.obj + 0001:000558fd XmmCopyAligned 100568fd libvcruntime:memmove.obj + 0001:00055910 XmmCopyLargeLoop 10056910 libvcruntime:memcpy.obj + 0001:00055910 XmmCopyLargeLoop 10056910 libvcruntime:memmove.obj + 0001:0005596d XmmCopySmallTest 1005696d libvcruntime:memcpy.obj + 0001:0005596d XmmCopySmallTest 1005696d libvcruntime:memmove.obj + 0001:00055980 XmmCopySmallLoop 10056980 libvcruntime:memcpy.obj + 0001:00055980 XmmCopySmallLoop 10056980 libvcruntime:memmove.obj + 0001:0005599b CopyUpDwordMov 1005699b libvcruntime:memcpy.obj + 0001:0005599b CopyUpDwordMov 1005699b libvcruntime:memmove.obj + 0001:000559a0 CopyUpDwordTest 100569a0 libvcruntime:memcpy.obj + 0001:000559a0 CopyUpDwordTest 100569a0 libvcruntime:memmove.obj + 0001:000559a7 CopyUpDwordLoop 100569a7 libvcruntime:memcpy.obj + 0001:000559a7 CopyUpDwordLoop 100569a7 libvcruntime:memmove.obj + 0001:000559b6 CopyUpByteTest 100569b6 libvcruntime:memcpy.obj + 0001:000559b6 CopyUpByteTest 100569b6 libvcruntime:memmove.obj + 0001:000559bd CopyUpByteLoop 100569bd libvcruntime:memcpy.obj + 0001:000559bd CopyUpByteLoop 100569bd libvcruntime:memmove.obj + 0001:000559d0 CopyUpReturn 100569d0 libvcruntime:memcpy.obj + 0001:000559d0 CopyUpReturn 100569d0 libvcruntime:memmove.obj + 0001:000559e0 XmmCopyUnaligned 100569e0 libvcruntime:memcpy.obj + 0001:000559e0 XmmCopyUnaligned 100569e0 libvcruntime:memmove.obj + 0001:000559f3 XmmAlignByte 100569f3 libvcruntime:memcpy.obj + 0001:000559f3 XmmAlignByte 100569f3 libvcruntime:memmove.obj + 0001:000559fc XmmAlignDwordTest 100569fc libvcruntime:memcpy.obj + 0001:000559fc XmmAlignDwordTest 100569fc libvcruntime:memmove.obj + 0001:00055a01 XmmAlignDwordLoop 10056a01 libvcruntime:memcpy.obj + 0001:00055a01 XmmAlignDwordLoop 10056a01 libvcruntime:memmove.obj + 0001:00055a0e XmmAlignAdjustCnt 10056a0e libvcruntime:memcpy.obj + 0001:00055a0e XmmAlignAdjustCnt 10056a0e libvcruntime:memmove.obj + 0001:00055a83 ?FindMITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PAXPBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@H2@Z 10056a83 f libvcruntime:rtti.obj + 0001:00055b6c ?FindSITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@1@Z 10056b6c f libvcruntime:rtti.obj + 0001:00055c55 ?FindVITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PAXPBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@H2@Z 10056c55 f libvcruntime:rtti.obj + 0001:00055dbd ?PMDtoOffset@@YAHPAXABUPMD@@@Z 10056dbd f libvcruntime:rtti.obj + 0001:00055de1 ?TypeidsEqual@@YA_NQBUTypeDescriptor@@0@Z 10056de1 f libvcruntime:rtti.obj + 0001:00055ffb ?@@?1??__std_type_info_name@@YAPBDPAU__std_type_info_data@@PAU__type_info_node@@@Z@SA@I@Z 10056ffb f libvcruntime:std_type_info.obj + 0001:00056004 ?@@?1??__std_type_info_name@@YAPBDPAU__std_type_info_data@@PAU__type_info_node@@@Z@SA@QAX@Z 10057004 f libvcruntime:std_type_info.obj + 0001:00056130 $$000000 10057130 libvcruntime:memset.obj + 0001:00056175 XMMMov 10057175 libvcruntime:memset.obj + 0001:000561b0 LargeRangeBytes 100571b0 libvcruntime:memset.obj + 0001:000561ed XmmMovSmall 100571ed libvcruntime:memset.obj + 0001:00056200 XmmSmallLoop 10057200 libvcruntime:memset.obj + 0001:00056205 MidRangeBytes 10057205 libvcruntime:memset.obj + 0001:00056221 XMMTrailingBytes 10057221 libvcruntime:memset.obj + 0001:00056235 SmallMov 10057235 libvcruntime:memset.obj + 0001:0005623d ByteLoop 1005723d libvcruntime:memset.obj + 0001:0005624b DwordTest 1005724b libvcruntime:memset.obj + 0001:0005625b QwordTest 1005725b libvcruntime:memset.obj + 0001:00056270 QwordLoop 10057270 libvcruntime:memset.obj + 0001:00056283 toend 10057283 libvcruntime:memset.obj + 0001:00056290 $$000000 10057290 libvcruntime:strstr.obj + 0001:000562d3 strstr_sse_safeloop 100572d3 libvcruntime:strstr.obj + 0001:000562fa strstr_sse_search 100572fa libvcruntime:strstr.obj + 0001:000562fa strstr_sse_unsafe 100572fa libvcruntime:strstr.obj + 0001:000562fe strstr_sse_srchloop 100572fe libvcruntime:strstr.obj + 0001:00056334 strstr_sse_srchchar 10057334 libvcruntime:strstr.obj + 0001:0005634b strstr_sse_cmploop 1005734b libvcruntime:strstr.obj + 0001:00056386 strstr_sse_cmpchars 10057386 libvcruntime:strstr.obj + 0001:0005638d strstr_sse_cmpunsafe 1005738d libvcruntime:strstr.obj + 0001:000563a4 strstr_sse_match 100573a4 libvcruntime:strstr.obj + 0001:000563a9 strstr_sse_not_found 100573a9 libvcruntime:strstr.obj + 0001:000563ab strstr_sse_exit 100573ab libvcruntime:strstr.obj + 0001:000563af strstr_sttni 100573af libvcruntime:strstr.obj + 0001:000563cb strstr_sttni_setchars 100573cb libvcruntime:strstr.obj + 0001:000563d0 strstr_sttni_setloopchar 100573d0 libvcruntime:strstr.obj + 0001:000563d6 strstr_sttni_setloopnochar 100573d6 libvcruntime:strstr.obj + 0001:000563ea strstr_sttni_srchnext 100573ea libvcruntime:strstr.obj + 0001:000563ed strstr_sttni_srch 100573ed libvcruntime:strstr.obj + 0001:000563f1 strstr_sttni_srchloop 100573f1 libvcruntime:strstr.obj + 0001:00056410 strstr_sttni_srchxmm 10057410 libvcruntime:strstr.obj + 0001:00056423 strstr_sttni_srchcheck 10057423 libvcruntime:strstr.obj + 0001:00056427 strstr_sttni_cmploop 10057427 libvcruntime:strstr.obj + 0001:0005645f strstr_sttni_cmpchar 1005745f libvcruntime:strstr.obj + 0001:0005647a strstr_no_sse 1005747a libvcruntime:strstr.obj + 0001:0005648d findnext 1005748d libvcruntime:strstr.obj + 0001:000564a0 loop_start 100574a0 libvcruntime:strstr.obj + 0001:000564a5 in_loop 100574a5 libvcruntime:strstr.obj + 0001:000564ad not_found 100574ad libvcruntime:strstr.obj + 0001:000564b3 first_char_found 100574b3 libvcruntime:strstr.obj + 0001:000564bc two_first_chars_equal 100574bc libvcruntime:strstr.obj + 0001:000564bf compare_loop 100574bf libvcruntime:strstr.obj + 0001:000564e2 strchr_call 100574e2 libvcruntime:strstr.obj + 0001:000564ee match 100574ee libvcruntime:strstr.obj + 0001:000564f5 empty_str2 100574f5 libvcruntime:strstr.obj + 0001:00056500 $$000000 10057500 libvcruntime:memchr.obj + 0001:0005651b str_misaligned 1005751b libvcruntime:memchr.obj + 0001:00056531 main_loop_start 10057531 libvcruntime:memchr.obj + 0001:00056547 return_from_main 10057547 libvcruntime:memchr.obj + 0001:00056548 tail_less_then_4 10057548 libvcruntime:memchr.obj + 0001:0005654d tail_loop 1005754d libvcruntime:memchr.obj + 0001:0005655b retnull 1005755b libvcruntime:memchr.obj + 0001:0005655d main_loop 1005755d libvcruntime:memchr.obj + 0001:00056562 main_loop_entry 10057562 libvcruntime:memchr.obj + 0001:0005657d char_is_found 1005757d libvcruntime:memchr.obj + 0001:00056595 byte_3 10057595 libvcruntime:memchr.obj + 0001:00056596 found 10057596 libvcruntime:memchr.obj + 0001:0005659b byte_2 1005759b libvcruntime:memchr.obj + 0001:000565a1 byte_1 100575a1 libvcruntime:memchr.obj + 0001:000565a7 byte_0 100575a7 libvcruntime:memchr.obj + 0001:00056720 _ValidateLocalCookies 10057720 f libvcruntime:chandler4.obj + 0001:000568be ??$BuildCatchObjectHelperInternal@V__FrameHandler3@@@@YAHPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 100578be f libvcruntime:frame.obj + 0001:000569fc ??$BuildCatchObjectInternal@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 100579fc f libvcruntime:frame.obj + 0001:00056a95 ??$CatchIt@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@PBU_s_HandlerType@@PBU_s_CatchableType@@PBU_s_TryBlockMapEntry@@H1EE@Z 10057a95 f libvcruntime:frame.obj + 0001:00056b15 ??$FindHandler@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@EH1@Z 10057b15 f libvcruntime:frame.obj + 0001:00056eba ??$FindHandlerForForeignException@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@HH1@Z 10057eba f libvcruntime:frame.obj + 0001:00057189 ?CallCatchBlock@@YAPAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PBU_s_FuncInfo@@PAXHK@Z 10058189 f libvcruntime:frame.obj + 0001:00057358 ?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 10058358 f libvcruntime:frame.obj + 0001:00057378 __catch$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z$0 10058378 f libvcruntime:frame.obj + 0001:00057397 ?ExFilterRethrow@@YAHPAU_EXCEPTION_POINTERS@@@Z 10058397 f libvcruntime:frame.obj + 0001:000574e1 ?IsInExceptionSpec@@YAEPAUEHExceptionRecord@@PBU_s_ESTypeList@@@Z 100584e1 f libvcruntime:frame.obj + 0001:000575b0 $$000000 100585b0 libvcruntime:lowhelpr.obj + 0001:000575ef _NLG_Continue 100585ef libvcruntime:lowhelpr.obj + 0001:000577f0 ??$get_encoding@M@@YA?A_P_K@Z 100587f0 f libvcruntime:undname.obj + 0001:00057850 ??$get_encoding@N@@YA?A_P_K@Z 10058850 f libvcruntime:undname.obj + 0001:00057b85 ??1TrackRecursion@?1??getDecoratedName@UnDecorator@@CA?AVDName@@XZ@QAE@XZ 10058b85 f libvcruntime:undname.obj + 0001:000597c1 $LN197 1005a7c1 libvcruntime:undname.obj + 0001:000597e5 $LN196 1005a7e5 libvcruntime:undname.obj + 0001:000597f9 $LN198 1005a7f9 libvcruntime:undname.obj + 0001:0005a6fd $LN40 1005b6fd libvcruntime:undname.obj + 0001:0005b895 $LN400 1005c895 libvcruntime:undname.obj + 0001:0005b8a1 $LN399 1005c8a1 libvcruntime:undname.obj + 0001:0005b8b9 $LN402 1005c8b9 libvcruntime:undname.obj + 0001:0005b8d5 $LN401 1005c8d5 libvcruntime:undname.obj + 0001:0005b8ed $LN404 1005c8ed libvcruntime:undname.obj + 0001:0005b8fd $LN403 1005c8fd libvcruntime:undname.obj + 0001:0005ce69 $LN88 1005de69 libvcruntime:undname.obj + 0001:0005ce89 $LN87 1005de89 libvcruntime:undname.obj + 0001:0005d312 $LN145 1005e312 libvcruntime:undname.obj + 0001:0005dc79 ?und_memcpy@@YAXPADPBDI@Z 1005ec79 f libvcruntime:undname.obj + 0001:0005dc9a ?und_strncmp@@YAIPBD0I@Z 1005ec9a f libvcruntime:undname.obj + 0001:0005dd90 $$000000 1005ed90 libvcruntime:strchr.obj + 0001:0005ddc3 strchr_sse_loop 1005edc3 libvcruntime:strchr.obj + 0001:0005dde7 strchr_sse_break 1005ede7 libvcruntime:strchr.obj + 0001:0005ddf8 strchr_no_sse2 1005edf8 libvcruntime:strchr.obj + 0001:0005de10 str_misaligned 1005ee10 libvcruntime:strchr.obj + 0001:0005de25 main_loop_start 1005ee25 libvcruntime:strchr.obj + 0001:0005de30 main_loop 1005ee30 libvcruntime:strchr.obj + 0001:0005de6c retnull 1005ee6c libvcruntime:strchr.obj + 0001:0005de6e retnull_bx 1005ee6e libvcruntime:strchr.obj + 0001:0005de72 found_bx 1005ee72 libvcruntime:strchr.obj + 0001:0005de77 chr_is_found 1005ee77 libvcruntime:strchr.obj + 0001:0005de9f byte_3 1005ee9f libvcruntime:strchr.obj + 0001:0005dea6 byte_2 1005eea6 libvcruntime:strchr.obj + 0001:0005dead byte_1 1005eead libvcruntime:strchr.obj + 0001:0005deb4 byte_0 1005eeb4 libvcruntime:strchr.obj + 0001:0005debb ?try_get_function@@YAPAXW4function_id@?A0x14174aea@@QBDQBW4module_id@2@2@Z 1005eebb f libvcruntime:winapi_downlevel.obj + 0001:0005df5b ?try_load_library_from_system_directory@@YAPAUHINSTANCE__@@QB_W@Z 1005ef5b f libvcruntime:winapi_downlevel.obj + 0001:0005e0e0 $$000000 1005f0e0 libvcruntime:exsup4.obj + 0001:0005e112 _lu_top 1005f112 libvcruntime:exsup4.obj + 0001:0005e171 _lu_done 1005f171 libvcruntime:exsup4.obj + 0001:0005e180 $$000000 1005f180 libvcruntime:exsup4.obj + 0001:0005e180 __unwind_handler4 1005f180 f libvcruntime:exsup4.obj + 0001:0005e1d0 $$000000 1005f1d0 libvcruntime:exsup4.obj + 0001:0005e1f0 $$000000 1005f1f0 libvcruntime:exsup4.obj + 0001:0005e210 $$000000 1005f210 libvcruntime:exsup4.obj + 0001:0005e225 ReturnPoint 1005f225 libvcruntime:exsup4.obj + 0001:0005e230 $$000000 1005f230 libvcruntime:exsup4.obj + 0001:0005e290 $$000000 1005f290 libvcruntime:exsup.obj + 0001:0005e2a0 $$000000 1005f2a0 libvcruntime:exsup.obj + 0001:0005e2ab __NLG_Go 1005f2ab libvcruntime:exsup.obj + 0001:0005e2c0 $$000000 1005f2c0 libvcruntime:exsup.obj + 0001:0005e857 ?_fclose_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005f857 f libucrt:fclose.obj + 0001:0005e8ee ?_fclose_nolock_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005f8ee f libucrt:fclose.obj + 0001:0005e9ac ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1005f9ac f libucrt:fflush.obj + 0001:0005ea38 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1005fa38 f libucrt:fflush.obj + 0001:0005eae4 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1005fae4 f libucrt:fflush.obj + 0001:0005eb44 ?common_flush_all@@YAH_N@Z 1005fb44 f libucrt:fflush.obj + 0001:0005eb91 ?common_flush_all_should_try_to_flush_stream@@YA_NV__crt_stdio_stream@@QAH@Z 1005fb91 f libucrt:fflush.obj + 0001:0005ebc2 ?is_stream_flushable_or_commitable@@YA_NJ@Z 1005fbc2 f libucrt:fflush.obj + 0001:0005eebf ?_fputc_internal@@YAHHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005febf f libucrt:fputc.obj + 0001:0005f2e7 _memcpy_s 100602e7 f libucrt:cfout.obj + 0001:0005f2e7 _memcpy_s 100602e7 f libucrt:strtod.obj + 0001:0005f2e7 _memcpy_s 100602e7 f libucrt:mbctype.obj + 0001:0005f2e7 _memcpy_s 100602e7 f libucrt:fread.obj + 0001:0005f41d ?common_fseek@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 1006041d f libucrt:fseek.obj + 0001:0005f4c7 ?common_fseek_binary_mode_read_only_fast_track_nolock@@YA_NV__crt_stdio_stream@@_JH@Z 100604c7 f libucrt:fseek.obj + 0001:0005f5a0 ?common_fseek_nolock@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 100605a0 f libucrt:fseek.obj + 0001:0005f700 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@I@@QAEI$$QAV@@AAV@@$$QAV@@@Z 10060700 f libucrt:fwrite.obj + 0001:0005f75b ??R@@QBEIXZ 1006075b f libucrt:fwrite.obj + 0001:0005f9ff ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100609ff f libucrt:setvbuf.obj + 0001:0005fa5a ??R@@QBE@XZ 10060a5a f libucrt:setvbuf.obj + 0001:0005fafa ?_setvbuf_internal@@YAHQAU_iobuf@@QADHIAAV__crt_cached_ptd_host@@@Z 10060afa f libucrt:setvbuf.obj + 0001:0005fb90 ?set_buffer@@YAHV__crt_stdio_stream@@QADIH@Z 10060b90 f libucrt:setvbuf.obj + 0001:00060035 ??$common_vsprintf@Vformat_validation_base@__crt_stdio_output@@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 10061035 f libucrt:output.obj + 0001:000601a9 ??$common_vsprintf@Vstandard_base@__crt_stdio_output@@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 100611a9 f libucrt:output.obj + 0001:0006031d ??$common_vsprintf_s@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 1006131d f libucrt:output.obj + 0001:000613ce $LN140 100623ce libucrt:output.obj + 0001:000616a2 $LN130 100626a2 libucrt:output.obj + 0001:00061bae $LN18 10062bae libucrt:output.obj + 0001:00061bc2 $LN17 10062bc2 libucrt:output.obj + 0001:00063030 ??$common_strtod_l@MD@@YAMQBDQAPADQAU__crt_locale_pointers@@@Z 10064030 f libucrt:strtod.obj + 0001:0006390c $LN32 1006490c libucrt:strtod.obj + 0001:00066250 $$000000 10067250 libucrt:strcspn.obj + 0001:000662a0 $$000000 100672a0 libucrt:strncmp.obj + 0001:00066318 ??$common_localtime_s@_J@@YAHQAUtm@@QB_J@Z 10067318 f libucrt:localtime.obj + 0001:00066b40 $$000000 10067b40 libucrt:sqrt_sse2_precise.obj + 0001:00066c40 $$000000 10067c40 libucrt:ceil_pentium4.obj + 0001:00066f70 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10067f70 f libucrt:per_thread_data.obj + 0001:00066fc2 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10067fc2 f libucrt:per_thread_data.obj + 0001:0006702d ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1006802d f libucrt:per_thread_data.obj + 0001:00067082 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10068082 f libucrt:per_thread_data.obj + 0001:000670dc ?construct_ptd@@YAXQAU__acrt_ptd@@QAPAU__crt_locale_data@@@Z 100680dc f libucrt:per_thread_data.obj + 0001:00067175 ?destroy_fls@@YGXPAX@Z 10068175 f libucrt:per_thread_data.obj + 0001:00067196 ?destroy_ptd@@YAXQAU__acrt_ptd@@@Z 10068196 f libucrt:per_thread_data.obj + 0001:00067263 ?replace_current_thread_locale_nolock@@YAXQAU__acrt_ptd@@QAU__crt_locale_data@@@Z 10068263 f libucrt:per_thread_data.obj + 0001:000675c5 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100685c5 f libucrt:wsetlocale.obj + 0001:00067612 ??$?RV@@AAV@@AAV@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@AAV@@@Z 10068612 f libucrt:wsetlocale.obj + 0001:00067657 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10068657 f libucrt:wsetlocale.obj + 0001:0006773f ??R@@QBE@XZ 1006873f f libucrt:wsetlocale.obj + 0001:000677a9 ??R@@QBE@XZ 100687a9 f libucrt:wsetlocale.obj + 0001:00067b5f __copytlocinfo_nolock 10068b5f f libucrt:wsetlocale.obj + 0001:00067b8e __expandlocale 10068b8e f libucrt:wsetlocale.obj + 0001:00068018 __wsetlocale_get_all 10069018 f libucrt:wsetlocale.obj + 0001:000681b3 __wsetlocale_nolock 100691b3 f libucrt:wsetlocale.obj + 0001:000684a3 __wsetlocale_set_cat 100694a3 f libucrt:wsetlocale.obj + 0001:00068863 _get_default_code_page 10069863 f libucrt:wsetlocale.obj + 0001:00068892 _parse_bcp47 10069892 f libucrt:wsetlocale.obj + 0001:00068a6c _parse_bcp47_code_page 10069a6c f libucrt:wsetlocale.obj + 0001:00068aab _parse_bcp47_language 10069aab f libucrt:wsetlocale.obj + 0001:00068b1d _parse_bcp47_region 10069b1d f libucrt:wsetlocale.obj + 0001:00068bdb _parse_bcp47_script 10069bdb f libucrt:wsetlocale.obj + 0001:00068c4b _string_is_alpha 10069c4b f libucrt:wsetlocale.obj + 0001:00068d21 ?@@@CG@PA_W@Z 10069d21 f libucrt:winapi_thunks.obj + 0001:00068d2e ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 10069d2e f libucrt:winapi_thunks.obj + 0001:00068dc9 ??R@@QBE@PA_W@Z 10069dc9 f libucrt:winapi_thunks.obj + 0001:00068dfc ?try_get_AreFileApisANSI@@YAP6GHXZXZ 10069dfc f libucrt:winapi_thunks.obj + 0001:00068e16 ?try_get_CompareStringEx@@YAP6GHPB_WK0H0HPAU_nlsversioninfo@@PAXJ@ZXZ 10069e16 f libucrt:winapi_thunks.obj + 0001:00068e30 ?try_get_EnumSystemLocalesEx@@YAP6GHP6GHPA_WKJ@ZKJPAX@ZXZ 10069e30 f libucrt:winapi_thunks.obj + 0001:00068e4a ?try_get_GetDateFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH0@ZXZ 10069e4a f libucrt:winapi_thunks.obj + 0001:00068e64 ?try_get_GetLocaleInfoEx@@YAP6GHPB_WKPA_WH@ZXZ 10069e64 f libucrt:winapi_thunks.obj + 0001:00068e7e ?try_get_GetTimeFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH@ZXZ 10069e7e f libucrt:winapi_thunks.obj + 0001:00068e98 ?try_get_GetUserDefaultLocaleName@@YAP6GHPA_WH@ZXZ 10069e98 f libucrt:winapi_thunks.obj + 0001:00068eb2 ?try_get_IsValidLocaleName@@YAP6GHPB_W@ZXZ 10069eb2 f libucrt:winapi_thunks.obj + 0001:00068ecc ?try_get_LCIDToLocaleName@@YAP6GHKPA_WHK@ZXZ 10069ecc f libucrt:winapi_thunks.obj + 0001:00068ee6 ?try_get_LCMapStringEx@@YAP6GHPB_WK0HPA_WHPAU_nlsversioninfo@@PAXJ@ZXZ 10069ee6 f libucrt:winapi_thunks.obj + 0001:00068f00 ?try_get_LocaleNameToLCID@@YAP6GKPB_WK@ZXZ 10069f00 f libucrt:winapi_thunks.obj + 0001:00068f1a ?try_get_first_available_module@@YAPAUHINSTANCE__@@QBW4module_id@?A0x391cf84c@@0@Z 10069f1a f libucrt:winapi_thunks.obj + 0001:00068fe5 ?try_get_function@@YAPAXW4function_id@?A0x391cf84c@@QBDQBW4module_id@2@2@Z 10069fe5 f libucrt:winapi_thunks.obj + 0001:00069657 ?initialize_inherited_file_handles_nolock@@YAXXZ 1006a657 f libucrt:ioinit.obj + 0001:0006970d ?initialize_stdio_handles_nolock@@YAXXZ 1006a70d f libucrt:ioinit.obj + 0001:00069870 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1006a870 f libucrt:close.obj + 0001:00069b18 ?find_or_allocate_unused_stream_nolock@@YA?AV__crt_stdio_stream@@XZ 1006ab18 f libucrt:stream.obj + 0001:00069c91 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1006ac91 f libucrt:commit.obj + 0001:00069db0 ?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 1006adb0 f libucrt:write.obj + 0001:0006a177 ?write_double_translated_unicode_nolock@@YA?AUwrite_result@?A0x17268360@@QBDI@Z 1006b177 f libucrt:write.obj + 0001:0006a1df ?write_requires_double_translation_nolock@@YA_NHAAV__crt_cached_ptd_host@@@Z 1006b1df f libucrt:write.obj + 0001:0006a25c ?write_text_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 1006b25c f libucrt:write.obj + 0001:0006a337 ?write_text_utf16le_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 1006b337 f libucrt:write.obj + 0001:0006a420 ?write_text_utf8_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 1006b420 f libucrt:write.obj + 0001:0006a8b6 ??$common_refill_and_read_nolock@D@@YAHV__crt_stdio_stream@@@Z 1006b8b6 f libucrt:_filbuf.obj + 0001:0006aa50 ??$common_ftell@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006ba50 f libucrt:ftell.obj + 0001:0006aadf ??$common_ftell_nolock@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006badf f libucrt:ftell.obj + 0001:0006ac80 ?common_ftell_read_mode_nolock@@YA_JV__crt_stdio_stream@@_J1AAV__crt_cached_ptd_host@@@Z 1006bc80 f libucrt:ftell.obj + 0001:0006ae4b ?common_ftell_translated_utf8_nolock@@YA_JV__crt_stdio_stream@@_JAAV__crt_cached_ptd_host@@@Z 1006be4b f libucrt:ftell.obj + 0001:0006aff6 ?count_newline_bytes@@YA_JQBD0W4__crt_lowio_text_mode@@@Z 1006bff6 f libucrt:ftell.obj + 0001:0006b088 ??$common_flush_and_write_nolock@D@@YAHHV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006c088 f libucrt:_flsbuf.obj + 0001:0006b17e ??$write_buffer_nolock@D@@YA_NDV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006c17e f libucrt:_flsbuf.obj + 0001:0006b250 ?stream_is_at_end_of_file_nolock@@YA_NV__crt_stdio_stream@@@Z 1006c250 f libucrt:_flsbuf.obj + 0001:0006b2e0 ??$translate_text_mode_nolock@D@@YAHHQADI@Z 1006c2e0 f libucrt:read.obj + 0001:0006b42d ??$translate_text_mode_nolock@_W@@YAHHQA_WI@Z 1006c42d f libucrt:read.obj + 0001:0006b5e7 ?translate_ansi_or_utf8_nolock@@YAHHQADIQA_WI@Z 1006c5e7 f libucrt:read.obj + 0001:0006b73e ?translate_utf16_from_console_nolock@@YAHHQA_WI@Z 1006c73e f libucrt:read.obj + 0001:0006bc60 ??$common_lseek@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 1006cc60 f libucrt:lseek.obj + 0001:0006bd85 ??$common_lseek_nolock@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 1006cd85 f libucrt:lseek.obj + 0001:0006c095 ?filter_mbtowcs_flags@@YAKIK@Z 1006d095 f libucrt:multibytetowidechar.obj + 0001:0006c574 ?fe_to_nearest@@YA_NQBN_KF@Z 1006d574 f libucrt:cvt.obj + 0001:0006c617 ?fp_format_a@@YAHQBNPADIQADIH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006d617 f libucrt:cvt.obj + 0001:0006c944 ?fp_format_e@@YAHQBNQADI1IH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006d944 f libucrt:cvt.obj + 0001:0006c9e8 ?fp_format_e_internal@@YAHQADIH_NIQAU_strflt@@1AAV__crt_cached_ptd_host@@@Z 1006d9e8 f libucrt:cvt.obj + 0001:0006cb3b ?fp_format_f@@YAHQBNQADI1IHW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006db3b f libucrt:cvt.obj + 0001:0006cbd1 ?fp_format_f_internal@@YAHQADIHQAU_strflt@@_NAAV__crt_cached_ptd_host@@@Z 1006dbd1 f libucrt:cvt.obj + 0001:0006ccbf ?fp_format_g@@YAHQBNQADI1IH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006dcbf f libucrt:cvt.obj + 0001:0006cd8e ?fp_format_nan_or_infinity@@YAHW4__acrt_fp_class@@_NPADI1@Z 1006dd8e f libucrt:cvt.obj + 0001:0006ce23 ?shift_bytes@@YAXQADI0H@Z 1006de23 f libucrt:cvt.obj + 0001:0006ce57 ?should_round_up@@YA_NQBN_KFW4__acrt_rounding_mode@@@Z 1006de57 f libucrt:cvt.obj + 0001:0006dd0a ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1006ed0a f libucrt:exit.obj + 0001:0006dd72 ??R@@QBE@XZ 1006ed72 f libucrt:exit.obj + 0001:0006de5a ?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 1006ee5a f libucrt:exit.obj + 0001:0006def1 ?exit_or_terminate_process@@YAXI@Z 1006eef1 f libucrt:exit.obj + 0001:0006df22 ?is_managed_app@@YA_NXZ 1006ef22 f libucrt:exit.obj + 0001:0006df64 ?should_call_terminate_process@@YA_NXZ 1006ef64 f libucrt:exit.obj + 0001:0006df7d ?try_cor_exit_process@@YAXI@Z 1006ef7d f libucrt:exit.obj + 0001:0006e03a ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@P6AXH@Z@@QAEP6AXH@Z$$QAV@@AAV@@$$QAV@@@Z 1006f03a f libucrt:signal.obj + 0001:0006e0a2 ?get_global_action_nolock@@YAPAP6AXH@ZH@Z 1006f0a2 f libucrt:signal.obj + 0001:0006e0e4 ?siglookup@@YAPAU__crt_signal_action_t@@HQAU1@@Z 1006f0e4 f libucrt:signal.obj + 0001:0006e5fc ??$common_gmtime_s@_J@@YAHQAUtm@@QB_J@Z 1006f5fc f libucrt:gmtime.obj + 0001:0006e746 ?compute_year@@YAHAA_JAA_N@Z 1006f746 f libucrt:gmtime.obj + 0001:0006e80a ?_isindst_nolock@@YAHQAUtm@@@Z 1006f80a f libucrt:tzset.obj + 0001:0006ea24 ?cvtdate@@YAXW4transition_type@?A0x7639d0b4@@W4date_type@2@HHHHHHHHH@Z 1006fa24 f libucrt:tzset.obj + 0001:0006eb67 ?get_tz_environment_variable@@YAPA_WAAY0BAA@_W@Z 1006fb67 f libucrt:tzset.obj + 0001:0006ebde ?tzset_env_copy_to_tzname@@YAXQB_WQA_WQADI@Z 1006fbde f libucrt:tzset.obj + 0001:0006ec25 ?tzset_from_environment_nolock@@YAXPA_W@Z 1006fc25 f libucrt:tzset.obj + 0001:0006eeb7 ?tzset_from_system_nolock@@YAXXZ 1006feb7 f libucrt:tzset.obj + 0001:0006f011 ?tzset_nolock@@YAXXZ 10070011 f libucrt:tzset.obj + 0001:0006f087 ?tzset_os_copy_to_tzname@@YAXQB_WQA_WQADI@Z 10070087 f libucrt:tzset.obj + 0001:0006f17a ?filter_wcstomb_flags@@YAKIK@Z 1007017a f libucrt:widechartomultibyte.obj + 0001:0006f27f ?compute_iso_week@@YAHHHH@Z 1007027f f libucrt:wcsftime.obj + 0001:0006f2c8 ?compute_iso_week_internal@@YAHHHH@Z 100702c8 f libucrt:wcsftime.obj + 0001:0006f35d ?compute_iso_year@@YAHHHH@Z 1007035d f libucrt:wcsftime.obj + 0001:0006f388 ?expand_time@@YA_NPAU__crt_locale_pointers@@_WPBUtm@@PAPA_WPAIPBU__crt_lc_time_data@@_N@Z 10070388 f libucrt:wcsftime.obj + 0001:0006fd3c $LN191 10070d3c libucrt:wcsftime.obj + 0001:0006fd5c ?store_number@@YAXHHQAPA_WQAI_W@Z 10070d5c f libucrt:wcsftime.obj + 0001:0006fdf0 ?store_number_without_lead_zeroes@@YAXHQAPA_WQAI@Z 10070df0 f libucrt:wcsftime.obj + 0001:0006fe6a ?store_string@@YAXPB_WQAPA_WQAI@Z 10070e6a f libucrt:wcsftime.obj + 0001:0006fe9d ?store_winword@@YA_NQAU__crt_locale_pointers@@HQBUtm@@QAPA_WQAIQBU__crt_lc_time_data@@@Z 10070e9d f libucrt:wcsftime.obj + 0001:00070bc5 ?__acrt_LCMapStringA_stat@@YAHPAU__crt_locale_pointers@@PB_WKPBDHPADHHH@Z 10071bc5 f libucrt:lcmapstringa.obj + 0001:00071000 $$000000 10072000 libucrt:sqrt.obj + 0001:000710e0 $$000000 100720e0 libucrt:_strnicm.obj + 0001:000714db ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100724db f libucrt:mbctype.obj + 0001:00071528 ??R@@QBE@XZ 10072528 f libucrt:mbctype.obj + 0001:000715ab ?CPtoLocaleName@@YAPB_WH@Z 100725ab f libucrt:mbctype.obj + 0001:000715e9 ?getSystemCP@@YAHH@Z 100725e9 f libucrt:mbctype.obj + 0001:0007165a ?setSBCS@@YAXPAU__crt_multibyte_data@@@Z 1007265a f libucrt:mbctype.obj + 0001:000716bd ?setSBUpLow@@YAXPAU__crt_multibyte_data@@@Z 100726bd f libucrt:mbctype.obj + 0001:00071862 ?setmbcp_internal@@YAHH_NQAU__acrt_ptd@@QAPAU__crt_multibyte_data@@@Z 10072862 f libucrt:mbctype.obj + 0001:000719b7 ?update_thread_multibyte_data_internal@@YAPAU__crt_multibyte_data@@QAU__acrt_ptd@@QAPAU1@@Z 100729b7 f libucrt:mbctype.obj + 0001:000729d0 ?free_crt_array_internal@@YAXQAPBXI@Z 100739d0 f libucrt:inittime.obj + 0001:000729f5 ?initialize_lc_time@@YA_NQAU__crt_lc_time_data@@QAU__crt_locale_data@@@Z 100739f5 f libucrt:inittime.obj + 0001:00072ea3 ??$common_tcsncat_s@_W@@YAHQA_WIQB_WI@Z 10073ea3 f libucrt:wcsncat_s.obj + 0001:00072f96 ??$common_tcsncpy_s@_W@@YAHQA_WIQB_WI@Z 10073f96 f libucrt:wcsncpy_s.obj + 0001:00073217 _GetLocaleNameFromDefault 10074217 f libucrt:get_qualified_locale.obj + 0001:0007329e _GetLocaleNameFromLangCountry 1007429e f libucrt:get_qualified_locale.obj + 0001:00073337 _GetLocaleNameFromLanguage 10074337 f libucrt:get_qualified_locale.obj + 0001:00073390 _GetPrimaryLen 10074390 f libucrt:get_qualified_locale.obj + 0001:000733c4 _LangCountryEnumProcEx@12 100743c4 f libucrt:get_qualified_locale.obj + 0001:000736a5 _LanguageEnumProcEx@12 100746a5 f libucrt:get_qualified_locale.obj + 0001:00073764 _ProcessCodePage 10074764 f libucrt:get_qualified_locale.obj + 0001:00073854 _TestDefaultCountry 10074854 f libucrt:get_qualified_locale.obj + 0001:000738a1 _TranslateName 100748a1 f libucrt:get_qualified_locale.obj + 0001:00073b13 _CountryEnumProc@4 10074b13 f libucrt:getqloc_downlevel.obj + 0001:00073bba _GetLcidFromCountry 10074bba f libucrt:getqloc_downlevel.obj + 0001:00073c05 _GetLcidFromLangCountry 10074c05 f libucrt:getqloc_downlevel.obj + 0001:00073ca0 _GetLcidFromLanguage 10074ca0 f libucrt:getqloc_downlevel.obj + 0001:00073cff _GetPrimaryLen 10074cff f libucrt:getqloc_downlevel.obj + 0001:00073d2b _LangCountryEnumProc@4 10074d2b f libucrt:getqloc_downlevel.obj + 0001:00073f7e _LanguageEnumProc@4 10074f7e f libucrt:getqloc_downlevel.obj + 0001:00074053 _LcidFromHexString 10075053 f libucrt:getqloc_downlevel.obj + 0001:000740a7 _ProcessCodePage 100750a7 f libucrt:getqloc_downlevel.obj + 0001:00074188 _TestDefaultCountry 10075188 f libucrt:getqloc_downlevel.obj + 0001:000741ad _TestDefaultLanguage 100751ad f libucrt:getqloc_downlevel.obj + 0001:00074222 _TranslateName 10075222 f libucrt:getqloc_downlevel.obj + 0001:00074527 ?GetTableIndexFromLocaleName@@YAHPB_W@Z 10075527 f libucrt:lcidtoname_downlevel.obj + 0001:00074af7 ??R@@QBEIPBD@Z 10075af7 f libucrt:mbrtowc.obj + 0001:00074ca0 ?check_trailing@@YA_NPBDW4__acrt_has_trailing_digits@@@Z 10075ca0 f libucrt:_fptostr.obj + 0001:00074cc3 ?should_round_up@@YA_NQBD0HW4__acrt_has_trailing_digits@@W4__acrt_rounding_mode@@@Z 10075cc3 f libucrt:_fptostr.obj + 0001:0007659e ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1007759e f libucrt:onexit.obj + 0001:000765f9 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100775f9 f libucrt:onexit.obj + 0001:00076654 ??R@@QBE@XZ 10077654 f libucrt:onexit.obj + 0001:00076756 ??R@@QBE@XZ 10077756 f libucrt:onexit.obj + 0001:0007691e ?to_abstract_control@@YA?AW4__acrt_fenv_abstract_control@@W4__acrt_fenv_machine_sse_control@@@Z 1007791e f libucrt:_fenvutils.obj + 0001:000769ce ?to_abstract_control@@YA?AW4__acrt_fenv_abstract_control@@W4__acrt_fenv_machine_x87_control@@@Z 100779ce f libucrt:_fenvutils.obj + 0001:00076a7b ?to_machine_sse_control@@YA?AW4__acrt_fenv_machine_sse_control@@W4__acrt_fenv_abstract_control@@@Z 10077a7b f libucrt:_fenvutils.obj + 0001:00076b31 ?to_machine_x87_control@@YA?AW4__acrt_fenv_machine_x87_control@@W4__acrt_fenv_abstract_control@@@Z 10077b31 f libucrt:_fenvutils.obj + 0001:00076eaa ??$common_getenv_nolock@_W@@YAPA_WQB_W@Z 10077eaa f libucrt:getenv.obj + 0001:00076f2e ??$common_getenv_s@_W@@YAHQAIQA_WIQB_W@Z 10077f2e f libucrt:getenv.obj + 0001:00076f8d ??$common_getenv_s_nolock@_W@@YAHQAIQA_WIQB_W@Z 10077f8d f libucrt:getenv.obj + 0001:000771e0 $$000000 100781e0 libucrt:common.obj + 0001:00077370 $$000000 10078370 libucrt:sqrt_impl.obj + 0001:00077435 ?initialize_multibyte@@YAHXZ 10078435 f libucrt:multibyte_initializer.obj + 0001:00077444 ?InternalGetLocaleInfoA@@YAHQAU__crt_locale_pointers@@QB_WKQADH@Z 10078444 f libucrt:getlocaleinfoa.obj + 0001:000776d3 ??$common_xtox@K_W@@YAHKQA_WII_N@Z 100786d3 f libucrt:xtoa.obj + 0001:0007778f ??$common_xtox_s@K_W@@YAHKQA_WII_N@Z 1007878f f libucrt:xtoa.obj + 0001:00077b59 ?__dcrt_lowio_initialize_console_output@@YAXXZ 10078b59 f libucrt:initcon.obj + 0001:00077d20 $$000000 10078d20 libucrt:log10_impl.obj + 0001:00078000 ??$common_get_or_create_environment_nolock@_W@@YAPAPA_WXZ 10079000 f libucrt:environment_initialization.obj + 0001:0007802c ??$common_initialize_environment_nolock@D@@YAHXZ 1007902c f libucrt:environment_initialization.obj + 0001:00078086 ??$common_initialize_environment_nolock@_W@@YAHXZ 10079086 f libucrt:environment_initialization.obj + 0001:000780db ??$create_environment@D@@YAQAPADQAD@Z 100790db f libucrt:environment_initialization.obj + 0001:000781bd ??$create_environment@_W@@YAQAPA_WQA_W@Z 100791bd f libucrt:environment_initialization.obj + 0001:000782db ??$free_environment@D@@YAXQAPAD@Z 100792db f libucrt:environment_initialization.obj + 0001:000782db ??$free_environment@_W@@YAXQAPA_W@Z 100792db f libucrt:environment_initialization.obj + 0001:0007830a ??$initialize_environment_by_cloning_nolock@_W@@YAHXZ 1007930a f libucrt:environment_initialization.obj + 0001:0007838b ??$uninitialize_environment_internal@D@@YAXAAPAPAD@Z 1007938b f libucrt:environment_initialization.obj + 0001:000783a6 ??$uninitialize_environment_internal@_W@@YAXAAPAPA_W@Z 100793a6 f libucrt:environment_initialization.obj + 0001:000784f0 $$000000 100794f0 libucrt:genexcep.obj + 0001:00078550 $$000000 10079550 libucrt:87disp.obj + 0001:000787a4 ??$common_tcsncpy_s@D@@YAHQADIQBDI@Z 100797a4 f libucrt:strncpy_s.obj + 0001:00078866 ___hw_cw_sse2 10079866 f libucrt:ieee87.obj + 0001:00078cec __hw_cw 10079cec f libucrt:ieee87.obj + 0001:00078d90 $$000000 10079d90 libucrt:log10_pentium4.obj + 0001:00079020 $$000000 1007a020 libucrt:87tran.obj + 0001:00079327 ?find_end_of_double_null_terminated_sequence@@YAPB_WQB_W@Z 1007a327 f libucrt:get_environment_from_os.obj + 0001:0007944c ??$common_set_variable_in_environment_nolock@_W@@YAHQA_WH@Z 1007a44c f libucrt:setenv.obj + 0001:000796d7 ??$copy_environment@_W@@YAPAPA_WQAPA_W@Z 1007a6d7 f libucrt:setenv.obj + 0001:00079795 ??$ensure_current_environment_is_not_initial_environment_nolock@_W@@YAXXZ 1007a795 f libucrt:setenv.obj + 0001:000797af ??$find_in_environment_nolock@_W@@YAHQB_WI@Z 1007a7af f libucrt:setenv.obj + 0001:00079af3 ?_mbstowcs_internal@@YAHPAIPA_WIPBDIAAV__crt_cached_ptd_host@@@Z 1007aaf3 f libucrt:mbstowcs.obj + 0001:00079bcf ?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 1007abcf f libucrt:mbstowcs.obj + 0001:0007a47b _tidy_global 1007b47b f libcpmt:locale0.obj + 0001:0007a95a ??$_Xfiopen@D@?A0x6dc13635@@YAPAU_iobuf@@PBDHH@Z 1007b95a f libcpmt:fiopen.obj + 0001:0007a9fa ?swfun@std@@YAXAAVios_base@1@_J@Z 1007b9fa f libcpmt:iomanip.obj + 0001:0007acb0 ?initialize_pointers@@YAHXZ 1007bcb0 f libcpmt:winapisupp.obj + 0001:0007ad8d ?find_pe_section@@YAPAU_IMAGE_SECTION_HEADER@@QAEI@Z 1007bd8d f LIBCMT:utility.obj + 0001:0007b0f0 $$000000 1007c0f0 LIBCMT:llshl.obj + 0001:0007b100 MORE32 1007c100 LIBCMT:llshl.obj + 0001:0007b10a RETZERO 1007c10a LIBCMT:llshl.obj + 0001:0007b110 $$000000 1007c110 LIBCMT:ullshr.obj + 0001:0007b120 MORE32 1007c120 LIBCMT:ullshr.obj + 0001:0007b12a RETZERO 1007c12a LIBCMT:ullshr.obj + 0001:0007b210 $$000000 1007c210 LIBCMT:lldiv.obj + 0001:0007b231 L1 1007c231 LIBCMT:lldiv.obj + 0001:0007b24d L2 1007c24d LIBCMT:lldiv.obj + 0001:0007b269 L3 1007c269 LIBCMT:lldiv.obj + 0001:0007b277 L5 1007c277 LIBCMT:lldiv.obj + 0001:0007b2a5 L6 1007c2a5 LIBCMT:lldiv.obj + 0001:0007b2a6 L7 1007c2a6 LIBCMT:lldiv.obj + 0001:0007b2aa L4 1007c2aa LIBCMT:lldiv.obj + 0001:0007b2b4 L8 1007c2b4 LIBCMT:lldiv.obj + 0001:0007b2c0 $$000000 1007c2c0 LIBCMT:lldvrm.obj + 0001:0007b2e4 L1 1007c2e4 LIBCMT:lldvrm.obj + 0001:0007b300 L2 1007c300 LIBCMT:lldvrm.obj + 0001:0007b32c L3 1007c32c LIBCMT:lldvrm.obj + 0001:0007b33a L5 1007c33a LIBCMT:lldvrm.obj + 0001:0007b368 L6 1007c368 LIBCMT:lldvrm.obj + 0001:0007b371 L7 1007c371 LIBCMT:lldvrm.obj + 0001:0007b373 L4 1007c373 LIBCMT:lldvrm.obj + 0001:0007b385 L9 1007c385 LIBCMT:lldvrm.obj + 0001:0007b399 L8 1007c399 LIBCMT:lldvrm.obj + 0001:0007b3a0 $$000000 1007c3a0 LIBCMT:llmul.obj + 0001:0007b3b9 hard 1007c3b9 LIBCMT:llmul.obj + 0001:0007b3e0 $$000000 1007c3e0 LIBCMT:llrem.obj + 0001:0007b400 L1 1007c400 LIBCMT:llrem.obj + 0001:0007b41b L2 1007c41b LIBCMT:llrem.obj + 0001:0007b43a L3 1007c43a LIBCMT:llrem.obj + 0001:0007b448 L5 1007c448 LIBCMT:llrem.obj + 0001:0007b473 L6 1007c473 LIBCMT:llrem.obj + 0001:0007b47b L7 1007c47b LIBCMT:llrem.obj + 0001:0007b486 L4 1007c486 LIBCMT:llrem.obj + 0001:0007b48d L8 1007c48d LIBCMT:llrem.obj 0001:0007b4b0 $$000000 1007c4b0 LIBCMT:ftol3.obj - 0001:0007b4ca _ultod3_default 1007c4ca LIBCMT:ftol3.obj - 0001:0007b4f8 _ultod3_uint32 1007c4f8 LIBCMT:ftol3.obj - 0001:0007b500 $$000000 1007c500 LIBCMT:ftol3.obj - 0001:0007b51a _ltod3_default 1007c51a LIBCMT:ftol3.obj - 0001:0007b541 _ltod3_lt33 1007c541 LIBCMT:ftol3.obj - 0001:0007b542 ?dllmain_crt_dispatch@@YGHQAUHINSTANCE__@@KQAX@Z 1007c542 f LIBCMT:dll_dllmain.obj - 0001:0007b595 ?dllmain_crt_process_attach@@YAHQAUHINSTANCE__@@QAX@Z 1007c595 f LIBCMT:dll_dllmain.obj - 0001:0007b69c ?dllmain_crt_process_detach@@YAH_N@Z 1007c69c f LIBCMT:dll_dllmain.obj - 0001:0007b74c ?dllmain_dispatch@@YAHQAUHINSTANCE__@@KQAX@Z 1007c74c f LIBCMT:dll_dllmain.obj - 0001:0007b857 ?dllmain_raw@@YGHQAUHINSTANCE__@@KQAX@Z 1007c857 f LIBCMT:dll_dllmain.obj - 0001:0007b8b0 $$000000 1007c8b0 LIBCMT:sehprolg4.obj - 0001:0007bdf0 $$000000 1007cdf0 LIBCMT:ulldvrm.obj - 0001:0007be21 L1 1007ce21 LIBCMT:ulldvrm.obj - 0001:0007be2f L3 1007ce2f LIBCMT:ulldvrm.obj - 0001:0007be5d L4 1007ce5d LIBCMT:ulldvrm.obj - 0001:0007be66 L5 1007ce66 LIBCMT:ulldvrm.obj - 0001:0007be68 L2 1007ce68 LIBCMT:ulldvrm.obj - 0001:0007bfb0 $$000000 1007cfb0 LIBCMT:ulldiv.obj - 0001:0007bfd2 L1 1007cfd2 LIBCMT:ulldiv.obj - 0001:0007bfe0 L3 1007cfe0 LIBCMT:ulldiv.obj - 0001:0007c00e L4 1007d00e LIBCMT:ulldiv.obj - 0001:0007c00f L5 1007d00f LIBCMT:ulldiv.obj - 0001:0007c013 L2 1007d013 LIBCMT:ulldiv.obj - 0001:0007c020 $$000000 1007d020 LIBCMT:ullrem.obj - 0001:0007c041 L1 1007d041 LIBCMT:ullrem.obj - 0001:0007c04f L3 1007d04f LIBCMT:ullrem.obj - 0001:0007c07a L4 1007d07a LIBCMT:ullrem.obj - 0001:0007c082 L5 1007d082 LIBCMT:ullrem.obj - 0001:0007c091 L2 1007d091 LIBCMT:ullrem.obj - 0001:0007c2a0 $$000000 1007d2a0 LIBCMT:chkstk.obj - 0001:0007c2b4 cs10 1007d2b4 LIBCMT:chkstk.obj - 0001:0007c2c2 cs20 1007d2c2 LIBCMT:chkstk.obj - 0001:0007c2d0 $$000000 1007d2d0 LIBCMT:alloca16.obj - 0001:0007c2e6 alloca_8 1007d2e6 LIBCMT:alloca16.obj - 0001:0007c300 $$000000 1007d300 LIBCMT:ftol2.obj - 0001:0007c310 $$000000 1007d310 LIBCMT:ftol2.obj - 0001:0007c321 L3B 1007d321 LIBCMT:ftol2.obj - 0001:0007c364 L3F 1007d364 LIBCMT:ftol2.obj - 0001:0007c36c L40 1007d36c LIBCMT:ftol2.obj - 0001:0007c37f L41 1007d37f LIBCMT:ftol2.obj - 0001:0007c3b5 ___get_entropy 1007d3b5 f LIBCMT:gs_support.obj - 0001:0007dadc $LN1250 1007eadc libvcruntime:memcmp.obj - 0001:0007db60 $$000000 1007eb60 libvcruntime:strrchr.obj - 0001:0007db9d strrchr_sse_loop 1007eb9d libvcruntime:strrchr.obj - 0001:0007dbcd strrchr_sse_break 1007ebcd libvcruntime:strrchr.obj - 0001:0007dbed strrchr_sttni 1007ebed libvcruntime:strrchr.obj - 0001:0007dbff strrchr_sttni_chars 1007ebff libvcruntime:strrchr.obj - 0001:0007dc14 strrchr_sttni_aligned 1007ec14 libvcruntime:strrchr.obj - 0001:0007dc18 strrchr_sttni_xmm 1007ec18 libvcruntime:strrchr.obj - 0001:0007dc2b exit 1007ec2b libvcruntime:strrchr.obj - 0001:0007dc2e strrchr_zero 1007ec2e libvcruntime:strrchr.obj - 0001:0007dc53 strchr_zero_loop 1007ec53 libvcruntime:strrchr.obj - 0001:0007dc67 strchr_zero_result 1007ec67 libvcruntime:strrchr.obj - 0001:0007dc6e strrchr_no_sse 1007ec6e libvcruntime:strrchr.obj - 0001:0007dc91 returndi 1007ec91 libvcruntime:strrchr.obj - 0001:0007dc93 toend 1007ec93 libvcruntime:strrchr.obj - 0001:0007dd9d ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@PAD@@QAEPAD$$QAV@@AAV@@$$QAV@@@Z 1007ed9d f libucrt:setlocale.obj - 0001:0007ddf8 ??R@@QBEPADXZ 1007edf8 f libucrt:setlocale.obj - 0001:0007df57 _call_wsetlocale 1007ef57 f libucrt:setlocale.obj - 0001:0007e1a3 ??$common_fsopen@D@@YAPAU_iobuf@@QBD0H@Z 1007f1a3 f libucrt:fopen.obj - 0001:0007e265 ??$common_configure_argv@D@@YAHW4_crt_argv_mode@@@Z 1007f265 f libucrt:argv_parsing.obj - 0001:0007e3a2 ??$parse_command_line@D@@YAXPADPAPAD0PAI2@Z 1007f3a2 f libucrt:argv_parsing.obj - 0001:0007e570 _initialize_global_variables 1007f570 f libucrt:initialization.obj - 0001:0007e57d _initialize_c 1007f57d f libucrt:initialization.obj - 0001:0007e597 _uninitialize_environment 1007f597 f libucrt:initialization.obj - 0001:0007e59f _initialize_pointers 1007f59f f libucrt:initialization.obj - 0001:0007e5cd _uninitialize_vcruntime 1007f5cd f libucrt:initialization.obj - 0001:0007e5d6 _uninitialize_allocated_memory 1007f5d6 f libucrt:initialization.obj - 0001:0007e5ed _uninitialize_allocated_io_buffers 1007f5ed f libucrt:initialization.obj - 0001:0007e63d ??R@@QBE@AAPAU__crt_multibyte_data@@@Z 1007f63d f libucrt:initialization.obj - 0001:0007e6d2 ?_wcstombs_internal@@YAHPAIPADIPB_WIAAV__crt_cached_ptd_host@@@Z 1007f6d2 f libucrt:wcstombs.obj - 0001:0007e7a7 ?_wcstombs_l_helper@@YAIPADPB_WIAAV__crt_cached_ptd_host@@@Z 1007f7a7 f libucrt:wcstombs.obj - 0001:0007ecb6 ??$common_openfile@D@@YAPAU_iobuf@@QBD0HV__crt_stdio_stream@@@Z 1007fcb6 f libucrt:openfile.obj - 0001:0007ee58 ?@@@CAHPBX0@Z 1007fe58 f libucrt:argv_wildcards.obj - 0001:0007ef36 ??$common_expand_argv_wildcards@D@@YAHQAPADQAPAPAD@Z 1007ff36 f libucrt:argv_wildcards.obj - 0001:0007f0b3 ??$copy_and_add_argument_to_buffer@D@@YAHQBD0IAAV?$argument_list@D@?A0x5f5c8891@@@Z 100800b3 f libucrt:argv_wildcards.obj - 0001:0007f164 ??$expand_argument_wildcards@D@@YAHQAD0AAV?$argument_list@D@?A0x5f5c8891@@@Z 10080164 f libucrt:argv_wildcards.obj - 0001:0007f3e9 ??1?$argument_list@D@?A0x5f5c8891@@QAE@XZ 100803e9 f libucrt:argv_wildcards.obj - 0001:0007f44a ?expand_if_necessary@?$argument_list@D@?A0x5f5c8891@@AAEHXZ 1008044a f libucrt:argv_wildcards.obj - 0001:0007f57d ?x_ismbbtype_l@@YAHPAU__crt_locale_pointers@@IHH@Z 1008057d f libucrt:ismbbyte.obj - 0001:0007f7a6 ??$common_sopen_dispatch@D@@YAHQBDHHHQAHH@Z 100807a6 f libucrt:open.obj - 0001:0007f881 ?configure_text_mode@@YAHHUfile_options@?A0xa9d50aae@@HAAW4__crt_lowio_text_mode@@@Z 10080881 f libucrt:open.obj - 0001:0007fad7 ?create_file@@YAPAXQB_WQAU_SECURITY_ATTRIBUTES@@Ufile_options@?A0xa9d50aae@@@Z 10080ad7 f libucrt:open.obj - 0001:0007fafc ?decode_open_create_flags@@YAKH@Z 10080afc f libucrt:open.obj - 0001:0007fb6c ?decode_options@@YA?AUfile_options@?A0xa9d50aae@@HHH@Z 10080b6c f libucrt:open.obj - 0001:0007fce6 ?truncate_ctrl_z_if_present@@YAHH@Z 10080ce6 f libucrt:open.obj - 0001:00080640 $$000000 10081640 libucrt:strpbrk.obj - 0001:00080b80 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$0 10081b80 f logging.cpp.obj - 0001:00080b80 __unwindfunclet$??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z$0 10081b80 f main.cpp.obj - 0001:00080b88 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$2 10081b88 f logging.cpp.obj - 0001:00080b88 __unwindfunclet$??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z$2 10081b88 f main.cpp.obj - 0001:00080b97 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$1 10081b97 f logging.cpp.obj - 0001:00080b97 __unwindfunclet$??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z$1 10081b97 f main.cpp.obj - 0001:00080ba4 __ehhandler$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 10081ba4 f logging.cpp.obj - 0001:00080ba4 __ehhandler$??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 10081ba4 f main.cpp.obj - 0001:00080bd0 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$0 10081bd0 f logging.cpp.obj - 0001:00080bd8 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$2 10081bd8 f logging.cpp.obj - 0001:00080be7 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$1 10081be7 f logging.cpp.obj - 0001:00080bf4 __ehhandler$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 10081bf4 f logging.cpp.obj - 0001:00080c20 __unwindfunclet$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z$0 10081c20 f logging.cpp.obj - 0001:00080c3c __unwindfunclet$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z$2 10081c3c f logging.cpp.obj - 0001:00080c49 __ehhandler$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 10081c49 f logging.cpp.obj - 0001:00080c70 __ehhandler$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 10081c70 f logging.cpp.obj - 0001:00080c90 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$0 10081c90 f logging.cpp.obj - 0001:00080c98 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$1 10081c98 f logging.cpp.obj - 0001:00080ca3 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$2 10081ca3 f logging.cpp.obj - 0001:00080cae __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$3 10081cae f logging.cpp.obj - 0001:00080cb9 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$4 10081cb9 f logging.cpp.obj - 0001:00080cc4 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$5 10081cc4 f logging.cpp.obj - 0001:00080ccf __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$6 10081ccf f logging.cpp.obj - 0001:00080cdf __ehhandler$??0_Locinfo@std@@QAE@PBD@Z 10081cdf f logging.cpp.obj - 0001:00080d00 __unwindfunclet$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$5 10081d00 f logging.cpp.obj - 0001:00080d08 __unwindfunclet$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$6 10081d08 f logging.cpp.obj - 0001:00080d15 __ehhandler$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 10081d15 f logging.cpp.obj - 0001:00080d40 __unwindfunclet$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z$1 10081d40 f logging.cpp.obj - 0001:00080d40 __unwindfunclet$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z$0 10081d40 f main.cpp.obj - 0001:00080d40 __unwindfunclet$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z$0 10081d40 f spellcast.cpp.obj - 0001:00080d4d __ehhandler$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 10081d4d f logging.cpp.obj - 0001:00080d4d __ehhandler$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 10081d4d f main.cpp.obj - 0001:00080d4d __ehhandler$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 10081d4d f spellcast.cpp.obj - 0001:00080d80 __ehhandler$??1?$basic_filebuf@DU?$char_traits@D@std@@@std@@UAE@XZ 10081d80 f logging.cpp.obj - 0001:00080d80 __ehhandler$?try_cor_exit_process@@YAXI@Z 10081d80 f libucrt:exit.obj - 0001:00080d80 __ehhandler$?_Tidy@ios_base@std@@AAEXXZ 10081d80 f libcpmt:ios.obj - 0001:00080da0 __ehhandler$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 10081da0 f logging.cpp.obj - 0001:00080dc0 __ehhandler$??1_Locinfo@std@@QAE@XZ 10081dc0 f logging.cpp.obj - 0001:00080dc0 __ehhandler$??1?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@exception_detail@boost@@QAE@XZ 10081dc0 f main.cpp.obj - 0001:00080dc0 __ehhandler$??1_Init_atexit@@QAE@XZ 10081dc0 f libcpmt:iosptrs.obj - 0001:00080dc0 __ehhandler$___crtGetSystemTimePreciseAsFileTime 10081dc0 f libcpmt:winapisupp.obj - 0001:00080de0 __ehhandler$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 10081de0 f logging.cpp.obj - 0001:00080de0 __ehhandler$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 10081de0 f main.cpp.obj - 0001:00080de0 __ehhandler$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 10081de0 f main.cpp.obj - 0001:00080de0 __ehhandler$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 10081de0 f main.cpp.obj - 0001:00080de0 __ehhandler$??_GError@hadesmem@@UAEPAXI@Z 10081de0 f main.cpp.obj - 0001:00080e00 __ehhandler$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10081e00 f logging.cpp.obj - 0001:00080e00 __ehhandler$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10081e00 f logging.cpp.obj - 0001:00080e00 __ehhandler$??_Gios_base@std@@UAEPAXI@Z 10081e00 f logging.cpp.obj - 0001:00080e00 __ehhandler$??1bad_alloc_@exception_detail@boost@@UAE@XZ 10081e00 f main.cpp.obj - 0001:00080e00 __ehhandler$??1bad_exception_@exception_detail@boost@@UAE@XZ 10081e00 f main.cpp.obj - 0001:00080e00 __ehhandler$??1exception@boost@@MAE@XZ 10081e00 f main.cpp.obj - 0001:00080e00 __ehhandler$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 10081e00 f main.cpp.obj - 0001:00080e00 __ehhandler$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 10081e00 f main.cpp.obj - 0001:00080e00 __ehhandler$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 10081e00 f main.cpp.obj - 0001:00080e00 __ehhandler$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 10081e00 f main.cpp.obj - 0001:00080e00 __ehhandler$??_DError@hadesmem@@QAEXXZ 10081e00 f main.cpp.obj - 0001:00080e00 __ehhandler$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10081e00 f main.cpp.obj - 0001:00080e00 __ehhandler$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10081e00 f main.cpp.obj - 0001:00080e00 __ehhandler$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 10081e00 f main.cpp.obj - 0001:00080e00 __ehhandler$??_GCDataStore@Nampower@@UAEPAXI@Z 10081e00 f main.cpp.obj - 0001:00080e00 __ehhandler$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 10081e00 f main.cpp.obj - 0001:00080e00 __ehhandler$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 10081e00 f main.cpp.obj - 0001:00080e20 __unwindfunclet$??__EdebugLogFile@Nampower@@YAXXZ$0 10081e20 f logging.cpp.obj - 0001:00080e3b __unwindfunclet$??__EdebugLogFile@Nampower@@YAXXZ$1 10081e3b f logging.cpp.obj - 0001:00080e4a __ehhandler$??__EdebugLogFile@Nampower@@YAXXZ 10081e4a f logging.cpp.obj - 0001:00080e70 __ehhandler$??__FdebugLogFile@Nampower@@YAXXZ 10081e70 f logging.cpp.obj - 0001:00080e90 __unwindfunclet$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z$1 10081e90 f logging.cpp.obj - 0001:00080e9d __ehhandler$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 10081e9d f logging.cpp.obj - 0001:00080ec0 __unwindfunclet$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ$0 10081ec0 f logging.cpp.obj - 0001:00080ec0 __unwindfunclet$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10081ec0 f spellevents.cpp.obj - 0001:00080ecd __ehhandler$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 10081ecd f logging.cpp.obj - 0001:00080ecd __ehhandler$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10081ecd f spellevents.cpp.obj - 0001:00080f00 __ehhandler$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z 10081f00 f main.cpp.obj - 0001:00080f20 __ehhandler$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z 10081f20 f main.cpp.obj - 0001:00080f40 __unwindfunclet$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@?$shared_ptr@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@1@@Z$0 10081f40 f main.cpp.obj - 0001:00080f40 __unwindfunclet$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@?$shared_ptr@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@1@@Z$0 10081f40 f main.cpp.obj - 0001:00080f50 __ehhandler$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@?$shared_ptr@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@1@@Z 10081f50 f main.cpp.obj - 0001:00080f50 __ehhandler$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@?$shared_ptr@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@1@@Z 10081f50 f main.cpp.obj - 0001:00080f70 __ehhandler$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 10081f70 f main.cpp.obj - 0001:00080f90 __ehhandler$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 10081f90 f main.cpp.obj - 0001:00080fb0 __ehhandler$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 10081fb0 f main.cpp.obj - 0001:00080fd0 __unwindfunclet$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$2 10081fd0 f main.cpp.obj - 0001:00080fd8 __unwindfunclet$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$3 10081fd8 f main.cpp.obj - 0001:00080fe5 __ehhandler$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 10081fe5 f main.cpp.obj - 0001:00081010 __unwindfunclet$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z$2 10082010 f main.cpp.obj - 0001:0008101d __ehhandler$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 1008201d f main.cpp.obj - 0001:00081040 __unwindfunclet$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z$2 10082040 f main.cpp.obj - 0001:0008104d __ehhandler$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 1008204d f main.cpp.obj - 0001:00081070 __unwindfunclet$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z$2 10082070 f main.cpp.obj - 0001:0008107d __ehhandler$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 1008207d f main.cpp.obj - 0001:000810a0 __unwindfunclet$??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z$1 100820a0 f main.cpp.obj - 0001:000810a8 __unwindfunclet$??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z$2 100820a8 f main.cpp.obj - 0001:000810b0 __unwindfunclet$??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z$3 100820b0 f main.cpp.obj - 0001:000810b8 __unwindfunclet$??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z$4 100820b8 f main.cpp.obj - 0001:000810c8 __ehhandler$??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 100820c8 f main.cpp.obj - 0001:00081100 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$0 10082100 f main.cpp.obj - 0001:00081100 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$0 10082100 f main.cpp.obj - 0001:00081100 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$0 10082100 f main.cpp.obj - 0001:00081108 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$1 10082108 f main.cpp.obj - 0001:00081108 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$1 10082108 f main.cpp.obj - 0001:00081108 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$1 10082108 f main.cpp.obj - 0001:00081110 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$2 10082110 f main.cpp.obj - 0001:00081110 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$2 10082110 f main.cpp.obj - 0001:00081110 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$2 10082110 f main.cpp.obj - 0001:0008111d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 1008211d f main.cpp.obj - 0001:0008111d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 1008211d f main.cpp.obj - 0001:0008111d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 1008211d f main.cpp.obj - 0001:00081150 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$0 10082150 f main.cpp.obj - 0001:00081158 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$1 10082158 f main.cpp.obj - 0001:00081160 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$2 10082160 f main.cpp.obj - 0001:0008116d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 1008216d f main.cpp.obj - 0001:000811a0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$0 100821a0 f main.cpp.obj - 0001:000811a0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$0 100821a0 f main.cpp.obj - 0001:000811a0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$0 100821a0 f main.cpp.obj - 0001:000811a0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$0 100821a0 f main.cpp.obj - 0001:000811a0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$0 100821a0 f main.cpp.obj - 0001:000811a0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$0 100821a0 f main.cpp.obj - 0001:000811a0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$0 100821a0 f main.cpp.obj - 0001:000811a0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$0 100821a0 f main.cpp.obj - 0001:000811a8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$1 100821a8 f main.cpp.obj - 0001:000811a8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$1 100821a8 f main.cpp.obj - 0001:000811a8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$1 100821a8 f main.cpp.obj - 0001:000811a8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$1 100821a8 f main.cpp.obj - 0001:000811a8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$1 100821a8 f main.cpp.obj - 0001:000811a8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$1 100821a8 f main.cpp.obj - 0001:000811a8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$1 100821a8 f main.cpp.obj - 0001:000811a8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$1 100821a8 f main.cpp.obj - 0001:000811b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$2 100821b0 f main.cpp.obj - 0001:000811b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$2 100821b0 f main.cpp.obj - 0001:000811b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$2 100821b0 f main.cpp.obj - 0001:000811b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$2 100821b0 f main.cpp.obj - 0001:000811b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$2 100821b0 f main.cpp.obj - 0001:000811b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$2 100821b0 f main.cpp.obj - 0001:000811b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$2 100821b0 f main.cpp.obj - 0001:000811b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$2 100821b0 f main.cpp.obj - 0001:000811bd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 100821bd f main.cpp.obj - 0001:000811bd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 100821bd f main.cpp.obj - 0001:000811bd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 100821bd f main.cpp.obj - 0001:000811bd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 100821bd f main.cpp.obj - 0001:000811bd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 100821bd f main.cpp.obj - 0001:000811bd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 100821bd f main.cpp.obj - 0001:000811bd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 100821bd f main.cpp.obj - 0001:000811bd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 100821bd f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@2@PAIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@1@PAIPAVCDataStore@Nampower@@@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@IIIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@IIIPAVCDataStore@Nampower@@@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAUCTerrainClickEvent@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAUCTerrainClickEvent@game@@@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IH_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IH_K@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IW4SpellCastResult@game@@HH_N@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IW4SpellCastResult@game@@HH_N@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAUSpellCast@game@@D@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAUSpellCast@game@@D@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3PAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6PAVCDataStore@Nampower@@@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PA_K3IPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PA_K6IPAVCDataStore@Nampower@@@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_N3W4SpellCastResult@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_N6W4SpellCastResult@game@@@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAI3IM@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAI6IM@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAIIPAUCGItem_C@game@@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAIIPAUCGItem_C@game@@_K@Z$$QAPAX@Z$0 100821f0 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@2@PAIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@1@PAIPAVCDataStore@Nampower@@@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@IIIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@IIIPAVCDataStore@Nampower@@@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAUCTerrainClickEvent@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAUCTerrainClickEvent@game@@@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IH_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IH_K@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IW4SpellCastResult@game@@HH_N@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IW4SpellCastResult@game@@HH_N@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAUSpellCast@game@@D@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAUSpellCast@game@@D@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3PAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6PAVCDataStore@Nampower@@@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PA_K3IPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PA_K6IPAVCDataStore@Nampower@@@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_N3W4SpellCastResult@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_N6W4SpellCastResult@game@@@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAI3IM@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAI6IM@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:000811f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAIIPAUCGItem_C@game@@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAIIPAUCGItem_C@game@@_K@Z$$QAPAX@Z$1 100821f8 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@2@PAIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@1@PAIPAVCDataStore@Nampower@@@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@IIIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@IIIPAVCDataStore@Nampower@@@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAUCTerrainClickEvent@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAUCTerrainClickEvent@game@@@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IH_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IH_K@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IW4SpellCastResult@game@@HH_N@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IW4SpellCastResult@game@@HH_N@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAUSpellCast@game@@D@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAUSpellCast@game@@D@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3PAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6PAVCDataStore@Nampower@@@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PA_K3IPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PA_K6IPAVCDataStore@Nampower@@@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_N3W4SpellCastResult@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_N6W4SpellCastResult@game@@@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAI3IM@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAI6IM@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:00081200 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAIIPAUCGItem_C@game@@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAIIPAUCGItem_C@game@@_K@Z$$QAPAX@Z$2 10082200 f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@2@PAIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@1@PAIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@IIIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@IIIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAUCTerrainClickEvent@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAUCTerrainClickEvent@game@@@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IH_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IH_K@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IW4SpellCastResult@game@@HH_N@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IW4SpellCastResult@game@@HH_N@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAUSpellCast@game@@D@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAUSpellCast@game@@D@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3PAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6PAVCDataStore@Nampower@@@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PA_K3IPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PA_K6IPAVCDataStore@Nampower@@@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_N3W4SpellCastResult@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_N6W4SpellCastResult@game@@@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAI3IM@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAI6IM@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:0008120d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAIIPAUCGItem_C@game@@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAIIPAUCGItem_C@game@@_K@Z$$QAPAX@Z 1008220d f main.cpp.obj - 0001:00081240 __unwindfunclet$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z$2 10082240 f main.cpp.obj - 0001:0008124d __ehhandler$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 1008224d f main.cpp.obj - 0001:00081270 __unwindfunclet$??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z$0 10082270 f main.cpp.obj - 0001:00081278 __unwindfunclet$??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z$1 10082278 f main.cpp.obj - 0001:00081280 __unwindfunclet$??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z$2 10082280 f main.cpp.obj - 0001:00081288 __unwindfunclet$??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z$3 10082288 f main.cpp.obj - 0001:00081295 __ehhandler$??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z 10082295 f main.cpp.obj - 0001:000812c0 __unwindfunclet$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z$2 100822c0 f main.cpp.obj - 0001:000812cd __ehhandler$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100822cd f main.cpp.obj - 0001:000812f0 __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$4 100822f0 f main.cpp.obj - 0001:000812f8 __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$21 100822f8 f main.cpp.obj - 0001:0008130a __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$22 1008230a f main.cpp.obj - 0001:0008132c __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$6 1008232c f main.cpp.obj - 0001:0008134e __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$7 1008234e f main.cpp.obj - 0001:00081356 __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$8 10082356 f main.cpp.obj - 0001:0008135e __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$10 1008235e f main.cpp.obj - 0001:00081366 __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$11 10082366 f main.cpp.obj - 0001:0008136e __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$12 1008236e f main.cpp.obj - 0001:00081376 __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$13 10082376 f main.cpp.obj - 0001:0008137e __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$14 1008237e f main.cpp.obj - 0001:00081386 __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$15 10082386 f main.cpp.obj - 0001:0008138e __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$16 1008238e f main.cpp.obj - 0001:00081399 __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$17 10082399 f main.cpp.obj - 0001:000813a4 __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$9 100823a4 f main.cpp.obj - 0001:000813b1 __ehhandler$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z 100823b1 f main.cpp.obj - 0001:000813e0 __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$4 100823e0 f main.cpp.obj - 0001:000813e8 __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$21 100823e8 f main.cpp.obj - 0001:000813fa __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$22 100823fa f main.cpp.obj - 0001:0008141c __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$6 1008241c f main.cpp.obj - 0001:0008143e __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$7 1008243e f main.cpp.obj - 0001:00081446 __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$8 10082446 f main.cpp.obj - 0001:0008144e __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$10 1008244e f main.cpp.obj - 0001:00081456 __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$11 10082456 f main.cpp.obj - 0001:0008145e __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$12 1008245e f main.cpp.obj - 0001:00081466 __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$13 10082466 f main.cpp.obj - 0001:0008146e __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$14 1008246e f main.cpp.obj - 0001:00081476 __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$15 10082476 f main.cpp.obj - 0001:0008147e __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$16 1008247e f main.cpp.obj - 0001:00081489 __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$17 10082489 f main.cpp.obj - 0001:00081494 __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$9 10082494 f main.cpp.obj - 0001:000814a1 __ehhandler$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z 100824a1 f main.cpp.obj - 0001:000814d0 __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$4 100824d0 f main.cpp.obj - 0001:000814d8 __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$21 100824d8 f main.cpp.obj - 0001:000814ea __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$22 100824ea f main.cpp.obj - 0001:0008150c __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$6 1008250c f main.cpp.obj - 0001:0008152e __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$7 1008252e f main.cpp.obj - 0001:00081536 __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$8 10082536 f main.cpp.obj - 0001:0008153e __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$10 1008253e f main.cpp.obj - 0001:00081546 __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$11 10082546 f main.cpp.obj - 0001:0008154e __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$12 1008254e f main.cpp.obj - 0001:00081556 __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$13 10082556 f main.cpp.obj - 0001:0008155e __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$14 1008255e f main.cpp.obj - 0001:00081566 __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$15 10082566 f main.cpp.obj - 0001:0008156e __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$16 1008256e f main.cpp.obj - 0001:00081579 __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$17 10082579 f main.cpp.obj - 0001:00081584 __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$9 10082584 f main.cpp.obj - 0001:00081591 __ehhandler$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z 10082591 f main.cpp.obj - 0001:000815c0 __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$4 100825c0 f main.cpp.obj - 0001:000815c8 __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$21 100825c8 f main.cpp.obj - 0001:000815da __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$22 100825da f main.cpp.obj - 0001:000815fc __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$6 100825fc f main.cpp.obj - 0001:0008161e __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$7 1008261e f main.cpp.obj - 0001:00081626 __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$8 10082626 f main.cpp.obj - 0001:0008162e __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$10 1008262e f main.cpp.obj - 0001:00081636 __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$11 10082636 f main.cpp.obj - 0001:0008163e __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$12 1008263e f main.cpp.obj - 0001:00081646 __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$13 10082646 f main.cpp.obj - 0001:0008164e __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$14 1008264e f main.cpp.obj - 0001:00081656 __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$15 10082656 f main.cpp.obj - 0001:0008165e __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$16 1008265e f main.cpp.obj - 0001:00081669 __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$17 10082669 f main.cpp.obj - 0001:00081674 __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$9 10082674 f main.cpp.obj - 0001:00081681 __ehhandler$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z 10082681 f main.cpp.obj - 0001:000816b0 __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$4 100826b0 f main.cpp.obj - 0001:000816b8 __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$21 100826b8 f main.cpp.obj - 0001:000816ca __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$22 100826ca f main.cpp.obj - 0001:000816ec __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$6 100826ec f main.cpp.obj - 0001:0008170e __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$7 1008270e f main.cpp.obj - 0001:00081716 __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$8 10082716 f main.cpp.obj - 0001:0008171e __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$10 1008271e f main.cpp.obj - 0001:00081726 __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$11 10082726 f main.cpp.obj - 0001:0008172e __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$12 1008272e f main.cpp.obj - 0001:00081736 __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$13 10082736 f main.cpp.obj - 0001:0008173e __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$14 1008273e f main.cpp.obj - 0001:00081746 __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$15 10082746 f main.cpp.obj - 0001:0008174e __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$16 1008274e f main.cpp.obj - 0001:00081759 __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$17 10082759 f main.cpp.obj - 0001:00081764 __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$9 10082764 f main.cpp.obj - 0001:00081771 __ehhandler$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z 10082771 f main.cpp.obj - 0001:000817a0 __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$4 100827a0 f main.cpp.obj - 0001:000817a8 __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$21 100827a8 f main.cpp.obj - 0001:000817ba __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$22 100827ba f main.cpp.obj - 0001:000817dc __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$6 100827dc f main.cpp.obj - 0001:000817fe __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$7 100827fe f main.cpp.obj - 0001:00081806 __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$8 10082806 f main.cpp.obj - 0001:0008180e __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$10 1008280e f main.cpp.obj - 0001:00081816 __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$11 10082816 f main.cpp.obj - 0001:0008181e __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$12 1008281e f main.cpp.obj - 0001:00081826 __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$13 10082826 f main.cpp.obj - 0001:0008182e __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$14 1008282e f main.cpp.obj - 0001:00081836 __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$15 10082836 f main.cpp.obj - 0001:0008183e __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$16 1008283e f main.cpp.obj - 0001:00081849 __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$17 10082849 f main.cpp.obj - 0001:00081854 __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$9 10082854 f main.cpp.obj - 0001:00081861 __ehhandler$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z 10082861 f main.cpp.obj - 0001:00081890 __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$4 10082890 f main.cpp.obj - 0001:00081898 __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$21 10082898 f main.cpp.obj - 0001:000818aa __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$22 100828aa f main.cpp.obj - 0001:000818cc __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$6 100828cc f main.cpp.obj - 0001:000818ee __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$7 100828ee f main.cpp.obj - 0001:000818f6 __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$8 100828f6 f main.cpp.obj - 0001:000818fe __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$10 100828fe f main.cpp.obj - 0001:00081906 __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$11 10082906 f main.cpp.obj - 0001:0008190e __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$12 1008290e f main.cpp.obj - 0001:00081916 __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$13 10082916 f main.cpp.obj - 0001:0008191e __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$14 1008291e f main.cpp.obj - 0001:00081926 __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$15 10082926 f main.cpp.obj - 0001:0008192e __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$16 1008292e f main.cpp.obj - 0001:00081939 __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$17 10082939 f main.cpp.obj - 0001:00081944 __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$9 10082944 f main.cpp.obj - 0001:00081951 __ehhandler$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z 10082951 f main.cpp.obj - 0001:00081980 __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$4 10082980 f main.cpp.obj - 0001:00081988 __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$21 10082988 f main.cpp.obj - 0001:0008199a __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$22 1008299a f main.cpp.obj - 0001:000819bc __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$6 100829bc f main.cpp.obj - 0001:000819de __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$7 100829de f main.cpp.obj - 0001:000819e6 __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$8 100829e6 f main.cpp.obj - 0001:000819ee __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$10 100829ee f main.cpp.obj - 0001:000819f6 __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$11 100829f6 f main.cpp.obj - 0001:000819fe __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$12 100829fe f main.cpp.obj - 0001:00081a06 __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$13 10082a06 f main.cpp.obj - 0001:00081a0e __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$14 10082a0e f main.cpp.obj - 0001:00081a16 __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$15 10082a16 f main.cpp.obj - 0001:00081a1e __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$16 10082a1e f main.cpp.obj - 0001:00081a29 __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$17 10082a29 f main.cpp.obj - 0001:00081a34 __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$9 10082a34 f main.cpp.obj - 0001:00081a41 __ehhandler$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z 10082a41 f main.cpp.obj - 0001:00081a70 __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$4 10082a70 f main.cpp.obj - 0001:00081a78 __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$21 10082a78 f main.cpp.obj - 0001:00081a8a __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$22 10082a8a f main.cpp.obj - 0001:00081aac __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$6 10082aac f main.cpp.obj - 0001:00081ace __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$7 10082ace f main.cpp.obj - 0001:00081ad6 __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$8 10082ad6 f main.cpp.obj - 0001:00081ade __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$10 10082ade f main.cpp.obj - 0001:00081ae6 __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$11 10082ae6 f main.cpp.obj - 0001:00081aee __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$12 10082aee f main.cpp.obj - 0001:00081af6 __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$13 10082af6 f main.cpp.obj - 0001:00081afe __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$14 10082afe f main.cpp.obj - 0001:00081b06 __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$15 10082b06 f main.cpp.obj - 0001:00081b0e __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$16 10082b0e f main.cpp.obj - 0001:00081b19 __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$17 10082b19 f main.cpp.obj - 0001:00081b24 __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$9 10082b24 f main.cpp.obj - 0001:00081b31 __ehhandler$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z 10082b31 f main.cpp.obj - 0001:00081b60 __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$4 10082b60 f main.cpp.obj - 0001:00081b68 __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$21 10082b68 f main.cpp.obj - 0001:00081b7a __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$22 10082b7a f main.cpp.obj - 0001:00081b9c __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$6 10082b9c f main.cpp.obj - 0001:00081bbe __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$7 10082bbe f main.cpp.obj - 0001:00081bc6 __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$8 10082bc6 f main.cpp.obj - 0001:00081bce __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$10 10082bce f main.cpp.obj - 0001:00081bd6 __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$11 10082bd6 f main.cpp.obj - 0001:00081bde __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$12 10082bde f main.cpp.obj - 0001:00081be6 __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$13 10082be6 f main.cpp.obj - 0001:00081bee __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$14 10082bee f main.cpp.obj - 0001:00081bf6 __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$15 10082bf6 f main.cpp.obj - 0001:00081bfe __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$16 10082bfe f main.cpp.obj - 0001:00081c09 __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$17 10082c09 f main.cpp.obj - 0001:00081c14 __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$9 10082c14 f main.cpp.obj - 0001:00081c21 __ehhandler$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z 10082c21 f main.cpp.obj - 0001:00081c50 __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$4 10082c50 f main.cpp.obj - 0001:00081c58 __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$21 10082c58 f main.cpp.obj - 0001:00081c6a __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$22 10082c6a f main.cpp.obj - 0001:00081c8c __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$6 10082c8c f main.cpp.obj - 0001:00081cae __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$7 10082cae f main.cpp.obj - 0001:00081cb6 __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$8 10082cb6 f main.cpp.obj - 0001:00081cbe __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$10 10082cbe f main.cpp.obj - 0001:00081cc6 __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$11 10082cc6 f main.cpp.obj - 0001:00081cce __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$12 10082cce f main.cpp.obj - 0001:00081cd6 __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$13 10082cd6 f main.cpp.obj - 0001:00081cde __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$14 10082cde f main.cpp.obj - 0001:00081ce6 __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$15 10082ce6 f main.cpp.obj - 0001:00081cee __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$16 10082cee f main.cpp.obj - 0001:00081cf9 __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$17 10082cf9 f main.cpp.obj - 0001:00081d04 __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$9 10082d04 f main.cpp.obj - 0001:00081d11 __ehhandler$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z 10082d11 f main.cpp.obj - 0001:00081d40 __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$4 10082d40 f main.cpp.obj - 0001:00081d48 __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$21 10082d48 f main.cpp.obj - 0001:00081d5a __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$22 10082d5a f main.cpp.obj - 0001:00081d7c __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$6 10082d7c f main.cpp.obj - 0001:00081d9e __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$7 10082d9e f main.cpp.obj - 0001:00081da6 __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$8 10082da6 f main.cpp.obj - 0001:00081dae __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$10 10082dae f main.cpp.obj - 0001:00081db6 __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$11 10082db6 f main.cpp.obj - 0001:00081dbe __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$12 10082dbe f main.cpp.obj - 0001:00081dc6 __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$13 10082dc6 f main.cpp.obj - 0001:00081dce __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$14 10082dce f main.cpp.obj - 0001:00081dd6 __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$15 10082dd6 f main.cpp.obj - 0001:00081dde __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$16 10082dde f main.cpp.obj - 0001:00081de9 __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$17 10082de9 f main.cpp.obj - 0001:00081df4 __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$9 10082df4 f main.cpp.obj - 0001:00081e01 __ehhandler$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z 10082e01 f main.cpp.obj - 0001:00081e30 __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$4 10082e30 f main.cpp.obj - 0001:00081e38 __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$21 10082e38 f main.cpp.obj - 0001:00081e4a __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$22 10082e4a f main.cpp.obj - 0001:00081e6c __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$6 10082e6c f main.cpp.obj - 0001:00081e8e __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$7 10082e8e f main.cpp.obj - 0001:00081e96 __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$8 10082e96 f main.cpp.obj - 0001:00081e9e __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$10 10082e9e f main.cpp.obj - 0001:00081ea6 __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$11 10082ea6 f main.cpp.obj - 0001:00081eae __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$12 10082eae f main.cpp.obj - 0001:00081eb6 __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$13 10082eb6 f main.cpp.obj - 0001:00081ebe __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$14 10082ebe f main.cpp.obj - 0001:00081ec6 __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$15 10082ec6 f main.cpp.obj - 0001:00081ece __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$16 10082ece f main.cpp.obj - 0001:00081ed9 __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$17 10082ed9 f main.cpp.obj - 0001:00081ee4 __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$9 10082ee4 f main.cpp.obj - 0001:00081ef1 __ehhandler$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z 10082ef1 f main.cpp.obj - 0001:00081f20 __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$4 10082f20 f main.cpp.obj - 0001:00081f28 __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$21 10082f28 f main.cpp.obj - 0001:00081f3a __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$22 10082f3a f main.cpp.obj - 0001:00081f5c __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$6 10082f5c f main.cpp.obj - 0001:00081f7e __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$7 10082f7e f main.cpp.obj - 0001:00081f86 __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$8 10082f86 f main.cpp.obj - 0001:00081f8e __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$10 10082f8e f main.cpp.obj - 0001:00081f96 __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$11 10082f96 f main.cpp.obj - 0001:00081f9e __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$12 10082f9e f main.cpp.obj - 0001:00081fa6 __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$13 10082fa6 f main.cpp.obj - 0001:00081fae __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$14 10082fae f main.cpp.obj - 0001:00081fb6 __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$15 10082fb6 f main.cpp.obj - 0001:00081fbe __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$16 10082fbe f main.cpp.obj - 0001:00081fc9 __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$17 10082fc9 f main.cpp.obj - 0001:00081fd4 __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$9 10082fd4 f main.cpp.obj - 0001:00081fe1 __ehhandler$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z 10082fe1 f main.cpp.obj - 0001:00082010 __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$4 10083010 f main.cpp.obj - 0001:00082018 __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$21 10083018 f main.cpp.obj - 0001:0008202a __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$22 1008302a f main.cpp.obj - 0001:0008204c __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$6 1008304c f main.cpp.obj - 0001:0008206e __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$7 1008306e f main.cpp.obj - 0001:00082076 __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$8 10083076 f main.cpp.obj - 0001:0008207e __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$10 1008307e f main.cpp.obj - 0001:00082086 __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$11 10083086 f main.cpp.obj - 0001:0008208e __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$12 1008308e f main.cpp.obj - 0001:00082096 __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$13 10083096 f main.cpp.obj - 0001:0008209e __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$14 1008309e f main.cpp.obj - 0001:000820a6 __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$15 100830a6 f main.cpp.obj - 0001:000820ae __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$16 100830ae f main.cpp.obj - 0001:000820b9 __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$17 100830b9 f main.cpp.obj - 0001:000820c4 __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$9 100830c4 f main.cpp.obj - 0001:000820d1 __ehhandler$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z 100830d1 f main.cpp.obj - 0001:00082100 __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$4 10083100 f main.cpp.obj - 0001:00082108 __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$21 10083108 f main.cpp.obj - 0001:0008211a __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$22 1008311a f main.cpp.obj - 0001:0008213c __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$6 1008313c f main.cpp.obj - 0001:0008215e __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$7 1008315e f main.cpp.obj - 0001:00082166 __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$8 10083166 f main.cpp.obj - 0001:0008216e __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$10 1008316e f main.cpp.obj - 0001:00082176 __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$11 10083176 f main.cpp.obj - 0001:0008217e __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$12 1008317e f main.cpp.obj - 0001:00082186 __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$13 10083186 f main.cpp.obj - 0001:0008218e __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$14 1008318e f main.cpp.obj - 0001:00082196 __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$15 10083196 f main.cpp.obj - 0001:0008219e __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$16 1008319e f main.cpp.obj - 0001:000821a9 __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$17 100831a9 f main.cpp.obj - 0001:000821b4 __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$9 100831b4 f main.cpp.obj - 0001:000821c1 __ehhandler$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z 100831c1 f main.cpp.obj - 0001:000821f0 __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$4 100831f0 f main.cpp.obj - 0001:000821f8 __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$21 100831f8 f main.cpp.obj - 0001:0008220a __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$22 1008320a f main.cpp.obj - 0001:0008222c __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$6 1008322c f main.cpp.obj - 0001:0008224e __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$7 1008324e f main.cpp.obj - 0001:00082256 __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$8 10083256 f main.cpp.obj - 0001:0008225e __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$10 1008325e f main.cpp.obj - 0001:00082266 __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$11 10083266 f main.cpp.obj - 0001:0008226e __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$12 1008326e f main.cpp.obj - 0001:00082276 __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$13 10083276 f main.cpp.obj - 0001:0008227e __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$14 1008327e f main.cpp.obj - 0001:00082286 __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$15 10083286 f main.cpp.obj - 0001:0008228e __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$16 1008328e f main.cpp.obj - 0001:00082299 __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$17 10083299 f main.cpp.obj - 0001:000822a4 __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$9 100832a4 f main.cpp.obj - 0001:000822b1 __ehhandler$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z 100832b1 f main.cpp.obj - 0001:000822e0 __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$4 100832e0 f main.cpp.obj - 0001:000822e8 __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$21 100832e8 f main.cpp.obj - 0001:000822fa __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$22 100832fa f main.cpp.obj - 0001:0008231c __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$6 1008331c f main.cpp.obj - 0001:0008233e __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$7 1008333e f main.cpp.obj - 0001:00082346 __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$8 10083346 f main.cpp.obj - 0001:0008234e __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$10 1008334e f main.cpp.obj - 0001:00082356 __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$11 10083356 f main.cpp.obj - 0001:0008235e __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$12 1008335e f main.cpp.obj - 0001:00082366 __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$13 10083366 f main.cpp.obj - 0001:0008236e __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$14 1008336e f main.cpp.obj - 0001:00082376 __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$15 10083376 f main.cpp.obj - 0001:0008237e __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$16 1008337e f main.cpp.obj - 0001:00082389 __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$17 10083389 f main.cpp.obj - 0001:00082394 __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$9 10083394 f main.cpp.obj - 0001:000823a1 __ehhandler$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z 100833a1 f main.cpp.obj - 0001:000823d0 __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$4 100833d0 f main.cpp.obj - 0001:000823d8 __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$21 100833d8 f main.cpp.obj - 0001:000823ea __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$22 100833ea f main.cpp.obj - 0001:0008240c __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$6 1008340c f main.cpp.obj - 0001:0008242e __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$7 1008342e f main.cpp.obj - 0001:00082436 __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$8 10083436 f main.cpp.obj - 0001:0008243e __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$10 1008343e f main.cpp.obj - 0001:00082446 __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$11 10083446 f main.cpp.obj - 0001:0008244e __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$12 1008344e f main.cpp.obj - 0001:00082456 __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$13 10083456 f main.cpp.obj - 0001:0008245e __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$14 1008345e f main.cpp.obj - 0001:00082466 __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$15 10083466 f main.cpp.obj - 0001:0008246e __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$16 1008346e f main.cpp.obj - 0001:00082479 __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$17 10083479 f main.cpp.obj - 0001:00082484 __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$9 10083484 f main.cpp.obj - 0001:00082491 __ehhandler$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z 10083491 f main.cpp.obj - 0001:000824c0 __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$4 100834c0 f main.cpp.obj - 0001:000824c8 __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$21 100834c8 f main.cpp.obj - 0001:000824da __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$22 100834da f main.cpp.obj - 0001:000824fc __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$6 100834fc f main.cpp.obj - 0001:0008251e __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$7 1008351e f main.cpp.obj - 0001:00082526 __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$8 10083526 f main.cpp.obj - 0001:0008252e __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$10 1008352e f main.cpp.obj - 0001:00082536 __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$11 10083536 f main.cpp.obj - 0001:0008253e __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$12 1008353e f main.cpp.obj - 0001:00082546 __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$13 10083546 f main.cpp.obj - 0001:0008254e __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$14 1008354e f main.cpp.obj - 0001:00082556 __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$15 10083556 f main.cpp.obj - 0001:0008255e __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$16 1008355e f main.cpp.obj - 0001:00082569 __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$17 10083569 f main.cpp.obj - 0001:00082574 __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$9 10083574 f main.cpp.obj - 0001:00082581 __ehhandler$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z 10083581 f main.cpp.obj - 0001:000825b0 __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$4 100835b0 f main.cpp.obj - 0001:000825b8 __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$21 100835b8 f main.cpp.obj - 0001:000825ca __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$22 100835ca f main.cpp.obj - 0001:000825ec __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$6 100835ec f main.cpp.obj - 0001:0008260e __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$7 1008360e f main.cpp.obj - 0001:00082616 __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$8 10083616 f main.cpp.obj - 0001:0008261e __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$10 1008361e f main.cpp.obj - 0001:00082626 __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$11 10083626 f main.cpp.obj - 0001:0008262e __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$12 1008362e f main.cpp.obj - 0001:00082636 __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$13 10083636 f main.cpp.obj - 0001:0008263e __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$14 1008363e f main.cpp.obj - 0001:00082646 __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$15 10083646 f main.cpp.obj - 0001:0008264e __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$16 1008364e f main.cpp.obj - 0001:00082659 __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$17 10083659 f main.cpp.obj - 0001:00082664 __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$9 10083664 f main.cpp.obj - 0001:00082671 __ehhandler$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z 10083671 f main.cpp.obj - 0001:000826a0 __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$4 100836a0 f main.cpp.obj - 0001:000826a8 __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$21 100836a8 f main.cpp.obj - 0001:000826ba __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$22 100836ba f main.cpp.obj - 0001:000826dc __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$6 100836dc f main.cpp.obj - 0001:000826fe __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$7 100836fe f main.cpp.obj - 0001:00082706 __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$8 10083706 f main.cpp.obj - 0001:0008270e __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$10 1008370e f main.cpp.obj - 0001:00082716 __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$11 10083716 f main.cpp.obj - 0001:0008271e __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$12 1008371e f main.cpp.obj - 0001:00082726 __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$13 10083726 f main.cpp.obj - 0001:0008272e __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$14 1008372e f main.cpp.obj - 0001:00082736 __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$15 10083736 f main.cpp.obj - 0001:0008273e __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$16 1008373e f main.cpp.obj - 0001:00082749 __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$17 10083749 f main.cpp.obj - 0001:00082754 __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$9 10083754 f main.cpp.obj - 0001:00082761 __ehhandler$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z 10083761 f main.cpp.obj - 0001:00082790 __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$4 10083790 f main.cpp.obj - 0001:00082798 __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$21 10083798 f main.cpp.obj - 0001:000827aa __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$22 100837aa f main.cpp.obj - 0001:000827cc __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$6 100837cc f main.cpp.obj - 0001:000827ee __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$7 100837ee f main.cpp.obj - 0001:000827f6 __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$8 100837f6 f main.cpp.obj - 0001:000827fe __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$10 100837fe f main.cpp.obj - 0001:00082806 __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$11 10083806 f main.cpp.obj - 0001:0008280e __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$12 1008380e f main.cpp.obj - 0001:00082816 __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$13 10083816 f main.cpp.obj - 0001:0008281e __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$14 1008381e f main.cpp.obj - 0001:00082826 __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$15 10083826 f main.cpp.obj - 0001:0008282e __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$16 1008382e f main.cpp.obj - 0001:00082839 __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$17 10083839 f main.cpp.obj - 0001:00082844 __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$9 10083844 f main.cpp.obj - 0001:00082851 __ehhandler$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z 10083851 f main.cpp.obj - 0001:00082880 __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$4 10083880 f main.cpp.obj - 0001:00082888 __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$21 10083888 f main.cpp.obj - 0001:0008289a __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$22 1008389a f main.cpp.obj - 0001:000828bc __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$6 100838bc f main.cpp.obj - 0001:000828de __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$7 100838de f main.cpp.obj - 0001:000828e6 __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$8 100838e6 f main.cpp.obj - 0001:000828ee __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$10 100838ee f main.cpp.obj - 0001:000828f6 __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$11 100838f6 f main.cpp.obj - 0001:000828fe __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$12 100838fe f main.cpp.obj - 0001:00082906 __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$13 10083906 f main.cpp.obj - 0001:0008290e __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$14 1008390e f main.cpp.obj - 0001:00082916 __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$15 10083916 f main.cpp.obj - 0001:0008291e __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$16 1008391e f main.cpp.obj - 0001:00082929 __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$17 10083929 f main.cpp.obj - 0001:00082934 __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$9 10083934 f main.cpp.obj - 0001:00082941 __ehhandler$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z 10083941 f main.cpp.obj - 0001:00082970 __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$4 10083970 f main.cpp.obj - 0001:00082978 __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$21 10083978 f main.cpp.obj - 0001:0008298a __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$22 1008398a f main.cpp.obj - 0001:000829ac __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$6 100839ac f main.cpp.obj - 0001:000829ce __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$7 100839ce f main.cpp.obj - 0001:000829d6 __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$8 100839d6 f main.cpp.obj - 0001:000829de __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$10 100839de f main.cpp.obj - 0001:000829e6 __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$11 100839e6 f main.cpp.obj - 0001:000829ee __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$12 100839ee f main.cpp.obj - 0001:000829f6 __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$13 100839f6 f main.cpp.obj - 0001:000829fe __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$14 100839fe f main.cpp.obj - 0001:00082a06 __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$15 10083a06 f main.cpp.obj - 0001:00082a0e __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$16 10083a0e f main.cpp.obj - 0001:00082a19 __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$17 10083a19 f main.cpp.obj - 0001:00082a24 __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$9 10083a24 f main.cpp.obj - 0001:00082a31 __ehhandler$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z 10083a31 f main.cpp.obj - 0001:00082a60 __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$4 10083a60 f main.cpp.obj - 0001:00082a68 __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$21 10083a68 f main.cpp.obj - 0001:00082a7a __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$22 10083a7a f main.cpp.obj - 0001:00082a9c __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$6 10083a9c f main.cpp.obj - 0001:00082abe __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$7 10083abe f main.cpp.obj - 0001:00082ac6 __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$8 10083ac6 f main.cpp.obj - 0001:00082ace __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$10 10083ace f main.cpp.obj - 0001:00082ad6 __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$11 10083ad6 f main.cpp.obj - 0001:00082ade __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$12 10083ade f main.cpp.obj - 0001:00082ae6 __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$13 10083ae6 f main.cpp.obj - 0001:00082aee __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$14 10083aee f main.cpp.obj - 0001:00082af6 __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$15 10083af6 f main.cpp.obj - 0001:00082afe __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$16 10083afe f main.cpp.obj - 0001:00082b09 __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$17 10083b09 f main.cpp.obj - 0001:00082b14 __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$9 10083b14 f main.cpp.obj - 0001:00082b21 __ehhandler$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z 10083b21 f main.cpp.obj - 0001:00082b50 __ehhandler$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 10083b50 f main.cpp.obj - 0001:00082b70 __ehhandler$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 10083b70 f main.cpp.obj - 0001:00082b90 __unwindfunclet$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z$0 10083b90 f main.cpp.obj - 0001:00082b9d __ehhandler$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 10083b9d f main.cpp.obj - 0001:00082bc0 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$0 10083bc0 f main.cpp.obj - 0001:00082bc8 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$7 10083bc8 f main.cpp.obj - 0001:00082be1 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$8 10083be1 f main.cpp.obj - 0001:00082be9 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$13 10083be9 f main.cpp.obj - 0001:00082bf1 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$14 10083bf1 f main.cpp.obj - 0001:00082bf9 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$1 10083bf9 f main.cpp.obj - 0001:00082c01 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$2 10083c01 f main.cpp.obj - 0001:00082c0d __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$3 10083c0d f main.cpp.obj - 0001:00082c1c __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$28 10083c1c f main.cpp.obj - 0001:00082c29 __ehhandler$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10083c29 f main.cpp.obj - 0001:00082c50 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$0 10083c50 f main.cpp.obj - 0001:00082c58 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$7 10083c58 f main.cpp.obj - 0001:00082c71 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$8 10083c71 f main.cpp.obj - 0001:00082c79 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$13 10083c79 f main.cpp.obj - 0001:00082c81 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$14 10083c81 f main.cpp.obj - 0001:00082c89 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$1 10083c89 f main.cpp.obj - 0001:00082c91 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$2 10083c91 f main.cpp.obj - 0001:00082c9d __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$3 10083c9d f main.cpp.obj - 0001:00082cac __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$28 10083cac f main.cpp.obj - 0001:00082cb9 __ehhandler$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10083cb9 f main.cpp.obj - 0001:00082ce0 __unwindfunclet$??$make_unique@VAllocator@hadesmem@@AAVProcess@2@ABI$0A@@std@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@0@AAVProcess@hadesmem@@ABI@Z$0 10083ce0 f main.cpp.obj - 0001:00082cf4 __ehhandler$??$make_unique@VAllocator@hadesmem@@AAVProcess@2@ABI$0A@@std@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@0@AAVProcess@hadesmem@@ABI@Z 10083cf4 f main.cpp.obj - 0001:00082d20 __unwindfunclet$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z$0 10083d20 f main.cpp.obj - 0001:00082d28 __unwindfunclet$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z$1 10083d28 f main.cpp.obj - 0001:00082d37 __unwindfunclet$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z$2 10083d37 f main.cpp.obj - 0001:00082d44 __ehhandler$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 10083d44 f main.cpp.obj - 0001:00082d70 __unwindfunclet$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z$0 10083d70 f main.cpp.obj - 0001:00082d78 __unwindfunclet$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z$1 10083d78 f main.cpp.obj - 0001:00082d87 __unwindfunclet$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z$2 10083d87 f main.cpp.obj - 0001:00082d94 __ehhandler$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 10083d94 f main.cpp.obj - 0001:00082dc0 __unwindfunclet$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z$0 10083dc0 f main.cpp.obj - 0001:00082dcb __unwindfunclet$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z$1 10083dcb f main.cpp.obj - 0001:00082dd3 __unwindfunclet$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z$2 10083dd3 f main.cpp.obj - 0001:00082ddb __unwindfunclet$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z$3 10083ddb f main.cpp.obj - 0001:00082de3 __unwindfunclet$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z$4 10083de3 f main.cpp.obj - 0001:00082df0 __ehhandler$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z 10083df0 f main.cpp.obj - 0001:00082e20 __unwindfunclet$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z$10 10083e20 f main.cpp.obj - 0001:00082e42 __unwindfunclet$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z$9 10083e42 f main.cpp.obj - 0001:00082e4d __unwindfunclet$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z$0 10083e4d f main.cpp.obj - 0001:00082e58 __unwindfunclet$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z$1 10083e58 f main.cpp.obj - 0001:00082e60 __unwindfunclet$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z$2 10083e60 f main.cpp.obj - 0001:00082e68 __unwindfunclet$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z$3 10083e68 f main.cpp.obj - 0001:00082e70 __unwindfunclet$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z$4 10083e70 f main.cpp.obj - 0001:00082e7d __ehhandler$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z 10083e7d f main.cpp.obj - 0001:00082eb0 __unwindfunclet$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z$4 10083eb0 f main.cpp.obj - 0001:00082ec9 __unwindfunclet$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z$3 10083ec9 f main.cpp.obj - 0001:00082ed9 __ehhandler$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 10083ed9 f main.cpp.obj - 0001:00082f00 __unwindfunclet$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z$0 10083f00 f main.cpp.obj - 0001:00082f08 __unwindfunclet$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z$1 10083f08 f main.cpp.obj - 0001:00082f15 __ehhandler$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 10083f15 f main.cpp.obj - 0001:00082f40 __unwindfunclet$??$use_facet@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z$0 10083f40 f main.cpp.obj - 0001:00082f48 __unwindfunclet$??$use_facet@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z$2 10083f48 f main.cpp.obj - 0001:00082f57 __unwindfunclet$??$use_facet@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z$1 10083f57 f main.cpp.obj - 0001:00082f64 __ehhandler$??$use_facet@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 10083f64 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f90 __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$0 10083f90 f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082f9b __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$13 10083f9b f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fa3 __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$1 10083fa3 f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fae __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$2 10083fae f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fb9 __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$3 10083fb9 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fc4 __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$4 10083fc4 f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fcf __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$5 10083fcf f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fda __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$7 10083fda f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fe5 __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$8 10083fe5 f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082fed __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$9 10083fed f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00082ff5 __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$10 10083ff5 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083005 __ehhandler$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z 10084005 f main.cpp.obj - 0001:00083030 __unwindfunclet$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z$0 10084030 f main.cpp.obj - 0001:0008304c __unwindfunclet$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z$1 1008404c f main.cpp.obj - 0001:0008305c __ehhandler$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 1008405c f main.cpp.obj - 0001:00083080 __unwindfunclet$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ$0 10084080 f main.cpp.obj - 0001:0008309c __unwindfunclet$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ$1 1008409c f main.cpp.obj - 0001:000830ac __ehhandler$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 100840ac f main.cpp.obj - 0001:000830d0 __unwindfunclet$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z$0 100840d0 f main.cpp.obj - 0001:000830d0 __unwindfunclet$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z$0 100840d0 f main.cpp.obj - 0001:000830f1 __ehhandler$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100840f1 f main.cpp.obj - 0001:000830f1 __ehhandler$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100840f1 f main.cpp.obj - 0001:00083110 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$0 10084110 f main.cpp.obj - 0001:0008312c __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$1 1008412c f main.cpp.obj - 0001:00083148 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$2 10084148 f main.cpp.obj - 0001:00083155 __ehhandler$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 10084155 f main.cpp.obj - 0001:00083180 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$0 10084180 f main.cpp.obj - 0001:0008319c __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$1 1008419c f main.cpp.obj - 0001:000831b8 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$2 100841b8 f main.cpp.obj - 0001:000831c5 __ehhandler$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 100841c5 f main.cpp.obj - 0001:000831f0 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$0 100841f0 f main.cpp.obj - 0001:000831f0 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$0 100841f0 f main.cpp.obj - 0001:000831f0 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$0 100841f0 f main.cpp.obj - 0001:000831f0 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$0 100841f0 f main.cpp.obj - 0001:000831f8 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$1 100841f8 f main.cpp.obj - 0001:000831f8 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$1 100841f8 f main.cpp.obj - 0001:000831f8 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$1 100841f8 f main.cpp.obj - 0001:000831f8 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$1 100841f8 f main.cpp.obj - 0001:00083200 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$2 10084200 f main.cpp.obj - 0001:00083200 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$2 10084200 f main.cpp.obj - 0001:00083200 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$2 10084200 f main.cpp.obj - 0001:00083200 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$2 10084200 f main.cpp.obj - 0001:00083208 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$3 10084208 f main.cpp.obj - 0001:00083208 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$3 10084208 f main.cpp.obj - 0001:00083208 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$3 10084208 f main.cpp.obj - 0001:00083208 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$3 10084208 f main.cpp.obj - 0001:00083215 __ehhandler$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 10084215 f main.cpp.obj - 0001:00083215 __ehhandler$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 10084215 f main.cpp.obj - 0001:00083215 __ehhandler$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 10084215 f main.cpp.obj - 0001:00083215 __ehhandler$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 10084215 f main.cpp.obj - 0001:00083240 __unwindfunclet$??0Error@hadesmem@@QAE@ABV01@@Z$0 10084240 f main.cpp.obj - 0001:00083261 __ehhandler$??0Error@hadesmem@@QAE@ABV01@@Z 10084261 f main.cpp.obj - 0001:00083280 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$0 10084280 f main.cpp.obj - 0001:00083288 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$3 10084288 f main.cpp.obj - 0001:00083290 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$4 10084290 f main.cpp.obj - 0001:00083298 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$5 10084298 f main.cpp.obj - 0001:000832a0 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$6 100842a0 f main.cpp.obj - 0001:000832ab __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$8 100842ab f main.cpp.obj - 0001:000832b3 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$9 100842b3 f main.cpp.obj - 0001:000832bb __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$10 100842bb f main.cpp.obj - 0001:000832cb __ehhandler$??0Process@hadesmem@@QAE@K@Z 100842cb f main.cpp.obj - 0001:00083300 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$2 10084300 f main.cpp.obj - 0001:00083308 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$3 10084308 f main.cpp.obj - 0001:00083310 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$4 10084310 f main.cpp.obj - 0001:0008331d __ehhandler$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 1008431d f main.cpp.obj - 0001:00083350 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$2 10084350 f main.cpp.obj - 0001:0008335b __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$3 1008435b f main.cpp.obj - 0001:00083363 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$4 10084363 f main.cpp.obj - 0001:0008336e __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$5 1008436e f main.cpp.obj - 0001:00083379 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$15 10084379 f main.cpp.obj - 0001:00083384 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$6 10084384 f main.cpp.obj - 0001:0008338f __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$42 1008438f f main.cpp.obj - 0001:00083397 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$7 10084397 f main.cpp.obj - 0001:0008339f __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$30 1008439f f main.cpp.obj - 0001:000833a7 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$31 100843a7 f main.cpp.obj - 0001:000833b2 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$32 100843b2 f main.cpp.obj - 0001:000833ba __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$33 100843ba f main.cpp.obj - 0001:000833c5 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$35 100843c5 f main.cpp.obj - 0001:000833cd __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$36 100843cd f main.cpp.obj - 0001:000833d8 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$37 100843d8 f main.cpp.obj - 0001:000833e0 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$38 100843e0 f main.cpp.obj - 0001:000833eb __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$39 100843eb f main.cpp.obj - 0001:000833f3 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$40 100843f3 f main.cpp.obj - 0001:000833fb __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$41 100843fb f main.cpp.obj - 0001:00083406 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$8 10084406 f main.cpp.obj - 0001:0008340e __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$9 1008440e f main.cpp.obj - 0001:00083416 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$10 10084416 f main.cpp.obj - 0001:00083426 __ehhandler$??0SuspendedProcess@hadesmem@@QAE@KK@Z 10084426 f main.cpp.obj - 0001:00083450 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$3 10084450 f main.cpp.obj - 0001:00083450 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$0 10084450 f main.cpp.obj - 0001:00083450 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$0 10084450 f main.cpp.obj - 0001:00083450 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$0 10084450 f main.cpp.obj - 0001:00083450 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$0 10084450 f main.cpp.obj - 0001:00083458 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$4 10084458 f main.cpp.obj - 0001:00083458 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$1 10084458 f main.cpp.obj - 0001:00083458 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$1 10084458 f main.cpp.obj - 0001:00083458 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$1 10084458 f main.cpp.obj - 0001:00083458 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$1 10084458 f main.cpp.obj - 0001:00083460 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$5 10084460 f main.cpp.obj - 0001:00083460 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$2 10084460 f main.cpp.obj - 0001:00083460 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$2 10084460 f main.cpp.obj - 0001:00083460 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$2 10084460 f main.cpp.obj - 0001:00083460 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$2 10084460 f main.cpp.obj - 0001:00083468 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$6 10084468 f main.cpp.obj - 0001:00083468 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$3 10084468 f main.cpp.obj - 0001:00083468 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$3 10084468 f main.cpp.obj - 0001:00083468 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$3 10084468 f main.cpp.obj - 0001:00083468 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$3 10084468 f main.cpp.obj - 0001:00083475 __ehhandler$??0Thread@hadesmem@@QAE@K@Z 10084475 f main.cpp.obj - 0001:00083475 __ehhandler$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 10084475 f main.cpp.obj - 0001:00083475 __ehhandler$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 10084475 f main.cpp.obj - 0001:00083475 __ehhandler$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10084475 f main.cpp.obj - 0001:00083475 __ehhandler$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10084475 f main.cpp.obj - 0001:000834a0 __unwindfunclet$??0error_info_container_impl@exception_detail@boost@@QAE@XZ$0 100844a0 f main.cpp.obj - 0001:000834ad __ehhandler$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 100844ad f main.cpp.obj - 0001:000834d0 __unwindfunclet$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z$0 100844d0 f main.cpp.obj - 0001:000834dd __ehhandler$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 100844dd f main.cpp.obj - 0001:00083500 __ehhandler$??1CDataStore@Nampower@@UAE@XZ 10084500 f main.cpp.obj - 0001:00083500 __ehhandler$??1_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 10084500 f main.cpp.obj - 0001:00083520 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$2 10084520 f main.cpp.obj - 0001:00083528 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$3 10084528 f main.cpp.obj - 0001:00083535 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 10084535 f main.cpp.obj - 0001:00083560 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$2 10084560 f main.cpp.obj - 0001:00083560 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$2 10084560 f main.cpp.obj - 0001:00083568 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$3 10084568 f main.cpp.obj - 0001:00083568 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$3 10084568 f main.cpp.obj - 0001:00083575 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 10084575 f main.cpp.obj - 0001:00083575 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 10084575 f main.cpp.obj - 0001:000835a0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$2 100845a0 f main.cpp.obj - 0001:000835a8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$3 100845a8 f main.cpp.obj - 0001:000835b5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100845b5 f main.cpp.obj - 0001:000835e0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$2 100845e0 f main.cpp.obj - 0001:000835e8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$3 100845e8 f main.cpp.obj - 0001:000835f5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100845f5 f main.cpp.obj - 0001:00083620 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$2 10084620 f main.cpp.obj - 0001:00083628 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$3 10084628 f main.cpp.obj - 0001:00083635 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 10084635 f main.cpp.obj - 0001:00083660 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$2 10084660 f main.cpp.obj - 0001:00083668 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$3 10084668 f main.cpp.obj - 0001:00083675 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 10084675 f main.cpp.obj - 0001:000836a0 __unwindfunclet$??R@@QBE@XZ$0 100846a0 f main.cpp.obj - 0001:000836a8 __unwindfunclet$??R@@QBE@XZ$2 100846a8 f main.cpp.obj - 0001:000836b7 __unwindfunclet$??R@@QBE@XZ$3 100846b7 f main.cpp.obj - 0001:000836d5 __ehhandler$??R@@QBE@XZ 100846d5 f main.cpp.obj - 0001:00083700 __unwindfunclet$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ$1 10084700 f main.cpp.obj - 0001:00083700 __unwindfunclet$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ$1 10084700 f main.cpp.obj - 0001:0008370d __ehhandler$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 1008470d f main.cpp.obj - 0001:0008370d __ehhandler$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 1008470d f main.cpp.obj - 0001:00083740 __unwindfunclet$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z$2 10084740 f main.cpp.obj - 0001:00083754 __ehhandler$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 10084754 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:00083780 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$12 10084780 f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:0008378b __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$1 1008478b f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:00083796 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$14 10084796 f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:0008379e __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$3 1008479e f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837a6 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$4 100847a6 f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837ae __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$5 100847ae f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837b9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$7 100847b9 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c1 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$8 100847c1 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837c9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$9 100847c9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:000837d9 __ehhandler$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100847d9 f main.cpp.obj - 0001:00083810 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$2 10084810 f main.cpp.obj - 0001:0008381d __ehhandler$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 1008481d f main.cpp.obj - 0001:00083850 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$2 10084850 f main.cpp.obj - 0001:00083858 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$3 10084858 f main.cpp.obj - 0001:00083860 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$4 10084860 f main.cpp.obj - 0001:00083868 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$5 10084868 f main.cpp.obj - 0001:00083870 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$6 10084870 f main.cpp.obj - 0001:00083880 __ehhandler$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 10084880 f main.cpp.obj - 0001:000838b0 __unwindfunclet$?CleanupUnchecked@Process@hadesmem@@AAEXXZ$2 100848b0 f main.cpp.obj - 0001:000838bd __ehhandler$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100848bd f main.cpp.obj - 0001:000838f0 __unwindfunclet$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ$2 100848f0 f main.cpp.obj - 0001:000838fd __ehhandler$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100848fd f main.cpp.obj - 0001:00083930 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$0 10084930 f main.cpp.obj - 0001:00083949 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$1 10084949 f main.cpp.obj - 0001:00083951 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$2 10084951 f main.cpp.obj - 0001:00083959 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$3 10084959 f main.cpp.obj - 0001:00083961 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$4 10084961 f main.cpp.obj - 0001:0008396e __ehhandler$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 1008496e f main.cpp.obj - 0001:000839a0 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$0 100849a0 f main.cpp.obj - 0001:000839a8 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$1 100849a8 f main.cpp.obj - 0001:000839b0 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$2 100849b0 f main.cpp.obj - 0001:000839b8 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$3 100849b8 f main.cpp.obj - 0001:000839c5 __ehhandler$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 100849c5 f main.cpp.obj - 0001:000839f0 __unwindfunclet$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z$0 100849f0 f helper.cpp.obj - 0001:000839f0 __unwindfunclet$?DoesItemMatch@Nampower@@YA_NIIPBD@Z$0 100849f0 f items.cpp.obj - 0001:000839f0 __unwindfunclet$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z$0 100849f0 f main.cpp.obj - 0001:000839f0 __unwindfunclet$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z$0 100849f0 f spell_scripts.cpp.obj - 0001:000839f0 __unwindfunclet$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z$0 100849f0 f spellcast.cpp.obj - 0001:000839fd __ehhandler$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 100849fd f helper.cpp.obj - 0001:000839fd __ehhandler$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 100849fd f items.cpp.obj - 0001:000839fd __ehhandler$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 100849fd f main.cpp.obj - 0001:000839fd __ehhandler$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 100849fd f spell_scripts.cpp.obj - 0001:000839fd __ehhandler$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100849fd f spellcast.cpp.obj - 0001:00083a30 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$2 10084a30 f main.cpp.obj - 0001:00083a38 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$3 10084a38 f main.cpp.obj - 0001:00083a40 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$4 10084a40 f main.cpp.obj - 0001:00083a48 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$5 10084a48 f main.cpp.obj - 0001:00083a50 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$6 10084a50 f main.cpp.obj - 0001:00083a60 __ehhandler$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 10084a60 f main.cpp.obj - 0001:00083a90 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$2 10084a90 f main.cpp.obj - 0001:00083aa9 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$3 10084aa9 f main.cpp.obj - 0001:00083ab4 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$0 10084ab4 f main.cpp.obj - 0001:00083ac4 __ehhandler$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 10084ac4 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$0 10084af0 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083af8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$1 10084af8 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$2 10084b00 f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b0d __ehhandler$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 10084b0d f main.cpp.obj - 0001:00083b40 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$0 10084b40 f main.cpp.obj - 0001:00083b48 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$1 10084b48 f main.cpp.obj - 0001:00083b50 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$2 10084b50 f main.cpp.obj - 0001:00083b5b __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$3 10084b5b f main.cpp.obj - 0001:00083b63 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$4 10084b63 f main.cpp.obj - 0001:00083b6b __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$5 10084b6b f main.cpp.obj - 0001:00083b73 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$6 10084b73 f main.cpp.obj - 0001:00083b83 __ehhandler$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 10084b83 f main.cpp.obj - 0001:00083bb0 __unwindfunclet$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z$0 10084bb0 f main.cpp.obj - 0001:00083bc0 __ehhandler$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 10084bc0 f main.cpp.obj - 0001:00083bf0 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$1 10084bf0 f main.cpp.obj - 0001:00083bfb __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$0 10084bfb f main.cpp.obj - 0001:00083c06 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$2 10084c06 f main.cpp.obj - 0001:00083c0e __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$3 10084c0e f main.cpp.obj - 0001:00083c19 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$4 10084c19 f main.cpp.obj - 0001:00083c21 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$5 10084c21 f main.cpp.obj - 0001:00083c2c __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$6 10084c2c f main.cpp.obj - 0001:00083c34 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$7 10084c34 f main.cpp.obj - 0001:00083c3f __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$8 10084c3f f main.cpp.obj - 0001:00083c47 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$9 10084c47 f main.cpp.obj - 0001:00083c57 __ehhandler$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10084c57 f main.cpp.obj - 0001:00083c90 __unwindfunclet$?CacheItemNameToId@Nampower@@YAXPBDI@Z$0 10084c90 f items.cpp.obj - 0001:00083c90 __unwindfunclet$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z$0 10084c90 f main.cpp.obj - 0001:00083c90 __unwindfunclet$?addCustomEvent@Nampower@@YAXIPAD@Z$0 10084c90 f main.cpp.obj - 0001:00083c90 __unwindfunclet$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z$0 10084c90 f spell_scripts.cpp.obj - 0001:00083c90 __unwindfunclet$?TriggerQuickcast@Nampower@@YAXXZ$0 10084c90 f spellcast.cpp.obj - 0001:00083c9d __ehhandler$?CacheItemNameToId@Nampower@@YAXPBDI@Z 10084c9d f items.cpp.obj - 0001:00083c9d __ehhandler$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 10084c9d f main.cpp.obj - 0001:00083c9d __ehhandler$?addCustomEvent@Nampower@@YAXIPAD@Z 10084c9d f main.cpp.obj - 0001:00083c9d __ehhandler$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 10084c9d f spell_scripts.cpp.obj - 0001:00083c9d __ehhandler$?TriggerQuickcast@Nampower@@YAXXZ 10084c9d f spellcast.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cd0 __unwindfunclet$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$0 10084cd0 f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083cdd __ehhandler$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10084cdd f main.cpp.obj - 0001:00083d00 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10084d00 f main.cpp.obj - 0001:00083d0d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10084d0d f main.cpp.obj - 0001:00083d40 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$2 10084d40 f main.cpp.obj - 0001:00083d4d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10084d4d f main.cpp.obj - 0001:00083d80 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10084d80 f main.cpp.obj - 0001:00083d8d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10084d8d f main.cpp.obj - 0001:00083dc0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$2 10084dc0 f main.cpp.obj - 0001:00083dcd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10084dcd f main.cpp.obj - 0001:00083e00 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$2 10084e00 f main.cpp.obj - 0001:00083e0d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10084e0d f main.cpp.obj - 0001:00083e40 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$2 10084e40 f main.cpp.obj - 0001:00083e4d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10084e4d f main.cpp.obj - 0001:00083e80 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$2 10084e80 f main.cpp.obj - 0001:00083e8d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10084e8d f main.cpp.obj - 0001:00083ec0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$2 10084ec0 f main.cpp.obj - 0001:00083ecd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10084ecd f main.cpp.obj - 0001:00083f00 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$2 10084f00 f main.cpp.obj - 0001:00083f0d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10084f0d f main.cpp.obj - 0001:00083f40 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$2 10084f40 f main.cpp.obj - 0001:00083f4d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 10084f4d f main.cpp.obj - 0001:00083f80 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$2 10084f80 f main.cpp.obj - 0001:00083f8d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10084f8d f main.cpp.obj - 0001:00083fc0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$2 10084fc0 f main.cpp.obj - 0001:00083fcd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10084fcd f main.cpp.obj - 0001:00084000 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$2 10085000 f main.cpp.obj - 0001:0008400d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 1008500d f main.cpp.obj - 0001:00084040 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$2 10085040 f main.cpp.obj - 0001:0008404d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 1008504d f main.cpp.obj - 0001:00084080 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$2 10085080 f main.cpp.obj - 0001:0008408d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 1008508d f main.cpp.obj - 0001:000840c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$2 100850c0 f main.cpp.obj - 0001:000840cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100850cd f main.cpp.obj - 0001:00084100 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$2 10085100 f main.cpp.obj - 0001:0008410d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 1008510d f main.cpp.obj - 0001:00084140 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$2 10085140 f main.cpp.obj - 0001:0008414d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 1008514d f main.cpp.obj - 0001:00084180 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$2 10085180 f main.cpp.obj - 0001:0008418d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 1008518d f main.cpp.obj - 0001:000841c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 100851c0 f main.cpp.obj - 0001:000841cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100851cd f main.cpp.obj - 0001:00084200 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$2 10085200 f main.cpp.obj - 0001:0008420d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 1008520d f main.cpp.obj - 0001:00084240 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10085240 f main.cpp.obj - 0001:0008424d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008524d f main.cpp.obj - 0001:00084280 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$2 10085280 f main.cpp.obj - 0001:0008428d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 1008528d f main.cpp.obj - 0001:000842c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$2 100852c0 f main.cpp.obj - 0001:000842cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100852cd f main.cpp.obj - 0001:00084300 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$2 10085300 f main.cpp.obj - 0001:0008430d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 1008530d f main.cpp.obj - 0001:00084340 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$2 10085340 f main.cpp.obj - 0001:0008434d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 1008534d f main.cpp.obj - 0001:00084380 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$2 10085380 f main.cpp.obj - 0001:0008438d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 1008538d f main.cpp.obj - 0001:000843c0 __unwindfunclet$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$3 100853c0 f main.cpp.obj - 0001:000843c8 __unwindfunclet$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$2 100853c8 f main.cpp.obj - 0001:000843d5 __ehhandler$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100853d5 f main.cpp.obj - 0001:00084400 __unwindfunclet$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$2 10085400 f main.cpp.obj - 0001:0008440d __ehhandler$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 1008540d f main.cpp.obj - 0001:00084440 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$2 10085440 f main.cpp.obj - 0001:00084448 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$3 10085448 f main.cpp.obj - 0001:00084450 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$4 10085450 f main.cpp.obj - 0001:00084458 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$5 10085458 f main.cpp.obj - 0001:00084460 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$6 10085460 f main.cpp.obj - 0001:00084470 __ehhandler$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 10085470 f main.cpp.obj - 0001:000844a0 __unwindfunclet$?SetSelectionTarget@Nampower@@YAX_K@Z$0 100854a0 f main.cpp.obj - 0001:000844ad __ehhandler$?SetSelectionTarget@Nampower@@YAX_K@Z 100854ad f main.cpp.obj - 0001:000844d0 __unwindfunclet$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z$0 100854d0 f main.cpp.obj - 0001:000844d0 __unwindfunclet$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ$0 100854d0 f main.cpp.obj - 0001:000844d0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ$0 100854d0 f main.cpp.obj - 0001:000844dd __ehhandler$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 100854dd f main.cpp.obj - 0001:000844dd __ehhandler$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 100854dd f main.cpp.obj - 0001:000844dd __ehhandler$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 100854dd f main.cpp.obj - 0001:00084500 __unwindfunclet$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z$0 10085500 f main.cpp.obj - 0001:00084500 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z$0 10085500 f main.cpp.obj - 0001:00084500 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z$0 10085500 f main.cpp.obj - 0001:00084500 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z$0 10085500 f main.cpp.obj - 0001:00084500 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z$0 10085500 f main.cpp.obj - 0001:00084500 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z$0 10085500 f main.cpp.obj - 0001:00084500 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z$0 10085500 f main.cpp.obj - 0001:00084500 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z$0 10085500 f main.cpp.obj - 0001:00084500 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z$0 10085500 f main.cpp.obj - 0001:00084500 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z$0 10085500 f main.cpp.obj - 0001:00084500 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z$0 10085500 f main.cpp.obj - 0001:00084500 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z$0 10085500 f main.cpp.obj - 0001:00084500 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z$0 10085500 f main.cpp.obj - 0001:00084500 __unwindfunclet$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z$0 10085500 f main.cpp.obj - 0001:0008450d __ehhandler$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 1008550d f main.cpp.obj - 0001:0008450d __ehhandler$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 1008550d f main.cpp.obj - 0001:0008450d __ehhandler$?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z 1008550d f main.cpp.obj - 0001:0008450d __ehhandler$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 1008550d f main.cpp.obj - 0001:0008450d __ehhandler$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 1008550d f main.cpp.obj - 0001:0008450d __ehhandler$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 1008550d f main.cpp.obj - 0001:0008450d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z 1008550d f main.cpp.obj - 0001:0008450d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 1008550d f main.cpp.obj - 0001:0008450d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 1008550d f main.cpp.obj - 0001:0008450d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 1008550d f main.cpp.obj - 0001:0008450d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 1008550d f main.cpp.obj - 0001:0008450d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 1008550d f main.cpp.obj - 0001:0008450d __ehhandler$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 1008550d f main.cpp.obj - 0001:0008450d __ehhandler$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 1008550d f main.cpp.obj - 0001:00084530 __unwindfunclet$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z$0 10085530 f main.cpp.obj - 0001:00084530 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z$0 10085530 f main.cpp.obj - 0001:00084530 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z$0 10085530 f main.cpp.obj - 0001:00084530 __unwindfunclet$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z$0 10085530 f main.cpp.obj - 0001:00084530 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z$0 10085530 f main.cpp.obj - 0001:0008453d __ehhandler$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 1008553d f main.cpp.obj - 0001:0008453d __ehhandler$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 1008553d f main.cpp.obj - 0001:0008453d __ehhandler$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 1008553d f main.cpp.obj - 0001:0008453d __ehhandler$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 1008553d f main.cpp.obj - 0001:0008453d __ehhandler$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 1008553d f main.cpp.obj - 0001:00084560 __unwindfunclet$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z$0 10085560 f main.cpp.obj - 0001:00084560 __unwindfunclet$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z$0 10085560 f main.cpp.obj - 0001:0008456d __ehhandler$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 1008556d f main.cpp.obj - 0001:0008456d __ehhandler$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 1008556d f main.cpp.obj - 0001:00084590 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z$0 10085590 f main.cpp.obj - 0001:00084590 __unwindfunclet$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z$0 10085590 f main.cpp.obj - 0001:0008459d __ehhandler$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 1008559d f main.cpp.obj - 0001:0008459d __ehhandler$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 1008559d f main.cpp.obj - 0001:000845c0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z$0 100855c0 f main.cpp.obj - 0001:000845cd __ehhandler$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 100855cd f main.cpp.obj - 0001:000845f0 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$2 100855f0 f main.cpp.obj - 0001:000845f8 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$3 100855f8 f main.cpp.obj - 0001:00084600 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$4 10085600 f main.cpp.obj - 0001:00084608 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$5 10085608 f main.cpp.obj - 0001:00084615 __ehhandler$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 10085615 f main.cpp.obj - 0001:00084640 __unwindfunclet$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z$0 10085640 f main.cpp.obj - 0001:0008464d __ehhandler$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 1008564d f main.cpp.obj - 0001:00084670 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$0 10085670 f main.cpp.obj - 0001:00084678 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$1 10085678 f main.cpp.obj - 0001:00084680 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$7 10085680 f main.cpp.obj - 0001:00084688 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$2 10085688 f main.cpp.obj - 0001:00084690 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$3 10085690 f main.cpp.obj - 0001:00084698 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$4 10085698 f main.cpp.obj - 0001:000846a8 __ehhandler$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 100856a8 f main.cpp.obj - 0001:000846e0 __unwindfunclet$?WriteCall@detail@hadesmem@@YAIABVProcess@2@PAX1AAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z$0 100856e0 f main.cpp.obj - 0001:000846ed __ehhandler$?WriteCall@detail@hadesmem@@YAIABVProcess@2@PAX1AAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100856ed f main.cpp.obj - 0001:00084720 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$0 10085720 f main.cpp.obj - 0001:0008472b __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$2 1008572b f main.cpp.obj - 0001:00084733 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$3 10085733 f main.cpp.obj - 0001:0008473e __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$4 1008573e f main.cpp.obj - 0001:00084746 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$5 10085746 f main.cpp.obj - 0001:00084751 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$6 10085751 f main.cpp.obj - 0001:00084759 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$7 10085759 f main.cpp.obj - 0001:00084764 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$8 10085764 f main.cpp.obj - 0001:0008476c __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$9 1008576c f main.cpp.obj - 0001:0008477c __ehhandler$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 1008577c f main.cpp.obj - 0001:000847b0 __unwindfunclet$?WriteJump@detail@hadesmem@@YAIABVProcess@2@PAX1_NPAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z$0 100857b0 f main.cpp.obj - 0001:000847bd __ehhandler$?WriteJump@detail@hadesmem@@YAIABVProcess@2@PAX1_NPAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100857bd f main.cpp.obj - 0001:000847f0 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$0 100857f0 f main.cpp.obj - 0001:000847ff __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$1 100857ff f main.cpp.obj - 0001:00084818 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$2 10085818 f main.cpp.obj - 0001:00084820 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$4 10085820 f main.cpp.obj - 0001:0008482d __ehhandler$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 1008582d f main.cpp.obj - 0001:00084850 __unwindfunclet$?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z$0 10085850 f main.cpp.obj - 0001:00084858 __unwindfunclet$?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z$1 10085858 f main.cpp.obj - 0001:00084860 __unwindfunclet$?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z$2 10085860 f main.cpp.obj - 0001:00084868 __unwindfunclet$?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z$3 10085868 f main.cpp.obj - 0001:00084875 __ehhandler$?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z 10085875 f main.cpp.obj - 0001:000848a0 __ehhandler$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100858a0 f main.cpp.obj - 0001:000848c0 __ehhandler$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 100858c0 f main.cpp.obj - 0001:000848f0 __unwindfunclet$?checkForStopChanneling@Nampower@@YAXXZ$0 100858f0 f main.cpp.obj - 0001:000848f8 __unwindfunclet$?checkForStopChanneling@Nampower@@YAXXZ$1 100858f8 f main.cpp.obj - 0001:00084905 __ehhandler$?checkForStopChanneling@Nampower@@YAXXZ 10085905 f main.cpp.obj - 0001:00084930 __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$0 10085930 f main.cpp.obj - 0001:0008493f __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$1 1008593f f main.cpp.obj - 0001:0008495b __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$2 1008595b f main.cpp.obj - 0001:00084968 __ehhandler$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 10085968 f main.cpp.obj - 0001:00084990 __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$0 10085990 f main.cpp.obj - 0001:0008499f __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$1 1008599f f main.cpp.obj - 0001:000849bb __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$2 100859bb f main.cpp.obj - 0001:000849c8 __ehhandler$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100859c8 f main.cpp.obj - 0001:000849f0 __unwindfunclet$?clone@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@EBEPAVerror_info_base@exception_detail@2@XZ$0 100859f0 f main.cpp.obj - 0001:000849ff __unwindfunclet$?clone@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@EBEPAVerror_info_base@exception_detail@2@XZ$1 100859ff f main.cpp.obj - 0001:00084a0c __ehhandler$?clone@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 10085a0c f main.cpp.obj - 0001:00084a30 __unwindfunclet$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ$0 10085a30 f main.cpp.obj - 0001:00084a3f __unwindfunclet$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ$1 10085a3f f main.cpp.obj - 0001:00084a4c __ehhandler$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 10085a4c f main.cpp.obj - 0001:00084a70 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$0 10085a70 f main.cpp.obj - 0001:00084a89 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$1 10085a89 f main.cpp.obj - 0001:00084a98 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$4 10085a98 f main.cpp.obj - 0001:00084aa0 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$2 10085aa0 f main.cpp.obj - 0001:00084aa8 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$3 10085aa8 f main.cpp.obj - 0001:00084ab0 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$11 10085ab0 f main.cpp.obj - 0001:00084abd __ehhandler$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 10085abd f main.cpp.obj - 0001:00084ae0 __unwindfunclet$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z$0 10085ae0 f main.cpp.obj - 0001:00084ae8 __unwindfunclet$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z$1 10085ae8 f main.cpp.obj - 0001:00084af5 __ehhandler$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 10085af5 f main.cpp.obj - 0001:00084b20 __unwindfunclet$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z$0 10085b20 f main.cpp.obj - 0001:00084b2b __unwindfunclet$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z$1 10085b2b f main.cpp.obj - 0001:00084b38 __ehhandler$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 10085b38 f main.cpp.obj - 0001:00084b70 __unwindfunclet$?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z$1 10085b70 f main.cpp.obj - 0001:00084b7b __unwindfunclet$?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z$2 10085b7b f main.cpp.obj - 0001:00084b83 __unwindfunclet$?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z$3 10085b83 f main.cpp.obj - 0001:00084b8b __unwindfunclet$?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z$4 10085b8b f main.cpp.obj - 0001:00084b98 __ehhandler$?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z 10085b98 f main.cpp.obj - 0001:00084bd0 __unwindfunclet$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DN@Z$0 10085bd0 f main.cpp.obj - 0001:00084bd0 __unwindfunclet$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DO@Z$0 10085bd0 f main.cpp.obj - 0001:00084bdd __ehhandler$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DN@Z 10085bdd f main.cpp.obj - 0001:00084bdd __ehhandler$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DO@Z 10085bdd f main.cpp.obj - 0001:00084c10 __unwindfunclet$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z$0 10085c10 f main.cpp.obj - 0001:00084c18 __unwindfunclet$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z$1 10085c18 f main.cpp.obj - 0001:00084c25 __ehhandler$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z 10085c25 f main.cpp.obj - 0001:00084c50 __unwindfunclet$?do_put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@DD@Z$0 10085c50 f main.cpp.obj - 0001:00084c5d __ehhandler$?do_put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@DD@Z 10085c5d f main.cpp.obj - 0001:00084c90 __unwindfunclet$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$2 10085c90 f main.cpp.obj - 0001:00084c9d __ehhandler$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 10085c9d f main.cpp.obj - 0001:00084cc0 __unwindfunclet$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$2 10085cc0 f main.cpp.obj - 0001:00084cd4 __ehhandler$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 10085cd4 f main.cpp.obj - 0001:00084d00 __unwindfunclet$?initHooks@Nampower@@YAXXZ$0 10085d00 f main.cpp.obj - 0001:00084d08 __unwindfunclet$?initHooks@Nampower@@YAXXZ$1 10085d08 f main.cpp.obj - 0001:00084d10 __unwindfunclet$?initHooks@Nampower@@YAXXZ$42 10085d10 f main.cpp.obj - 0001:00084d1d __ehhandler$?initHooks@Nampower@@YAXXZ 10085d1d f main.cpp.obj - 0001:00084d50 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$0 10085d50 f main.cpp.obj - 0001:00084d5b __unwindfunclet$?loadConfig@Nampower@@YAXXZ$1 10085d5b f main.cpp.obj - 0001:00084d66 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$2 10085d66 f main.cpp.obj - 0001:00084d71 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$3 10085d71 f main.cpp.obj - 0001:00084d7c __unwindfunclet$?loadConfig@Nampower@@YAXXZ$4 10085d7c f main.cpp.obj - 0001:00084d87 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$5 10085d87 f main.cpp.obj - 0001:00084d92 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$6 10085d92 f main.cpp.obj - 0001:00084d9d __unwindfunclet$?loadConfig@Nampower@@YAXXZ$7 10085d9d f main.cpp.obj - 0001:00084da8 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$8 10085da8 f main.cpp.obj - 0001:00084db3 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$9 10085db3 f main.cpp.obj - 0001:00084dbe __unwindfunclet$?loadConfig@Nampower@@YAXXZ$10 10085dbe f main.cpp.obj - 0001:00084dc9 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$11 10085dc9 f main.cpp.obj - 0001:00084dd9 __ehhandler$?loadConfig@Nampower@@YAXXZ 10085dd9 f main.cpp.obj - 0001:00084e10 __unwindfunclet$?loadUserVar@Nampower@@YAXPBD@Z$0 10085e10 f main.cpp.obj - 0001:00084e18 __unwindfunclet$?loadUserVar@Nampower@@YAXPBD@Z$1 10085e18 f main.cpp.obj - 0001:00084e25 __ehhandler$?loadUserVar@Nampower@@YAXPBD@Z 10085e25 f main.cpp.obj - 0001:00084e50 __unwindfunclet$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z$0 10085e50 f main.cpp.obj - 0001:00084e5d __ehhandler$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 10085e5d f main.cpp.obj - 0001:00084e80 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$0 10085e80 f main.cpp.obj - 0001:00084e88 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$1 10085e88 f main.cpp.obj - 0001:00084e90 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$2 10085e90 f main.cpp.obj - 0001:00084e9d __ehhandler$?processQueues@Nampower@@YA_NXZ 10085e9d f main.cpp.obj - 0001:00084ed0 __unwindfunclet$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$2 10085ed0 f main.cpp.obj - 0001:00084edd __ehhandler$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 10085edd f main.cpp.obj - 0001:00084f00 __unwindfunclet$?put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@PBD3@Z$0 10085f00 f main.cpp.obj - 0001:00084f0d __ehhandler$?put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@PBD3@Z 10085f0d f main.cpp.obj - 0001:00084f30 __unwindfunclet$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z$2 10085f30 f main.cpp.obj - 0001:00084f3d __ehhandler$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 10085f3d f main.cpp.obj - 0001:00084f60 __unwindfunclet$?str@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ$0 10085f60 f main.cpp.obj - 0001:00084f7e __ehhandler$?str@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 10085f7e f main.cpp.obj - 0001:00084fa0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$0 10085fa0 f main.cpp.obj - 0001:00084fa8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$1 10085fa8 f main.cpp.obj - 0001:00084fb0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$2 10085fb0 f main.cpp.obj - 0001:00084fb8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$3 10085fb8 f main.cpp.obj - 0001:00084fc0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$4 10085fc0 f main.cpp.obj - 0001:00084fc8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$5 10085fc8 f main.cpp.obj - 0001:00084fd0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$6 10085fd0 f main.cpp.obj - 0001:00084fd8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$7 10085fd8 f main.cpp.obj - 0001:00084fe0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$8 10085fe0 f main.cpp.obj - 0001:00084fe8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$9 10085fe8 f main.cpp.obj - 0001:00084ff0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$10 10085ff0 f main.cpp.obj - 0001:00084ff8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$11 10085ff8 f main.cpp.obj - 0001:00085000 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$12 10086000 f main.cpp.obj - 0001:00085008 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$13 10086008 f main.cpp.obj - 0001:00085010 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$14 10086010 f main.cpp.obj - 0001:00085018 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$15 10086018 f main.cpp.obj - 0001:00085020 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$16 10086020 f main.cpp.obj - 0001:00085028 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$17 10086028 f main.cpp.obj - 0001:00085030 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$18 10086030 f main.cpp.obj - 0001:00085038 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$19 10086038 f main.cpp.obj - 0001:00085040 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$20 10086040 f main.cpp.obj - 0001:00085048 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$21 10086048 f main.cpp.obj - 0001:00085050 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$22 10086050 f main.cpp.obj - 0001:00085058 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$23 10086058 f main.cpp.obj - 0001:00085060 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$24 10086060 f main.cpp.obj - 0001:00085068 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$25 10086068 f main.cpp.obj - 0001:00085070 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$26 10086070 f main.cpp.obj - 0001:00085078 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$27 10086078 f main.cpp.obj - 0001:00085080 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$28 10086080 f main.cpp.obj - 0001:00085088 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$29 10086088 f main.cpp.obj - 0001:00085090 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$30 10086090 f main.cpp.obj - 0001:00085098 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$31 10086098 f main.cpp.obj - 0001:000850a0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$32 100860a0 f main.cpp.obj - 0001:000850a8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$33 100860a8 f main.cpp.obj - 0001:000850b5 __ehhandler$?updateFromCvar@Nampower@@YAXPBD0@Z 100860b5 f main.cpp.obj - 0001:000850e0 __unwindfunclet$_Load$4 100860e0 f main.cpp.obj - 0001:000850e8 __unwindfunclet$_Load$3 100860e8 f main.cpp.obj - 0001:000850f5 __ehhandler$_Load 100860f5 f main.cpp.obj - 0001:00085120 __unwindfunclet$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$1 10086120 f helper.cpp.obj - 0001:00085128 __unwindfunclet$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$0 10086128 f helper.cpp.obj - 0001:00085135 __ehhandler$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 10086135 f helper.cpp.obj - 0001:00085160 __unwindfunclet$??$_Try_emplace@AB_K$$V@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@_N@1@AB_K@Z$1 10086160 f helper.cpp.obj - 0001:00085168 __unwindfunclet$??$_Try_emplace@AB_K$$V@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@_N@1@AB_K@Z$0 10086168 f helper.cpp.obj - 0001:00085175 __ehhandler$??$_Try_emplace@AB_K$$V@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@_N@1@AB_K@Z 10086175 f helper.cpp.obj - 0001:000851a0 __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$0 100861a0 f helper.cpp.obj - 0001:000851ac __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$2 100861ac f helper.cpp.obj - 0001:000851b6 __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$3 100861b6 f helper.cpp.obj - 0001:000851c5 __ehhandler$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 100861c5 f helper.cpp.obj - 0001:000851f0 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$1 100861f0 f helper.cpp.obj - 0001:000851f8 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$3 100861f8 f helper.cpp.obj - 0001:00085200 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$0 10086200 f helper.cpp.obj - 0001:0008520c __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$9 1008620c f helper.cpp.obj - 0001:00085216 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$10 10086216 f helper.cpp.obj - 0001:00085225 __ehhandler$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 10086225 f helper.cpp.obj - 0001:00085250 __unwindfunclet$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z$0 10086250 f helper.cpp.obj - 0001:00085250 __unwindfunclet$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z$0 10086250 f spellcast.cpp.obj - 0001:00085250 __unwindfunclet$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z$0 10086250 f spellcast.cpp.obj - 0001:00085250 __unwindfunclet$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z$0 10086250 f spellevents.cpp.obj - 0001:0008525d __ehhandler$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 1008625d f helper.cpp.obj - 0001:0008525d __ehhandler$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 1008625d f spellcast.cpp.obj - 0001:0008525d __ehhandler$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 1008625d f spellcast.cpp.obj - 0001:0008525d __ehhandler$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1008625d f spellevents.cpp.obj - 0001:00085290 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$2 10086290 f spellcast.cpp.obj - 0001:00085298 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$3 10086298 f spellcast.cpp.obj - 0001:000852a5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100862a5 f spellcast.cpp.obj - 0001:000852d0 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$0 100862d0 f spellcast.cpp.obj - 0001:000852d8 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$4 100862d8 f spellcast.cpp.obj - 0001:000852e0 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$1 100862e0 f spellcast.cpp.obj - 0001:000852e8 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$2 100862e8 f spellcast.cpp.obj - 0001:000852f0 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$3 100862f0 f spellcast.cpp.obj - 0001:000852fd __ehhandler$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 100862fd f spellcast.cpp.obj - 0001:00085330 __unwindfunclet$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z$0 10086330 f spellcast.cpp.obj - 0001:00085338 __unwindfunclet$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z$1 10086338 f spellcast.cpp.obj - 0001:00085345 __ehhandler$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 10086345 f spellcast.cpp.obj - 0001:00085370 __unwindfunclet$?CastQueuedNonGcdSpell@Nampower@@YAXXZ$0 10086370 f spellcast.cpp.obj - 0001:00085378 __unwindfunclet$?CastQueuedNonGcdSpell@Nampower@@YAXXZ$1 10086378 f spellcast.cpp.obj - 0001:00085385 __ehhandler$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 10086385 f spellcast.cpp.obj - 0001:000853b0 __unwindfunclet$?CastQueuedNormalSpell@Nampower@@YAXXZ$0 100863b0 f spellcast.cpp.obj - 0001:000853b8 __unwindfunclet$?CastQueuedNormalSpell@Nampower@@YAXXZ$1 100863b8 f spellcast.cpp.obj - 0001:000853c5 __ehhandler$?CastQueuedNormalSpell@Nampower@@YAXXZ 100863c5 f spellcast.cpp.obj - 0001:000853f0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$0 100863f0 f spellcast.cpp.obj - 0001:000853f8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$1 100863f8 f spellcast.cpp.obj - 0001:00085400 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$2 10086400 f spellcast.cpp.obj - 0001:00085408 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$3 10086408 f spellcast.cpp.obj - 0001:00085410 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$4 10086410 f spellcast.cpp.obj - 0001:00085418 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$6 10086418 f spellcast.cpp.obj - 0001:00085420 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$5 10086420 f spellcast.cpp.obj - 0001:00085428 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$7 10086428 f spellcast.cpp.obj - 0001:00085430 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$8 10086430 f spellcast.cpp.obj - 0001:00085438 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$9 10086438 f spellcast.cpp.obj - 0001:00085440 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$10 10086440 f spellcast.cpp.obj - 0001:00085448 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$11 10086448 f spellcast.cpp.obj - 0001:00085450 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$12 10086450 f spellcast.cpp.obj - 0001:00085458 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$13 10086458 f spellcast.cpp.obj - 0001:00085460 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$17 10086460 f spellcast.cpp.obj - 0001:00085468 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$14 10086468 f spellcast.cpp.obj - 0001:00085470 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$15 10086470 f spellcast.cpp.obj - 0001:00085478 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$16 10086478 f spellcast.cpp.obj - 0001:00085480 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$18 10086480 f spellcast.cpp.obj - 0001:00085488 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$19 10086488 f spellcast.cpp.obj - 0001:00085490 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$20 10086490 f spellcast.cpp.obj - 0001:00085498 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$21 10086498 f spellcast.cpp.obj - 0001:000854a0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$22 100864a0 f spellcast.cpp.obj - 0001:000854a8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$23 100864a8 f spellcast.cpp.obj - 0001:000854b5 __ehhandler$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100864b5 f spellcast.cpp.obj - 0001:000854e0 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 100864e0 f spellchannel.cpp.obj - 0001:000854e8 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 100864e8 f spellchannel.cpp.obj - 0001:000854f0 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$2 100864f0 f spellchannel.cpp.obj - 0001:000854f8 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$3 100864f8 f spellchannel.cpp.obj - 0001:00085500 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$4 10086500 f spellchannel.cpp.obj - 0001:00085508 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$5 10086508 f spellchannel.cpp.obj - 0001:00085515 __ehhandler$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10086515 f spellchannel.cpp.obj - 0001:00085540 __unwindfunclet$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10086540 f spellchannel.cpp.obj - 0001:00085548 __unwindfunclet$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10086548 f spellchannel.cpp.obj - 0001:00085555 __ehhandler$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10086555 f spellchannel.cpp.obj - 0001:00085580 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10086580 f spellevents.cpp.obj - 0001:00085588 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10086588 f spellevents.cpp.obj - 0001:00085590 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$2 10086590 f spellevents.cpp.obj - 0001:0008559d __ehhandler$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 1008659d f spellevents.cpp.obj - 0001:000855d0 __unwindfunclet$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z$1 100865d0 f spellevents.cpp.obj - 0001:000855d8 __unwindfunclet$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z$0 100865d8 f spellevents.cpp.obj - 0001:000855e5 __ehhandler$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 100865e5 f spellevents.cpp.obj - 0001:00085610 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$0 10086610 f spellevents.cpp.obj - 0001:00085618 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$1 10086618 f spellevents.cpp.obj - 0001:00085620 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$2 10086620 f spellevents.cpp.obj - 0001:0008562d __ehhandler$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 1008662d f spellevents.cpp.obj - 0001:00085660 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$0 10086660 f spellevents.cpp.obj - 0001:00085668 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$13 10086668 f spellevents.cpp.obj - 0001:00085670 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$14 10086670 f spellevents.cpp.obj - 0001:00085678 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$2 10086678 f spellevents.cpp.obj - 0001:00085680 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$1 10086680 f spellevents.cpp.obj - 0001:00085688 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$3 10086688 f spellevents.cpp.obj - 0001:00085690 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$4 10086690 f spellevents.cpp.obj - 0001:00085698 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$5 10086698 f spellevents.cpp.obj - 0001:000856a0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$8 100866a0 f spellevents.cpp.obj - 0001:000856a8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$9 100866a8 f spellevents.cpp.obj - 0001:000856b0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$7 100866b0 f spellevents.cpp.obj - 0001:000856b8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$6 100866b8 f spellevents.cpp.obj - 0001:000856c0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$10 100866c0 f spellevents.cpp.obj - 0001:000856c8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$11 100866c8 f spellevents.cpp.obj - 0001:000856d0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$12 100866d0 f spellevents.cpp.obj - 0001:000856dd __ehhandler$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 100866dd f spellevents.cpp.obj - 0001:00085710 __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$0 10086710 f spellevents.cpp.obj - 0001:0008571b __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$1 1008671b f spellevents.cpp.obj - 0001:00085726 __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$2 10086726 f spellevents.cpp.obj - 0001:0008572e __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$3 1008672e f spellevents.cpp.obj - 0001:0008573b __ehhandler$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 1008673b f spellevents.cpp.obj - 0001:00085770 __unwindfunclet$??$PushArrayFieldsToLuaWithRefs@UItemStats_C@game@@@Nampower@@YAXPAIPBUItemStats_C@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z$0 10086770 f misc_scripts.cpp.obj - 0001:00085770 __unwindfunclet$??$PushArrayFieldsToLuaWithRefs@UUnitFields@game@@@Nampower@@YAXPAIPBUUnitFields@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z$0 10086770 f misc_scripts.cpp.obj - 0001:00085770 __unwindfunclet$??$PushArrayFieldsToLuaWithRefs@USpellRec@game@@@Nampower@@YAXPAIPBUSpellRec@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z$0 10086770 f spell_scripts.cpp.obj - 0001:0008577d __ehhandler$??$PushArrayFieldsToLuaWithRefs@UItemStats_C@game@@@Nampower@@YAXPAIPBUItemStats_C@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 1008677d f misc_scripts.cpp.obj - 0001:0008577d __ehhandler$??$PushArrayFieldsToLuaWithRefs@UUnitFields@game@@@Nampower@@YAXPAIPBUUnitFields@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 1008677d f misc_scripts.cpp.obj - 0001:0008577d __ehhandler$??$PushArrayFieldsToLuaWithRefs@USpellRec@game@@@Nampower@@YAXPAIPBUSpellRec@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 1008677d f spell_scripts.cpp.obj - 0001:000857b0 __unwindfunclet$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$1 100867b0 f dbc_fields.cpp.obj - 0001:000857b0 __unwindfunclet$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$1 100867b0 f misc_scripts.cpp.obj - 0001:000857b8 __unwindfunclet$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$0 100867b8 f dbc_fields.cpp.obj - 0001:000857b8 __unwindfunclet$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$0 100867b8 f misc_scripts.cpp.obj - 0001:000857c5 __ehhandler$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100867c5 f dbc_fields.cpp.obj - 0001:000857c5 __ehhandler$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100867c5 f misc_scripts.cpp.obj - 0001:000857f0 __unwindfunclet$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@QAE@XZ$1 100867f0 f items.cpp.obj - 0001:000857f0 __unwindfunclet$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@QAE@XZ$1 100867f0 f misc_scripts.cpp.obj - 0001:000857fb __unwindfunclet$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@QAE@XZ$2 100867fb f items.cpp.obj - 0001:000857fb __unwindfunclet$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@QAE@XZ$2 100867fb f misc_scripts.cpp.obj - 0001:0008580b __ehhandler$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@QAE@XZ 1008680b f items.cpp.obj - 0001:0008580b __ehhandler$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@QAE@XZ 1008680b f misc_scripts.cpp.obj - 0001:00085830 __unwindfunclet$?RunQueuedScript@Nampower@@YA_NH@Z$0 10086830 f misc_scripts.cpp.obj - 0001:00085830 __unwindfunclet$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z$0 10086830 f misc_scripts.cpp.obj - 0001:0008583d __ehhandler$?RunQueuedScript@Nampower@@YA_NH@Z 1008683d f misc_scripts.cpp.obj - 0001:0008583d __ehhandler$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 1008683d f misc_scripts.cpp.obj - 0001:00085870 __unwindfunclet$?Script_DisenchantAll@Nampower@@YAIPAI@Z$0 10086870 f misc_scripts.cpp.obj - 0001:0008587d __ehhandler$?Script_DisenchantAll@Nampower@@YAIPAI@Z 1008687d f misc_scripts.cpp.obj - 0001:000858b0 __unwindfunclet$?Script_GetItemStatsField@Nampower@@YAIPAI@Z$2 100868b0 f misc_scripts.cpp.obj - 0001:000858b0 __unwindfunclet$?Script_GetUnitField@Nampower@@YAIPAI@Z$2 100868b0 f misc_scripts.cpp.obj - 0001:000858b0 __unwindfunclet$?Script_GetSpellRecField@Nampower@@YAIPAI@Z$2 100868b0 f spell_scripts.cpp.obj - 0001:000858bd __ehhandler$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 100868bd f misc_scripts.cpp.obj - 0001:000858bd __ehhandler$?Script_GetUnitField@Nampower@@YAIPAI@Z 100868bd f misc_scripts.cpp.obj - 0001:000858bd __ehhandler$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 100868bd f spell_scripts.cpp.obj - 0001:000858f0 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$0 100868f0 f dbc_fields.cpp.obj - 0001:000858f0 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$0 100868f0 f misc_scripts.cpp.obj - 0001:000858f8 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$1 100868f8 f dbc_fields.cpp.obj - 0001:000858f8 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$1 100868f8 f misc_scripts.cpp.obj - 0001:00085900 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$2 10086900 f dbc_fields.cpp.obj - 0001:00085900 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$2 10086900 f misc_scripts.cpp.obj - 0001:00085908 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$3 10086908 f dbc_fields.cpp.obj - 0001:00085908 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$3 10086908 f misc_scripts.cpp.obj - 0001:00085915 __ehhandler$?InitializeFieldMaps@Nampower@@YAXXZ 10086915 f dbc_fields.cpp.obj - 0001:00085915 __ehhandler$?Script_QueueScript@Nampower@@YAIPAI@Z 10086915 f misc_scripts.cpp.obj - 0001:00085940 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$0 10086940 f misc_scripts.cpp.obj - 0001:00085948 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$1 10086948 f misc_scripts.cpp.obj - 0001:00085950 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$3 10086950 f misc_scripts.cpp.obj - 0001:00085958 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$4 10086958 f misc_scripts.cpp.obj - 0001:00085960 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$2 10086960 f misc_scripts.cpp.obj - 0001:0008596d __ehhandler$?TryDisenchant@Nampower@@YA_NXZ 1008696d f misc_scripts.cpp.obj - 0001:000859a0 __unwindfunclet$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z$0 100869a0 f spell_scripts.cpp.obj - 0001:000859a0 __unwindfunclet$?Script_QueueSpellByName@Nampower@@YAIPAI@Z$0 100869a0 f spell_scripts.cpp.obj - 0001:000859ad __ehhandler$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 100869ad f spell_scripts.cpp.obj - 0001:000859ad __ehhandler$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 100869ad f spell_scripts.cpp.obj - 0001:000859e0 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$1 100869e0 f spell_scripts.cpp.obj - 0001:000859e8 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$4 100869e8 f spell_scripts.cpp.obj - 0001:000859f0 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$0 100869f0 f spell_scripts.cpp.obj - 0001:000859fd __ehhandler$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 100869fd f spell_scripts.cpp.obj - 0001:00085a30 __unwindfunclet$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z$0 10086a30 f item_scripts.cpp.obj - 0001:00085a38 __unwindfunclet$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z$1 10086a38 f item_scripts.cpp.obj - 0001:00085a45 __ehhandler$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 10086a45 f item_scripts.cpp.obj - 0001:00085a70 __unwindfunclet$??$_Try_emplace@ABI$$V@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@_N@1@ABI@Z$1 10086a70 f items.cpp.obj - 0001:00085a78 __unwindfunclet$??$_Try_emplace@ABI$$V@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@_N@1@ABI@Z$0 10086a78 f items.cpp.obj - 0001:00085a85 __ehhandler$??$_Try_emplace@ABI$$V@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@_N@1@ABI@Z 10086a85 f items.cpp.obj - 0001:00085ab0 __unwindfunclet$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$1 10086ab0 f items.cpp.obj - 0001:00085ab8 __unwindfunclet$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$0 10086ab8 f items.cpp.obj - 0001:00085ac5 __ehhandler$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 10086ac5 f items.cpp.obj - 0001:00085af0 __unwindfunclet$??$emplace@ABI@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE?AU?$pair@V?$_List_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@@std@@_N@1@ABI@Z$1 10086af0 f items.cpp.obj - 0001:00085af8 __unwindfunclet$??$emplace@ABI@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE?AU?$pair@V?$_List_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@@std@@_N@1@ABI@Z$0 10086af8 f items.cpp.obj - 0001:00085b05 __ehhandler$??$emplace@ABI@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE?AU?$pair@V?$_List_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@@std@@_N@1@ABI@Z 10086b05 f items.cpp.obj - 0001:00085b30 __unwindfunclet$??__EitemNameToIdCache@Nampower@@YAXXZ$1 10086b30 f items.cpp.obj - 0001:00085b3a __unwindfunclet$??__EitemNameToIdCache@Nampower@@YAXXZ$2 10086b3a f items.cpp.obj - 0001:00085b49 __ehhandler$??__EitemNameToIdCache@Nampower@@YAXXZ 10086b49 f items.cpp.obj - 0001:00085b70 __unwindfunclet$??__EitemStatsCache@Nampower@@YAXXZ$1 10086b70 f items.cpp.obj - 0001:00085b7a __unwindfunclet$??__EitemStatsCache@Nampower@@YAXXZ$2 10086b7a f items.cpp.obj - 0001:00085b89 __ehhandler$??__EitemStatsCache@Nampower@@YAXXZ 10086b89 f items.cpp.obj - 0001:00085bb0 __unwindfunclet$??__EpendingItemIds@Nampower@@YAXXZ$1 10086bb0 f items.cpp.obj - 0001:00085bba __unwindfunclet$??__EpendingItemIds@Nampower@@YAXXZ$2 10086bba f items.cpp.obj - 0001:00085bc9 __ehhandler$??__EpendingItemIds@Nampower@@YAXXZ 10086bc9 f items.cpp.obj - 0001:00085bf0 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$0 10086bf0 f items.cpp.obj - 0001:00085bf8 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$1 10086bf8 f items.cpp.obj - 0001:00085c00 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$2 10086c00 f items.cpp.obj - 0001:00085c08 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$3 10086c08 f items.cpp.obj - 0001:00085c10 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$4 10086c10 f items.cpp.obj - 0001:00085c18 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$5 10086c18 f items.cpp.obj - 0001:00085c25 __ehhandler$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 10086c25 f items.cpp.obj - 0001:00085c50 __unwindfunclet$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z$0 10086c50 f items.cpp.obj - 0001:00085c58 __unwindfunclet$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z$1 10086c58 f items.cpp.obj - 0001:00085c65 __ehhandler$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 10086c65 f items.cpp.obj - 0001:00085c90 __unwindfunclet$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z$0 10086c90 f items.cpp.obj - 0001:00085cae __ehhandler$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 10086cae f items.cpp.obj - 0001:00085cd0 __unwindfunclet$?InitializeUnitFieldMaps@Nampower@@YAXXZ$0 10086cd0 f unit_fields.cpp.obj - 0001:00085cd8 __unwindfunclet$?InitializeUnitFieldMaps@Nampower@@YAXXZ$1 10086cd8 f unit_fields.cpp.obj - 0001:00085ce5 __ehhandler$?InitializeUnitFieldMaps@Nampower@@YAXXZ 10086ce5 f unit_fields.cpp.obj - 0001:00085d10 __unwindfunclet$?CleanupAllLuaTableRefs@Nampower@@YAXXZ$0 10086d10 f lua_refs.cpp.obj - 0001:00085d18 __unwindfunclet$?CleanupAllLuaTableRefs@Nampower@@YAXXZ$1 10086d18 f lua_refs.cpp.obj - 0001:00085d25 __ehhandler$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 10086d25 f lua_refs.cpp.obj - 0001:00085d4c __ehhandler$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 10086d4c f libvcruntime:frame.obj - 0001:00085d69 __unwindfunclet$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ$0 10086d69 f libvcruntime:undname.obj - 0001:00085d76 __ehhandler$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 10086d76 f libvcruntime:undname.obj - 0001:00085d93 __ehhandler$?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 10086d93 f libucrt:write.obj - 0001:00085dbd __ehhandler$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 10086dbd f libucrt:exit.obj - 0001:00085dda __ehhandler$__execute_onexit_table 10086dda f libucrt:onexit.obj - 0001:00085df7 __ehhandler$___dcrt_uninitialize_environments_nolock 10086df7 f libucrt:environment_initialization.obj - 0001:00085e14 __ehhandler$?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 10086e14 f libucrt:mbstowcs.obj - 0001:00085e31 __unwindfunclet$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z$0 10086e31 f libcpmt:locale0.obj - 0001:00085e3e __ehhandler$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 10086e3e f libcpmt:locale0.obj - 0001:00085e60 ??__FdebugLogFile@Nampower@@YAXXZ 10086e60 f logging.cpp.obj - 0001:00085f10 ??__F?e@?$exception_ptr_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B@@YAXXZ 10086f10 f main.cpp.obj - 0001:00085f50 ??__F?e@?$exception_ptr_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B@@YAXXZ 10086f50 f main.cpp.obj - 0001:00085f90 ??__Fep@?1???$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ@YAXXZ 10086f90 f main.cpp.obj - 0001:00085fd0 ??__Fep@?1???$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ@YAXXZ 10086fd0 f main.cpp.obj - 0001:00086010 ??__FgAttackRoundInfo_ReadPacketDetour@Nampower@@YAXXZ 10087010 f main.cpp.obj - 0001:00086030 ??__FgCGActionBar_UseActionDetour@Nampower@@YAXXZ 10087030 f main.cpp.obj - 0001:00086050 ??__FgCGBuffBar_UpdateDurationDetour@Nampower@@YAXXZ 10087050 f main.cpp.obj - 0001:00086070 ??__FgCGPlayer_C_OnAttackIconPressedDetour@Nampower@@YAXXZ 10087070 f main.cpp.obj - 0001:00086090 ??__FgCGSpellBook_CastSpellDetour@Nampower@@YAXXZ 10087090 f main.cpp.obj - 0001:000860b0 ??__FgCGUnit_C_OnAuraAddedDetour@Nampower@@YAXXZ 100870b0 f main.cpp.obj - 0001:000860d0 ??__FgCGUnit_C_OnAuraRemovedDetour@Nampower@@YAXXZ 100870d0 f main.cpp.obj - 0001:000860f0 ??__FgCGUnit_C_OnAuraStacksChangedDetour@Nampower@@YAXXZ 100870f0 f main.cpp.obj - 0001:00086110 ??__FgCGWorldFrame_OnLayerTrackTerrainDetour@Nampower@@YAXXZ 10087110 f main.cpp.obj - 0001:00086130 ??__FgCSimpleFrame_GetNameDetour@Nampower@@YAXXZ 10087130 f main.cpp.obj - 0001:00086150 ??__FgCancelSpellDetour@Nampower@@YAXXZ 10087150 f main.cpp.obj - 0001:00086170 ??__FgCastDetour@Nampower@@YAXXZ 10087170 f main.cpp.obj - 0001:00086190 ??__FgCastHistory@Nampower@@YAXXZ 10087190 f main.cpp.obj - 0001:000861a0 ??__FgCastResultHandlerDetour@Nampower@@YAXXZ 100871a0 f main.cpp.obj - 0001:000861c0 ??__FgCastbarPatch@Nampower@@YAXXZ 100871c0 f main.cpp.obj - 0001:00086290 ??__FgCreateEventsDetour@Nampower@@YAXXZ 10087290 f main.cpp.obj - 0001:000862b0 ??__FgGetSpellSlotFromLuaDetour@Nampower@@YAXXZ 100872b0 f main.cpp.obj - 0001:000862d0 ??__FgIEndSceneDetour@Nampower@@YAXXZ 100872d0 f main.cpp.obj - 0001:000862f0 ??__FgInvalidFunctionPtrCheckDetour@Nampower@@YAXXZ 100872f0 f main.cpp.obj - 0001:00086310 ??__FgLoadScriptFunctionsDetour@Nampower@@YAXXZ 10087310 f main.cpp.obj - 0001:00086330 ??__FgNonGcdCastQueue@Nampower@@YAXXZ 10087330 f main.cpp.obj - 0001:00086340 ??__FgOnSpriteRightClickDetour@Nampower@@YAXXZ 10087340 f main.cpp.obj - 0001:00086360 ??__FgPeriodicAuraLogHandlerDetour@Nampower@@YAXXZ 10087360 f main.cpp.obj - 0001:00086380 ??__FgPlaySpellVisualHandlerDetour@Nampower@@YAXXZ 10087380 f main.cpp.obj - 0001:000863a0 ??__FgProcResistHandlerDetour@Nampower@@YAXXZ 100873a0 f main.cpp.obj - 0001:000863c0 ??__FgSendCastDetour@Nampower@@YAXXZ 100873c0 f main.cpp.obj - 0001:000863e0 ??__FgSetCVarDetour@Nampower@@YAXXZ 100873e0 f main.cpp.obj - 0001:00086400 ??__FgSetEventCountDetour@Nampower@@YAXXZ 10087400 f main.cpp.obj - 0001:00086420 ??__FgSignalEventDetour@Nampower@@YAXXZ 10087420 f main.cpp.obj - 0001:00086440 ??__FgSpellChannelStartHandlerDetour@Nampower@@YAXXZ 10087440 f main.cpp.obj - 0001:00086460 ??__FgSpellChannelUpdateHandlerDetour@Nampower@@YAXXZ 10087460 f main.cpp.obj - 0001:00086480 ??__FgSpellCooldownDetour@Nampower@@YAXXZ 10087480 f main.cpp.obj - 0001:000864a0 ??__FgSpellDelayedDetour@Nampower@@YAXXZ 100874a0 f main.cpp.obj - 0001:000864c0 ??__FgSpellEnergizeLogHandlerDetour@Nampower@@YAXXZ 100874c0 f main.cpp.obj - 0001:000864e0 ??__FgSpellFailedDetour@Nampower@@YAXXZ 100874e0 f main.cpp.obj - 0001:00086500 ??__FgSpellFailedOtherHandlerDetour@Nampower@@YAXXZ 10087500 f main.cpp.obj - 0001:00086520 ??__FgSpellGoDetour@Nampower@@YAXXZ 10087520 f main.cpp.obj - 0001:00086540 ??__FgSpellHealingLogHandlerDetour@Nampower@@YAXXZ 10087540 f main.cpp.obj - 0001:00086560 ??__FgSpellLogMissHandlerDetour@Nampower@@YAXXZ 10087560 f main.cpp.obj - 0001:00086580 ??__FgSpellNonMeleeDmgLogHandlerDetour@Nampower@@YAXXZ 10087580 f main.cpp.obj - 0001:000865a0 ??__FgSpellOrDamageImmuneHandlerDetour@Nampower@@YAXXZ 100875a0 f main.cpp.obj - 0001:000865c0 ??__FgSpellStartHandlerDetour@Nampower@@YAXXZ 100875c0 f main.cpp.obj - 0001:000865e0 ??__FgSpellStopCastingDetour@Nampower@@YAXXZ 100875e0 f main.cpp.obj - 0001:00086600 ??__FgSpellTargetUnitDetour@Nampower@@YAXXZ 10087600 f main.cpp.obj - 0001:00086620 ??__FgSpell_C_CooldownEventTriggeredDetour@Nampower@@YAXXZ 10087620 f main.cpp.obj - 0001:00086640 ??__FgSpell_C_GetAutoRepeatingSpellDetour@Nampower@@YAXXZ 10087640 f main.cpp.obj - 0001:00086660 ??__FgSpell_C_GetSpellModifiersDetour@Nampower@@YAXXZ 10087660 f main.cpp.obj - 0001:00086680 ??__FgSpell_C_GetSpellRadiusDetour@Nampower@@YAXXZ 10087680 f main.cpp.obj - 0001:000866a0 ??__FgSpell_C_HandleSpriteClickDetour@Nampower@@YAXXZ 100876a0 f main.cpp.obj - 0001:000866c0 ??__FgSpell_C_HandleTerrainClickDetour@Nampower@@YAXXZ 100876c0 f main.cpp.obj - 0001:000866e0 ??__FgSpell_C_TargetSpellDetour@Nampower@@YAXXZ 100876e0 f main.cpp.obj - 0001:00086700 ??__FgSysMsgInitDetour@Nampower@@YAXXZ 10087700 f main.cpp.obj - 0001:00086720 ??__FgUnitCombatLogUnitDeadDetour@Nampower@@YAXXZ 10087720 f main.cpp.obj - 0001:00086740 ??__FspellIdToSlotCache@?1??ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z@YAXXZ 10087740 f helper.cpp.obj - 0001:00086750 ??__FspellSlotCache@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@YAXXZ 10087750 f helper.cpp.obj - 0001:00086760 ??__FitemStatsArrayFieldRefs@Nampower@@YAXXZ 10087760 f misc_scripts.cpp.obj - 0001:00086770 ??__FitemStatsNestedArrayRefs@Nampower@@YAXXZ 10087770 f misc_scripts.cpp.obj - 0001:00086780 ??__FunitFieldsArrayFieldRefs@Nampower@@YAXXZ 10087780 f misc_scripts.cpp.obj - 0001:00086790 ??__FunitFieldsNestedArrayRefs@Nampower@@YAXXZ 10087790 f misc_scripts.cpp.obj - 0001:000867a0 ??__FspellRecArrayFieldRefs@Nampower@@YAXXZ 100877a0 f spell_scripts.cpp.obj - 0001:000867b0 ??__FspellRecNestedArrayRefs@Nampower@@YAXXZ 100877b0 f spell_scripts.cpp.obj - 0001:000867c0 ??__FitemNameToIdCache@Nampower@@YAXXZ 100877c0 f items.cpp.obj - 0001:000867d0 ??__FitemStatsCache@Nampower@@YAXXZ 100877d0 f items.cpp.obj - 0001:000867e0 ??__FpendingItemIds@Nampower@@YAXXZ 100877e0 f items.cpp.obj - 0001:000867f0 ??__FitemStatsArrayFieldMap@Nampower@@YAXXZ 100877f0 f dbc_fields.cpp.obj - 0001:00086800 ??__FitemStatsFieldMap@Nampower@@YAXXZ 10087800 f dbc_fields.cpp.obj - 0001:00086810 ??__FspellRecArrayFieldMap@Nampower@@YAXXZ 10087810 f dbc_fields.cpp.obj - 0001:00086820 ??__FspellRecFieldMap@Nampower@@YAXXZ 10087820 f dbc_fields.cpp.obj - 0001:00086830 ??__FunitFieldsArrayFieldMap@Nampower@@YAXXZ 10087830 f unit_fields.cpp.obj - 0001:00086840 ??__FunitFieldsFieldMap@Nampower@@YAXXZ 10087840 f unit_fields.cpp.obj - 0001:00086850 ??__FregisteredTableRefs@Nampower@@YAXXZ 10087850 f lua_refs.cpp.obj - 0001:000868ac ??__Finitlocks@std@@YAXXZ 100878ac f libcpmt:xlock.obj - 0001:000868b6 ??__F_Fac_tidy_reg@std@@YAXXZ 100878b6 f libcpmt:locale0.obj - 0001:000868c0 ??__Fclassic_locale@std@@YAXXZ 100878c0 f libcpmt:locale0.obj - 0001:000868ca ??__Finit_atexit@@YAXXZ 100878ca f libcpmt:iosptrs.obj - 0001:000868d4 ??__Finitlocks@std@@YAXXZ 100878d4 f libcpmt:iosptrs.obj + 0001:0007b4cf _ftol3_default 1007c4cf LIBCMT:ftol3.obj + 0001:0007b4e3 _ftol3_notsafe 1007c4e3 LIBCMT:ftol3.obj + 0001:0007b503 _ftol3_mincheck 1007c503 LIBCMT:ftol3.obj + 0001:0007b509 _ftol3_NaN 1007c509 LIBCMT:ftol3.obj + 0001:0007b511 _ftol3_retmin 1007c511 LIBCMT:ftol3.obj + 0001:0007b520 $$000000 1007c520 LIBCMT:ftol3.obj + 0001:0007b53e _dtoul3_default 1007c53e LIBCMT:ftol3.obj + 0001:0007b569 _dtoul3_notsafe 1007c569 LIBCMT:ftol3.obj + 0001:0007b592 _dtoul3_exact 1007c592 LIBCMT:ftol3.obj + 0001:0007b599 _dtoul3_large 1007c599 LIBCMT:ftol3.obj + 0001:0007b5a4 _dtoul3_neg 1007c5a4 LIBCMT:ftol3.obj + 0001:0007b5b5 _dtoul3_NaN 1007c5b5 LIBCMT:ftol3.obj + 0001:0007b5d0 $$000000 1007c5d0 LIBCMT:ftol3.obj + 0001:0007b5ee _dtoul3l_notsafe 1007c5ee LIBCMT:ftol3.obj + 0001:0007b600 $$000000 1007c600 LIBCMT:ftol3.obj + 0001:0007b61e _dtol3_default 1007c61e LIBCMT:ftol3.obj + 0001:0007b648 _dtol3_getbits 1007c648 LIBCMT:ftol3.obj + 0001:0007b671 _dtol3_trunc 1007c671 LIBCMT:ftol3.obj + 0001:0007b678 _dtol3_lshift 1007c678 LIBCMT:ftol3.obj + 0001:0007b67e _dtol3_notsafe 1007c67e LIBCMT:ftol3.obj + 0001:0007b697 _dtol3_large 1007c697 LIBCMT:ftol3.obj + 0001:0007b69f _dtol3_NaN 1007c69f LIBCMT:ftol3.obj + 0001:0007b6a7 _dtol3_retmin 1007c6a7 LIBCMT:ftol3.obj + 0001:0007b6b0 $$000000 1007c6b0 LIBCMT:ftol3.obj + 0001:0007b6ca _ultod3_default 1007c6ca LIBCMT:ftol3.obj + 0001:0007b6f8 _ultod3_uint32 1007c6f8 LIBCMT:ftol3.obj + 0001:0007b700 $$000000 1007c700 LIBCMT:ftol3.obj + 0001:0007b71a _ltod3_default 1007c71a LIBCMT:ftol3.obj + 0001:0007b741 _ltod3_lt33 1007c741 LIBCMT:ftol3.obj + 0001:0007b742 ?dllmain_crt_dispatch@@YGHQAUHINSTANCE__@@KQAX@Z 1007c742 f LIBCMT:dll_dllmain.obj + 0001:0007b795 ?dllmain_crt_process_attach@@YAHQAUHINSTANCE__@@QAX@Z 1007c795 f LIBCMT:dll_dllmain.obj + 0001:0007b89c ?dllmain_crt_process_detach@@YAH_N@Z 1007c89c f LIBCMT:dll_dllmain.obj + 0001:0007b94c ?dllmain_dispatch@@YAHQAUHINSTANCE__@@KQAX@Z 1007c94c f LIBCMT:dll_dllmain.obj + 0001:0007ba57 ?dllmain_raw@@YGHQAUHINSTANCE__@@KQAX@Z 1007ca57 f LIBCMT:dll_dllmain.obj + 0001:0007bab0 $$000000 1007cab0 LIBCMT:sehprolg4.obj + 0001:0007bff0 $$000000 1007cff0 LIBCMT:ulldvrm.obj + 0001:0007c021 L1 1007d021 LIBCMT:ulldvrm.obj + 0001:0007c02f L3 1007d02f LIBCMT:ulldvrm.obj + 0001:0007c05d L4 1007d05d LIBCMT:ulldvrm.obj + 0001:0007c066 L5 1007d066 LIBCMT:ulldvrm.obj + 0001:0007c068 L2 1007d068 LIBCMT:ulldvrm.obj + 0001:0007c1b0 $$000000 1007d1b0 LIBCMT:ulldiv.obj + 0001:0007c1d2 L1 1007d1d2 LIBCMT:ulldiv.obj + 0001:0007c1e0 L3 1007d1e0 LIBCMT:ulldiv.obj + 0001:0007c20e L4 1007d20e LIBCMT:ulldiv.obj + 0001:0007c20f L5 1007d20f LIBCMT:ulldiv.obj + 0001:0007c213 L2 1007d213 LIBCMT:ulldiv.obj + 0001:0007c220 $$000000 1007d220 LIBCMT:ullrem.obj + 0001:0007c241 L1 1007d241 LIBCMT:ullrem.obj + 0001:0007c24f L3 1007d24f LIBCMT:ullrem.obj + 0001:0007c27a L4 1007d27a LIBCMT:ullrem.obj + 0001:0007c282 L5 1007d282 LIBCMT:ullrem.obj + 0001:0007c291 L2 1007d291 LIBCMT:ullrem.obj + 0001:0007c4a0 $$000000 1007d4a0 LIBCMT:chkstk.obj + 0001:0007c4b4 cs10 1007d4b4 LIBCMT:chkstk.obj + 0001:0007c4c2 cs20 1007d4c2 LIBCMT:chkstk.obj + 0001:0007c4d0 $$000000 1007d4d0 LIBCMT:alloca16.obj + 0001:0007c4e6 alloca_8 1007d4e6 LIBCMT:alloca16.obj + 0001:0007c500 $$000000 1007d500 LIBCMT:ftol2.obj + 0001:0007c510 $$000000 1007d510 LIBCMT:ftol2.obj + 0001:0007c521 L3B 1007d521 LIBCMT:ftol2.obj + 0001:0007c564 L3F 1007d564 LIBCMT:ftol2.obj + 0001:0007c56c L40 1007d56c LIBCMT:ftol2.obj + 0001:0007c57f L41 1007d57f LIBCMT:ftol2.obj + 0001:0007c5b5 ___get_entropy 1007d5b5 f LIBCMT:gs_support.obj + 0001:0007dcdc $LN1250 1007ecdc libvcruntime:memcmp.obj + 0001:0007dd60 $$000000 1007ed60 libvcruntime:strrchr.obj + 0001:0007dd9d strrchr_sse_loop 1007ed9d libvcruntime:strrchr.obj + 0001:0007ddcd strrchr_sse_break 1007edcd libvcruntime:strrchr.obj + 0001:0007dded strrchr_sttni 1007eded libvcruntime:strrchr.obj + 0001:0007ddff strrchr_sttni_chars 1007edff libvcruntime:strrchr.obj + 0001:0007de14 strrchr_sttni_aligned 1007ee14 libvcruntime:strrchr.obj + 0001:0007de18 strrchr_sttni_xmm 1007ee18 libvcruntime:strrchr.obj + 0001:0007de2b exit 1007ee2b libvcruntime:strrchr.obj + 0001:0007de2e strrchr_zero 1007ee2e libvcruntime:strrchr.obj + 0001:0007de53 strchr_zero_loop 1007ee53 libvcruntime:strrchr.obj + 0001:0007de67 strchr_zero_result 1007ee67 libvcruntime:strrchr.obj + 0001:0007de6e strrchr_no_sse 1007ee6e libvcruntime:strrchr.obj + 0001:0007de91 returndi 1007ee91 libvcruntime:strrchr.obj + 0001:0007de93 toend 1007ee93 libvcruntime:strrchr.obj + 0001:0007df9d ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@PAD@@QAEPAD$$QAV@@AAV@@$$QAV@@@Z 1007ef9d f libucrt:setlocale.obj + 0001:0007dff8 ??R@@QBEPADXZ 1007eff8 f libucrt:setlocale.obj + 0001:0007e157 _call_wsetlocale 1007f157 f libucrt:setlocale.obj + 0001:0007e3a3 ??$common_fsopen@D@@YAPAU_iobuf@@QBD0H@Z 1007f3a3 f libucrt:fopen.obj + 0001:0007e465 ??$common_configure_argv@D@@YAHW4_crt_argv_mode@@@Z 1007f465 f libucrt:argv_parsing.obj + 0001:0007e5a2 ??$parse_command_line@D@@YAXPADPAPAD0PAI2@Z 1007f5a2 f libucrt:argv_parsing.obj + 0001:0007e770 _initialize_global_variables 1007f770 f libucrt:initialization.obj + 0001:0007e77d _initialize_c 1007f77d f libucrt:initialization.obj + 0001:0007e797 _uninitialize_environment 1007f797 f libucrt:initialization.obj + 0001:0007e79f _initialize_pointers 1007f79f f libucrt:initialization.obj + 0001:0007e7cd _uninitialize_vcruntime 1007f7cd f libucrt:initialization.obj + 0001:0007e7d6 _uninitialize_allocated_memory 1007f7d6 f libucrt:initialization.obj + 0001:0007e7ed _uninitialize_allocated_io_buffers 1007f7ed f libucrt:initialization.obj + 0001:0007e83d ??R@@QBE@AAPAU__crt_multibyte_data@@@Z 1007f83d f libucrt:initialization.obj + 0001:0007e8d2 ?_wcstombs_internal@@YAHPAIPADIPB_WIAAV__crt_cached_ptd_host@@@Z 1007f8d2 f libucrt:wcstombs.obj + 0001:0007e9a7 ?_wcstombs_l_helper@@YAIPADPB_WIAAV__crt_cached_ptd_host@@@Z 1007f9a7 f libucrt:wcstombs.obj + 0001:0007eeb6 ??$common_openfile@D@@YAPAU_iobuf@@QBD0HV__crt_stdio_stream@@@Z 1007feb6 f libucrt:openfile.obj + 0001:0007f058 ?@@@CAHPBX0@Z 10080058 f libucrt:argv_wildcards.obj + 0001:0007f136 ??$common_expand_argv_wildcards@D@@YAHQAPADQAPAPAD@Z 10080136 f libucrt:argv_wildcards.obj + 0001:0007f2b3 ??$copy_and_add_argument_to_buffer@D@@YAHQBD0IAAV?$argument_list@D@?A0x5f5c8891@@@Z 100802b3 f libucrt:argv_wildcards.obj + 0001:0007f364 ??$expand_argument_wildcards@D@@YAHQAD0AAV?$argument_list@D@?A0x5f5c8891@@@Z 10080364 f libucrt:argv_wildcards.obj + 0001:0007f5e9 ??1?$argument_list@D@?A0x5f5c8891@@QAE@XZ 100805e9 f libucrt:argv_wildcards.obj + 0001:0007f64a ?expand_if_necessary@?$argument_list@D@?A0x5f5c8891@@AAEHXZ 1008064a f libucrt:argv_wildcards.obj + 0001:0007f77d ?x_ismbbtype_l@@YAHPAU__crt_locale_pointers@@IHH@Z 1008077d f libucrt:ismbbyte.obj + 0001:0007f9a6 ??$common_sopen_dispatch@D@@YAHQBDHHHQAHH@Z 100809a6 f libucrt:open.obj + 0001:0007fa81 ?configure_text_mode@@YAHHUfile_options@?A0xa9d50aae@@HAAW4__crt_lowio_text_mode@@@Z 10080a81 f libucrt:open.obj + 0001:0007fcd7 ?create_file@@YAPAXQB_WQAU_SECURITY_ATTRIBUTES@@Ufile_options@?A0xa9d50aae@@@Z 10080cd7 f libucrt:open.obj + 0001:0007fcfc ?decode_open_create_flags@@YAKH@Z 10080cfc f libucrt:open.obj + 0001:0007fd6c ?decode_options@@YA?AUfile_options@?A0xa9d50aae@@HHH@Z 10080d6c f libucrt:open.obj + 0001:0007fee6 ?truncate_ctrl_z_if_present@@YAHH@Z 10080ee6 f libucrt:open.obj + 0001:00080840 $$000000 10081840 libucrt:strpbrk.obj + 0001:00080d80 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$0 10081d80 f logging.cpp.obj + 0001:00080d80 __unwindfunclet$??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z$0 10081d80 f main.cpp.obj + 0001:00080d88 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$2 10081d88 f logging.cpp.obj + 0001:00080d88 __unwindfunclet$??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z$2 10081d88 f main.cpp.obj + 0001:00080d97 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$1 10081d97 f logging.cpp.obj + 0001:00080d97 __unwindfunclet$??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z$1 10081d97 f main.cpp.obj + 0001:00080da4 __ehhandler$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 10081da4 f logging.cpp.obj + 0001:00080da4 __ehhandler$??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 10081da4 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$0 10081dd0 f logging.cpp.obj + 0001:00080dd8 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$2 10081dd8 f logging.cpp.obj + 0001:00080de7 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$1 10081de7 f logging.cpp.obj + 0001:00080df4 __ehhandler$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 10081df4 f logging.cpp.obj + 0001:00080e20 __unwindfunclet$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z$0 10081e20 f logging.cpp.obj + 0001:00080e3c __unwindfunclet$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z$2 10081e3c f logging.cpp.obj + 0001:00080e49 __ehhandler$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 10081e49 f logging.cpp.obj + 0001:00080e70 __ehhandler$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 10081e70 f logging.cpp.obj + 0001:00080e90 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$0 10081e90 f logging.cpp.obj + 0001:00080e98 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$1 10081e98 f logging.cpp.obj + 0001:00080ea3 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$2 10081ea3 f logging.cpp.obj + 0001:00080eae __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$3 10081eae f logging.cpp.obj + 0001:00080eb9 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$4 10081eb9 f logging.cpp.obj + 0001:00080ec4 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$5 10081ec4 f logging.cpp.obj + 0001:00080ecf __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$6 10081ecf f logging.cpp.obj + 0001:00080edf __ehhandler$??0_Locinfo@std@@QAE@PBD@Z 10081edf f logging.cpp.obj + 0001:00080f00 __unwindfunclet$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$5 10081f00 f logging.cpp.obj + 0001:00080f08 __unwindfunclet$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$6 10081f08 f logging.cpp.obj + 0001:00080f15 __ehhandler$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 10081f15 f logging.cpp.obj + 0001:00080f40 __unwindfunclet$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z$1 10081f40 f logging.cpp.obj + 0001:00080f40 __unwindfunclet$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z$0 10081f40 f main.cpp.obj + 0001:00080f40 __unwindfunclet$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z$0 10081f40 f spellcast.cpp.obj + 0001:00080f4d __ehhandler$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 10081f4d f logging.cpp.obj + 0001:00080f4d __ehhandler$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 10081f4d f main.cpp.obj + 0001:00080f4d __ehhandler$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 10081f4d f spellcast.cpp.obj + 0001:00080f80 __ehhandler$??1?$basic_filebuf@DU?$char_traits@D@std@@@std@@UAE@XZ 10081f80 f logging.cpp.obj + 0001:00080f80 __ehhandler$?try_cor_exit_process@@YAXI@Z 10081f80 f libucrt:exit.obj + 0001:00080f80 __ehhandler$?_Tidy@ios_base@std@@AAEXXZ 10081f80 f libcpmt:ios.obj + 0001:00080fa0 __ehhandler$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 10081fa0 f logging.cpp.obj + 0001:00080fc0 __ehhandler$??1_Locinfo@std@@QAE@XZ 10081fc0 f logging.cpp.obj + 0001:00080fc0 __ehhandler$??1?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@exception_detail@boost@@QAE@XZ 10081fc0 f main.cpp.obj + 0001:00080fc0 __ehhandler$??1_Init_atexit@@QAE@XZ 10081fc0 f libcpmt:iosptrs.obj + 0001:00080fc0 __ehhandler$___crtGetSystemTimePreciseAsFileTime 10081fc0 f libcpmt:winapisupp.obj + 0001:00080fe0 __ehhandler$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 10081fe0 f logging.cpp.obj + 0001:00080fe0 __ehhandler$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 10081fe0 f main.cpp.obj + 0001:00080fe0 __ehhandler$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 10081fe0 f main.cpp.obj + 0001:00080fe0 __ehhandler$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 10081fe0 f main.cpp.obj + 0001:00080fe0 __ehhandler$??_GError@hadesmem@@UAEPAXI@Z 10081fe0 f main.cpp.obj + 0001:00081000 __ehhandler$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10082000 f logging.cpp.obj + 0001:00081000 __ehhandler$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10082000 f logging.cpp.obj + 0001:00081000 __ehhandler$??_Gios_base@std@@UAEPAXI@Z 10082000 f logging.cpp.obj + 0001:00081000 __ehhandler$??1bad_alloc_@exception_detail@boost@@UAE@XZ 10082000 f main.cpp.obj + 0001:00081000 __ehhandler$??1bad_exception_@exception_detail@boost@@UAE@XZ 10082000 f main.cpp.obj + 0001:00081000 __ehhandler$??1exception@boost@@MAE@XZ 10082000 f main.cpp.obj + 0001:00081000 __ehhandler$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 10082000 f main.cpp.obj + 0001:00081000 __ehhandler$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 10082000 f main.cpp.obj + 0001:00081000 __ehhandler$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 10082000 f main.cpp.obj + 0001:00081000 __ehhandler$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 10082000 f main.cpp.obj + 0001:00081000 __ehhandler$??_DError@hadesmem@@QAEXXZ 10082000 f main.cpp.obj + 0001:00081000 __ehhandler$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10082000 f main.cpp.obj + 0001:00081000 __ehhandler$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10082000 f main.cpp.obj + 0001:00081000 __ehhandler$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 10082000 f main.cpp.obj + 0001:00081000 __ehhandler$??_GCDataStore@Nampower@@UAEPAXI@Z 10082000 f main.cpp.obj + 0001:00081000 __ehhandler$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 10082000 f main.cpp.obj + 0001:00081000 __ehhandler$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 10082000 f main.cpp.obj + 0001:00081020 __unwindfunclet$??__EdebugLogFile@Nampower@@YAXXZ$0 10082020 f logging.cpp.obj + 0001:0008103b __unwindfunclet$??__EdebugLogFile@Nampower@@YAXXZ$1 1008203b f logging.cpp.obj + 0001:0008104a __ehhandler$??__EdebugLogFile@Nampower@@YAXXZ 1008204a f logging.cpp.obj + 0001:00081070 __ehhandler$??__FdebugLogFile@Nampower@@YAXXZ 10082070 f logging.cpp.obj + 0001:00081090 __unwindfunclet$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z$1 10082090 f logging.cpp.obj + 0001:0008109d __ehhandler$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 1008209d f logging.cpp.obj + 0001:000810c0 __unwindfunclet$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ$0 100820c0 f logging.cpp.obj + 0001:000810c0 __unwindfunclet$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 100820c0 f spellevents.cpp.obj + 0001:000810cd __ehhandler$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 100820cd f logging.cpp.obj + 0001:000810cd __ehhandler$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100820cd f spellevents.cpp.obj + 0001:00081100 __ehhandler$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z 10082100 f main.cpp.obj + 0001:00081120 __ehhandler$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z 10082120 f main.cpp.obj + 0001:00081140 __unwindfunclet$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@?$shared_ptr@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@1@@Z$0 10082140 f main.cpp.obj + 0001:00081140 __unwindfunclet$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@?$shared_ptr@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@1@@Z$0 10082140 f main.cpp.obj + 0001:00081150 __ehhandler$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@?$shared_ptr@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@1@@Z 10082150 f main.cpp.obj + 0001:00081150 __ehhandler$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@?$shared_ptr@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@1@@Z 10082150 f main.cpp.obj + 0001:00081170 __ehhandler$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 10082170 f main.cpp.obj + 0001:00081190 __ehhandler$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 10082190 f main.cpp.obj + 0001:000811b0 __ehhandler$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100821b0 f main.cpp.obj + 0001:000811d0 __unwindfunclet$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$2 100821d0 f main.cpp.obj + 0001:000811d8 __unwindfunclet$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$3 100821d8 f main.cpp.obj + 0001:000811e5 __ehhandler$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100821e5 f main.cpp.obj + 0001:00081210 __unwindfunclet$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z$2 10082210 f main.cpp.obj + 0001:0008121d __ehhandler$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 1008221d f main.cpp.obj + 0001:00081240 __unwindfunclet$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z$2 10082240 f main.cpp.obj + 0001:0008124d __ehhandler$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 1008224d f main.cpp.obj + 0001:00081270 __unwindfunclet$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z$2 10082270 f main.cpp.obj + 0001:0008127d __ehhandler$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 1008227d f main.cpp.obj + 0001:000812a0 __unwindfunclet$??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z$1 100822a0 f main.cpp.obj + 0001:000812a8 __unwindfunclet$??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z$2 100822a8 f main.cpp.obj + 0001:000812b0 __unwindfunclet$??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z$3 100822b0 f main.cpp.obj + 0001:000812b8 __unwindfunclet$??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z$4 100822b8 f main.cpp.obj + 0001:000812c8 __ehhandler$??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 100822c8 f main.cpp.obj + 0001:00081300 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$0 10082300 f main.cpp.obj + 0001:00081300 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$0 10082300 f main.cpp.obj + 0001:00081300 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$0 10082300 f main.cpp.obj + 0001:00081308 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$1 10082308 f main.cpp.obj + 0001:00081308 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$1 10082308 f main.cpp.obj + 0001:00081308 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$1 10082308 f main.cpp.obj + 0001:00081310 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$2 10082310 f main.cpp.obj + 0001:00081310 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$2 10082310 f main.cpp.obj + 0001:00081310 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$2 10082310 f main.cpp.obj + 0001:0008131d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 1008231d f main.cpp.obj + 0001:0008131d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 1008231d f main.cpp.obj + 0001:0008131d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 1008231d f main.cpp.obj + 0001:00081350 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$0 10082350 f main.cpp.obj + 0001:00081358 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$1 10082358 f main.cpp.obj + 0001:00081360 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$2 10082360 f main.cpp.obj + 0001:0008136d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 1008236d f main.cpp.obj + 0001:000813a0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$0 100823a0 f main.cpp.obj + 0001:000813a0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$0 100823a0 f main.cpp.obj + 0001:000813a0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$0 100823a0 f main.cpp.obj + 0001:000813a0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$0 100823a0 f main.cpp.obj + 0001:000813a0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$0 100823a0 f main.cpp.obj + 0001:000813a0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$0 100823a0 f main.cpp.obj + 0001:000813a0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$0 100823a0 f main.cpp.obj + 0001:000813a0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$0 100823a0 f main.cpp.obj + 0001:000813a8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$1 100823a8 f main.cpp.obj + 0001:000813a8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$1 100823a8 f main.cpp.obj + 0001:000813a8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$1 100823a8 f main.cpp.obj + 0001:000813a8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$1 100823a8 f main.cpp.obj + 0001:000813a8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$1 100823a8 f main.cpp.obj + 0001:000813a8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$1 100823a8 f main.cpp.obj + 0001:000813a8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$1 100823a8 f main.cpp.obj + 0001:000813a8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$1 100823a8 f main.cpp.obj + 0001:000813b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$2 100823b0 f main.cpp.obj + 0001:000813b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$2 100823b0 f main.cpp.obj + 0001:000813b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$2 100823b0 f main.cpp.obj + 0001:000813b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$2 100823b0 f main.cpp.obj + 0001:000813b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$2 100823b0 f main.cpp.obj + 0001:000813b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$2 100823b0 f main.cpp.obj + 0001:000813b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$2 100823b0 f main.cpp.obj + 0001:000813b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$2 100823b0 f main.cpp.obj + 0001:000813bd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 100823bd f main.cpp.obj + 0001:000813bd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 100823bd f main.cpp.obj + 0001:000813bd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 100823bd f main.cpp.obj + 0001:000813bd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 100823bd f main.cpp.obj + 0001:000813bd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 100823bd f main.cpp.obj + 0001:000813bd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 100823bd f main.cpp.obj + 0001:000813bd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 100823bd f main.cpp.obj + 0001:000813bd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 100823bd f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@2@PAIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@1@PAIPAVCDataStore@Nampower@@@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@IIIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@IIIPAVCDataStore@Nampower@@@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAUCTerrainClickEvent@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAUCTerrainClickEvent@game@@@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IH_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IH_K@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IW4SpellCastResult@game@@HH_N@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IW4SpellCastResult@game@@HH_N@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAUSpellCast@game@@D@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAUSpellCast@game@@D@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3PAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6PAVCDataStore@Nampower@@@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PA_K3IPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PA_K6IPAVCDataStore@Nampower@@@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_N3W4SpellCastResult@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_N6W4SpellCastResult@game@@@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAI3IM@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAI6IM@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAIIPAUCGItem_C@game@@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAIIPAUCGItem_C@game@@_K@Z$$QAPAX@Z$0 100823f0 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@2@PAIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@1@PAIPAVCDataStore@Nampower@@@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@IIIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@IIIPAVCDataStore@Nampower@@@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAUCTerrainClickEvent@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAUCTerrainClickEvent@game@@@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IH_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IH_K@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IW4SpellCastResult@game@@HH_N@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IW4SpellCastResult@game@@HH_N@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAUSpellCast@game@@D@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAUSpellCast@game@@D@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3PAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6PAVCDataStore@Nampower@@@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PA_K3IPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PA_K6IPAVCDataStore@Nampower@@@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_N3W4SpellCastResult@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_N6W4SpellCastResult@game@@@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAI3IM@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAI6IM@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:000813f8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAIIPAUCGItem_C@game@@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAIIPAUCGItem_C@game@@_K@Z$$QAPAX@Z$1 100823f8 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@2@PAIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@1@PAIPAVCDataStore@Nampower@@@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@IIIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@IIIPAVCDataStore@Nampower@@@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAUCTerrainClickEvent@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAUCTerrainClickEvent@game@@@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IH_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IH_K@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IW4SpellCastResult@game@@HH_N@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IW4SpellCastResult@game@@HH_N@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAUSpellCast@game@@D@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAUSpellCast@game@@D@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3PAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6PAVCDataStore@Nampower@@@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PA_K3IPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PA_K6IPAVCDataStore@Nampower@@@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_N3W4SpellCastResult@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_N6W4SpellCastResult@game@@@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAI3IM@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAI6IM@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:00081400 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAIIPAUCGItem_C@game@@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAIIPAUCGItem_C@game@@_K@Z$$QAPAX@Z$2 10082400 f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@2@PAIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@1@PAIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@IIIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@IIIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAUCTerrainClickEvent@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAUCTerrainClickEvent@game@@@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IH_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IH_K@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IW4SpellCastResult@game@@HH_N@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IW4SpellCastResult@game@@HH_N@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAUSpellCast@game@@D@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAUSpellCast@game@@D@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3PAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6PAVCDataStore@Nampower@@@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PA_K3IPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PA_K6IPAVCDataStore@Nampower@@@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_N3W4SpellCastResult@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_N6W4SpellCastResult@game@@@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAI3IM@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAI6IM@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:0008140d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAIIPAUCGItem_C@game@@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAIIPAUCGItem_C@game@@_K@Z$$QAPAX@Z 1008240d f main.cpp.obj + 0001:00081440 __unwindfunclet$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z$2 10082440 f main.cpp.obj + 0001:0008144d __ehhandler$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 1008244d f main.cpp.obj + 0001:00081470 __unwindfunclet$??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z$0 10082470 f main.cpp.obj + 0001:00081478 __unwindfunclet$??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z$1 10082478 f main.cpp.obj + 0001:00081480 __unwindfunclet$??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z$2 10082480 f main.cpp.obj + 0001:00081488 __unwindfunclet$??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z$3 10082488 f main.cpp.obj + 0001:00081495 __ehhandler$??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z 10082495 f main.cpp.obj + 0001:000814c0 __unwindfunclet$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z$2 100824c0 f main.cpp.obj + 0001:000814cd __ehhandler$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100824cd f main.cpp.obj + 0001:000814f0 __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$4 100824f0 f main.cpp.obj + 0001:000814f8 __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$21 100824f8 f main.cpp.obj + 0001:0008150a __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$22 1008250a f main.cpp.obj + 0001:0008152c __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$6 1008252c f main.cpp.obj + 0001:0008154e __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$7 1008254e f main.cpp.obj + 0001:00081556 __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$8 10082556 f main.cpp.obj + 0001:0008155e __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$10 1008255e f main.cpp.obj + 0001:00081566 __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$11 10082566 f main.cpp.obj + 0001:0008156e __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$12 1008256e f main.cpp.obj + 0001:00081576 __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$13 10082576 f main.cpp.obj + 0001:0008157e __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$14 1008257e f main.cpp.obj + 0001:00081586 __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$15 10082586 f main.cpp.obj + 0001:0008158e __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$16 1008258e f main.cpp.obj + 0001:00081599 __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$17 10082599 f main.cpp.obj + 0001:000815a4 __unwindfunclet$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$9 100825a4 f main.cpp.obj + 0001:000815b1 __ehhandler$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z 100825b1 f main.cpp.obj + 0001:000815e0 __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$4 100825e0 f main.cpp.obj + 0001:000815e8 __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$21 100825e8 f main.cpp.obj + 0001:000815fa __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$22 100825fa f main.cpp.obj + 0001:0008161c __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$6 1008261c f main.cpp.obj + 0001:0008163e __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$7 1008263e f main.cpp.obj + 0001:00081646 __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$8 10082646 f main.cpp.obj + 0001:0008164e __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$10 1008264e f main.cpp.obj + 0001:00081656 __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$11 10082656 f main.cpp.obj + 0001:0008165e __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$12 1008265e f main.cpp.obj + 0001:00081666 __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$13 10082666 f main.cpp.obj + 0001:0008166e __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$14 1008266e f main.cpp.obj + 0001:00081676 __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$15 10082676 f main.cpp.obj + 0001:0008167e __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$16 1008267e f main.cpp.obj + 0001:00081689 __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$17 10082689 f main.cpp.obj + 0001:00081694 __unwindfunclet$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$9 10082694 f main.cpp.obj + 0001:000816a1 __ehhandler$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z 100826a1 f main.cpp.obj + 0001:000816d0 __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$4 100826d0 f main.cpp.obj + 0001:000816d8 __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$21 100826d8 f main.cpp.obj + 0001:000816ea __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$22 100826ea f main.cpp.obj + 0001:0008170c __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$6 1008270c f main.cpp.obj + 0001:0008172e __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$7 1008272e f main.cpp.obj + 0001:00081736 __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$8 10082736 f main.cpp.obj + 0001:0008173e __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$10 1008273e f main.cpp.obj + 0001:00081746 __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$11 10082746 f main.cpp.obj + 0001:0008174e __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$12 1008274e f main.cpp.obj + 0001:00081756 __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$13 10082756 f main.cpp.obj + 0001:0008175e __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$14 1008275e f main.cpp.obj + 0001:00081766 __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$15 10082766 f main.cpp.obj + 0001:0008176e __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$16 1008276e f main.cpp.obj + 0001:00081779 __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$17 10082779 f main.cpp.obj + 0001:00081784 __unwindfunclet$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$9 10082784 f main.cpp.obj + 0001:00081791 __ehhandler$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z 10082791 f main.cpp.obj + 0001:000817c0 __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$4 100827c0 f main.cpp.obj + 0001:000817c8 __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$21 100827c8 f main.cpp.obj + 0001:000817da __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$22 100827da f main.cpp.obj + 0001:000817fc __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$6 100827fc f main.cpp.obj + 0001:0008181e __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$7 1008281e f main.cpp.obj + 0001:00081826 __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$8 10082826 f main.cpp.obj + 0001:0008182e __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$10 1008282e f main.cpp.obj + 0001:00081836 __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$11 10082836 f main.cpp.obj + 0001:0008183e __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$12 1008283e f main.cpp.obj + 0001:00081846 __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$13 10082846 f main.cpp.obj + 0001:0008184e __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$14 1008284e f main.cpp.obj + 0001:00081856 __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$15 10082856 f main.cpp.obj + 0001:0008185e __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$16 1008285e f main.cpp.obj + 0001:00081869 __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$17 10082869 f main.cpp.obj + 0001:00081874 __unwindfunclet$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$9 10082874 f main.cpp.obj + 0001:00081881 __ehhandler$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z 10082881 f main.cpp.obj + 0001:000818b0 __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$4 100828b0 f main.cpp.obj + 0001:000818b8 __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$21 100828b8 f main.cpp.obj + 0001:000818ca __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$22 100828ca f main.cpp.obj + 0001:000818ec __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$6 100828ec f main.cpp.obj + 0001:0008190e __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$7 1008290e f main.cpp.obj + 0001:00081916 __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$8 10082916 f main.cpp.obj + 0001:0008191e __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$10 1008291e f main.cpp.obj + 0001:00081926 __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$11 10082926 f main.cpp.obj + 0001:0008192e __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$12 1008292e f main.cpp.obj + 0001:00081936 __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$13 10082936 f main.cpp.obj + 0001:0008193e __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$14 1008293e f main.cpp.obj + 0001:00081946 __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$15 10082946 f main.cpp.obj + 0001:0008194e __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$16 1008294e f main.cpp.obj + 0001:00081959 __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$17 10082959 f main.cpp.obj + 0001:00081964 __unwindfunclet$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$9 10082964 f main.cpp.obj + 0001:00081971 __ehhandler$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z 10082971 f main.cpp.obj + 0001:000819a0 __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$4 100829a0 f main.cpp.obj + 0001:000819a8 __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$21 100829a8 f main.cpp.obj + 0001:000819ba __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$22 100829ba f main.cpp.obj + 0001:000819dc __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$6 100829dc f main.cpp.obj + 0001:000819fe __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$7 100829fe f main.cpp.obj + 0001:00081a06 __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$8 10082a06 f main.cpp.obj + 0001:00081a0e __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$10 10082a0e f main.cpp.obj + 0001:00081a16 __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$11 10082a16 f main.cpp.obj + 0001:00081a1e __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$12 10082a1e f main.cpp.obj + 0001:00081a26 __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$13 10082a26 f main.cpp.obj + 0001:00081a2e __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$14 10082a2e f main.cpp.obj + 0001:00081a36 __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$15 10082a36 f main.cpp.obj + 0001:00081a3e __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$16 10082a3e f main.cpp.obj + 0001:00081a49 __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$17 10082a49 f main.cpp.obj + 0001:00081a54 __unwindfunclet$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$9 10082a54 f main.cpp.obj + 0001:00081a61 __ehhandler$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z 10082a61 f main.cpp.obj + 0001:00081a90 __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$4 10082a90 f main.cpp.obj + 0001:00081a98 __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$21 10082a98 f main.cpp.obj + 0001:00081aaa __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$22 10082aaa f main.cpp.obj + 0001:00081acc __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$6 10082acc f main.cpp.obj + 0001:00081aee __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$7 10082aee f main.cpp.obj + 0001:00081af6 __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$8 10082af6 f main.cpp.obj + 0001:00081afe __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$10 10082afe f main.cpp.obj + 0001:00081b06 __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$11 10082b06 f main.cpp.obj + 0001:00081b0e __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$12 10082b0e f main.cpp.obj + 0001:00081b16 __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$13 10082b16 f main.cpp.obj + 0001:00081b1e __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$14 10082b1e f main.cpp.obj + 0001:00081b26 __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$15 10082b26 f main.cpp.obj + 0001:00081b2e __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$16 10082b2e f main.cpp.obj + 0001:00081b39 __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$17 10082b39 f main.cpp.obj + 0001:00081b44 __unwindfunclet$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$9 10082b44 f main.cpp.obj + 0001:00081b51 __ehhandler$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z 10082b51 f main.cpp.obj + 0001:00081b80 __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$4 10082b80 f main.cpp.obj + 0001:00081b88 __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$21 10082b88 f main.cpp.obj + 0001:00081b9a __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$22 10082b9a f main.cpp.obj + 0001:00081bbc __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$6 10082bbc f main.cpp.obj + 0001:00081bde __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$7 10082bde f main.cpp.obj + 0001:00081be6 __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$8 10082be6 f main.cpp.obj + 0001:00081bee __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$10 10082bee f main.cpp.obj + 0001:00081bf6 __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$11 10082bf6 f main.cpp.obj + 0001:00081bfe __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$12 10082bfe f main.cpp.obj + 0001:00081c06 __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$13 10082c06 f main.cpp.obj + 0001:00081c0e __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$14 10082c0e f main.cpp.obj + 0001:00081c16 __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$15 10082c16 f main.cpp.obj + 0001:00081c1e __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$16 10082c1e f main.cpp.obj + 0001:00081c29 __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$17 10082c29 f main.cpp.obj + 0001:00081c34 __unwindfunclet$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$9 10082c34 f main.cpp.obj + 0001:00081c41 __ehhandler$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z 10082c41 f main.cpp.obj + 0001:00081c70 __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$4 10082c70 f main.cpp.obj + 0001:00081c78 __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$21 10082c78 f main.cpp.obj + 0001:00081c8a __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$22 10082c8a f main.cpp.obj + 0001:00081cac __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$6 10082cac f main.cpp.obj + 0001:00081cce __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$7 10082cce f main.cpp.obj + 0001:00081cd6 __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$8 10082cd6 f main.cpp.obj + 0001:00081cde __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$10 10082cde f main.cpp.obj + 0001:00081ce6 __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$11 10082ce6 f main.cpp.obj + 0001:00081cee __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$12 10082cee f main.cpp.obj + 0001:00081cf6 __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$13 10082cf6 f main.cpp.obj + 0001:00081cfe __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$14 10082cfe f main.cpp.obj + 0001:00081d06 __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$15 10082d06 f main.cpp.obj + 0001:00081d0e __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$16 10082d0e f main.cpp.obj + 0001:00081d19 __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$17 10082d19 f main.cpp.obj + 0001:00081d24 __unwindfunclet$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$9 10082d24 f main.cpp.obj + 0001:00081d31 __ehhandler$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z 10082d31 f main.cpp.obj + 0001:00081d60 __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$4 10082d60 f main.cpp.obj + 0001:00081d68 __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$21 10082d68 f main.cpp.obj + 0001:00081d7a __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$22 10082d7a f main.cpp.obj + 0001:00081d9c __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$6 10082d9c f main.cpp.obj + 0001:00081dbe __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$7 10082dbe f main.cpp.obj + 0001:00081dc6 __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$8 10082dc6 f main.cpp.obj + 0001:00081dce __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$10 10082dce f main.cpp.obj + 0001:00081dd6 __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$11 10082dd6 f main.cpp.obj + 0001:00081dde __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$12 10082dde f main.cpp.obj + 0001:00081de6 __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$13 10082de6 f main.cpp.obj + 0001:00081dee __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$14 10082dee f main.cpp.obj + 0001:00081df6 __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$15 10082df6 f main.cpp.obj + 0001:00081dfe __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$16 10082dfe f main.cpp.obj + 0001:00081e09 __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$17 10082e09 f main.cpp.obj + 0001:00081e14 __unwindfunclet$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$9 10082e14 f main.cpp.obj + 0001:00081e21 __ehhandler$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z 10082e21 f main.cpp.obj + 0001:00081e50 __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$4 10082e50 f main.cpp.obj + 0001:00081e58 __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$21 10082e58 f main.cpp.obj + 0001:00081e6a __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$22 10082e6a f main.cpp.obj + 0001:00081e8c __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$6 10082e8c f main.cpp.obj + 0001:00081eae __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$7 10082eae f main.cpp.obj + 0001:00081eb6 __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$8 10082eb6 f main.cpp.obj + 0001:00081ebe __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$10 10082ebe f main.cpp.obj + 0001:00081ec6 __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$11 10082ec6 f main.cpp.obj + 0001:00081ece __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$12 10082ece f main.cpp.obj + 0001:00081ed6 __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$13 10082ed6 f main.cpp.obj + 0001:00081ede __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$14 10082ede f main.cpp.obj + 0001:00081ee6 __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$15 10082ee6 f main.cpp.obj + 0001:00081eee __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$16 10082eee f main.cpp.obj + 0001:00081ef9 __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$17 10082ef9 f main.cpp.obj + 0001:00081f04 __unwindfunclet$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$9 10082f04 f main.cpp.obj + 0001:00081f11 __ehhandler$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z 10082f11 f main.cpp.obj + 0001:00081f40 __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$4 10082f40 f main.cpp.obj + 0001:00081f48 __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$21 10082f48 f main.cpp.obj + 0001:00081f5a __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$22 10082f5a f main.cpp.obj + 0001:00081f7c __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$6 10082f7c f main.cpp.obj + 0001:00081f9e __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$7 10082f9e f main.cpp.obj + 0001:00081fa6 __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$8 10082fa6 f main.cpp.obj + 0001:00081fae __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$10 10082fae f main.cpp.obj + 0001:00081fb6 __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$11 10082fb6 f main.cpp.obj + 0001:00081fbe __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$12 10082fbe f main.cpp.obj + 0001:00081fc6 __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$13 10082fc6 f main.cpp.obj + 0001:00081fce __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$14 10082fce f main.cpp.obj + 0001:00081fd6 __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$15 10082fd6 f main.cpp.obj + 0001:00081fde __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$16 10082fde f main.cpp.obj + 0001:00081fe9 __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$17 10082fe9 f main.cpp.obj + 0001:00081ff4 __unwindfunclet$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$9 10082ff4 f main.cpp.obj + 0001:00082001 __ehhandler$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z 10083001 f main.cpp.obj + 0001:00082030 __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$4 10083030 f main.cpp.obj + 0001:00082038 __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$21 10083038 f main.cpp.obj + 0001:0008204a __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$22 1008304a f main.cpp.obj + 0001:0008206c __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$6 1008306c f main.cpp.obj + 0001:0008208e __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$7 1008308e f main.cpp.obj + 0001:00082096 __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$8 10083096 f main.cpp.obj + 0001:0008209e __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$10 1008309e f main.cpp.obj + 0001:000820a6 __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$11 100830a6 f main.cpp.obj + 0001:000820ae __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$12 100830ae f main.cpp.obj + 0001:000820b6 __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$13 100830b6 f main.cpp.obj + 0001:000820be __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$14 100830be f main.cpp.obj + 0001:000820c6 __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$15 100830c6 f main.cpp.obj + 0001:000820ce __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$16 100830ce f main.cpp.obj + 0001:000820d9 __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$17 100830d9 f main.cpp.obj + 0001:000820e4 __unwindfunclet$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$9 100830e4 f main.cpp.obj + 0001:000820f1 __ehhandler$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z 100830f1 f main.cpp.obj + 0001:00082120 __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$4 10083120 f main.cpp.obj + 0001:00082128 __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$21 10083128 f main.cpp.obj + 0001:0008213a __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$22 1008313a f main.cpp.obj + 0001:0008215c __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$6 1008315c f main.cpp.obj + 0001:0008217e __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$7 1008317e f main.cpp.obj + 0001:00082186 __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$8 10083186 f main.cpp.obj + 0001:0008218e __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$10 1008318e f main.cpp.obj + 0001:00082196 __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$11 10083196 f main.cpp.obj + 0001:0008219e __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$12 1008319e f main.cpp.obj + 0001:000821a6 __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$13 100831a6 f main.cpp.obj + 0001:000821ae __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$14 100831ae f main.cpp.obj + 0001:000821b6 __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$15 100831b6 f main.cpp.obj + 0001:000821be __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$16 100831be f main.cpp.obj + 0001:000821c9 __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$17 100831c9 f main.cpp.obj + 0001:000821d4 __unwindfunclet$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$9 100831d4 f main.cpp.obj + 0001:000821e1 __ehhandler$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z 100831e1 f main.cpp.obj + 0001:00082210 __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$4 10083210 f main.cpp.obj + 0001:00082218 __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$21 10083218 f main.cpp.obj + 0001:0008222a __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$22 1008322a f main.cpp.obj + 0001:0008224c __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$6 1008324c f main.cpp.obj + 0001:0008226e __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$7 1008326e f main.cpp.obj + 0001:00082276 __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$8 10083276 f main.cpp.obj + 0001:0008227e __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$10 1008327e f main.cpp.obj + 0001:00082286 __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$11 10083286 f main.cpp.obj + 0001:0008228e __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$12 1008328e f main.cpp.obj + 0001:00082296 __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$13 10083296 f main.cpp.obj + 0001:0008229e __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$14 1008329e f main.cpp.obj + 0001:000822a6 __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$15 100832a6 f main.cpp.obj + 0001:000822ae __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$16 100832ae f main.cpp.obj + 0001:000822b9 __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$17 100832b9 f main.cpp.obj + 0001:000822c4 __unwindfunclet$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$9 100832c4 f main.cpp.obj + 0001:000822d1 __ehhandler$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z 100832d1 f main.cpp.obj + 0001:00082300 __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$4 10083300 f main.cpp.obj + 0001:00082308 __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$21 10083308 f main.cpp.obj + 0001:0008231a __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$22 1008331a f main.cpp.obj + 0001:0008233c __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$6 1008333c f main.cpp.obj + 0001:0008235e __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$7 1008335e f main.cpp.obj + 0001:00082366 __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$8 10083366 f main.cpp.obj + 0001:0008236e __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$10 1008336e f main.cpp.obj + 0001:00082376 __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$11 10083376 f main.cpp.obj + 0001:0008237e __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$12 1008337e f main.cpp.obj + 0001:00082386 __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$13 10083386 f main.cpp.obj + 0001:0008238e __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$14 1008338e f main.cpp.obj + 0001:00082396 __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$15 10083396 f main.cpp.obj + 0001:0008239e __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$16 1008339e f main.cpp.obj + 0001:000823a9 __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$17 100833a9 f main.cpp.obj + 0001:000823b4 __unwindfunclet$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$9 100833b4 f main.cpp.obj + 0001:000823c1 __ehhandler$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z 100833c1 f main.cpp.obj + 0001:000823f0 __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$4 100833f0 f main.cpp.obj + 0001:000823f8 __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$21 100833f8 f main.cpp.obj + 0001:0008240a __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$22 1008340a f main.cpp.obj + 0001:0008242c __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$6 1008342c f main.cpp.obj + 0001:0008244e __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$7 1008344e f main.cpp.obj + 0001:00082456 __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$8 10083456 f main.cpp.obj + 0001:0008245e __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$10 1008345e f main.cpp.obj + 0001:00082466 __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$11 10083466 f main.cpp.obj + 0001:0008246e __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$12 1008346e f main.cpp.obj + 0001:00082476 __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$13 10083476 f main.cpp.obj + 0001:0008247e __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$14 1008347e f main.cpp.obj + 0001:00082486 __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$15 10083486 f main.cpp.obj + 0001:0008248e __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$16 1008348e f main.cpp.obj + 0001:00082499 __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$17 10083499 f main.cpp.obj + 0001:000824a4 __unwindfunclet$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$9 100834a4 f main.cpp.obj + 0001:000824b1 __ehhandler$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z 100834b1 f main.cpp.obj + 0001:000824e0 __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$4 100834e0 f main.cpp.obj + 0001:000824e8 __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$21 100834e8 f main.cpp.obj + 0001:000824fa __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$22 100834fa f main.cpp.obj + 0001:0008251c __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$6 1008351c f main.cpp.obj + 0001:0008253e __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$7 1008353e f main.cpp.obj + 0001:00082546 __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$8 10083546 f main.cpp.obj + 0001:0008254e __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$10 1008354e f main.cpp.obj + 0001:00082556 __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$11 10083556 f main.cpp.obj + 0001:0008255e __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$12 1008355e f main.cpp.obj + 0001:00082566 __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$13 10083566 f main.cpp.obj + 0001:0008256e __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$14 1008356e f main.cpp.obj + 0001:00082576 __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$15 10083576 f main.cpp.obj + 0001:0008257e __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$16 1008357e f main.cpp.obj + 0001:00082589 __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$17 10083589 f main.cpp.obj + 0001:00082594 __unwindfunclet$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$9 10083594 f main.cpp.obj + 0001:000825a1 __ehhandler$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z 100835a1 f main.cpp.obj + 0001:000825d0 __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$4 100835d0 f main.cpp.obj + 0001:000825d8 __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$21 100835d8 f main.cpp.obj + 0001:000825ea __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$22 100835ea f main.cpp.obj + 0001:0008260c __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$6 1008360c f main.cpp.obj + 0001:0008262e __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$7 1008362e f main.cpp.obj + 0001:00082636 __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$8 10083636 f main.cpp.obj + 0001:0008263e __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$10 1008363e f main.cpp.obj + 0001:00082646 __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$11 10083646 f main.cpp.obj + 0001:0008264e __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$12 1008364e f main.cpp.obj + 0001:00082656 __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$13 10083656 f main.cpp.obj + 0001:0008265e __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$14 1008365e f main.cpp.obj + 0001:00082666 __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$15 10083666 f main.cpp.obj + 0001:0008266e __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$16 1008366e f main.cpp.obj + 0001:00082679 __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$17 10083679 f main.cpp.obj + 0001:00082684 __unwindfunclet$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$9 10083684 f main.cpp.obj + 0001:00082691 __ehhandler$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z 10083691 f main.cpp.obj + 0001:000826c0 __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$4 100836c0 f main.cpp.obj + 0001:000826c8 __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$21 100836c8 f main.cpp.obj + 0001:000826da __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$22 100836da f main.cpp.obj + 0001:000826fc __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$6 100836fc f main.cpp.obj + 0001:0008271e __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$7 1008371e f main.cpp.obj + 0001:00082726 __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$8 10083726 f main.cpp.obj + 0001:0008272e __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$10 1008372e f main.cpp.obj + 0001:00082736 __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$11 10083736 f main.cpp.obj + 0001:0008273e __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$12 1008373e f main.cpp.obj + 0001:00082746 __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$13 10083746 f main.cpp.obj + 0001:0008274e __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$14 1008374e f main.cpp.obj + 0001:00082756 __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$15 10083756 f main.cpp.obj + 0001:0008275e __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$16 1008375e f main.cpp.obj + 0001:00082769 __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$17 10083769 f main.cpp.obj + 0001:00082774 __unwindfunclet$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$9 10083774 f main.cpp.obj + 0001:00082781 __ehhandler$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z 10083781 f main.cpp.obj + 0001:000827b0 __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$4 100837b0 f main.cpp.obj + 0001:000827b8 __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$21 100837b8 f main.cpp.obj + 0001:000827ca __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$22 100837ca f main.cpp.obj + 0001:000827ec __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$6 100837ec f main.cpp.obj + 0001:0008280e __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$7 1008380e f main.cpp.obj + 0001:00082816 __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$8 10083816 f main.cpp.obj + 0001:0008281e __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$10 1008381e f main.cpp.obj + 0001:00082826 __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$11 10083826 f main.cpp.obj + 0001:0008282e __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$12 1008382e f main.cpp.obj + 0001:00082836 __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$13 10083836 f main.cpp.obj + 0001:0008283e __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$14 1008383e f main.cpp.obj + 0001:00082846 __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$15 10083846 f main.cpp.obj + 0001:0008284e __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$16 1008384e f main.cpp.obj + 0001:00082859 __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$17 10083859 f main.cpp.obj + 0001:00082864 __unwindfunclet$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$9 10083864 f main.cpp.obj + 0001:00082871 __ehhandler$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z 10083871 f main.cpp.obj + 0001:000828a0 __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$4 100838a0 f main.cpp.obj + 0001:000828a8 __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$21 100838a8 f main.cpp.obj + 0001:000828ba __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$22 100838ba f main.cpp.obj + 0001:000828dc __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$6 100838dc f main.cpp.obj + 0001:000828fe __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$7 100838fe f main.cpp.obj + 0001:00082906 __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$8 10083906 f main.cpp.obj + 0001:0008290e __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$10 1008390e f main.cpp.obj + 0001:00082916 __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$11 10083916 f main.cpp.obj + 0001:0008291e __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$12 1008391e f main.cpp.obj + 0001:00082926 __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$13 10083926 f main.cpp.obj + 0001:0008292e __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$14 1008392e f main.cpp.obj + 0001:00082936 __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$15 10083936 f main.cpp.obj + 0001:0008293e __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$16 1008393e f main.cpp.obj + 0001:00082949 __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$17 10083949 f main.cpp.obj + 0001:00082954 __unwindfunclet$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$9 10083954 f main.cpp.obj + 0001:00082961 __ehhandler$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z 10083961 f main.cpp.obj + 0001:00082990 __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$4 10083990 f main.cpp.obj + 0001:00082998 __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$21 10083998 f main.cpp.obj + 0001:000829aa __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$22 100839aa f main.cpp.obj + 0001:000829cc __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$6 100839cc f main.cpp.obj + 0001:000829ee __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$7 100839ee f main.cpp.obj + 0001:000829f6 __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$8 100839f6 f main.cpp.obj + 0001:000829fe __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$10 100839fe f main.cpp.obj + 0001:00082a06 __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$11 10083a06 f main.cpp.obj + 0001:00082a0e __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$12 10083a0e f main.cpp.obj + 0001:00082a16 __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$13 10083a16 f main.cpp.obj + 0001:00082a1e __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$14 10083a1e f main.cpp.obj + 0001:00082a26 __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$15 10083a26 f main.cpp.obj + 0001:00082a2e __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$16 10083a2e f main.cpp.obj + 0001:00082a39 __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$17 10083a39 f main.cpp.obj + 0001:00082a44 __unwindfunclet$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$9 10083a44 f main.cpp.obj + 0001:00082a51 __ehhandler$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z 10083a51 f main.cpp.obj + 0001:00082a80 __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$4 10083a80 f main.cpp.obj + 0001:00082a88 __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$21 10083a88 f main.cpp.obj + 0001:00082a9a __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$22 10083a9a f main.cpp.obj + 0001:00082abc __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$6 10083abc f main.cpp.obj + 0001:00082ade __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$7 10083ade f main.cpp.obj + 0001:00082ae6 __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$8 10083ae6 f main.cpp.obj + 0001:00082aee __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$10 10083aee f main.cpp.obj + 0001:00082af6 __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$11 10083af6 f main.cpp.obj + 0001:00082afe __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$12 10083afe f main.cpp.obj + 0001:00082b06 __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$13 10083b06 f main.cpp.obj + 0001:00082b0e __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$14 10083b0e f main.cpp.obj + 0001:00082b16 __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$15 10083b16 f main.cpp.obj + 0001:00082b1e __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$16 10083b1e f main.cpp.obj + 0001:00082b29 __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$17 10083b29 f main.cpp.obj + 0001:00082b34 __unwindfunclet$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$9 10083b34 f main.cpp.obj + 0001:00082b41 __ehhandler$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z 10083b41 f main.cpp.obj + 0001:00082b70 __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$4 10083b70 f main.cpp.obj + 0001:00082b78 __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$21 10083b78 f main.cpp.obj + 0001:00082b8a __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$22 10083b8a f main.cpp.obj + 0001:00082bac __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$6 10083bac f main.cpp.obj + 0001:00082bce __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$7 10083bce f main.cpp.obj + 0001:00082bd6 __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$8 10083bd6 f main.cpp.obj + 0001:00082bde __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$10 10083bde f main.cpp.obj + 0001:00082be6 __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$11 10083be6 f main.cpp.obj + 0001:00082bee __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$12 10083bee f main.cpp.obj + 0001:00082bf6 __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$13 10083bf6 f main.cpp.obj + 0001:00082bfe __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$14 10083bfe f main.cpp.obj + 0001:00082c06 __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$15 10083c06 f main.cpp.obj + 0001:00082c0e __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$16 10083c0e f main.cpp.obj + 0001:00082c19 __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$17 10083c19 f main.cpp.obj + 0001:00082c24 __unwindfunclet$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$9 10083c24 f main.cpp.obj + 0001:00082c31 __ehhandler$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z 10083c31 f main.cpp.obj + 0001:00082c60 __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$4 10083c60 f main.cpp.obj + 0001:00082c68 __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$21 10083c68 f main.cpp.obj + 0001:00082c7a __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$22 10083c7a f main.cpp.obj + 0001:00082c9c __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$6 10083c9c f main.cpp.obj + 0001:00082cbe __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$7 10083cbe f main.cpp.obj + 0001:00082cc6 __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$8 10083cc6 f main.cpp.obj + 0001:00082cce __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$10 10083cce f main.cpp.obj + 0001:00082cd6 __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$11 10083cd6 f main.cpp.obj + 0001:00082cde __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$12 10083cde f main.cpp.obj + 0001:00082ce6 __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$13 10083ce6 f main.cpp.obj + 0001:00082cee __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$14 10083cee f main.cpp.obj + 0001:00082cf6 __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$15 10083cf6 f main.cpp.obj + 0001:00082cfe __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$16 10083cfe f main.cpp.obj + 0001:00082d09 __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$17 10083d09 f main.cpp.obj + 0001:00082d14 __unwindfunclet$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$9 10083d14 f main.cpp.obj + 0001:00082d21 __ehhandler$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z 10083d21 f main.cpp.obj + 0001:00082d50 __ehhandler$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 10083d50 f main.cpp.obj + 0001:00082d70 __ehhandler$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 10083d70 f main.cpp.obj + 0001:00082d90 __unwindfunclet$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z$0 10083d90 f main.cpp.obj + 0001:00082d9d __ehhandler$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 10083d9d f main.cpp.obj + 0001:00082dc0 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$0 10083dc0 f main.cpp.obj + 0001:00082dc8 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$7 10083dc8 f main.cpp.obj + 0001:00082de1 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$8 10083de1 f main.cpp.obj + 0001:00082de9 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$13 10083de9 f main.cpp.obj + 0001:00082df1 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$14 10083df1 f main.cpp.obj + 0001:00082df9 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$1 10083df9 f main.cpp.obj + 0001:00082e01 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$2 10083e01 f main.cpp.obj + 0001:00082e0d __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$3 10083e0d f main.cpp.obj + 0001:00082e1c __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$28 10083e1c f main.cpp.obj + 0001:00082e29 __ehhandler$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10083e29 f main.cpp.obj + 0001:00082e50 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$0 10083e50 f main.cpp.obj + 0001:00082e58 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$7 10083e58 f main.cpp.obj + 0001:00082e71 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$8 10083e71 f main.cpp.obj + 0001:00082e79 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$13 10083e79 f main.cpp.obj + 0001:00082e81 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$14 10083e81 f main.cpp.obj + 0001:00082e89 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$1 10083e89 f main.cpp.obj + 0001:00082e91 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$2 10083e91 f main.cpp.obj + 0001:00082e9d __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$3 10083e9d f main.cpp.obj + 0001:00082eac __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$28 10083eac f main.cpp.obj + 0001:00082eb9 __ehhandler$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10083eb9 f main.cpp.obj + 0001:00082ee0 __unwindfunclet$??$make_unique@VAllocator@hadesmem@@AAVProcess@2@ABI$0A@@std@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@0@AAVProcess@hadesmem@@ABI@Z$0 10083ee0 f main.cpp.obj + 0001:00082ef4 __ehhandler$??$make_unique@VAllocator@hadesmem@@AAVProcess@2@ABI$0A@@std@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@0@AAVProcess@hadesmem@@ABI@Z 10083ef4 f main.cpp.obj + 0001:00082f20 __unwindfunclet$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z$0 10083f20 f main.cpp.obj + 0001:00082f28 __unwindfunclet$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z$1 10083f28 f main.cpp.obj + 0001:00082f37 __unwindfunclet$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z$2 10083f37 f main.cpp.obj + 0001:00082f44 __ehhandler$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 10083f44 f main.cpp.obj + 0001:00082f70 __unwindfunclet$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z$0 10083f70 f main.cpp.obj + 0001:00082f78 __unwindfunclet$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z$1 10083f78 f main.cpp.obj + 0001:00082f87 __unwindfunclet$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z$2 10083f87 f main.cpp.obj + 0001:00082f94 __ehhandler$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 10083f94 f main.cpp.obj + 0001:00082fc0 __unwindfunclet$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z$0 10083fc0 f main.cpp.obj + 0001:00082fcb __unwindfunclet$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z$1 10083fcb f main.cpp.obj + 0001:00082fd3 __unwindfunclet$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z$2 10083fd3 f main.cpp.obj + 0001:00082fdb __unwindfunclet$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z$3 10083fdb f main.cpp.obj + 0001:00082fe3 __unwindfunclet$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z$4 10083fe3 f main.cpp.obj + 0001:00082ff0 __ehhandler$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z 10083ff0 f main.cpp.obj + 0001:00083020 __unwindfunclet$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z$10 10084020 f main.cpp.obj + 0001:00083042 __unwindfunclet$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z$9 10084042 f main.cpp.obj + 0001:0008304d __unwindfunclet$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z$0 1008404d f main.cpp.obj + 0001:00083058 __unwindfunclet$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z$1 10084058 f main.cpp.obj + 0001:00083060 __unwindfunclet$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z$2 10084060 f main.cpp.obj + 0001:00083068 __unwindfunclet$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z$3 10084068 f main.cpp.obj + 0001:00083070 __unwindfunclet$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z$4 10084070 f main.cpp.obj + 0001:0008307d __ehhandler$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z 1008407d f main.cpp.obj + 0001:000830b0 __unwindfunclet$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z$4 100840b0 f main.cpp.obj + 0001:000830c9 __unwindfunclet$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z$3 100840c9 f main.cpp.obj + 0001:000830d9 __ehhandler$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 100840d9 f main.cpp.obj + 0001:00083100 __unwindfunclet$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z$0 10084100 f main.cpp.obj + 0001:00083108 __unwindfunclet$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z$1 10084108 f main.cpp.obj + 0001:00083115 __ehhandler$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 10084115 f main.cpp.obj + 0001:00083140 __unwindfunclet$??$use_facet@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z$0 10084140 f main.cpp.obj + 0001:00083148 __unwindfunclet$??$use_facet@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z$2 10084148 f main.cpp.obj + 0001:00083157 __unwindfunclet$??$use_facet@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z$1 10084157 f main.cpp.obj + 0001:00083164 __ehhandler$??$use_facet@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 10084164 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:00083190 __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$0 10084190 f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:0008319b __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$13 1008419b f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831a3 __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$1 100841a3 f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831ae __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$2 100841ae f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831b9 __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$3 100841b9 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831c4 __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$4 100841c4 f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831cf __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$5 100841cf f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831da __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$7 100841da f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831e5 __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$8 100841e5 f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831ed __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$9 100841ed f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:000831f5 __unwindfunclet$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z$10 100841f5 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083205 __ehhandler$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z 10084205 f main.cpp.obj + 0001:00083230 __unwindfunclet$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z$0 10084230 f main.cpp.obj + 0001:0008324c __unwindfunclet$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z$1 1008424c f main.cpp.obj + 0001:0008325c __ehhandler$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 1008425c f main.cpp.obj + 0001:00083280 __unwindfunclet$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ$0 10084280 f main.cpp.obj + 0001:0008329c __unwindfunclet$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ$1 1008429c f main.cpp.obj + 0001:000832ac __ehhandler$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 100842ac f main.cpp.obj + 0001:000832d0 __unwindfunclet$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z$0 100842d0 f main.cpp.obj + 0001:000832d0 __unwindfunclet$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z$0 100842d0 f main.cpp.obj + 0001:000832f1 __ehhandler$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100842f1 f main.cpp.obj + 0001:000832f1 __ehhandler$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100842f1 f main.cpp.obj + 0001:00083310 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$0 10084310 f main.cpp.obj + 0001:0008332c __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$1 1008432c f main.cpp.obj + 0001:00083348 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$2 10084348 f main.cpp.obj + 0001:00083355 __ehhandler$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 10084355 f main.cpp.obj + 0001:00083380 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$0 10084380 f main.cpp.obj + 0001:0008339c __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$1 1008439c f main.cpp.obj + 0001:000833b8 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$2 100843b8 f main.cpp.obj + 0001:000833c5 __ehhandler$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 100843c5 f main.cpp.obj + 0001:000833f0 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$0 100843f0 f main.cpp.obj + 0001:000833f0 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$0 100843f0 f main.cpp.obj + 0001:000833f0 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$0 100843f0 f main.cpp.obj + 0001:000833f0 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$0 100843f0 f main.cpp.obj + 0001:000833f8 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$1 100843f8 f main.cpp.obj + 0001:000833f8 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$1 100843f8 f main.cpp.obj + 0001:000833f8 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$1 100843f8 f main.cpp.obj + 0001:000833f8 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$1 100843f8 f main.cpp.obj + 0001:00083400 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$2 10084400 f main.cpp.obj + 0001:00083400 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$2 10084400 f main.cpp.obj + 0001:00083400 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$2 10084400 f main.cpp.obj + 0001:00083400 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$2 10084400 f main.cpp.obj + 0001:00083408 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$3 10084408 f main.cpp.obj + 0001:00083408 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$3 10084408 f main.cpp.obj + 0001:00083408 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$3 10084408 f main.cpp.obj + 0001:00083408 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$3 10084408 f main.cpp.obj + 0001:00083415 __ehhandler$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 10084415 f main.cpp.obj + 0001:00083415 __ehhandler$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 10084415 f main.cpp.obj + 0001:00083415 __ehhandler$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 10084415 f main.cpp.obj + 0001:00083415 __ehhandler$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 10084415 f main.cpp.obj + 0001:00083440 __unwindfunclet$??0Error@hadesmem@@QAE@ABV01@@Z$0 10084440 f main.cpp.obj + 0001:00083461 __ehhandler$??0Error@hadesmem@@QAE@ABV01@@Z 10084461 f main.cpp.obj + 0001:00083480 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$0 10084480 f main.cpp.obj + 0001:00083488 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$3 10084488 f main.cpp.obj + 0001:00083490 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$4 10084490 f main.cpp.obj + 0001:00083498 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$5 10084498 f main.cpp.obj + 0001:000834a0 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$6 100844a0 f main.cpp.obj + 0001:000834ab __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$8 100844ab f main.cpp.obj + 0001:000834b3 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$9 100844b3 f main.cpp.obj + 0001:000834bb __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$10 100844bb f main.cpp.obj + 0001:000834cb __ehhandler$??0Process@hadesmem@@QAE@K@Z 100844cb f main.cpp.obj + 0001:00083500 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$2 10084500 f main.cpp.obj + 0001:00083508 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$3 10084508 f main.cpp.obj + 0001:00083510 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$4 10084510 f main.cpp.obj + 0001:0008351d __ehhandler$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 1008451d f main.cpp.obj + 0001:00083550 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$2 10084550 f main.cpp.obj + 0001:0008355b __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$3 1008455b f main.cpp.obj + 0001:00083563 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$4 10084563 f main.cpp.obj + 0001:0008356e __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$5 1008456e f main.cpp.obj + 0001:00083579 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$15 10084579 f main.cpp.obj + 0001:00083584 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$6 10084584 f main.cpp.obj + 0001:0008358f __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$42 1008458f f main.cpp.obj + 0001:00083597 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$7 10084597 f main.cpp.obj + 0001:0008359f __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$30 1008459f f main.cpp.obj + 0001:000835a7 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$31 100845a7 f main.cpp.obj + 0001:000835b2 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$32 100845b2 f main.cpp.obj + 0001:000835ba __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$33 100845ba f main.cpp.obj + 0001:000835c5 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$35 100845c5 f main.cpp.obj + 0001:000835cd __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$36 100845cd f main.cpp.obj + 0001:000835d8 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$37 100845d8 f main.cpp.obj + 0001:000835e0 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$38 100845e0 f main.cpp.obj + 0001:000835eb __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$39 100845eb f main.cpp.obj + 0001:000835f3 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$40 100845f3 f main.cpp.obj + 0001:000835fb __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$41 100845fb f main.cpp.obj + 0001:00083606 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$8 10084606 f main.cpp.obj + 0001:0008360e __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$9 1008460e f main.cpp.obj + 0001:00083616 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$10 10084616 f main.cpp.obj + 0001:00083626 __ehhandler$??0SuspendedProcess@hadesmem@@QAE@KK@Z 10084626 f main.cpp.obj + 0001:00083650 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$3 10084650 f main.cpp.obj + 0001:00083650 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$0 10084650 f main.cpp.obj + 0001:00083650 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$0 10084650 f main.cpp.obj + 0001:00083650 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$0 10084650 f main.cpp.obj + 0001:00083650 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$0 10084650 f main.cpp.obj + 0001:00083658 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$4 10084658 f main.cpp.obj + 0001:00083658 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$1 10084658 f main.cpp.obj + 0001:00083658 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$1 10084658 f main.cpp.obj + 0001:00083658 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$1 10084658 f main.cpp.obj + 0001:00083658 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$1 10084658 f main.cpp.obj + 0001:00083660 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$5 10084660 f main.cpp.obj + 0001:00083660 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$2 10084660 f main.cpp.obj + 0001:00083660 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$2 10084660 f main.cpp.obj + 0001:00083660 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$2 10084660 f main.cpp.obj + 0001:00083660 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$2 10084660 f main.cpp.obj + 0001:00083668 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$6 10084668 f main.cpp.obj + 0001:00083668 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$3 10084668 f main.cpp.obj + 0001:00083668 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$3 10084668 f main.cpp.obj + 0001:00083668 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$3 10084668 f main.cpp.obj + 0001:00083668 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$3 10084668 f main.cpp.obj + 0001:00083675 __ehhandler$??0Thread@hadesmem@@QAE@K@Z 10084675 f main.cpp.obj + 0001:00083675 __ehhandler$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 10084675 f main.cpp.obj + 0001:00083675 __ehhandler$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 10084675 f main.cpp.obj + 0001:00083675 __ehhandler$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10084675 f main.cpp.obj + 0001:00083675 __ehhandler$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10084675 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0error_info_container_impl@exception_detail@boost@@QAE@XZ$0 100846a0 f main.cpp.obj + 0001:000836ad __ehhandler$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 100846ad f main.cpp.obj + 0001:000836d0 __unwindfunclet$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z$0 100846d0 f main.cpp.obj + 0001:000836dd __ehhandler$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 100846dd f main.cpp.obj + 0001:00083700 __ehhandler$??1CDataStore@Nampower@@UAE@XZ 10084700 f main.cpp.obj + 0001:00083700 __ehhandler$??1_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 10084700 f main.cpp.obj + 0001:00083720 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$2 10084720 f main.cpp.obj + 0001:00083728 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$3 10084728 f main.cpp.obj + 0001:00083735 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 10084735 f main.cpp.obj + 0001:00083760 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$2 10084760 f main.cpp.obj + 0001:00083760 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$2 10084760 f main.cpp.obj + 0001:00083768 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$3 10084768 f main.cpp.obj + 0001:00083768 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$3 10084768 f main.cpp.obj + 0001:00083775 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 10084775 f main.cpp.obj + 0001:00083775 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 10084775 f main.cpp.obj + 0001:000837a0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$2 100847a0 f main.cpp.obj + 0001:000837a8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$3 100847a8 f main.cpp.obj + 0001:000837b5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100847b5 f main.cpp.obj + 0001:000837e0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$2 100847e0 f main.cpp.obj + 0001:000837e8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$3 100847e8 f main.cpp.obj + 0001:000837f5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100847f5 f main.cpp.obj + 0001:00083820 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$2 10084820 f main.cpp.obj + 0001:00083828 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$3 10084828 f main.cpp.obj + 0001:00083835 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 10084835 f main.cpp.obj + 0001:00083860 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$2 10084860 f main.cpp.obj + 0001:00083868 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$3 10084868 f main.cpp.obj + 0001:00083875 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 10084875 f main.cpp.obj + 0001:000838a0 __unwindfunclet$??R@@QBE@XZ$0 100848a0 f main.cpp.obj + 0001:000838a8 __unwindfunclet$??R@@QBE@XZ$2 100848a8 f main.cpp.obj + 0001:000838b7 __unwindfunclet$??R@@QBE@XZ$3 100848b7 f main.cpp.obj + 0001:000838d5 __ehhandler$??R@@QBE@XZ 100848d5 f main.cpp.obj + 0001:00083900 __unwindfunclet$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ$1 10084900 f main.cpp.obj + 0001:00083900 __unwindfunclet$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ$1 10084900 f main.cpp.obj + 0001:0008390d __ehhandler$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 1008490d f main.cpp.obj + 0001:0008390d __ehhandler$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 1008490d f main.cpp.obj + 0001:00083940 __unwindfunclet$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z$2 10084940 f main.cpp.obj + 0001:00083954 __ehhandler$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 10084954 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:00083980 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$12 10084980 f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:0008398b __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$1 1008498b f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:00083996 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$14 10084996 f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:0008399e __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$3 1008499e f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839a6 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$4 100849a6 f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839ae __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$5 100849ae f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839b9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$7 100849b9 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c1 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$8 100849c1 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839c9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$9 100849c9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:000839d9 __ehhandler$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100849d9 f main.cpp.obj + 0001:00083a10 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$2 10084a10 f main.cpp.obj + 0001:00083a1d __ehhandler$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 10084a1d f main.cpp.obj + 0001:00083a50 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$2 10084a50 f main.cpp.obj + 0001:00083a58 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$3 10084a58 f main.cpp.obj + 0001:00083a60 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$4 10084a60 f main.cpp.obj + 0001:00083a68 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$5 10084a68 f main.cpp.obj + 0001:00083a70 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$6 10084a70 f main.cpp.obj + 0001:00083a80 __ehhandler$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 10084a80 f main.cpp.obj + 0001:00083ab0 __unwindfunclet$?CleanupUnchecked@Process@hadesmem@@AAEXXZ$2 10084ab0 f main.cpp.obj + 0001:00083abd __ehhandler$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 10084abd f main.cpp.obj + 0001:00083af0 __unwindfunclet$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ$2 10084af0 f main.cpp.obj + 0001:00083afd __ehhandler$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 10084afd f main.cpp.obj + 0001:00083b30 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$0 10084b30 f main.cpp.obj + 0001:00083b49 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$1 10084b49 f main.cpp.obj + 0001:00083b51 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$2 10084b51 f main.cpp.obj + 0001:00083b59 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$3 10084b59 f main.cpp.obj + 0001:00083b61 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$4 10084b61 f main.cpp.obj + 0001:00083b6e __ehhandler$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 10084b6e f main.cpp.obj + 0001:00083ba0 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$0 10084ba0 f main.cpp.obj + 0001:00083ba8 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$1 10084ba8 f main.cpp.obj + 0001:00083bb0 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$2 10084bb0 f main.cpp.obj + 0001:00083bb8 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$3 10084bb8 f main.cpp.obj + 0001:00083bc5 __ehhandler$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 10084bc5 f main.cpp.obj + 0001:00083bf0 __unwindfunclet$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z$0 10084bf0 f helper.cpp.obj + 0001:00083bf0 __unwindfunclet$?DoesItemMatch@Nampower@@YA_NIIPBD@Z$0 10084bf0 f items.cpp.obj + 0001:00083bf0 __unwindfunclet$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z$0 10084bf0 f main.cpp.obj + 0001:00083bf0 __unwindfunclet$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z$0 10084bf0 f spell_scripts.cpp.obj + 0001:00083bf0 __unwindfunclet$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z$0 10084bf0 f spellcast.cpp.obj + 0001:00083bfd __ehhandler$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 10084bfd f helper.cpp.obj + 0001:00083bfd __ehhandler$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 10084bfd f items.cpp.obj + 0001:00083bfd __ehhandler$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 10084bfd f main.cpp.obj + 0001:00083bfd __ehhandler$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 10084bfd f spell_scripts.cpp.obj + 0001:00083bfd __ehhandler$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 10084bfd f spellcast.cpp.obj + 0001:00083c30 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$2 10084c30 f main.cpp.obj + 0001:00083c38 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$3 10084c38 f main.cpp.obj + 0001:00083c40 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$4 10084c40 f main.cpp.obj + 0001:00083c48 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$5 10084c48 f main.cpp.obj + 0001:00083c50 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$6 10084c50 f main.cpp.obj + 0001:00083c60 __ehhandler$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 10084c60 f main.cpp.obj + 0001:00083c90 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$2 10084c90 f main.cpp.obj + 0001:00083ca9 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$3 10084ca9 f main.cpp.obj + 0001:00083cb4 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$0 10084cb4 f main.cpp.obj + 0001:00083cc4 __ehhandler$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 10084cc4 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$0 10084cf0 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$1 10084cf8 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d00 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$2 10084d00 f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d0d __ehhandler$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 10084d0d f main.cpp.obj + 0001:00083d40 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$0 10084d40 f main.cpp.obj + 0001:00083d48 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$1 10084d48 f main.cpp.obj + 0001:00083d50 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$2 10084d50 f main.cpp.obj + 0001:00083d5b __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$3 10084d5b f main.cpp.obj + 0001:00083d63 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$4 10084d63 f main.cpp.obj + 0001:00083d6b __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$5 10084d6b f main.cpp.obj + 0001:00083d73 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$6 10084d73 f main.cpp.obj + 0001:00083d83 __ehhandler$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 10084d83 f main.cpp.obj + 0001:00083db0 __unwindfunclet$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z$0 10084db0 f main.cpp.obj + 0001:00083dc0 __ehhandler$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 10084dc0 f main.cpp.obj + 0001:00083df0 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$1 10084df0 f main.cpp.obj + 0001:00083dfb __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$0 10084dfb f main.cpp.obj + 0001:00083e06 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$2 10084e06 f main.cpp.obj + 0001:00083e0e __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$3 10084e0e f main.cpp.obj + 0001:00083e19 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$4 10084e19 f main.cpp.obj + 0001:00083e21 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$5 10084e21 f main.cpp.obj + 0001:00083e2c __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$6 10084e2c f main.cpp.obj + 0001:00083e34 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$7 10084e34 f main.cpp.obj + 0001:00083e3f __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$8 10084e3f f main.cpp.obj + 0001:00083e47 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$9 10084e47 f main.cpp.obj + 0001:00083e57 __ehhandler$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10084e57 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?CacheItemNameToId@Nampower@@YAXPBDI@Z$0 10084e90 f items.cpp.obj + 0001:00083e90 __unwindfunclet$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z$0 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?addCustomEvent@Nampower@@YAXIPAD@Z$0 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z$0 10084e90 f spell_scripts.cpp.obj + 0001:00083e90 __unwindfunclet$?TriggerQuickcast@Nampower@@YAXXZ$0 10084e90 f spellcast.cpp.obj + 0001:00083e9d __ehhandler$?CacheItemNameToId@Nampower@@YAXPBDI@Z 10084e9d f items.cpp.obj + 0001:00083e9d __ehhandler$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 10084e9d f main.cpp.obj + 0001:00083e9d __ehhandler$?addCustomEvent@Nampower@@YAXIPAD@Z 10084e9d f main.cpp.obj + 0001:00083e9d __ehhandler$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 10084e9d f spell_scripts.cpp.obj + 0001:00083e9d __ehhandler$?TriggerQuickcast@Nampower@@YAXXZ 10084e9d f spellcast.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083ed0 __unwindfunclet$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$0 10084ed0 f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083edd __ehhandler$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10084edd f main.cpp.obj + 0001:00083f00 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10084f00 f main.cpp.obj + 0001:00083f0d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10084f0d f main.cpp.obj + 0001:00083f40 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$2 10084f40 f main.cpp.obj + 0001:00083f4d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10084f4d f main.cpp.obj + 0001:00083f80 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10084f80 f main.cpp.obj + 0001:00083f8d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10084f8d f main.cpp.obj + 0001:00083fc0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$2 10084fc0 f main.cpp.obj + 0001:00083fcd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10084fcd f main.cpp.obj + 0001:00084000 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$2 10085000 f main.cpp.obj + 0001:0008400d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 1008500d f main.cpp.obj + 0001:00084040 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$2 10085040 f main.cpp.obj + 0001:0008404d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 1008504d f main.cpp.obj + 0001:00084080 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$2 10085080 f main.cpp.obj + 0001:0008408d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 1008508d f main.cpp.obj + 0001:000840c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$2 100850c0 f main.cpp.obj + 0001:000840cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100850cd f main.cpp.obj + 0001:00084100 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$2 10085100 f main.cpp.obj + 0001:0008410d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 1008510d f main.cpp.obj + 0001:00084140 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$2 10085140 f main.cpp.obj + 0001:0008414d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 1008514d f main.cpp.obj + 0001:00084180 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$2 10085180 f main.cpp.obj + 0001:0008418d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 1008518d f main.cpp.obj + 0001:000841c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$2 100851c0 f main.cpp.obj + 0001:000841cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100851cd f main.cpp.obj + 0001:00084200 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$2 10085200 f main.cpp.obj + 0001:0008420d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 1008520d f main.cpp.obj + 0001:00084240 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$2 10085240 f main.cpp.obj + 0001:0008424d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 1008524d f main.cpp.obj + 0001:00084280 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$2 10085280 f main.cpp.obj + 0001:0008428d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 1008528d f main.cpp.obj + 0001:000842c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$2 100852c0 f main.cpp.obj + 0001:000842cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100852cd f main.cpp.obj + 0001:00084300 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$2 10085300 f main.cpp.obj + 0001:0008430d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 1008530d f main.cpp.obj + 0001:00084340 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$2 10085340 f main.cpp.obj + 0001:0008434d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 1008534d f main.cpp.obj + 0001:00084380 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$2 10085380 f main.cpp.obj + 0001:0008438d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 1008538d f main.cpp.obj + 0001:000843c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 100853c0 f main.cpp.obj + 0001:000843cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100853cd f main.cpp.obj + 0001:00084400 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$2 10085400 f main.cpp.obj + 0001:0008440d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 1008540d f main.cpp.obj + 0001:00084440 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10085440 f main.cpp.obj + 0001:0008444d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008544d f main.cpp.obj + 0001:00084480 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$2 10085480 f main.cpp.obj + 0001:0008448d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 1008548d f main.cpp.obj + 0001:000844c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$2 100854c0 f main.cpp.obj + 0001:000844cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100854cd f main.cpp.obj + 0001:00084500 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$2 10085500 f main.cpp.obj + 0001:0008450d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 1008550d f main.cpp.obj + 0001:00084540 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$2 10085540 f main.cpp.obj + 0001:0008454d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 1008554d f main.cpp.obj + 0001:00084580 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$2 10085580 f main.cpp.obj + 0001:0008458d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 1008558d f main.cpp.obj + 0001:000845c0 __unwindfunclet$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$3 100855c0 f main.cpp.obj + 0001:000845c8 __unwindfunclet$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$2 100855c8 f main.cpp.obj + 0001:000845d5 __ehhandler$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100855d5 f main.cpp.obj + 0001:00084600 __unwindfunclet$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$2 10085600 f main.cpp.obj + 0001:0008460d __ehhandler$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 1008560d f main.cpp.obj + 0001:00084640 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$2 10085640 f main.cpp.obj + 0001:00084648 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$3 10085648 f main.cpp.obj + 0001:00084650 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$4 10085650 f main.cpp.obj + 0001:00084658 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$5 10085658 f main.cpp.obj + 0001:00084660 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$6 10085660 f main.cpp.obj + 0001:00084670 __ehhandler$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 10085670 f main.cpp.obj + 0001:000846a0 __unwindfunclet$?SetSelectionTarget@Nampower@@YAX_K@Z$0 100856a0 f main.cpp.obj + 0001:000846ad __ehhandler$?SetSelectionTarget@Nampower@@YAX_K@Z 100856ad f main.cpp.obj + 0001:000846d0 __unwindfunclet$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z$0 100856d0 f main.cpp.obj + 0001:000846d0 __unwindfunclet$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ$0 100856d0 f main.cpp.obj + 0001:000846d0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ$0 100856d0 f main.cpp.obj + 0001:000846dd __ehhandler$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 100856dd f main.cpp.obj + 0001:000846dd __ehhandler$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 100856dd f main.cpp.obj + 0001:000846dd __ehhandler$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 100856dd f main.cpp.obj + 0001:00084700 __unwindfunclet$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z$0 10085700 f main.cpp.obj + 0001:00084700 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z$0 10085700 f main.cpp.obj + 0001:00084700 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z$0 10085700 f main.cpp.obj + 0001:00084700 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z$0 10085700 f main.cpp.obj + 0001:00084700 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z$0 10085700 f main.cpp.obj + 0001:00084700 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z$0 10085700 f main.cpp.obj + 0001:00084700 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z$0 10085700 f main.cpp.obj + 0001:00084700 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z$0 10085700 f main.cpp.obj + 0001:00084700 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z$0 10085700 f main.cpp.obj + 0001:00084700 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z$0 10085700 f main.cpp.obj + 0001:00084700 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z$0 10085700 f main.cpp.obj + 0001:00084700 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z$0 10085700 f main.cpp.obj + 0001:00084700 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z$0 10085700 f main.cpp.obj + 0001:00084700 __unwindfunclet$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z$0 10085700 f main.cpp.obj + 0001:0008470d __ehhandler$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 1008570d f main.cpp.obj + 0001:0008470d __ehhandler$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 1008570d f main.cpp.obj + 0001:0008470d __ehhandler$?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z 1008570d f main.cpp.obj + 0001:0008470d __ehhandler$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 1008570d f main.cpp.obj + 0001:0008470d __ehhandler$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 1008570d f main.cpp.obj + 0001:0008470d __ehhandler$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 1008570d f main.cpp.obj + 0001:0008470d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z 1008570d f main.cpp.obj + 0001:0008470d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 1008570d f main.cpp.obj + 0001:0008470d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 1008570d f main.cpp.obj + 0001:0008470d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 1008570d f main.cpp.obj + 0001:0008470d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 1008570d f main.cpp.obj + 0001:0008470d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 1008570d f main.cpp.obj + 0001:0008470d __ehhandler$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 1008570d f main.cpp.obj + 0001:0008470d __ehhandler$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 1008570d f main.cpp.obj + 0001:00084730 __unwindfunclet$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z$0 10085730 f main.cpp.obj + 0001:00084730 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z$0 10085730 f main.cpp.obj + 0001:00084730 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z$0 10085730 f main.cpp.obj + 0001:00084730 __unwindfunclet$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z$0 10085730 f main.cpp.obj + 0001:00084730 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z$0 10085730 f main.cpp.obj + 0001:0008473d __ehhandler$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 1008573d f main.cpp.obj + 0001:0008473d __ehhandler$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 1008573d f main.cpp.obj + 0001:0008473d __ehhandler$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 1008573d f main.cpp.obj + 0001:0008473d __ehhandler$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 1008573d f main.cpp.obj + 0001:0008473d __ehhandler$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 1008573d f main.cpp.obj + 0001:00084760 __unwindfunclet$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z$0 10085760 f main.cpp.obj + 0001:00084760 __unwindfunclet$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z$0 10085760 f main.cpp.obj + 0001:0008476d __ehhandler$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 1008576d f main.cpp.obj + 0001:0008476d __ehhandler$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 1008576d f main.cpp.obj + 0001:00084790 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z$0 10085790 f main.cpp.obj + 0001:00084790 __unwindfunclet$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z$0 10085790 f main.cpp.obj + 0001:0008479d __ehhandler$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 1008579d f main.cpp.obj + 0001:0008479d __ehhandler$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 1008579d f main.cpp.obj + 0001:000847c0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z$0 100857c0 f main.cpp.obj + 0001:000847cd __ehhandler$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 100857cd f main.cpp.obj + 0001:000847f0 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$2 100857f0 f main.cpp.obj + 0001:000847f8 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$3 100857f8 f main.cpp.obj + 0001:00084800 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$4 10085800 f main.cpp.obj + 0001:00084808 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$5 10085808 f main.cpp.obj + 0001:00084815 __ehhandler$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 10085815 f main.cpp.obj + 0001:00084840 __unwindfunclet$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z$0 10085840 f main.cpp.obj + 0001:0008484d __ehhandler$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 1008584d f main.cpp.obj + 0001:00084870 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$0 10085870 f main.cpp.obj + 0001:00084878 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$1 10085878 f main.cpp.obj + 0001:00084880 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$7 10085880 f main.cpp.obj + 0001:00084888 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$2 10085888 f main.cpp.obj + 0001:00084890 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$3 10085890 f main.cpp.obj + 0001:00084898 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$4 10085898 f main.cpp.obj + 0001:000848a8 __ehhandler$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 100858a8 f main.cpp.obj + 0001:000848e0 __unwindfunclet$?WriteCall@detail@hadesmem@@YAIABVProcess@2@PAX1AAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z$0 100858e0 f main.cpp.obj + 0001:000848ed __ehhandler$?WriteCall@detail@hadesmem@@YAIABVProcess@2@PAX1AAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100858ed f main.cpp.obj + 0001:00084920 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$0 10085920 f main.cpp.obj + 0001:0008492b __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$2 1008592b f main.cpp.obj + 0001:00084933 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$3 10085933 f main.cpp.obj + 0001:0008493e __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$4 1008593e f main.cpp.obj + 0001:00084946 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$5 10085946 f main.cpp.obj + 0001:00084951 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$6 10085951 f main.cpp.obj + 0001:00084959 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$7 10085959 f main.cpp.obj + 0001:00084964 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$8 10085964 f main.cpp.obj + 0001:0008496c __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$9 1008596c f main.cpp.obj + 0001:0008497c __ehhandler$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 1008597c f main.cpp.obj + 0001:000849b0 __unwindfunclet$?WriteJump@detail@hadesmem@@YAIABVProcess@2@PAX1_NPAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z$0 100859b0 f main.cpp.obj + 0001:000849bd __ehhandler$?WriteJump@detail@hadesmem@@YAIABVProcess@2@PAX1_NPAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100859bd f main.cpp.obj + 0001:000849f0 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$0 100859f0 f main.cpp.obj + 0001:000849ff __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$1 100859ff f main.cpp.obj + 0001:00084a18 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$2 10085a18 f main.cpp.obj + 0001:00084a20 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$4 10085a20 f main.cpp.obj + 0001:00084a2d __ehhandler$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 10085a2d f main.cpp.obj + 0001:00084a50 __unwindfunclet$?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z$0 10085a50 f main.cpp.obj + 0001:00084a58 __unwindfunclet$?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z$1 10085a58 f main.cpp.obj + 0001:00084a60 __unwindfunclet$?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z$2 10085a60 f main.cpp.obj + 0001:00084a68 __unwindfunclet$?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z$3 10085a68 f main.cpp.obj + 0001:00084a75 __ehhandler$?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z 10085a75 f main.cpp.obj + 0001:00084aa0 __ehhandler$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 10085aa0 f main.cpp.obj + 0001:00084ac0 __ehhandler$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 10085ac0 f main.cpp.obj + 0001:00084af0 __unwindfunclet$?checkForStopChanneling@Nampower@@YAXXZ$0 10085af0 f main.cpp.obj + 0001:00084af8 __unwindfunclet$?checkForStopChanneling@Nampower@@YAXXZ$1 10085af8 f main.cpp.obj + 0001:00084b05 __ehhandler$?checkForStopChanneling@Nampower@@YAXXZ 10085b05 f main.cpp.obj + 0001:00084b30 __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$0 10085b30 f main.cpp.obj + 0001:00084b3f __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$1 10085b3f f main.cpp.obj + 0001:00084b5b __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$2 10085b5b f main.cpp.obj + 0001:00084b68 __ehhandler$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 10085b68 f main.cpp.obj + 0001:00084b90 __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$0 10085b90 f main.cpp.obj + 0001:00084b9f __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$1 10085b9f f main.cpp.obj + 0001:00084bbb __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$2 10085bbb f main.cpp.obj + 0001:00084bc8 __ehhandler$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 10085bc8 f main.cpp.obj + 0001:00084bf0 __unwindfunclet$?clone@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@EBEPAVerror_info_base@exception_detail@2@XZ$0 10085bf0 f main.cpp.obj + 0001:00084bff __unwindfunclet$?clone@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@EBEPAVerror_info_base@exception_detail@2@XZ$1 10085bff f main.cpp.obj + 0001:00084c0c __ehhandler$?clone@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 10085c0c f main.cpp.obj + 0001:00084c30 __unwindfunclet$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ$0 10085c30 f main.cpp.obj + 0001:00084c3f __unwindfunclet$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ$1 10085c3f f main.cpp.obj + 0001:00084c4c __ehhandler$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 10085c4c f main.cpp.obj + 0001:00084c70 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$0 10085c70 f main.cpp.obj + 0001:00084c89 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$1 10085c89 f main.cpp.obj + 0001:00084c98 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$4 10085c98 f main.cpp.obj + 0001:00084ca0 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$2 10085ca0 f main.cpp.obj + 0001:00084ca8 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$3 10085ca8 f main.cpp.obj + 0001:00084cb0 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$11 10085cb0 f main.cpp.obj + 0001:00084cbd __ehhandler$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 10085cbd f main.cpp.obj + 0001:00084ce0 __unwindfunclet$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z$0 10085ce0 f main.cpp.obj + 0001:00084ce8 __unwindfunclet$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z$1 10085ce8 f main.cpp.obj + 0001:00084cf5 __ehhandler$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 10085cf5 f main.cpp.obj + 0001:00084d20 __unwindfunclet$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z$0 10085d20 f main.cpp.obj + 0001:00084d2b __unwindfunclet$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z$1 10085d2b f main.cpp.obj + 0001:00084d38 __ehhandler$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 10085d38 f main.cpp.obj + 0001:00084d70 __unwindfunclet$?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z$1 10085d70 f main.cpp.obj + 0001:00084d7b __unwindfunclet$?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z$2 10085d7b f main.cpp.obj + 0001:00084d83 __unwindfunclet$?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z$3 10085d83 f main.cpp.obj + 0001:00084d8b __unwindfunclet$?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z$4 10085d8b f main.cpp.obj + 0001:00084d98 __ehhandler$?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z 10085d98 f main.cpp.obj + 0001:00084dd0 __unwindfunclet$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DN@Z$0 10085dd0 f main.cpp.obj + 0001:00084dd0 __unwindfunclet$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DO@Z$0 10085dd0 f main.cpp.obj + 0001:00084ddd __ehhandler$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DN@Z 10085ddd f main.cpp.obj + 0001:00084ddd __ehhandler$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DO@Z 10085ddd f main.cpp.obj + 0001:00084e10 __unwindfunclet$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z$0 10085e10 f main.cpp.obj + 0001:00084e18 __unwindfunclet$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z$1 10085e18 f main.cpp.obj + 0001:00084e25 __ehhandler$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z 10085e25 f main.cpp.obj + 0001:00084e50 __unwindfunclet$?do_put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@DD@Z$0 10085e50 f main.cpp.obj + 0001:00084e5d __ehhandler$?do_put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@DD@Z 10085e5d f main.cpp.obj + 0001:00084e90 __unwindfunclet$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$2 10085e90 f main.cpp.obj + 0001:00084e9d __ehhandler$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 10085e9d f main.cpp.obj + 0001:00084ec0 __unwindfunclet$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$2 10085ec0 f main.cpp.obj + 0001:00084ed4 __ehhandler$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 10085ed4 f main.cpp.obj + 0001:00084f00 __unwindfunclet$?initHooks@Nampower@@YAXXZ$0 10085f00 f main.cpp.obj + 0001:00084f08 __unwindfunclet$?initHooks@Nampower@@YAXXZ$1 10085f08 f main.cpp.obj + 0001:00084f10 __unwindfunclet$?initHooks@Nampower@@YAXXZ$42 10085f10 f main.cpp.obj + 0001:00084f1d __ehhandler$?initHooks@Nampower@@YAXXZ 10085f1d f main.cpp.obj + 0001:00084f50 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$0 10085f50 f main.cpp.obj + 0001:00084f5b __unwindfunclet$?loadConfig@Nampower@@YAXXZ$1 10085f5b f main.cpp.obj + 0001:00084f66 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$2 10085f66 f main.cpp.obj + 0001:00084f71 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$3 10085f71 f main.cpp.obj + 0001:00084f7c __unwindfunclet$?loadConfig@Nampower@@YAXXZ$4 10085f7c f main.cpp.obj + 0001:00084f87 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$5 10085f87 f main.cpp.obj + 0001:00084f92 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$6 10085f92 f main.cpp.obj + 0001:00084f9d __unwindfunclet$?loadConfig@Nampower@@YAXXZ$7 10085f9d f main.cpp.obj + 0001:00084fa8 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$8 10085fa8 f main.cpp.obj + 0001:00084fb3 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$9 10085fb3 f main.cpp.obj + 0001:00084fbe __unwindfunclet$?loadConfig@Nampower@@YAXXZ$10 10085fbe f main.cpp.obj + 0001:00084fc9 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$11 10085fc9 f main.cpp.obj + 0001:00084fd9 __ehhandler$?loadConfig@Nampower@@YAXXZ 10085fd9 f main.cpp.obj + 0001:00085010 __unwindfunclet$?loadUserVar@Nampower@@YAXPBD@Z$0 10086010 f main.cpp.obj + 0001:00085018 __unwindfunclet$?loadUserVar@Nampower@@YAXPBD@Z$1 10086018 f main.cpp.obj + 0001:00085025 __ehhandler$?loadUserVar@Nampower@@YAXPBD@Z 10086025 f main.cpp.obj + 0001:00085050 __unwindfunclet$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z$0 10086050 f main.cpp.obj + 0001:0008505d __ehhandler$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 1008605d f main.cpp.obj + 0001:00085080 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$0 10086080 f main.cpp.obj + 0001:00085088 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$1 10086088 f main.cpp.obj + 0001:00085090 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$2 10086090 f main.cpp.obj + 0001:0008509d __ehhandler$?processQueues@Nampower@@YA_NXZ 1008609d f main.cpp.obj + 0001:000850d0 __unwindfunclet$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$2 100860d0 f main.cpp.obj + 0001:000850dd __ehhandler$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100860dd f main.cpp.obj + 0001:00085100 __unwindfunclet$?put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@PBD3@Z$0 10086100 f main.cpp.obj + 0001:0008510d __ehhandler$?put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@PBD3@Z 1008610d f main.cpp.obj + 0001:00085130 __unwindfunclet$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z$2 10086130 f main.cpp.obj + 0001:0008513d __ehhandler$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 1008613d f main.cpp.obj + 0001:00085160 __unwindfunclet$?str@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ$0 10086160 f main.cpp.obj + 0001:0008517e __ehhandler$?str@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1008617e f main.cpp.obj + 0001:000851a0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$0 100861a0 f main.cpp.obj + 0001:000851a8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$1 100861a8 f main.cpp.obj + 0001:000851b0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$2 100861b0 f main.cpp.obj + 0001:000851b8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$3 100861b8 f main.cpp.obj + 0001:000851c0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$4 100861c0 f main.cpp.obj + 0001:000851c8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$5 100861c8 f main.cpp.obj + 0001:000851d0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$6 100861d0 f main.cpp.obj + 0001:000851d8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$7 100861d8 f main.cpp.obj + 0001:000851e0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$8 100861e0 f main.cpp.obj + 0001:000851e8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$9 100861e8 f main.cpp.obj + 0001:000851f0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$10 100861f0 f main.cpp.obj + 0001:000851f8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$11 100861f8 f main.cpp.obj + 0001:00085200 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$12 10086200 f main.cpp.obj + 0001:00085208 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$13 10086208 f main.cpp.obj + 0001:00085210 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$14 10086210 f main.cpp.obj + 0001:00085218 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$15 10086218 f main.cpp.obj + 0001:00085220 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$16 10086220 f main.cpp.obj + 0001:00085228 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$17 10086228 f main.cpp.obj + 0001:00085230 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$18 10086230 f main.cpp.obj + 0001:00085238 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$19 10086238 f main.cpp.obj + 0001:00085240 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$20 10086240 f main.cpp.obj + 0001:00085248 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$21 10086248 f main.cpp.obj + 0001:00085250 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$22 10086250 f main.cpp.obj + 0001:00085258 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$23 10086258 f main.cpp.obj + 0001:00085260 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$24 10086260 f main.cpp.obj + 0001:00085268 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$25 10086268 f main.cpp.obj + 0001:00085270 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$26 10086270 f main.cpp.obj + 0001:00085278 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$27 10086278 f main.cpp.obj + 0001:00085280 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$28 10086280 f main.cpp.obj + 0001:00085288 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$29 10086288 f main.cpp.obj + 0001:00085290 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$30 10086290 f main.cpp.obj + 0001:00085298 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$31 10086298 f main.cpp.obj + 0001:000852a0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$32 100862a0 f main.cpp.obj + 0001:000852a8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$33 100862a8 f main.cpp.obj + 0001:000852b5 __ehhandler$?updateFromCvar@Nampower@@YAXPBD0@Z 100862b5 f main.cpp.obj + 0001:000852e0 __unwindfunclet$_Load$4 100862e0 f main.cpp.obj + 0001:000852e8 __unwindfunclet$_Load$3 100862e8 f main.cpp.obj + 0001:000852f5 __ehhandler$_Load 100862f5 f main.cpp.obj + 0001:00085320 __unwindfunclet$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$1 10086320 f helper.cpp.obj + 0001:00085328 __unwindfunclet$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$0 10086328 f helper.cpp.obj + 0001:00085335 __ehhandler$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 10086335 f helper.cpp.obj + 0001:00085360 __unwindfunclet$??$_Try_emplace@AB_K$$V@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@_N@1@AB_K@Z$1 10086360 f helper.cpp.obj + 0001:00085368 __unwindfunclet$??$_Try_emplace@AB_K$$V@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@_N@1@AB_K@Z$0 10086368 f helper.cpp.obj + 0001:00085375 __ehhandler$??$_Try_emplace@AB_K$$V@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@_N@1@AB_K@Z 10086375 f helper.cpp.obj + 0001:000853a0 __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$0 100863a0 f helper.cpp.obj + 0001:000853ac __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$2 100863ac f helper.cpp.obj + 0001:000853b6 __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$3 100863b6 f helper.cpp.obj + 0001:000853c5 __ehhandler$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 100863c5 f helper.cpp.obj + 0001:000853f0 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$1 100863f0 f helper.cpp.obj + 0001:000853f8 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$3 100863f8 f helper.cpp.obj + 0001:00085400 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$0 10086400 f helper.cpp.obj + 0001:0008540c __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$9 1008640c f helper.cpp.obj + 0001:00085416 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$10 10086416 f helper.cpp.obj + 0001:00085425 __ehhandler$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 10086425 f helper.cpp.obj + 0001:00085450 __unwindfunclet$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z$0 10086450 f helper.cpp.obj + 0001:00085450 __unwindfunclet$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z$0 10086450 f spellcast.cpp.obj + 0001:00085450 __unwindfunclet$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z$0 10086450 f spellcast.cpp.obj + 0001:00085450 __unwindfunclet$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z$0 10086450 f spellevents.cpp.obj + 0001:0008545d __ehhandler$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 1008645d f helper.cpp.obj + 0001:0008545d __ehhandler$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 1008645d f spellcast.cpp.obj + 0001:0008545d __ehhandler$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 1008645d f spellcast.cpp.obj + 0001:0008545d __ehhandler$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1008645d f spellevents.cpp.obj + 0001:00085490 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$2 10086490 f spellcast.cpp.obj + 0001:00085498 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$3 10086498 f spellcast.cpp.obj + 0001:000854a5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100864a5 f spellcast.cpp.obj + 0001:000854d0 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$0 100864d0 f spellcast.cpp.obj + 0001:000854d8 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$4 100864d8 f spellcast.cpp.obj + 0001:000854e0 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$1 100864e0 f spellcast.cpp.obj + 0001:000854e8 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$2 100864e8 f spellcast.cpp.obj + 0001:000854f0 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$3 100864f0 f spellcast.cpp.obj + 0001:000854fd __ehhandler$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 100864fd f spellcast.cpp.obj + 0001:00085530 __unwindfunclet$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z$0 10086530 f spellcast.cpp.obj + 0001:00085538 __unwindfunclet$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z$1 10086538 f spellcast.cpp.obj + 0001:00085545 __ehhandler$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 10086545 f spellcast.cpp.obj + 0001:00085570 __unwindfunclet$?CastQueuedNonGcdSpell@Nampower@@YAXXZ$0 10086570 f spellcast.cpp.obj + 0001:00085578 __unwindfunclet$?CastQueuedNonGcdSpell@Nampower@@YAXXZ$1 10086578 f spellcast.cpp.obj + 0001:00085585 __ehhandler$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 10086585 f spellcast.cpp.obj + 0001:000855b0 __unwindfunclet$?CastQueuedNormalSpell@Nampower@@YAXXZ$0 100865b0 f spellcast.cpp.obj + 0001:000855b8 __unwindfunclet$?CastQueuedNormalSpell@Nampower@@YAXXZ$1 100865b8 f spellcast.cpp.obj + 0001:000855c5 __ehhandler$?CastQueuedNormalSpell@Nampower@@YAXXZ 100865c5 f spellcast.cpp.obj + 0001:000855f0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$0 100865f0 f spellcast.cpp.obj + 0001:000855f8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$1 100865f8 f spellcast.cpp.obj + 0001:00085600 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$2 10086600 f spellcast.cpp.obj + 0001:00085608 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$3 10086608 f spellcast.cpp.obj + 0001:00085610 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$4 10086610 f spellcast.cpp.obj + 0001:00085618 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$6 10086618 f spellcast.cpp.obj + 0001:00085620 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$5 10086620 f spellcast.cpp.obj + 0001:00085628 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$7 10086628 f spellcast.cpp.obj + 0001:00085630 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$8 10086630 f spellcast.cpp.obj + 0001:00085638 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$9 10086638 f spellcast.cpp.obj + 0001:00085640 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$10 10086640 f spellcast.cpp.obj + 0001:00085648 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$11 10086648 f spellcast.cpp.obj + 0001:00085650 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$12 10086650 f spellcast.cpp.obj + 0001:00085658 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$13 10086658 f spellcast.cpp.obj + 0001:00085660 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$17 10086660 f spellcast.cpp.obj + 0001:00085668 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$14 10086668 f spellcast.cpp.obj + 0001:00085670 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$15 10086670 f spellcast.cpp.obj + 0001:00085678 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$16 10086678 f spellcast.cpp.obj + 0001:00085680 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$18 10086680 f spellcast.cpp.obj + 0001:00085688 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$19 10086688 f spellcast.cpp.obj + 0001:00085690 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$20 10086690 f spellcast.cpp.obj + 0001:00085698 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$21 10086698 f spellcast.cpp.obj + 0001:000856a0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$22 100866a0 f spellcast.cpp.obj + 0001:000856a8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$23 100866a8 f spellcast.cpp.obj + 0001:000856b5 __ehhandler$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100866b5 f spellcast.cpp.obj + 0001:000856e0 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 100866e0 f spellchannel.cpp.obj + 0001:000856e8 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 100866e8 f spellchannel.cpp.obj + 0001:000856f0 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$2 100866f0 f spellchannel.cpp.obj + 0001:000856f8 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$3 100866f8 f spellchannel.cpp.obj + 0001:00085700 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$4 10086700 f spellchannel.cpp.obj + 0001:00085708 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$5 10086708 f spellchannel.cpp.obj + 0001:00085715 __ehhandler$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10086715 f spellchannel.cpp.obj + 0001:00085740 __unwindfunclet$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10086740 f spellchannel.cpp.obj + 0001:00085748 __unwindfunclet$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10086748 f spellchannel.cpp.obj + 0001:00085755 __ehhandler$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10086755 f spellchannel.cpp.obj + 0001:00085780 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10086780 f spellevents.cpp.obj + 0001:00085788 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10086788 f spellevents.cpp.obj + 0001:00085790 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$2 10086790 f spellevents.cpp.obj + 0001:0008579d __ehhandler$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 1008679d f spellevents.cpp.obj + 0001:000857d0 __unwindfunclet$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z$1 100867d0 f spellevents.cpp.obj + 0001:000857d8 __unwindfunclet$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z$0 100867d8 f spellevents.cpp.obj + 0001:000857e5 __ehhandler$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 100867e5 f spellevents.cpp.obj + 0001:00085810 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$0 10086810 f spellevents.cpp.obj + 0001:00085818 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$1 10086818 f spellevents.cpp.obj + 0001:00085820 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$2 10086820 f spellevents.cpp.obj + 0001:0008582d __ehhandler$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 1008682d f spellevents.cpp.obj + 0001:00085860 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$0 10086860 f spellevents.cpp.obj + 0001:00085868 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$13 10086868 f spellevents.cpp.obj + 0001:00085870 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$14 10086870 f spellevents.cpp.obj + 0001:00085878 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$2 10086878 f spellevents.cpp.obj + 0001:00085880 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$1 10086880 f spellevents.cpp.obj + 0001:00085888 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$3 10086888 f spellevents.cpp.obj + 0001:00085890 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$4 10086890 f spellevents.cpp.obj + 0001:00085898 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$5 10086898 f spellevents.cpp.obj + 0001:000858a0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$8 100868a0 f spellevents.cpp.obj + 0001:000858a8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$9 100868a8 f spellevents.cpp.obj + 0001:000858b0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$7 100868b0 f spellevents.cpp.obj + 0001:000858b8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$6 100868b8 f spellevents.cpp.obj + 0001:000858c0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$10 100868c0 f spellevents.cpp.obj + 0001:000858c8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$11 100868c8 f spellevents.cpp.obj + 0001:000858d0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$12 100868d0 f spellevents.cpp.obj + 0001:000858dd __ehhandler$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 100868dd f spellevents.cpp.obj + 0001:00085910 __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$0 10086910 f spellevents.cpp.obj + 0001:0008591b __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$1 1008691b f spellevents.cpp.obj + 0001:00085926 __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$2 10086926 f spellevents.cpp.obj + 0001:0008592e __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$3 1008692e f spellevents.cpp.obj + 0001:0008593b __ehhandler$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 1008693b f spellevents.cpp.obj + 0001:00085970 __unwindfunclet$??$PushArrayFieldsToLuaWithRefs@UItemStats_C@game@@@Nampower@@YAXPAIPBUItemStats_C@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z$0 10086970 f misc_scripts.cpp.obj + 0001:00085970 __unwindfunclet$??$PushArrayFieldsToLuaWithRefs@UUnitFields@game@@@Nampower@@YAXPAIPBUUnitFields@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z$0 10086970 f misc_scripts.cpp.obj + 0001:00085970 __unwindfunclet$??$PushArrayFieldsToLuaWithRefs@USpellRec@game@@@Nampower@@YAXPAIPBUSpellRec@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z$0 10086970 f spell_scripts.cpp.obj + 0001:0008597d __ehhandler$??$PushArrayFieldsToLuaWithRefs@UItemStats_C@game@@@Nampower@@YAXPAIPBUItemStats_C@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 1008697d f misc_scripts.cpp.obj + 0001:0008597d __ehhandler$??$PushArrayFieldsToLuaWithRefs@UUnitFields@game@@@Nampower@@YAXPAIPBUUnitFields@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 1008697d f misc_scripts.cpp.obj + 0001:0008597d __ehhandler$??$PushArrayFieldsToLuaWithRefs@USpellRec@game@@@Nampower@@YAXPAIPBUSpellRec@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 1008697d f spell_scripts.cpp.obj + 0001:000859b0 __unwindfunclet$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$1 100869b0 f dbc_fields.cpp.obj + 0001:000859b0 __unwindfunclet$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$1 100869b0 f misc_scripts.cpp.obj + 0001:000859b8 __unwindfunclet$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$0 100869b8 f dbc_fields.cpp.obj + 0001:000859b8 __unwindfunclet$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$0 100869b8 f misc_scripts.cpp.obj + 0001:000859c5 __ehhandler$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100869c5 f dbc_fields.cpp.obj + 0001:000859c5 __ehhandler$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100869c5 f misc_scripts.cpp.obj + 0001:000859f0 __unwindfunclet$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@QAE@XZ$1 100869f0 f items.cpp.obj + 0001:000859f0 __unwindfunclet$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@QAE@XZ$1 100869f0 f misc_scripts.cpp.obj + 0001:000859fb __unwindfunclet$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@QAE@XZ$2 100869fb f items.cpp.obj + 0001:000859fb __unwindfunclet$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@QAE@XZ$2 100869fb f misc_scripts.cpp.obj + 0001:00085a0b __ehhandler$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@QAE@XZ 10086a0b f items.cpp.obj + 0001:00085a0b __ehhandler$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@QAE@XZ 10086a0b f misc_scripts.cpp.obj + 0001:00085a30 __unwindfunclet$?RunQueuedScript@Nampower@@YA_NH@Z$0 10086a30 f misc_scripts.cpp.obj + 0001:00085a30 __unwindfunclet$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z$0 10086a30 f misc_scripts.cpp.obj + 0001:00085a3d __ehhandler$?RunQueuedScript@Nampower@@YA_NH@Z 10086a3d f misc_scripts.cpp.obj + 0001:00085a3d __ehhandler$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 10086a3d f misc_scripts.cpp.obj + 0001:00085a70 __unwindfunclet$?Script_DisenchantAll@Nampower@@YAIPAI@Z$0 10086a70 f misc_scripts.cpp.obj + 0001:00085a7d __ehhandler$?Script_DisenchantAll@Nampower@@YAIPAI@Z 10086a7d f misc_scripts.cpp.obj + 0001:00085ab0 __unwindfunclet$?Script_GetItemStatsField@Nampower@@YAIPAI@Z$2 10086ab0 f misc_scripts.cpp.obj + 0001:00085ab0 __unwindfunclet$?Script_GetUnitField@Nampower@@YAIPAI@Z$2 10086ab0 f misc_scripts.cpp.obj + 0001:00085ab0 __unwindfunclet$?Script_GetSpellRecField@Nampower@@YAIPAI@Z$2 10086ab0 f spell_scripts.cpp.obj + 0001:00085abd __ehhandler$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 10086abd f misc_scripts.cpp.obj + 0001:00085abd __ehhandler$?Script_GetUnitField@Nampower@@YAIPAI@Z 10086abd f misc_scripts.cpp.obj + 0001:00085abd __ehhandler$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 10086abd f spell_scripts.cpp.obj + 0001:00085af0 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$0 10086af0 f dbc_fields.cpp.obj + 0001:00085af0 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$0 10086af0 f misc_scripts.cpp.obj + 0001:00085af8 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$1 10086af8 f dbc_fields.cpp.obj + 0001:00085af8 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$1 10086af8 f misc_scripts.cpp.obj + 0001:00085b00 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$2 10086b00 f dbc_fields.cpp.obj + 0001:00085b00 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$2 10086b00 f misc_scripts.cpp.obj + 0001:00085b08 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$3 10086b08 f dbc_fields.cpp.obj + 0001:00085b08 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$3 10086b08 f misc_scripts.cpp.obj + 0001:00085b15 __ehhandler$?InitializeFieldMaps@Nampower@@YAXXZ 10086b15 f dbc_fields.cpp.obj + 0001:00085b15 __ehhandler$?Script_QueueScript@Nampower@@YAIPAI@Z 10086b15 f misc_scripts.cpp.obj + 0001:00085b40 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$0 10086b40 f misc_scripts.cpp.obj + 0001:00085b48 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$1 10086b48 f misc_scripts.cpp.obj + 0001:00085b50 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$3 10086b50 f misc_scripts.cpp.obj + 0001:00085b58 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$4 10086b58 f misc_scripts.cpp.obj + 0001:00085b60 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$2 10086b60 f misc_scripts.cpp.obj + 0001:00085b6d __ehhandler$?TryDisenchant@Nampower@@YA_NXZ 10086b6d f misc_scripts.cpp.obj + 0001:00085ba0 __unwindfunclet$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z$0 10086ba0 f spell_scripts.cpp.obj + 0001:00085ba0 __unwindfunclet$?Script_QueueSpellByName@Nampower@@YAIPAI@Z$0 10086ba0 f spell_scripts.cpp.obj + 0001:00085bad __ehhandler$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 10086bad f spell_scripts.cpp.obj + 0001:00085bad __ehhandler$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 10086bad f spell_scripts.cpp.obj + 0001:00085be0 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$1 10086be0 f spell_scripts.cpp.obj + 0001:00085be8 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$4 10086be8 f spell_scripts.cpp.obj + 0001:00085bf0 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$0 10086bf0 f spell_scripts.cpp.obj + 0001:00085bfd __ehhandler$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 10086bfd f spell_scripts.cpp.obj + 0001:00085c30 __unwindfunclet$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z$0 10086c30 f item_scripts.cpp.obj + 0001:00085c38 __unwindfunclet$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z$1 10086c38 f item_scripts.cpp.obj + 0001:00085c45 __ehhandler$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 10086c45 f item_scripts.cpp.obj + 0001:00085c70 __unwindfunclet$??$_Try_emplace@ABI$$V@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@_N@1@ABI@Z$1 10086c70 f items.cpp.obj + 0001:00085c78 __unwindfunclet$??$_Try_emplace@ABI$$V@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@_N@1@ABI@Z$0 10086c78 f items.cpp.obj + 0001:00085c85 __ehhandler$??$_Try_emplace@ABI$$V@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@_N@1@ABI@Z 10086c85 f items.cpp.obj + 0001:00085cb0 __unwindfunclet$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$1 10086cb0 f items.cpp.obj + 0001:00085cb8 __unwindfunclet$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$0 10086cb8 f items.cpp.obj + 0001:00085cc5 __ehhandler$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 10086cc5 f items.cpp.obj + 0001:00085cf0 __unwindfunclet$??$emplace@ABI@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE?AU?$pair@V?$_List_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@@std@@_N@1@ABI@Z$1 10086cf0 f items.cpp.obj + 0001:00085cf8 __unwindfunclet$??$emplace@ABI@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE?AU?$pair@V?$_List_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@@std@@_N@1@ABI@Z$0 10086cf8 f items.cpp.obj + 0001:00085d05 __ehhandler$??$emplace@ABI@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE?AU?$pair@V?$_List_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@@std@@_N@1@ABI@Z 10086d05 f items.cpp.obj + 0001:00085d30 __unwindfunclet$??__EitemNameToIdCache@Nampower@@YAXXZ$1 10086d30 f items.cpp.obj + 0001:00085d3a __unwindfunclet$??__EitemNameToIdCache@Nampower@@YAXXZ$2 10086d3a f items.cpp.obj + 0001:00085d49 __ehhandler$??__EitemNameToIdCache@Nampower@@YAXXZ 10086d49 f items.cpp.obj + 0001:00085d70 __unwindfunclet$??__EitemStatsCache@Nampower@@YAXXZ$1 10086d70 f items.cpp.obj + 0001:00085d7a __unwindfunclet$??__EitemStatsCache@Nampower@@YAXXZ$2 10086d7a f items.cpp.obj + 0001:00085d89 __ehhandler$??__EitemStatsCache@Nampower@@YAXXZ 10086d89 f items.cpp.obj + 0001:00085db0 __unwindfunclet$??__EpendingItemIds@Nampower@@YAXXZ$1 10086db0 f items.cpp.obj + 0001:00085dba __unwindfunclet$??__EpendingItemIds@Nampower@@YAXXZ$2 10086dba f items.cpp.obj + 0001:00085dc9 __ehhandler$??__EpendingItemIds@Nampower@@YAXXZ 10086dc9 f items.cpp.obj + 0001:00085df0 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$0 10086df0 f items.cpp.obj + 0001:00085df8 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$1 10086df8 f items.cpp.obj + 0001:00085e00 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$2 10086e00 f items.cpp.obj + 0001:00085e08 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$3 10086e08 f items.cpp.obj + 0001:00085e10 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$4 10086e10 f items.cpp.obj + 0001:00085e18 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$5 10086e18 f items.cpp.obj + 0001:00085e25 __ehhandler$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 10086e25 f items.cpp.obj + 0001:00085e50 __unwindfunclet$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z$0 10086e50 f items.cpp.obj + 0001:00085e58 __unwindfunclet$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z$1 10086e58 f items.cpp.obj + 0001:00085e65 __ehhandler$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 10086e65 f items.cpp.obj + 0001:00085e90 __unwindfunclet$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z$0 10086e90 f items.cpp.obj + 0001:00085eae __ehhandler$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 10086eae f items.cpp.obj + 0001:00085ed0 __unwindfunclet$?InitializeUnitFieldMaps@Nampower@@YAXXZ$0 10086ed0 f unit_fields.cpp.obj + 0001:00085ed8 __unwindfunclet$?InitializeUnitFieldMaps@Nampower@@YAXXZ$1 10086ed8 f unit_fields.cpp.obj + 0001:00085ee5 __ehhandler$?InitializeUnitFieldMaps@Nampower@@YAXXZ 10086ee5 f unit_fields.cpp.obj + 0001:00085f10 __unwindfunclet$?CleanupAllLuaTableRefs@Nampower@@YAXXZ$0 10086f10 f lua_refs.cpp.obj + 0001:00085f18 __unwindfunclet$?CleanupAllLuaTableRefs@Nampower@@YAXXZ$1 10086f18 f lua_refs.cpp.obj + 0001:00085f25 __ehhandler$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 10086f25 f lua_refs.cpp.obj + 0001:00085f4c __ehhandler$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 10086f4c f libvcruntime:frame.obj + 0001:00085f69 __unwindfunclet$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ$0 10086f69 f libvcruntime:undname.obj + 0001:00085f76 __ehhandler$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 10086f76 f libvcruntime:undname.obj + 0001:00085f93 __ehhandler$?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 10086f93 f libucrt:write.obj + 0001:00085fbd __ehhandler$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 10086fbd f libucrt:exit.obj + 0001:00085fda __ehhandler$__execute_onexit_table 10086fda f libucrt:onexit.obj + 0001:00085ff7 __ehhandler$___dcrt_uninitialize_environments_nolock 10086ff7 f libucrt:environment_initialization.obj + 0001:00086014 __ehhandler$?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 10087014 f libucrt:mbstowcs.obj + 0001:00086031 __unwindfunclet$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z$0 10087031 f libcpmt:locale0.obj + 0001:0008603e __ehhandler$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 1008703e f libcpmt:locale0.obj + 0001:00086060 ??__FdebugLogFile@Nampower@@YAXXZ 10087060 f logging.cpp.obj + 0001:00086110 ??__F?e@?$exception_ptr_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B@@YAXXZ 10087110 f main.cpp.obj + 0001:00086150 ??__F?e@?$exception_ptr_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B@@YAXXZ 10087150 f main.cpp.obj + 0001:00086190 ??__Fep@?1???$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ@YAXXZ 10087190 f main.cpp.obj + 0001:000861d0 ??__Fep@?1???$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ@YAXXZ 100871d0 f main.cpp.obj + 0001:00086210 ??__FgAttackRoundInfo_ReadPacketDetour@Nampower@@YAXXZ 10087210 f main.cpp.obj + 0001:00086230 ??__FgCGActionBar_UseActionDetour@Nampower@@YAXXZ 10087230 f main.cpp.obj + 0001:00086250 ??__FgCGBuffBar_UpdateDurationDetour@Nampower@@YAXXZ 10087250 f main.cpp.obj + 0001:00086270 ??__FgCGPlayer_C_OnAttackIconPressedDetour@Nampower@@YAXXZ 10087270 f main.cpp.obj + 0001:00086290 ??__FgCGSpellBook_CastSpellDetour@Nampower@@YAXXZ 10087290 f main.cpp.obj + 0001:000862b0 ??__FgCGUnit_C_OnAuraAddedDetour@Nampower@@YAXXZ 100872b0 f main.cpp.obj + 0001:000862d0 ??__FgCGUnit_C_OnAuraRemovedDetour@Nampower@@YAXXZ 100872d0 f main.cpp.obj + 0001:000862f0 ??__FgCGUnit_C_OnAuraStacksChangedDetour@Nampower@@YAXXZ 100872f0 f main.cpp.obj + 0001:00086310 ??__FgCGWorldFrame_OnLayerTrackTerrainDetour@Nampower@@YAXXZ 10087310 f main.cpp.obj + 0001:00086330 ??__FgCSimpleFrame_GetNameDetour@Nampower@@YAXXZ 10087330 f main.cpp.obj + 0001:00086350 ??__FgCancelSpellDetour@Nampower@@YAXXZ 10087350 f main.cpp.obj + 0001:00086370 ??__FgCastDetour@Nampower@@YAXXZ 10087370 f main.cpp.obj + 0001:00086390 ??__FgCastHistory@Nampower@@YAXXZ 10087390 f main.cpp.obj + 0001:000863a0 ??__FgCastResultHandlerDetour@Nampower@@YAXXZ 100873a0 f main.cpp.obj + 0001:000863c0 ??__FgCastbarPatch@Nampower@@YAXXZ 100873c0 f main.cpp.obj + 0001:00086490 ??__FgCreateEventsDetour@Nampower@@YAXXZ 10087490 f main.cpp.obj + 0001:000864b0 ??__FgGetSpellSlotFromLuaDetour@Nampower@@YAXXZ 100874b0 f main.cpp.obj + 0001:000864d0 ??__FgIEndSceneDetour@Nampower@@YAXXZ 100874d0 f main.cpp.obj + 0001:000864f0 ??__FgInvalidFunctionPtrCheckDetour@Nampower@@YAXXZ 100874f0 f main.cpp.obj + 0001:00086510 ??__FgLoadScriptFunctionsDetour@Nampower@@YAXXZ 10087510 f main.cpp.obj + 0001:00086530 ??__FgNonGcdCastQueue@Nampower@@YAXXZ 10087530 f main.cpp.obj + 0001:00086540 ??__FgOnSpriteRightClickDetour@Nampower@@YAXXZ 10087540 f main.cpp.obj + 0001:00086560 ??__FgPeriodicAuraLogHandlerDetour@Nampower@@YAXXZ 10087560 f main.cpp.obj + 0001:00086580 ??__FgPlaySpellVisualHandlerDetour@Nampower@@YAXXZ 10087580 f main.cpp.obj + 0001:000865a0 ??__FgProcResistHandlerDetour@Nampower@@YAXXZ 100875a0 f main.cpp.obj + 0001:000865c0 ??__FgSendCastDetour@Nampower@@YAXXZ 100875c0 f main.cpp.obj + 0001:000865e0 ??__FgSetCVarDetour@Nampower@@YAXXZ 100875e0 f main.cpp.obj + 0001:00086600 ??__FgSetEventCountDetour@Nampower@@YAXXZ 10087600 f main.cpp.obj + 0001:00086620 ??__FgSignalEventDetour@Nampower@@YAXXZ 10087620 f main.cpp.obj + 0001:00086640 ??__FgSpellChannelStartHandlerDetour@Nampower@@YAXXZ 10087640 f main.cpp.obj + 0001:00086660 ??__FgSpellChannelUpdateHandlerDetour@Nampower@@YAXXZ 10087660 f main.cpp.obj + 0001:00086680 ??__FgSpellCooldownDetour@Nampower@@YAXXZ 10087680 f main.cpp.obj + 0001:000866a0 ??__FgSpellDelayedDetour@Nampower@@YAXXZ 100876a0 f main.cpp.obj + 0001:000866c0 ??__FgSpellEnergizeLogHandlerDetour@Nampower@@YAXXZ 100876c0 f main.cpp.obj + 0001:000866e0 ??__FgSpellFailedDetour@Nampower@@YAXXZ 100876e0 f main.cpp.obj + 0001:00086700 ??__FgSpellFailedOtherHandlerDetour@Nampower@@YAXXZ 10087700 f main.cpp.obj + 0001:00086720 ??__FgSpellGoDetour@Nampower@@YAXXZ 10087720 f main.cpp.obj + 0001:00086740 ??__FgSpellHealingLogHandlerDetour@Nampower@@YAXXZ 10087740 f main.cpp.obj + 0001:00086760 ??__FgSpellLogMissHandlerDetour@Nampower@@YAXXZ 10087760 f main.cpp.obj + 0001:00086780 ??__FgSpellNonMeleeDmgLogHandlerDetour@Nampower@@YAXXZ 10087780 f main.cpp.obj + 0001:000867a0 ??__FgSpellOrDamageImmuneHandlerDetour@Nampower@@YAXXZ 100877a0 f main.cpp.obj + 0001:000867c0 ??__FgSpellStartHandlerDetour@Nampower@@YAXXZ 100877c0 f main.cpp.obj + 0001:000867e0 ??__FgSpellStopCastingDetour@Nampower@@YAXXZ 100877e0 f main.cpp.obj + 0001:00086800 ??__FgSpellTargetUnitDetour@Nampower@@YAXXZ 10087800 f main.cpp.obj + 0001:00086820 ??__FgSpell_C_CooldownEventTriggeredDetour@Nampower@@YAXXZ 10087820 f main.cpp.obj + 0001:00086840 ??__FgSpell_C_GetAutoRepeatingSpellDetour@Nampower@@YAXXZ 10087840 f main.cpp.obj + 0001:00086860 ??__FgSpell_C_GetSpellModifiersDetour@Nampower@@YAXXZ 10087860 f main.cpp.obj + 0001:00086880 ??__FgSpell_C_GetSpellRadiusDetour@Nampower@@YAXXZ 10087880 f main.cpp.obj + 0001:000868a0 ??__FgSpell_C_HandleSpriteClickDetour@Nampower@@YAXXZ 100878a0 f main.cpp.obj + 0001:000868c0 ??__FgSpell_C_HandleTerrainClickDetour@Nampower@@YAXXZ 100878c0 f main.cpp.obj + 0001:000868e0 ??__FgSpell_C_TargetSpellDetour@Nampower@@YAXXZ 100878e0 f main.cpp.obj + 0001:00086900 ??__FgSysMsgInitDetour@Nampower@@YAXXZ 10087900 f main.cpp.obj + 0001:00086920 ??__FgUnitCombatLogUnitDeadDetour@Nampower@@YAXXZ 10087920 f main.cpp.obj + 0001:00086940 ??__FspellIdToSlotCache@?1??ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z@YAXXZ 10087940 f helper.cpp.obj + 0001:00086950 ??__FspellSlotCache@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@YAXXZ 10087950 f helper.cpp.obj + 0001:00086960 ??__FitemStatsArrayFieldRefs@Nampower@@YAXXZ 10087960 f misc_scripts.cpp.obj + 0001:00086970 ??__FitemStatsNestedArrayRefs@Nampower@@YAXXZ 10087970 f misc_scripts.cpp.obj + 0001:00086980 ??__FunitFieldsArrayFieldRefs@Nampower@@YAXXZ 10087980 f misc_scripts.cpp.obj + 0001:00086990 ??__FunitFieldsNestedArrayRefs@Nampower@@YAXXZ 10087990 f misc_scripts.cpp.obj + 0001:000869a0 ??__FspellRecArrayFieldRefs@Nampower@@YAXXZ 100879a0 f spell_scripts.cpp.obj + 0001:000869b0 ??__FspellRecNestedArrayRefs@Nampower@@YAXXZ 100879b0 f spell_scripts.cpp.obj + 0001:000869c0 ??__FitemNameToIdCache@Nampower@@YAXXZ 100879c0 f items.cpp.obj + 0001:000869d0 ??__FitemStatsCache@Nampower@@YAXXZ 100879d0 f items.cpp.obj + 0001:000869e0 ??__FpendingItemIds@Nampower@@YAXXZ 100879e0 f items.cpp.obj + 0001:000869f0 ??__FitemStatsArrayFieldMap@Nampower@@YAXXZ 100879f0 f dbc_fields.cpp.obj + 0001:00086a00 ??__FitemStatsFieldMap@Nampower@@YAXXZ 10087a00 f dbc_fields.cpp.obj + 0001:00086a10 ??__FspellRecArrayFieldMap@Nampower@@YAXXZ 10087a10 f dbc_fields.cpp.obj + 0001:00086a20 ??__FspellRecFieldMap@Nampower@@YAXXZ 10087a20 f dbc_fields.cpp.obj + 0001:00086a30 ??__FunitFieldsArrayFieldMap@Nampower@@YAXXZ 10087a30 f unit_fields.cpp.obj + 0001:00086a40 ??__FunitFieldsFieldMap@Nampower@@YAXXZ 10087a40 f unit_fields.cpp.obj + 0001:00086a50 ??__FregisteredTableRefs@Nampower@@YAXXZ 10087a50 f lua_refs.cpp.obj + 0001:00086aac ??__Finitlocks@std@@YAXXZ 10087aac f libcpmt:xlock.obj + 0001:00086ab6 ??__F_Fac_tidy_reg@std@@YAXXZ 10087ab6 f libcpmt:locale0.obj + 0001:00086ac0 ??__Fclassic_locale@std@@YAXXZ 10087ac0 f libcpmt:locale0.obj + 0001:00086aca ??__Finit_atexit@@YAXXZ 10087aca f libcpmt:iosptrs.obj + 0001:00086ad4 ??__Finitlocks@std@@YAXXZ 10087ad4 f libcpmt:iosptrs.obj 0002:000001ec ?initlocks$initializer$@std@@3P6AXXZA 100881ec libcpmt:xlock.obj 0002:000001f0 ?initlocks$initializer$@std@@3P6AXXZA 100881f0 libcpmt:iosptrs.obj 0002:000001f4 ?init_atexit$initializer$@@3P6AXXZA 100881f4 libcpmt:iosptrs.obj @@ -10625,1717 +10632,1717 @@ 0002:00000601 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10088601 game.cpp.obj 0002:00000602 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10088602 main.cpp.obj 0002:00000603 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10088603 main.cpp.obj - 0002:00006d30 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008ed30 helper.cpp.obj - 0002:00006d31 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008ed31 helper.cpp.obj - 0002:00006dd0 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008edd0 spellcast.cpp.obj - 0002:00006dd1 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008edd1 spellcast.cpp.obj - 0002:0000758a ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008f58a spellchannel.cpp.obj - 0002:0000758b ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008f58b spellchannel.cpp.obj - 0002:000076dc ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008f6dc spellevents.cpp.obj - 0002:000076dd ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008f6dd spellevents.cpp.obj - 0002:00007ad2 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008fad2 misc_scripts.cpp.obj - 0002:00007ad3 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008fad3 misc_scripts.cpp.obj - 0002:00008228 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10090228 spell_scripts.cpp.obj - 0002:00008229 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10090229 spell_scripts.cpp.obj - 0002:00008800 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10090800 cooldown_scripts.cpp.obj - 0002:00008801 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10090801 cooldown_scripts.cpp.obj - 0002:000088b9 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 100908b9 item_scripts.cpp.obj - 0002:000088ba ?_Fake_alloc@std@@3U_Fake_allocator@1@B 100908ba item_scripts.cpp.obj - 0002:00008cbc ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10090cbc items.cpp.obj - 0002:00008cbd ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10090cbd items.cpp.obj - 0002:00008f9c ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10090f9c dbc_fields.cpp.obj - 0002:00008f9d ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10090f9d dbc_fields.cpp.obj - 0002:00009f84 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10091f84 unit_fields.cpp.obj - 0002:00009f85 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10091f85 unit_fields.cpp.obj - 0002:0000a33c ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1009233c auras.cpp.obj - 0002:0000a33d ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1009233d auras.cpp.obj - 0002:0000a33e ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1009233e lua_refs.cpp.obj - 0002:0000a33f ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1009233f lua_refs.cpp.obj - 0002:0000a362 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10092362 autoattack.cpp.obj - 0002:0000a363 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10092363 autoattack.cpp.obj - 0002:0000a408 ?tokenTable@@3QBUStringLiteral@@B 10092408 libvcruntime:undname.obj - 0002:0000a490 ?nameTable@@3QBUStringLiteral@@B 10092490 libvcruntime:undname.obj - 0002:0000a728 ?rttiTable@@3QBUStringLiteral@@B 10092728 libvcruntime:undname.obj - 0002:0000a750 ?IndirectionName@@3QBUStringLiteral@@B 10092750 libvcruntime:undname.obj - 0002:0000a780 ?PrefixName@@3QBUStringLiteral@@B 10092780 libvcruntime:undname.obj - 0002:0000b268 ?result@?1??IsValidIdentChar@@YA_ND@Z@4U@?1??InitValidIdentChar@@YA@XZ@B 10093268 libvcruntime:undname.obj - 0002:0000b3a0 ?module_names@?A0x14174aea@@3QBQB_WB 100933a0 libvcruntime:winapi_downlevel.obj - 0002:0000b448 ?candidate_modules@?1??try_get_FlsAlloc@@YAP6GKP6GXPAX@Z@ZXZ@4QBW4module_id@?A0x14174aea@@B 10093448 libvcruntime:winapi_downlevel.obj - 0002:0000b45c ?candidate_modules@?1??try_get_FlsFree@@YAP6GHK@ZXZ@4QBW4module_id@?A0x14174aea@@B 1009345c libvcruntime:winapi_downlevel.obj - 0002:0000b46c ?candidate_modules@?1??try_get_FlsGetValue@@YAP6GPAXK@ZXZ@4QBW4module_id@?A0x14174aea@@B 1009346c libvcruntime:winapi_downlevel.obj - 0002:0000b480 ?candidate_modules@?1??try_get_FlsSetValue@@YAP6GHKPAX@ZXZ@4QBW4module_id@?A0x14174aea@@B 10093480 libvcruntime:winapi_downlevel.obj - 0002:0000b494 ?candidate_modules@?1??try_get_InitializeCriticalSectionEx@@YAP6GHPAU_RTL_CRITICAL_SECTION@@KK@ZXZ@4QBW4module_id@?A0x14174aea@@B 10093494 libvcruntime:winapi_downlevel.obj - 0002:0000b6c8 ?errtable@@3QBUerrentry@?A0x31fdb9ec@@B 100936c8 libucrt:errno.obj - 0002:0000c390 _One 10094390 libucrt:ceil_pentium4.obj - 0002:0000c3a0 _Bns 100943a0 libucrt:ceil_pentium4.obj - 0002:0000c3b0 _Zero 100943b0 libucrt:ceil_pentium4.obj - 0002:0000c3c0 _S 100943c0 libucrt:ceil_pentium4.obj - 0002:0000c3d0 _NegZero 100943d0 libucrt:ceil_pentium4.obj - 0002:0000c3d8 __first_127char 100943d8 libucrt:wsetlocale.obj - 0002:0000ca18 ?module_names@?A0x391cf84c@@3QBQB_WB 10094a18 libucrt:winapi_thunks.obj - 0002:0000cf24 ?candidate_modules@?1??try_get_AreFileApisANSI@@YAP6GHXZXZ@4QBW4module_id@?A0x391cf84c@@B 10094f24 libucrt:winapi_thunks.obj - 0002:0000cf38 ?candidate_modules@?1??try_get_CompareStringEx@@YAP6GHPB_WK0H0HPAU_nlsversioninfo@@PAXJ@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10094f38 libucrt:winapi_thunks.obj - 0002:0000cf50 ?candidate_modules@?1??try_get_EnumSystemLocalesEx@@YAP6GHP6GHPA_WKJ@ZKJPAX@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10094f50 libucrt:winapi_thunks.obj - 0002:0000cf6c ?candidate_modules@?1??try_get_GetDateFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH0@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10094f6c libucrt:winapi_thunks.obj - 0002:0000cf94 ?candidate_modules@?1??try_get_GetLocaleInfoEx@@YAP6GHPB_WKPA_WH@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10094f94 libucrt:winapi_thunks.obj - 0002:0000cfcc ?candidate_modules@?1??try_get_GetTimeFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10094fcc libucrt:winapi_thunks.obj - 0002:0000cfe4 ?candidate_modules@?1??try_get_GetUserDefaultLocaleName@@YAP6GHPA_WH@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10094fe4 libucrt:winapi_thunks.obj - 0002:0000d008 ?candidate_modules@?1??try_get_InitializeCriticalSectionEx@@YAP6GHPAU_RTL_CRITICAL_SECTION@@KK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10095008 libucrt:winapi_thunks.obj - 0002:0000d010 ?candidate_modules@?1??try_get_IsValidLocaleName@@YAP6GHPB_W@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10095010 libucrt:winapi_thunks.obj - 0002:0000d02c ?candidate_modules@?1??try_get_LCMapStringEx@@YAP6GHPB_WK0HPA_WHPAU_nlsversioninfo@@PAXJ@ZXZ@4QBW4module_id@?A0x391cf84c@@B 1009502c libucrt:winapi_thunks.obj - 0002:0000d044 ?candidate_modules@?1??try_get_LCIDToLocaleName@@YAP6GHKPA_WHK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10095044 libucrt:winapi_thunks.obj - 0002:0000d060 ?candidate_modules@?1??try_get_LocaleNameToLCID@@YAP6GKPB_WK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10095060 libucrt:winapi_thunks.obj - 0002:0000d07c ?candidate_modules@?1??try_get_AppPolicyGetProcessTerminationMethod@@YAP6GJPAXPAW4AppPolicyProcessTerminationMethod@@@ZXZ@4QBW4module_id@?A0x391cf84c@@B 1009507c libucrt:winapi_thunks.obj - 0002:0000d0a8 ?candidate_modules@?1??try_get_FlsAlloc@@YAP6GKP6GXPAX@Z@ZXZ@4QBW4module_id@?A0x391cf84c@@B 100950a8 libucrt:winapi_thunks.obj - 0002:0000d0b0 ?candidate_modules@?1??try_get_FlsFree@@YAP6GHK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 100950b0 libucrt:winapi_thunks.obj - 0002:0000d0b8 ?candidate_modules@?1??try_get_FlsGetValue@@YAP6GPAXK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 100950b8 libucrt:winapi_thunks.obj - 0002:0000d0c0 ?candidate_modules@?1??try_get_FlsSetValue@@YAP6GHKPAX@ZXZ@4QBW4module_id@?A0x391cf84c@@B 100950c0 libucrt:winapi_thunks.obj - 0002:0000d0c8 ?strings@?1??fp_format_nan_or_infinity@@YAHW4__acrt_fp_class@@_NPADI1@Z@4QAY03QBDA 100950c8 libucrt:cvt.obj - 0002:0000d150 ?_names@?1??_get_fname@@9@4QBU@?1??1@YAPADI@Z@B 10095150 libucrt:fpexcept.obj - 0002:0000d318 _over 10095318 libucrt:fpctrl.obj - 0002:0000d324 _under 10095324 libucrt:fpctrl.obj - 0002:0000db90 ?_mb_locale_names@@3QBQB_WB 10095b90 libucrt:mbctype.obj - 0002:0000ea40 ?LcidToLocaleNameTable@?A0x881e4c05@@3QBULcidToLocaleName@1@B 10096a40 libucrt:lcidtoname_downlevel.obj - 0002:0000fb60 ?LocaleNameToIndexTable@?A0x881e4c05@@3QBULocaleNameIndex@1@B 10097b60 libucrt:lcidtoname_downlevel.obj - 0002:00010b40 One 10098b40 libucrt:common.obj - 0002:00010b54 DblMax 10098b54 libucrt:common.obj - 0002:00010b5c DblMin 10098b5c libucrt:common.obj - 0002:00010b64 IeeeAdjO 10098b64 libucrt:common.obj - 0002:00010b6c IeeeAdjU 10098b6c libucrt:common.obj - 0002:00010b74 _infinity 10098b74 libucrt:common.obj - 0002:00010b7c _zero 10098b7c libucrt:common.obj - 0002:00010b90 _NAME_ 10098b90 libucrt:sqrt_impl.obj - 0002:00010bb0 LOG_name 10098bb0 libucrt:log10_impl.obj - 0002:00010bde One 10098bde libucrt:87disp.obj - 0002:00010be6 Three 10098be6 libucrt:87disp.obj - 0002:00010bee XAMtoTagTab 10098bee libucrt:87disp.obj - 0002:00010c00 emask 10098c00 libucrt:log10_pentium4.obj - 0002:00010c10 CC 10098c10 libucrt:log10_pentium4.obj - 0002:00010c20 Magic 10098c20 libucrt:log10_pentium4.obj - 0002:00010c30 hi_mask 10098c30 libucrt:log10_pentium4.obj - 0002:00010c40 LOG10_2 10098c40 libucrt:log10_pentium4.obj - 0002:00010c50 place_L 10098c50 libucrt:log10_pentium4.obj - 0002:00010c70 One 10098c70 libucrt:log10_pentium4.obj - 0002:00010c80 Zero 10098c80 libucrt:log10_pentium4.obj - 0002:00010c90 Two52 10098c90 libucrt:log10_pentium4.obj - 0002:00010ca0 Infs 10098ca0 libucrt:log10_pentium4.obj - 0002:00010cb0 NaN 10098cb0 libucrt:log10_pentium4.obj - 0002:00010cc0 coeff 10098cc0 libucrt:log10_pentium4.obj - 0002:00010d1e _log2max 10098d1e libucrt:87tran.obj - 0002:00010d28 _smallarg 10098d28 libucrt:87tran.obj - 0002:00010d32 _half 10098d32 libucrt:87tran.obj - 0002:000115d8 ?_Win_errtab@?A0xdad2e229@@3QBU_Win_errtab_t@1@B 100995d8 libcpmt:syserror.obj - 0002:00011878 ?_Sys_errtab@?A0xdad2e229@@3QBU_Sys_errtab_t@1@B 10099878 libcpmt:syserror.obj - 0002:00012148 ?mods@?1??_Xfsopen@?A0x6dc13635@@YAPAU_iobuf@@PBDHH@Z@4QBQBDB 1009a148 libcpmt:fiopen.obj - 0002:000121e0 ?_Whitespace_bitmap@?A0xfa98056f@@3U_Whitespace_bitmap_t@1@B 1009a1e0 libcpmt:syserror_import_lib.obj - 0002:00012310 _digits 1009a310 libcpmt:xstoul.obj - 0002:00012338 _ndigs 1009a338 libcpmt:xstoul.obj - 0002:00012360 _digits 1009a360 libcpmt:xstoull.obj - 0002:00012388 _ndigs 1009a388 libcpmt:xstoull.obj - 0002:000123c0 _bias_low 1009a3c0 LIBCMT:ftol3.obj - 0002:000123d0 _bias_high 1009a3d0 LIBCMT:ftol3.obj - 0002:000123e0 _DP2to32 1009a3e0 LIBCMT:ftol3.obj - 0002:000123e8 _NaN 1009a3e8 LIBCMT:ftol3.obj - 0002:000123ec _onept5 1009a3ec LIBCMT:ftol3.obj - 0002:000123f4 _GS_ExceptionPointers 1009a3f4 LIBCMT:gs_report.obj - 0002:00012400 two32 1009a400 LIBCMT:ftol2.obj - 0002:00012404 two63 1009a404 LIBCMT:ftol2.obj - 0002:00012408 _NaN 1009a408 LIBCMT:ftol2.obj - 0002:00012420 ___acrt_initializers 1009a420 libucrt:initialization.obj - 0002:00015298 _ud_itab__16 1009d298 udis86:itab.obj - 0002:000152a8 _ud_itab__32 1009d2a8 udis86:itab.obj - 0002:000152b0 _ud_itab__330 1009d2b0 udis86:itab.obj - 0002:000152b8 _ud_itab__157 1009d2b8 udis86:itab.obj - 0002:000152c0 _ud_itab__208 1009d2c0 udis86:itab.obj - 0002:000152d0 _ud_itab__78 1009d2d0 udis86:itab.obj - 0002:000152d8 _ud_itab__103 1009d2d8 udis86:itab.obj - 0002:000152e0 _ud_itab__200 1009d2e0 udis86:itab.obj - 0002:000152e8 _ud_itab__44 1009d2e8 udis86:itab.obj - 0002:000152f0 _ud_itab__242 1009d2f0 udis86:itab.obj - 0002:000152f8 _ud_itab__87 1009d2f8 udis86:itab.obj - 0002:00015300 _ud_itab__297 1009d300 udis86:itab.obj - 0002:00015304 _ud_itab__308 1009d304 udis86:itab.obj - 0002:00015308 _ud_itab__107 1009d308 udis86:itab.obj - 0002:00015310 _ud_itab__398 1009d310 udis86:itab.obj - 0002:00015314 _ud_itab__216 1009d314 udis86:itab.obj - 0002:00015324 _ud_itab__350 1009d324 udis86:itab.obj - 0002:00015328 _ud_itab__401 1009d328 udis86:itab.obj - 0002:0001532c _ud_itab__133 1009d32c udis86:itab.obj - 0002:00015334 _ud_itab__413 1009d334 udis86:itab.obj - 0002:00015338 _ud_itab__361 1009d338 udis86:itab.obj - 0002:0001533c _ud_itab__203 1009d33c udis86:itab.obj - 0002:0001534c _ud_itab__282 1009d34c udis86:itab.obj - 0002:00015354 _ud_itab__61 1009d354 udis86:itab.obj - 0002:0001535c _ud_itab__186 1009d35c udis86:itab.obj - 0002:0001536c _ud_itab__429 1009d36c udis86:itab.obj - 0002:0001537c _ud_itab__363 1009d37c udis86:itab.obj - 0002:00015380 _ud_itab__271 1009d380 udis86:itab.obj - 0002:00015388 _ud_itab__5 1009d388 udis86:itab.obj - 0002:00015398 _ud_itab__14 1009d398 udis86:itab.obj - 0002:000153a8 _ud_itab__121 1009d3a8 udis86:itab.obj - 0002:000153b0 _ud_itab__34 1009d3b0 udis86:itab.obj - 0002:000153b8 _ud_itab__147 1009d3b8 udis86:itab.obj - 0002:000153c0 _ud_itab__115 1009d3c0 udis86:itab.obj - 0002:000153c8 _ud_itab__346 1009d3c8 udis86:itab.obj - 0002:000153cc _ud_itab__213 1009d3cc udis86:itab.obj - 0002:000153dc _ud_itab__143 1009d3dc udis86:itab.obj - 0002:000153e4 _ud_itab__19 1009d3e4 udis86:itab.obj - 0002:000153ec _ud_itab__12 1009d3ec udis86:itab.obj - 0002:000153f4 _ud_itab__267 1009d3f4 udis86:itab.obj - 0002:000153fc _ud_itab__97 1009d3fc udis86:itab.obj - 0002:00015404 _ud_itab__84 1009d404 udis86:itab.obj - 0002:0001540c _ud_itab__150 1009d40c udis86:itab.obj - 0002:00015414 _ud_itab__249 1009d414 udis86:itab.obj - 0002:0001541c _ud_itab__137 1009d41c udis86:itab.obj - 0002:00015428 _ud_itab__116 1009d428 udis86:itab.obj - 0002:00015628 _ud_itab__247 1009d628 udis86:itab.obj - 0002:00015630 _ud_itab__421 1009d630 udis86:itab.obj - 0002:000156b0 _ud_itab__349 1009d6b0 udis86:itab.obj - 0002:000156c0 _ud_itab__327 1009d6c0 udis86:itab.obj - 0002:000156c8 _ud_itab__420 1009d6c8 udis86:itab.obj - 0002:000156d8 _ud_itab__156 1009d6d8 udis86:itab.obj - 0002:000156e0 _ud_itab__290 1009d6e0 udis86:itab.obj - 0002:000156e4 _ud_itab__302 1009d6e4 udis86:itab.obj - 0002:000156f4 _ud_itab__402 1009d6f4 udis86:itab.obj - 0002:000156f8 _ud_itab__73 1009d6f8 udis86:itab.obj - 0002:00015700 _ud_itab__220 1009d700 udis86:itab.obj - 0002:00015710 _ud_itab__118 1009d710 udis86:itab.obj - 0002:00015718 _ud_itab__384 1009d718 udis86:itab.obj - 0002:0001571c _ud_itab__347 1009d71c udis86:itab.obj - 0002:0001572c _ud_itab__366 1009d72c udis86:itab.obj - 0002:00015730 _ud_itab__311 1009d730 udis86:itab.obj - 0002:00015734 _ud_itab__244 1009d734 udis86:itab.obj - 0002:0001573c _ud_itab__270 1009d73c udis86:itab.obj - 0002:00015744 _ud_itab__446 1009d744 udis86:itab.obj - 0002:00015748 _ud_itab__176 1009d748 udis86:itab.obj - 0002:00015750 _ud_itab__445 1009d750 udis86:itab.obj - 0002:00015760 _ud_itab__353 1009d760 udis86:itab.obj - 0002:00015764 _ud_itab__234 1009d764 udis86:itab.obj - 0002:0001576c _ud_itab__390 1009d76c udis86:itab.obj - 0002:00015770 _ud_itab__68 1009d770 udis86:itab.obj - 0002:00015778 _ud_itab__90 1009d778 udis86:itab.obj - 0002:00015780 _ud_itab__300 1009d780 udis86:itab.obj - 0002:00015788 _ud_itab__141 1009d788 udis86:itab.obj - 0002:00015790 _ud_itab__37 1009d790 udis86:itab.obj - 0002:00015794 _ud_itab__298 1009d794 udis86:itab.obj - 0002:00015798 _ud_itab__356 1009d798 udis86:itab.obj - 0002:0001579c _ud_itab__320 1009d79c udis86:itab.obj - 0002:000157a0 _ud_itab__212 1009d7a0 udis86:itab.obj - 0002:000157b0 _ud_itab__439 1009d7b0 udis86:itab.obj - 0002:00015830 _ud_itab__94 1009d830 udis86:itab.obj - 0002:00015838 _ud_itab__310 1009d838 udis86:itab.obj - 0002:0001583c _ud_itab__56 1009d83c udis86:itab.obj - 0002:00015840 _ud_itab__428 1009d840 udis86:itab.obj - 0002:00015848 _ud_itab__418 1009d848 udis86:itab.obj - 0002:000158c8 _ud_itab__171 1009d8c8 udis86:itab.obj - 0002:000158d0 _ud_itab__304 1009d8d0 udis86:itab.obj - 0002:000158e0 _ud_itab__146 1009d8e0 udis86:itab.obj - 0002:000158e8 _ud_itab__396 1009d8e8 udis86:itab.obj - 0002:000158ec _ud_itab__206 1009d8ec udis86:itab.obj - 0002:000158fc _ud_itab__437 1009d8fc udis86:itab.obj - 0002:00015900 _ud_itab__333 1009d900 udis86:itab.obj - 0002:00015920 _ud_itab__228 1009d920 udis86:itab.obj - 0002:00015930 _ud_itab__93 1009d930 udis86:itab.obj - 0002:00015938 _ud_itab__405 1009d938 udis86:itab.obj - 0002:00015948 _ud_itab__257 1009d948 udis86:itab.obj - 0002:00015950 _ud_itab__60 1009d950 udis86:itab.obj - 0002:00015954 _ud_itab__71 1009d954 udis86:itab.obj - 0002:0001595c _ud_itab__292 1009d95c udis86:itab.obj - 0002:00015964 _ud_itab__194 1009d964 udis86:itab.obj - 0002:0001596c _ud_itab__132 1009d96c udis86:itab.obj - 0002:00015974 _ud_itab__43 1009d974 udis86:itab.obj - 0002:0001597c _ud_itab__35 1009d97c udis86:itab.obj - 0002:00015984 _ud_itab__163 1009d984 udis86:itab.obj - 0002:0001598c _ud_itab__364 1009d98c udis86:itab.obj - 0002:00015990 _ud_itab__389 1009d990 udis86:itab.obj - 0002:00015994 _ud_itab__67 1009d994 udis86:itab.obj - 0002:0001599c _ud_itab__166 1009d99c udis86:itab.obj - 0002:000159a4 _ud_itab__251 1009d9a4 udis86:itab.obj - 0002:000159ac _ud_itab__344 1009d9ac udis86:itab.obj - 0002:000159b4 _ud_itab__387 1009d9b4 udis86:itab.obj - 0002:000159b8 _ud_itab__52 1009d9b8 udis86:itab.obj - 0002:000159bc _ud_itab__422 1009d9bc udis86:itab.obj - 0002:000159c0 _ud_itab__164 1009d9c0 udis86:itab.obj - 0002:000159c8 _ud_itab__288 1009d9c8 udis86:itab.obj - 0002:000159cc _ud_itab__266 1009d9cc udis86:itab.obj - 0002:000159d4 _ud_itab__180 1009d9d4 udis86:itab.obj - 0002:000159dc _ud_itab__190 1009d9dc udis86:itab.obj - 0002:000159e4 _ud_itab__22 1009d9e4 udis86:itab.obj - 0002:000159ec _ud_itab__407 1009d9ec udis86:itab.obj - 0002:000159f0 _ud_itab__373 1009d9f0 udis86:itab.obj - 0002:000159f8 _ud_itab__341 1009d9f8 udis86:itab.obj - 0002:00015bf8 _ud_itab__236 1009dbf8 udis86:itab.obj - 0002:00015c00 _ud_itab__8 1009dc00 udis86:itab.obj - 0002:00015c10 _ud_itab__172 1009dc10 udis86:itab.obj - 0002:00015c18 _ud_itab__414 1009dc18 udis86:itab.obj - 0002:00015c1c _ud_itab__392 1009dc1c udis86:itab.obj - 0002:00015c20 _ud_itab__260 1009dc20 udis86:itab.obj - 0002:00015c28 _ud_itab__108 1009dc28 udis86:itab.obj - 0002:00015c30 _ud_itab__438 1009dc30 udis86:itab.obj - 0002:00015c40 _ud_itab__151 1009dc40 udis86:itab.obj - 0002:00015c48 _ud_itab__70 1009dc48 udis86:itab.obj - 0002:00015c50 _ud_itab__261 1009dc50 udis86:itab.obj - 0002:00015c58 _ud_itab__411 1009dc58 udis86:itab.obj - 0002:00015c68 _ud_itab__174 1009dc68 udis86:itab.obj - 0002:00015c70 _ud_itab__63 1009dc70 udis86:itab.obj - 0002:00015c78 _ud_itab__388 1009dc78 udis86:itab.obj - 0002:00015c7c _ud_itab__69 1009dc7c udis86:itab.obj - 0002:00015c84 _ud_itab__359 1009dc84 udis86:itab.obj - 0002:00015c88 _ud_itab__375 1009dc88 udis86:itab.obj - 0002:00015c90 _ud_itab__53 1009dc90 udis86:itab.obj - 0002:00015c98 _ud_itab__343 1009dc98 udis86:itab.obj - 0002:00015c9c _ud_itab__173 1009dc9c udis86:itab.obj - 0002:00015ca4 _ud_itab__280 1009dca4 udis86:itab.obj - 0002:00015cac _ud_itab__165 1009dcac udis86:itab.obj - 0002:00015cb4 _ud_itab__374 1009dcb4 udis86:itab.obj - 0002:00015cb8 _ud_itab__91 1009dcb8 udis86:itab.obj - 0002:00015cc0 _ud_itab__102 1009dcc0 udis86:itab.obj - 0002:00015cc8 _ud_itab__351 1009dcc8 udis86:itab.obj - 0002:00015cd0 _ud_itab__352 1009dcd0 udis86:itab.obj - 0002:00015cd4 _ud_itab__193 1009dcd4 udis86:itab.obj - 0002:00015cdc _ud_itab__33 1009dcdc udis86:itab.obj - 0002:00015ce4 _ud_itab__129 1009dce4 udis86:itab.obj - 0002:00015cec _ud_itab__372 1009dcec udis86:itab.obj - 0002:00015cf0 _ud_itab__321 1009dcf0 udis86:itab.obj - 0002:00015cf4 _ud_itab__98 1009dcf4 udis86:itab.obj - 0002:00015cfc _ud_itab__272 1009dcfc udis86:itab.obj - 0002:00015d04 _ud_itab__325 1009dd04 udis86:itab.obj - 0002:00015d08 _ud_itab__245 1009dd08 udis86:itab.obj - 0002:00015d10 _ud_itab__198 1009dd10 udis86:itab.obj - 0002:00015d18 _ud_itab__403 1009dd18 udis86:itab.obj - 0002:00015d38 _ud_itab__436 1009dd38 udis86:itab.obj - 0002:00015db8 _ud_itab__299 1009ddb8 udis86:itab.obj - 0002:00015dbc _ud_itab__256 1009ddbc udis86:itab.obj - 0002:00015dc4 _ud_itab__283 1009ddc4 udis86:itab.obj - 0002:00015dcc _ud_itab__342 1009ddcc udis86:itab.obj - 0002:00015dd0 _ud_itab__140 1009ddd0 udis86:itab.obj - 0002:00015dd8 _ud_itab__291 1009ddd8 udis86:itab.obj - 0002:00015ddc _ud_itab__112 1009dddc udis86:itab.obj - 0002:00015de4 _ud_itab__95 1009dde4 udis86:itab.obj - 0002:00015dec _ud_itab__197 1009ddec udis86:itab.obj - 0002:00015df4 _ud_itab__204 1009ddf4 udis86:itab.obj - 0002:00015e04 _ud_itab__385 1009de04 udis86:itab.obj - 0002:00015e08 _ud_itab__47 1009de08 udis86:itab.obj - 0002:00015e10 _ud_itab__246 1009de10 udis86:itab.obj - 0002:00015e18 _ud_itab__417 1009de18 udis86:itab.obj - 0002:00015e28 _ud_itab__2 1009de28 udis86:itab.obj - 0002:00015e2c _ud_itab__440 1009de2c udis86:itab.obj - 0002:00015e34 _ud_itab__231 1009de34 udis86:itab.obj - 0002:00016040 _ud_itab__412 1009e040 udis86:itab.obj - 0002:00016050 _ud_itab__9 1009e050 udis86:itab.obj - 0002:00016060 _ud_itab__239 1009e060 udis86:itab.obj - 0002:00016068 _ud_itab__416 1009e068 udis86:itab.obj - 0002:0001606c _ud_itab__319 1009e06c udis86:itab.obj - 0002:00016070 _ud_itab__205 1009e070 udis86:itab.obj - 0002:00016080 _ud_itab__158 1009e080 udis86:itab.obj - 0002:00016088 _ud_itab__268 1009e088 udis86:itab.obj - 0002:00016090 _ud_itab__443 1009e090 udis86:itab.obj - 0002:000160a0 _ud_itab__263 1009e0a0 udis86:itab.obj - 0002:000160a8 _ud_itab__92 1009e0a8 udis86:itab.obj - 0002:000160b0 _ud_itab__119 1009e0b0 udis86:itab.obj - 0002:000160b8 _ud_itab__226 1009e0b8 udis86:itab.obj - 0002:000160c0 _ud_itab__104 1009e0c0 udis86:itab.obj - 0002:000160c8 _ud_itab__296 1009e0c8 udis86:itab.obj - 0002:000160cc _ud_itab__40 1009e0cc udis86:itab.obj - 0002:000160d4 _ud_itab__309 1009e0d4 udis86:itab.obj - 0002:000160d8 _ud_itab__329 1009e0d8 udis86:itab.obj - 0002:000160e0 _ud_itab__134 1009e0e0 udis86:itab.obj - 0002:000160e8 _ud_itab__181 1009e0e8 udis86:itab.obj - 0002:000160f0 _ud_itab__386 1009e0f0 udis86:itab.obj - 0002:000160f4 _ud_itab__322 1009e0f4 udis86:itab.obj - 0002:000160fc _ud_itab__38 1009e0fc udis86:itab.obj - 0002:00016104 _ud_itab__46 1009e104 udis86:itab.obj - 0002:0001610c _ud_itab__66 1009e10c udis86:itab.obj - 0002:00016114 _ud_itab__80 1009e114 udis86:itab.obj - 0002:0001611c _ud_itab__113 1009e11c udis86:itab.obj - 0002:00016124 _ud_itab__168 1009e124 udis86:itab.obj - 0002:0001612c _ud_itab__214 1009e12c udis86:itab.obj - 0002:0001613c _ud_itab__110 1009e13c udis86:itab.obj - 0002:00016144 _ud_itab__114 1009e144 udis86:itab.obj - 0002:0001614c _ud_itab__259 1009e14c udis86:itab.obj - 0002:00016154 _ud_itab__139 1009e154 udis86:itab.obj - 0002:0001615c _ud_itab__378 1009e15c udis86:itab.obj - 0002:00016160 _ud_itab__340 1009e160 udis86:itab.obj - 0002:00016164 _ud_itab__379 1009e164 udis86:itab.obj - 0002:00016168 _ud_itab__305 1009e168 udis86:itab.obj - 0002:00016170 _ud_itab__394 1009e170 udis86:itab.obj - 0002:00016370 _ud_itab__225 1009e370 udis86:itab.obj - 0002:00016378 _ud_itab__237 1009e378 udis86:itab.obj - 0002:00016380 _ud_itab__400 1009e380 udis86:itab.obj - 0002:00016384 _ud_itab__419 1009e384 udis86:itab.obj - 0002:00016388 _ud_itab__126 1009e388 udis86:itab.obj - 0002:00016390 _ud_itab__328 1009e390 udis86:itab.obj - 0002:00016398 _ud_itab__238 1009e398 udis86:itab.obj - 0002:000163a0 _ud_itab__334 1009e3a0 udis86:itab.obj - 0002:000163a4 _ud_itab__380 1009e3a4 udis86:itab.obj - 0002:000163a8 _ud_itab__10 1009e3a8 udis86:itab.obj - 0002:000163b0 _ud_itab__42 1009e3b0 udis86:itab.obj - 0002:000163b8 _ud_itab__24 1009e3b8 udis86:itab.obj - 0002:000163c0 _ud_itab__371 1009e3c0 udis86:itab.obj - 0002:000163c4 _ud_itab__218 1009e3c4 udis86:itab.obj - 0002:000163d4 _ud_itab__136 1009e3d4 udis86:itab.obj - 0002:000163dc _ud_itab__17 1009e3dc udis86:itab.obj - 0002:000163e4 _ud_itab__7 1009e3e4 udis86:itab.obj - 0002:000163f4 _ud_itab__106 1009e3f4 udis86:itab.obj - 0002:000163fc _ud_itab__339 1009e3fc udis86:itab.obj - 0002:0001640c _ud_itab__243 1009e40c udis86:itab.obj - 0002:00016414 _ud_itab__355 1009e414 udis86:itab.obj - 0002:00016418 _ud_itab__3 1009e418 udis86:itab.obj - 0002:0001641c _ud_itab__170 1009e41c udis86:itab.obj - 0002:00016424 _ud_itab__254 1009e424 udis86:itab.obj - 0002:0001642c _ud_itab__144 1009e42c udis86:itab.obj - 0002:00016438 _ud_itab__427 1009e438 udis86:itab.obj - 0002:000164b8 _ud_itab__273 1009e4b8 udis86:itab.obj - 0002:000164c0 _ud_itab__142 1009e4c0 udis86:itab.obj - 0002:000164c8 _ud_itab__294 1009e4c8 udis86:itab.obj - 0002:000164cc _ud_itab__348 1009e4cc udis86:itab.obj - 0002:000164d0 _ud_itab__36 1009e4d0 udis86:itab.obj - 0002:000164d8 _ud_itab__224 1009e4d8 udis86:itab.obj - 0002:000164e0 _ud_itab__65 1009e4e0 udis86:itab.obj - 0002:000164e8 _ud_itab__192 1009e4e8 udis86:itab.obj - 0002:000164f0 _ud_itab__395 1009e4f0 udis86:itab.obj - 0002:000164f4 _ud_itab__382 1009e4f4 udis86:itab.obj - 0002:000164f8 _ud_itab__410 1009e4f8 udis86:itab.obj - 0002:00016508 _ud_itab__376 1009e508 udis86:itab.obj - 0002:0001650c _ud_itab__76 1009e50c udis86:itab.obj - 0002:00016514 _ud_itab__155 1009e514 udis86:itab.obj - 0002:0001651c _ud_itab__109 1009e51c udis86:itab.obj - 0002:00016524 _ud_itab__415 1009e524 udis86:itab.obj - 0002:00016528 _ud_itab__279 1009e528 udis86:itab.obj - 0002:00016530 _ud_itab__295 1009e530 udis86:itab.obj - 0002:00016538 _ud_itab__29 1009e538 udis86:itab.obj - 0002:00016540 _ud_itab__354 1009e540 udis86:itab.obj - 0002:00016544 _ud_itab__27 1009e544 udis86:itab.obj - 0002:00016554 _ud_itab__82 1009e554 udis86:itab.obj - 0002:0001655c _ud_itab__15 1009e55c udis86:itab.obj - 0002:0001656c _ud_itab__199 1009e56c udis86:itab.obj - 0002:00016574 _ud_itab__21 1009e574 udis86:itab.obj - 0002:0001657c _ud_itab__179 1009e57c udis86:itab.obj - 0002:00016584 _ud_itab__217 1009e584 udis86:itab.obj - 0002:00016594 _ud_itab__435 1009e594 udis86:itab.obj - 0002:000165a4 _ud_itab__303 1009e5a4 udis86:itab.obj - 0002:000165b4 _ud_itab__250 1009e5b4 udis86:itab.obj - 0002:000165bc _ud_itab__331 1009e5bc udis86:itab.obj - 0002:000165cc _ud_itab__441 1009e5cc udis86:itab.obj - 0002:000165d0 _ud_itab__399 1009e5d0 udis86:itab.obj - 0002:000167d0 _ud_itab__301 1009e7d0 udis86:itab.obj - 0002:000167d8 _ud_itab__196 1009e7d8 udis86:itab.obj - 0002:000167e0 _ud_itab__281 1009e7e0 udis86:itab.obj - 0002:000167e8 _ud_itab__152 1009e7e8 udis86:itab.obj - 0002:000167f0 _ud_itab__209 1009e7f0 udis86:itab.obj - 0002:00016800 _ud_itab__397 1009e800 udis86:itab.obj - 0002:00016804 _ud_itab__177 1009e804 udis86:itab.obj - 0002:0001680c _ud_itab__368 1009e80c udis86:itab.obj - 0002:00016810 _ud_itab__430 1009e810 udis86:itab.obj - 0002:00016890 _ud_itab__336 1009e890 udis86:itab.obj - 0002:00016894 _ud_itab__258 1009e894 udis86:itab.obj - 0002:0001689c _ud_itab__135 1009e89c udis86:itab.obj - 0002:000168a4 _ud_itab__223 1009e8a4 udis86:itab.obj - 0002:000168ac _ud_itab__178 1009e8ac udis86:itab.obj - 0002:000168bc _ud_itab__81 1009e8bc udis86:itab.obj - 0002:000168c4 _ud_itab__101 1009e8c4 udis86:itab.obj - 0002:000168cc _ud_itab__442 1009e8cc udis86:itab.obj - 0002:000168dc _ud_itab__235 1009e8dc udis86:itab.obj - 0002:000168ec _ud_itab__123 1009e8ec udis86:itab.obj - 0002:000168f4 _ud_itab__11 1009e8f4 udis86:itab.obj - 0002:000168fc _ud_itab__153 1009e8fc udis86:itab.obj - 0002:00016904 _ud_itab__377 1009e904 udis86:itab.obj - 0002:00016908 _ud_itab__289 1009e908 udis86:itab.obj - 0002:00016910 _ud_itab__424 1009e910 udis86:itab.obj - 0002:00016990 _ud_itab__408 1009e990 udis86:itab.obj - 0002:00016998 _ud_itab__434 1009e998 udis86:itab.obj - 0002:0001699c _ud_itab__426 1009e99c udis86:itab.obj - 0002:000169ac _ud_itab__25 1009e9ac udis86:itab.obj - 0002:000169c0 _ud_itab__357 1009e9c0 udis86:itab.obj - 0002:00016bc0 _ud_itab__369 1009ebc0 udis86:itab.obj - 0002:00016dc0 _ud_itab__221 1009edc0 udis86:itab.obj - 0002:00016dc8 _ud_itab__215 1009edc8 udis86:itab.obj - 0002:00016dcc _ud_itab__210 1009edcc udis86:itab.obj - 0002:00016ddc _ud_itab__232 1009eddc udis86:itab.obj - 0002:00016de4 _ud_itab__169 1009ede4 udis86:itab.obj - 0002:00016dec _ud_itab__120 1009edec udis86:itab.obj - 0002:00016df4 _ud_itab__383 1009edf4 udis86:itab.obj - 0002:00016df8 _ud_itab__219 1009edf8 udis86:itab.obj - 0002:00016e08 _ud_itab__195 1009ee08 udis86:itab.obj - 0002:00016e10 _ud_itab__57 1009ee10 udis86:itab.obj - 0002:00016e18 _ud_itab__264 1009ee18 udis86:itab.obj - 0002:00016e20 _ud_itab__240 1009ee20 udis86:itab.obj - 0002:00016e28 _ud_itab__423 1009ee28 udis86:itab.obj - 0002:00016e38 _ud_itab__358 1009ee38 udis86:itab.obj - 0002:00016e3c _ud_itab__26 1009ee3c udis86:itab.obj - 0002:00016e44 _ud_itab__188 1009ee44 udis86:itab.obj - 0002:00016e4c _ud_itab__191 1009ee4c udis86:itab.obj - 0002:00016e54 _ud_itab__149 1009ee54 udis86:itab.obj - 0002:00016e5c _ud_itab__74 1009ee5c udis86:itab.obj - 0002:00016e64 _ud_itab__362 1009ee64 udis86:itab.obj - 0002:00016e68 _ud_itab__287 1009ee68 udis86:itab.obj - 0002:00016e6c _ud_itab__48 1009ee6c udis86:itab.obj - 0002:00016e74 _ud_itab__159 1009ee74 udis86:itab.obj - 0002:00016e7c _ud_itab__211 1009ee7c udis86:itab.obj - 0002:00016e8c _ud_itab__64 1009ee8c udis86:itab.obj - 0002:00016e94 _ud_itab__337 1009ee94 udis86:itab.obj - 0002:00016e98 _ud_itab__433 1009ee98 udis86:itab.obj - 0002:00016f18 _ud_itab__55 1009ef18 udis86:itab.obj - 0002:00016f20 _ud_itab__45 1009ef20 udis86:itab.obj - 0002:00016f28 _ud_itab__317 1009ef28 udis86:itab.obj - 0002:00016f2c _ud_itab__31 1009ef2c udis86:itab.obj - 0002:00016f30 _ud_itab__332 1009ef30 udis86:itab.obj - 0002:00016f40 _ud_itab__315 1009ef40 udis86:itab.obj - 0002:00016f48 _ud_itab__318 1009ef48 udis86:itab.obj - 0002:00016f50 _ud_itab__13 1009ef50 udis86:itab.obj - 0002:00016f58 _ud_itab__432 1009ef58 udis86:itab.obj - 0002:00016f68 _ud_itab__49 1009ef68 udis86:itab.obj - 0002:00016f70 _ud_itab__58 1009ef70 udis86:itab.obj - 0002:00016f78 _ud_itab__128 1009ef78 udis86:itab.obj - 0002:00016f80 _ud_itab__409 1009ef80 udis86:itab.obj - 0002:00016f90 _ud_itab__201 1009ef90 udis86:itab.obj - 0002:00016f98 _ud_itab__154 1009ef98 udis86:itab.obj - 0002:00016fa0 _ud_itab__314 1009efa0 udis86:itab.obj - 0002:00016fb0 _ud_itab__326 1009efb0 udis86:itab.obj - 0002:00016fb8 _ud_itab__313 1009efb8 udis86:itab.obj - 0002:00016fc8 _ud_itab__365 1009efc8 udis86:itab.obj - 0002:00016fd0 _ud_itab__335 1009efd0 udis86:itab.obj - 0002:000171d0 _ud_itab__241 1009f1d0 udis86:itab.obj - 0002:000171d8 _ud_itab__162 1009f1d8 udis86:itab.obj - 0002:000171e0 _ud_itab__72 1009f1e0 udis86:itab.obj - 0002:000171e8 _ud_itab__275 1009f1e8 udis86:itab.obj - 0002:000171ec _ud_itab__160 1009f1ec udis86:itab.obj - 0002:000171f4 _ud_itab__182 1009f1f4 udis86:itab.obj - 0002:00017204 _ud_itab__131 1009f204 udis86:itab.obj - 0002:0001720c _ud_itab__269 1009f20c udis86:itab.obj - 0002:00017214 _ud_itab__51 1009f214 udis86:itab.obj - 0002:0001721c _ud_itab__117 1009f21c udis86:itab.obj - 0002:00017224 _ud_itab__391 1009f224 udis86:itab.obj - 0002:00017228 _ud_itab__367 1009f228 udis86:itab.obj - 0002:0001722c _ud_itab__284 1009f22c udis86:itab.obj - 0002:00017230 _ud_itab__262 1009f230 udis86:itab.obj - 0002:00017238 _ud_itab__425 1009f238 udis86:itab.obj - 0002:0001723c _ud_itab__338 1009f23c udis86:itab.obj - 0002:00017240 _ud_itab__393 1009f240 udis86:itab.obj - 0002:00017244 _ud_itab__122 1009f244 udis86:itab.obj - 0002:0001724c _ud_itab__79 1009f24c udis86:itab.obj - 0002:00017254 _ud_itab__265 1009f254 udis86:itab.obj - 0002:0001725c _ud_itab__6 1009f25c udis86:itab.obj - 0002:00017260 _ud_itab__85 1009f260 udis86:itab.obj - 0002:00017268 _ud_itab__276 1009f268 udis86:itab.obj - 0002:00017270 _ud_itab__202 1009f270 udis86:itab.obj - 0002:00017274 _ud_itab__148 1009f274 udis86:itab.obj - 0002:00017280 _ud_itab__54 1009f280 udis86:itab.obj - 0002:00017480 _ud_itab__89 1009f480 udis86:itab.obj - 0002:00017488 _ud_itab__274 1009f488 udis86:itab.obj - 0002:00017490 _ud_itab__312 1009f490 udis86:itab.obj - 0002:00017494 _ud_itab__187 1009f494 udis86:itab.obj - 0002:0001749c _ud_itab__381 1009f49c udis86:itab.obj - 0002:000174a0 _ud_itab__185 1009f4a0 udis86:itab.obj - 0002:000174a8 _ud_itab__316 1009f4a8 udis86:itab.obj - 0002:000174b0 _ud_itab__253 1009f4b0 udis86:itab.obj - 0002:000174b8 _ud_itab__130 1009f4b8 udis86:itab.obj - 0002:000174c0 _ud_itab__39 1009f4c0 udis86:itab.obj - 0002:000174c8 _ud_itab__175 1009f4c8 udis86:itab.obj - 0002:000174d0 _ud_itab__145 1009f4d0 udis86:itab.obj - 0002:000174d8 _ud_itab__167 1009f4d8 udis86:itab.obj - 0002:000174e0 _ud_itab__255 1009f4e0 udis86:itab.obj - 0002:000174e8 _ud_itab__323 1009f4e8 udis86:itab.obj - 0002:000174ec _ud_itab__30 1009f4ec udis86:itab.obj - 0002:000174f4 _ud_itab__370 1009f4f4 udis86:itab.obj - 0002:000174f8 _ud_itab__233 1009f4f8 udis86:itab.obj - 0002:00017500 _ud_itab__444 1009f500 udis86:itab.obj - 0002:00017510 _ud_itab__229 1009f510 udis86:itab.obj - 0002:00017518 _ud_itab__100 1009f518 udis86:itab.obj - 0002:00017520 _ud_itab__1 1009f520 udis86:itab.obj - 0002:00017524 _ud_itab__207 1009f524 udis86:itab.obj - 0002:00017528 _ud_itab__184 1009f528 udis86:itab.obj - 0002:00017530 _ud_itab__138 1009f530 udis86:itab.obj - 0002:00017538 _ud_itab__293 1009f538 udis86:itab.obj - 0002:0001753c _ud_itab__227 1009f53c udis86:itab.obj - 0002:00017540 _ud_itab__83 1009f540 udis86:itab.obj - 0002:00017548 _ud_itab__41 1009f548 udis86:itab.obj - 0002:00017558 _ud_itab__252 1009f558 udis86:itab.obj - 0002:00017560 _ud_itab__4 1009f560 udis86:itab.obj - 0002:00017760 _ud_itab__324 1009f760 udis86:itab.obj - 0002:00017764 _ud_itab__99 1009f764 udis86:itab.obj - 0002:0001776c _ud_itab__307 1009f76c udis86:itab.obj - 0002:00017770 _ud_itab__127 1009f770 udis86:itab.obj - 0002:00017778 _ud_itab__20 1009f778 udis86:itab.obj - 0002:00017780 _ud_itab__222 1009f780 udis86:itab.obj - 0002:00017790 _ud_itab__105 1009f790 udis86:itab.obj - 0002:00017798 _ud_itab__86 1009f798 udis86:itab.obj - 0002:000177a0 _ud_itab__124 1009f7a0 udis86:itab.obj - 0002:000177a8 _ud_itab__18 1009f7a8 udis86:itab.obj - 0002:000177b0 _ud_itab__285 1009f7b0 udis86:itab.obj - 0002:000177b4 _ud_itab__306 1009f7b4 udis86:itab.obj - 0002:000177b8 _ud_itab__28 1009f7b8 udis86:itab.obj - 0002:000179b8 _ud_itab__23 1009f9b8 udis86:itab.obj - 0002:000179c0 _ud_itab__189 1009f9c0 udis86:itab.obj - 0002:000179c8 _ud_itab__88 1009f9c8 udis86:itab.obj - 0002:000179d0 _ud_itab__111 1009f9d0 udis86:itab.obj - 0002:000179d8 _ud_itab__431 1009f9d8 udis86:itab.obj - 0002:000179dc _ud_itab__96 1009f9dc udis86:itab.obj - 0002:000179e4 _ud_itab__277 1009f9e4 udis86:itab.obj - 0002:000179ec _ud_itab__161 1009f9ec udis86:itab.obj - 0002:000179f4 _ud_itab__286 1009f9f4 udis86:itab.obj - 0002:000179f8 _ud_itab__278 1009f9f8 udis86:itab.obj - 0002:00017a00 _ud_itab__230 1009fa00 udis86:itab.obj - 0002:00017a08 _ud_itab__406 1009fa08 udis86:itab.obj - 0002:00017a18 _ud_itab__77 1009fa18 udis86:itab.obj - 0002:00017a20 _ud_itab__248 1009fa20 udis86:itab.obj - 0002:00017a28 _ud_itab__183 1009fa28 udis86:itab.obj - 0002:00017a30 _ud_itab__59 1009fa30 udis86:itab.obj - 0002:00017a38 _ud_itab__404 1009fa38 udis86:itab.obj - 0002:00017a3c _ud_itab__125 1009fa3c udis86:itab.obj - 0002:00017a44 _ud_itab__75 1009fa44 udis86:itab.obj - 0002:00017a4c _ud_itab__360 1009fa4c udis86:itab.obj - 0002:00017a50 _ud_itab__345 1009fa50 udis86:itab.obj - 0002:00017a60 _ud_itab__62 1009fa60 udis86:itab.obj - 0002:00017a68 _ud_itab__50 1009fa68 udis86:itab.obj - 0002:0001b770 __unwindtable$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a3770 logging.cpp.obj - 0002:0001b780 __ehfuncinfo$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a3780 logging.cpp.obj - 0002:0001b7a4 __ehfuncinfo$??0_Locinfo@std@@QAE@PBD@Z 100a37a4 logging.cpp.obj - 0002:0001b7c8 __unwindtable$??0_Locinfo@std@@QAE@PBD@Z 100a37c8 logging.cpp.obj - 0002:0001b800 __ehfuncinfo$??1?$basic_filebuf@DU?$char_traits@D@std@@@std@@UAE@XZ 100a3800 logging.cpp.obj - 0002:0001b800 __ehfuncinfo$??1_Locinfo@std@@QAE@XZ 100a3800 logging.cpp.obj - 0002:0001b800 __ehfuncinfo$??1?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@exception_detail@boost@@QAE@XZ 100a3800 main.cpp.obj - 0002:0001b800 __ehfuncinfo$??1CDataStore@Nampower@@UAE@XZ 100a3800 main.cpp.obj - 0002:0001b800 __ehfuncinfo$??1_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 100a3800 main.cpp.obj - 0002:0001b800 __ehfuncinfo$?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 100a3800 libucrt:mbstowcs.obj - 0002:0001b800 __ehfuncinfo$?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 100a3800 libucrt:write.obj - 0002:0001b800 __ehfuncinfo$?try_cor_exit_process@@YAXI@Z 100a3800 libucrt:exit.obj - 0002:0001b800 __ehfuncinfo$?_Tidy@ios_base@std@@AAEXXZ 100a3800 libcpmt:ios.obj - 0002:0001b800 __ehfuncinfo$??1_Init_atexit@@QAE@XZ 100a3800 libcpmt:iosptrs.obj - 0002:0001b800 __ehfuncinfo$___crtGetSystemTimePreciseAsFileTime 100a3800 libcpmt:winapisupp.obj - 0002:0001b824 __unwindtable$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 100a3824 logging.cpp.obj - 0002:0001b83c __ehfuncinfo$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 100a383c logging.cpp.obj - 0002:0001b860 __unwindtable$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 100a3860 logging.cpp.obj - 0002:0001b860 __unwindtable$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 100a3860 main.cpp.obj - 0002:0001b860 __unwindtable$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 100a3860 spellcast.cpp.obj - 0002:0001b868 __ehfuncinfo$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 100a3868 logging.cpp.obj - 0002:0001b868 __ehfuncinfo$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 100a3868 main.cpp.obj - 0002:0001b868 __ehfuncinfo$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 100a3868 spellcast.cpp.obj - 0002:0001b88c __unwindtable$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 100a388c logging.cpp.obj - 0002:0001b88c __unwindtable$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a388c logging.cpp.obj - 0002:0001b88c __unwindtable$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a388c logging.cpp.obj - 0002:0001b88c __unwindtable$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a388c logging.cpp.obj - 0002:0001b88c __unwindtable$??_Gios_base@std@@UAEPAXI@Z 100a388c logging.cpp.obj - 0002:0001b88c __unwindtable$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 100a388c main.cpp.obj - 0002:0001b88c __unwindtable$??1bad_alloc_@exception_detail@boost@@UAE@XZ 100a388c main.cpp.obj - 0002:0001b88c __unwindtable$??1bad_exception_@exception_detail@boost@@UAE@XZ 100a388c main.cpp.obj - 0002:0001b88c __unwindtable$??1exception@boost@@MAE@XZ 100a388c main.cpp.obj - 0002:0001b88c __unwindtable$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 100a388c main.cpp.obj - 0002:0001b88c __unwindtable$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a388c main.cpp.obj - 0002:0001b88c __unwindtable$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a388c main.cpp.obj - 0002:0001b88c __unwindtable$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a388c main.cpp.obj - 0002:0001b88c __unwindtable$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a388c main.cpp.obj - 0002:0001b88c __unwindtable$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 100a388c main.cpp.obj - 0002:0001b88c __unwindtable$??_DError@hadesmem@@QAEXXZ 100a388c main.cpp.obj - 0002:0001b88c __unwindtable$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a388c main.cpp.obj - 0002:0001b88c __unwindtable$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a388c main.cpp.obj - 0002:0001b88c __unwindtable$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 100a388c main.cpp.obj - 0002:0001b88c __unwindtable$??_GCDataStore@Nampower@@UAEPAXI@Z 100a388c main.cpp.obj - 0002:0001b88c __unwindtable$??_GError@hadesmem@@UAEPAXI@Z 100a388c main.cpp.obj - 0002:0001b88c __unwindtable$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 100a388c main.cpp.obj - 0002:0001b88c __unwindtable$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 100a388c main.cpp.obj - 0002:0001b88c __unwindtable$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 100a388c libucrt:exit.obj - 0002:0001b894 __ehfuncinfo$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 100a3894 logging.cpp.obj - 0002:0001b894 __ehfuncinfo$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a3894 logging.cpp.obj - 0002:0001b894 __ehfuncinfo$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a3894 logging.cpp.obj - 0002:0001b894 __ehfuncinfo$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a3894 logging.cpp.obj - 0002:0001b894 __ehfuncinfo$??_Gios_base@std@@UAEPAXI@Z 100a3894 logging.cpp.obj - 0002:0001b894 __ehfuncinfo$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 100a3894 main.cpp.obj - 0002:0001b894 __ehfuncinfo$??1bad_alloc_@exception_detail@boost@@UAE@XZ 100a3894 main.cpp.obj - 0002:0001b894 __ehfuncinfo$??1bad_exception_@exception_detail@boost@@UAE@XZ 100a3894 main.cpp.obj - 0002:0001b894 __ehfuncinfo$??1exception@boost@@MAE@XZ 100a3894 main.cpp.obj - 0002:0001b894 __ehfuncinfo$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 100a3894 main.cpp.obj - 0002:0001b894 __ehfuncinfo$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a3894 main.cpp.obj - 0002:0001b894 __ehfuncinfo$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a3894 main.cpp.obj - 0002:0001b894 __ehfuncinfo$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a3894 main.cpp.obj - 0002:0001b894 __ehfuncinfo$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a3894 main.cpp.obj - 0002:0001b894 __ehfuncinfo$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 100a3894 main.cpp.obj - 0002:0001b894 __ehfuncinfo$??_DError@hadesmem@@QAEXXZ 100a3894 main.cpp.obj - 0002:0001b894 __ehfuncinfo$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a3894 main.cpp.obj - 0002:0001b894 __ehfuncinfo$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a3894 main.cpp.obj - 0002:0001b894 __ehfuncinfo$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 100a3894 main.cpp.obj - 0002:0001b894 __ehfuncinfo$??_GCDataStore@Nampower@@UAEPAXI@Z 100a3894 main.cpp.obj - 0002:0001b894 __ehfuncinfo$??_GError@hadesmem@@UAEPAXI@Z 100a3894 main.cpp.obj - 0002:0001b894 __ehfuncinfo$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 100a3894 main.cpp.obj - 0002:0001b894 __ehfuncinfo$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 100a3894 main.cpp.obj - 0002:0001b894 __ehfuncinfo$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 100a3894 libucrt:exit.obj - 0002:0001b8b8 __unwindtable$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 100a38b8 logging.cpp.obj - 0002:0001b8c8 __ehfuncinfo$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 100a38c8 logging.cpp.obj - 0002:0001b8ec __unwindtable$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 100a38ec logging.cpp.obj - 0002:0001b904 __ehfuncinfo$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 100a3904 logging.cpp.obj - 0002:0001b928 __unwindtable$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 100a3928 logging.cpp.obj - 0002:0001b928 __unwindtable$??__FdebugLogFile@Nampower@@YAXXZ 100a3928 logging.cpp.obj - 0002:0001b928 __unwindtable$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 100a3928 main.cpp.obj - 0002:0001b928 __unwindtable$__execute_onexit_table 100a3928 libucrt:onexit.obj - 0002:0001b930 __ehfuncinfo$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 100a3930 logging.cpp.obj - 0002:0001b930 __ehfuncinfo$??__FdebugLogFile@Nampower@@YAXXZ 100a3930 logging.cpp.obj - 0002:0001b930 __ehfuncinfo$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 100a3930 main.cpp.obj - 0002:0001b930 __ehfuncinfo$__execute_onexit_table 100a3930 libucrt:onexit.obj - 0002:0001b954 __unwindtable$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 100a3954 logging.cpp.obj - 0002:0001b954 __unwindtable$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a3954 spellevents.cpp.obj - 0002:0001b95c __ehfuncinfo$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 100a395c logging.cpp.obj - 0002:0001b95c __ehfuncinfo$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a395c spellevents.cpp.obj - 0002:0001b980 __unwindtable$??__EdebugLogFile@Nampower@@YAXXZ 100a3980 logging.cpp.obj - 0002:0001b998 __ehfuncinfo$??__EdebugLogFile@Nampower@@YAXXZ 100a3998 logging.cpp.obj - 0002:0001b9bc __unwindtable$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 100a39bc logging.cpp.obj - 0002:0001b9bc __unwindtable$??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 100a39bc main.cpp.obj - 0002:0001b9d4 __ehfuncinfo$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 100a39d4 logging.cpp.obj - 0002:0001b9d4 __ehfuncinfo$??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 100a39d4 main.cpp.obj - 0002:0001bb3c __unwindtable$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 100a3b3c main.cpp.obj - 0002:0001bb54 __ehfuncinfo$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 100a3b54 main.cpp.obj - 0002:0001bb78 __catchsym$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$3 100a3b78 main.cpp.obj - 0002:0001bb88 __tryblocktable$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100a3b88 main.cpp.obj - 0002:0001bb9c __unwindtable$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100a3b9c main.cpp.obj - 0002:0001bbb4 __ehfuncinfo$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100a3bb4 main.cpp.obj - 0002:0001bbd8 __unwindtable$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 100a3bd8 main.cpp.obj - 0002:0001bbf8 __ehfuncinfo$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 100a3bf8 main.cpp.obj - 0002:0001bc1c __unwindtable$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 100a3c1c main.cpp.obj - 0002:0001bc24 __ehfuncinfo$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 100a3c24 main.cpp.obj - 0002:0001bc48 __unwindtable$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 100a3c48 main.cpp.obj - 0002:0001bc50 __ehfuncinfo$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 100a3c50 main.cpp.obj - 0002:0001bc74 __unwindtable$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 100a3c74 main.cpp.obj - 0002:0001bc8c __ehfuncinfo$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 100a3c8c main.cpp.obj - 0002:0001bcb0 __ehfuncinfo$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 100a3cb0 main.cpp.obj - 0002:0001bcd4 __unwindtable$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 100a3cd4 main.cpp.obj - 0002:0001bd04 __catchsym$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ$2 100a3d04 main.cpp.obj - 0002:0001bd14 __unwindtable$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a3d14 main.cpp.obj - 0002:0001bd24 __tryblocktable$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a3d24 main.cpp.obj - 0002:0001bd38 __ehfuncinfo$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a3d38 main.cpp.obj - 0002:0001bd5c __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$7 100a3d5c main.cpp.obj - 0002:0001bd6c __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100a3d6c main.cpp.obj - 0002:0001bd80 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100a3d80 main.cpp.obj - 0002:0001bda4 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100a3da4 main.cpp.obj - 0002:0001bdcc __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$7 100a3dcc main.cpp.obj - 0002:0001bddc __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100a3ddc main.cpp.obj - 0002:0001bdf0 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100a3df0 main.cpp.obj - 0002:0001be14 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100a3e14 main.cpp.obj - 0002:0001be3c __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$7 100a3e3c main.cpp.obj - 0002:0001be3c __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$7 100a3e3c main.cpp.obj - 0002:0001be4c __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100a3e4c main.cpp.obj - 0002:0001be4c __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100a3e4c main.cpp.obj - 0002:0001be60 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100a3e60 main.cpp.obj - 0002:0001be60 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100a3e60 main.cpp.obj - 0002:0001be84 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100a3e84 main.cpp.obj - 0002:0001be84 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100a3e84 main.cpp.obj - 0002:0001beac __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$7 100a3eac main.cpp.obj - 0002:0001bebc __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100a3ebc main.cpp.obj - 0002:0001bed0 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100a3ed0 main.cpp.obj - 0002:0001bef4 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100a3ef4 main.cpp.obj - 0002:0001bf1c __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$7 100a3f1c main.cpp.obj - 0002:0001bf2c __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100a3f2c main.cpp.obj - 0002:0001bf40 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100a3f40 main.cpp.obj - 0002:0001bf64 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100a3f64 main.cpp.obj - 0002:0001bf8c __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$7 100a3f8c main.cpp.obj - 0002:0001bf9c __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100a3f9c main.cpp.obj - 0002:0001bfb0 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100a3fb0 main.cpp.obj - 0002:0001bfd4 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100a3fd4 main.cpp.obj - 0002:0001bffc __catchsym$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$5 100a3ffc main.cpp.obj - 0002:0001c00c __tryblocktable$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100a400c main.cpp.obj - 0002:0001c020 __unwindtable$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100a4020 main.cpp.obj - 0002:0001c040 __ehfuncinfo$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100a4040 main.cpp.obj - 0002:0001c064 __catchsym$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$11 100a4064 main.cpp.obj - 0002:0001c074 __tryblocktable$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100a4074 main.cpp.obj - 0002:0001c088 __unwindtable$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100a4088 main.cpp.obj - 0002:0001c0a8 __ehfuncinfo$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100a40a8 main.cpp.obj - 0002:0001c0cc __unwindtable$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 100a40cc main.cpp.obj - 0002:0001c0e4 __ehfuncinfo$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 100a40e4 main.cpp.obj - 0002:0001c108 __unwindtable$?str@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 100a4108 main.cpp.obj - 0002:0001c110 __ehfuncinfo$?str@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 100a4110 main.cpp.obj - 0002:0001c134 __catchsym$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z$5 100a4134 main.cpp.obj - 0002:0001c144 __tryblocktable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100a4144 main.cpp.obj - 0002:0001c158 __unwindtable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100a4158 main.cpp.obj - 0002:0001c178 __ehfuncinfo$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100a4178 main.cpp.obj - 0002:0001c19c __unwindtable$?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z 100a419c main.cpp.obj - 0002:0001c1bc __ehfuncinfo$?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z 100a41bc main.cpp.obj - 0002:0001c1e0 __unwindtable$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100a41e0 main.cpp.obj - 0002:0001c1f0 __tryblocktable$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100a41f0 main.cpp.obj - 0002:0001c204 __catchsym$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ$3 100a4204 main.cpp.obj - 0002:0001c224 __ehfuncinfo$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100a4224 main.cpp.obj - 0002:0001c248 __unwindtable$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100a4248 main.cpp.obj - 0002:0001c258 __tryblocktable$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100a4258 main.cpp.obj - 0002:0001c26c __catchsym$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ$3 100a426c main.cpp.obj - 0002:0001c28c __ehfuncinfo$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100a428c main.cpp.obj - 0002:0001c2b0 __catchsym$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z$5 100a42b0 main.cpp.obj - 0002:0001c2c0 __tryblocktable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100a42c0 main.cpp.obj - 0002:0001c2d4 __unwindtable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100a42d4 main.cpp.obj - 0002:0001c2f4 __ehfuncinfo$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100a42f4 main.cpp.obj - 0002:0001c318 __unwindtable$??0Error@hadesmem@@QAE@ABV01@@Z 100a4318 main.cpp.obj - 0002:0001c320 __ehfuncinfo$??0Error@hadesmem@@QAE@ABV01@@Z 100a4320 main.cpp.obj - 0002:0001c344 __unwindtable$?clone@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 100a4344 main.cpp.obj - 0002:0001c354 __ehfuncinfo$?clone@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 100a4354 main.cpp.obj - 0002:0001c378 __unwindtable$??0Thread@hadesmem@@QAE@K@Z 100a4378 main.cpp.obj - 0002:0001c378 __unwindtable$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 100a4378 main.cpp.obj - 0002:0001c378 __unwindtable$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 100a4378 main.cpp.obj - 0002:0001c378 __unwindtable$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a4378 main.cpp.obj - 0002:0001c378 __unwindtable$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a4378 main.cpp.obj - 0002:0001c398 __ehfuncinfo$??0Thread@hadesmem@@QAE@K@Z 100a4398 main.cpp.obj - 0002:0001c398 __ehfuncinfo$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 100a4398 main.cpp.obj - 0002:0001c398 __ehfuncinfo$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 100a4398 main.cpp.obj - 0002:0001c398 __ehfuncinfo$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a4398 main.cpp.obj - 0002:0001c398 __ehfuncinfo$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a4398 main.cpp.obj - 0002:0001c3bc __unwindtable$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 100a43bc main.cpp.obj - 0002:0001c3bc __unwindtable$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 100a43bc main.cpp.obj - 0002:0001c3bc __unwindtable$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 100a43bc main.cpp.obj - 0002:0001c3bc __unwindtable$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 100a43bc main.cpp.obj - 0002:0001c3dc __ehfuncinfo$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 100a43dc main.cpp.obj - 0002:0001c3dc __ehfuncinfo$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 100a43dc main.cpp.obj - 0002:0001c3dc __ehfuncinfo$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 100a43dc main.cpp.obj - 0002:0001c3dc __ehfuncinfo$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 100a43dc main.cpp.obj - 0002:0001c400 __catchsym$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$3 100a4400 main.cpp.obj - 0002:0001c410 __tryblocktable$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a4410 main.cpp.obj - 0002:0001c424 __unwindtable$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a4424 main.cpp.obj - 0002:0001c43c __ehfuncinfo$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a443c main.cpp.obj - 0002:0001c460 __unwindtable$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 100a4460 main.cpp.obj - 0002:0001c480 __ehfuncinfo$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 100a4480 main.cpp.obj - 0002:0001c4a4 __ehfuncinfo$??0Process@hadesmem@@QAE@K@Z 100a44a4 main.cpp.obj - 0002:0001c4c8 __unwindtable$??0Process@hadesmem@@QAE@K@Z 100a44c8 main.cpp.obj - 0002:0001c508 __catchsym$?CleanupUnchecked@Process@hadesmem@@AAEXXZ$3 100a4508 main.cpp.obj - 0002:0001c518 __tryblocktable$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100a4518 main.cpp.obj - 0002:0001c52c __unwindtable$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100a452c main.cpp.obj - 0002:0001c544 __ehfuncinfo$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100a4544 main.cpp.obj - 0002:0001c568 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 100a4568 main.cpp.obj - 0002:0001c568 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 100a4568 main.cpp.obj - 0002:0001c568 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 100a4568 main.cpp.obj - 0002:0001c568 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 100a4568 main.cpp.obj - 0002:0001c568 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 100a4568 main.cpp.obj - 0002:0001c568 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 100a4568 main.cpp.obj - 0002:0001c568 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 100a4568 main.cpp.obj - 0002:0001c568 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 100a4568 main.cpp.obj - 0002:0001c588 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 100a4588 main.cpp.obj - 0002:0001c588 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 100a4588 main.cpp.obj - 0002:0001c588 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 100a4588 main.cpp.obj - 0002:0001c588 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 100a4588 main.cpp.obj - 0002:0001c588 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 100a4588 main.cpp.obj - 0002:0001c588 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 100a4588 main.cpp.obj - 0002:0001c588 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 100a4588 main.cpp.obj - 0002:0001c588 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 100a4588 main.cpp.obj - 0002:0001c5ac __catchsym$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$7 100a45ac main.cpp.obj - 0002:0001c5bc __tryblocktable$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100a45bc main.cpp.obj - 0002:0001c5d0 __ehfuncinfo$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100a45d0 main.cpp.obj - 0002:0001c5f4 __unwindtable$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100a45f4 main.cpp.obj - 0002:0001c62c __catchsym$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ$3 100a462c main.cpp.obj - 0002:0001c63c __tryblocktable$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100a463c main.cpp.obj - 0002:0001c650 __unwindtable$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100a4650 main.cpp.obj - 0002:0001c668 __ehfuncinfo$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100a4668 main.cpp.obj - 0002:0001c68c __ehfuncinfo$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 100a468c main.cpp.obj - 0002:0001c6b0 __unwindtable$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 100a46b0 main.cpp.obj - 0002:0001c6d8 __catchsym$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$7 100a46d8 main.cpp.obj - 0002:0001c6e8 __tryblocktable$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a46e8 main.cpp.obj - 0002:0001c6fc __ehfuncinfo$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a46fc main.cpp.obj - 0002:0001c720 __unwindtable$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a4720 main.cpp.obj - 0002:0001c758 __unwindtable$??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 100a4758 main.cpp.obj - 0002:0001c778 __ehfuncinfo$??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 100a4778 main.cpp.obj - 0002:0001c79c __unwindtable$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a479c main.cpp.obj - 0002:0001c79c __unwindtable$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a479c main.cpp.obj - 0002:0001c7a4 __ehfuncinfo$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a47a4 main.cpp.obj - 0002:0001c7a4 __ehfuncinfo$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a47a4 main.cpp.obj - 0002:0001c7c8 __ehfuncinfo$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 100a47c8 main.cpp.obj - 0002:0001c7ec __unwindtable$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 100a47ec main.cpp.obj - 0002:0001c824 __catchsym$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$6 100a4824 main.cpp.obj - 0002:0001c834 __tryblocktable$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100a4834 main.cpp.obj - 0002:0001c848 __ehfuncinfo$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100a4848 main.cpp.obj - 0002:0001c86c __unwindtable$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100a486c main.cpp.obj - 0002:0001c89c __catchsym$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$7 100a489c main.cpp.obj - 0002:0001c8ac __tryblocktable$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100a48ac main.cpp.obj - 0002:0001c8c0 __ehfuncinfo$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100a48c0 main.cpp.obj - 0002:0001c8e4 __unwindtable$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100a48e4 main.cpp.obj - 0002:0001c91c __catchsym$??0SuspendedProcess@hadesmem@@QAE@KK@Z$45 100a491c main.cpp.obj - 0002:0001c92c __tryblocktable$??0SuspendedProcess@hadesmem@@QAE@KK@Z 100a492c main.cpp.obj - 0002:0001c940 __ehfuncinfo$??0SuspendedProcess@hadesmem@@QAE@KK@Z 100a4940 main.cpp.obj - 0002:0001c964 __unwindtable$??0SuspendedProcess@hadesmem@@QAE@KK@Z 100a4964 main.cpp.obj - 0002:0001ca2c __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 100a4a2c main.cpp.obj - 0002:0001ca2c __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 100a4a2c main.cpp.obj - 0002:0001ca2c __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 100a4a2c main.cpp.obj - 0002:0001ca4c __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 100a4a4c main.cpp.obj - 0002:0001ca4c __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 100a4a4c main.cpp.obj - 0002:0001ca4c __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 100a4a4c main.cpp.obj - 0002:0001ca70 __catchsym$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$5 100a4a70 main.cpp.obj - 0002:0001ca80 __tryblocktable$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 100a4a80 main.cpp.obj - 0002:0001ca94 __ehfuncinfo$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 100a4a94 main.cpp.obj - 0002:0001cab8 __unwindtable$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 100a4ab8 main.cpp.obj - 0002:0001cae0 __catchsym$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$3 100a4ae0 main.cpp.obj - 0002:0001caf0 __tryblocktable$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100a4af0 main.cpp.obj - 0002:0001cb04 __unwindtable$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100a4b04 main.cpp.obj - 0002:0001cb1c __ehfuncinfo$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100a4b1c main.cpp.obj - 0002:0001cb40 __ehfuncinfo$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a4b40 main.cpp.obj - 0002:0001cb64 __unwindtable$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a4b64 main.cpp.obj - 0002:0001cbb4 __ehfuncinfo$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a4bb4 main.cpp.obj - 0002:0001cbd8 __unwindtable$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a4bd8 main.cpp.obj - 0002:0001cc20 __unwindtable$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 100a4c20 main.cpp.obj - 0002:0001cc28 __ehfuncinfo$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 100a4c28 main.cpp.obj - 0002:0001cc4c __unwindtable$?WriteJump@detail@hadesmem@@YAIABVProcess@2@PAX1_NPAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100a4c4c main.cpp.obj - 0002:0001cc54 __ehfuncinfo$?WriteJump@detail@hadesmem@@YAIABVProcess@2@PAX1_NPAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100a4c54 main.cpp.obj - 0002:0001cc78 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 100a4c78 main.cpp.obj - 0002:0001cc98 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 100a4c98 main.cpp.obj - 0002:0001ccbc __unwindtable$?WriteCall@detail@hadesmem@@YAIABVProcess@2@PAX1AAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100a4cbc main.cpp.obj - 0002:0001ccc4 __ehfuncinfo$?WriteCall@detail@hadesmem@@YAIABVProcess@2@PAX1AAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100a4cc4 main.cpp.obj - 0002:0001cce8 __ehfuncinfo$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 100a4ce8 main.cpp.obj - 0002:0001cd0c __unwindtable$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 100a4d0c main.cpp.obj - 0002:0001cd3c __unwindtable$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 100a4d3c main.cpp.obj - 0002:0001cd5c __ehfuncinfo$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 100a4d5c main.cpp.obj - 0002:0001cd80 __unwindtable$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 100a4d80 main.cpp.obj - 0002:0001cd88 __ehfuncinfo$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 100a4d88 main.cpp.obj - 0002:0001cdac __catchsym$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$5 100a4dac main.cpp.obj - 0002:0001cdbc __tryblocktable$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100a4dbc main.cpp.obj - 0002:0001cdd0 __unwindtable$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100a4dd0 main.cpp.obj - 0002:0001cdf0 __ehfuncinfo$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100a4df0 main.cpp.obj - 0002:0001ce14 __unwindtable$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 100a4e14 main.cpp.obj - 0002:0001ce1c __ehfuncinfo$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 100a4e1c main.cpp.obj - 0002:0001ce40 __unwindtable$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 100a4e40 main.cpp.obj - 0002:0001ce48 __ehfuncinfo$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 100a4e48 main.cpp.obj - 0002:0001ce6c __unwindtable$?CacheItemNameToId@Nampower@@YAXPBDI@Z 100a4e6c items.cpp.obj - 0002:0001ce6c __unwindtable$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 100a4e6c main.cpp.obj - 0002:0001ce6c __unwindtable$?addCustomEvent@Nampower@@YAXIPAD@Z 100a4e6c main.cpp.obj - 0002:0001ce6c __unwindtable$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a4e6c spell_scripts.cpp.obj - 0002:0001ce6c __unwindtable$?TriggerQuickcast@Nampower@@YAXXZ 100a4e6c spellcast.cpp.obj - 0002:0001ce74 __ehfuncinfo$?CacheItemNameToId@Nampower@@YAXPBDI@Z 100a4e74 items.cpp.obj - 0002:0001ce74 __ehfuncinfo$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 100a4e74 main.cpp.obj - 0002:0001ce74 __ehfuncinfo$?addCustomEvent@Nampower@@YAXIPAD@Z 100a4e74 main.cpp.obj - 0002:0001ce74 __ehfuncinfo$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a4e74 spell_scripts.cpp.obj - 0002:0001ce74 __ehfuncinfo$?TriggerQuickcast@Nampower@@YAXXZ 100a4e74 spellcast.cpp.obj - 0002:0001ce98 __unwindtable$?processQueues@Nampower@@YA_NXZ 100a4e98 main.cpp.obj - 0002:0001ceb0 __ehfuncinfo$?processQueues@Nampower@@YA_NXZ 100a4eb0 main.cpp.obj - 0002:0001ced4 __unwindtable$?SetSelectionTarget@Nampower@@YAX_K@Z 100a4ed4 main.cpp.obj - 0002:0001cee4 __ehfuncinfo$?SetSelectionTarget@Nampower@@YAX_K@Z 100a4ee4 main.cpp.obj - 0002:0001cf08 __unwindtable$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a4f08 main.cpp.obj - 0002:0001cf10 __ehfuncinfo$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a4f10 main.cpp.obj - 0002:0001cf34 __unwindtable$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 100a4f34 helper.cpp.obj - 0002:0001cf34 __unwindtable$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 100a4f34 items.cpp.obj - 0002:0001cf34 __unwindtable$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 100a4f34 main.cpp.obj - 0002:0001cf34 __unwindtable$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 100a4f34 spell_scripts.cpp.obj - 0002:0001cf34 __unwindtable$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100a4f34 spellcast.cpp.obj - 0002:0001cf3c __ehfuncinfo$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 100a4f3c helper.cpp.obj - 0002:0001cf3c __ehfuncinfo$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 100a4f3c items.cpp.obj - 0002:0001cf3c __ehfuncinfo$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 100a4f3c main.cpp.obj - 0002:0001cf3c __ehfuncinfo$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 100a4f3c spell_scripts.cpp.obj - 0002:0001cf3c __ehfuncinfo$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100a4f3c spellcast.cpp.obj - 0002:0001cf60 __catchsym$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$7 100a4f60 main.cpp.obj - 0002:0001cf70 __tryblocktable$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100a4f70 main.cpp.obj - 0002:0001cf84 __ehfuncinfo$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100a4f84 main.cpp.obj - 0002:0001cfa8 __unwindtable$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100a4fa8 main.cpp.obj - 0002:0001cfd0 __unwindtable$?checkForStopChanneling@Nampower@@YAXXZ 100a4fd0 main.cpp.obj - 0002:0001cfe0 __ehfuncinfo$?checkForStopChanneling@Nampower@@YAXXZ 100a4fe0 main.cpp.obj - 0002:0001d004 __ehfuncinfo$?updateFromCvar@Nampower@@YAXPBD0@Z 100a5004 main.cpp.obj - 0002:0001d028 __unwindtable$?updateFromCvar@Nampower@@YAXPBD0@Z 100a5028 main.cpp.obj - 0002:0001d138 __unwindtable$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 100a5138 main.cpp.obj - 0002:0001d138 __unwindtable$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 100a5138 main.cpp.obj - 0002:0001d138 __unwindtable$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 100a5138 main.cpp.obj - 0002:0001d138 __unwindtable$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 100a5138 main.cpp.obj - 0002:0001d138 __unwindtable$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 100a5138 main.cpp.obj - 0002:0001d140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 100a5140 main.cpp.obj - 0002:0001d140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 100a5140 main.cpp.obj - 0002:0001d140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 100a5140 main.cpp.obj - 0002:0001d140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 100a5140 main.cpp.obj - 0002:0001d140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 100a5140 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d164 __ehfuncinfo$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z 100a5164 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d188 __unwindtable$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z 100a5188 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d1e0 __ehfuncinfo$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a51e0 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d204 __unwindtable$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a5204 main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d24c __unwindtable$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a524c main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d254 __ehfuncinfo$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a5254 main.cpp.obj - 0002:0001d278 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$3 100a5278 main.cpp.obj - 0002:0001d288 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a5288 main.cpp.obj - 0002:0001d29c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a529c main.cpp.obj - 0002:0001d2b4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a52b4 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2d8 __unwindtable$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 100a52d8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d2f8 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 100a52f8 main.cpp.obj - 0002:0001d31c __unwindtable$?loadUserVar@Nampower@@YAXPBD@Z 100a531c main.cpp.obj - 0002:0001d32c __ehfuncinfo$?loadUserVar@Nampower@@YAXPBD@Z 100a532c main.cpp.obj - 0002:0001d350 __ehfuncinfo$?loadConfig@Nampower@@YAXXZ 100a5350 main.cpp.obj - 0002:0001d374 __unwindtable$?loadConfig@Nampower@@YAXXZ 100a5374 main.cpp.obj - 0002:0001d3d4 __unwindtable$?initHooks@Nampower@@YAXXZ 100a53d4 main.cpp.obj - 0002:0001d3ec __ehfuncinfo$?initHooks@Nampower@@YAXXZ 100a53ec main.cpp.obj - 0002:0001d410 __tryblocktable$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z 100a5410 main.cpp.obj - 0002:0001d424 __ehfuncinfo$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z 100a5424 main.cpp.obj - 0002:0001d448 __catchsym$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$28 100a5448 main.cpp.obj - 0002:0001d478 __unwindtable$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z 100a5478 main.cpp.obj - 0002:0001d508 __tryblocktable$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z 100a5508 main.cpp.obj - 0002:0001d51c __ehfuncinfo$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z 100a551c main.cpp.obj - 0002:0001d540 __catchsym$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$28 100a5540 main.cpp.obj - 0002:0001d570 __unwindtable$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z 100a5570 main.cpp.obj - 0002:0001d600 __tryblocktable$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z 100a5600 main.cpp.obj - 0002:0001d614 __ehfuncinfo$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z 100a5614 main.cpp.obj - 0002:0001d638 __catchsym$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$28 100a5638 main.cpp.obj - 0002:0001d668 __unwindtable$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z 100a5668 main.cpp.obj - 0002:0001d6f8 __tryblocktable$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z 100a56f8 main.cpp.obj - 0002:0001d70c __ehfuncinfo$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z 100a570c main.cpp.obj - 0002:0001d730 __catchsym$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$28 100a5730 main.cpp.obj - 0002:0001d760 __unwindtable$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z 100a5760 main.cpp.obj - 0002:0001d7f0 __tryblocktable$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z 100a57f0 main.cpp.obj - 0002:0001d804 __ehfuncinfo$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z 100a5804 main.cpp.obj - 0002:0001d828 __catchsym$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$28 100a5828 main.cpp.obj - 0002:0001d858 __unwindtable$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z 100a5858 main.cpp.obj - 0002:0001d8e8 __tryblocktable$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z 100a58e8 main.cpp.obj - 0002:0001d8fc __ehfuncinfo$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z 100a58fc main.cpp.obj - 0002:0001d920 __catchsym$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$28 100a5920 main.cpp.obj - 0002:0001d950 __unwindtable$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z 100a5950 main.cpp.obj - 0002:0001d9e0 __tryblocktable$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z 100a59e0 main.cpp.obj - 0002:0001d9f4 __ehfuncinfo$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z 100a59f4 main.cpp.obj - 0002:0001da18 __catchsym$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$28 100a5a18 main.cpp.obj - 0002:0001da48 __unwindtable$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z 100a5a48 main.cpp.obj - 0002:0001dad8 __tryblocktable$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z 100a5ad8 main.cpp.obj - 0002:0001daec __ehfuncinfo$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z 100a5aec main.cpp.obj - 0002:0001db10 __catchsym$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$28 100a5b10 main.cpp.obj - 0002:0001db40 __unwindtable$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z 100a5b40 main.cpp.obj - 0002:0001dbd0 __tryblocktable$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z 100a5bd0 main.cpp.obj - 0002:0001dbe4 __ehfuncinfo$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z 100a5be4 main.cpp.obj - 0002:0001dc08 __catchsym$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$28 100a5c08 main.cpp.obj - 0002:0001dc38 __unwindtable$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z 100a5c38 main.cpp.obj - 0002:0001dcc8 __tryblocktable$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z 100a5cc8 main.cpp.obj - 0002:0001dcdc __ehfuncinfo$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z 100a5cdc main.cpp.obj - 0002:0001dd00 __catchsym$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$28 100a5d00 main.cpp.obj - 0002:0001dd30 __unwindtable$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z 100a5d30 main.cpp.obj - 0002:0001ddc0 __tryblocktable$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z 100a5dc0 main.cpp.obj - 0002:0001ddd4 __ehfuncinfo$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z 100a5dd4 main.cpp.obj - 0002:0001ddf8 __catchsym$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$28 100a5df8 main.cpp.obj - 0002:0001de28 __unwindtable$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z 100a5e28 main.cpp.obj - 0002:0001deb8 __tryblocktable$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z 100a5eb8 main.cpp.obj - 0002:0001decc __ehfuncinfo$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z 100a5ecc main.cpp.obj - 0002:0001def0 __catchsym$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$28 100a5ef0 main.cpp.obj - 0002:0001df20 __unwindtable$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z 100a5f20 main.cpp.obj - 0002:0001dfb0 __tryblocktable$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z 100a5fb0 main.cpp.obj - 0002:0001dfc4 __ehfuncinfo$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z 100a5fc4 main.cpp.obj - 0002:0001dfe8 __catchsym$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$28 100a5fe8 main.cpp.obj - 0002:0001e018 __unwindtable$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z 100a6018 main.cpp.obj - 0002:0001e0a8 __tryblocktable$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z 100a60a8 main.cpp.obj - 0002:0001e0bc __ehfuncinfo$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z 100a60bc main.cpp.obj - 0002:0001e0e0 __catchsym$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$28 100a60e0 main.cpp.obj - 0002:0001e110 __unwindtable$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z 100a6110 main.cpp.obj - 0002:0001e1a0 __tryblocktable$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z 100a61a0 main.cpp.obj - 0002:0001e1b4 __ehfuncinfo$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z 100a61b4 main.cpp.obj - 0002:0001e1d8 __catchsym$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$28 100a61d8 main.cpp.obj - 0002:0001e208 __unwindtable$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z 100a6208 main.cpp.obj - 0002:0001e298 __tryblocktable$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z 100a6298 main.cpp.obj - 0002:0001e2ac __ehfuncinfo$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z 100a62ac main.cpp.obj - 0002:0001e2d0 __catchsym$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$28 100a62d0 main.cpp.obj - 0002:0001e300 __unwindtable$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z 100a6300 main.cpp.obj - 0002:0001e390 __tryblocktable$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z 100a6390 main.cpp.obj - 0002:0001e3a4 __ehfuncinfo$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z 100a63a4 main.cpp.obj - 0002:0001e3c8 __catchsym$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$28 100a63c8 main.cpp.obj - 0002:0001e3f8 __unwindtable$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z 100a63f8 main.cpp.obj - 0002:0001e488 __tryblocktable$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z 100a6488 main.cpp.obj - 0002:0001e49c __ehfuncinfo$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z 100a649c main.cpp.obj - 0002:0001e4c0 __catchsym$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$28 100a64c0 main.cpp.obj - 0002:0001e4f0 __unwindtable$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z 100a64f0 main.cpp.obj - 0002:0001e580 __tryblocktable$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z 100a6580 main.cpp.obj - 0002:0001e594 __ehfuncinfo$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z 100a6594 main.cpp.obj - 0002:0001e5b8 __catchsym$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$28 100a65b8 main.cpp.obj - 0002:0001e5e8 __unwindtable$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z 100a65e8 main.cpp.obj - 0002:0001e678 __tryblocktable$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z 100a6678 main.cpp.obj - 0002:0001e68c __ehfuncinfo$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z 100a668c main.cpp.obj - 0002:0001e6b0 __catchsym$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$28 100a66b0 main.cpp.obj - 0002:0001e6e0 __unwindtable$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z 100a66e0 main.cpp.obj - 0002:0001e770 __tryblocktable$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z 100a6770 main.cpp.obj - 0002:0001e784 __ehfuncinfo$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z 100a6784 main.cpp.obj - 0002:0001e7a8 __catchsym$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$28 100a67a8 main.cpp.obj - 0002:0001e7d8 __unwindtable$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z 100a67d8 main.cpp.obj - 0002:0001e868 __tryblocktable$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z 100a6868 main.cpp.obj - 0002:0001e87c __ehfuncinfo$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z 100a687c main.cpp.obj - 0002:0001e8a0 __catchsym$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$28 100a68a0 main.cpp.obj - 0002:0001e8d0 __unwindtable$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z 100a68d0 main.cpp.obj - 0002:0001e960 __tryblocktable$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z 100a6960 main.cpp.obj - 0002:0001e974 __ehfuncinfo$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z 100a6974 main.cpp.obj - 0002:0001e998 __catchsym$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$28 100a6998 main.cpp.obj - 0002:0001e9c8 __unwindtable$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z 100a69c8 main.cpp.obj - 0002:0001ea58 __tryblocktable$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z 100a6a58 main.cpp.obj - 0002:0001ea6c __ehfuncinfo$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z 100a6a6c main.cpp.obj - 0002:0001ea90 __catchsym$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$28 100a6a90 main.cpp.obj - 0002:0001eac0 __unwindtable$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z 100a6ac0 main.cpp.obj - 0002:0001eb50 __tryblocktable$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z 100a6b50 main.cpp.obj - 0002:0001eb64 __ehfuncinfo$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z 100a6b64 main.cpp.obj - 0002:0001eb88 __catchsym$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$28 100a6b88 main.cpp.obj - 0002:0001ebb8 __unwindtable$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z 100a6bb8 main.cpp.obj - 0002:0001ec48 __tryblocktable$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z 100a6c48 main.cpp.obj - 0002:0001ec5c __ehfuncinfo$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z 100a6c5c main.cpp.obj - 0002:0001ec80 __catchsym$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$28 100a6c80 main.cpp.obj - 0002:0001ecb0 __unwindtable$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z 100a6cb0 main.cpp.obj - 0002:0001ed40 __unwindtable$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a6d40 main.cpp.obj - 0002:0001ed48 __ehfuncinfo$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a6d48 main.cpp.obj - 0002:0001ed6c __unwindtable$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 100a6d6c main.cpp.obj - 0002:0001ed6c __unwindtable$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 100a6d6c main.cpp.obj - 0002:0001ed6c __unwindtable$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 100a6d6c main.cpp.obj - 0002:0001ed74 __ehfuncinfo$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 100a6d74 main.cpp.obj - 0002:0001ed74 __ehfuncinfo$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 100a6d74 main.cpp.obj - 0002:0001ed74 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 100a6d74 main.cpp.obj - 0002:0001ed98 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$3 100a6d98 main.cpp.obj - 0002:0001eda8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a6da8 main.cpp.obj - 0002:0001edbc __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a6dbc main.cpp.obj - 0002:0001edd4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a6dd4 main.cpp.obj - 0002:0001edf8 __unwindtable$??R@@QBE@XZ 100a6df8 main.cpp.obj - 0002:0001ee18 __ehfuncinfo$??R@@QBE@XZ 100a6e18 main.cpp.obj - 0002:0001ee3c __tryblocktable$_Load 100a6e3c main.cpp.obj - 0002:0001ee50 __catchsym$_Load$8 100a6e50 main.cpp.obj - 0002:0001ee70 __unwindtable$_Load 100a6e70 main.cpp.obj - 0002:0001ee90 __ehfuncinfo$_Load 100a6e90 main.cpp.obj - 0002:0001eeb4 __unwindtable$??$make_unique@VAllocator@hadesmem@@AAVProcess@2@ABI$0A@@std@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@0@AAVProcess@hadesmem@@ABI@Z 100a6eb4 main.cpp.obj - 0002:0001eebc __ehfuncinfo$??$make_unique@VAllocator@hadesmem@@AAVProcess@2@ABI$0A@@std@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@0@AAVProcess@hadesmem@@ABI@Z 100a6ebc main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@2@PAIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@1@PAIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@IIIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@IIIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAUCTerrainClickEvent@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAUCTerrainClickEvent@game@@@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IH_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IH_K@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IW4SpellCastResult@game@@HH_N@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IW4SpellCastResult@game@@HH_N@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAUSpellCast@game@@D@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAUSpellCast@game@@D@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3PAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6PAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PA_K3IPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PA_K6IPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_N3W4SpellCastResult@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_N6W4SpellCastResult@game@@@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAI3IM@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAI6IM@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001eee0 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAIIPAUCGItem_C@game@@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAIIPAUCGItem_C@game@@_K@Z$$QAPAX@Z 100a6ee0 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@2@PAIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@1@PAIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@IIIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@IIIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAUCTerrainClickEvent@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAUCTerrainClickEvent@game@@@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IH_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IH_K@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IW4SpellCastResult@game@@HH_N@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IW4SpellCastResult@game@@HH_N@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAUSpellCast@game@@D@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAUSpellCast@game@@D@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3PAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6PAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PA_K3IPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PA_K6IPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_N3W4SpellCastResult@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_N6W4SpellCastResult@game@@@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAI3IM@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAI6IM@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef00 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAIIPAUCGItem_C@game@@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAIIPAUCGItem_C@game@@_K@Z$$QAPAX@Z 100a6f00 main.cpp.obj - 0002:0001ef24 __unwindtable$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 100a6f24 main.cpp.obj - 0002:0001ef2c __ehfuncinfo$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 100a6f2c main.cpp.obj - 0002:0001ef50 __unwindtable$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z 100a6f50 main.cpp.obj - 0002:0001ef60 __ehfuncinfo$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z 100a6f60 main.cpp.obj - 0002:0001ef84 __unwindtable$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DN@Z 100a6f84 main.cpp.obj - 0002:0001ef84 __unwindtable$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DO@Z 100a6f84 main.cpp.obj - 0002:0001ef8c __ehfuncinfo$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DN@Z 100a6f8c main.cpp.obj - 0002:0001ef8c __ehfuncinfo$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DO@Z 100a6f8c main.cpp.obj - 0002:0001efb0 __unwindtable$?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z 100a6fb0 main.cpp.obj - 0002:0001efd0 __ehfuncinfo$?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z 100a6fd0 main.cpp.obj - 0002:0001eff4 __unwindtable$??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z 100a6ff4 main.cpp.obj - 0002:0001f014 __ehfuncinfo$??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z 100a7014 main.cpp.obj - 0002:0001f038 __unwindtable$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 100a7038 main.cpp.obj - 0002:0001f048 __ehfuncinfo$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 100a7048 main.cpp.obj - 0002:0001f06c __ehfuncinfo$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 100a706c main.cpp.obj - 0002:0001f090 __unwindtable$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 100a7090 main.cpp.obj - 0002:0001f0b8 __unwindtable$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 100a70b8 main.cpp.obj - 0002:0001f0b8 __unwindtable$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 100a70b8 main.cpp.obj - 0002:0001f0b8 __unwindtable$?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z 100a70b8 main.cpp.obj - 0002:0001f0b8 __unwindtable$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 100a70b8 main.cpp.obj - 0002:0001f0b8 __unwindtable$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 100a70b8 main.cpp.obj - 0002:0001f0b8 __unwindtable$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 100a70b8 main.cpp.obj - 0002:0001f0b8 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z 100a70b8 main.cpp.obj - 0002:0001f0b8 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 100a70b8 main.cpp.obj - 0002:0001f0b8 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 100a70b8 main.cpp.obj - 0002:0001f0b8 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 100a70b8 main.cpp.obj - 0002:0001f0b8 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 100a70b8 main.cpp.obj - 0002:0001f0b8 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 100a70b8 main.cpp.obj - 0002:0001f0b8 __unwindtable$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 100a70b8 main.cpp.obj - 0002:0001f0b8 __unwindtable$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 100a70b8 main.cpp.obj - 0002:0001f0c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 100a70c0 main.cpp.obj - 0002:0001f0c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 100a70c0 main.cpp.obj - 0002:0001f0c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z 100a70c0 main.cpp.obj - 0002:0001f0c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 100a70c0 main.cpp.obj - 0002:0001f0c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 100a70c0 main.cpp.obj - 0002:0001f0c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 100a70c0 main.cpp.obj - 0002:0001f0c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z 100a70c0 main.cpp.obj - 0002:0001f0c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 100a70c0 main.cpp.obj - 0002:0001f0c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 100a70c0 main.cpp.obj - 0002:0001f0c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 100a70c0 main.cpp.obj - 0002:0001f0c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 100a70c0 main.cpp.obj - 0002:0001f0c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 100a70c0 main.cpp.obj - 0002:0001f0c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 100a70c0 main.cpp.obj - 0002:0001f0c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 100a70c0 main.cpp.obj - 0002:0001f0e4 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$3 100a70e4 main.cpp.obj - 0002:0001f0f4 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a70f4 main.cpp.obj - 0002:0001f108 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a7108 main.cpp.obj - 0002:0001f120 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a7120 main.cpp.obj - 0002:0001f144 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$3 100a7144 main.cpp.obj - 0002:0001f154 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a7154 main.cpp.obj - 0002:0001f168 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a7168 main.cpp.obj - 0002:0001f180 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a7180 main.cpp.obj - 0002:0001f1a4 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$3 100a71a4 main.cpp.obj - 0002:0001f1b4 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a71b4 main.cpp.obj - 0002:0001f1c8 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a71c8 main.cpp.obj - 0002:0001f1e0 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a71e0 main.cpp.obj - 0002:0001f204 __unwindtable$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 100a7204 main.cpp.obj - 0002:0001f204 __unwindtable$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 100a7204 main.cpp.obj - 0002:0001f20c __ehfuncinfo$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 100a720c main.cpp.obj - 0002:0001f20c __ehfuncinfo$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 100a720c main.cpp.obj - 0002:0001f230 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$3 100a7230 main.cpp.obj - 0002:0001f240 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a7240 main.cpp.obj - 0002:0001f254 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a7254 main.cpp.obj - 0002:0001f26c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a726c main.cpp.obj - 0002:0001f290 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$3 100a7290 main.cpp.obj - 0002:0001f2a0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a72a0 main.cpp.obj - 0002:0001f2b4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a72b4 main.cpp.obj - 0002:0001f2cc __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a72cc main.cpp.obj - 0002:0001f2f0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$3 100a72f0 main.cpp.obj - 0002:0001f300 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a7300 main.cpp.obj - 0002:0001f314 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a7314 main.cpp.obj - 0002:0001f32c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a732c main.cpp.obj - 0002:0001f350 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$3 100a7350 main.cpp.obj - 0002:0001f360 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a7360 main.cpp.obj - 0002:0001f374 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a7374 main.cpp.obj - 0002:0001f38c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a738c main.cpp.obj - 0002:0001f3b0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a73b0 main.cpp.obj - 0002:0001f3c0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a73c0 main.cpp.obj - 0002:0001f3d4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a73d4 main.cpp.obj - 0002:0001f3ec __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a73ec main.cpp.obj - 0002:0001f410 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a7410 main.cpp.obj - 0002:0001f420 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a7420 main.cpp.obj - 0002:0001f434 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a7434 main.cpp.obj - 0002:0001f44c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a744c main.cpp.obj - 0002:0001f470 __catchsym$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a7470 main.cpp.obj - 0002:0001f480 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a7480 main.cpp.obj - 0002:0001f494 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a7494 main.cpp.obj - 0002:0001f4ac __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a74ac main.cpp.obj - 0002:0001f4d0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$3 100a74d0 main.cpp.obj - 0002:0001f4e0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a74e0 main.cpp.obj - 0002:0001f4f4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a74f4 main.cpp.obj - 0002:0001f50c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a750c main.cpp.obj - 0002:0001f530 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$3 100a7530 main.cpp.obj - 0002:0001f540 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a7540 main.cpp.obj - 0002:0001f554 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a7554 main.cpp.obj - 0002:0001f56c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a756c main.cpp.obj - 0002:0001f590 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$3 100a7590 main.cpp.obj - 0002:0001f5a0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a75a0 main.cpp.obj - 0002:0001f5b4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a75b4 main.cpp.obj - 0002:0001f5cc __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a75cc main.cpp.obj - 0002:0001f5f0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$3 100a75f0 main.cpp.obj - 0002:0001f600 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a7600 main.cpp.obj - 0002:0001f614 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a7614 main.cpp.obj - 0002:0001f62c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a762c main.cpp.obj - 0002:0001f650 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$3 100a7650 main.cpp.obj - 0002:0001f660 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a7660 main.cpp.obj - 0002:0001f674 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a7674 main.cpp.obj - 0002:0001f68c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a768c main.cpp.obj - 0002:0001f6b0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a76b0 main.cpp.obj - 0002:0001f6c0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a76c0 main.cpp.obj - 0002:0001f6d4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a76d4 main.cpp.obj - 0002:0001f6ec __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a76ec main.cpp.obj - 0002:0001f710 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$3 100a7710 main.cpp.obj - 0002:0001f720 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a7720 main.cpp.obj - 0002:0001f734 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a7734 main.cpp.obj - 0002:0001f74c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a774c main.cpp.obj - 0002:0001f770 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$3 100a7770 main.cpp.obj - 0002:0001f780 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a7780 main.cpp.obj - 0002:0001f794 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a7794 main.cpp.obj - 0002:0001f7ac __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a77ac main.cpp.obj - 0002:0001f7d0 __unwindtable$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 100a77d0 main.cpp.obj - 0002:0001f7d8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 100a77d8 main.cpp.obj - 0002:0001f7fc __catchsym$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$3 100a77fc main.cpp.obj - 0002:0001f80c __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a780c main.cpp.obj - 0002:0001f820 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a7820 main.cpp.obj - 0002:0001f838 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a7838 main.cpp.obj - 0002:0001f85c __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$3 100a785c main.cpp.obj - 0002:0001f86c __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a786c main.cpp.obj - 0002:0001f880 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a7880 main.cpp.obj - 0002:0001f898 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a7898 main.cpp.obj - 0002:0001f8bc __unwindtable$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 100a78bc main.cpp.obj - 0002:0001f8bc __unwindtable$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 100a78bc main.cpp.obj - 0002:0001f8c4 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 100a78c4 main.cpp.obj - 0002:0001f8c4 __ehfuncinfo$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 100a78c4 main.cpp.obj - 0002:0001f8e8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$3 100a78e8 main.cpp.obj - 0002:0001f8f8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a78f8 main.cpp.obj - 0002:0001f90c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a790c main.cpp.obj - 0002:0001f924 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a7924 main.cpp.obj - 0002:0001f948 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$3 100a7948 main.cpp.obj - 0002:0001f958 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a7958 main.cpp.obj - 0002:0001f96c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a796c main.cpp.obj - 0002:0001f984 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a7984 main.cpp.obj - 0002:0001f9a8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$3 100a79a8 main.cpp.obj - 0002:0001f9b8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a79b8 main.cpp.obj - 0002:0001f9cc __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a79cc main.cpp.obj - 0002:0001f9e4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a79e4 main.cpp.obj - 0002:0001fa08 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$3 100a7a08 main.cpp.obj - 0002:0001fa18 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a7a18 main.cpp.obj - 0002:0001fa2c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a7a2c main.cpp.obj - 0002:0001fa44 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a7a44 main.cpp.obj - 0002:0001fa68 __catchsym$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$3 100a7a68 main.cpp.obj - 0002:0001fa78 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a7a78 main.cpp.obj - 0002:0001fa8c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a7a8c main.cpp.obj - 0002:0001faa4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a7aa4 main.cpp.obj - 0002:0001fac8 __catchsym$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z$5 100a7ac8 main.cpp.obj - 0002:0001fad8 __tryblocktable$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100a7ad8 main.cpp.obj - 0002:0001faec __unwindtable$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100a7aec main.cpp.obj - 0002:0001fb0c __ehfuncinfo$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100a7b0c main.cpp.obj - 0002:0001fb30 __ehfuncinfo$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a7b30 main.cpp.obj - 0002:0001fb54 __unwindtable$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a7b54 main.cpp.obj - 0002:0001fbbc __ehfuncinfo$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a7bbc main.cpp.obj - 0002:0001fbe0 __unwindtable$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a7be0 main.cpp.obj - 0002:0001fc48 __unwindtable$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 100a7c48 main.cpp.obj - 0002:0001fc68 __ehfuncinfo$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 100a7c68 main.cpp.obj - 0002:0001fc8c __unwindtable$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 100a7c8c main.cpp.obj - 0002:0001fc9c __ehfuncinfo$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 100a7c9c main.cpp.obj - 0002:0001fcc0 __unwindtable$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 100a7cc0 main.cpp.obj - 0002:0001fce0 __ehfuncinfo$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 100a7ce0 main.cpp.obj - 0002:0001fd04 __catchsym$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z$3 100a7d04 main.cpp.obj - 0002:0001fd14 __tryblocktable$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 100a7d14 main.cpp.obj - 0002:0001fd28 __unwindtable$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 100a7d28 main.cpp.obj - 0002:0001fd40 __ehfuncinfo$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 100a7d40 main.cpp.obj - 0002:0001fd64 __unwindtable$??$use_facet@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 100a7d64 main.cpp.obj - 0002:0001fd7c __ehfuncinfo$??$use_facet@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 100a7d7c main.cpp.obj - 0002:0001fda0 __unwindtable$?put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@PBD3@Z 100a7da0 main.cpp.obj - 0002:0001fda8 __ehfuncinfo$?put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@PBD3@Z 100a7da8 main.cpp.obj - 0002:0001fdcc __unwindtable$?do_put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@DD@Z 100a7dcc main.cpp.obj - 0002:0001fdd4 __ehfuncinfo$?do_put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@DD@Z 100a7dd4 main.cpp.obj - 0002:0001fdf8 __catchsym$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z$3 100a7df8 main.cpp.obj - 0002:0001fe08 __unwindtable$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100a7e08 main.cpp.obj - 0002:0001fe18 __tryblocktable$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100a7e18 main.cpp.obj - 0002:0001fe2c __ehfuncinfo$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100a7e2c main.cpp.obj - 0002:0001fe50 __unwindtable$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a7e50 main.cpp.obj - 0002:0001fe68 __ehfuncinfo$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a7e68 main.cpp.obj - 0002:0001fe8c __unwindtable$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a7e8c main.cpp.obj - 0002:0001fe8c __unwindtable$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a7e8c main.cpp.obj - 0002:0001fe94 __ehfuncinfo$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a7e94 main.cpp.obj - 0002:0001fe94 __ehfuncinfo$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a7e94 main.cpp.obj - 0002:0001feb8 __unwindtable$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a7eb8 main.cpp.obj - 0002:0001fed0 __ehfuncinfo$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a7ed0 main.cpp.obj - 0002:0001fef4 __unwindtable$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a7ef4 main.cpp.obj - 0002:0001ff0c __ehfuncinfo$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a7f0c main.cpp.obj - 0002:0001ff30 __unwindtable$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a7f30 main.cpp.obj - 0002:0001ff48 __ehfuncinfo$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a7f48 main.cpp.obj - 0002:0001ff6c __ehfuncinfo$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z 100a7f6c main.cpp.obj - 0002:0001ff90 __unwindtable$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z 100a7f90 main.cpp.obj - 0002:0001ffd0 __ehfuncinfo$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z 100a7fd0 main.cpp.obj - 0002:0001fff4 __unwindtable$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z 100a7ff4 main.cpp.obj - 0002:0002001c __unwindtable$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@?$shared_ptr@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@1@@Z 100a801c main.cpp.obj - 0002:0002001c __unwindtable$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@?$shared_ptr@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@1@@Z 100a801c main.cpp.obj - 0002:00020024 __ehfuncinfo$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@?$shared_ptr@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@1@@Z 100a8024 main.cpp.obj - 0002:00020024 __ehfuncinfo$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@?$shared_ptr@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@1@@Z 100a8024 main.cpp.obj - 0002:00020048 __catchsym$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z$3 100a8048 main.cpp.obj - 0002:00020058 __unwindtable$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z 100a8058 main.cpp.obj - 0002:00020068 __tryblocktable$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z 100a8068 main.cpp.obj - 0002:0002007c __ehfuncinfo$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z 100a807c main.cpp.obj - 0002:000200a0 __catchsym$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z$3 100a80a0 main.cpp.obj - 0002:000200b0 __unwindtable$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z 100a80b0 main.cpp.obj - 0002:000200c0 __tryblocktable$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z 100a80c0 main.cpp.obj - 0002:000200d4 __ehfuncinfo$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z 100a80d4 main.cpp.obj - 0002:000200f8 __unwindtable$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 100a80f8 main.cpp.obj - 0002:00020110 __ehfuncinfo$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 100a8110 main.cpp.obj - 0002:00020134 __catchsym$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z$3 100a8134 main.cpp.obj - 0002:00020144 __unwindtable$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a8144 main.cpp.obj - 0002:00020154 __tryblocktable$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a8154 main.cpp.obj - 0002:00020168 __ehfuncinfo$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a8168 main.cpp.obj - 0002:0002018c __catchsym$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z$3 100a818c main.cpp.obj - 0002:0002019c __unwindtable$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a819c main.cpp.obj - 0002:000201ac __tryblocktable$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a81ac main.cpp.obj - 0002:000201c0 __ehfuncinfo$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a81c0 main.cpp.obj - 0002:0002040c __ehfuncinfo$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 100a840c helper.cpp.obj - 0002:00020430 __unwindtable$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 100a8430 helper.cpp.obj - 0002:00020458 __unwindtable$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 100a8458 helper.cpp.obj - 0002:00020470 __ehfuncinfo$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 100a8470 helper.cpp.obj - 0002:00020494 __unwindtable$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 100a8494 helper.cpp.obj - 0002:00020494 __unwindtable$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 100a8494 spellcast.cpp.obj - 0002:00020494 __unwindtable$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 100a8494 spellcast.cpp.obj - 0002:00020494 __unwindtable$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a8494 spellevents.cpp.obj - 0002:0002049c __ehfuncinfo$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 100a849c helper.cpp.obj - 0002:0002049c __ehfuncinfo$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 100a849c spellcast.cpp.obj - 0002:0002049c __ehfuncinfo$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 100a849c spellcast.cpp.obj - 0002:0002049c __ehfuncinfo$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a849c spellevents.cpp.obj - 0002:000204c0 __unwindtable$??$_Try_emplace@AB_K$$V@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@_N@1@AB_K@Z 100a84c0 helper.cpp.obj - 0002:000204d0 __ehfuncinfo$??$_Try_emplace@AB_K$$V@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@_N@1@AB_K@Z 100a84d0 helper.cpp.obj - 0002:000204f4 __unwindtable$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a84f4 helper.cpp.obj - 0002:00020504 __ehfuncinfo$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a8504 helper.cpp.obj - 0002:00020528 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$7 100a8528 spellcast.cpp.obj - 0002:00020538 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100a8538 spellcast.cpp.obj - 0002:0002054c __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100a854c spellcast.cpp.obj - 0002:00020570 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100a8570 spellcast.cpp.obj - 0002:00020598 __unwindtable$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 100a8598 spellcast.cpp.obj - 0002:000205a8 __ehfuncinfo$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 100a85a8 spellcast.cpp.obj - 0002:000205cc __unwindtable$?CastQueuedNormalSpell@Nampower@@YAXXZ 100a85cc spellcast.cpp.obj - 0002:000205dc __ehfuncinfo$?CastQueuedNormalSpell@Nampower@@YAXXZ 100a85dc spellcast.cpp.obj - 0002:00020600 __ehfuncinfo$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100a8600 spellcast.cpp.obj - 0002:00020624 __unwindtable$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100a8624 spellcast.cpp.obj - 0002:000206e4 __unwindtable$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 100a86e4 spellcast.cpp.obj - 0002:000206f4 __ehfuncinfo$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 100a86f4 spellcast.cpp.obj - 0002:00020718 __ehfuncinfo$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 100a8718 spellcast.cpp.obj - 0002:0002073c __unwindtable$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 100a873c spellcast.cpp.obj - 0002:00020764 __ehfuncinfo$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a8764 spellchannel.cpp.obj - 0002:00020788 __unwindtable$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a8788 spellchannel.cpp.obj - 0002:000207b8 __unwindtable$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a87b8 spellchannel.cpp.obj - 0002:000207c8 __ehfuncinfo$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a87c8 spellchannel.cpp.obj - 0002:000207ec __ehfuncinfo$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 100a87ec spellevents.cpp.obj - 0002:00020810 __unwindtable$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 100a8810 spellevents.cpp.obj - 0002:00020888 __unwindtable$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a8888 spellevents.cpp.obj - 0002:000208a0 __ehfuncinfo$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a88a0 spellevents.cpp.obj - 0002:000208c4 __unwindtable$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100a88c4 spellevents.cpp.obj - 0002:000208dc __ehfuncinfo$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100a88dc spellevents.cpp.obj - 0002:00020900 __unwindtable$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 100a8900 spellevents.cpp.obj - 0002:00020910 __ehfuncinfo$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 100a8910 spellevents.cpp.obj - 0002:00020934 __ehfuncinfo$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 100a8934 spellevents.cpp.obj - 0002:00020958 __unwindtable$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 100a8958 spellevents.cpp.obj - 0002:00020988 __unwindtable$?RunQueuedScript@Nampower@@YA_NH@Z 100a8988 misc_scripts.cpp.obj - 0002:00020988 __unwindtable$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 100a8988 misc_scripts.cpp.obj - 0002:00020990 __ehfuncinfo$?RunQueuedScript@Nampower@@YA_NH@Z 100a8990 misc_scripts.cpp.obj - 0002:00020990 __ehfuncinfo$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 100a8990 misc_scripts.cpp.obj - 0002:000209b4 __unwindtable$?InitializeFieldMaps@Nampower@@YAXXZ 100a89b4 dbc_fields.cpp.obj - 0002:000209b4 __unwindtable$?Script_QueueScript@Nampower@@YAIPAI@Z 100a89b4 misc_scripts.cpp.obj - 0002:000209d4 __ehfuncinfo$?InitializeFieldMaps@Nampower@@YAXXZ 100a89d4 dbc_fields.cpp.obj - 0002:000209d4 __ehfuncinfo$?Script_QueueScript@Nampower@@YAIPAI@Z 100a89d4 misc_scripts.cpp.obj - 0002:000209f8 __unwindtable$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 100a89f8 misc_scripts.cpp.obj - 0002:000209f8 __unwindtable$?Script_GetUnitField@Nampower@@YAIPAI@Z 100a89f8 misc_scripts.cpp.obj - 0002:000209f8 __unwindtable$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 100a89f8 spell_scripts.cpp.obj - 0002:00020a00 __ehfuncinfo$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 100a8a00 misc_scripts.cpp.obj - 0002:00020a00 __ehfuncinfo$?Script_GetUnitField@Nampower@@YAIPAI@Z 100a8a00 misc_scripts.cpp.obj - 0002:00020a00 __ehfuncinfo$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 100a8a00 spell_scripts.cpp.obj - 0002:00020a24 __ehfuncinfo$?TryDisenchant@Nampower@@YA_NXZ 100a8a24 misc_scripts.cpp.obj - 0002:00020a48 __unwindtable$?TryDisenchant@Nampower@@YA_NXZ 100a8a48 misc_scripts.cpp.obj - 0002:00020a70 __unwindtable$?Script_DisenchantAll@Nampower@@YAIPAI@Z 100a8a70 misc_scripts.cpp.obj - 0002:00020a78 __ehfuncinfo$?Script_DisenchantAll@Nampower@@YAIPAI@Z 100a8a78 misc_scripts.cpp.obj - 0002:00020a9c __unwindtable$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@QAE@XZ 100a8a9c items.cpp.obj - 0002:00020a9c __unwindtable$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@QAE@XZ 100a8a9c misc_scripts.cpp.obj - 0002:00020aac __ehfuncinfo$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@QAE@XZ 100a8aac items.cpp.obj - 0002:00020aac __ehfuncinfo$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@QAE@XZ 100a8aac misc_scripts.cpp.obj - 0002:00020ad0 __unwindtable$??$PushArrayFieldsToLuaWithRefs@UItemStats_C@game@@@Nampower@@YAXPAIPBUItemStats_C@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a8ad0 misc_scripts.cpp.obj - 0002:00020ad0 __unwindtable$??$PushArrayFieldsToLuaWithRefs@UUnitFields@game@@@Nampower@@YAXPAIPBUUnitFields@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a8ad0 misc_scripts.cpp.obj - 0002:00020ad0 __unwindtable$??$PushArrayFieldsToLuaWithRefs@USpellRec@game@@@Nampower@@YAXPAIPBUSpellRec@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a8ad0 spell_scripts.cpp.obj - 0002:00020ad8 __ehfuncinfo$??$PushArrayFieldsToLuaWithRefs@UItemStats_C@game@@@Nampower@@YAXPAIPBUItemStats_C@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a8ad8 misc_scripts.cpp.obj - 0002:00020ad8 __ehfuncinfo$??$PushArrayFieldsToLuaWithRefs@UUnitFields@game@@@Nampower@@YAXPAIPBUUnitFields@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a8ad8 misc_scripts.cpp.obj - 0002:00020ad8 __ehfuncinfo$??$PushArrayFieldsToLuaWithRefs@USpellRec@game@@@Nampower@@YAXPAIPBUSpellRec@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a8ad8 spell_scripts.cpp.obj - 0002:00020afc __unwindtable$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a8afc dbc_fields.cpp.obj - 0002:00020afc __unwindtable$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a8afc misc_scripts.cpp.obj - 0002:00020b0c __ehfuncinfo$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a8b0c dbc_fields.cpp.obj - 0002:00020b0c __ehfuncinfo$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a8b0c misc_scripts.cpp.obj - 0002:00020b30 __unwindtable$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 100a8b30 spell_scripts.cpp.obj - 0002:00020b30 __unwindtable$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 100a8b30 spell_scripts.cpp.obj - 0002:00020b38 __ehfuncinfo$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 100a8b38 spell_scripts.cpp.obj - 0002:00020b38 __ehfuncinfo$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 100a8b38 spell_scripts.cpp.obj - 0002:00020b5c __unwindtable$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 100a8b5c spell_scripts.cpp.obj - 0002:00020b74 __ehfuncinfo$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 100a8b74 spell_scripts.cpp.obj - 0002:00020b98 __unwindtable$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 100a8b98 item_scripts.cpp.obj - 0002:00020ba8 __ehfuncinfo$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 100a8ba8 item_scripts.cpp.obj - 0002:00020bcc __ehfuncinfo$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 100a8bcc items.cpp.obj - 0002:00020bf0 __unwindtable$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 100a8bf0 items.cpp.obj - 0002:00020c20 __unwindtable$??__EitemStatsCache@Nampower@@YAXXZ 100a8c20 items.cpp.obj - 0002:00020c30 __ehfuncinfo$??__EitemStatsCache@Nampower@@YAXXZ 100a8c30 items.cpp.obj - 0002:00020c54 __unwindtable$??__EitemNameToIdCache@Nampower@@YAXXZ 100a8c54 items.cpp.obj - 0002:00020c64 __ehfuncinfo$??__EitemNameToIdCache@Nampower@@YAXXZ 100a8c64 items.cpp.obj - 0002:00020c88 __unwindtable$??__EpendingItemIds@Nampower@@YAXXZ 100a8c88 items.cpp.obj - 0002:00020c98 __ehfuncinfo$??__EpendingItemIds@Nampower@@YAXXZ 100a8c98 items.cpp.obj - 0002:00020cbc __unwindtable$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100a8cbc items.cpp.obj - 0002:00020cc4 __ehfuncinfo$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100a8cc4 items.cpp.obj - 0002:00020ce8 __unwindtable$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100a8ce8 items.cpp.obj - 0002:00020cf8 __ehfuncinfo$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100a8cf8 items.cpp.obj - 0002:00020d1c __unwindtable$??$emplace@ABI@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE?AU?$pair@V?$_List_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@@std@@_N@1@ABI@Z 100a8d1c items.cpp.obj - 0002:00020d2c __ehfuncinfo$??$emplace@ABI@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE?AU?$pair@V?$_List_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@@std@@_N@1@ABI@Z 100a8d2c items.cpp.obj - 0002:00020d50 __unwindtable$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a8d50 items.cpp.obj - 0002:00020d60 __ehfuncinfo$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a8d60 items.cpp.obj - 0002:00020d84 __unwindtable$??$_Try_emplace@ABI$$V@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@_N@1@ABI@Z 100a8d84 items.cpp.obj - 0002:00020d94 __ehfuncinfo$??$_Try_emplace@ABI$$V@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@_N@1@ABI@Z 100a8d94 items.cpp.obj - 0002:00020db8 __unwindtable$?InitializeUnitFieldMaps@Nampower@@YAXXZ 100a8db8 unit_fields.cpp.obj - 0002:00020dc8 __ehfuncinfo$?InitializeUnitFieldMaps@Nampower@@YAXXZ 100a8dc8 unit_fields.cpp.obj - 0002:00020dec __unwindtable$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 100a8dec lua_refs.cpp.obj - 0002:00020dfc __ehfuncinfo$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 100a8dfc lua_refs.cpp.obj - 0002:00020e20 __sehtable$___DestructExceptionObject 100a8e20 libvcruntime:ehhelpers.obj - 0002:00020e40 __sehtable$___RTDynamicCast 100a8e40 libvcruntime:rtti.obj - 0002:00020e60 __sehtable$___RTtypeid 100a8e60 libvcruntime:rtti.obj - 0002:00020ef0 __sehtable$?FrameUnwindToState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@H@Z 100a8ef0 libvcruntime:frame.obj - 0002:00020f18 __sehtable$?CallCatchBlock@@YAPAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PBU_s_FuncInfo@@PAXHK@Z 100a8f18 libvcruntime:frame.obj - 0002:00020f40 __catchsym$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z$2 100a8f40 libvcruntime:frame.obj - 0002:00020f50 __unwindtable$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100a8f50 libvcruntime:frame.obj - 0002:00020f60 __tryblocktable$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100a8f60 libvcruntime:frame.obj - 0002:00020f74 __ehfuncinfo$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100a8f74 libvcruntime:frame.obj - 0002:00020f98 __sehtable$??$BuildCatchObjectHelperInternal@V__FrameHandler3@@@@YAHPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 100a8f98 libvcruntime:frame.obj - 0002:00020fb8 __sehtable$??$BuildCatchObjectInternal@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 100a8fb8 libvcruntime:frame.obj - 0002:00021010 __sehtable$___unDNameEx 100a9010 libvcruntime:undname.obj - 0002:0002102c __unwindtable$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 100a902c libvcruntime:undname.obj - 0002:00021034 __ehfuncinfo$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 100a9034 libvcruntime:undname.obj - 0002:00021058 __sehtable$?_fclose_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 100a9058 libucrt:fclose.obj - 0002:00021078 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a9078 libucrt:fflush.obj - 0002:00021098 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a9098 libucrt:fflush.obj - 0002:000210b8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a90b8 libucrt:fflush.obj - 0002:000210d8 __sehtable$_fgetc 100a90d8 libucrt:fgetc.obj - 0002:000210f8 __sehtable$?_fputc_internal@@YAHHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 100a90f8 libucrt:fputc.obj - 0002:00021118 __sehtable$_fread_s 100a9118 libucrt:fread.obj - 0002:00021138 __sehtable$?common_fseek@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 100a9138 libucrt:fseek.obj - 0002:00021158 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@I@@QAEI$$QAV@@AAV@@$$QAV@@@Z 100a9158 libucrt:fwrite.obj - 0002:00021178 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a9178 libucrt:setvbuf.obj - 0002:00021198 __sehtable$_ungetc 100a9198 libucrt:ungetc.obj - 0002:000211b8 __sehtable$_terminate 100a91b8 libucrt:terminate.obj - 0002:000211d8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a91d8 libucrt:per_thread_data.obj - 0002:000211f8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a91f8 libucrt:per_thread_data.obj - 0002:00021218 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a9218 libucrt:per_thread_data.obj - 0002:00021238 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a9238 libucrt:per_thread_data.obj - 0002:00021258 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a9258 libucrt:wsetlocale.obj - 0002:00021278 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a9278 libucrt:wsetlocale.obj - 0002:00021298 __sehtable$??$?RV@@AAV@@AAV@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@AAV@@@Z 100a9298 libucrt:wsetlocale.obj - 0002:000212b8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a92b8 libucrt:winapi_thunks.obj - 0002:000212d8 __sehtable$__fcloseall 100a92d8 libucrt:closeall.obj - 0002:000212f8 __sehtable$___acrt_initialize_lowio 100a92f8 libucrt:ioinit.obj - 0002:00021318 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a9318 libucrt:close.obj - 0002:00021338 __sehtable$?__acrt_stdio_allocate_stream@@YA?AV__crt_stdio_stream@@XZ 100a9338 libucrt:stream.obj - 0002:00021358 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a9358 libucrt:commit.obj - 0002:00021378 __sehtable$__write_internal 100a9378 libucrt:write.obj - 0002:00021398 __sehtable$??$common_ftell@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 100a9398 libucrt:ftell.obj - 0002:000213b8 __sehtable$__read 100a93b8 libucrt:read.obj - 0002:000213d8 __sehtable$??$common_lseek@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 100a93d8 libucrt:lseek.obj - 0002:000213f8 __sehtable$___set_fpsr_sse2 100a93f8 libucrt:fpctrl.obj - 0002:00021418 __sehtable$??R@@QBE@XZ 100a9418 libucrt:exit.obj - 0002:00021438 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a9438 libucrt:exit.obj - 0002:00021458 __sehtable$_raise 100a9458 libucrt:signal.obj - 0002:00021478 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@P6AXH@Z@@QAEP6AXH@Z$$QAV@@AAV@@$$QAV@@@Z 100a9478 libucrt:signal.obj - 0002:00021498 __sehtable$__isindst 100a9498 libucrt:tzset.obj - 0002:000214b8 __sehtable$___tzset 100a94b8 libucrt:tzset.obj - 0002:000214d8 __sehtable$___acrt_update_thread_locale_data 100a94d8 libucrt:locale_refcounting.obj - 0002:000214f8 __sehtable$?update_thread_multibyte_data_internal@@YAPAU__crt_multibyte_data@@QAU__acrt_ptd@@QAPAU1@@Z 100a94f8 libucrt:mbctype.obj - 0002:00021518 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a9518 libucrt:mbctype.obj - 0002:00021538 __sehtable$__query_new_handler 100a9538 libucrt:new_handler.obj - 0002:00021558 __sehtable$__alloc_osfhnd 100a9558 libucrt:osfinfo.obj - 0002:00021578 __sehtable$___acrt_lowio_ensure_fh_exists 100a9578 libucrt:osfinfo.obj - 0002:00021598 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a9598 libucrt:onexit.obj - 0002:000215b8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a95b8 libucrt:onexit.obj - 0002:000215d8 __sehtable$??$common_getenv_s@_W@@YAHQAIQA_WIQB_W@Z 100a95d8 libucrt:getenv.obj - 0002:000215f4 __unwindtable$___dcrt_uninitialize_environments_nolock 100a95f4 libucrt:environment_initialization.obj - 0002:00021604 __ehfuncinfo$___dcrt_uninitialize_environments_nolock 100a9604 libucrt:environment_initialization.obj - 0002:00021768 __unwindtable$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 100a9768 libcpmt:locale0.obj - 0002:00021770 __ehfuncinfo$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 100a9770 libcpmt:locale0.obj - 0002:00021798 __sehtable$___scrt_is_nonwritable_in_current_image 100a9798 LIBCMT:utility.obj - 0002:000217b8 __sehtable$?dllmain_crt_process_attach@@YAHQAUHINSTANCE__@@QAX@Z 100a97b8 LIBCMT:dll_dllmain.obj - 0002:000217d8 __sehtable$?dllmain_crt_process_detach@@YAH_N@Z 100a97d8 LIBCMT:dll_dllmain.obj - 0002:00021800 __sehtable$?dllmain_dispatch@@YAHQAUHINSTANCE__@@KQAX@Z 100a9800 LIBCMT:dll_dllmain.obj - 0002:00021820 __sehtable$__IsNonwritableInCurrentImage 100a9820 LIBCMT:pesect.obj - 0002:00021840 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@PAD@@QAEPAD$$QAV@@AAV@@$$QAV@@@Z 100a9840 libucrt:setlocale.obj - 0002:00021860 __sehtable$??$common_fsopen@D@@YAPAU_iobuf@@QBD0H@Z 100a9860 libucrt:fopen.obj - 0002:00021880 __sehtable$??$common_sopen_dispatch@D@@YAHQBDHHHQAHH@Z 100a9880 libucrt:open.obj - 0002:000218a0 .edata 100a98a0 nampower.exp - 0002:000218c8 rgpv 100a98c8 nampower.exp - 0002:000218cc rgszName 100a98cc nampower.exp - 0002:000218d0 rgwOrd 100a98d0 nampower.exp - 0002:000218d2 szName 100a98d2 nampower.exp - 0002:000218df $N00001 100a98df nampower.exp - 0002:00022240 .idata$6 100aa240 kernel32:KERNEL32.dll - 0002:0002225c .idata$6 100aa25c user32:USER32.dll + 0002:00006d60 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008ed60 helper.cpp.obj + 0002:00006d61 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008ed61 helper.cpp.obj + 0002:00006e00 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008ee00 spellcast.cpp.obj + 0002:00006e01 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008ee01 spellcast.cpp.obj + 0002:000075ba ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008f5ba spellchannel.cpp.obj + 0002:000075bb ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008f5bb spellchannel.cpp.obj + 0002:0000770c ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008f70c spellevents.cpp.obj + 0002:0000770d ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008f70d spellevents.cpp.obj + 0002:00007b02 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008fb02 misc_scripts.cpp.obj + 0002:00007b03 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008fb03 misc_scripts.cpp.obj + 0002:000082b8 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 100902b8 spell_scripts.cpp.obj + 0002:000082b9 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 100902b9 spell_scripts.cpp.obj + 0002:00008890 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10090890 cooldown_scripts.cpp.obj + 0002:00008891 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10090891 cooldown_scripts.cpp.obj + 0002:00008949 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10090949 item_scripts.cpp.obj + 0002:0000894a ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1009094a item_scripts.cpp.obj + 0002:00008d4c ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10090d4c items.cpp.obj + 0002:00008d4d ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10090d4d items.cpp.obj + 0002:0000902c ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1009102c dbc_fields.cpp.obj + 0002:0000902d ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1009102d dbc_fields.cpp.obj + 0002:0000a014 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10092014 unit_fields.cpp.obj + 0002:0000a015 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10092015 unit_fields.cpp.obj + 0002:0000a3cc ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 100923cc auras.cpp.obj + 0002:0000a3cd ?_Fake_alloc@std@@3U_Fake_allocator@1@B 100923cd auras.cpp.obj + 0002:0000a3ce ?_Fake_alloc@std@@3U_Fake_allocator@1@B 100923ce lua_refs.cpp.obj + 0002:0000a3cf ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 100923cf lua_refs.cpp.obj + 0002:0000a3f2 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 100923f2 autoattack.cpp.obj + 0002:0000a3f3 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 100923f3 autoattack.cpp.obj + 0002:0000a498 ?tokenTable@@3QBUStringLiteral@@B 10092498 libvcruntime:undname.obj + 0002:0000a520 ?nameTable@@3QBUStringLiteral@@B 10092520 libvcruntime:undname.obj + 0002:0000a7b8 ?rttiTable@@3QBUStringLiteral@@B 100927b8 libvcruntime:undname.obj + 0002:0000a7e0 ?IndirectionName@@3QBUStringLiteral@@B 100927e0 libvcruntime:undname.obj + 0002:0000a810 ?PrefixName@@3QBUStringLiteral@@B 10092810 libvcruntime:undname.obj + 0002:0000b2f8 ?result@?1??IsValidIdentChar@@YA_ND@Z@4U@?1??InitValidIdentChar@@YA@XZ@B 100932f8 libvcruntime:undname.obj + 0002:0000b430 ?module_names@?A0x14174aea@@3QBQB_WB 10093430 libvcruntime:winapi_downlevel.obj + 0002:0000b4d8 ?candidate_modules@?1??try_get_FlsAlloc@@YAP6GKP6GXPAX@Z@ZXZ@4QBW4module_id@?A0x14174aea@@B 100934d8 libvcruntime:winapi_downlevel.obj + 0002:0000b4ec ?candidate_modules@?1??try_get_FlsFree@@YAP6GHK@ZXZ@4QBW4module_id@?A0x14174aea@@B 100934ec libvcruntime:winapi_downlevel.obj + 0002:0000b4fc ?candidate_modules@?1??try_get_FlsGetValue@@YAP6GPAXK@ZXZ@4QBW4module_id@?A0x14174aea@@B 100934fc libvcruntime:winapi_downlevel.obj + 0002:0000b510 ?candidate_modules@?1??try_get_FlsSetValue@@YAP6GHKPAX@ZXZ@4QBW4module_id@?A0x14174aea@@B 10093510 libvcruntime:winapi_downlevel.obj + 0002:0000b524 ?candidate_modules@?1??try_get_InitializeCriticalSectionEx@@YAP6GHPAU_RTL_CRITICAL_SECTION@@KK@ZXZ@4QBW4module_id@?A0x14174aea@@B 10093524 libvcruntime:winapi_downlevel.obj + 0002:0000b758 ?errtable@@3QBUerrentry@?A0x31fdb9ec@@B 10093758 libucrt:errno.obj + 0002:0000c420 _One 10094420 libucrt:ceil_pentium4.obj + 0002:0000c430 _Bns 10094430 libucrt:ceil_pentium4.obj + 0002:0000c440 _Zero 10094440 libucrt:ceil_pentium4.obj + 0002:0000c450 _S 10094450 libucrt:ceil_pentium4.obj + 0002:0000c460 _NegZero 10094460 libucrt:ceil_pentium4.obj + 0002:0000c468 __first_127char 10094468 libucrt:wsetlocale.obj + 0002:0000caa8 ?module_names@?A0x391cf84c@@3QBQB_WB 10094aa8 libucrt:winapi_thunks.obj + 0002:0000cfb4 ?candidate_modules@?1??try_get_AreFileApisANSI@@YAP6GHXZXZ@4QBW4module_id@?A0x391cf84c@@B 10094fb4 libucrt:winapi_thunks.obj + 0002:0000cfc8 ?candidate_modules@?1??try_get_CompareStringEx@@YAP6GHPB_WK0H0HPAU_nlsversioninfo@@PAXJ@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10094fc8 libucrt:winapi_thunks.obj + 0002:0000cfe0 ?candidate_modules@?1??try_get_EnumSystemLocalesEx@@YAP6GHP6GHPA_WKJ@ZKJPAX@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10094fe0 libucrt:winapi_thunks.obj + 0002:0000cffc ?candidate_modules@?1??try_get_GetDateFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH0@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10094ffc libucrt:winapi_thunks.obj + 0002:0000d024 ?candidate_modules@?1??try_get_GetLocaleInfoEx@@YAP6GHPB_WKPA_WH@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10095024 libucrt:winapi_thunks.obj + 0002:0000d05c ?candidate_modules@?1??try_get_GetTimeFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH@ZXZ@4QBW4module_id@?A0x391cf84c@@B 1009505c libucrt:winapi_thunks.obj + 0002:0000d074 ?candidate_modules@?1??try_get_GetUserDefaultLocaleName@@YAP6GHPA_WH@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10095074 libucrt:winapi_thunks.obj + 0002:0000d098 ?candidate_modules@?1??try_get_InitializeCriticalSectionEx@@YAP6GHPAU_RTL_CRITICAL_SECTION@@KK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10095098 libucrt:winapi_thunks.obj + 0002:0000d0a0 ?candidate_modules@?1??try_get_IsValidLocaleName@@YAP6GHPB_W@ZXZ@4QBW4module_id@?A0x391cf84c@@B 100950a0 libucrt:winapi_thunks.obj + 0002:0000d0bc ?candidate_modules@?1??try_get_LCMapStringEx@@YAP6GHPB_WK0HPA_WHPAU_nlsversioninfo@@PAXJ@ZXZ@4QBW4module_id@?A0x391cf84c@@B 100950bc libucrt:winapi_thunks.obj + 0002:0000d0d4 ?candidate_modules@?1??try_get_LCIDToLocaleName@@YAP6GHKPA_WHK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 100950d4 libucrt:winapi_thunks.obj + 0002:0000d0f0 ?candidate_modules@?1??try_get_LocaleNameToLCID@@YAP6GKPB_WK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 100950f0 libucrt:winapi_thunks.obj + 0002:0000d10c ?candidate_modules@?1??try_get_AppPolicyGetProcessTerminationMethod@@YAP6GJPAXPAW4AppPolicyProcessTerminationMethod@@@ZXZ@4QBW4module_id@?A0x391cf84c@@B 1009510c libucrt:winapi_thunks.obj + 0002:0000d138 ?candidate_modules@?1??try_get_FlsAlloc@@YAP6GKP6GXPAX@Z@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10095138 libucrt:winapi_thunks.obj + 0002:0000d140 ?candidate_modules@?1??try_get_FlsFree@@YAP6GHK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10095140 libucrt:winapi_thunks.obj + 0002:0000d148 ?candidate_modules@?1??try_get_FlsGetValue@@YAP6GPAXK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10095148 libucrt:winapi_thunks.obj + 0002:0000d150 ?candidate_modules@?1??try_get_FlsSetValue@@YAP6GHKPAX@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10095150 libucrt:winapi_thunks.obj + 0002:0000d158 ?strings@?1??fp_format_nan_or_infinity@@YAHW4__acrt_fp_class@@_NPADI1@Z@4QAY03QBDA 10095158 libucrt:cvt.obj + 0002:0000d1e0 ?_names@?1??_get_fname@@9@4QBU@?1??1@YAPADI@Z@B 100951e0 libucrt:fpexcept.obj + 0002:0000d3a8 _over 100953a8 libucrt:fpctrl.obj + 0002:0000d3b4 _under 100953b4 libucrt:fpctrl.obj + 0002:0000dc20 ?_mb_locale_names@@3QBQB_WB 10095c20 libucrt:mbctype.obj + 0002:0000ead0 ?LcidToLocaleNameTable@?A0x881e4c05@@3QBULcidToLocaleName@1@B 10096ad0 libucrt:lcidtoname_downlevel.obj + 0002:0000fbf0 ?LocaleNameToIndexTable@?A0x881e4c05@@3QBULocaleNameIndex@1@B 10097bf0 libucrt:lcidtoname_downlevel.obj + 0002:00010bd0 One 10098bd0 libucrt:common.obj + 0002:00010be4 DblMax 10098be4 libucrt:common.obj + 0002:00010bec DblMin 10098bec libucrt:common.obj + 0002:00010bf4 IeeeAdjO 10098bf4 libucrt:common.obj + 0002:00010bfc IeeeAdjU 10098bfc libucrt:common.obj + 0002:00010c04 _infinity 10098c04 libucrt:common.obj + 0002:00010c0c _zero 10098c0c libucrt:common.obj + 0002:00010c20 _NAME_ 10098c20 libucrt:sqrt_impl.obj + 0002:00010c40 LOG_name 10098c40 libucrt:log10_impl.obj + 0002:00010c6e One 10098c6e libucrt:87disp.obj + 0002:00010c76 Three 10098c76 libucrt:87disp.obj + 0002:00010c7e XAMtoTagTab 10098c7e libucrt:87disp.obj + 0002:00010c90 emask 10098c90 libucrt:log10_pentium4.obj + 0002:00010ca0 CC 10098ca0 libucrt:log10_pentium4.obj + 0002:00010cb0 Magic 10098cb0 libucrt:log10_pentium4.obj + 0002:00010cc0 hi_mask 10098cc0 libucrt:log10_pentium4.obj + 0002:00010cd0 LOG10_2 10098cd0 libucrt:log10_pentium4.obj + 0002:00010ce0 place_L 10098ce0 libucrt:log10_pentium4.obj + 0002:00010d00 One 10098d00 libucrt:log10_pentium4.obj + 0002:00010d10 Zero 10098d10 libucrt:log10_pentium4.obj + 0002:00010d20 Two52 10098d20 libucrt:log10_pentium4.obj + 0002:00010d30 Infs 10098d30 libucrt:log10_pentium4.obj + 0002:00010d40 NaN 10098d40 libucrt:log10_pentium4.obj + 0002:00010d50 coeff 10098d50 libucrt:log10_pentium4.obj + 0002:00010dae _log2max 10098dae libucrt:87tran.obj + 0002:00010db8 _smallarg 10098db8 libucrt:87tran.obj + 0002:00010dc2 _half 10098dc2 libucrt:87tran.obj + 0002:00011668 ?_Win_errtab@?A0xdad2e229@@3QBU_Win_errtab_t@1@B 10099668 libcpmt:syserror.obj + 0002:00011908 ?_Sys_errtab@?A0xdad2e229@@3QBU_Sys_errtab_t@1@B 10099908 libcpmt:syserror.obj + 0002:000121d8 ?mods@?1??_Xfsopen@?A0x6dc13635@@YAPAU_iobuf@@PBDHH@Z@4QBQBDB 1009a1d8 libcpmt:fiopen.obj + 0002:00012270 ?_Whitespace_bitmap@?A0xfa98056f@@3U_Whitespace_bitmap_t@1@B 1009a270 libcpmt:syserror_import_lib.obj + 0002:000123a0 _digits 1009a3a0 libcpmt:xstoul.obj + 0002:000123c8 _ndigs 1009a3c8 libcpmt:xstoul.obj + 0002:000123f0 _digits 1009a3f0 libcpmt:xstoull.obj + 0002:00012418 _ndigs 1009a418 libcpmt:xstoull.obj + 0002:00012450 _bias_low 1009a450 LIBCMT:ftol3.obj + 0002:00012460 _bias_high 1009a460 LIBCMT:ftol3.obj + 0002:00012470 _DP2to32 1009a470 LIBCMT:ftol3.obj + 0002:00012478 _NaN 1009a478 LIBCMT:ftol3.obj + 0002:0001247c _onept5 1009a47c LIBCMT:ftol3.obj + 0002:00012484 _GS_ExceptionPointers 1009a484 LIBCMT:gs_report.obj + 0002:00012490 two32 1009a490 LIBCMT:ftol2.obj + 0002:00012494 two63 1009a494 LIBCMT:ftol2.obj + 0002:00012498 _NaN 1009a498 LIBCMT:ftol2.obj + 0002:000124b0 ___acrt_initializers 1009a4b0 libucrt:initialization.obj + 0002:00015328 _ud_itab__16 1009d328 udis86:itab.obj + 0002:00015338 _ud_itab__32 1009d338 udis86:itab.obj + 0002:00015340 _ud_itab__330 1009d340 udis86:itab.obj + 0002:00015348 _ud_itab__157 1009d348 udis86:itab.obj + 0002:00015350 _ud_itab__208 1009d350 udis86:itab.obj + 0002:00015360 _ud_itab__78 1009d360 udis86:itab.obj + 0002:00015368 _ud_itab__103 1009d368 udis86:itab.obj + 0002:00015370 _ud_itab__200 1009d370 udis86:itab.obj + 0002:00015378 _ud_itab__44 1009d378 udis86:itab.obj + 0002:00015380 _ud_itab__242 1009d380 udis86:itab.obj + 0002:00015388 _ud_itab__87 1009d388 udis86:itab.obj + 0002:00015390 _ud_itab__297 1009d390 udis86:itab.obj + 0002:00015394 _ud_itab__308 1009d394 udis86:itab.obj + 0002:00015398 _ud_itab__107 1009d398 udis86:itab.obj + 0002:000153a0 _ud_itab__398 1009d3a0 udis86:itab.obj + 0002:000153a4 _ud_itab__216 1009d3a4 udis86:itab.obj + 0002:000153b4 _ud_itab__350 1009d3b4 udis86:itab.obj + 0002:000153b8 _ud_itab__401 1009d3b8 udis86:itab.obj + 0002:000153bc _ud_itab__133 1009d3bc udis86:itab.obj + 0002:000153c4 _ud_itab__413 1009d3c4 udis86:itab.obj + 0002:000153c8 _ud_itab__361 1009d3c8 udis86:itab.obj + 0002:000153cc _ud_itab__203 1009d3cc udis86:itab.obj + 0002:000153dc _ud_itab__282 1009d3dc udis86:itab.obj + 0002:000153e4 _ud_itab__61 1009d3e4 udis86:itab.obj + 0002:000153ec _ud_itab__186 1009d3ec udis86:itab.obj + 0002:000153fc _ud_itab__429 1009d3fc udis86:itab.obj + 0002:0001540c _ud_itab__363 1009d40c udis86:itab.obj + 0002:00015410 _ud_itab__271 1009d410 udis86:itab.obj + 0002:00015418 _ud_itab__5 1009d418 udis86:itab.obj + 0002:00015428 _ud_itab__14 1009d428 udis86:itab.obj + 0002:00015438 _ud_itab__121 1009d438 udis86:itab.obj + 0002:00015440 _ud_itab__34 1009d440 udis86:itab.obj + 0002:00015448 _ud_itab__147 1009d448 udis86:itab.obj + 0002:00015450 _ud_itab__115 1009d450 udis86:itab.obj + 0002:00015458 _ud_itab__346 1009d458 udis86:itab.obj + 0002:0001545c _ud_itab__213 1009d45c udis86:itab.obj + 0002:0001546c _ud_itab__143 1009d46c udis86:itab.obj + 0002:00015474 _ud_itab__19 1009d474 udis86:itab.obj + 0002:0001547c _ud_itab__12 1009d47c udis86:itab.obj + 0002:00015484 _ud_itab__267 1009d484 udis86:itab.obj + 0002:0001548c _ud_itab__97 1009d48c udis86:itab.obj + 0002:00015494 _ud_itab__84 1009d494 udis86:itab.obj + 0002:0001549c _ud_itab__150 1009d49c udis86:itab.obj + 0002:000154a4 _ud_itab__249 1009d4a4 udis86:itab.obj + 0002:000154ac _ud_itab__137 1009d4ac udis86:itab.obj + 0002:000154b8 _ud_itab__116 1009d4b8 udis86:itab.obj + 0002:000156b8 _ud_itab__247 1009d6b8 udis86:itab.obj + 0002:000156c0 _ud_itab__421 1009d6c0 udis86:itab.obj + 0002:00015740 _ud_itab__349 1009d740 udis86:itab.obj + 0002:00015750 _ud_itab__327 1009d750 udis86:itab.obj + 0002:00015758 _ud_itab__420 1009d758 udis86:itab.obj + 0002:00015768 _ud_itab__156 1009d768 udis86:itab.obj + 0002:00015770 _ud_itab__290 1009d770 udis86:itab.obj + 0002:00015774 _ud_itab__302 1009d774 udis86:itab.obj + 0002:00015784 _ud_itab__402 1009d784 udis86:itab.obj + 0002:00015788 _ud_itab__73 1009d788 udis86:itab.obj + 0002:00015790 _ud_itab__220 1009d790 udis86:itab.obj + 0002:000157a0 _ud_itab__118 1009d7a0 udis86:itab.obj + 0002:000157a8 _ud_itab__384 1009d7a8 udis86:itab.obj + 0002:000157ac _ud_itab__347 1009d7ac udis86:itab.obj + 0002:000157bc _ud_itab__366 1009d7bc udis86:itab.obj + 0002:000157c0 _ud_itab__311 1009d7c0 udis86:itab.obj + 0002:000157c4 _ud_itab__244 1009d7c4 udis86:itab.obj + 0002:000157cc _ud_itab__270 1009d7cc udis86:itab.obj + 0002:000157d4 _ud_itab__446 1009d7d4 udis86:itab.obj + 0002:000157d8 _ud_itab__176 1009d7d8 udis86:itab.obj + 0002:000157e0 _ud_itab__445 1009d7e0 udis86:itab.obj + 0002:000157f0 _ud_itab__353 1009d7f0 udis86:itab.obj + 0002:000157f4 _ud_itab__234 1009d7f4 udis86:itab.obj + 0002:000157fc _ud_itab__390 1009d7fc udis86:itab.obj + 0002:00015800 _ud_itab__68 1009d800 udis86:itab.obj + 0002:00015808 _ud_itab__90 1009d808 udis86:itab.obj + 0002:00015810 _ud_itab__300 1009d810 udis86:itab.obj + 0002:00015818 _ud_itab__141 1009d818 udis86:itab.obj + 0002:00015820 _ud_itab__37 1009d820 udis86:itab.obj + 0002:00015824 _ud_itab__298 1009d824 udis86:itab.obj + 0002:00015828 _ud_itab__356 1009d828 udis86:itab.obj + 0002:0001582c _ud_itab__320 1009d82c udis86:itab.obj + 0002:00015830 _ud_itab__212 1009d830 udis86:itab.obj + 0002:00015840 _ud_itab__439 1009d840 udis86:itab.obj + 0002:000158c0 _ud_itab__94 1009d8c0 udis86:itab.obj + 0002:000158c8 _ud_itab__310 1009d8c8 udis86:itab.obj + 0002:000158cc _ud_itab__56 1009d8cc udis86:itab.obj + 0002:000158d0 _ud_itab__428 1009d8d0 udis86:itab.obj + 0002:000158d8 _ud_itab__418 1009d8d8 udis86:itab.obj + 0002:00015958 _ud_itab__171 1009d958 udis86:itab.obj + 0002:00015960 _ud_itab__304 1009d960 udis86:itab.obj + 0002:00015970 _ud_itab__146 1009d970 udis86:itab.obj + 0002:00015978 _ud_itab__396 1009d978 udis86:itab.obj + 0002:0001597c _ud_itab__206 1009d97c udis86:itab.obj + 0002:0001598c _ud_itab__437 1009d98c udis86:itab.obj + 0002:00015990 _ud_itab__333 1009d990 udis86:itab.obj + 0002:000159b0 _ud_itab__228 1009d9b0 udis86:itab.obj + 0002:000159c0 _ud_itab__93 1009d9c0 udis86:itab.obj + 0002:000159c8 _ud_itab__405 1009d9c8 udis86:itab.obj + 0002:000159d8 _ud_itab__257 1009d9d8 udis86:itab.obj + 0002:000159e0 _ud_itab__60 1009d9e0 udis86:itab.obj + 0002:000159e4 _ud_itab__71 1009d9e4 udis86:itab.obj + 0002:000159ec _ud_itab__292 1009d9ec udis86:itab.obj + 0002:000159f4 _ud_itab__194 1009d9f4 udis86:itab.obj + 0002:000159fc _ud_itab__132 1009d9fc udis86:itab.obj + 0002:00015a04 _ud_itab__43 1009da04 udis86:itab.obj + 0002:00015a0c _ud_itab__35 1009da0c udis86:itab.obj + 0002:00015a14 _ud_itab__163 1009da14 udis86:itab.obj + 0002:00015a1c _ud_itab__364 1009da1c udis86:itab.obj + 0002:00015a20 _ud_itab__389 1009da20 udis86:itab.obj + 0002:00015a24 _ud_itab__67 1009da24 udis86:itab.obj + 0002:00015a2c _ud_itab__166 1009da2c udis86:itab.obj + 0002:00015a34 _ud_itab__251 1009da34 udis86:itab.obj + 0002:00015a3c _ud_itab__344 1009da3c udis86:itab.obj + 0002:00015a44 _ud_itab__387 1009da44 udis86:itab.obj + 0002:00015a48 _ud_itab__52 1009da48 udis86:itab.obj + 0002:00015a4c _ud_itab__422 1009da4c udis86:itab.obj + 0002:00015a50 _ud_itab__164 1009da50 udis86:itab.obj + 0002:00015a58 _ud_itab__288 1009da58 udis86:itab.obj + 0002:00015a5c _ud_itab__266 1009da5c udis86:itab.obj + 0002:00015a64 _ud_itab__180 1009da64 udis86:itab.obj + 0002:00015a6c _ud_itab__190 1009da6c udis86:itab.obj + 0002:00015a74 _ud_itab__22 1009da74 udis86:itab.obj + 0002:00015a7c _ud_itab__407 1009da7c udis86:itab.obj + 0002:00015a80 _ud_itab__373 1009da80 udis86:itab.obj + 0002:00015a88 _ud_itab__341 1009da88 udis86:itab.obj + 0002:00015c88 _ud_itab__236 1009dc88 udis86:itab.obj + 0002:00015c90 _ud_itab__8 1009dc90 udis86:itab.obj + 0002:00015ca0 _ud_itab__172 1009dca0 udis86:itab.obj + 0002:00015ca8 _ud_itab__414 1009dca8 udis86:itab.obj + 0002:00015cac _ud_itab__392 1009dcac udis86:itab.obj + 0002:00015cb0 _ud_itab__260 1009dcb0 udis86:itab.obj + 0002:00015cb8 _ud_itab__108 1009dcb8 udis86:itab.obj + 0002:00015cc0 _ud_itab__438 1009dcc0 udis86:itab.obj + 0002:00015cd0 _ud_itab__151 1009dcd0 udis86:itab.obj + 0002:00015cd8 _ud_itab__70 1009dcd8 udis86:itab.obj + 0002:00015ce0 _ud_itab__261 1009dce0 udis86:itab.obj + 0002:00015ce8 _ud_itab__411 1009dce8 udis86:itab.obj + 0002:00015cf8 _ud_itab__174 1009dcf8 udis86:itab.obj + 0002:00015d00 _ud_itab__63 1009dd00 udis86:itab.obj + 0002:00015d08 _ud_itab__388 1009dd08 udis86:itab.obj + 0002:00015d0c _ud_itab__69 1009dd0c udis86:itab.obj + 0002:00015d14 _ud_itab__359 1009dd14 udis86:itab.obj + 0002:00015d18 _ud_itab__375 1009dd18 udis86:itab.obj + 0002:00015d20 _ud_itab__53 1009dd20 udis86:itab.obj + 0002:00015d28 _ud_itab__343 1009dd28 udis86:itab.obj + 0002:00015d2c _ud_itab__173 1009dd2c udis86:itab.obj + 0002:00015d34 _ud_itab__280 1009dd34 udis86:itab.obj + 0002:00015d3c _ud_itab__165 1009dd3c udis86:itab.obj + 0002:00015d44 _ud_itab__374 1009dd44 udis86:itab.obj + 0002:00015d48 _ud_itab__91 1009dd48 udis86:itab.obj + 0002:00015d50 _ud_itab__102 1009dd50 udis86:itab.obj + 0002:00015d58 _ud_itab__351 1009dd58 udis86:itab.obj + 0002:00015d60 _ud_itab__352 1009dd60 udis86:itab.obj + 0002:00015d64 _ud_itab__193 1009dd64 udis86:itab.obj + 0002:00015d6c _ud_itab__33 1009dd6c udis86:itab.obj + 0002:00015d74 _ud_itab__129 1009dd74 udis86:itab.obj + 0002:00015d7c _ud_itab__372 1009dd7c udis86:itab.obj + 0002:00015d80 _ud_itab__321 1009dd80 udis86:itab.obj + 0002:00015d84 _ud_itab__98 1009dd84 udis86:itab.obj + 0002:00015d8c _ud_itab__272 1009dd8c udis86:itab.obj + 0002:00015d94 _ud_itab__325 1009dd94 udis86:itab.obj + 0002:00015d98 _ud_itab__245 1009dd98 udis86:itab.obj + 0002:00015da0 _ud_itab__198 1009dda0 udis86:itab.obj + 0002:00015da8 _ud_itab__403 1009dda8 udis86:itab.obj + 0002:00015dc8 _ud_itab__436 1009ddc8 udis86:itab.obj + 0002:00015e48 _ud_itab__299 1009de48 udis86:itab.obj + 0002:00015e4c _ud_itab__256 1009de4c udis86:itab.obj + 0002:00015e54 _ud_itab__283 1009de54 udis86:itab.obj + 0002:00015e5c _ud_itab__342 1009de5c udis86:itab.obj + 0002:00015e60 _ud_itab__140 1009de60 udis86:itab.obj + 0002:00015e68 _ud_itab__291 1009de68 udis86:itab.obj + 0002:00015e6c _ud_itab__112 1009de6c udis86:itab.obj + 0002:00015e74 _ud_itab__95 1009de74 udis86:itab.obj + 0002:00015e7c _ud_itab__197 1009de7c udis86:itab.obj + 0002:00015e84 _ud_itab__204 1009de84 udis86:itab.obj + 0002:00015e94 _ud_itab__385 1009de94 udis86:itab.obj + 0002:00015e98 _ud_itab__47 1009de98 udis86:itab.obj + 0002:00015ea0 _ud_itab__246 1009dea0 udis86:itab.obj + 0002:00015ea8 _ud_itab__417 1009dea8 udis86:itab.obj + 0002:00015eb8 _ud_itab__2 1009deb8 udis86:itab.obj + 0002:00015ebc _ud_itab__440 1009debc udis86:itab.obj + 0002:00015ec4 _ud_itab__231 1009dec4 udis86:itab.obj + 0002:000160d0 _ud_itab__412 1009e0d0 udis86:itab.obj + 0002:000160e0 _ud_itab__9 1009e0e0 udis86:itab.obj + 0002:000160f0 _ud_itab__239 1009e0f0 udis86:itab.obj + 0002:000160f8 _ud_itab__416 1009e0f8 udis86:itab.obj + 0002:000160fc _ud_itab__319 1009e0fc udis86:itab.obj + 0002:00016100 _ud_itab__205 1009e100 udis86:itab.obj + 0002:00016110 _ud_itab__158 1009e110 udis86:itab.obj + 0002:00016118 _ud_itab__268 1009e118 udis86:itab.obj + 0002:00016120 _ud_itab__443 1009e120 udis86:itab.obj + 0002:00016130 _ud_itab__263 1009e130 udis86:itab.obj + 0002:00016138 _ud_itab__92 1009e138 udis86:itab.obj + 0002:00016140 _ud_itab__119 1009e140 udis86:itab.obj + 0002:00016148 _ud_itab__226 1009e148 udis86:itab.obj + 0002:00016150 _ud_itab__104 1009e150 udis86:itab.obj + 0002:00016158 _ud_itab__296 1009e158 udis86:itab.obj + 0002:0001615c _ud_itab__40 1009e15c udis86:itab.obj + 0002:00016164 _ud_itab__309 1009e164 udis86:itab.obj + 0002:00016168 _ud_itab__329 1009e168 udis86:itab.obj + 0002:00016170 _ud_itab__134 1009e170 udis86:itab.obj + 0002:00016178 _ud_itab__181 1009e178 udis86:itab.obj + 0002:00016180 _ud_itab__386 1009e180 udis86:itab.obj + 0002:00016184 _ud_itab__322 1009e184 udis86:itab.obj + 0002:0001618c _ud_itab__38 1009e18c udis86:itab.obj + 0002:00016194 _ud_itab__46 1009e194 udis86:itab.obj + 0002:0001619c _ud_itab__66 1009e19c udis86:itab.obj + 0002:000161a4 _ud_itab__80 1009e1a4 udis86:itab.obj + 0002:000161ac _ud_itab__113 1009e1ac udis86:itab.obj + 0002:000161b4 _ud_itab__168 1009e1b4 udis86:itab.obj + 0002:000161bc _ud_itab__214 1009e1bc udis86:itab.obj + 0002:000161cc _ud_itab__110 1009e1cc udis86:itab.obj + 0002:000161d4 _ud_itab__114 1009e1d4 udis86:itab.obj + 0002:000161dc _ud_itab__259 1009e1dc udis86:itab.obj + 0002:000161e4 _ud_itab__139 1009e1e4 udis86:itab.obj + 0002:000161ec _ud_itab__378 1009e1ec udis86:itab.obj + 0002:000161f0 _ud_itab__340 1009e1f0 udis86:itab.obj + 0002:000161f4 _ud_itab__379 1009e1f4 udis86:itab.obj + 0002:000161f8 _ud_itab__305 1009e1f8 udis86:itab.obj + 0002:00016200 _ud_itab__394 1009e200 udis86:itab.obj + 0002:00016400 _ud_itab__225 1009e400 udis86:itab.obj + 0002:00016408 _ud_itab__237 1009e408 udis86:itab.obj + 0002:00016410 _ud_itab__400 1009e410 udis86:itab.obj + 0002:00016414 _ud_itab__419 1009e414 udis86:itab.obj + 0002:00016418 _ud_itab__126 1009e418 udis86:itab.obj + 0002:00016420 _ud_itab__328 1009e420 udis86:itab.obj + 0002:00016428 _ud_itab__238 1009e428 udis86:itab.obj + 0002:00016430 _ud_itab__334 1009e430 udis86:itab.obj + 0002:00016434 _ud_itab__380 1009e434 udis86:itab.obj + 0002:00016438 _ud_itab__10 1009e438 udis86:itab.obj + 0002:00016440 _ud_itab__42 1009e440 udis86:itab.obj + 0002:00016448 _ud_itab__24 1009e448 udis86:itab.obj + 0002:00016450 _ud_itab__371 1009e450 udis86:itab.obj + 0002:00016454 _ud_itab__218 1009e454 udis86:itab.obj + 0002:00016464 _ud_itab__136 1009e464 udis86:itab.obj + 0002:0001646c _ud_itab__17 1009e46c udis86:itab.obj + 0002:00016474 _ud_itab__7 1009e474 udis86:itab.obj + 0002:00016484 _ud_itab__106 1009e484 udis86:itab.obj + 0002:0001648c _ud_itab__339 1009e48c udis86:itab.obj + 0002:0001649c _ud_itab__243 1009e49c udis86:itab.obj + 0002:000164a4 _ud_itab__355 1009e4a4 udis86:itab.obj + 0002:000164a8 _ud_itab__3 1009e4a8 udis86:itab.obj + 0002:000164ac _ud_itab__170 1009e4ac udis86:itab.obj + 0002:000164b4 _ud_itab__254 1009e4b4 udis86:itab.obj + 0002:000164bc _ud_itab__144 1009e4bc udis86:itab.obj + 0002:000164c8 _ud_itab__427 1009e4c8 udis86:itab.obj + 0002:00016548 _ud_itab__273 1009e548 udis86:itab.obj + 0002:00016550 _ud_itab__142 1009e550 udis86:itab.obj + 0002:00016558 _ud_itab__294 1009e558 udis86:itab.obj + 0002:0001655c _ud_itab__348 1009e55c udis86:itab.obj + 0002:00016560 _ud_itab__36 1009e560 udis86:itab.obj + 0002:00016568 _ud_itab__224 1009e568 udis86:itab.obj + 0002:00016570 _ud_itab__65 1009e570 udis86:itab.obj + 0002:00016578 _ud_itab__192 1009e578 udis86:itab.obj + 0002:00016580 _ud_itab__395 1009e580 udis86:itab.obj + 0002:00016584 _ud_itab__382 1009e584 udis86:itab.obj + 0002:00016588 _ud_itab__410 1009e588 udis86:itab.obj + 0002:00016598 _ud_itab__376 1009e598 udis86:itab.obj + 0002:0001659c _ud_itab__76 1009e59c udis86:itab.obj + 0002:000165a4 _ud_itab__155 1009e5a4 udis86:itab.obj + 0002:000165ac _ud_itab__109 1009e5ac udis86:itab.obj + 0002:000165b4 _ud_itab__415 1009e5b4 udis86:itab.obj + 0002:000165b8 _ud_itab__279 1009e5b8 udis86:itab.obj + 0002:000165c0 _ud_itab__295 1009e5c0 udis86:itab.obj + 0002:000165c8 _ud_itab__29 1009e5c8 udis86:itab.obj + 0002:000165d0 _ud_itab__354 1009e5d0 udis86:itab.obj + 0002:000165d4 _ud_itab__27 1009e5d4 udis86:itab.obj + 0002:000165e4 _ud_itab__82 1009e5e4 udis86:itab.obj + 0002:000165ec _ud_itab__15 1009e5ec udis86:itab.obj + 0002:000165fc _ud_itab__199 1009e5fc udis86:itab.obj + 0002:00016604 _ud_itab__21 1009e604 udis86:itab.obj + 0002:0001660c _ud_itab__179 1009e60c udis86:itab.obj + 0002:00016614 _ud_itab__217 1009e614 udis86:itab.obj + 0002:00016624 _ud_itab__435 1009e624 udis86:itab.obj + 0002:00016634 _ud_itab__303 1009e634 udis86:itab.obj + 0002:00016644 _ud_itab__250 1009e644 udis86:itab.obj + 0002:0001664c _ud_itab__331 1009e64c udis86:itab.obj + 0002:0001665c _ud_itab__441 1009e65c udis86:itab.obj + 0002:00016660 _ud_itab__399 1009e660 udis86:itab.obj + 0002:00016860 _ud_itab__301 1009e860 udis86:itab.obj + 0002:00016868 _ud_itab__196 1009e868 udis86:itab.obj + 0002:00016870 _ud_itab__281 1009e870 udis86:itab.obj + 0002:00016878 _ud_itab__152 1009e878 udis86:itab.obj + 0002:00016880 _ud_itab__209 1009e880 udis86:itab.obj + 0002:00016890 _ud_itab__397 1009e890 udis86:itab.obj + 0002:00016894 _ud_itab__177 1009e894 udis86:itab.obj + 0002:0001689c _ud_itab__368 1009e89c udis86:itab.obj + 0002:000168a0 _ud_itab__430 1009e8a0 udis86:itab.obj + 0002:00016920 _ud_itab__336 1009e920 udis86:itab.obj + 0002:00016924 _ud_itab__258 1009e924 udis86:itab.obj + 0002:0001692c _ud_itab__135 1009e92c udis86:itab.obj + 0002:00016934 _ud_itab__223 1009e934 udis86:itab.obj + 0002:0001693c _ud_itab__178 1009e93c udis86:itab.obj + 0002:0001694c _ud_itab__81 1009e94c udis86:itab.obj + 0002:00016954 _ud_itab__101 1009e954 udis86:itab.obj + 0002:0001695c _ud_itab__442 1009e95c udis86:itab.obj + 0002:0001696c _ud_itab__235 1009e96c udis86:itab.obj + 0002:0001697c _ud_itab__123 1009e97c udis86:itab.obj + 0002:00016984 _ud_itab__11 1009e984 udis86:itab.obj + 0002:0001698c _ud_itab__153 1009e98c udis86:itab.obj + 0002:00016994 _ud_itab__377 1009e994 udis86:itab.obj + 0002:00016998 _ud_itab__289 1009e998 udis86:itab.obj + 0002:000169a0 _ud_itab__424 1009e9a0 udis86:itab.obj + 0002:00016a20 _ud_itab__408 1009ea20 udis86:itab.obj + 0002:00016a28 _ud_itab__434 1009ea28 udis86:itab.obj + 0002:00016a2c _ud_itab__426 1009ea2c udis86:itab.obj + 0002:00016a3c _ud_itab__25 1009ea3c udis86:itab.obj + 0002:00016a50 _ud_itab__357 1009ea50 udis86:itab.obj + 0002:00016c50 _ud_itab__369 1009ec50 udis86:itab.obj + 0002:00016e50 _ud_itab__221 1009ee50 udis86:itab.obj + 0002:00016e58 _ud_itab__215 1009ee58 udis86:itab.obj + 0002:00016e5c _ud_itab__210 1009ee5c udis86:itab.obj + 0002:00016e6c _ud_itab__232 1009ee6c udis86:itab.obj + 0002:00016e74 _ud_itab__169 1009ee74 udis86:itab.obj + 0002:00016e7c _ud_itab__120 1009ee7c udis86:itab.obj + 0002:00016e84 _ud_itab__383 1009ee84 udis86:itab.obj + 0002:00016e88 _ud_itab__219 1009ee88 udis86:itab.obj + 0002:00016e98 _ud_itab__195 1009ee98 udis86:itab.obj + 0002:00016ea0 _ud_itab__57 1009eea0 udis86:itab.obj + 0002:00016ea8 _ud_itab__264 1009eea8 udis86:itab.obj + 0002:00016eb0 _ud_itab__240 1009eeb0 udis86:itab.obj + 0002:00016eb8 _ud_itab__423 1009eeb8 udis86:itab.obj + 0002:00016ec8 _ud_itab__358 1009eec8 udis86:itab.obj + 0002:00016ecc _ud_itab__26 1009eecc udis86:itab.obj + 0002:00016ed4 _ud_itab__188 1009eed4 udis86:itab.obj + 0002:00016edc _ud_itab__191 1009eedc udis86:itab.obj + 0002:00016ee4 _ud_itab__149 1009eee4 udis86:itab.obj + 0002:00016eec _ud_itab__74 1009eeec udis86:itab.obj + 0002:00016ef4 _ud_itab__362 1009eef4 udis86:itab.obj + 0002:00016ef8 _ud_itab__287 1009eef8 udis86:itab.obj + 0002:00016efc _ud_itab__48 1009eefc udis86:itab.obj + 0002:00016f04 _ud_itab__159 1009ef04 udis86:itab.obj + 0002:00016f0c _ud_itab__211 1009ef0c udis86:itab.obj + 0002:00016f1c _ud_itab__64 1009ef1c udis86:itab.obj + 0002:00016f24 _ud_itab__337 1009ef24 udis86:itab.obj + 0002:00016f28 _ud_itab__433 1009ef28 udis86:itab.obj + 0002:00016fa8 _ud_itab__55 1009efa8 udis86:itab.obj + 0002:00016fb0 _ud_itab__45 1009efb0 udis86:itab.obj + 0002:00016fb8 _ud_itab__317 1009efb8 udis86:itab.obj + 0002:00016fbc _ud_itab__31 1009efbc udis86:itab.obj + 0002:00016fc0 _ud_itab__332 1009efc0 udis86:itab.obj + 0002:00016fd0 _ud_itab__315 1009efd0 udis86:itab.obj + 0002:00016fd8 _ud_itab__318 1009efd8 udis86:itab.obj + 0002:00016fe0 _ud_itab__13 1009efe0 udis86:itab.obj + 0002:00016fe8 _ud_itab__432 1009efe8 udis86:itab.obj + 0002:00016ff8 _ud_itab__49 1009eff8 udis86:itab.obj + 0002:00017000 _ud_itab__58 1009f000 udis86:itab.obj + 0002:00017008 _ud_itab__128 1009f008 udis86:itab.obj + 0002:00017010 _ud_itab__409 1009f010 udis86:itab.obj + 0002:00017020 _ud_itab__201 1009f020 udis86:itab.obj + 0002:00017028 _ud_itab__154 1009f028 udis86:itab.obj + 0002:00017030 _ud_itab__314 1009f030 udis86:itab.obj + 0002:00017040 _ud_itab__326 1009f040 udis86:itab.obj + 0002:00017048 _ud_itab__313 1009f048 udis86:itab.obj + 0002:00017058 _ud_itab__365 1009f058 udis86:itab.obj + 0002:00017060 _ud_itab__335 1009f060 udis86:itab.obj + 0002:00017260 _ud_itab__241 1009f260 udis86:itab.obj + 0002:00017268 _ud_itab__162 1009f268 udis86:itab.obj + 0002:00017270 _ud_itab__72 1009f270 udis86:itab.obj + 0002:00017278 _ud_itab__275 1009f278 udis86:itab.obj + 0002:0001727c _ud_itab__160 1009f27c udis86:itab.obj + 0002:00017284 _ud_itab__182 1009f284 udis86:itab.obj + 0002:00017294 _ud_itab__131 1009f294 udis86:itab.obj + 0002:0001729c _ud_itab__269 1009f29c udis86:itab.obj + 0002:000172a4 _ud_itab__51 1009f2a4 udis86:itab.obj + 0002:000172ac _ud_itab__117 1009f2ac udis86:itab.obj + 0002:000172b4 _ud_itab__391 1009f2b4 udis86:itab.obj + 0002:000172b8 _ud_itab__367 1009f2b8 udis86:itab.obj + 0002:000172bc _ud_itab__284 1009f2bc udis86:itab.obj + 0002:000172c0 _ud_itab__262 1009f2c0 udis86:itab.obj + 0002:000172c8 _ud_itab__425 1009f2c8 udis86:itab.obj + 0002:000172cc _ud_itab__338 1009f2cc udis86:itab.obj + 0002:000172d0 _ud_itab__393 1009f2d0 udis86:itab.obj + 0002:000172d4 _ud_itab__122 1009f2d4 udis86:itab.obj + 0002:000172dc _ud_itab__79 1009f2dc udis86:itab.obj + 0002:000172e4 _ud_itab__265 1009f2e4 udis86:itab.obj + 0002:000172ec _ud_itab__6 1009f2ec udis86:itab.obj + 0002:000172f0 _ud_itab__85 1009f2f0 udis86:itab.obj + 0002:000172f8 _ud_itab__276 1009f2f8 udis86:itab.obj + 0002:00017300 _ud_itab__202 1009f300 udis86:itab.obj + 0002:00017304 _ud_itab__148 1009f304 udis86:itab.obj + 0002:00017310 _ud_itab__54 1009f310 udis86:itab.obj + 0002:00017510 _ud_itab__89 1009f510 udis86:itab.obj + 0002:00017518 _ud_itab__274 1009f518 udis86:itab.obj + 0002:00017520 _ud_itab__312 1009f520 udis86:itab.obj + 0002:00017524 _ud_itab__187 1009f524 udis86:itab.obj + 0002:0001752c _ud_itab__381 1009f52c udis86:itab.obj + 0002:00017530 _ud_itab__185 1009f530 udis86:itab.obj + 0002:00017538 _ud_itab__316 1009f538 udis86:itab.obj + 0002:00017540 _ud_itab__253 1009f540 udis86:itab.obj + 0002:00017548 _ud_itab__130 1009f548 udis86:itab.obj + 0002:00017550 _ud_itab__39 1009f550 udis86:itab.obj + 0002:00017558 _ud_itab__175 1009f558 udis86:itab.obj + 0002:00017560 _ud_itab__145 1009f560 udis86:itab.obj + 0002:00017568 _ud_itab__167 1009f568 udis86:itab.obj + 0002:00017570 _ud_itab__255 1009f570 udis86:itab.obj + 0002:00017578 _ud_itab__323 1009f578 udis86:itab.obj + 0002:0001757c _ud_itab__30 1009f57c udis86:itab.obj + 0002:00017584 _ud_itab__370 1009f584 udis86:itab.obj + 0002:00017588 _ud_itab__233 1009f588 udis86:itab.obj + 0002:00017590 _ud_itab__444 1009f590 udis86:itab.obj + 0002:000175a0 _ud_itab__229 1009f5a0 udis86:itab.obj + 0002:000175a8 _ud_itab__100 1009f5a8 udis86:itab.obj + 0002:000175b0 _ud_itab__1 1009f5b0 udis86:itab.obj + 0002:000175b4 _ud_itab__207 1009f5b4 udis86:itab.obj + 0002:000175b8 _ud_itab__184 1009f5b8 udis86:itab.obj + 0002:000175c0 _ud_itab__138 1009f5c0 udis86:itab.obj + 0002:000175c8 _ud_itab__293 1009f5c8 udis86:itab.obj + 0002:000175cc _ud_itab__227 1009f5cc udis86:itab.obj + 0002:000175d0 _ud_itab__83 1009f5d0 udis86:itab.obj + 0002:000175d8 _ud_itab__41 1009f5d8 udis86:itab.obj + 0002:000175e8 _ud_itab__252 1009f5e8 udis86:itab.obj + 0002:000175f0 _ud_itab__4 1009f5f0 udis86:itab.obj + 0002:000177f0 _ud_itab__324 1009f7f0 udis86:itab.obj + 0002:000177f4 _ud_itab__99 1009f7f4 udis86:itab.obj + 0002:000177fc _ud_itab__307 1009f7fc udis86:itab.obj + 0002:00017800 _ud_itab__127 1009f800 udis86:itab.obj + 0002:00017808 _ud_itab__20 1009f808 udis86:itab.obj + 0002:00017810 _ud_itab__222 1009f810 udis86:itab.obj + 0002:00017820 _ud_itab__105 1009f820 udis86:itab.obj + 0002:00017828 _ud_itab__86 1009f828 udis86:itab.obj + 0002:00017830 _ud_itab__124 1009f830 udis86:itab.obj + 0002:00017838 _ud_itab__18 1009f838 udis86:itab.obj + 0002:00017840 _ud_itab__285 1009f840 udis86:itab.obj + 0002:00017844 _ud_itab__306 1009f844 udis86:itab.obj + 0002:00017848 _ud_itab__28 1009f848 udis86:itab.obj + 0002:00017a48 _ud_itab__23 1009fa48 udis86:itab.obj + 0002:00017a50 _ud_itab__189 1009fa50 udis86:itab.obj + 0002:00017a58 _ud_itab__88 1009fa58 udis86:itab.obj + 0002:00017a60 _ud_itab__111 1009fa60 udis86:itab.obj + 0002:00017a68 _ud_itab__431 1009fa68 udis86:itab.obj + 0002:00017a6c _ud_itab__96 1009fa6c udis86:itab.obj + 0002:00017a74 _ud_itab__277 1009fa74 udis86:itab.obj + 0002:00017a7c _ud_itab__161 1009fa7c udis86:itab.obj + 0002:00017a84 _ud_itab__286 1009fa84 udis86:itab.obj + 0002:00017a88 _ud_itab__278 1009fa88 udis86:itab.obj + 0002:00017a90 _ud_itab__230 1009fa90 udis86:itab.obj + 0002:00017a98 _ud_itab__406 1009fa98 udis86:itab.obj + 0002:00017aa8 _ud_itab__77 1009faa8 udis86:itab.obj + 0002:00017ab0 _ud_itab__248 1009fab0 udis86:itab.obj + 0002:00017ab8 _ud_itab__183 1009fab8 udis86:itab.obj + 0002:00017ac0 _ud_itab__59 1009fac0 udis86:itab.obj + 0002:00017ac8 _ud_itab__404 1009fac8 udis86:itab.obj + 0002:00017acc _ud_itab__125 1009facc udis86:itab.obj + 0002:00017ad4 _ud_itab__75 1009fad4 udis86:itab.obj + 0002:00017adc _ud_itab__360 1009fadc udis86:itab.obj + 0002:00017ae0 _ud_itab__345 1009fae0 udis86:itab.obj + 0002:00017af0 _ud_itab__62 1009faf0 udis86:itab.obj + 0002:00017af8 _ud_itab__50 1009faf8 udis86:itab.obj + 0002:0001b7f0 __unwindtable$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a37f0 logging.cpp.obj + 0002:0001b800 __ehfuncinfo$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a3800 logging.cpp.obj + 0002:0001b824 __ehfuncinfo$??0_Locinfo@std@@QAE@PBD@Z 100a3824 logging.cpp.obj + 0002:0001b848 __unwindtable$??0_Locinfo@std@@QAE@PBD@Z 100a3848 logging.cpp.obj + 0002:0001b880 __ehfuncinfo$??1?$basic_filebuf@DU?$char_traits@D@std@@@std@@UAE@XZ 100a3880 logging.cpp.obj + 0002:0001b880 __ehfuncinfo$??1_Locinfo@std@@QAE@XZ 100a3880 logging.cpp.obj + 0002:0001b880 __ehfuncinfo$??1?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@exception_detail@boost@@QAE@XZ 100a3880 main.cpp.obj + 0002:0001b880 __ehfuncinfo$??1CDataStore@Nampower@@UAE@XZ 100a3880 main.cpp.obj + 0002:0001b880 __ehfuncinfo$??1_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 100a3880 main.cpp.obj + 0002:0001b880 __ehfuncinfo$?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 100a3880 libucrt:mbstowcs.obj + 0002:0001b880 __ehfuncinfo$?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 100a3880 libucrt:write.obj + 0002:0001b880 __ehfuncinfo$?try_cor_exit_process@@YAXI@Z 100a3880 libucrt:exit.obj + 0002:0001b880 __ehfuncinfo$?_Tidy@ios_base@std@@AAEXXZ 100a3880 libcpmt:ios.obj + 0002:0001b880 __ehfuncinfo$??1_Init_atexit@@QAE@XZ 100a3880 libcpmt:iosptrs.obj + 0002:0001b880 __ehfuncinfo$___crtGetSystemTimePreciseAsFileTime 100a3880 libcpmt:winapisupp.obj + 0002:0001b8a4 __unwindtable$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 100a38a4 logging.cpp.obj + 0002:0001b8bc __ehfuncinfo$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 100a38bc logging.cpp.obj + 0002:0001b8e0 __unwindtable$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 100a38e0 logging.cpp.obj + 0002:0001b8e0 __unwindtable$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 100a38e0 main.cpp.obj + 0002:0001b8e0 __unwindtable$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 100a38e0 spellcast.cpp.obj + 0002:0001b8e8 __ehfuncinfo$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 100a38e8 logging.cpp.obj + 0002:0001b8e8 __ehfuncinfo$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 100a38e8 main.cpp.obj + 0002:0001b8e8 __ehfuncinfo$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 100a38e8 spellcast.cpp.obj + 0002:0001b90c __unwindtable$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 100a390c logging.cpp.obj + 0002:0001b90c __unwindtable$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a390c logging.cpp.obj + 0002:0001b90c __unwindtable$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a390c logging.cpp.obj + 0002:0001b90c __unwindtable$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a390c logging.cpp.obj + 0002:0001b90c __unwindtable$??_Gios_base@std@@UAEPAXI@Z 100a390c logging.cpp.obj + 0002:0001b90c __unwindtable$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 100a390c main.cpp.obj + 0002:0001b90c __unwindtable$??1bad_alloc_@exception_detail@boost@@UAE@XZ 100a390c main.cpp.obj + 0002:0001b90c __unwindtable$??1bad_exception_@exception_detail@boost@@UAE@XZ 100a390c main.cpp.obj + 0002:0001b90c __unwindtable$??1exception@boost@@MAE@XZ 100a390c main.cpp.obj + 0002:0001b90c __unwindtable$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 100a390c main.cpp.obj + 0002:0001b90c __unwindtable$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a390c main.cpp.obj + 0002:0001b90c __unwindtable$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a390c main.cpp.obj + 0002:0001b90c __unwindtable$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a390c main.cpp.obj + 0002:0001b90c __unwindtable$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a390c main.cpp.obj + 0002:0001b90c __unwindtable$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 100a390c main.cpp.obj + 0002:0001b90c __unwindtable$??_DError@hadesmem@@QAEXXZ 100a390c main.cpp.obj + 0002:0001b90c __unwindtable$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a390c main.cpp.obj + 0002:0001b90c __unwindtable$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a390c main.cpp.obj + 0002:0001b90c __unwindtable$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 100a390c main.cpp.obj + 0002:0001b90c __unwindtable$??_GCDataStore@Nampower@@UAEPAXI@Z 100a390c main.cpp.obj + 0002:0001b90c __unwindtable$??_GError@hadesmem@@UAEPAXI@Z 100a390c main.cpp.obj + 0002:0001b90c __unwindtable$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 100a390c main.cpp.obj + 0002:0001b90c __unwindtable$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 100a390c main.cpp.obj + 0002:0001b90c __unwindtable$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 100a390c libucrt:exit.obj + 0002:0001b914 __ehfuncinfo$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 100a3914 logging.cpp.obj + 0002:0001b914 __ehfuncinfo$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a3914 logging.cpp.obj + 0002:0001b914 __ehfuncinfo$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a3914 logging.cpp.obj + 0002:0001b914 __ehfuncinfo$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a3914 logging.cpp.obj + 0002:0001b914 __ehfuncinfo$??_Gios_base@std@@UAEPAXI@Z 100a3914 logging.cpp.obj + 0002:0001b914 __ehfuncinfo$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 100a3914 main.cpp.obj + 0002:0001b914 __ehfuncinfo$??1bad_alloc_@exception_detail@boost@@UAE@XZ 100a3914 main.cpp.obj + 0002:0001b914 __ehfuncinfo$??1bad_exception_@exception_detail@boost@@UAE@XZ 100a3914 main.cpp.obj + 0002:0001b914 __ehfuncinfo$??1exception@boost@@MAE@XZ 100a3914 main.cpp.obj + 0002:0001b914 __ehfuncinfo$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 100a3914 main.cpp.obj + 0002:0001b914 __ehfuncinfo$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a3914 main.cpp.obj + 0002:0001b914 __ehfuncinfo$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a3914 main.cpp.obj + 0002:0001b914 __ehfuncinfo$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a3914 main.cpp.obj + 0002:0001b914 __ehfuncinfo$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a3914 main.cpp.obj + 0002:0001b914 __ehfuncinfo$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 100a3914 main.cpp.obj + 0002:0001b914 __ehfuncinfo$??_DError@hadesmem@@QAEXXZ 100a3914 main.cpp.obj + 0002:0001b914 __ehfuncinfo$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a3914 main.cpp.obj + 0002:0001b914 __ehfuncinfo$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a3914 main.cpp.obj + 0002:0001b914 __ehfuncinfo$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 100a3914 main.cpp.obj + 0002:0001b914 __ehfuncinfo$??_GCDataStore@Nampower@@UAEPAXI@Z 100a3914 main.cpp.obj + 0002:0001b914 __ehfuncinfo$??_GError@hadesmem@@UAEPAXI@Z 100a3914 main.cpp.obj + 0002:0001b914 __ehfuncinfo$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 100a3914 main.cpp.obj + 0002:0001b914 __ehfuncinfo$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 100a3914 main.cpp.obj + 0002:0001b914 __ehfuncinfo$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 100a3914 libucrt:exit.obj + 0002:0001b938 __unwindtable$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 100a3938 logging.cpp.obj + 0002:0001b948 __ehfuncinfo$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 100a3948 logging.cpp.obj + 0002:0001b96c __unwindtable$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 100a396c logging.cpp.obj + 0002:0001b984 __ehfuncinfo$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 100a3984 logging.cpp.obj + 0002:0001b9a8 __unwindtable$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 100a39a8 logging.cpp.obj + 0002:0001b9a8 __unwindtable$??__FdebugLogFile@Nampower@@YAXXZ 100a39a8 logging.cpp.obj + 0002:0001b9a8 __unwindtable$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 100a39a8 main.cpp.obj + 0002:0001b9a8 __unwindtable$__execute_onexit_table 100a39a8 libucrt:onexit.obj + 0002:0001b9b0 __ehfuncinfo$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 100a39b0 logging.cpp.obj + 0002:0001b9b0 __ehfuncinfo$??__FdebugLogFile@Nampower@@YAXXZ 100a39b0 logging.cpp.obj + 0002:0001b9b0 __ehfuncinfo$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 100a39b0 main.cpp.obj + 0002:0001b9b0 __ehfuncinfo$__execute_onexit_table 100a39b0 libucrt:onexit.obj + 0002:0001b9d4 __unwindtable$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 100a39d4 logging.cpp.obj + 0002:0001b9d4 __unwindtable$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a39d4 spellevents.cpp.obj + 0002:0001b9dc __ehfuncinfo$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 100a39dc logging.cpp.obj + 0002:0001b9dc __ehfuncinfo$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a39dc spellevents.cpp.obj + 0002:0001ba00 __unwindtable$??__EdebugLogFile@Nampower@@YAXXZ 100a3a00 logging.cpp.obj + 0002:0001ba18 __ehfuncinfo$??__EdebugLogFile@Nampower@@YAXXZ 100a3a18 logging.cpp.obj + 0002:0001ba3c __unwindtable$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 100a3a3c logging.cpp.obj + 0002:0001ba3c __unwindtable$??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 100a3a3c main.cpp.obj + 0002:0001ba54 __ehfuncinfo$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 100a3a54 logging.cpp.obj + 0002:0001ba54 __ehfuncinfo$??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 100a3a54 main.cpp.obj + 0002:0001bbbc __unwindtable$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 100a3bbc main.cpp.obj + 0002:0001bbd4 __ehfuncinfo$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 100a3bd4 main.cpp.obj + 0002:0001bbf8 __catchsym$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$3 100a3bf8 main.cpp.obj + 0002:0001bc08 __tryblocktable$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100a3c08 main.cpp.obj + 0002:0001bc1c __unwindtable$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100a3c1c main.cpp.obj + 0002:0001bc34 __ehfuncinfo$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100a3c34 main.cpp.obj + 0002:0001bc58 __unwindtable$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 100a3c58 main.cpp.obj + 0002:0001bc78 __ehfuncinfo$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 100a3c78 main.cpp.obj + 0002:0001bc9c __unwindtable$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 100a3c9c main.cpp.obj + 0002:0001bca4 __ehfuncinfo$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 100a3ca4 main.cpp.obj + 0002:0001bcc8 __unwindtable$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 100a3cc8 main.cpp.obj + 0002:0001bcd0 __ehfuncinfo$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 100a3cd0 main.cpp.obj + 0002:0001bcf4 __unwindtable$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 100a3cf4 main.cpp.obj + 0002:0001bd0c __ehfuncinfo$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 100a3d0c main.cpp.obj + 0002:0001bd30 __ehfuncinfo$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 100a3d30 main.cpp.obj + 0002:0001bd54 __unwindtable$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 100a3d54 main.cpp.obj + 0002:0001bd84 __catchsym$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ$2 100a3d84 main.cpp.obj + 0002:0001bd94 __unwindtable$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a3d94 main.cpp.obj + 0002:0001bda4 __tryblocktable$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a3da4 main.cpp.obj + 0002:0001bdb8 __ehfuncinfo$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a3db8 main.cpp.obj + 0002:0001bddc __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$7 100a3ddc main.cpp.obj + 0002:0001bdec __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100a3dec main.cpp.obj + 0002:0001be00 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100a3e00 main.cpp.obj + 0002:0001be24 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100a3e24 main.cpp.obj + 0002:0001be4c __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$7 100a3e4c main.cpp.obj + 0002:0001be5c __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100a3e5c main.cpp.obj + 0002:0001be70 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100a3e70 main.cpp.obj + 0002:0001be94 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100a3e94 main.cpp.obj + 0002:0001bebc __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$7 100a3ebc main.cpp.obj + 0002:0001bebc __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$7 100a3ebc main.cpp.obj + 0002:0001becc __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100a3ecc main.cpp.obj + 0002:0001becc __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100a3ecc main.cpp.obj + 0002:0001bee0 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100a3ee0 main.cpp.obj + 0002:0001bee0 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100a3ee0 main.cpp.obj + 0002:0001bf04 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100a3f04 main.cpp.obj + 0002:0001bf04 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100a3f04 main.cpp.obj + 0002:0001bf2c __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$7 100a3f2c main.cpp.obj + 0002:0001bf3c __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100a3f3c main.cpp.obj + 0002:0001bf50 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100a3f50 main.cpp.obj + 0002:0001bf74 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100a3f74 main.cpp.obj + 0002:0001bf9c __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$7 100a3f9c main.cpp.obj + 0002:0001bfac __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100a3fac main.cpp.obj + 0002:0001bfc0 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100a3fc0 main.cpp.obj + 0002:0001bfe4 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100a3fe4 main.cpp.obj + 0002:0001c00c __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$7 100a400c main.cpp.obj + 0002:0001c01c __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100a401c main.cpp.obj + 0002:0001c030 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100a4030 main.cpp.obj + 0002:0001c054 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100a4054 main.cpp.obj + 0002:0001c07c __catchsym$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$5 100a407c main.cpp.obj + 0002:0001c08c __tryblocktable$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100a408c main.cpp.obj + 0002:0001c0a0 __unwindtable$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100a40a0 main.cpp.obj + 0002:0001c0c0 __ehfuncinfo$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100a40c0 main.cpp.obj + 0002:0001c0e4 __catchsym$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$11 100a40e4 main.cpp.obj + 0002:0001c0f4 __tryblocktable$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100a40f4 main.cpp.obj + 0002:0001c108 __unwindtable$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100a4108 main.cpp.obj + 0002:0001c128 __ehfuncinfo$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100a4128 main.cpp.obj + 0002:0001c14c __unwindtable$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 100a414c main.cpp.obj + 0002:0001c164 __ehfuncinfo$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 100a4164 main.cpp.obj + 0002:0001c188 __unwindtable$?str@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 100a4188 main.cpp.obj + 0002:0001c190 __ehfuncinfo$?str@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 100a4190 main.cpp.obj + 0002:0001c1b4 __catchsym$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z$5 100a41b4 main.cpp.obj + 0002:0001c1c4 __tryblocktable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100a41c4 main.cpp.obj + 0002:0001c1d8 __unwindtable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100a41d8 main.cpp.obj + 0002:0001c1f8 __ehfuncinfo$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100a41f8 main.cpp.obj + 0002:0001c21c __unwindtable$?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z 100a421c main.cpp.obj + 0002:0001c23c __ehfuncinfo$?diagnostic_information_impl@exception_detail@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBVexception@2@PBV54@_N2@Z 100a423c main.cpp.obj + 0002:0001c260 __unwindtable$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100a4260 main.cpp.obj + 0002:0001c270 __tryblocktable$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100a4270 main.cpp.obj + 0002:0001c284 __catchsym$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ$3 100a4284 main.cpp.obj + 0002:0001c2a4 __ehfuncinfo$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100a42a4 main.cpp.obj + 0002:0001c2c8 __unwindtable$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100a42c8 main.cpp.obj + 0002:0001c2d8 __tryblocktable$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100a42d8 main.cpp.obj + 0002:0001c2ec __catchsym$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ$3 100a42ec main.cpp.obj + 0002:0001c30c __ehfuncinfo$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100a430c main.cpp.obj + 0002:0001c330 __catchsym$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z$5 100a4330 main.cpp.obj + 0002:0001c340 __tryblocktable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100a4340 main.cpp.obj + 0002:0001c354 __unwindtable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100a4354 main.cpp.obj + 0002:0001c374 __ehfuncinfo$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100a4374 main.cpp.obj + 0002:0001c398 __unwindtable$??0Error@hadesmem@@QAE@ABV01@@Z 100a4398 main.cpp.obj + 0002:0001c3a0 __ehfuncinfo$??0Error@hadesmem@@QAE@ABV01@@Z 100a43a0 main.cpp.obj + 0002:0001c3c4 __unwindtable$?clone@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 100a43c4 main.cpp.obj + 0002:0001c3d4 __ehfuncinfo$?clone@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 100a43d4 main.cpp.obj + 0002:0001c3f8 __unwindtable$??0Thread@hadesmem@@QAE@K@Z 100a43f8 main.cpp.obj + 0002:0001c3f8 __unwindtable$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 100a43f8 main.cpp.obj + 0002:0001c3f8 __unwindtable$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 100a43f8 main.cpp.obj + 0002:0001c3f8 __unwindtable$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a43f8 main.cpp.obj + 0002:0001c3f8 __unwindtable$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a43f8 main.cpp.obj + 0002:0001c418 __ehfuncinfo$??0Thread@hadesmem@@QAE@K@Z 100a4418 main.cpp.obj + 0002:0001c418 __ehfuncinfo$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 100a4418 main.cpp.obj + 0002:0001c418 __ehfuncinfo$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 100a4418 main.cpp.obj + 0002:0001c418 __ehfuncinfo$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a4418 main.cpp.obj + 0002:0001c418 __ehfuncinfo$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a4418 main.cpp.obj + 0002:0001c43c __unwindtable$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 100a443c main.cpp.obj + 0002:0001c43c __unwindtable$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 100a443c main.cpp.obj + 0002:0001c43c __unwindtable$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 100a443c main.cpp.obj + 0002:0001c43c __unwindtable$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 100a443c main.cpp.obj + 0002:0001c45c __ehfuncinfo$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 100a445c main.cpp.obj + 0002:0001c45c __ehfuncinfo$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 100a445c main.cpp.obj + 0002:0001c45c __ehfuncinfo$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 100a445c main.cpp.obj + 0002:0001c45c __ehfuncinfo$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 100a445c main.cpp.obj + 0002:0001c480 __catchsym$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$3 100a4480 main.cpp.obj + 0002:0001c490 __tryblocktable$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a4490 main.cpp.obj + 0002:0001c4a4 __unwindtable$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a44a4 main.cpp.obj + 0002:0001c4bc __ehfuncinfo$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a44bc main.cpp.obj + 0002:0001c4e0 __unwindtable$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 100a44e0 main.cpp.obj + 0002:0001c500 __ehfuncinfo$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 100a4500 main.cpp.obj + 0002:0001c524 __ehfuncinfo$??0Process@hadesmem@@QAE@K@Z 100a4524 main.cpp.obj + 0002:0001c548 __unwindtable$??0Process@hadesmem@@QAE@K@Z 100a4548 main.cpp.obj + 0002:0001c588 __catchsym$?CleanupUnchecked@Process@hadesmem@@AAEXXZ$3 100a4588 main.cpp.obj + 0002:0001c598 __tryblocktable$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100a4598 main.cpp.obj + 0002:0001c5ac __unwindtable$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100a45ac main.cpp.obj + 0002:0001c5c4 __ehfuncinfo$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100a45c4 main.cpp.obj + 0002:0001c5e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 100a45e8 main.cpp.obj + 0002:0001c5e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 100a45e8 main.cpp.obj + 0002:0001c5e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 100a45e8 main.cpp.obj + 0002:0001c5e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 100a45e8 main.cpp.obj + 0002:0001c5e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 100a45e8 main.cpp.obj + 0002:0001c5e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 100a45e8 main.cpp.obj + 0002:0001c5e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 100a45e8 main.cpp.obj + 0002:0001c5e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 100a45e8 main.cpp.obj + 0002:0001c608 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 100a4608 main.cpp.obj + 0002:0001c608 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 100a4608 main.cpp.obj + 0002:0001c608 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 100a4608 main.cpp.obj + 0002:0001c608 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 100a4608 main.cpp.obj + 0002:0001c608 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 100a4608 main.cpp.obj + 0002:0001c608 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 100a4608 main.cpp.obj + 0002:0001c608 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 100a4608 main.cpp.obj + 0002:0001c608 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 100a4608 main.cpp.obj + 0002:0001c62c __catchsym$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$7 100a462c main.cpp.obj + 0002:0001c63c __tryblocktable$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100a463c main.cpp.obj + 0002:0001c650 __ehfuncinfo$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100a4650 main.cpp.obj + 0002:0001c674 __unwindtable$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100a4674 main.cpp.obj + 0002:0001c6ac __catchsym$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ$3 100a46ac main.cpp.obj + 0002:0001c6bc __tryblocktable$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100a46bc main.cpp.obj + 0002:0001c6d0 __unwindtable$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100a46d0 main.cpp.obj + 0002:0001c6e8 __ehfuncinfo$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100a46e8 main.cpp.obj + 0002:0001c70c __ehfuncinfo$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 100a470c main.cpp.obj + 0002:0001c730 __unwindtable$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 100a4730 main.cpp.obj + 0002:0001c758 __catchsym$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$7 100a4758 main.cpp.obj + 0002:0001c768 __tryblocktable$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a4768 main.cpp.obj + 0002:0001c77c __ehfuncinfo$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a477c main.cpp.obj + 0002:0001c7a0 __unwindtable$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a47a0 main.cpp.obj + 0002:0001c7d8 __unwindtable$??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 100a47d8 main.cpp.obj + 0002:0001c7f8 __ehfuncinfo$??$Toolhelp32Enum@UtagTHREADENTRY32@@P6GHPAXPAU1@@Z@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@01@P6GHPAXPAUtagTHREADENTRY32@@@Z0ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 100a47f8 main.cpp.obj + 0002:0001c81c __unwindtable$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a481c main.cpp.obj + 0002:0001c81c __unwindtable$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a481c main.cpp.obj + 0002:0001c824 __ehfuncinfo$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a4824 main.cpp.obj + 0002:0001c824 __ehfuncinfo$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a4824 main.cpp.obj + 0002:0001c848 __ehfuncinfo$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 100a4848 main.cpp.obj + 0002:0001c86c __unwindtable$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 100a486c main.cpp.obj + 0002:0001c8a4 __catchsym$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$6 100a48a4 main.cpp.obj + 0002:0001c8b4 __tryblocktable$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100a48b4 main.cpp.obj + 0002:0001c8c8 __ehfuncinfo$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100a48c8 main.cpp.obj + 0002:0001c8ec __unwindtable$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100a48ec main.cpp.obj + 0002:0001c91c __catchsym$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$7 100a491c main.cpp.obj + 0002:0001c92c __tryblocktable$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100a492c main.cpp.obj + 0002:0001c940 __ehfuncinfo$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100a4940 main.cpp.obj + 0002:0001c964 __unwindtable$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100a4964 main.cpp.obj + 0002:0001c99c __catchsym$??0SuspendedProcess@hadesmem@@QAE@KK@Z$45 100a499c main.cpp.obj + 0002:0001c9ac __tryblocktable$??0SuspendedProcess@hadesmem@@QAE@KK@Z 100a49ac main.cpp.obj + 0002:0001c9c0 __ehfuncinfo$??0SuspendedProcess@hadesmem@@QAE@KK@Z 100a49c0 main.cpp.obj + 0002:0001c9e4 __unwindtable$??0SuspendedProcess@hadesmem@@QAE@KK@Z 100a49e4 main.cpp.obj + 0002:0001caac __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 100a4aac main.cpp.obj + 0002:0001caac __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 100a4aac main.cpp.obj + 0002:0001caac __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 100a4aac main.cpp.obj + 0002:0001cacc __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 100a4acc main.cpp.obj + 0002:0001cacc __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 100a4acc main.cpp.obj + 0002:0001cacc __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 100a4acc main.cpp.obj + 0002:0001caf0 __catchsym$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$5 100a4af0 main.cpp.obj + 0002:0001cb00 __tryblocktable$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 100a4b00 main.cpp.obj + 0002:0001cb14 __ehfuncinfo$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 100a4b14 main.cpp.obj + 0002:0001cb38 __unwindtable$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 100a4b38 main.cpp.obj + 0002:0001cb60 __catchsym$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$3 100a4b60 main.cpp.obj + 0002:0001cb70 __tryblocktable$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100a4b70 main.cpp.obj + 0002:0001cb84 __unwindtable$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100a4b84 main.cpp.obj + 0002:0001cb9c __ehfuncinfo$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100a4b9c main.cpp.obj + 0002:0001cbc0 __ehfuncinfo$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a4bc0 main.cpp.obj + 0002:0001cbe4 __unwindtable$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a4be4 main.cpp.obj + 0002:0001cc34 __ehfuncinfo$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a4c34 main.cpp.obj + 0002:0001cc58 __unwindtable$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a4c58 main.cpp.obj + 0002:0001cca0 __unwindtable$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 100a4ca0 main.cpp.obj + 0002:0001cca8 __ehfuncinfo$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 100a4ca8 main.cpp.obj + 0002:0001cccc __unwindtable$?WriteJump@detail@hadesmem@@YAIABVProcess@2@PAX1_NPAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100a4ccc main.cpp.obj + 0002:0001ccd4 __ehfuncinfo$?WriteJump@detail@hadesmem@@YAIABVProcess@2@PAX1_NPAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100a4cd4 main.cpp.obj + 0002:0001ccf8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 100a4cf8 main.cpp.obj + 0002:0001cd18 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 100a4d18 main.cpp.obj + 0002:0001cd3c __unwindtable$?WriteCall@detail@hadesmem@@YAIABVProcess@2@PAX1AAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100a4d3c main.cpp.obj + 0002:0001cd44 __ehfuncinfo$?WriteCall@detail@hadesmem@@YAIABVProcess@2@PAX1AAV?$vector@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@V?$allocator@V?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@@2@@std@@@Z 100a4d44 main.cpp.obj + 0002:0001cd68 __ehfuncinfo$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 100a4d68 main.cpp.obj + 0002:0001cd8c __unwindtable$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 100a4d8c main.cpp.obj + 0002:0001cdbc __unwindtable$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 100a4dbc main.cpp.obj + 0002:0001cddc __ehfuncinfo$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 100a4ddc main.cpp.obj + 0002:0001ce00 __unwindtable$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 100a4e00 main.cpp.obj + 0002:0001ce08 __ehfuncinfo$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 100a4e08 main.cpp.obj + 0002:0001ce2c __catchsym$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$5 100a4e2c main.cpp.obj + 0002:0001ce3c __tryblocktable$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100a4e3c main.cpp.obj + 0002:0001ce50 __unwindtable$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100a4e50 main.cpp.obj + 0002:0001ce70 __ehfuncinfo$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100a4e70 main.cpp.obj + 0002:0001ce94 __unwindtable$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 100a4e94 main.cpp.obj + 0002:0001ce9c __ehfuncinfo$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 100a4e9c main.cpp.obj + 0002:0001cec0 __unwindtable$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 100a4ec0 main.cpp.obj + 0002:0001cec8 __ehfuncinfo$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 100a4ec8 main.cpp.obj + 0002:0001ceec __unwindtable$?CacheItemNameToId@Nampower@@YAXPBDI@Z 100a4eec items.cpp.obj + 0002:0001ceec __unwindtable$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 100a4eec main.cpp.obj + 0002:0001ceec __unwindtable$?addCustomEvent@Nampower@@YAXIPAD@Z 100a4eec main.cpp.obj + 0002:0001ceec __unwindtable$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a4eec spell_scripts.cpp.obj + 0002:0001ceec __unwindtable$?TriggerQuickcast@Nampower@@YAXXZ 100a4eec spellcast.cpp.obj + 0002:0001cef4 __ehfuncinfo$?CacheItemNameToId@Nampower@@YAXPBDI@Z 100a4ef4 items.cpp.obj + 0002:0001cef4 __ehfuncinfo$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 100a4ef4 main.cpp.obj + 0002:0001cef4 __ehfuncinfo$?addCustomEvent@Nampower@@YAXIPAD@Z 100a4ef4 main.cpp.obj + 0002:0001cef4 __ehfuncinfo$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a4ef4 spell_scripts.cpp.obj + 0002:0001cef4 __ehfuncinfo$?TriggerQuickcast@Nampower@@YAXXZ 100a4ef4 spellcast.cpp.obj + 0002:0001cf18 __unwindtable$?processQueues@Nampower@@YA_NXZ 100a4f18 main.cpp.obj + 0002:0001cf30 __ehfuncinfo$?processQueues@Nampower@@YA_NXZ 100a4f30 main.cpp.obj + 0002:0001cf54 __unwindtable$?SetSelectionTarget@Nampower@@YAX_K@Z 100a4f54 main.cpp.obj + 0002:0001cf64 __ehfuncinfo$?SetSelectionTarget@Nampower@@YAX_K@Z 100a4f64 main.cpp.obj + 0002:0001cf88 __unwindtable$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a4f88 main.cpp.obj + 0002:0001cf90 __ehfuncinfo$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a4f90 main.cpp.obj + 0002:0001cfb4 __unwindtable$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 100a4fb4 helper.cpp.obj + 0002:0001cfb4 __unwindtable$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 100a4fb4 items.cpp.obj + 0002:0001cfb4 __unwindtable$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 100a4fb4 main.cpp.obj + 0002:0001cfb4 __unwindtable$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 100a4fb4 spell_scripts.cpp.obj + 0002:0001cfb4 __unwindtable$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100a4fb4 spellcast.cpp.obj + 0002:0001cfbc __ehfuncinfo$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 100a4fbc helper.cpp.obj + 0002:0001cfbc __ehfuncinfo$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 100a4fbc items.cpp.obj + 0002:0001cfbc __ehfuncinfo$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 100a4fbc main.cpp.obj + 0002:0001cfbc __ehfuncinfo$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 100a4fbc spell_scripts.cpp.obj + 0002:0001cfbc __ehfuncinfo$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100a4fbc spellcast.cpp.obj + 0002:0001cfe0 __catchsym$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$7 100a4fe0 main.cpp.obj + 0002:0001cff0 __tryblocktable$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100a4ff0 main.cpp.obj + 0002:0001d004 __ehfuncinfo$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100a5004 main.cpp.obj + 0002:0001d028 __unwindtable$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100a5028 main.cpp.obj + 0002:0001d050 __unwindtable$?checkForStopChanneling@Nampower@@YAXXZ 100a5050 main.cpp.obj + 0002:0001d060 __ehfuncinfo$?checkForStopChanneling@Nampower@@YAXXZ 100a5060 main.cpp.obj + 0002:0001d084 __ehfuncinfo$?updateFromCvar@Nampower@@YAXPBD0@Z 100a5084 main.cpp.obj + 0002:0001d0a8 __unwindtable$?updateFromCvar@Nampower@@YAXPBD0@Z 100a50a8 main.cpp.obj + 0002:0001d1b8 __unwindtable$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 100a51b8 main.cpp.obj + 0002:0001d1b8 __unwindtable$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 100a51b8 main.cpp.obj + 0002:0001d1b8 __unwindtable$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 100a51b8 main.cpp.obj + 0002:0001d1b8 __unwindtable$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 100a51b8 main.cpp.obj + 0002:0001d1b8 __unwindtable$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 100a51b8 main.cpp.obj + 0002:0001d1c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 100a51c0 main.cpp.obj + 0002:0001d1c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 100a51c0 main.cpp.obj + 0002:0001d1c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 100a51c0 main.cpp.obj + 0002:0001d1c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 100a51c0 main.cpp.obj + 0002:0001d1c0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 100a51c0 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z 100a51e4 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIW4SpellCastResult@game@@HH_N@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d208 __unwindtable$??0?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAIIPAUCGItem_C@game@@_K@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@PAX@Z 100a5208 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d260 __ehfuncinfo$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a5260 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d284 __unwindtable$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a5284 main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2cc __unwindtable$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a52cc main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2d4 __ehfuncinfo$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a52d4 main.cpp.obj + 0002:0001d2f8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$3 100a52f8 main.cpp.obj + 0002:0001d308 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a5308 main.cpp.obj + 0002:0001d31c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a531c main.cpp.obj + 0002:0001d334 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a5334 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d358 __unwindtable$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 100a5358 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d378 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 100a5378 main.cpp.obj + 0002:0001d39c __unwindtable$?loadUserVar@Nampower@@YAXPBD@Z 100a539c main.cpp.obj + 0002:0001d3ac __ehfuncinfo$?loadUserVar@Nampower@@YAXPBD@Z 100a53ac main.cpp.obj + 0002:0001d3d0 __ehfuncinfo$?loadConfig@Nampower@@YAXXZ 100a53d0 main.cpp.obj + 0002:0001d3f4 __unwindtable$?loadConfig@Nampower@@YAXXZ 100a53f4 main.cpp.obj + 0002:0001d454 __unwindtable$?initHooks@Nampower@@YAXXZ 100a5454 main.cpp.obj + 0002:0001d46c __ehfuncinfo$?initHooks@Nampower@@YAXXZ 100a546c main.cpp.obj + 0002:0001d490 __tryblocktable$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z 100a5490 main.cpp.obj + 0002:0001d4a4 __ehfuncinfo$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z 100a54a4 main.cpp.obj + 0002:0001d4c8 __catchsym$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z$28 100a54c8 main.cpp.obj + 0002:0001d4f8 __unwindtable$??$createHook@P6IHPAI@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAI@Z@Z 100a54f8 main.cpp.obj + 0002:0001d588 __tryblocktable$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z 100a5588 main.cpp.obj + 0002:0001d59c __ehfuncinfo$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z 100a559c main.cpp.obj + 0002:0001d5c0 __catchsym$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z$28 100a55c0 main.cpp.obj + 0002:0001d5f0 __unwindtable$??$createHook@P6IXIH_K@ZP6AXPAVPatchDetourBase@hadesmem@@IH0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IH_K@Z@Z 100a55f0 main.cpp.obj + 0002:0001d680 __tryblocktable$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z 100a5680 main.cpp.obj + 0002:0001d694 __ehfuncinfo$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z 100a5694 main.cpp.obj + 0002:0001d6b8 __catchsym$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z$28 100a56b8 main.cpp.obj + 0002:0001d6e8 __unwindtable$??$createHook@P6IXIHH@ZP6AXPAVPatchDetourBase@hadesmem@@IHH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IHH@Z@Z 100a56e8 main.cpp.obj + 0002:0001d778 __tryblocktable$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z 100a5778 main.cpp.obj + 0002:0001d78c __ehfuncinfo$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z 100a578c main.cpp.obj + 0002:0001d7b0 __catchsym$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z$28 100a57b0 main.cpp.obj + 0002:0001d7e0 __unwindtable$??$createHook@P6I_NPAIIPAUCGItem_C@game@@_K@ZP6A_NPAVPatchDetourBase@hadesmem@@0I12@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAIIPAUCGItem_C@game@@_K@Z@Z 100a57e0 main.cpp.obj + 0002:0001d870 __tryblocktable$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z 100a5870 main.cpp.obj + 0002:0001d884 __ehfuncinfo$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z 100a5884 main.cpp.obj + 0002:0001d8a8 __catchsym$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z$28 100a58a8 main.cpp.obj + 0002:0001d8d8 __unwindtable$??$createHook@P6IXPAUSpellCast@game@@D@ZP6AXPAVPatchDetourBase@hadesmem@@0D@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAUSpellCast@game@@D@Z@Z 100a58d8 main.cpp.obj + 0002:0001d968 __tryblocktable$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z 100a5968 main.cpp.obj + 0002:0001d97c __ehfuncinfo$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z 100a597c main.cpp.obj + 0002:0001d9a0 __catchsym$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z$28 100a59a0 main.cpp.obj + 0002:0001d9d0 __unwindtable$??$createHook@P6IX_N0W4SpellCastResult@game@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_N3W4SpellCastResult@game@@@Z@Z 100a59d0 main.cpp.obj + 0002:0001da60 __tryblocktable$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z 100a5a60 main.cpp.obj + 0002:0001da74 __ehfuncinfo$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z 100a5a74 main.cpp.obj + 0002:0001da98 __catchsym$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z$28 100a5a98 main.cpp.obj + 0002:0001dac8 __unwindtable$??$createHook@P6GHPAIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@01@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@PAIPAVCDataStore@0@@Z@Z 100a5ac8 main.cpp.obj + 0002:0001db58 __tryblocktable$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z 100a5b58 main.cpp.obj + 0002:0001db6c __ehfuncinfo$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z 100a5b6c main.cpp.obj + 0002:0001db90 __catchsym$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z$28 100a5b90 main.cpp.obj + 0002:0001dbc0 __unwindtable$??$createHook@P6IHIIIPAVCDataStore@Nampower@@@ZP6AHPAVPatchDetourBase@hadesmem@@III0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@IIIPAVCDataStore@0@@Z@Z 100a5bc0 main.cpp.obj + 0002:0001dc50 __tryblocktable$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z 100a5c50 main.cpp.obj + 0002:0001dc64 __ehfuncinfo$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z 100a5c64 main.cpp.obj + 0002:0001dc88 __catchsym$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z$28 100a5c88 main.cpp.obj + 0002:0001dcb8 __unwindtable$??$createHook@P6IXIW4SpellCastResult@game@@HH_N@ZP6AXPAVPatchDetourBase@hadesmem@@I0HH1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@IW4SpellCastResult@game@@HH_N@Z@Z 100a5cb8 main.cpp.obj + 0002:0001dd48 __tryblocktable$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z 100a5d48 main.cpp.obj + 0002:0001dd5c __ehfuncinfo$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z 100a5d5c main.cpp.obj + 0002:0001dd80 __catchsym$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z$28 100a5d80 main.cpp.obj + 0002:0001ddb0 __unwindtable$??$createHook@P6IXPA_K0IPAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@00I1@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PA_K3IPAVCDataStore@0@@Z@Z 100a5db0 main.cpp.obj + 0002:0001de40 __tryblocktable$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z 100a5e40 main.cpp.obj + 0002:0001de54 __ehfuncinfo$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z 100a5e54 main.cpp.obj + 0002:0001de78 __catchsym$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z$28 100a5e78 main.cpp.obj + 0002:0001dea8 __unwindtable$??$createHook@P6IIPAI@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAI@Z@Z 100a5ea8 main.cpp.obj + 0002:0001df38 __tryblocktable$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z 100a5f38 main.cpp.obj + 0002:0001df4c __ehfuncinfo$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z 100a5f4c main.cpp.obj + 0002:0001df70 __catchsym$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z$28 100a5f70 main.cpp.obj + 0002:0001dfa0 __unwindtable$??$createHook@P6I_NPAI0IM@ZP6A_NPAVPatchDetourBase@hadesmem@@00IM@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6A_NPAVPatchDetourBase@4@PAI3IM@Z@Z 100a5fa0 main.cpp.obj + 0002:0001e030 __tryblocktable$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z 100a6030 main.cpp.obj + 0002:0001e044 __ehfuncinfo$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z 100a6044 main.cpp.obj + 0002:0001e068 __catchsym$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z$28 100a6068 main.cpp.obj + 0002:0001e098 __unwindtable$??$createHook@P6IIPAUCTerrainClickEvent@game@@@ZP6AIPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@PAUCTerrainClickEvent@game@@@Z@Z 100a6098 main.cpp.obj + 0002:0001e128 __tryblocktable$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z 100a6128 main.cpp.obj + 0002:0001e13c __ehfuncinfo$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z 100a613c main.cpp.obj + 0002:0001e160 __catchsym$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z$28 100a6160 main.cpp.obj + 0002:0001e190 __unwindtable$??$createHook@P6IXPAXHH@ZP6AXPAVPatchDetourBase@hadesmem@@0HH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAXHH@Z@Z 100a6190 main.cpp.obj + 0002:0001e220 __tryblocktable$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z 100a6220 main.cpp.obj + 0002:0001e234 __ehfuncinfo$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z 100a6234 main.cpp.obj + 0002:0001e258 __catchsym$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z$28 100a6258 main.cpp.obj + 0002:0001e288 __unwindtable$??$createHook@P6IH_K@ZP6AHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AHPAVPatchDetourBase@4@_K@Z@Z 100a6288 main.cpp.obj + 0002:0001e318 __tryblocktable$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z 100a6318 main.cpp.obj + 0002:0001e32c __ehfuncinfo$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z 100a632c main.cpp.obj + 0002:0001e350 __catchsym$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z$28 100a6350 main.cpp.obj + 0002:0001e380 __unwindtable$??$createHook@P6IPAHPAI@ZP6APAHPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6APAHPAVPatchDetourBase@4@PAI@Z@Z 100a6380 main.cpp.obj + 0002:0001e410 __tryblocktable$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z 100a6410 main.cpp.obj + 0002:0001e424 __ehfuncinfo$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z 100a6424 main.cpp.obj + 0002:0001e448 __catchsym$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z$28 100a6448 main.cpp.obj + 0002:0001e478 __unwindtable$??$createHook@P6IXI@ZP6AXPAVPatchDetourBase@hadesmem@@I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@I@Z@Z 100a6478 main.cpp.obj + 0002:0001e508 __tryblocktable$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z 100a6508 main.cpp.obj + 0002:0001e51c __ehfuncinfo$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z 100a651c main.cpp.obj + 0002:0001e540 __catchsym$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z$28 100a6540 main.cpp.obj + 0002:0001e570 __unwindtable$??$createHook@P6IIHPAI0@ZP6AIPAVPatchDetourBase@hadesmem@@H00@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AIPAVPatchDetourBase@4@HPAI3@Z@Z 100a6570 main.cpp.obj + 0002:0001e600 __tryblocktable$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z 100a6600 main.cpp.obj + 0002:0001e614 __ehfuncinfo$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z 100a6614 main.cpp.obj + 0002:0001e638 __catchsym$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z$28 100a6638 main.cpp.obj + 0002:0001e668 __unwindtable$??$createHook@P6IXPAIPAXII@ZP6AXPAVPatchDetourBase@hadesmem@@01II@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXII@Z@Z 100a6668 main.cpp.obj + 0002:0001e6f8 __tryblocktable$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z 100a66f8 main.cpp.obj + 0002:0001e70c __ehfuncinfo$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z 100a670c main.cpp.obj + 0002:0001e730 __catchsym$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z$28 100a6730 main.cpp.obj + 0002:0001e760 __unwindtable$??$createHook@P6IXPAIPAXHE@ZP6AXPAVPatchDetourBase@hadesmem@@01HE@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIPAXHE@Z@Z 100a6760 main.cpp.obj + 0002:0001e7f0 __tryblocktable$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z 100a67f0 main.cpp.obj + 0002:0001e804 __ehfuncinfo$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z 100a6804 main.cpp.obj + 0002:0001e828 __catchsym$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z$28 100a6828 main.cpp.obj + 0002:0001e858 __unwindtable$??$createHook@P6IX_K@ZP6AXPAVPatchDetourBase@hadesmem@@0@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@_K@Z@Z 100a6858 main.cpp.obj + 0002:0001e8e8 __tryblocktable$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z 100a68e8 main.cpp.obj + 0002:0001e8fc __ehfuncinfo$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z 100a68fc main.cpp.obj + 0002:0001e920 __catchsym$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z$28 100a6920 main.cpp.obj + 0002:0001e950 __unwindtable$??$createHook@P6IXEH@ZP6AXPAVPatchDetourBase@hadesmem@@EH@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@EH@Z@Z 100a6950 main.cpp.obj + 0002:0001e9e0 __tryblocktable$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z 100a69e0 main.cpp.obj + 0002:0001e9f4 __ehfuncinfo$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z 100a69f4 main.cpp.obj + 0002:0001ea18 __catchsym$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z$28 100a6a18 main.cpp.obj + 0002:0001ea48 __unwindtable$??$createHook@P6IXPAX0PAVCDataStore@Nampower@@@ZP6AXPAVPatchDetourBase@hadesmem@@001@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3PAVCDataStore@0@@Z@Z 100a6a48 main.cpp.obj + 0002:0001ead8 __tryblocktable$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z 100a6ad8 main.cpp.obj + 0002:0001eaec __ehfuncinfo$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z 100a6aec main.cpp.obj + 0002:0001eb10 __catchsym$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z$28 100a6b10 main.cpp.obj + 0002:0001eb40 __unwindtable$??$createHook@P6GXXZP6AXPAVPatchDetourBase@hadesmem@@@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@@Z@Z 100a6b40 main.cpp.obj + 0002:0001ebd0 __tryblocktable$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z 100a6bd0 main.cpp.obj + 0002:0001ebe4 __ehfuncinfo$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z 100a6be4 main.cpp.obj + 0002:0001ec08 __catchsym$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z$28 100a6c08 main.cpp.obj + 0002:0001ec38 __unwindtable$??$createHook@P6IXHI@ZP6AXPAVPatchDetourBase@hadesmem@@HI@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@HI@Z@Z 100a6c38 main.cpp.obj + 0002:0001ecc8 __tryblocktable$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z 100a6cc8 main.cpp.obj + 0002:0001ecdc __ehfuncinfo$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z 100a6cdc main.cpp.obj + 0002:0001ed00 __catchsym$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z$28 100a6d00 main.cpp.obj + 0002:0001ed30 __unwindtable$??$createHook@P6IXPAX0I@ZP6AXPAVPatchDetourBase@hadesmem@@00I@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAX3I@Z@Z 100a6d30 main.cpp.obj + 0002:0001edc0 __unwindtable$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a6dc0 main.cpp.obj + 0002:0001edc8 __ehfuncinfo$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a6dc8 main.cpp.obj + 0002:0001edec __unwindtable$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 100a6dec main.cpp.obj + 0002:0001edec __unwindtable$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 100a6dec main.cpp.obj + 0002:0001edec __unwindtable$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 100a6dec main.cpp.obj + 0002:0001edf4 __ehfuncinfo$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 100a6df4 main.cpp.obj + 0002:0001edf4 __ehfuncinfo$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 100a6df4 main.cpp.obj + 0002:0001edf4 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 100a6df4 main.cpp.obj + 0002:0001ee18 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$3 100a6e18 main.cpp.obj + 0002:0001ee28 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a6e28 main.cpp.obj + 0002:0001ee3c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a6e3c main.cpp.obj + 0002:0001ee54 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a6e54 main.cpp.obj + 0002:0001ee78 __unwindtable$??R@@QBE@XZ 100a6e78 main.cpp.obj + 0002:0001ee98 __ehfuncinfo$??R@@QBE@XZ 100a6e98 main.cpp.obj + 0002:0001eebc __tryblocktable$_Load 100a6ebc main.cpp.obj + 0002:0001eed0 __catchsym$_Load$8 100a6ed0 main.cpp.obj + 0002:0001eef0 __unwindtable$_Load 100a6ef0 main.cpp.obj + 0002:0001ef10 __ehfuncinfo$_Load 100a6f10 main.cpp.obj + 0002:0001ef34 __unwindtable$??$make_unique@VAllocator@hadesmem@@AAVProcess@2@ABI$0A@@std@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@0@AAVProcess@hadesmem@@ABI@Z 100a6f34 main.cpp.obj + 0002:0001ef3c __ehfuncinfo$??$make_unique@VAllocator@hadesmem@@AAVProcess@2@ABI$0A@@std@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@0@AAVProcess@hadesmem@@ABI@Z 100a6f3c main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@2@PAIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@1@PAIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@IIIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@IIIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAUCTerrainClickEvent@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAUCTerrainClickEvent@game@@@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IH_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IH_K@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IW4SpellCastResult@game@@HH_N@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IW4SpellCastResult@game@@HH_N@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAUSpellCast@game@@D@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAUSpellCast@game@@D@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3PAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6PAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PA_K3IPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PA_K6IPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_N3W4SpellCastResult@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_N6W4SpellCastResult@game@@@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAI3IM@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAI6IM@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef60 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAIIPAUCGItem_C@game@@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAIIPAUCGItem_C@game@@_K@Z$$QAPAX@Z 100a6f60 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@2@PAIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6GHPAVPatchDetourBase@1@PAIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@IIIPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@IIIPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAUCTerrainClickEvent@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAUCTerrainClickEvent@game@@@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IH_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IH_K@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IW4SpellCastResult@game@@HH_N@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IW4SpellCastResult@game@@HH_N@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAUSpellCast@game@@D@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAUSpellCast@game@@D@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3PAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6PAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PA_K3IPAVCDataStore@Nampower@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PA_K6IPAVCDataStore@Nampower@@@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_N3W4SpellCastResult@game@@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_N6W4SpellCastResult@game@@@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAI3IM@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAI6IM@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001ef80 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@2@PAIIPAUCGItem_C@game@@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@AAPAXABQAP6I_NPAVPatchDetourBase@1@PAIIPAUCGItem_C@game@@_K@Z$$QAPAX@Z 100a6f80 main.cpp.obj + 0002:0001efa4 __unwindtable$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 100a6fa4 main.cpp.obj + 0002:0001efac __ehfuncinfo$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 100a6fac main.cpp.obj + 0002:0001efd0 __unwindtable$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z 100a6fd0 main.cpp.obj + 0002:0001efe0 __ehfuncinfo$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z 100a6fe0 main.cpp.obj + 0002:0001f004 __unwindtable$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DN@Z 100a7004 main.cpp.obj + 0002:0001f004 __unwindtable$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DO@Z 100a7004 main.cpp.obj + 0002:0001f00c __ehfuncinfo$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DN@Z 100a700c main.cpp.obj + 0002:0001f00c __ehfuncinfo$?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DO@Z 100a700c main.cpp.obj + 0002:0001f030 __unwindtable$?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z 100a7030 main.cpp.obj + 0002:0001f050 __ehfuncinfo$?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z 100a7050 main.cpp.obj + 0002:0001f074 __unwindtable$??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z 100a7074 main.cpp.obj + 0002:0001f094 __ehfuncinfo$??$_Fput_v3@$0A@@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@1@V21@AAVios_base@1@DPBDI_N@Z 100a7094 main.cpp.obj + 0002:0001f0b8 __unwindtable$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 100a70b8 main.cpp.obj + 0002:0001f0c8 __ehfuncinfo$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 100a70c8 main.cpp.obj + 0002:0001f0ec __ehfuncinfo$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 100a70ec main.cpp.obj + 0002:0001f110 __unwindtable$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 100a7110 main.cpp.obj + 0002:0001f138 __unwindtable$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 100a7138 main.cpp.obj + 0002:0001f138 __unwindtable$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 100a7138 main.cpp.obj + 0002:0001f138 __unwindtable$?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z 100a7138 main.cpp.obj + 0002:0001f138 __unwindtable$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 100a7138 main.cpp.obj + 0002:0001f138 __unwindtable$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 100a7138 main.cpp.obj + 0002:0001f138 __unwindtable$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 100a7138 main.cpp.obj + 0002:0001f138 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z 100a7138 main.cpp.obj + 0002:0001f138 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 100a7138 main.cpp.obj + 0002:0001f138 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 100a7138 main.cpp.obj + 0002:0001f138 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 100a7138 main.cpp.obj + 0002:0001f138 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 100a7138 main.cpp.obj + 0002:0001f138 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 100a7138 main.cpp.obj + 0002:0001f138 __unwindtable$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 100a7138 main.cpp.obj + 0002:0001f138 __unwindtable$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 100a7138 main.cpp.obj + 0002:0001f140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 100a7140 main.cpp.obj + 0002:0001f140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 100a7140 main.cpp.obj + 0002:0001f140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z 100a7140 main.cpp.obj + 0002:0001f140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 100a7140 main.cpp.obj + 0002:0001f140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 100a7140 main.cpp.obj + 0002:0001f140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 100a7140 main.cpp.obj + 0002:0001f140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z 100a7140 main.cpp.obj + 0002:0001f140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 100a7140 main.cpp.obj + 0002:0001f140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 100a7140 main.cpp.obj + 0002:0001f140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 100a7140 main.cpp.obj + 0002:0001f140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 100a7140 main.cpp.obj + 0002:0001f140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 100a7140 main.cpp.obj + 0002:0001f140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 100a7140 main.cpp.obj + 0002:0001f140 __ehfuncinfo$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 100a7140 main.cpp.obj + 0002:0001f164 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$3 100a7164 main.cpp.obj + 0002:0001f174 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a7174 main.cpp.obj + 0002:0001f188 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a7188 main.cpp.obj + 0002:0001f1a0 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a71a0 main.cpp.obj + 0002:0001f1c4 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$3 100a71c4 main.cpp.obj + 0002:0001f1d4 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a71d4 main.cpp.obj + 0002:0001f1e8 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a71e8 main.cpp.obj + 0002:0001f200 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a7200 main.cpp.obj + 0002:0001f224 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$3 100a7224 main.cpp.obj + 0002:0001f234 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a7234 main.cpp.obj + 0002:0001f248 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a7248 main.cpp.obj + 0002:0001f260 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a7260 main.cpp.obj + 0002:0001f284 __unwindtable$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 100a7284 main.cpp.obj + 0002:0001f284 __unwindtable$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 100a7284 main.cpp.obj + 0002:0001f28c __ehfuncinfo$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 100a728c main.cpp.obj + 0002:0001f28c __ehfuncinfo$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 100a728c main.cpp.obj + 0002:0001f2b0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$3 100a72b0 main.cpp.obj + 0002:0001f2c0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a72c0 main.cpp.obj + 0002:0001f2d4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a72d4 main.cpp.obj + 0002:0001f2ec __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a72ec main.cpp.obj + 0002:0001f310 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$3 100a7310 main.cpp.obj + 0002:0001f320 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a7320 main.cpp.obj + 0002:0001f334 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a7334 main.cpp.obj + 0002:0001f34c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a734c main.cpp.obj + 0002:0001f370 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$3 100a7370 main.cpp.obj + 0002:0001f380 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a7380 main.cpp.obj + 0002:0001f394 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a7394 main.cpp.obj + 0002:0001f3ac __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a73ac main.cpp.obj + 0002:0001f3d0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$3 100a73d0 main.cpp.obj + 0002:0001f3e0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a73e0 main.cpp.obj + 0002:0001f3f4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a73f4 main.cpp.obj + 0002:0001f40c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a740c main.cpp.obj + 0002:0001f430 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a7430 main.cpp.obj + 0002:0001f440 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a7440 main.cpp.obj + 0002:0001f454 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a7454 main.cpp.obj + 0002:0001f46c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a746c main.cpp.obj + 0002:0001f490 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a7490 main.cpp.obj + 0002:0001f4a0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a74a0 main.cpp.obj + 0002:0001f4b4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a74b4 main.cpp.obj + 0002:0001f4cc __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a74cc main.cpp.obj + 0002:0001f4f0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a74f0 main.cpp.obj + 0002:0001f500 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a7500 main.cpp.obj + 0002:0001f514 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a7514 main.cpp.obj + 0002:0001f52c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a752c main.cpp.obj + 0002:0001f550 __catchsym$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$3 100a7550 main.cpp.obj + 0002:0001f560 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a7560 main.cpp.obj + 0002:0001f574 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a7574 main.cpp.obj + 0002:0001f58c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a758c main.cpp.obj + 0002:0001f5b0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$3 100a75b0 main.cpp.obj + 0002:0001f5c0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a75c0 main.cpp.obj + 0002:0001f5d4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a75d4 main.cpp.obj + 0002:0001f5ec __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a75ec main.cpp.obj + 0002:0001f610 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$3 100a7610 main.cpp.obj + 0002:0001f620 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a7620 main.cpp.obj + 0002:0001f634 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a7634 main.cpp.obj + 0002:0001f64c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a764c main.cpp.obj + 0002:0001f670 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$3 100a7670 main.cpp.obj + 0002:0001f680 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a7680 main.cpp.obj + 0002:0001f694 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a7694 main.cpp.obj + 0002:0001f6ac __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a76ac main.cpp.obj + 0002:0001f6d0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$3 100a76d0 main.cpp.obj + 0002:0001f6e0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a76e0 main.cpp.obj + 0002:0001f6f4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a76f4 main.cpp.obj + 0002:0001f70c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a770c main.cpp.obj + 0002:0001f730 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a7730 main.cpp.obj + 0002:0001f740 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a7740 main.cpp.obj + 0002:0001f754 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a7754 main.cpp.obj + 0002:0001f76c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a776c main.cpp.obj + 0002:0001f790 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$3 100a7790 main.cpp.obj + 0002:0001f7a0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a77a0 main.cpp.obj + 0002:0001f7b4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a77b4 main.cpp.obj + 0002:0001f7cc __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a77cc main.cpp.obj + 0002:0001f7f0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$3 100a77f0 main.cpp.obj + 0002:0001f800 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a7800 main.cpp.obj + 0002:0001f814 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a7814 main.cpp.obj + 0002:0001f82c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a782c main.cpp.obj + 0002:0001f850 __unwindtable$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 100a7850 main.cpp.obj + 0002:0001f858 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 100a7858 main.cpp.obj + 0002:0001f87c __catchsym$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$3 100a787c main.cpp.obj + 0002:0001f88c __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a788c main.cpp.obj + 0002:0001f8a0 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a78a0 main.cpp.obj + 0002:0001f8b8 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a78b8 main.cpp.obj + 0002:0001f8dc __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$3 100a78dc main.cpp.obj + 0002:0001f8ec __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a78ec main.cpp.obj + 0002:0001f900 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a7900 main.cpp.obj + 0002:0001f918 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a7918 main.cpp.obj + 0002:0001f93c __unwindtable$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 100a793c main.cpp.obj + 0002:0001f93c __unwindtable$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 100a793c main.cpp.obj + 0002:0001f944 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 100a7944 main.cpp.obj + 0002:0001f944 __ehfuncinfo$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 100a7944 main.cpp.obj + 0002:0001f968 __catchsym$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$3 100a7968 main.cpp.obj + 0002:0001f978 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a7978 main.cpp.obj + 0002:0001f98c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a798c main.cpp.obj + 0002:0001f9a4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a79a4 main.cpp.obj + 0002:0001f9c8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$3 100a79c8 main.cpp.obj + 0002:0001f9d8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a79d8 main.cpp.obj + 0002:0001f9ec __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a79ec main.cpp.obj + 0002:0001fa04 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a7a04 main.cpp.obj + 0002:0001fa28 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$3 100a7a28 main.cpp.obj + 0002:0001fa38 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a7a38 main.cpp.obj + 0002:0001fa4c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a7a4c main.cpp.obj + 0002:0001fa64 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a7a64 main.cpp.obj + 0002:0001fa88 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$3 100a7a88 main.cpp.obj + 0002:0001fa98 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a7a98 main.cpp.obj + 0002:0001faac __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a7aac main.cpp.obj + 0002:0001fac4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a7ac4 main.cpp.obj + 0002:0001fae8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$3 100a7ae8 main.cpp.obj + 0002:0001faf8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a7af8 main.cpp.obj + 0002:0001fb0c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a7b0c main.cpp.obj + 0002:0001fb24 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a7b24 main.cpp.obj + 0002:0001fb48 __catchsym$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z$5 100a7b48 main.cpp.obj + 0002:0001fb58 __tryblocktable$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100a7b58 main.cpp.obj + 0002:0001fb6c __unwindtable$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100a7b6c main.cpp.obj + 0002:0001fb8c __ehfuncinfo$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100a7b8c main.cpp.obj + 0002:0001fbb0 __ehfuncinfo$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a7bb0 main.cpp.obj + 0002:0001fbd4 __unwindtable$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a7bd4 main.cpp.obj + 0002:0001fc3c __ehfuncinfo$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a7c3c main.cpp.obj + 0002:0001fc60 __unwindtable$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a7c60 main.cpp.obj + 0002:0001fcc8 __unwindtable$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 100a7cc8 main.cpp.obj + 0002:0001fce8 __ehfuncinfo$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 100a7ce8 main.cpp.obj + 0002:0001fd0c __unwindtable$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 100a7d0c main.cpp.obj + 0002:0001fd1c __ehfuncinfo$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 100a7d1c main.cpp.obj + 0002:0001fd40 __unwindtable$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 100a7d40 main.cpp.obj + 0002:0001fd60 __ehfuncinfo$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 100a7d60 main.cpp.obj + 0002:0001fd84 __catchsym$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z$3 100a7d84 main.cpp.obj + 0002:0001fd94 __tryblocktable$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 100a7d94 main.cpp.obj + 0002:0001fda8 __unwindtable$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 100a7da8 main.cpp.obj + 0002:0001fdc0 __ehfuncinfo$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 100a7dc0 main.cpp.obj + 0002:0001fde4 __unwindtable$??$use_facet@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 100a7de4 main.cpp.obj + 0002:0001fdfc __ehfuncinfo$??$use_facet@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z 100a7dfc main.cpp.obj + 0002:0001fe20 __unwindtable$?put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@PBD3@Z 100a7e20 main.cpp.obj + 0002:0001fe28 __ehfuncinfo$?put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@PBD3@Z 100a7e28 main.cpp.obj + 0002:0001fe4c __unwindtable$?do_put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@DD@Z 100a7e4c main.cpp.obj + 0002:0001fe54 __ehfuncinfo$?do_put@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBUtm@@DD@Z 100a7e54 main.cpp.obj + 0002:0001fe78 __catchsym$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z$3 100a7e78 main.cpp.obj + 0002:0001fe88 __unwindtable$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100a7e88 main.cpp.obj + 0002:0001fe98 __tryblocktable$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100a7e98 main.cpp.obj + 0002:0001feac __ehfuncinfo$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100a7eac main.cpp.obj + 0002:0001fed0 __unwindtable$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a7ed0 main.cpp.obj + 0002:0001fee8 __ehfuncinfo$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a7ee8 main.cpp.obj + 0002:0001ff0c __unwindtable$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a7f0c main.cpp.obj + 0002:0001ff0c __unwindtable$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a7f0c main.cpp.obj + 0002:0001ff14 __ehfuncinfo$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a7f14 main.cpp.obj + 0002:0001ff14 __ehfuncinfo$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a7f14 main.cpp.obj + 0002:0001ff38 __unwindtable$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a7f38 main.cpp.obj + 0002:0001ff50 __ehfuncinfo$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a7f50 main.cpp.obj + 0002:0001ff74 __unwindtable$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a7f74 main.cpp.obj + 0002:0001ff8c __ehfuncinfo$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a7f8c main.cpp.obj + 0002:0001ffb0 __unwindtable$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a7fb0 main.cpp.obj + 0002:0001ffc8 __ehfuncinfo$??$set@VError@hadesmem@@@?$set_info_rv@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@exception_detail@boost@@SAABVError@hadesmem@@ABV34@$$QAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a7fc8 main.cpp.obj + 0002:0001ffec __ehfuncinfo$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z 100a7fec main.cpp.obj + 0002:00020010 __unwindtable$??$to_string@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@0@@Z 100a8010 main.cpp.obj + 0002:00020050 __ehfuncinfo$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z 100a8050 main.cpp.obj + 0002:00020074 __unwindtable$??$to_string@UTagErrorCodeWinLast@hadesmem@@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z 100a8074 main.cpp.obj + 0002:0002009c __unwindtable$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@?$shared_ptr@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@1@@Z 100a809c main.cpp.obj + 0002:0002009c __unwindtable$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@?$shared_ptr@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@1@@Z 100a809c main.cpp.obj + 0002:000200a4 __ehfuncinfo$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@?$shared_ptr@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@1@@Z 100a80a4 main.cpp.obj + 0002:000200a4 __ehfuncinfo$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@?$shared_ptr@V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@1@@Z 100a80a4 main.cpp.obj + 0002:000200c8 __catchsym$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z$3 100a80c8 main.cpp.obj + 0002:000200d8 __unwindtable$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z 100a80d8 main.cpp.obj + 0002:000200e8 __tryblocktable$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z 100a80e8 main.cpp.obj + 0002:000200fc __ehfuncinfo$??$?0V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@2@@Z 100a80fc main.cpp.obj + 0002:00020120 __catchsym$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z$3 100a8120 main.cpp.obj + 0002:00020130 __unwindtable$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z 100a8130 main.cpp.obj + 0002:00020140 __tryblocktable$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z 100a8140 main.cpp.obj + 0002:00020154 __ehfuncinfo$??$?0V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@2@@Z 100a8154 main.cpp.obj + 0002:00020178 __unwindtable$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 100a8178 main.cpp.obj + 0002:00020190 __ehfuncinfo$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 100a8190 main.cpp.obj + 0002:000201b4 __catchsym$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z$3 100a81b4 main.cpp.obj + 0002:000201c4 __unwindtable$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a81c4 main.cpp.obj + 0002:000201d4 __tryblocktable$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a81d4 main.cpp.obj + 0002:000201e8 __ehfuncinfo$??$?0V?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@Z 100a81e8 main.cpp.obj + 0002:0002020c __catchsym$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z$3 100a820c main.cpp.obj + 0002:0002021c __unwindtable$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a821c main.cpp.obj + 0002:0002022c __tryblocktable$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a822c main.cpp.obj + 0002:00020240 __ehfuncinfo$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a8240 main.cpp.obj + 0002:0002048c __ehfuncinfo$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 100a848c helper.cpp.obj + 0002:000204b0 __unwindtable$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 100a84b0 helper.cpp.obj + 0002:000204d8 __unwindtable$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 100a84d8 helper.cpp.obj + 0002:000204f0 __ehfuncinfo$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 100a84f0 helper.cpp.obj + 0002:00020514 __unwindtable$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 100a8514 helper.cpp.obj + 0002:00020514 __unwindtable$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 100a8514 spellcast.cpp.obj + 0002:00020514 __unwindtable$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 100a8514 spellcast.cpp.obj + 0002:00020514 __unwindtable$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a8514 spellevents.cpp.obj + 0002:0002051c __ehfuncinfo$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 100a851c helper.cpp.obj + 0002:0002051c __ehfuncinfo$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 100a851c spellcast.cpp.obj + 0002:0002051c __ehfuncinfo$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 100a851c spellcast.cpp.obj + 0002:0002051c __ehfuncinfo$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a851c spellevents.cpp.obj + 0002:00020540 __unwindtable$??$_Try_emplace@AB_K$$V@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@_N@1@AB_K@Z 100a8540 helper.cpp.obj + 0002:00020550 __ehfuncinfo$??$_Try_emplace@AB_K$$V@?$_Hash@V?$_Umap_traits@_KIV?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@_N@1@AB_K@Z 100a8550 helper.cpp.obj + 0002:00020574 __unwindtable$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a8574 helper.cpp.obj + 0002:00020584 __ehfuncinfo$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@V?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a8584 helper.cpp.obj + 0002:000205a8 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$7 100a85a8 spellcast.cpp.obj + 0002:000205b8 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100a85b8 spellcast.cpp.obj + 0002:000205cc __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100a85cc spellcast.cpp.obj + 0002:000205f0 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100a85f0 spellcast.cpp.obj + 0002:00020618 __unwindtable$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 100a8618 spellcast.cpp.obj + 0002:00020628 __ehfuncinfo$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 100a8628 spellcast.cpp.obj + 0002:0002064c __unwindtable$?CastQueuedNormalSpell@Nampower@@YAXXZ 100a864c spellcast.cpp.obj + 0002:0002065c __ehfuncinfo$?CastQueuedNormalSpell@Nampower@@YAXXZ 100a865c spellcast.cpp.obj + 0002:00020680 __ehfuncinfo$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100a8680 spellcast.cpp.obj + 0002:000206a4 __unwindtable$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100a86a4 spellcast.cpp.obj + 0002:00020764 __unwindtable$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 100a8764 spellcast.cpp.obj + 0002:00020774 __ehfuncinfo$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 100a8774 spellcast.cpp.obj + 0002:00020798 __ehfuncinfo$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 100a8798 spellcast.cpp.obj + 0002:000207bc __unwindtable$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 100a87bc spellcast.cpp.obj + 0002:000207e4 __ehfuncinfo$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a87e4 spellchannel.cpp.obj + 0002:00020808 __unwindtable$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a8808 spellchannel.cpp.obj + 0002:00020838 __unwindtable$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a8838 spellchannel.cpp.obj + 0002:00020848 __ehfuncinfo$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a8848 spellchannel.cpp.obj + 0002:0002086c __ehfuncinfo$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 100a886c spellevents.cpp.obj + 0002:00020890 __unwindtable$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 100a8890 spellevents.cpp.obj + 0002:00020908 __unwindtable$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a8908 spellevents.cpp.obj + 0002:00020920 __ehfuncinfo$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a8920 spellevents.cpp.obj + 0002:00020944 __unwindtable$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100a8944 spellevents.cpp.obj + 0002:0002095c __ehfuncinfo$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100a895c spellevents.cpp.obj + 0002:00020980 __unwindtable$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 100a8980 spellevents.cpp.obj + 0002:00020990 __ehfuncinfo$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 100a8990 spellevents.cpp.obj + 0002:000209b4 __ehfuncinfo$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 100a89b4 spellevents.cpp.obj + 0002:000209d8 __unwindtable$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 100a89d8 spellevents.cpp.obj + 0002:00020a08 __unwindtable$?RunQueuedScript@Nampower@@YA_NH@Z 100a8a08 misc_scripts.cpp.obj + 0002:00020a08 __unwindtable$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 100a8a08 misc_scripts.cpp.obj + 0002:00020a10 __ehfuncinfo$?RunQueuedScript@Nampower@@YA_NH@Z 100a8a10 misc_scripts.cpp.obj + 0002:00020a10 __ehfuncinfo$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 100a8a10 misc_scripts.cpp.obj + 0002:00020a34 __unwindtable$?InitializeFieldMaps@Nampower@@YAXXZ 100a8a34 dbc_fields.cpp.obj + 0002:00020a34 __unwindtable$?Script_QueueScript@Nampower@@YAIPAI@Z 100a8a34 misc_scripts.cpp.obj + 0002:00020a54 __ehfuncinfo$?InitializeFieldMaps@Nampower@@YAXXZ 100a8a54 dbc_fields.cpp.obj + 0002:00020a54 __ehfuncinfo$?Script_QueueScript@Nampower@@YAIPAI@Z 100a8a54 misc_scripts.cpp.obj + 0002:00020a78 __unwindtable$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 100a8a78 misc_scripts.cpp.obj + 0002:00020a78 __unwindtable$?Script_GetUnitField@Nampower@@YAIPAI@Z 100a8a78 misc_scripts.cpp.obj + 0002:00020a78 __unwindtable$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 100a8a78 spell_scripts.cpp.obj + 0002:00020a80 __ehfuncinfo$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 100a8a80 misc_scripts.cpp.obj + 0002:00020a80 __ehfuncinfo$?Script_GetUnitField@Nampower@@YAIPAI@Z 100a8a80 misc_scripts.cpp.obj + 0002:00020a80 __ehfuncinfo$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 100a8a80 spell_scripts.cpp.obj + 0002:00020aa4 __ehfuncinfo$?TryDisenchant@Nampower@@YA_NXZ 100a8aa4 misc_scripts.cpp.obj + 0002:00020ac8 __unwindtable$?TryDisenchant@Nampower@@YA_NXZ 100a8ac8 misc_scripts.cpp.obj + 0002:00020af0 __unwindtable$?Script_DisenchantAll@Nampower@@YAIPAI@Z 100a8af0 misc_scripts.cpp.obj + 0002:00020af8 __ehfuncinfo$?Script_DisenchantAll@Nampower@@YAIPAI@Z 100a8af8 misc_scripts.cpp.obj + 0002:00020b1c __unwindtable$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@QAE@XZ 100a8b1c items.cpp.obj + 0002:00020b1c __unwindtable$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@QAE@XZ 100a8b1c misc_scripts.cpp.obj + 0002:00020b2c __ehfuncinfo$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@@std@@QAE@XZ 100a8b2c items.cpp.obj + 0002:00020b2c __ehfuncinfo$??0?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@QAE@XZ 100a8b2c misc_scripts.cpp.obj + 0002:00020b50 __unwindtable$??$PushArrayFieldsToLuaWithRefs@UItemStats_C@game@@@Nampower@@YAXPAIPBUItemStats_C@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a8b50 misc_scripts.cpp.obj + 0002:00020b50 __unwindtable$??$PushArrayFieldsToLuaWithRefs@UUnitFields@game@@@Nampower@@YAXPAIPBUUnitFields@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a8b50 misc_scripts.cpp.obj + 0002:00020b50 __unwindtable$??$PushArrayFieldsToLuaWithRefs@USpellRec@game@@@Nampower@@YAXPAIPBUSpellRec@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a8b50 spell_scripts.cpp.obj + 0002:00020b58 __ehfuncinfo$??$PushArrayFieldsToLuaWithRefs@UItemStats_C@game@@@Nampower@@YAXPAIPBUItemStats_C@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a8b58 misc_scripts.cpp.obj + 0002:00020b58 __ehfuncinfo$??$PushArrayFieldsToLuaWithRefs@UUnitFields@game@@@Nampower@@YAXPAIPBUUnitFields@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a8b58 misc_scripts.cpp.obj + 0002:00020b58 __ehfuncinfo$??$PushArrayFieldsToLuaWithRefs@USpellRec@game@@@Nampower@@YAXPAIPBUSpellRec@game@@PBUArrayFieldDescriptor@0@IAAV?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@@Z 100a8b58 spell_scripts.cpp.obj + 0002:00020b7c __unwindtable$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a8b7c dbc_fields.cpp.obj + 0002:00020b7c __unwindtable$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a8b7c misc_scripts.cpp.obj + 0002:00020b8c __ehfuncinfo$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a8b8c dbc_fields.cpp.obj + 0002:00020b8c __ehfuncinfo$??$_Try_emplace@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@PAX@std@@_N@1@$$QAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a8b8c misc_scripts.cpp.obj + 0002:00020bb0 __unwindtable$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 100a8bb0 spell_scripts.cpp.obj + 0002:00020bb0 __unwindtable$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 100a8bb0 spell_scripts.cpp.obj + 0002:00020bb8 __ehfuncinfo$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 100a8bb8 spell_scripts.cpp.obj + 0002:00020bb8 __ehfuncinfo$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 100a8bb8 spell_scripts.cpp.obj + 0002:00020bdc __unwindtable$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 100a8bdc spell_scripts.cpp.obj + 0002:00020bf4 __ehfuncinfo$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 100a8bf4 spell_scripts.cpp.obj + 0002:00020c18 __unwindtable$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 100a8c18 item_scripts.cpp.obj + 0002:00020c28 __ehfuncinfo$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 100a8c28 item_scripts.cpp.obj + 0002:00020c4c __ehfuncinfo$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 100a8c4c items.cpp.obj + 0002:00020c70 __unwindtable$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 100a8c70 items.cpp.obj + 0002:00020ca0 __unwindtable$??__EitemStatsCache@Nampower@@YAXXZ 100a8ca0 items.cpp.obj + 0002:00020cb0 __ehfuncinfo$??__EitemStatsCache@Nampower@@YAXXZ 100a8cb0 items.cpp.obj + 0002:00020cd4 __unwindtable$??__EitemNameToIdCache@Nampower@@YAXXZ 100a8cd4 items.cpp.obj + 0002:00020ce4 __ehfuncinfo$??__EitemNameToIdCache@Nampower@@YAXXZ 100a8ce4 items.cpp.obj + 0002:00020d08 __unwindtable$??__EpendingItemIds@Nampower@@YAXXZ 100a8d08 items.cpp.obj + 0002:00020d18 __ehfuncinfo$??__EpendingItemIds@Nampower@@YAXXZ 100a8d18 items.cpp.obj + 0002:00020d3c __unwindtable$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100a8d3c items.cpp.obj + 0002:00020d44 __ehfuncinfo$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100a8d44 items.cpp.obj + 0002:00020d68 __unwindtable$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100a8d68 items.cpp.obj + 0002:00020d78 __ehfuncinfo$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100a8d78 items.cpp.obj + 0002:00020d9c __unwindtable$??$emplace@ABI@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE?AU?$pair@V?$_List_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@@std@@_N@1@ABI@Z 100a8d9c items.cpp.obj + 0002:00020dac __ehfuncinfo$??$emplace@ABI@?$_Hash@V?$_Uset_traits@IV?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE?AU?$pair@V?$_List_const_iterator@V?$_List_val@U?$_List_simple_types@I@std@@@std@@@std@@_N@1@ABI@Z 100a8dac items.cpp.obj + 0002:00020dd0 __unwindtable$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a8dd0 items.cpp.obj + 0002:00020de0 __ehfuncinfo$??$_Try_emplace@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$V@?$_Hash@V?$_Umap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IV?$_Uhash_compare@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$hash@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@U?$equal_to@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@@2@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@std@@PAX@std@@_N@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a8de0 items.cpp.obj + 0002:00020e04 __unwindtable$??$_Try_emplace@ABI$$V@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@_N@1@ABI@Z 100a8e04 items.cpp.obj + 0002:00020e14 __ehfuncinfo$??$_Try_emplace@ABI$$V@?$_Hash@V?$_Umap_traits@IPAUItemStats_C@game@@V?$_Uhash_compare@IU?$hash@I@std@@U?$equal_to@I@2@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@$0A@@std@@@std@@IAE?AU?$pair@PAU?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@_N@1@ABI@Z 100a8e14 items.cpp.obj + 0002:00020e38 __unwindtable$?InitializeUnitFieldMaps@Nampower@@YAXXZ 100a8e38 unit_fields.cpp.obj + 0002:00020e48 __ehfuncinfo$?InitializeUnitFieldMaps@Nampower@@YAXXZ 100a8e48 unit_fields.cpp.obj + 0002:00020e6c __unwindtable$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 100a8e6c lua_refs.cpp.obj + 0002:00020e7c __ehfuncinfo$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 100a8e7c lua_refs.cpp.obj + 0002:00020ea0 __sehtable$___DestructExceptionObject 100a8ea0 libvcruntime:ehhelpers.obj + 0002:00020ec0 __sehtable$___RTDynamicCast 100a8ec0 libvcruntime:rtti.obj + 0002:00020ee0 __sehtable$___RTtypeid 100a8ee0 libvcruntime:rtti.obj + 0002:00020f70 __sehtable$?FrameUnwindToState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@H@Z 100a8f70 libvcruntime:frame.obj + 0002:00020f98 __sehtable$?CallCatchBlock@@YAPAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PBU_s_FuncInfo@@PAXHK@Z 100a8f98 libvcruntime:frame.obj + 0002:00020fc0 __catchsym$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z$2 100a8fc0 libvcruntime:frame.obj + 0002:00020fd0 __unwindtable$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100a8fd0 libvcruntime:frame.obj + 0002:00020fe0 __tryblocktable$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100a8fe0 libvcruntime:frame.obj + 0002:00020ff4 __ehfuncinfo$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100a8ff4 libvcruntime:frame.obj + 0002:00021018 __sehtable$??$BuildCatchObjectHelperInternal@V__FrameHandler3@@@@YAHPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 100a9018 libvcruntime:frame.obj + 0002:00021038 __sehtable$??$BuildCatchObjectInternal@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 100a9038 libvcruntime:frame.obj + 0002:00021090 __sehtable$___unDNameEx 100a9090 libvcruntime:undname.obj + 0002:000210ac __unwindtable$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 100a90ac libvcruntime:undname.obj + 0002:000210b4 __ehfuncinfo$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 100a90b4 libvcruntime:undname.obj + 0002:000210d8 __sehtable$?_fclose_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 100a90d8 libucrt:fclose.obj + 0002:000210f8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a90f8 libucrt:fflush.obj + 0002:00021118 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a9118 libucrt:fflush.obj + 0002:00021138 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a9138 libucrt:fflush.obj + 0002:00021158 __sehtable$_fgetc 100a9158 libucrt:fgetc.obj + 0002:00021178 __sehtable$?_fputc_internal@@YAHHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 100a9178 libucrt:fputc.obj + 0002:00021198 __sehtable$_fread_s 100a9198 libucrt:fread.obj + 0002:000211b8 __sehtable$?common_fseek@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 100a91b8 libucrt:fseek.obj + 0002:000211d8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@I@@QAEI$$QAV@@AAV@@$$QAV@@@Z 100a91d8 libucrt:fwrite.obj + 0002:000211f8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a91f8 libucrt:setvbuf.obj + 0002:00021218 __sehtable$_ungetc 100a9218 libucrt:ungetc.obj + 0002:00021238 __sehtable$_terminate 100a9238 libucrt:terminate.obj + 0002:00021258 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a9258 libucrt:per_thread_data.obj + 0002:00021278 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a9278 libucrt:per_thread_data.obj + 0002:00021298 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a9298 libucrt:per_thread_data.obj + 0002:000212b8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a92b8 libucrt:per_thread_data.obj + 0002:000212d8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a92d8 libucrt:wsetlocale.obj + 0002:000212f8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a92f8 libucrt:wsetlocale.obj + 0002:00021318 __sehtable$??$?RV@@AAV@@AAV@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@AAV@@@Z 100a9318 libucrt:wsetlocale.obj + 0002:00021338 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a9338 libucrt:winapi_thunks.obj + 0002:00021358 __sehtable$__fcloseall 100a9358 libucrt:closeall.obj + 0002:00021378 __sehtable$___acrt_initialize_lowio 100a9378 libucrt:ioinit.obj + 0002:00021398 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a9398 libucrt:close.obj + 0002:000213b8 __sehtable$?__acrt_stdio_allocate_stream@@YA?AV__crt_stdio_stream@@XZ 100a93b8 libucrt:stream.obj + 0002:000213d8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a93d8 libucrt:commit.obj + 0002:000213f8 __sehtable$__write_internal 100a93f8 libucrt:write.obj + 0002:00021418 __sehtable$??$common_ftell@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 100a9418 libucrt:ftell.obj + 0002:00021438 __sehtable$__read 100a9438 libucrt:read.obj + 0002:00021458 __sehtable$??$common_lseek@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 100a9458 libucrt:lseek.obj + 0002:00021478 __sehtable$___set_fpsr_sse2 100a9478 libucrt:fpctrl.obj + 0002:00021498 __sehtable$??R@@QBE@XZ 100a9498 libucrt:exit.obj + 0002:000214b8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a94b8 libucrt:exit.obj + 0002:000214d8 __sehtable$_raise 100a94d8 libucrt:signal.obj + 0002:000214f8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@P6AXH@Z@@QAEP6AXH@Z$$QAV@@AAV@@$$QAV@@@Z 100a94f8 libucrt:signal.obj + 0002:00021518 __sehtable$__isindst 100a9518 libucrt:tzset.obj + 0002:00021538 __sehtable$___tzset 100a9538 libucrt:tzset.obj + 0002:00021558 __sehtable$___acrt_update_thread_locale_data 100a9558 libucrt:locale_refcounting.obj + 0002:00021578 __sehtable$?update_thread_multibyte_data_internal@@YAPAU__crt_multibyte_data@@QAU__acrt_ptd@@QAPAU1@@Z 100a9578 libucrt:mbctype.obj + 0002:00021598 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100a9598 libucrt:mbctype.obj + 0002:000215b8 __sehtable$__query_new_handler 100a95b8 libucrt:new_handler.obj + 0002:000215d8 __sehtable$__alloc_osfhnd 100a95d8 libucrt:osfinfo.obj + 0002:000215f8 __sehtable$___acrt_lowio_ensure_fh_exists 100a95f8 libucrt:osfinfo.obj + 0002:00021618 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a9618 libucrt:onexit.obj + 0002:00021638 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100a9638 libucrt:onexit.obj + 0002:00021658 __sehtable$??$common_getenv_s@_W@@YAHQAIQA_WIQB_W@Z 100a9658 libucrt:getenv.obj + 0002:00021674 __unwindtable$___dcrt_uninitialize_environments_nolock 100a9674 libucrt:environment_initialization.obj + 0002:00021684 __ehfuncinfo$___dcrt_uninitialize_environments_nolock 100a9684 libucrt:environment_initialization.obj + 0002:000217e8 __unwindtable$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 100a97e8 libcpmt:locale0.obj + 0002:000217f0 __ehfuncinfo$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 100a97f0 libcpmt:locale0.obj + 0002:00021818 __sehtable$___scrt_is_nonwritable_in_current_image 100a9818 LIBCMT:utility.obj + 0002:00021838 __sehtable$?dllmain_crt_process_attach@@YAHQAUHINSTANCE__@@QAX@Z 100a9838 LIBCMT:dll_dllmain.obj + 0002:00021858 __sehtable$?dllmain_crt_process_detach@@YAH_N@Z 100a9858 LIBCMT:dll_dllmain.obj + 0002:00021880 __sehtable$?dllmain_dispatch@@YAHQAUHINSTANCE__@@KQAX@Z 100a9880 LIBCMT:dll_dllmain.obj + 0002:000218a0 __sehtable$__IsNonwritableInCurrentImage 100a98a0 LIBCMT:pesect.obj + 0002:000218c0 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@PAD@@QAEPAD$$QAV@@AAV@@$$QAV@@@Z 100a98c0 libucrt:setlocale.obj + 0002:000218e0 __sehtable$??$common_fsopen@D@@YAPAU_iobuf@@QBD0H@Z 100a98e0 libucrt:fopen.obj + 0002:00021900 __sehtable$??$common_sopen_dispatch@D@@YAHQBDHHHQAHH@Z 100a9900 libucrt:open.obj + 0002:00021920 .edata 100a9920 nampower.exp + 0002:00021948 rgpv 100a9948 nampower.exp + 0002:0002194c rgszName 100a994c nampower.exp + 0002:00021950 rgwOrd 100a9950 nampower.exp + 0002:00021952 szName 100a9952 nampower.exp + 0002:0002195f $N00001 100a995f nampower.exp + 0002:000222c0 .idata$6 100aa2c0 kernel32:KERNEL32.dll + 0002:000222dc .idata$6 100aa2dc user32:USER32.dll 0003:000000fc ?p_GetContext@?1??GetLuaStatePtr@Nampower@@YAPAIXZ@4P6IPAIXZA 100ab0fc main.cpp.obj 0003:00000144 ?format@?1??TriggerSpellCastEvent@Nampower@@YAX_NIW4CastType@@_KI@Z@4PADA 100ab144 spellcast.cpp.obj 0003:00000150 ?message@?O@??Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@4PADA 100ab150 spellcast.cpp.obj diff --git a/nampower/auras.cpp b/nampower/auras.cpp index 84f7a74..bb60d5e 100644 --- a/nampower/auras.cpp +++ b/nampower/auras.cpp @@ -147,10 +147,9 @@ namespace Nampower { bool isBuff = auraSlot < 32; game::Events eventToTrigger = isBuff ? game::BUFF_UPDATE_DURATION_SELF : game::DEBUFF_UPDATE_DURATION_SELF; - auto playerUnit = game::GetObjectPtr(game::ClntObjMgrGetActivePlayerGuid()); uint32_t spellId = 0; - if (playerUnit) { - auto *unitFields = *reinterpret_cast(playerUnit + 68); + auto *unitFields = game::GetActivePlayerUnitFields(); + if (unitFields) { spellId = unitFields->aura[auraSlot]; } diff --git a/nampower/game.cpp b/nampower/game.cpp index f79d15f..bfc749b 100644 --- a/nampower/game.cpp +++ b/nampower/game.cpp @@ -134,6 +134,16 @@ namespace game { return getActivePlayer(); } + UnitFields *GetActivePlayerUnitFields() { + auto const playerGuid = ClntObjMgrGetActivePlayerGuid(); + auto *playerUnit = GetObjectPtr(playerGuid); + if (!playerUnit) { + return nullptr; + } + + return *reinterpret_cast(playerUnit + 68); + } + std::uint64_t GetCurrentTargetGuid() { return *reinterpret_cast(Offsets::LockedTargetGuid); } @@ -267,4 +277,4 @@ namespace game { return unitFields->mountDisplayId; } -} \ No newline at end of file +} diff --git a/nampower/game.hpp b/nampower/game.hpp index 3994c4d..109ad63 100644 --- a/nampower/game.hpp +++ b/nampower/game.hpp @@ -1786,6 +1786,7 @@ namespace game { const char *GetSpellName(uint32_t spellId); std::uint64_t ClntObjMgrGetActivePlayerGuid(); + UnitFields *GetActivePlayerUnitFields(); std::uint64_t GetCurrentTargetGuid(); diff --git a/nampower/main.cpp b/nampower/main.cpp index bcab20b..e2edfde 100644 --- a/nampower/main.cpp +++ b/nampower/main.cpp @@ -1689,6 +1689,12 @@ namespace Nampower { char getPlayerAuraDuration[] = "GetPlayerAuraDuration"; RegisterLuaFunction(getPlayerAuraDuration, reinterpret_cast(Script_GetPlayerAuraDuration)); + char cancelPlayerAuraSlot[] = "CancelPlayerAuraSlot"; + RegisterLuaFunction(cancelPlayerAuraSlot, reinterpret_cast(Script_CancelPlayerAuraSlot)); + + char cancelPlayerAuraSpellId[] = "CancelPlayerAuraSpellId"; + RegisterLuaFunction(cancelPlayerAuraSpellId, reinterpret_cast(Script_CancelPlayerAuraSpellId)); + char getSpellPower[] = "GetSpellPower"; RegisterLuaFunction(getSpellPower, reinterpret_cast(Script_GetSpellPower)); diff --git a/nampower/main.hpp b/nampower/main.hpp index e3a7ebe..bde9f47 100644 --- a/nampower/main.hpp +++ b/nampower/main.hpp @@ -25,7 +25,7 @@ namespace Nampower { constexpr uint32_t DISENCHANT_QUALITY_PURPLE = 0x04; // Epic constexpr uint32_t MAJOR_VERSION = 2; - constexpr uint32_t MINOR_VERSION = 33; + constexpr uint32_t MINOR_VERSION = 34; constexpr uint32_t PATCH_VERSION = 0; constexpr int32_t LUA_REGISTRYINDEX = -10000; diff --git a/nampower/misc_scripts.cpp b/nampower/misc_scripts.cpp index 78c85e3..e99708e 100644 --- a/nampower/misc_scripts.cpp +++ b/nampower/misc_scripts.cpp @@ -857,14 +857,11 @@ namespace Nampower { } // Get spellId from player unit fields - auto playerGuid = game::ClntObjMgrGetActivePlayerGuid(); - auto *playerUnit = game::GetObjectPtr(playerGuid); - if (!playerUnit) { + auto *unitFields = game::GetActivePlayerUnitFields(); + if (!unitFields) { lua_pushnil(luaState); return 1; } - - auto *unitFields = *reinterpret_cast(playerUnit + 68); uint32_t spellId = unitFields->aura[auraSlot]; uint32_t expirationTime = gAuraExpirationTime[auraSlot]; @@ -877,6 +874,89 @@ namespace Nampower { return 3; } + uint32_t Script_CancelPlayerAuraSlot(uintptr_t *luaState) { + constexpr uint32_t kMaxCancelAuraSlots = 32; + luaState = GetLuaStatePtr(); + + if (!lua_isnumber(luaState, 1)) { + lua_error(luaState, "Usage: CancelPlayerAuraSlot(auraSlot)"); + return 0; + } + + auto auraSlot = static_cast(lua_tonumber(luaState, 1)); + if (auraSlot >= kMaxCancelAuraSlots) { + lua_pushnumber(luaState, 0); + return 1; + } + + auto *unitFields = game::GetActivePlayerUnitFields(); + if (!unitFields) { + lua_pushnumber(luaState, 0); + return 1; + } + + auto spellId = static_cast(unitFields->aura[auraSlot]); + if (spellId == 0) { + lua_pushnumber(luaState, 0); + return 1; + } + + auto const cancelAura = reinterpret_cast(Offsets::Spell_C_CancelAura); + cancelAura(spellId); + + lua_pushnumber(luaState, 1); + return 1; + } + + uint32_t Script_CancelPlayerAuraSpellId(uintptr_t *luaState) { + constexpr uint32_t kMaxCancelAuraSlots = 32; + luaState = GetLuaStatePtr(); + + if (!lua_isnumber(luaState, 1)) { + lua_error(luaState, "Usage: CancelPlayerAuraSpellId(spellId, [ignoreMissing])"); + return 0; + } + + auto spellId = static_cast(lua_tonumber(luaState, 1)); + if (spellId == 0) { + lua_pushnumber(luaState, 0); + return 1; + } + + // Optional arg2: 1 skips aura-presence check, 0/missing keeps default behavior. + bool ignoreMissing = false; + if (lua_isnumber(luaState, 2)) { + ignoreMissing = (static_cast(lua_tonumber(luaState, 2)) == 1); + } + + if (!ignoreMissing) { + auto *unitFields = game::GetActivePlayerUnitFields(); + if (!unitFields) { + lua_pushnumber(luaState, 0); + return 1; + } + + bool foundSpell = false; + for (uint32_t auraSlot = 0; auraSlot < kMaxCancelAuraSlots; ++auraSlot) { + if (unitFields->aura[auraSlot] == spellId) { + foundSpell = true; + break; + } + } + + if (!foundSpell) { + lua_pushnumber(luaState, 0); + return 1; + } + } + + auto const cancelAura = reinterpret_cast(Offsets::Spell_C_CancelAura); + cancelAura(spellId); + + lua_pushnumber(luaState, 1); + return 1; + } + uint32_t CSimpleFrame_GetNameHook(hadesmem::PatchDetourBase *detour, uintptr_t *luaState) { luaState = GetLuaStatePtr(); diff --git a/nampower/misc_scripts.hpp b/nampower/misc_scripts.hpp index 1857852..5bd44d7 100644 --- a/nampower/misc_scripts.hpp +++ b/nampower/misc_scripts.hpp @@ -41,6 +41,8 @@ namespace Nampower { bool RunQueuedScript(int priority); uint32_t Script_GetPlayerAuraDuration(uintptr_t *luaState); + uint32_t Script_CancelPlayerAuraSlot(uintptr_t *luaState); + uint32_t Script_CancelPlayerAuraSpellId(uintptr_t *luaState); uint32_t CSimpleFrame_GetNameHook(hadesmem::PatchDetourBase *detour, uintptr_t *luaState); } diff --git a/nampower/offsets.hpp b/nampower/offsets.hpp index 700c423..7105e31 100644 --- a/nampower/offsets.hpp +++ b/nampower/offsets.hpp @@ -117,6 +117,7 @@ enum class Offsets : std::uint32_t { Spell_C_GetAutoRepeatingSpell = 0x006E9FD0, Spell_C_HandleSpriteClick = 0x006E5B10, Spell_C_HandleTerrainClick = 0x006E60F0, + Spell_C_CancelAura = 0x006E7040, CGWorldFrame_OnLayerTrackTerrain = 0x004820F0, Spell_C_TargetSpell = 0x006E5250, Spell_C_GetSpellCooldown = 0X006E2EA0,