diff --git a/README.md b/README.md index 861a015..6d0910f 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,15 @@ This includes functions for: - Cooldown tracking (GetSpellIdCooldown, GetItemIdCooldown), including item metadata on cooldown detail tables - Inventory helpers (GetTrinketCooldown, GetTrinkets, GetAmmo) - Aura duration tracking and cancel helpers (GetPlayerAuraDuration, CancelPlayerAuraSlot, CancelPlayerAuraSpellId) +- Talent helpers (LearnTalentRank) - Spell lookups and utilities +`LearnTalentRank(talentPage, talentIndex, rank)` learns a specific talent rank directly by tab/index. +Valid ranges are: `talentPage` = `1-3`, `talentIndex` = `1-32`, `rank` = `1-5`. + +For unit data APIs, object-reference GUID fields are returned as strings (hex format) rather than numbers to avoid Lua 64-bit precision issues. +This applies to both `GetUnitData` and `GetUnitField` for fields such as: `charm`, `summon`, `charmedBy`, `summonedBy`, `createdBy`, `target`, `persuaded`, and `channelObject`. + `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. diff --git a/UNIT_FIELDS.md b/UNIT_FIELDS.md index b741177..bf4f91b 100644 --- a/UNIT_FIELDS.md +++ b/UNIT_FIELDS.md @@ -23,7 +23,7 @@ local health = GetUnitField("target", "health") These fields return a single value (number). -### Object References (UINT64) +### Object References (UINT64 – 0x... string in lua) These fields contain GUIDs (globally unique identifiers) for game objects: - **charm** - GUID of the unit that has charmed this unit diff --git a/nampower.map b/nampower.map index cff89a7..38bda1d 100644 --- a/nampower.map +++ b/nampower.map @@ -1,14 +1,14 @@ nampower - Timestamp is 698e0946 (Thu Feb 12 09:09:26 2026) + Timestamp is 698e53ef (Thu Feb 12 14:27:59 2026) Preferred load address is 10000000 Start Length Name Class 0001:00000000 000009e0H .text$di CODE - 0001:000009e0 000803a0H .text$mn CODE - 0001:00080d80 000052e0H .text$x CODE - 0001:00086060 00000a7eH .text$yd CODE + 0001:000009e0 000808b0H .text$mn CODE + 0001:00081290 00005310H .text$x CODE + 0001:000865a0 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 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 + 0002:00000380 000181c0H .rdata DATA + 0002:00018540 00000000H .rdata$CastGuardVftablesA DATA + 0002:00018540 00000000H .rdata$CastGuardVftablesC DATA + 0002:00018540 00000018H .rdata$T DATA + 0002:00018558 00002d50H .rdata$r DATA + 0002:0001b2a8 000003b8H .rdata$sxdata DATA + 0002:0001b660 00000118H .rdata$voltmd DATA + 0002:0001b778 00000398H .rdata$zzzdbg DATA + 0002:0001bb10 00000004H .rtc$IAA DATA + 0002:0001bb14 00000004H .rtc$IZZ DATA + 0002:0001bb18 00000004H .rtc$TAA DATA + 0002:0001bb1c 00000004H .rtc$TZZ DATA + 0002:0001bb20 00000004H .tls DATA + 0002:0001bb24 0000000cH .tls$ DATA + 0002:0001bb30 00000008H .tls$ZZZ DATA + 0002:0001bb38 00006168H .xdata$x DATA + 0002:00021ca0 00000044H .edata DATA + 0002:00021ce4 00000028H .idata$2 DATA + 0002:00021d0c 00000014H .idata$3 DATA + 0002:00021d20 000001e0H .idata$4 DATA + 0002:00021f00 000008e0H .idata$6 DATA 0003:00000000 000138a0H .data DATA 0003:000138a0 00001168H .data$r DATA 0003:00014a08 00002318H .data$rs DATA @@ -86,7 +86,7 @@ 0000:00000000 ___x64_code_ranges_to_entry_points_count 00000000 0000:00000000 __except_list 00000000 0000:0000002c __tls_array 0000002c - 0000:000000ed ___safe_se_handler_count 000000ed + 0000:000000ee ___safe_se_handler_count 000000ee 0000:00000100 ___guard_flags 00000100 0000:00000000 ___ImageBase 10000000 0001:000009e0 ___local_stdio_printf_options 100019e0 f i udis86:udis86.obj @@ -362,6924 +362,6945 @@ 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 - 0002:0000000c __imp__GetFileAttributesA@4 1008800c kernel32:KERNEL32.dll - 0002:00000010 __imp__SetFileAttributesA@8 10088010 kernel32:KERNEL32.dll - 0002:00000014 __imp__OutputDebugStringA@4 10088014 kernel32:KERNEL32.dll - 0002:00000018 __imp__CloseHandle@4 10088018 kernel32:KERNEL32.dll - 0002:0000001c __imp__DuplicateHandle@28 1008801c kernel32:KERNEL32.dll - 0002:00000020 __imp__GetLastError@0 10088020 kernel32:KERNEL32.dll - 0002:00000024 __imp__Sleep@4 10088024 kernel32:KERNEL32.dll - 0002:00000028 __imp__GetCurrentProcess@0 10088028 kernel32:KERNEL32.dll - 0002:0000002c __imp__GetCurrentProcessId@0 1008802c kernel32:KERNEL32.dll - 0002:00000030 __imp__GetCurrentThread@0 10088030 kernel32:KERNEL32.dll - 0002:00000034 __imp__GetCurrentThreadId@0 10088034 kernel32:KERNEL32.dll - 0002:00000038 __imp__OpenThread@12 10088038 kernel32:KERNEL32.dll - 0002:0000003c __imp__SuspendThread@4 1008803c kernel32:KERNEL32.dll - 0002:00000040 __imp__ResumeThread@4 10088040 kernel32:KERNEL32.dll - 0002:00000044 __imp__GetProcessIdOfThread@4 10088044 kernel32:KERNEL32.dll - 0002:00000048 __imp__GetThreadContext@8 10088048 kernel32:KERNEL32.dll - 0002:0000004c __imp__FlushInstructionCache@12 1008804c kernel32:KERNEL32.dll - 0002:00000050 __imp__OpenProcess@12 10088050 kernel32:KERNEL32.dll - 0002:00000054 __imp__GetSystemInfo@4 10088054 kernel32:KERNEL32.dll - 0002:00000058 __imp__VirtualQuery@12 10088058 kernel32:KERNEL32.dll - 0002:0000005c __imp__VirtualAllocEx@20 1008805c kernel32:KERNEL32.dll - 0002:00000060 __imp__VirtualProtectEx@20 10088060 kernel32:KERNEL32.dll - 0002:00000064 __imp__VirtualQueryEx@16 10088064 kernel32:KERNEL32.dll - 0002:00000068 __imp__ReadProcessMemory@20 10088068 kernel32:KERNEL32.dll - 0002:0000006c __imp__WriteProcessMemory@20 1008806c kernel32:KERNEL32.dll - 0002:00000070 __imp__VirtualFreeEx@16 10088070 kernel32:KERNEL32.dll - 0002:00000074 __imp__IsWow64Process@8 10088074 kernel32:KERNEL32.dll - 0002:00000078 __imp__CreateToolhelp32Snapshot@8 10088078 kernel32:KERNEL32.dll - 0002:0000007c __imp__Thread32First@8 1008807c kernel32:KERNEL32.dll - 0002:00000080 __imp__Thread32Next@8 10088080 kernel32:KERNEL32.dll - 0002:00000084 __imp__RaiseException@16 10088084 kernel32:KERNEL32.dll - 0002:00000088 __imp__RtlUnwind@16 10088088 kernel32:KERNEL32.dll - 0002:0000008c __imp__InterlockedPushEntrySList@8 1008808c kernel32:KERNEL32.dll - 0002:00000090 __imp__InterlockedFlushSList@4 10088090 kernel32:KERNEL32.dll - 0002:00000094 __imp__SetLastError@4 10088094 kernel32:KERNEL32.dll - 0002:00000098 __imp__EncodePointer@4 10088098 kernel32:KERNEL32.dll - 0002:0000009c __imp__InitializeCriticalSectionAndSpinCount@8 1008809c kernel32:KERNEL32.dll - 0002:000000a0 __imp__TlsAlloc@0 100880a0 kernel32:KERNEL32.dll - 0002:000000a4 __imp__TlsGetValue@4 100880a4 kernel32:KERNEL32.dll - 0002:000000a8 __imp__TlsSetValue@8 100880a8 kernel32:KERNEL32.dll - 0002:000000ac __imp__TlsFree@4 100880ac kernel32:KERNEL32.dll - 0002:000000b0 __imp__FreeLibrary@4 100880b0 kernel32:KERNEL32.dll - 0002:000000b4 __imp__GetProcAddress@8 100880b4 kernel32:KERNEL32.dll - 0002:000000b8 __imp__LoadLibraryExW@12 100880b8 kernel32:KERNEL32.dll - 0002:000000bc __imp__EnterCriticalSection@4 100880bc kernel32:KERNEL32.dll - 0002:000000c0 __imp__LeaveCriticalSection@4 100880c0 kernel32:KERNEL32.dll - 0002:000000c4 __imp__DeleteCriticalSection@4 100880c4 kernel32:KERNEL32.dll - 0002:000000c8 __imp__IsDebuggerPresent@0 100880c8 kernel32:KERNEL32.dll - 0002:000000cc __imp__UnhandledExceptionFilter@4 100880cc kernel32:KERNEL32.dll - 0002:000000d0 __imp__SetUnhandledExceptionFilter@4 100880d0 kernel32:KERNEL32.dll - 0002:000000d4 __imp__TerminateProcess@8 100880d4 kernel32:KERNEL32.dll - 0002:000000d8 __imp__IsProcessorFeaturePresent@4 100880d8 kernel32:KERNEL32.dll - 0002:000000dc __imp__HeapAlloc@12 100880dc kernel32:KERNEL32.dll - 0002:000000e0 __imp__HeapFree@12 100880e0 kernel32:KERNEL32.dll - 0002:000000e4 __imp__GetSystemTimeAsFileTime@4 100880e4 kernel32:KERNEL32.dll - 0002:000000e8 __imp__GetDateFormatW@24 100880e8 kernel32:KERNEL32.dll - 0002:000000ec __imp__GetTimeFormatW@24 100880ec kernel32:KERNEL32.dll - 0002:000000f0 __imp__CompareStringW@24 100880f0 kernel32:KERNEL32.dll - 0002:000000f4 __imp__LCMapStringW@24 100880f4 kernel32:KERNEL32.dll - 0002:000000f8 __imp__GetLocaleInfoW@16 100880f8 kernel32:KERNEL32.dll - 0002:000000fc __imp__IsValidLocale@8 100880fc kernel32:KERNEL32.dll - 0002:00000100 __imp__GetUserDefaultLCID@0 10088100 kernel32:KERNEL32.dll - 0002:00000104 __imp__EnumSystemLocalesW@8 10088104 kernel32:KERNEL32.dll - 0002:00000108 __imp__GetStdHandle@4 10088108 kernel32:KERNEL32.dll - 0002:0000010c __imp__GetFileType@4 1008810c kernel32:KERNEL32.dll - 0002:00000110 __imp__GetStartupInfoW@4 10088110 kernel32:KERNEL32.dll - 0002:00000114 __imp__FlushFileBuffers@4 10088114 kernel32:KERNEL32.dll - 0002:00000118 __imp__WriteFile@20 10088118 kernel32:KERNEL32.dll - 0002:0000011c __imp__GetConsoleOutputCP@0 1008811c kernel32:KERNEL32.dll - 0002:00000120 __imp__GetConsoleMode@8 10088120 kernel32:KERNEL32.dll - 0002:00000124 __imp__ReadFile@20 10088124 kernel32:KERNEL32.dll - 0002:00000128 __imp__GetFileSizeEx@8 10088128 kernel32:KERNEL32.dll - 0002:0000012c __imp__SetFilePointerEx@20 1008812c kernel32:KERNEL32.dll - 0002:00000130 __imp__ReadConsoleW@20 10088130 kernel32:KERNEL32.dll - 0002:00000134 __imp__MultiByteToWideChar@24 10088134 kernel32:KERNEL32.dll - 0002:00000138 __imp__MoveFileExW@12 10088138 kernel32:KERNEL32.dll - 0002:0000013c __imp__ExitProcess@4 1008813c kernel32:KERNEL32.dll - 0002:00000140 __imp__GetModuleHandleW@4 10088140 kernel32:KERNEL32.dll - 0002:00000144 __imp__GetModuleHandleExW@12 10088144 kernel32:KERNEL32.dll - 0002:00000148 __imp__GetTimeZoneInformation@4 10088148 kernel32:KERNEL32.dll - 0002:0000014c __imp__WideCharToMultiByte@32 1008814c kernel32:KERNEL32.dll - 0002:00000150 __imp__DecodePointer@4 10088150 kernel32:KERNEL32.dll - 0002:00000154 __imp__IsValidCodePage@4 10088154 kernel32:KERNEL32.dll - 0002:00000158 __imp__GetACP@0 10088158 kernel32:KERNEL32.dll - 0002:0000015c __imp__GetOEMCP@0 1008815c kernel32:KERNEL32.dll - 0002:00000160 __imp__GetCPInfo@8 10088160 kernel32:KERNEL32.dll - 0002:00000164 __imp__GetStringTypeW@16 10088164 kernel32:KERNEL32.dll - 0002:00000168 __imp__GetProcessHeap@0 10088168 kernel32:KERNEL32.dll - 0002:0000016c __imp__SetStdHandle@8 1008816c kernel32:KERNEL32.dll - 0002:00000170 __imp__GetModuleFileNameW@12 10088170 kernel32:KERNEL32.dll - 0002:00000174 __imp__CreateFileW@28 10088174 kernel32:KERNEL32.dll - 0002:00000178 __imp__WriteConsoleW@20 10088178 kernel32:KERNEL32.dll - 0002:0000017c __imp__HeapSize@12 1008817c kernel32:KERNEL32.dll - 0002:00000180 __imp__HeapReAlloc@16 10088180 kernel32:KERNEL32.dll - 0002:00000184 __imp__GetEnvironmentStringsW@0 10088184 kernel32:KERNEL32.dll - 0002:00000188 __imp__FreeEnvironmentStringsW@4 10088188 kernel32:KERNEL32.dll - 0002:0000018c __imp__SetEnvironmentVariableW@8 1008818c kernel32:KERNEL32.dll - 0002:00000190 __imp__GetCommandLineW@0 10088190 kernel32:KERNEL32.dll - 0002:00000194 __imp__GetCommandLineA@0 10088194 kernel32:KERNEL32.dll - 0002:00000198 __imp__FindNextFileW@8 10088198 kernel32:KERNEL32.dll - 0002:0000019c __imp__InitOnceBeginInitialize@16 1008819c kernel32:KERNEL32.dll - 0002:0000019c __imp____std_init_once_begin_initialize@16 1008819c kernel32:KERNEL32.dll - 0002:000001a0 __imp__InitOnceComplete@12 100881a0 kernel32:KERNEL32.dll - 0002:000001a0 __imp____std_init_once_complete@12 100881a0 kernel32:KERNEL32.dll - 0002:000001a4 __imp__QueryPerformanceCounter@4 100881a4 kernel32:KERNEL32.dll - 0002:000001a8 __imp__QueryPerformanceFrequency@4 100881a8 kernel32:KERNEL32.dll - 0002:000001ac __imp__InitializeCriticalSectionEx@12 100881ac kernel32:KERNEL32.dll - 0002:000001b0 __imp__LCMapStringEx@36 100881b0 kernel32:KERNEL32.dll - 0002:000001b4 __imp__ReleaseSRWLockExclusive@4 100881b4 kernel32:KERNEL32.dll - 0002:000001b8 __imp__AcquireSRWLockExclusive@4 100881b8 kernel32:KERNEL32.dll - 0002:000001bc __imp__WakeAllConditionVariable@4 100881bc kernel32:KERNEL32.dll - 0002:000001c0 __imp__SleepConditionVariableSRW@16 100881c0 kernel32:KERNEL32.dll - 0002:000001c4 __imp__InitializeSListHead@4 100881c4 kernel32:KERNEL32.dll - 0002:000001c8 __imp__FindClose@4 100881c8 kernel32:KERNEL32.dll - 0002:000001cc __imp__FindFirstFileExW@24 100881cc kernel32:KERNEL32.dll - 0002:000001d0 __imp__SetEndOfFile@4 100881d0 kernel32:KERNEL32.dll - 0002:000001d4 \177KERNEL32_NULL_THUNK_DATA 100881d4 kernel32:KERNEL32.dll - 0002:000001d8 __imp__MessageBoxA@16 100881d8 user32:USER32.dll - 0002:000001dc \177USER32_NULL_THUNK_DATA 100881dc user32:USER32.dll - 0002:000001e0 ___guard_check_icall_fptr 100881e0 libucrt:guard_support.obj - 0002:000001e4 ___castguard_check_failure_os_handled_fptr 100881e4 libucrt:guard_support.obj - 0002:000001e8 ___xc_a 100881e8 LIBCMT:initializers.obj - 0002:00000328 ___xc_z 10088328 LIBCMT:initializers.obj - 0002:0000032c ___xi_a 1008832c LIBCMT:initializers.obj - 0002:00000330 ___acrt_stdio_initializer 10088330 libucrt:stdio_initializer.obj - 0002:00000334 ___acrt_timeset_initializer 10088334 libucrt:timeset_initializer.obj - 0002:00000338 ___acrt_tran_sse2_initializer 10088338 libucrt:sse2_initializer.obj - 0002:0000033c ___acrt_multibyte_initializer 1008833c libucrt:multibyte_initializer.obj - 0002:00000344 ___acrt_fmode_initializer 10088344 libucrt:fmode_initializer.obj - 0002:00000348 ___xi_z 10088348 LIBCMT:initializers.obj - 0002:0000034c ___xl_a 1008834c LIBCMT:tlssup.obj - 0002:00000350 ___xl_z 10088350 LIBCMT:tlssup.obj - 0002:00000354 ___xp_a 10088354 LIBCMT:initializers.obj - 0002:00000358 ___acrt_locale_terminator 10088358 libucrt:locale_initializer.obj - 0002:0000035c ___dcrt_console_output_terminator 1008835c libucrt:console_output_initializer.obj - 0002:00000360 ___acrt_stdio_terminator 10088360 libucrt:stdio_initializer.obj - 0002:00000364 ___xp_z 10088364 LIBCMT:initializers.obj - 0002:00000368 ___xt_a 10088368 LIBCMT:initializers.obj - 0002:0000036c ___xt_z 1008836c LIBCMT:initializers.obj - 0002:00000388 ??_7exception@std@@6B@ 10088388 logging.cpp.obj - 0002:00000390 ??_C@_0BC@EOODALEL@Unknown?5exception@ 10088390 logging.cpp.obj - 0002:000003a8 ??_7bad_alloc@std@@6B@ 100883a8 logging.cpp.obj - 0002:000003b4 ??_7bad_array_new_length@std@@6B@ 100883b4 logging.cpp.obj - 0002:000003bc ??_C@_0BF@KINCDENJ@bad?5array?5new?5length@ 100883bc logging.cpp.obj - 0002:000003d4 ??_C@_0BA@JFNIOLAK@string?5too?5long@ 100883d4 logging.cpp.obj - 0002:000003e8 ??_7runtime_error@std@@6B@ 100883e8 logging.cpp.obj - 0002:000003f4 ??_7_System_error@std@@6B@ 100883f4 logging.cpp.obj - 0002:000003fc ??_C@_02LMMGGCAJ@?3?5@ 100883fc logging.cpp.obj - 0002:00000404 ??_7system_error@std@@6B@ 10088404 logging.cpp.obj - 0002:00000410 ??_7_Iostream_error_category2@std@@6B@ 10088410 logging.cpp.obj - 0002:00000428 ??_C@_08LLGCOLLL@iostream@ 10088428 logging.cpp.obj - 0002:00000434 ?_Iostream_error@?4??message@_Iostream_error_category2@std@@UBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z@4QBDB 10088434 logging.cpp.obj - 0002:00000450 ??_7bad_cast@std@@6B@ 10088450 logging.cpp.obj - 0002:00000458 ??_C@_08EPJLHIJG@bad?5cast@ 10088458 logging.cpp.obj - 0002:00000468 ??_7_Facet_base@std@@6B@ 10088468 logging.cpp.obj - 0002:00000474 ??_C@_0BA@ELKIONDK@bad?5locale?5name@ 10088474 logging.cpp.obj - 0002:00000484 ??_C@_00CNPNBAHC@@ 10088484 logging.cpp.obj - 0002:0000048c ??_7?$ctype@D@std@@6B@ 1008848c logging.cpp.obj - 0002:000004bc ??_7failure@ios_base@std@@6B@ 100884bc logging.cpp.obj - 0002:000004c8 ??_7ios_base@std@@6B@ 100884c8 logging.cpp.obj - 0002:000004cc ??_C@_0BF@PHHKMMFD@ios_base?3?3badbit?5set@ 100884cc logging.cpp.obj - 0002:000004e4 ??_C@_0BG@FMKFHCIL@ios_base?3?3failbit?5set@ 100884e4 logging.cpp.obj - 0002:000004fc ??_C@_0BF@OOHOMBOF@ios_base?3?3eofbit?5set@ 100884fc logging.cpp.obj - 0002:00000518 ??_7?$basic_ios@DU?$char_traits@D@std@@@std@@6B@ 10088518 logging.cpp.obj - 0002:00000520 ??_7?$basic_ostream@DU?$char_traits@D@std@@@std@@6B@ 10088520 logging.cpp.obj - 0002:00000524 ??_8?$basic_ostream@DU?$char_traits@D@std@@@std@@7B@ 10088524 logging.cpp.obj - 0002:00000530 ??_7?$basic_streambuf@DU?$char_traits@D@std@@@std@@6B@ 10088530 logging.cpp.obj - 0002:00000570 ??_7?$basic_filebuf@DU?$char_traits@D@std@@@std@@6B@ 10088570 logging.cpp.obj - 0002:000005b0 ??_7?$basic_ofstream@DU?$char_traits@D@std@@@std@@6B@ 100885b0 logging.cpp.obj - 0002:000005b4 ??_8?$basic_ofstream@DU?$char_traits@D@std@@@std@@7B@ 100885b4 logging.cpp.obj - 0002:000005c0 ??_7?$codecvt@DDU_Mbstatet@@@std@@6B@ 100885c0 logging.cpp.obj - 0002:000005e8 ??_C@_0BI@CFPLBAOH@invalid?5string?5position@ 100885e8 logging.cpp.obj - 0002:00000608 ??_7bad_exception@std@@6B@ 10088608 main.cpp.obj - 0002:00000610 ??_C@_0O@DPKOEFFH@bad?5exception@ 10088610 main.cpp.obj - 0002:00000620 ??_C@_0P@GHFPNOJB@bad?5allocation@ 10088620 main.cpp.obj - 0002:00000630 ??_C@_05LAPONLG@false@ 10088630 main.cpp.obj - 0002:00000638 ??_C@_04LOAJBDKD@true@ 10088638 main.cpp.obj - 0002:00000640 ??_C@_0BG@OFLLLHIE@invalid?5stof?5argument@ 10088640 main.cpp.obj - 0002:00000658 ??_C@_0BL@CGEIMNKL@stof?5argument?5out?5of?5range@ 10088658 main.cpp.obj - 0002:00000674 ??_C@_02NJPGOMH@?$CFf@ 10088674 main.cpp.obj - 0002:00000678 ??_C@_0BB@GCADKGJO@map?1set?5too?5long@ 10088678 main.cpp.obj - 0002:00000690 ??_7error_info_container@exception_detail@boost@@6B@ 10088690 main.cpp.obj - 0002:000006ac ??_7exception@boost@@6B@ 100886ac main.cpp.obj - 0002:000006b4 ??_7clone_base@exception_detail@boost@@6B@ 100886b4 main.cpp.obj - 0002:000006c4 ??_7error_info_base@exception_detail@boost@@6B@ 100886c4 main.cpp.obj - 0002:000006d4 ??_7sp_counted_base@detail@boost@@6B@ 100886d4 main.cpp.obj - 0002:000006f0 ??_7error_info_container_impl@exception_detail@boost@@6B@ 100886f0 main.cpp.obj - 0002:0000070c ??_7?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 1008870c main.cpp.obj - 0002:0000074c ??_7?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 1008874c main.cpp.obj - 0002:00000750 ??_8?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@7B@ 10088750 main.cpp.obj - 0002:00000758 ??_C@_0CF@CFFMGBAP@No?5diagnostic?5information?5avail@ 10088758 main.cpp.obj - 0002:00000780 ??_C@_0BD@OKEHHCDP@Unknown?5exception?4@ 10088780 main.cpp.obj - 0002:00000794 ??_C@_0DP@GHFCDMCB@Throw?5location?5unknown?5?$CIconside@ 10088794 main.cpp.obj - 0002:000007d4 ??_C@_03LPPJIELD@?$CJ?3?5@ 100887d4 main.cpp.obj - 0002:000007d8 ??_C@_0BD@FCCHBKHG@Throw?5in?5function?5@ 100887d8 main.cpp.obj - 0002:000007ec ??_C@_09GPGAJHPD@?$CIunknown?$CJ@ 100887ec main.cpp.obj - 0002:000007f8 ??_C@_0BJ@GCNBPHBB@Dynamic?5exception?5type?3?5@ 100887f8 main.cpp.obj - 0002:00000814 ??_C@_06OJHGLDPL@?$CInull?$CJ@ 10088814 main.cpp.obj - 0002:0000081c ??_C@_0BH@IJDPHMMC@std?3?3exception?3?3what?3?5@ 1008881c main.cpp.obj - 0002:00000834 ??_C@_04OAFLPOMH@?$FN?5?$DN?5@ 10088834 main.cpp.obj - 0002:00000840 ??_7bad_alloc_@exception_detail@boost@@6Bexception@2@@ 10088840 main.cpp.obj - 0002:00000848 ??_7bad_alloc_@exception_detail@boost@@6Bbad_alloc@std@@@ 10088848 main.cpp.obj - 0002:00000854 ??_7bad_exception_@exception_detail@boost@@6Bexception@2@@ 10088854 main.cpp.obj - 0002:0000085c ??_7bad_exception_@exception_detail@boost@@6Bbad_exception@std@@@ 1008885c main.cpp.obj - 0002:00000868 ??_7Error@hadesmem@@6Bexception@std@@@ 10088868 main.cpp.obj - 0002:00000874 ??_7Error@hadesmem@@6Bexception@boost@@@ 10088874 main.cpp.obj - 0002:00000878 ??_8Error@hadesmem@@7B@ 10088878 main.cpp.obj - 0002:00000888 ??_7?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@6B@ 10088888 main.cpp.obj - 0002:00000898 ??_7?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@6B@ 10088898 main.cpp.obj - 0002:000008a4 ??_C@_0O@LHJCBCAJ@?$FL?$CFlu?$FN?5?$CFs?3?5?$CFs?6@ 100888a4 main.cpp.obj - 0002:000008b4 ??_C@_0P@DMJNBGBJ@IsWoW64Process@ 100888b4 main.cpp.obj - 0002:000008c8 ??_C@_0FC@HMKIBJE@C?3?2software?2hadesmem?9v142?9Relea@ 100888c8 main.cpp.obj - 0002:0000091c ??_C@_0BH@CAHPBGBP@IsWoW64Process?5failed?4@ 1008891c main.cpp.obj - 0002:00000934 ??_C@_0M@MMCMKPDL@OpenProcess@ 10088934 main.cpp.obj - 0002:00000940 ??_C@_0BE@LHGDOJMK@OpenProcess?5failed?4@ 10088940 main.cpp.obj - 0002:00000954 ??_C@_0L@EHKLHJ@OpenThread@ 10088954 main.cpp.obj - 0002:00000960 ??_C@_0BD@GGECPCAK@OpenThread?5failed?4@ 10088960 main.cpp.obj - 0002:00000974 ??_C@_0BA@KKBHKMMH@DuplicateHandle@ 10088974 main.cpp.obj - 0002:00000984 ??_C@_0BI@FGIAIHNB@DuplicateHandle?5failed?4@ 10088984 main.cpp.obj - 0002:0000099c ??_C@_0L@BPDMILMI@CheckWoW64@ 1008899c main.cpp.obj - 0002:000009a8 ??_C@_0EM@FPGLKILF@C?3?2software?2hadesmem?9v142?9Relea@ 100889a8 main.cpp.obj - 0002:000009f4 ??_C@_0CN@CIONBDMF@x86?5?9?$DO?5x64?5process?5modification@ 100889f4 main.cpp.obj - 0002:00000a24 ??_C@_02DKCKIIND@?$CFs@ 10088a24 main.cpp.obj - 0002:00000a28 ??_C@_0CE@NLAKHOBH@hadesmem?3?3Process?3?3CleanupUnche@ 10088a28 main.cpp.obj - 0002:00000a4c ??_C@_05KKFAOBBL@Alloc@ 10088a4c main.cpp.obj - 0002:00000a58 ??_C@_0EK@ILAEBCGD@C?3?2software?2hadesmem?9v142?9Relea@ 10088a58 main.cpp.obj - 0002:00000aa4 ??_C@_0BH@PKAGPCAJ@VirtualAllocEx?5failed?4@ 10088aa4 main.cpp.obj - 0002:00000abc ??_C@_04HJMOFLDF@Free@ 10088abc main.cpp.obj - 0002:00000ac4 ??_C@_0BG@MMIHDGBH@VirtualFreeEx?5failed?4@ 10088ac4 main.cpp.obj - 0002:00000adc ??_C@_0CD@GFAOAFIL@hadesmem?3?3Allocator?3?3FreeUnchec@ 10088adc main.cpp.obj - 0002:00000b00 ??_C@_0CD@LNPEPGDL@hadesmem?3?3Thread?3?3CleanupUnchec@ 10088b00 main.cpp.obj - 0002:00000b24 ??_C@_0BJ@JEFKDHMD@CreateToolhelp32Snapshot@ 10088b24 main.cpp.obj - 0002:00000b40 ??_C@_0FE@PMPDGIMA@C?3?2software?2hadesmem?9v142?9Relea@ 10088b40 main.cpp.obj - 0002:00000b94 ??_C@_0CB@JCNCLELI@CreateToolhelp32Snapshot?5failed@ 10088b94 main.cpp.obj - 0002:00000bb8 ??_C@_0BG@CIDIKHKO@Thread32First?5failed?4@ 10088bb8 main.cpp.obj - 0002:00000bd0 ??_C@_0BF@OOLHIKFH@Thread32Next?5failed?4@ 10088bd0 main.cpp.obj - 0002:00000be8 ??_C@_0BB@MBPKHMON@GetThreadContext@ 10088be8 main.cpp.obj - 0002:00000c00 ??_C@_0FD@GFMGBNPP@C?3?2software?2hadesmem?9v142?9Relea@ 10088c00 main.cpp.obj - 0002:00000c54 ??_C@_0CM@PMFHKMCF@GetThreadContext?5called?5for?5cur@ 10088c54 main.cpp.obj - 0002:00000c80 ??_C@_0BJ@NBMNLEAK@GetThreadContext?5failed?4@ 10088c80 main.cpp.obj - 0002:00000c9c ??_C@_0O@HMJOGGOE@SuspendThread@ 10088c9c main.cpp.obj - 0002:00000cac ??_C@_0BG@HGBOONEI@SuspendThread?5failed?4@ 10088cac main.cpp.obj - 0002:00000cc4 ??_C@_0N@JPHIGJOE@ResumeThread@ 10088cc4 main.cpp.obj - 0002:00000cd4 ??_C@_0BF@CPDPNIDB@ResumeThread?5failed?4@ 10088cd4 main.cpp.obj - 0002:00000cec ??_C@_0CL@NOFNLPJH@hadesmem?3?3SuspendedThread?3?3Resu@ 10088cec main.cpp.obj - 0002:00000d18 ??_C@_0EB@CHHFMIFP@WARNING?$CB?5Error?5while?5suspending@ 10088d18 main.cpp.obj - 0002:00000d5c ??_C@_0CN@OAFEMMLD@hadesmem?3?3SuspendedProcess?3?3Sus@ 10088d5c main.cpp.obj - 0002:00000d8c ??_C@_0BB@CEKDJBHG@SuspendedProcess@ 10088d8c main.cpp.obj - 0002:00000da0 ??_C@_0DN@FMFFEHNA@Failed?5to?5suspend?5all?5threads?5i@ 10088da0 main.cpp.obj - 0002:00000de0 ??_C@_09OJCFAFOB@VerifyPid@ 10088de0 main.cpp.obj - 0002:00000dec ??_C@_0BN@EEJAIICA@GetProcessIdOfThread?5failed?4@ 10088dec main.cpp.obj - 0002:00000e0c ??_C@_0BJ@PHFJBNAN@PID?5verification?5failed?4@ 10088e0c main.cpp.obj - 0002:00000e28 ??_C@_0BG@JNMEKNNO@FlushInstructionCache@ 10088e28 main.cpp.obj - 0002:00000e40 ??_C@_0EK@MAJFCFGD@C?3?2software?2hadesmem?9v142?9Relea@ 10088e40 main.cpp.obj - 0002:00000e8c ??_C@_0BO@BEKIKMHC@FlushInstructionCache?5failed?4@ 10088e8c main.cpp.obj - 0002:00000eac ??_C@_07EMMGCHGI@Protect@ 10088eac main.cpp.obj - 0002:00000eb8 ??_C@_0FK@CJDMOKGD@C?3?2software?2hadesmem?9v142?9Relea@ 10088eb8 main.cpp.obj - 0002:00000f14 ??_C@_0BJ@GOHMJHGO@VirtualProtectEx?5failed?4@ 10088f14 main.cpp.obj - 0002:00000f30 ??_C@_05BNKNJDAB@Query@ 10088f30 main.cpp.obj - 0002:00000f38 ??_C@_0FI@NAPLGFGJ@C?3?2software?2hadesmem?9v142?9Relea@ 10088f38 main.cpp.obj - 0002:00000f90 ??_C@_0BH@JFGDHIMO@VirtualQueryEx?5failed?4@ 10088f90 main.cpp.obj - 0002:00000fa8 ??_C@_0N@KLFIJGGA@ProtectGuard@ 10088fa8 main.cpp.obj - 0002:00000fb8 ??_C@_0FJ@OFKJBOII@C?3?2software?2hadesmem?9v142?9Relea@ 10088fb8 main.cpp.obj - 0002:00001014 ??_C@_0DF@BAHJNPFD@Attempt?5to?5access?5page?5with?5a?5?8@ 10089014 main.cpp.obj - 0002:0000104c ??_C@_0DB@CGKFDJFG@hadesmem?3?3detail?3?3ProtectGuard?3@ 1008904c main.cpp.obj - 0002:00001080 ??_C@_0O@KAKHNDGG@ReadUnchecked@ 10089080 main.cpp.obj - 0002:00001090 ??_C@_0FF@IFPHEENA@C?3?2software?2hadesmem?9v142?9Relea@ 10089090 main.cpp.obj - 0002:000010e8 ??_C@_0BK@NFNEHIDL@ReadProcessMemory?5failed?4@ 100890e8 main.cpp.obj - 0002:00001104 ??_C@_0P@LBLMMGGB@WriteUnchecked@ 10089104 main.cpp.obj - 0002:00001118 ??_C@_0FG@HKAAFBIF@C?3?2software?2hadesmem?9v142?9Relea@ 10089118 main.cpp.obj - 0002:00001170 ??_C@_0BL@BKBINFBA@WriteProcessMemory?5failed?4@ 10089170 main.cpp.obj - 0002:0000118c ??_C@_0DD@NEDPJGDL@Address?5?$DN?5?$CFp?0?5Target?5?$DN?5?$CFp?0?5Push@ 1008918c main.cpp.obj - 0002:000011c0 ??_C@_0BM@BLAEMDDL@hadesmem?3?3detail?3?3WriteJump@ 100891c0 main.cpp.obj - 0002:000011dc ??_C@_0BF@NLCMJOPD@Using?5relative?5jump?4@ 100891dc main.cpp.obj - 0002:000011f4 ??_C@_0BK@FPNCDMKG@Address?5?$DN?5?$CFp?0?5Target?5?$DN?5?$CFp@ 100891f4 main.cpp.obj - 0002:00001210 ??_C@_0BM@CONKFGOI@hadesmem?3?3detail?3?3WriteCall@ 10089210 main.cpp.obj - 0002:0000122c ??_C@_0BF@MEMDMDAI@Using?5relative?5call?4@ 1008922c main.cpp.obj - 0002:00001244 ??_C@_0BD@KKJJLKB@VerifyPatchThreads@ 10089244 main.cpp.obj - 0002:00001258 ??_C@_0FH@FDDALOBI@C?3?2software?2hadesmem?9v142?9Relea@ 10089258 main.cpp.obj - 0002:000012b0 ??_C@_0CM@OJCIIPGE@Thread?5is?5currently?5executing?5p@ 100892b0 main.cpp.obj - 0002:000012e0 ??_7?$basic_istream@DU?$char_traits@D@std@@@std@@6B@ 100892e0 main.cpp.obj - 0002:000012e8 ??_7?$basic_iostream@DU?$char_traits@D@std@@@std@@6B@ 100892e8 main.cpp.obj - 0002:000012ec ??_8?$basic_iostream@DU?$char_traits@D@std@@@std@@7B?$basic_istream@DU?$char_traits@D@std@@@1@@ 100892ec main.cpp.obj - 0002:000012f4 ??_8?$basic_iostream@DU?$char_traits@D@std@@@std@@7B?$basic_ostream@DU?$char_traits@D@std@@@1@@ 100892f4 main.cpp.obj - 0002:000012fc ??_C@_0CE@GCLPNIIO@hadesmem?3?3PatchRaw?3?3RemoveUnche@ 100892fc main.cpp.obj - 0002:00001320 ??_C@_07NJGAEJFG@?$FLDEBUG?$FN@ 10089320 main.cpp.obj - 0002:0000132c ??_7CDataStore@Nampower@@6B@ 1008932c main.cpp.obj - 0002:00001358 ??_7?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 10089358 main.cpp.obj - 0002:0000135c ??_8?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@7B?$basic_istream@DU?$char_traits@D@std@@@1@@ 1008935c main.cpp.obj - 0002:00001364 ??_8?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@7B?$basic_ostream@DU?$char_traits@D@std@@@1@@ 10089364 main.cpp.obj - 0002:0000136c ??_C@_0M@EHAPGNAC@?$CFY?9?$CFm?9?$CFd?5?$CFX@ 1008936c main.cpp.obj - 0002:00001378 ??_C@_06CGLFEPBO@Unused@ 10089378 main.cpp.obj - 0002:00001380 ??_C@_04MKEOLIJC@?5to?5@ 10089380 main.cpp.obj - 0002:00001388 ??_C@_0N@JECGEPKH@Registering?5@ 10089388 main.cpp.obj - 0002:00001398 ??_C@_0BK@ECMBPKJF@?5triggering?5queued?5spells@ 10089398 main.cpp.obj - 0002:000013b4 ??_C@_01LBDDMOBJ@?$FN@ 100893b4 main.cpp.obj - 0002:000013b8 ??_C@_0BE@DJPHGBFK@?5latency?5reduction?5@ 100893b8 main.cpp.obj - 0002:000013cc ??_C@_0BE@MCKMMINL@?5original?5duration?5@ 100893cc main.cpp.obj - 0002:000013e0 ??_C@_0M@GDEDPOEP@?5elapsed?5?$DO?5@ 100893e0 main.cpp.obj - 0002:000013ec ??_C@_0BB@CLMMGHMA@Ending?5channel?5?$FL@ 100893ec main.cpp.obj - 0002:00001400 ??_C@_0BF@PLCENIP@?5latency?5reduction?3?5@ 10089400 main.cpp.obj - 0002:00001418 ??_C@_0BG@BKKFKINO@Remaining?5tick?5time?3?5@ 10089418 main.cpp.obj - 0002:00001430 ??_C@_0CO@EPCFCBPN@Ending?5channel?5due?5to?5cancelCha@ 10089430 main.cpp.obj - 0002:00001460 ??_C@_0DA@KGIDDBKC@Non?5gcd?5spell?5cooldown?5up?0?5cast@ 10089460 main.cpp.obj - 0002:00001490 ??_C@_0CB@OKGJLKOH@?5due?5to?5max?5time?5since?5last?5cas@ 10089490 main.cpp.obj - 0002:000014b4 ??_C@_0BJ@MOIJJLEH@Ignoring?5queued?5cast?5of?5@ 100894b4 main.cpp.obj - 0002:000014d0 ??_C@_0CI@DLDOLJJB@Spell?5cooldown?5up?0?5casting?5queu@ 100894d0 main.cpp.obj - 0002:000014f8 ??_C@_06BALNJMNP@player@ 100894f8 main.cpp.obj - 0002:00001500 ??_C@_0BH@JFBHEHPE@NP_QueueCastTimeSpells@ 10089500 main.cpp.obj - 0002:00001518 ??_C@_0BP@PICLLELH@Set?5NP_QueueCastTimeSpells?5to?5@ 10089518 main.cpp.obj - 0002:00001538 ??_C@_0BG@EPNAOJED@NP_QueueInstantSpells@ 10089538 main.cpp.obj - 0002:00001550 ??_C@_0BO@FGKHFEMB@Set?5NP_QueueInstantSpells?5to?5@ 10089550 main.cpp.obj - 0002:00001570 ??_C@_0BG@NHCCGJDA@NP_QueueOnSwingSpells@ 10089570 main.cpp.obj - 0002:00001588 ??_C@_0BO@BGEGNIHK@Set?5NP_QueueOnSwingSpells?5to?5@ 10089588 main.cpp.obj - 0002:000015a8 ??_C@_0BJ@KIPOCKFK@NP_QueueChannelingSpells@ 100895a8 main.cpp.obj - 0002:000015c4 ??_C@_0CB@OBNLDPCK@Set?5NP_QueueChannelingSpells?5to@ 100895c4 main.cpp.obj - 0002:000015e8 ??_C@_0BI@OGLIEAGM@NP_QueueTargetingSpells@ 100895e8 main.cpp.obj - 0002:00001600 ??_C@_0CA@DMKPKEFC@Set?5NP_QueueTargetingSpells?5to?5@ 10089600 main.cpp.obj - 0002:00001620 ??_C@_0BJ@EEBEGJJE@NP_QueueSpellsOnCooldown@ 10089620 main.cpp.obj - 0002:0000163c ??_C@_0CB@ILICALD@Set?5NP_QueueSpellsOnCooldown?5to@ 1008963c main.cpp.obj - 0002:00001660 ??_C@_0CH@NKILOBGJ@NP_InterruptChannelsOutsideQueu@ 10089660 main.cpp.obj - 0002:00001688 ??_C@_0CP@CBMJDLLE@Set?5NP_InterruptChannelsOutside@ 10089688 main.cpp.obj - 0002:000016b8 ??_C@_0BN@BPHINGMM@NP_RetryServerRejectedSpells@ 100896b8 main.cpp.obj - 0002:000016d8 ??_C@_0CF@GJMGHEJL@Set?5NP_RetryServerRejectedSpell@ 100896d8 main.cpp.obj - 0002:00001700 ??_C@_0BM@KAAEKKLI@NP_QuickcastTargetingSpells@ 10089700 main.cpp.obj - 0002:0000171c ??_C@_0CE@LGHOMBHC@Set?5NP_QuickcastTargetingSpells@ 1008971c main.cpp.obj - 0002:00001740 ??_C@_0CB@HPGIFMMF@NP_ReplaceMatchingNonGcdCategor@ 10089740 main.cpp.obj - 0002:00001764 ??_C@_0CJ@BKCNDEIE@Set?5NP_ReplaceMatchingNonGcdCat@ 10089764 main.cpp.obj - 0002:00001790 ??_C@_0CE@HNEFELI@NP_OptimizeBufferUsingPacketTim@ 10089790 main.cpp.obj - 0002:000017b4 ??_C@_0CM@IFFMCJBG@Set?5NP_OptimizeBufferUsingPacke@ 100897b4 main.cpp.obj - 0002:000017e0 ??_C@_0CB@PAPCHMPF@NP_PreventRightClickTargetChang@ 100897e0 main.cpp.obj - 0002:00001804 ??_C@_0CJ@CEOCHGOE@Set?5NP_PreventRightClickTargetC@ 10089804 main.cpp.obj - 0002:00001830 ??_C@_0BO@IJCJBII@NP_PreventRightClickPvPAttack@ 10089830 main.cpp.obj - 0002:00001850 ??_C@_0CG@OFCDCGBE@Set?5NP_PreventRightClickPvPAtta@ 10089850 main.cpp.obj - 0002:00001878 ??_C@_0BP@COIIKABN@NP_DoubleCastToEndChannelEarly@ 10089878 main.cpp.obj - 0002:00001898 ??_C@_0CH@FPPJPDAN@Set?5NP_DoubleCastToEndChannelEa@ 10089898 main.cpp.obj - 0002:000018c0 ??_C@_0BJ@OGGMANCP@NP_QuickcastOnDoubleCast@ 100898c0 main.cpp.obj - 0002:000018dc ??_C@_0CB@FCCLLLOO@Set?5NP_QuickcastOnDoubleCast?5to@ 100898dc main.cpp.obj - 0002:00001900 ??_C@_0BJ@BNCLKABI@NP_SpamProtectionEnabled@ 10089900 main.cpp.obj - 0002:0000191c ??_C@_0CB@HLCAEHJD@Set?5NP_SpamProtectionEnabled?5to@ 1008991c main.cpp.obj - 0002:00001940 ??_C@_0BI@OFECCKJA@NP_EnableAuraCastEvents@ 10089940 main.cpp.obj - 0002:00001958 ??_C@_0CA@MCAFBLDG@Set?5NP_EnableAuraCastEvents?5to?5@ 10089958 main.cpp.obj - 0002:00001978 ??_C@_0BK@MBLEOKAE@NP_EnableAutoAttackEvents@ 10089978 main.cpp.obj - 0002:00001994 ??_C@_0CC@FLEKOLKF@Set?5NP_EnableAutoAttackEvents?5t@ 10089994 main.cpp.obj - 0002:000019b8 ??_C@_0BK@HPKDDDJN@NP_EnableSpellStartEvents@ 100899b8 main.cpp.obj - 0002:000019d4 ??_C@_0CC@DAAAFBCJ@Set?5NP_EnableSpellStartEvents?5t@ 100899d4 main.cpp.obj - 0002:000019f8 ??_C@_0BH@DBJNDJCK@NP_EnableSpellGoEvents@ 100899f8 main.cpp.obj - 0002:00001a10 ??_C@_0BP@HABICIHH@Set?5NP_EnableSpellGoEvents?5to?5@ 10089a10 main.cpp.obj - 0002:00001a30 ??_C@_0BJ@OPDINFN@NP_EnableSpellHealEvents@ 10089a30 main.cpp.obj - 0002:00001a4c ??_C@_0CB@CKCADEOG@Set?5NP_EnableSpellHealEvents?5to@ 10089a4c main.cpp.obj - 0002:00001a70 ??_C@_0BN@DLFLANCE@NP_EnableSpellEnergizeEvents@ 10089a70 main.cpp.obj - 0002:00001a90 ??_C@_0CF@HJHLFECN@Set?5NP_EnableSpellEnergizeEvent@ 10089a90 main.cpp.obj - 0002:00001ab8 ??_C@_0CB@CLDKJOLH@NP_PreventMountingWhenBuffCappe@ 10089ab8 main.cpp.obj - 0002:00001adc ??_C@_0CJ@KNLLLEIG@Set?5NP_PreventMountingWhenBuffC@ 10089adc main.cpp.obj - 0002:00001b08 ??_C@_0BD@KEENKIJP@NP_MinBufferTimeMs@ 10089b08 main.cpp.obj - 0002:00001b1c ??_C@_0CO@NIJCIBCJ@Set?5NP_MinBufferTimeMs?5and?5curr@ 10089b1c main.cpp.obj - 0002:00001b4c ??_C@_0BG@LLHBJGHN@NP_NonGcdBufferTimeMs@ 10089b4c main.cpp.obj - 0002:00001b64 ??_C@_0BO@BEDCEPJD@Set?5NP_NonGcdBufferTimeMs?5to?5@ 10089b64 main.cpp.obj - 0002:00001b84 ??_C@_0BH@MKMOFKHN@NP_MaxBufferIncreaseMs@ 10089b84 main.cpp.obj - 0002:00001b9c ??_C@_0BP@NHKKEPBG@Set?5NP_MaxBufferIncreaseMs?5to?5@ 10089b9c main.cpp.obj - 0002:00001bbc ??_C@_0BG@HPCNJHHL@NP_SpellQueueWindowMs@ 10089bbc main.cpp.obj - 0002:00001bd4 ??_C@_0BO@LKJMGOIJ@Set?5NP_SpellQueueWindowMs?5to?5@ 10089bd4 main.cpp.obj - 0002:00001bf4 ??_C@_0BL@KOCNOCFF@NP_OnSwingBufferCooldownMs@ 10089bf4 main.cpp.obj - 0002:00001c10 ??_C@_0CD@BOIHNHHB@Set?5NP_OnSwingBufferCooldownMs?5@ 10089c10 main.cpp.obj - 0002:00001c34 ??_C@_0BI@LPMHBLBF@NP_ChannelQueueWindowMs@ 10089c34 main.cpp.obj - 0002:00001c4c ??_C@_0CA@PAGBAGHM@Set?5NP_ChannelQueueWindowMs?5to?5@ 10089c4c main.cpp.obj - 0002:00001c6c ??_C@_0BK@KEKPPKMD@NP_TargetingQueueWindowMs@ 10089c6c main.cpp.obj - 0002:00001c88 ??_C@_0CC@DIBIMACH@Set?5NP_TargetingQueueWindowMs?5t@ 10089c88 main.cpp.obj - 0002:00001cac ??_C@_0BJ@EPEDEFB@NP_CooldownQueueWindowMs@ 10089cac main.cpp.obj - 0002:00001cc8 ??_C@_0CB@FONDBBI@Set?5NP_CooldownQueueWindowMs?5to@ 10089cc8 main.cpp.obj - 0002:00001cec ??_C@_0CF@LNIPLOJI@NP_ChannelLatencyReductionPerce@ 10089cec main.cpp.obj - 0002:00001d14 ??_C@_0CN@EINCDKGL@Set?5NP_ChannelLatencyReductionP@ 10089d14 main.cpp.obj - 0002:00001d44 ??_C@_0BF@NPNCLNJG@NP_NameplateDistance@ 10089d44 main.cpp.obj - 0002:00001d5c ??_C@_0BN@EGLOHIBD@Set?5NP_NameplateDistance?5to?5@ 10089d5c main.cpp.obj - 0002:00001d80 ??_7?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@6B@ 10089d80 main.cpp.obj - 0002:00001dd0 ??_C@_03PEOPGAMG@NP_@ 10089dd0 main.cpp.obj - 0002:00001dd4 ??_C@_0BJ@HNOEHODG@Using?5default?5value?5for?5@ 10089dd4 main.cpp.obj - 0002:00001df0 ??_C@_04IOBBKNGP@Logs@ 10089df0 main.cpp.obj - 0002:00001df8 ??_C@_0BD@FEPMOMFL@nampower_debug?4log@ 10089df8 main.cpp.obj - 0002:00001e0c ??_C@_0BI@LDBODINK@Logs?2nampower_debug?4log@ 10089e0c main.cpp.obj - 0002:00001e24 ??_C@_0BF@EHNBCGI@nampower_debug?4log?41@ 10089e24 main.cpp.obj - 0002:00001e3c ??_C@_0BK@KHFLEKEN@Logs?2nampower_debug?4log?41@ 10089e3c main.cpp.obj - 0002:00001e58 ??_C@_0BF@CPFAEBKL@nampower_debug?4log?42@ 10089e58 main.cpp.obj - 0002:00001e70 ??_C@_0BK@IMHGBJIO@Logs?2nampower_debug?4log?42@ 10089e70 main.cpp.obj - 0002:00001e8c ??_C@_0BF@DGELHAOK@nampower_debug?4log?43@ 10089e8c main.cpp.obj - 0002:00001ea4 ??_C@_0BK@JFGNCIMP@Logs?2nampower_debug?4log?43@ 10089ea4 main.cpp.obj - 0002:00001ec0 ??_C@_01LFCBOECM@?4@ 10089ec0 main.cpp.obj - 0002:00001ec4 ??_C@_0BD@BPOEFIKN@Loading?5nampower?5v@ 10089ec4 main.cpp.obj - 0002:00001ed8 ??_C@_0BK@INOGODLN@Registering?1Loading?5CVars@ 10089ed8 main.cpp.obj - 0002:00001ef4 ??_C@_0CF@IALCIHCG@?$DN?$DN?$DN?5Starting?5hook?5initializatio@ 10089ef4 main.cpp.obj - 0002:00001f1c ??_C@_0CL@MJPJAFAM@?$DN?$DN?$DN?5All?5hooks?5initialized?5succe@ 10089f1c main.cpp.obj - 0002:00001f48 ??_C@_01CLKCMJKC@?5@ 10089f48 main.cpp.obj - 0002:00001f4c ??_C@_0BJ@DDBOIFAJ@Added?5custom?5event?5code?3@ 10089f4c main.cpp.obj - 0002:00001f68 ??_C@_0BC@IIJKILOC@SPELL_QUEUE_EVENT@ 10089f68 main.cpp.obj - 0002:00001f7c ??_C@_0BB@INAPBEKM@SPELL_CAST_EVENT@ 10089f7c main.cpp.obj - 0002:00001f90 ??_C@_0BI@IIEOEKLK@SPELL_DAMAGE_EVENT_SELF@ 10089f90 main.cpp.obj - 0002:00001fa8 ??_C@_0BJ@HABHONC@SPELL_DAMAGE_EVENT_OTHER@ 10089fa8 main.cpp.obj - 0002:00001fc4 ??_C@_0BC@FNMHDFMM@DEBUFF_ADDED_SELF@ 10089fc4 main.cpp.obj - 0002:00001fd8 ??_C@_0BE@IPCENOKC@DEBUFF_REMOVED_SELF@ 10089fd8 main.cpp.obj - 0002:00001fec ??_C@_0BD@LOLCCDKE@DEBUFF_ADDED_OTHER@ 10089fec main.cpp.obj - 0002:00002000 ??_C@_0BF@BEGKIMBA@DEBUFF_REMOVED_OTHER@ 1008a000 main.cpp.obj - 0002:00002018 ??_C@_0BA@MOKKJPMK@BUFF_ADDED_SELF@ 1008a018 main.cpp.obj - 0002:00002028 ??_C@_0BC@OPHNKALP@BUFF_REMOVED_SELF@ 1008a028 main.cpp.obj - 0002:0000203c ??_C@_0BB@FHECOLDL@BUFF_ADDED_OTHER@ 1008a03c main.cpp.obj - 0002:00002050 ??_C@_0BD@HHAMLJLH@BUFF_REMOVED_OTHER@ 1008a050 main.cpp.obj - 0002:00002064 ??_C@_09OAKDIAEE@UNIT_DIED@ 1008a064 main.cpp.obj - 0002:00002070 ??_C@_0BC@HMKGCEPB@AURA_CAST_ON_SELF@ 1008a070 main.cpp.obj - 0002:00002084 ??_C@_0BD@OGPLAOKE@AURA_CAST_ON_OTHER@ 1008a084 main.cpp.obj - 0002:00002098 ??_C@_0BB@GJGJCOEG@AUTO_ATTACK_SELF@ 1008a098 main.cpp.obj - 0002:000020ac ??_C@_0BC@LDOLOHIB@AUTO_ATTACK_OTHER@ 1008a0ac main.cpp.obj - 0002:000020c0 ??_C@_0BB@LFPNKHHB@SPELL_START_SELF@ 1008a0c0 main.cpp.obj - 0002:000020d4 ??_C@_0BC@LIKNGAH@SPELL_START_OTHER@ 1008a0d4 main.cpp.obj - 0002:000020e8 ??_C@_0O@EBECIIDL@SPELL_GO_SELF@ 1008a0e8 main.cpp.obj - 0002:000020f8 ??_C@_0P@JNHHMBKG@SPELL_GO_OTHER@ 1008a0f8 main.cpp.obj - 0002:00002108 ??_C@_0BC@IAGOOOHI@SPELL_FAILED_SELF@ 1008a108 main.cpp.obj - 0002:0000211c ??_C@_0BD@HCGDPNOK@SPELL_FAILED_OTHER@ 1008a11c main.cpp.obj - 0002:00002130 ??_C@_0BD@BEPEMHGP@SPELL_DELAYED_SELF@ 1008a130 main.cpp.obj - 0002:00002144 ??_C@_0BE@PBCEOCAE@SPELL_DELAYED_OTHER@ 1008a144 main.cpp.obj - 0002:00002158 ??_C@_0BE@IOCKMDKP@SPELL_CHANNEL_START@ 1008a158 main.cpp.obj - 0002:0000216c ??_C@_0BF@LJOECPNH@SPELL_CHANNEL_UPDATE@ 1008a16c main.cpp.obj - 0002:00002184 ??_C@_0BD@MPPCDFLO@SPELL_HEAL_BY_SELF@ 1008a184 main.cpp.obj - 0002:00002198 ??_C@_0BE@CLAGLE@SPELL_HEAL_BY_OTHER@ 1008a198 main.cpp.obj - 0002:000021ac ??_C@_0BD@PGIOICCP@SPELL_HEAL_ON_SELF@ 1008a1ac main.cpp.obj - 0002:000021c0 ??_C@_0BH@FKIAPLHB@SPELL_ENERGIZE_BY_SELF@ 1008a1c0 main.cpp.obj - 0002:000021d8 ??_C@_0BI@LGFKLFL@SPELL_ENERGIZE_BY_OTHER@ 1008a1d8 main.cpp.obj - 0002:000021f0 ??_C@_0BH@GDPMEMOA@SPELL_ENERGIZE_ON_SELF@ 1008a1f0 main.cpp.obj - 0002:00002208 ??_C@_0BK@LABCOB@BUFF_UPDATE_DURATION_SELF@ 1008a208 main.cpp.obj - 0002:00002224 ??_C@_0BM@OJOKLDBP@DEBUFF_UPDATE_DURATION_SELF@ 1008a224 main.cpp.obj - 0002:00002240 ??_C@_0BA@GBKNELAD@SPELL_MISS_SELF@ 1008a240 main.cpp.obj - 0002:00002250 ??_C@_0BB@LFFFJGPL@SPELL_MISS_OTHER@ 1008a250 main.cpp.obj - 0002:00002264 ??_C@_07NFDODHAI@?5to?5700@ 1008a264 main.cpp.obj - 0002:0000226c ??_C@_0BN@PFEPHOAH@Increasing?5event?5count?5from?5@ 1008a26c main.cpp.obj - 0002:0000228c ??_C@_0CB@KNPGGJME@Registering?5Custom?5Lua?5function@ 1008a28c main.cpp.obj - 0002:000022b0 ??_C@_0BB@COEIEDHD@QueueSpellByName@ 1008a2b0 main.cpp.obj - 0002:000022c4 ??_C@_0BH@EFPAODGH@CastSpellByNameNoQueue@ 1008a2c4 main.cpp.obj - 0002:000022dc ??_C@_0M@PPLDGHGJ@QueueScript@ 1008a2dc main.cpp.obj - 0002:000022e8 ??_C@_0P@EEAKKLOD@IsSpellInRange@ 1008a2e8 main.cpp.obj - 0002:000022f8 ??_C@_0O@OJOODJBA@IsSpellUsable@ 1008a2f8 main.cpp.obj - 0002:00002308 ??_C@_0BG@LHDLCFEE@GetCurrentCastingInfo@ 1008a308 main.cpp.obj - 0002:00002320 ??_C@_0BC@NFIAGJCO@GetSpellIdForName@ 1008a320 main.cpp.obj - 0002:00002334 ??_C@_0BJ@OIEGKLKO@GetSpellNameAndRankForId@ 1008a334 main.cpp.obj - 0002:00002350 ??_C@_0BK@PJJFEGPC@GetSpellSlotTypeIdForName@ 1008a350 main.cpp.obj - 0002:0000236c ??_C@_0BL@MFCJKIGL@ChannelStopCastingNextTick@ 1008a36c main.cpp.obj - 0002:00002388 ??_C@_0BD@GKGGEBFB@GetNampowerVersion@ 1008a388 main.cpp.obj - 0002:0000239c ??_C@_0N@JDLNMJKE@GetItemLevel@ 1008a39c main.cpp.obj - 0002:000023ac ??_C@_0N@CBMNGPCH@GetItemStats@ 1008a3ac main.cpp.obj - 0002:000023bc ??_C@_0BA@OKINMLMF@StartItemExport@ 1008a3bc main.cpp.obj - 0002:000023cc ??_C@_0M@GCMNFEPN@GetSpellRec@ 1008a3cc main.cpp.obj - 0002:000023d8 ??_C@_0BC@EMLGDCK@GetItemStatsField@ 1008a3d8 main.cpp.obj - 0002:000023ec ??_C@_0BB@DLPAGHLE@GetSpellRecField@ 1008a3ec main.cpp.obj - 0002:00002400 ??_C@_0M@GMDOHMKD@GetUnitData@ 1008a400 main.cpp.obj - 0002:0000240c ??_C@_0N@NDOHCLOO@GetUnitField@ 1008a40c main.cpp.obj - 0002:0000241c ??_C@_0BC@OJJLHCMM@GetSpellModifiers@ 1008a41c main.cpp.obj - 0002:00002430 ??_C@_0BD@JFAGNKGG@FindPlayerItemSlot@ 1008a430 main.cpp.obj - 0002:00002444 ??_C@_0BB@DMAMHCNP@GetEquippedItems@ 1008a444 main.cpp.obj - 0002:00002458 ??_C@_0BA@MGJKCOKC@GetEquippedItem@ 1008a458 main.cpp.obj - 0002:00002468 ??_C@_0M@NACEOJGE@GetBagItems@ 1008a468 main.cpp.obj - 0002:00002474 ??_C@_0L@INPDLDGD@GetBagItem@ 1008a474 main.cpp.obj - 0002:00002480 ??_C@_0M@IILIBIAD@GetCastInfo@ 1008a480 main.cpp.obj - 0002:0000248c ??_C@_0BD@FMMMOHBG@GetSpellIdCooldown@ 1008a48c main.cpp.obj - 0002:000024a0 ??_C@_0BC@JJBCKJPB@GetItemIdCooldown@ 1008a4a0 main.cpp.obj - 0002:000024b4 ??_C@_0BD@JMKKPPOD@GetTrinketCooldown@ 1008a4b4 main.cpp.obj - 0002:000024c8 ??_C@_0BA@EIDAGHKD@UseItemIdOrName@ 1008a4c8 main.cpp.obj - 0002:000024d8 ??_C@_0L@NMBBKLLO@UseTrinket@ 1008a4d8 main.cpp.obj - 0002:000024e4 ??_C@_0M@EGBLDCCI@GetTrinkets@ 1008a4e4 main.cpp.obj - 0002:000024f0 ??_C@_0O@JMOODDHF@DisenchantAll@ 1008a4f0 main.cpp.obj - 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@_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 - 0003:000000c0 ?gUserSettings@Nampower@@3UUserSettings@@A 100ab0c0 main.cpp.obj - 0003:00000100 ?lua_error@Nampower@@3P6AXPAIPBD@ZA 100ab100 helper.cpp.obj - 0003:00000104 ?lua_gettop@Nampower@@3P6IHPAI@ZA 100ab104 helper.cpp.obj - 0003:00000108 ?lua_settop@Nampower@@3P6IXPAIH@ZA 100ab108 helper.cpp.obj - 0003:0000010c ?lua_type@Nampower@@3P6IHPAIH@ZA 100ab10c helper.cpp.obj - 0003:00000110 ?lua_isstring@Nampower@@3P6I_NPAIH@ZA 100ab110 helper.cpp.obj - 0003:00000114 ?lua_isnumber@Nampower@@3P6I_NPAIH@ZA 100ab114 helper.cpp.obj - 0003:00000118 ?lua_tostring@Nampower@@3P6IPADPAIH@ZA 100ab118 helper.cpp.obj - 0003:0000011c ?lua_tonumber@Nampower@@3P6INPAIH@ZA 100ab11c helper.cpp.obj - 0003:00000120 ?lua_pushnumber@Nampower@@3P6IXPAIN@ZA 100ab120 helper.cpp.obj - 0003:00000124 ?lua_pushstring@Nampower@@3P6IXPAIPAD@ZA 100ab124 helper.cpp.obj - 0003:00000128 ?lua_pushnil@Nampower@@3P6IXPAI@ZA 100ab128 helper.cpp.obj - 0003:0000012c ?lua_newtable@Nampower@@3P6IXPAI@ZA 100ab12c helper.cpp.obj - 0003:00000130 ?lua_settable@Nampower@@3P6IXPAIH@ZA 100ab130 helper.cpp.obj - 0003:00000134 ?luaL_ref@Nampower@@3P6IHPAIH@ZA 100ab134 helper.cpp.obj - 0003:00000138 ?lua_touserdata@Nampower@@3P6IPAXPAIH@ZA 100ab138 helper.cpp.obj - 0003:0000013c ?lua_rawgeti@Nampower@@3P6IXPAIHH@ZA 100ab13c helper.cpp.obj - 0003:00000140 ?luaL_unref@Nampower@@3P6IXPAIHH@ZA 100ab140 helper.cpp.obj - 0003:00000224 ?gScriptPriority@Nampower@@3HA 100ab224 misc_scripts.cpp.obj - 0003:00000570 __NLG_Destination 100ab570 libvcruntime:exsup.obj - 0003:00000580 __iob 100ab580 libucrt:_file.obj - 0003:00000630 ___abort_behavior 100ab630 libucrt:abort.obj - 0003:00000640 ___acrt_lconv_c 100ab640 libucrt:localeconv.obj - 0003:00000690 ___acrt_lconv 100ab690 libucrt:localeconv.obj - 0003:00000694 ___acrt_lconv_static_decimal 100ab694 libucrt:localeconv.obj - 0003:00000698 ___acrt_lconv_static_W_decimal 100ab698 libucrt:localeconv.obj - 0003:000006a8 ___acrt_initial_locale_data 100ab6a8 libucrt:nlsdata.obj - 0003:00000760 ___acrt_initial_locale_pointers 100ab760 libucrt:nlsdata.obj - 0003:00000768 ___acrt_wide_c_locale_string 100ab768 libucrt:nlsdata.obj - 0003:0000076c ___mb_cur_max 100ab76c libucrt:nlsdata.obj - 0003:00000770 ___badioinfo 100ab770 libucrt:ioinit.obj - 0003:000007a8 __lookuptrailbytes 100ab7a8 libucrt:read.obj - 0003:000008ac __pctype 100ab8ac libucrt:ctype.obj - 0003:000008b0 __pwctype 100ab8b0 libucrt:ctype.obj - 0003:00000a60 ___acrt_initial_multibyte_data 100aba60 libucrt:mbctype.obj - 0003:00000f80 ___globallocalestatus 100abf80 libucrt:glstatus.obj - 0003:00000fa4 ?_Sync@ios_base@std@@0_NA 100abfa4 libcpmt:ios.obj - 0003:00000ffc ___scrt_native_dllmain_reason 100abffc LIBCMT:utility.obj - 0003:00001000 ___security_cookie 100ac000 LIBCMT:gs_cookie.obj - 0003:00001040 ___security_cookie_complement 100ac040 LIBCMT:gs_cookie.obj - 0003:00001050 __Init_global_epoch 100ac050 LIBCMT:thread_safe_statics.obj - 0003:00001060 __fltused 100ac060 LIBCMT:fltused.obj - 0003:00001070 ___isa_inverted 100ac070 LIBCMT:cpu_disp.obj - 0003:00001078 ___isa_enabled 100ac078 LIBCMT:cpu_disp.obj - 0003:00001080 _ud_lookup_table_list 100ac080 udis86:itab.obj - 0003:00002578 _ud_itab 100ad578 udis86:itab.obj - 0003:000138a0 ??_R0?AVexception@std@@@8 100be8a0 logging.cpp.obj - 0003:000138bc ??_R0?AVbad_array_new_length@std@@@8 100be8bc logging.cpp.obj - 0003:000138e4 ??_R0?AVbad_alloc@std@@@8 100be8e4 logging.cpp.obj - 0003:00013900 ??_R0?AVruntime_error@std@@@8 100be900 logging.cpp.obj - 0003:00013920 ??_R0?AVsystem_error@std@@@8 100be920 logging.cpp.obj - 0003:00013940 ??_R0?AV_System_error@std@@@8 100be940 logging.cpp.obj - 0003:00013960 ??_R0?AVbad_cast@std@@@8 100be960 logging.cpp.obj - 0003:0001397c ??_R0?AVfailure@ios_base@std@@@8 100be97c logging.cpp.obj - 0003:000139a0 ??_R0?AVexception@boost@@@8 100be9a0 main.cpp.obj - 0003:000139c0 ??_R0?AVclone_base@exception_detail@boost@@@8 100be9c0 main.cpp.obj - 0003:000139f0 ??_R0?AVbad_exception@std@@@8 100be9f0 main.cpp.obj - 0003:00013a10 ??_R0?AVError@hadesmem@@@8 100bea10 main.cpp.obj - 0003:00013a30 ??_R0?AU?$wrapexcept@VError@hadesmem@@@boost@@@8 100bea30 main.cpp.obj - 0003:00013a68 ??_R0?AUtype@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@@8 100bea68 main.cpp.obj - 0003:00013ac8 ??_R0P6IXPAVPatchDetourBase@hadesmem@@@Z@8 100beac8 main.cpp.obj - 0003:00013af8 ??_R0P6IHPAVPatchDetourBase@hadesmem@@PAI@Z@8 100beaf8 main.cpp.obj - 0003:00013b28 ??_R0P6GXPAVPatchDetourBase@hadesmem@@@Z@8 100beb28 main.cpp.obj - 0003:00013b58 ??_R0P6IXPAVPatchDetourBase@hadesmem@@HI@Z@8 100beb58 main.cpp.obj - 0003:00013b88 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAX1I@Z@8 100beb88 main.cpp.obj - 0003:00013bbc ??_R0P6IXPAVPatchDetourBase@hadesmem@@IH_K@Z@8 100bebbc main.cpp.obj - 0003:00013bf0 ??_R0P6I_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@8 100bebf0 main.cpp.obj - 0003:00013c38 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@8 100bec38 main.cpp.obj - 0003:00013c80 ??_R0P6IXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@8 100bec80 main.cpp.obj - 0003:00013cc8 ??_R0P6IXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@8 100becc8 main.cpp.obj - 0003:00013d14 ??_R0P6IPAHPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bed14 main.cpp.obj - 0003:00013d48 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@8 100bed48 main.cpp.obj - 0003:00013d94 ??_R0P6IIPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bed94 main.cpp.obj - 0003:00013dc4 ??_R0P6IHPAVPatchDetourBase@hadesmem@@_K@Z@8 100bedc4 main.cpp.obj - 0003:00013df8 ??_R0P6IIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@8 100bedf8 main.cpp.obj - 0003:00013e44 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAXHH@Z@8 100bee44 main.cpp.obj - 0003:00013e78 ??_R0P6I_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@8 100bee78 main.cpp.obj - 0003:00013eb0 ??_R0P6GHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@8 100beeb0 main.cpp.obj - 0003:00013ef8 ??_R0P6IHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@8 100beef8 main.cpp.obj - 0003:00013f40 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@8 100bef40 main.cpp.obj - 0003:00013f8c ??_R0P6IXPAVPatchDetourBase@hadesmem@@IHH@Z@8 100bef8c main.cpp.obj - 0003:00013fbc ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@8 100befbc main.cpp.obj - 0003:00013ff4 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@8 100beff4 main.cpp.obj - 0003:0001402c ??_R0P6IXPAVPatchDetourBase@hadesmem@@_K@Z@8 100bf02c main.cpp.obj - 0003:0001405c ??_R0P6IXPAVPatchDetourBase@hadesmem@@EH@Z@8 100bf05c main.cpp.obj - 0003:0001408c ??_R0P6IXPAVPatchDetourBase@hadesmem@@I@Z@8 100bf08c main.cpp.obj - 0003:000140bc ??_R0P6IIPAVPatchDetourBase@hadesmem@@HPAI1@Z@8 100bf0bc main.cpp.obj - 0003:000140f0 ??_R0?AV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@8 100bf0f0 main.cpp.obj - 0003:00014138 ??_R0?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@8 100bf138 main.cpp.obj - 0003:00014194 ??_R0?AUbad_exception_@exception_detail@boost@@@8 100bf194 main.cpp.obj - 0003:000141c8 ??_R0?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@8 100bf1c8 main.cpp.obj - 0003:00014220 ??_R0?AUbad_alloc_@exception_detail@boost@@@8 100bf220 main.cpp.obj - 0003:00014250 ??_R0?AV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@8 100bf250 main.cpp.obj - 0003:000142cc ??_R0P6AXPAVPatchDetourBase@hadesmem@@@Z@8 100bf2cc main.cpp.obj - 0003:000142fc ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@8 100bf2fc main.cpp.obj - 0003:00014330 ??_R0P6AXPAVPatchDetourBase@hadesmem@@HI@Z@8 100bf330 main.cpp.obj - 0003:00014360 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@8 100bf360 main.cpp.obj - 0003:000143ac ??_R0P6AXPAVPatchDetourBase@hadesmem@@EH@Z@8 100bf3ac main.cpp.obj - 0003:000143dc ??_R0P6AXPAVPatchDetourBase@hadesmem@@_K@Z@8 100bf3dc main.cpp.obj - 0003:0001440c ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@8 100bf40c main.cpp.obj - 0003:00014444 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@8 100bf444 main.cpp.obj - 0003:0001447c ??_R0P6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@8 100bf47c main.cpp.obj - 0003:000144b0 ??_R0P6AXPAVPatchDetourBase@hadesmem@@I@Z@8 100bf4b0 main.cpp.obj - 0003:000144e0 ??_R0P6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bf4e0 main.cpp.obj - 0003:00014514 ??_R0P6AHPAVPatchDetourBase@hadesmem@@_K@Z@8 100bf514 main.cpp.obj - 0003:00014544 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@8 100bf544 main.cpp.obj - 0003:00014578 ??_R0P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@8 100bf578 main.cpp.obj - 0003:000145c4 ??_R0P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@8 100bf5c4 main.cpp.obj - 0003:000145f8 ??_R0P6AIPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bf5f8 main.cpp.obj - 0003:00014628 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@8 100bf628 main.cpp.obj - 0003:00014678 ??_R0P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@8 100bf678 main.cpp.obj - 0003:000146c8 ??_R0P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@8 100bf6c8 main.cpp.obj - 0003:00014710 ??_R0P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@8 100bf710 main.cpp.obj - 0003:00014758 ??_R0P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@8 100bf758 main.cpp.obj - 0003:000147a0 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@8 100bf7a0 main.cpp.obj - 0003:000147e8 ??_R0P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@8 100bf7e8 main.cpp.obj - 0003:00014830 ??_R0P6AXPAVPatchDetourBase@hadesmem@@IHH@Z@8 100bf830 main.cpp.obj - 0003:00014860 ??_R0P6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@8 100bf860 main.cpp.obj - 0003:00014894 ??_R0P6AHPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bf894 main.cpp.obj - 0003:000148c4 ??_R0PAUTagErrorString@hadesmem@@@8 100bf8c4 main.cpp.obj - 0003:000148ec ??_R0PAUTagErrorCodeWinLast@hadesmem@@@8 100bf8ec main.cpp.obj - 0003:00014918 ??_R0?AV__non_rtti_object@std@@@8 100bf918 libvcruntime:rtti.obj - 0003:0001493c ??_R0?AVbad_typeid@std@@@8 100bf93c libvcruntime:rtti.obj - 0003:0001495c ??_R0?AVinvalid_argument@std@@@8 100bf95c libcpmt:xthrow.obj - 0003:00014980 ??_R0?AVlogic_error@std@@@8 100bf980 libcpmt:xthrow.obj - 0003:000149a0 ??_R0?AVlength_error@std@@@8 100bf9a0 libcpmt:xthrow.obj - 0003:000149c0 ??_R0?AVout_of_range@std@@@8 100bf9c0 libcpmt:xthrow.obj - 0003:000149e0 ??_R0?AVbad_function_call@std@@@8 100bf9e0 libcpmt:xthrow.obj - 0003:00014a08 ??_R0?AVios_base@std@@@8 100bfa08 logging.cpp.obj - 0003:00014a24 ??_R0?AV?$_Iosb@H@std@@@8 100bfa24 logging.cpp.obj - 0003:00014a40 ??_R0?AV?$basic_ios@DU?$char_traits@D@std@@@std@@@8 100bfa40 logging.cpp.obj - 0003:00014a78 ??_R0?AV?$basic_streambuf@DU?$char_traits@D@std@@@std@@@8 100bfa78 logging.cpp.obj - 0003:00014ab4 ??_R0?AV?$basic_ostream@DU?$char_traits@D@std@@@std@@@8 100bfab4 logging.cpp.obj - 0003:00014af0 ??_R0?AV?$basic_filebuf@DU?$char_traits@D@std@@@std@@@8 100bfaf0 logging.cpp.obj - 0003:00014b2c ??_R0?AV?$basic_ofstream@DU?$char_traits@D@std@@@std@@@8 100bfb2c logging.cpp.obj - 0003:00014b68 ??_R0?AVerror_category@std@@@8 100bfb68 logging.cpp.obj - 0003:00014b8c ??_R0?AV_Iostream_error_category2@std@@@8 100bfb8c logging.cpp.obj - 0003:00014bb8 ??_R0?AV_Facet_base@std@@@8 100bfbb8 logging.cpp.obj - 0003:00014bd8 ??_R0?AVfacet@locale@std@@@8 100bfbd8 logging.cpp.obj - 0003:00014bf8 ??_R0?AU_Crt_new_delete@std@@@8 100bfbf8 logging.cpp.obj - 0003:00014c1c ??_R0?AVcodecvt_base@std@@@8 100bfc1c logging.cpp.obj - 0003:00014c3c ??_R0?AUctype_base@std@@@8 100bfc3c logging.cpp.obj - 0003:00014c5c ??_R0?AV?$ctype@D@std@@@8 100bfc5c logging.cpp.obj - 0003:00014c78 ??_R0?AV?$codecvt@DDU_Mbstatet@@@std@@@8 100bfc78 logging.cpp.obj - 0003:00014ca4 ??_R0?AV?$basic_istream@DU?$char_traits@D@std@@@std@@@8 100bfca4 main.cpp.obj - 0003:00014ce0 ??_R0?AV?$basic_iostream@DU?$char_traits@D@std@@@std@@@8 100bfce0 main.cpp.obj - 0003:00014d20 ??_R0?AV?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@8 100bfd20 main.cpp.obj - 0003:00014d70 ??_R0?AV?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@8 100bfd70 main.cpp.obj - 0003:00014dc8 ??_R0?AV?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@8 100bfdc8 main.cpp.obj - 0003:00014e18 ??_R0?AV_Ref_count_base@std@@@8 100bfe18 main.cpp.obj - 0003:00014e3c ??_R0?AVerror_info_base@exception_detail@boost@@@8 100bfe3c main.cpp.obj - 0003:00014e74 ??_R0?AUerror_info_container@exception_detail@boost@@@8 100bfe74 main.cpp.obj - 0003:00014eb0 ??_R0?AVsp_counted_base@detail@boost@@@8 100bfeb0 main.cpp.obj - 0003:00014edc ??_R0?AVerror_info_container_impl@exception_detail@boost@@@8 100bfedc main.cpp.obj - 0003:00014f20 ??_R0?AV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@8 100bff20 main.cpp.obj - 0003:00014f74 ??_R0?AVPatchDetourBase@hadesmem@@@8 100bff74 main.cpp.obj - 0003:00014f9c ??_R0?AVCDataStore@Nampower@@@8 100bff9c main.cpp.obj - 0003:00014fc0 ??_R0?AV?$PatchDetour@P6IXXZPAX@hadesmem@@@8 100bffc0 main.cpp.obj - 0003:00014ff0 ??_R0?AV?$PatchDetour@P6GXXZPAX@hadesmem@@@8 100bfff0 main.cpp.obj - 0003:00015020 ??_R0?AV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@8 100c0020 main.cpp.obj - 0003:00015054 ??_R0?AV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@8 100c0054 main.cpp.obj - 0003:00015088 ??_R0?AV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@8 100c0088 main.cpp.obj - 0003:000150bc ??_R0?AV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@8 100c00bc main.cpp.obj - 0003:000150f0 ??_R0?AV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@8 100c00f0 main.cpp.obj - 0003:00015138 ??_R0?AV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@8 100c0138 main.cpp.obj - 0003:00015180 ??_R0?AV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@8 100c0180 main.cpp.obj - 0003:000151d0 ??_R0?AV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@8 100c01d0 main.cpp.obj - 0003:0001521c ??_R0?AV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@8 100c021c main.cpp.obj - 0003:00015250 ??_R0?AV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@8 100c0250 main.cpp.obj - 0003:000152a0 ??_R0?AV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@8 100c02a0 main.cpp.obj - 0003:000152d4 ??_R0?AV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@8 100c02d4 main.cpp.obj - 0003:00015308 ??_R0?AV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@8 100c0308 main.cpp.obj - 0003:00015354 ??_R0?AV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@8 100c0354 main.cpp.obj - 0003:00015388 ??_R0?AV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@8 100c0388 main.cpp.obj - 0003:000153c0 ??_R0?AV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@8 100c03c0 main.cpp.obj - 0003:00015410 ??_R0?AV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@8 100c0410 main.cpp.obj - 0003:00015460 ??_R0?AV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@8 100c0460 main.cpp.obj - 0003:000154ac ??_R0?AV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@8 100c04ac main.cpp.obj - 0003:000154e0 ??_R0?AV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@8 100c04e0 main.cpp.obj - 0003:00015518 ??_R0?AV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@8 100c0518 main.cpp.obj - 0003:00015550 ??_R0?AV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@8 100c0550 main.cpp.obj - 0003:00015584 ??_R0?AV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@8 100c0584 main.cpp.obj - 0003:000155b8 ??_R0?AV?$PatchDetour@P6IXI@ZPAX@hadesmem@@@8 100c05b8 main.cpp.obj - 0003:000155e8 ??_R0?AV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@8 100c05e8 main.cpp.obj - 0003:00015620 ??_R0?AV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@@8 100c0620 main.cpp.obj - 0003:00015664 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@@8 100c0664 main.cpp.obj - 0003:000156a4 ??_R0?AV?$numpunct@D@std@@@8 100c06a4 main.cpp.obj - 0003:000156c8 ??_R0?AV?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@@8 100c06c8 main.cpp.obj - 0003:00015710 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@@8 100c0710 main.cpp.obj - 0003:00015750 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@std@@@8 100c0750 main.cpp.obj - 0003:00015790 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@@8 100c0790 main.cpp.obj - 0003:000157d0 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@std@@@8 100c07d0 main.cpp.obj - 0003:00015818 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@@8 100c0818 main.cpp.obj - 0003:00015860 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@@8 100c0860 main.cpp.obj - 0003:000158a8 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@@8 100c08a8 main.cpp.obj - 0003:00015908 ??_R0?AV?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@@8 100c0908 main.cpp.obj - 0003:00015968 ??_R0?AV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@@8 100c0968 main.cpp.obj - 0003:000159c8 ??_R0?AV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@@8 100c09c8 main.cpp.obj - 0003:00015a10 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@@8 100c0a10 main.cpp.obj - 0003:00015a58 ??_R0?AV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@@8 100c0a58 main.cpp.obj - 0003:00015ab8 ??_R0?AV?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@@8 100c0ab8 main.cpp.obj - 0003:00015af8 ??_R0?AV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@@8 100c0af8 main.cpp.obj - 0003:00015b40 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@@8 100c0b40 main.cpp.obj - 0003:00015ba0 ??_R0?AV?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@@8 100c0ba0 main.cpp.obj - 0003:00015be8 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@@8 100c0be8 main.cpp.obj - 0003:00015c48 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@@8 100c0c48 main.cpp.obj - 0003:00015ca8 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@@8 100c0ca8 main.cpp.obj - 0003:00015d00 ??_R0?AV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@@8 100c0d00 main.cpp.obj - 0003:00015d58 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@@8 100c0d58 main.cpp.obj - 0003:00015da0 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@@8 100c0da0 main.cpp.obj - 0003:00015de8 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@@8 100c0de8 main.cpp.obj - 0003:00015e28 ??_R0?AV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@8 100c0e28 main.cpp.obj - 0003:00015e80 ??_R0?AV?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@@8 100c0e80 main.cpp.obj - 0003:00015ee8 ??_R0?AV?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@@8 100c0ee8 main.cpp.obj - 0003:00015f48 ??_R0?AV?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@@8 100c0f48 main.cpp.obj - 0003:00015fa8 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@@8 100c0fa8 main.cpp.obj - 0003:00016000 ??_R0?AV?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@@8 100c1000 main.cpp.obj - 0003:00016060 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@@8 100c1060 main.cpp.obj - 0003:000160c0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@@8 100c10c0 main.cpp.obj - 0003:00016120 ??_R0?AV?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@@8 100c1120 main.cpp.obj - 0003:000161a0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@@8 100c11a0 main.cpp.obj - 0003:00016210 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@@8 100c1210 main.cpp.obj - 0003:00016288 ??_R0?AV?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@@8 100c1288 main.cpp.obj - 0003:00016300 ??_R0?AV?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@@8 100c1300 main.cpp.obj - 0003:00016378 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@@8 100c1378 main.cpp.obj - 0003:000163f8 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@@8 100c13f8 main.cpp.obj - 0003:00016478 ??_R0?AV?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@@8 100c1478 main.cpp.obj - 0003:000164d8 ??_R0?AV?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@@8 100c14d8 main.cpp.obj - 0003:00016540 ??_R0?AV?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@@8 100c1540 main.cpp.obj - 0003:000165b8 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@@8 100c15b8 main.cpp.obj - 0003:00016618 ??_R0?AV?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@@8 100c1618 main.cpp.obj - 0003:00016670 ??_R0?AV?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@@8 100c1670 main.cpp.obj - 0003:000166d0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@@8 100c16d0 main.cpp.obj - 0003:00016728 ??_R0?AV?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@@8 100c1728 main.cpp.obj - 0003:00016788 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@@8 100c1788 main.cpp.obj - 0003:000167f0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@@8 100c17f0 main.cpp.obj - 0003:00016858 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@@8 100c1858 main.cpp.obj - 0003:000168b0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@@8 100c18b0 main.cpp.obj - 0003:00016908 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@@8 100c1908 main.cpp.obj - 0003:00016988 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@@8 100c1988 main.cpp.obj - 0003:000169e0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@@8 100c19e0 main.cpp.obj - 0003:00016a40 ??_R0?AV?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@@8 100c1a40 main.cpp.obj - 0003:00016ac0 ??_R0?AV?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@@8 100c1ac0 main.cpp.obj - 0003:00016b40 ??_R0?AV?$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 100c1b40 main.cpp.obj - 0003:00016be0 ??_R0?AV?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@@8 100c1be0 main.cpp.obj - 0003:00016c48 ??_R0?AVDNameNode@@@8 100c1c48 libvcruntime:undname.obj - 0003:00016c60 ??_R0?AVcharNode@@@8 100c1c60 libvcruntime:undname.obj - 0003:00016c78 ??_R0?AVpcharNode@@@8 100c1c78 libvcruntime:undname.obj - 0003:00016c90 ??_R0?AVpDNameNode@@@8 100c1c90 libvcruntime:undname.obj - 0003:00016cac ??_R0?AVDNameStatusNode@@@8 100c1cac libvcruntime:undname.obj - 0003:00016ccc ??_R0?AVpairNode@@@8 100c1ccc libvcruntime:undname.obj - 0003:00016ce4 ??_R0?AV_Locimp@locale@std@@@8 100c1ce4 libcpmt:locale0.obj - 0003:00016d08 ??_R0?AVtype_info@@@8 100c1d08 LIBCMT:std_type_info_static.obj - 0003:00016d20 ?gStartTime@Nampower@@3IA 100c1d20 logging.cpp.obj - 0003:00016d24 ?id@?$codecvt@DDU_Mbstatet@@@std@@2V0locale@2@A 100c1d24 logging.cpp.obj - 0003:00016d28 ?_Stinit@?1??_Init@?$basic_filebuf@DU?$char_traits@D@std@@@std@@IAEXPAU_iobuf@@W4_Initfl@23@@Z@4U_Mbstatet@@A 100c1d28 logging.cpp.obj - 0003:00016d30 ?_Psave@?$_Facetptr@V?$ctype@D@std@@@std@@2PBVfacet@locale@2@B 100c1d30 logging.cpp.obj - 0003:00016d34 ?_Psave@?$_Facetptr@V?$codecvt@DDU_Mbstatet@@@std@@@std@@2PBVfacet@locale@2@B 100c1d34 logging.cpp.obj - 0003:00016d38 ?gLastErrorTimeMs@Nampower@@3IA 100c1d38 main.cpp.obj - 0003:00016d3c ?gLastBufferIncreaseTimeMs@Nampower@@3IA 100c1d3c main.cpp.obj - 0003:00016d40 ?gLastBufferDecreaseTimeMs@Nampower@@3IA 100c1d40 main.cpp.obj - 0003:00016d44 ?gBufferTimeMs@Nampower@@3IA 100c1d44 main.cpp.obj - 0003:00016d48 ?gDisenchantItemId@Nampower@@3IA 100c1d48 main.cpp.obj - 0003:00016d4c ?gDisenchantQuality@Nampower@@3IA 100c1d4c main.cpp.obj - 0003:00016d50 ?gDisenchantIncludeSoulbound@Nampower@@3_NA 100c1d50 main.cpp.obj - 0003:00016d51 ?gForceQueueCast@Nampower@@3_NA 100c1d51 main.cpp.obj - 0003:00016d52 ?gNoQueueCast@Nampower@@3_NA 100c1d52 main.cpp.obj - 0003:00016d53 ?gQueuesProcessed@Nampower@@3_NA 100c1d53 main.cpp.obj - 0003:00016d54 ?gNextDisenchantTimeMs@Nampower@@3IA 100c1d54 main.cpp.obj - 0003:00016d58 ?gRunningAverageLatencyMs@Nampower@@3IA 100c1d58 main.cpp.obj - 0003:00016d5c ?gLastServerSpellDelayMs@Nampower@@3IA 100c1d5c main.cpp.obj - 0003:00016d60 ?castSpellDetour@Nampower@@3PAVPatchDetourBase@hadesmem@@A 100c1d60 main.cpp.obj - 0003:00016d64 ?gLastCastData@Nampower@@3ULastCastData@@A 100c1d64 main.cpp.obj - 0003:00016d80 ?gCastData@Nampower@@3UCastData@@A 100c1d80 main.cpp.obj - 0003:00016dd8 ?gLastNormalCastParams@Nampower@@3UCastSpellParams@@A 100c1dd8 main.cpp.obj - 0003:00016e10 ?gLastOnSwingCastParams@Nampower@@3UCastSpellParams@@A 100c1e10 main.cpp.obj - 0003:00016e48 ?loadFlag@Nampower@@3Uonce_flag@std@@A 100c1e48 main.cpp.obj - 0003:00016e4c ?initHooksFlag@Nampower@@3Uonce_flag@std@@A 100c1e4c main.cpp.obj - 0003:00016e50 ?lastCastUsedServerDelay@Nampower@@3_NA 100c1e50 main.cpp.obj - 0003:00016e54 ?gNonGcdCastQueue@Nampower@@3VCastQueue@1@A 100c1e54 main.cpp.obj - 0003:00016e70 ?gCastHistory@Nampower@@3VCastQueue@1@A 100c1e70 main.cpp.obj - 0003:00016e8c ?gSysMsgInitDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXXZPAX@hadesmem@@@std@@@std@@A 100c1e8c main.cpp.obj - 0003:00016e90 ?gLoadScriptFunctionsDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@A 100c1e90 main.cpp.obj - 0003:00016e94 ?gCreateEventsDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@A 100c1e94 main.cpp.obj - 0003:00016e98 ?gSetEventCountDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@A 100c1e98 main.cpp.obj - 0003:00016e9c ?gSetCVarDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@A 100c1e9c main.cpp.obj - 0003:00016ea0 ?gCGSpellBook_CastSpellDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@A 100c1ea0 main.cpp.obj - 0003:00016ea4 ?gCastDetour@Nampower@@3V?$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@@A 100c1ea4 main.cpp.obj - 0003:00016ea8 ?gSendCastDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@A 100c1ea8 main.cpp.obj - 0003:00016eac ?gCancelSpellDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@A 100c1eac main.cpp.obj - 0003:00016eb0 ?gSignalEventDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXW4Events@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXW4Events@game@@@ZPAX@hadesmem@@@std@@@std@@A 100c1eb0 main.cpp.obj - 0003:00016eb4 ?gSpellFailedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@A 100c1eb4 main.cpp.obj - 0003:00016eb8 ?gSpell_C_GetSpellModifiersDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPBUSpellRec@game@@PAHW4SpellModOp@2@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPBUSpellRec@game@@PAHW4SpellModOp@2@@ZPAX@hadesmem@@@std@@@std@@A 100c1eb8 main.cpp.obj - 0003:00016ebc ?gSpell_C_GetSpellRadiusDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IMXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IMXZPAX@hadesmem@@@std@@@std@@A 100c1ebc main.cpp.obj - 0003:00016ec0 ?gCastbarPatch@Nampower@@3V?$unique_ptr@VPatchRaw@hadesmem@@U?$default_delete@VPatchRaw@hadesmem@@@std@@@std@@A 100c1ec0 main.cpp.obj - 0003:00016ec4 ?gIEndSceneDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@A 100c1ec4 main.cpp.obj - 0003:00016ec8 ?gSpell_C_GetAutoRepeatingSpellDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6AHXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6AHXZPAX@hadesmem@@@std@@@std@@A 100c1ec8 main.cpp.obj - 0003:00016ecc ?gSpell_C_CooldownEventTriggeredDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXIPA_KHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIPA_KHH@ZPAX@hadesmem@@@std@@@std@@A 100c1ecc main.cpp.obj - 0003:00016ed0 ?gSpellGoDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c1ed0 main.cpp.obj - 0003:00016ed4 ?gSpellTargetUnitDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@A 100c1ed4 main.cpp.obj - 0003:00016ed8 ?gSpellStopCastingDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@A 100c1ed8 main.cpp.obj - 0003:00016edc ?gOnSpriteRightClickDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@A 100c1edc main.cpp.obj - 0003:00016ee0 ?gSpell_C_HandleSpriteClickDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6I_NPAUCSpriteClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAUCSpriteClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@A 100c1ee0 main.cpp.obj - 0003:00016ee4 ?gSpell_C_HandleTerrainClickDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@A 100c1ee4 main.cpp.obj - 0003:00016ee8 ?gCGWorldFrame_OnLayerTrackTerrainDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@A 100c1ee8 main.cpp.obj - 0003:00016eec ?gSpell_C_TargetSpellDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@A 100c1eec main.cpp.obj - 0003:00016ef0 ?gSpellCooldownDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c1ef0 main.cpp.obj - 0003:00016ef4 ?gSpellDelayedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c1ef4 main.cpp.obj - 0003:00016ef8 ?gCastResultHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c1ef8 main.cpp.obj - 0003:00016efc ?gSpellFailedOtherHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c1efc main.cpp.obj - 0003:00016f00 ?gSpellChannelStartHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c1f00 main.cpp.obj - 0003:00016f04 ?gSpellChannelUpdateHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c1f04 main.cpp.obj - 0003:00016f08 ?gPlaySpellVisualHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c1f08 main.cpp.obj - 0003:00016f0c ?gSpellHealingLogHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c1f0c main.cpp.obj - 0003:00016f10 ?gSpellEnergizeLogHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c1f10 main.cpp.obj - 0003:00016f14 ?gProcResistHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c1f14 main.cpp.obj - 0003:00016f18 ?gSpellLogMissHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c1f18 main.cpp.obj - 0003:00016f1c ?gSpellOrDamageImmuneHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c1f1c main.cpp.obj - 0003:00016f20 ?gSpellStartHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c1f20 main.cpp.obj - 0003:00016f24 ?gPeriodicAuraLogHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c1f24 main.cpp.obj - 0003:00016f28 ?gSpellNonMeleeDmgLogHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c1f28 main.cpp.obj - 0003:00016f2c ?gCGPlayer_C_OnAttackIconPressedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHPAIPAX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAIPAX_K@ZPAX@hadesmem@@@std@@@std@@A 100c1f2c main.cpp.obj - 0003:00016f30 ?gAttackRoundInfo_ReadPacketDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c1f30 main.cpp.obj - 0003:00016f34 ?gCGActionBar_UseActionDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@A 100c1f34 main.cpp.obj - 0003:00016f38 ?gCGUnit_C_OnAuraRemovedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@A 100c1f38 main.cpp.obj - 0003:00016f3c ?gCGUnit_C_OnAuraAddedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@A 100c1f3c main.cpp.obj - 0003:00016f40 ?gCGUnit_C_OnAuraStacksChangedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@A 100c1f40 main.cpp.obj - 0003:00016f44 ?gUnitCombatLogUnitDeadDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@A 100c1f44 main.cpp.obj - 0003:00016f48 ?gCGBuffBar_UpdateDurationDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@A 100c1f48 main.cpp.obj - 0003:00016f4c ?gInvalidFunctionPtrCheckDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@A 100c1f4c main.cpp.obj - 0003:00016f50 ?gGetSpellSlotFromLuaDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@A 100c1f50 main.cpp.obj - 0003:00016f54 ?gCSimpleFrame_GetNameDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@A 100c1f54 main.cpp.obj - 0003:00016f58 ?ep@?1???$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@2@XZ@4V32@A 100c1f58 main.cpp.obj - 0003:00016f60 ?ep@?1???$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@2@XZ@4V32@A 100c1f60 main.cpp.obj - 0003:00016f68 ?e@?$exception_ptr_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B 100c1f68 main.cpp.obj - 0003:00016f70 ?e@?$exception_ptr_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B 100c1f70 main.cpp.obj - 0003:00016f78 ?id@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100c1f78 main.cpp.obj - 0003:00016f7c ?id@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100c1f7c main.cpp.obj - 0003:00016f80 ?id@?$numpunct@D@std@@2V0locale@2@A 100c1f80 main.cpp.obj - 0003:00016f84 ?id@?$numpunct@_W@std@@2V0locale@2@A 100c1f84 main.cpp.obj - 0003:00016f88 ?id@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100c1f88 main.cpp.obj - 0003:00016f8c ?_Psave@?$_Facetptr@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@2PBVfacet@locale@2@B 100c1f8c main.cpp.obj - 0003:00016f90 ?_Psave@?$_Facetptr@V?$numpunct@D@std@@@std@@2PBVfacet@locale@2@B 100c1f90 main.cpp.obj - 0003:00016f94 ?$TSS0@?1???$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@2@XZ@4HA 100c1f94 main.cpp.obj - 0003:00016f98 ?$TSS0@?1???$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@2@XZ@4HA 100c1f98 main.cpp.obj - 0003:00016f9c ?_Psave@?$_Facetptr@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@2PBVfacet@locale@2@B 100c1f9c main.cpp.obj - 0003:00016fa0 ?id@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100c1fa0 main.cpp.obj - 0003:00016fa4 ?id@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100c1fa4 main.cpp.obj - 0003:00016ff0 ?lastCastResultTimeMs@Nampower@@3IA 100c1ff0 spellevents.cpp.obj - 0003:00017318 ?gScriptQueued@Nampower@@3_NA 100c2318 misc_scripts.cpp.obj - 0003:0001731c ?queuedScript@Nampower@@3PADA 100c231c misc_scripts.cpp.obj - 0003:00018168 ?equippedTrinketDataCache@Nampower@@3V?$array@UCachedTrinketData@Nampower@@$0BD@@std@@A 100c3168 items.cpp.obj - 0003:000181b8 ?bagTrinketDataCache@Nampower@@3V?$array@V?$array@UCachedTrinketData@Nampower@@$0EA@@std@@$0N@@std@@A 100c31b8 items.cpp.obj - 0003:00018eb8 ?bagItemDataCache@Nampower@@3V?$array@V?$array@UCachedItemData@Nampower@@$0EA@@std@@$0N@@std@@A 100c3eb8 items.cpp.obj - 0003:000210b8 ?equippedItemDataCache@Nampower@@3V?$array@UCachedItemData@Nampower@@$0BD@@std@@A 100cc0b8 items.cpp.obj - 0003:00021414 ?itemStatsArrayFieldMap@Nampower@@3V?$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@@A 100cc414 dbc_fields.cpp.obj - 0003:00021434 ?itemStatsFieldMap@Nampower@@3V?$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@@A 100cc434 dbc_fields.cpp.obj - 0003:00021454 ?spellRecFieldMap@Nampower@@3V?$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@@A 100cc454 dbc_fields.cpp.obj - 0003:00021474 ?spellRecArrayFieldMap@Nampower@@3V?$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@@A 100cc474 dbc_fields.cpp.obj - 0003:00021498 ?unitFieldsArrayFieldMap@Nampower@@3V?$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@@A 100cc498 unit_fields.cpp.obj - 0003:000214b8 ?unitFieldsFieldMap@Nampower@@3V?$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@@A 100cc4b8 unit_fields.cpp.obj - 0003:000214e0 ?gAuraExpirationTime@Nampower@@3PAIA 100cc4e0 auras.cpp.obj - 0003:000215ac ?__WinRTOutOfMemoryExceptionCallback@@3P6GPAXXZA 100cc5ac libvcruntime:ehhelpers.obj - 0003:000215b0 ___pPurecall 100cc5b0 libvcruntime:purevirt_data.obj - 0003:000215dc ?pArgList@UnDecorator@@0PAVReplicator@@A 100cc5dc libvcruntime:undname.obj - 0003:000215e0 ?pZNameList@UnDecorator@@0PAVReplicator@@A 100cc5e0 libvcruntime:undname.obj - 0003:000215e4 ?pTemplateArgList@UnDecorator@@0PAVReplicator@@A 100cc5e4 libvcruntime:undname.obj - 0003:000215e8 ?gName@UnDecorator@@0PBDB 100cc5e8 libvcruntime:undname.obj - 0003:000215ec ?name@UnDecorator@@0PBDB 100cc5ec libvcruntime:undname.obj - 0003:000215f0 ?disableFlags@UnDecorator@@0KA 100cc5f0 libvcruntime:undname.obj - 0003:000215f4 ?fExplicitTemplateParams@UnDecorator@@0_NA 100cc5f4 libvcruntime:undname.obj - 0003:000215f5 ?fGetTemplateArgumentList@UnDecorator@@0_NA 100cc5f5 libvcruntime:undname.obj - 0003:000215f8 ?m_pGetParameter@UnDecorator@@0P6APADJ@ZA 100cc5f8 libvcruntime:undname.obj - 0003:000215fc ?m_CHPENameOffset@UnDecorator@@0KA 100cc5fc libvcruntime:undname.obj - 0003:00021600 ?m_recursionLevel@UnDecorator@@0KA 100cc600 libvcruntime:undname.obj - 0003:00021658 __nstream 100cc658 libucrt:_file.obj - 0003:0002165c ___piob 100cc65c libucrt:_file.obj - 0003:00021660 __cflush 100cc660 libucrt:_file.obj - 0003:00021664 ___acrt_lconv_static_null 100cc664 libucrt:localeconv.obj - 0003:00021668 ___acrt_lconv_static_W_null 100cc668 libucrt:localeconv.obj - 0003:0002166c ___acrt_locale_changed_data 100cc66c libucrt:wsetlocale.obj - 0003:00021670 ___acrt_current_locale_data 100cc670 libucrt:nlsdata.obj - 0003:00021760 ___pioinfo 100cc760 libucrt:ioinit.obj - 0003:00021960 __nhandle 100cc960 libucrt:ioinit.obj - 0003:00021abc ___acrt_stdout_buffer 100ccabc libucrt:_sftbuf.obj - 0003:00021ac0 ___acrt_stderr_buffer 100ccac0 libucrt:_sftbuf.obj - 0003:00021aec ?_timezone@@3V?$dual_state_global@J@__crt_state_management@@A 100ccaec libucrt:timeset.obj - 0003:00021af0 ?_daylight@@3V?$dual_state_global@H@__crt_state_management@@A 100ccaf0 libucrt:timeset.obj - 0003:00021af4 ?_dstbias@@3V?$dual_state_global@J@__crt_state_management@@A 100ccaf4 libucrt:timeset.obj - 0003:00021bc0 __mbctype 100ccbc0 libucrt:mbctype.obj - 0003:00021bc4 __mbcasemap 100ccbc4 libucrt:mbctype.obj - 0003:00021bc8 ___acrt_current_multibyte_data 100ccbc8 libucrt:mbctype.obj - 0003:00021bdc ___acrt_heap 100ccbdc libucrt:heap_handle.obj - 0003:00021be4 ___acrt_atexit_table 100ccbe4 libucrt:onexit.obj - 0003:00021bf0 ___acrt_at_quick_exit_table 100ccbf0 libucrt:onexit.obj - 0003:00021c08 __environ_table 100ccc08 libucrt:environment_initialization.obj - 0003:00021c0c __wenviron_table 100ccc0c libucrt:environment_initialization.obj - 0003:00021c10 ___dcrt_initial_wide_environment 100ccc10 libucrt:environment_initialization.obj - 0003:00021c14 ___dcrt_initial_narrow_environment 100ccc14 libucrt:environment_initialization.obj - 0003:00021c18 ___fastflag 100ccc18 libucrt:fp_flags.obj - 0003:00021ce8 ?_Id_cnt@id@locale@std@@0HA 100ccce8 libcpmt:locale0.obj - 0003:00021cec ?_Clocptr@_Locimp@locale@std@@0PAV123@A 100cccec libcpmt:locale0.obj - 0003:00021cf0 ?id@?$ctype@G@std@@2V0locale@2@A 100cccf0 libcpmt:locale0.obj - 0003:00021cf4 ?id@?$codecvt@_WDU_Mbstatet@@@std@@2V0locale@2@A 100cccf4 libcpmt:locale0.obj - 0003:00021cf8 ?id@?$codecvt@GDU_Mbstatet@@@std@@2V0locale@2@A 100cccf8 libcpmt:locale0.obj - 0003:00021cfc ?id@?$ctype@_W@std@@2V0locale@2@A 100cccfc libcpmt:locale0.obj - 0003:00021d00 ?id@?$ctype@D@std@@2V0locale@2@A 100ccd00 libcpmt:locale0.obj - 0003:00021d1c ?_Index@ios_base@std@@0HA 100ccd1c libcpmt:ios.obj - 0003:00021d60 ?_Ptr_cin@std@@3PAV?$basic_istream@DU?$char_traits@D@std@@@1@A 100ccd60 libcpmt:iosptrs.obj - 0003:00021d64 ?_Ptr_cout@std@@3PAV?$basic_ostream@DU?$char_traits@D@std@@@1@A 100ccd64 libcpmt:iosptrs.obj - 0003:00021d68 ?_Ptr_cerr@std@@3PAV?$basic_ostream@DU?$char_traits@D@std@@@1@A 100ccd68 libcpmt:iosptrs.obj - 0003:00021d6c ?_Ptr_clog@std@@3PAV?$basic_ostream@DU?$char_traits@D@std@@@1@A 100ccd6c libcpmt:iosptrs.obj - 0003:00021d70 ?_Ptr_wcin@std@@3PAV?$basic_istream@_WU?$char_traits@_W@std@@@1@A 100ccd70 libcpmt:iosptrs.obj - 0003:00021d74 ?_Ptr_wcout@std@@3PAV?$basic_ostream@_WU?$char_traits@_W@std@@@1@A 100ccd74 libcpmt:iosptrs.obj - 0003:00021d78 ?_Ptr_wcerr@std@@3PAV?$basic_ostream@_WU?$char_traits@_W@std@@@1@A 100ccd78 libcpmt:iosptrs.obj - 0003:00021d7c ?_Ptr_wclog@std@@3PAV?$basic_ostream@_WU?$char_traits@_W@std@@@1@A 100ccd7c libcpmt:iosptrs.obj - 0003:00021db8 ?id@?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100ccdb8 libcpmt:wlocale.obj - 0003:00021dbc ?id@?$collate@_W@std@@2V0locale@2@A 100ccdbc libcpmt:wlocale.obj - 0003:00021dc0 ?id@?$messages@_W@std@@2V0locale@2@A 100ccdc0 libcpmt:wlocale.obj - 0003:00021dc4 ?id@?$money_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100ccdc4 libcpmt:wlocale.obj - 0003:00021dc8 ?id@?$money_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100ccdc8 libcpmt:wlocale.obj - 0003:00021dcc ?id@?$moneypunct@_W$0A@@std@@2V0locale@2@A 100ccdcc libcpmt:wlocale.obj - 0003:00021dd0 ?id@?$moneypunct@_W$00@std@@2V0locale@2@A 100ccdd0 libcpmt:wlocale.obj - 0003:00021dd4 ?id@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100ccdd4 libcpmt:wlocale.obj - 0003:00021dd8 ?id@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100ccdd8 libcpmt:wlocale.obj - 0003:00021ddc ?id@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100ccddc libcpmt:wlocale.obj - 0003:00021de0 ?id@?$numpunct@G@std@@2V0locale@2@A 100ccde0 libcpmt:wlocale.obj - 0003:00021de4 ?id@?$collate@G@std@@2V0locale@2@A 100ccde4 libcpmt:wlocale.obj - 0003:00021de8 ?id@?$messages@G@std@@2V0locale@2@A 100ccde8 libcpmt:wlocale.obj - 0003:00021dec ?id@?$money_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100ccdec libcpmt:wlocale.obj - 0003:00021df0 ?id@?$money_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100ccdf0 libcpmt:wlocale.obj - 0003:00021df4 ?id@?$moneypunct@G$0A@@std@@2V0locale@2@A 100ccdf4 libcpmt:wlocale.obj - 0003:00021df8 ?id@?$moneypunct@G$00@std@@2V0locale@2@A 100ccdf8 libcpmt:wlocale.obj - 0003:00021dfc ?id@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100ccdfc libcpmt:wlocale.obj - 0003:00021e00 ?id@?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100cce00 libcpmt:wlocale.obj - 0003:00021e04 ?id@?$collate@D@std@@2V0locale@2@A 100cce04 libcpmt:xlocale.obj - 0003:00021e08 ?id@?$messages@D@std@@2V0locale@2@A 100cce08 libcpmt:xlocale.obj - 0003:00021e0c ?id@?$money_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100cce0c libcpmt:xlocale.obj - 0003:00021e10 ?id@?$money_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100cce10 libcpmt:xlocale.obj - 0003:00021e14 ?id@?$moneypunct@D$0A@@std@@2V0locale@2@A 100cce14 libcpmt:xlocale.obj - 0003:00021e18 ?id@?$moneypunct@D$00@std@@2V0locale@2@A 100cce18 libcpmt:xlocale.obj - 0003:00021e1c ?id@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100cce1c libcpmt:xlocale.obj - 0003:00021e20 ___scrt_current_native_startup_state 100cce20 LIBCMT:utility.obj - 0003:00021e24 ___scrt_native_startup_lock 100cce24 LIBCMT:utility.obj - 0003:00021e50 ?__type_info_root_node@@3U__type_info_node@@A 100cce50 LIBCMT:tncleanup.obj - 0003:00021e58 __tls_index 100cce58 LIBCMT:tlssup.obj - 0003:00021e60 ___avx10_version 100cce60 LIBCMT:cpu_disp.obj - 0003:00021e64 ___isa_available 100cce64 LIBCMT:cpu_disp.obj - 0003:00021e68 ___favor 100cce68 LIBCMT:cpu_disp.obj - 0003:00021e6c ___scrt_debugger_hook_flag 100cce6c LIBCMT:utility_desktop.obj - 0003:00022190 ?_OptionsStorage@?1??__local_stdio_scanf_options@@9@4_KA 100cd190 LIBCMT:default_local_stdio_options.obj - 0003:000222a0 __pgmptr 100cd2a0 libucrt:argv_data.obj - 0003:000222a4 ___argc 100cd2a4 libucrt:argv_data.obj - 0003:000222a8 ___argv 100cd2a8 libucrt:argv_data.obj - 0003:000222ac ___wargv 100cd2ac libucrt:argv_data.obj - 0003:000222b0 __acmdln 100cd2b0 libucrt:argv_data.obj - 0003:000222b4 __wcmdln 100cd2b4 libucrt:argv_data.obj - 0003:000222b8 __commode 100cd2b8 libucrt:ncommode.obj - 0003:000222c4 __umaskval 100cd2c4 libucrt:umask.obj - 0003:000222c8 __fmode 100cd2c8 libucrt:txtmode.obj - 0003:000222cc ___use_sse2_mathfcns 100cd2cc - 0003:000222d0 __pmatherr 100cd2d0 - 0003:000222d4 ___dyn_tls_init_callback 100cd2d4 - 0003:000222d8 ___scrt_ucrt_dll_is_in_use 100cd2d8 - 0003:000222e0 ?_OptionsStorage@?1??__local_stdio_printf_options@@9@9 100cd2e0 + 0001:00006a70 ??$Put@I@CDataStore@Nampower@@QAEXI@Z 10007a70 f i main.cpp.obj + 0001:00006ab0 ??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 10007ab0 f i main.cpp.obj + 0001:00006b70 ??$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 10007b70 f i main.cpp.obj + 0001:00006ce0 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 10007ce0 f i main.cpp.obj + 0001:00006ce0 ??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 10007ce0 f i main.cpp.obj + 0001:00006ce0 ??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 10007ce0 f i main.cpp.obj + 0001:00006f50 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 10007f50 f i main.cpp.obj + 0001:000071c0 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 100081c0 f i main.cpp.obj + 0001:000071c0 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 100081c0 f i main.cpp.obj + 0001:000071c0 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 100081c0 f i main.cpp.obj + 0001:000071c0 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 100081c0 f i main.cpp.obj + 0001:000071c0 ??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 100081c0 f i main.cpp.obj + 0001:00007420 ??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 10008420 f i main.cpp.obj + 0001:00007680 ??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 10008680 f i main.cpp.obj + 0001:00007680 ??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 10008680 f i main.cpp.obj + 0001:000078e0 ??$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 100088e0 f i main.cpp.obj + 0001:000078e0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100088e0 f i main.cpp.obj + 0001:000078e0 ??$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 100088e0 f i main.cpp.obj + 0001:000078e0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100088e0 f i main.cpp.obj + 0001:000078e0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100088e0 f i main.cpp.obj + 0001:000078e0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 100088e0 f i main.cpp.obj + 0001:000078e0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100088e0 f i main.cpp.obj + 0001:000078e0 ??$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 100088e0 f i main.cpp.obj + 0001:000078e0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100088e0 f i main.cpp.obj + 0001:000078e0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z 100088e0 f i main.cpp.obj + 0001:000078e0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 100088e0 f i main.cpp.obj + 0001:000078e0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 100088e0 f i main.cpp.obj + 0001:000078e0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 100088e0 f i main.cpp.obj + 0001:000078e0 ??$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 100088e0 f i main.cpp.obj + 0001:000078e0 ??$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 100088e0 f i main.cpp.obj + 0001:000078e0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z 100088e0 f i main.cpp.obj + 0001:000078e0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 100088e0 f i main.cpp.obj + 0001:000078e0 ??$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 100088e0 f i main.cpp.obj + 0001:000078e0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 100088e0 f i main.cpp.obj + 0001:000078e0 ??$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 100088e0 f i main.cpp.obj + 0001:000078e0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 100088e0 f i main.cpp.obj + 0001:000078e0 ??$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 100088e0 f i main.cpp.obj + 0001:000078e0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100088e0 f i main.cpp.obj + 0001:000078e0 ??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@_K@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@_K@Z$$QAPAX@Z 100088e0 f i main.cpp.obj + 0001:000078e0 ??$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 100088e0 f i main.cpp.obj + 0001:000078e0 ??$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 100088e0 f i main.cpp.obj + 0001:000078e0 ??$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 100088e0 f i main.cpp.obj + 0001:00007b60 ??$_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 10008b60 f i main.cpp.obj + 0001:00007ba0 ??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 10008ba0 f i main.cpp.obj + 0001:00007c10 ??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 10008c10 f i main.cpp.obj + 0001:00007e00 ??$_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 10008e00 f i spell_scripts.cpp.obj + 0001:00007e00 ??$_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 10008e00 f i main.cpp.obj + 0001:00007e40 ??$_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 10008e40 f i main.cpp.obj + 0001:00007eb0 ??$_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 10008eb0 f i main.cpp.obj + 0001:00007f50 ??$_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 10008f50 f i main.cpp.obj + 0001:00008330 ??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 10009330 f i main.cpp.obj + 0001:00008580 ??$_UIntegral_to_buff@DI@std@@YAPADPADI@Z 10009580 f i main.cpp.obj + 0001:000085c0 ??$_Uninitialized_move@PAVSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAPAVSuspendedThread@hadesmem@@QAV12@0PAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 100095c0 f i main.cpp.obj + 0001:00008610 ??$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 10009610 f i main.cpp.obj + 0001:00008610 ??$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 10009610 f i main.cpp.obj + 0001:00008620 ??$checked_delete@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@YAXPAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@0@@Z 10009620 f i main.cpp.obj + 0001:00008620 ??$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 10009620 f i main.cpp.obj + 0001:00008620 ??$checked_delete@Verror_info_base@exception_detail@boost@@@boost@@YAXPAVerror_info_base@exception_detail@0@@Z 10009620 f i main.cpp.obj + 0001:00008630 ??$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 10009630 f i main.cpp.obj + 0001:00008e40 ??$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 10009e40 f i main.cpp.obj + 0001:00009650 ??$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 1000a650 f i main.cpp.obj + 0001:00009e60 ??$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 1000ae60 f i main.cpp.obj + 0001:0000a670 ??$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 1000b670 f i main.cpp.obj + 0001:0000ae90 ??$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 1000be90 f i main.cpp.obj + 0001:0000b6a0 ??$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 1000c6a0 f i main.cpp.obj + 0001:0000beb0 ??$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 1000ceb0 f i main.cpp.obj + 0001:0000c6c0 ??$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 1000d6c0 f i main.cpp.obj + 0001:0000ced0 ??$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 1000ded0 f i main.cpp.obj + 0001:0000d6e0 ??$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 1000e6e0 f i main.cpp.obj + 0001:0000def0 ??$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 1000eef0 f i main.cpp.obj + 0001:0000e700 ??$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 1000f700 f i main.cpp.obj + 0001:0000ef10 ??$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 1000ff10 f i main.cpp.obj + 0001:0000f720 ??$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 10010720 f i main.cpp.obj + 0001:0000ff30 ??$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 10010f30 f i main.cpp.obj + 0001:00010740 ??$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 10011740 f i main.cpp.obj + 0001:00010f50 ??$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 10011f50 f i main.cpp.obj + 0001:00011760 ??$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 10012760 f i main.cpp.obj + 0001:00011f70 ??$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 10012f70 f i main.cpp.obj + 0001:00012780 ??$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 10013780 f i main.cpp.obj + 0001:00012f90 ??$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 10013f90 f i main.cpp.obj + 0001:000137a0 ??$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 100147a0 f i main.cpp.obj + 0001:00013fb0 ??$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 10014fb0 f i main.cpp.obj + 0001:000147c0 ??$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 100157c0 f i main.cpp.obj + 0001:00014fd0 ??$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 10015fd0 f i main.cpp.obj + 0001:000157e0 ??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100167e0 f i main.cpp.obj + 0001:00015860 ??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 10016860 f i main.cpp.obj + 0001:000158e0 ??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 100168e0 f i main.cpp.obj + 0001:00015990 ??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10016990 f i main.cpp.obj + 0001:00015d60 ??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10016d60 f i main.cpp.obj + 0001:00016130 ??$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 10017130 f i main.cpp.obj + 0001:000161b0 ??$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 100171b0 f i main.cpp.obj + 0001:00016310 ??$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 10017310 f i main.cpp.obj + 0001:000164b0 ??$throw_exception@VError@hadesmem@@@boost@@YAXABVError@hadesmem@@ABUsource_location@0@@Z 100174b0 f i main.cpp.obj + 0001:000164e0 ??$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 100174e0 f i main.cpp.obj + 0001:00016760 ??$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 10017760 f i main.cpp.obj + 0001:00016aa0 ??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 10017aa0 f i main.cpp.obj + 0001:00016ba0 ??$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 10017ba0 f i main.cpp.obj + 0001:00016d10 ??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 10017d10 f i main.cpp.obj + 0001:00016e30 ??$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 10017e30 f i main.cpp.obj + 0001:00016fd0 ??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10017fd0 f i main.cpp.obj + 0001:000171b0 ??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100181b0 f i main.cpp.obj + 0001:00017390 ??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10018390 f i main.cpp.obj + 0001:00017570 ??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10018570 f i main.cpp.obj + 0001:00017750 ??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 10018750 f i main.cpp.obj + 0001:00017930 ??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 10018930 f i main.cpp.obj + 0001:00017b10 ??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10018b10 f i main.cpp.obj + 0001:00017cf0 ??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 10018cf0 f i main.cpp.obj + 0001:00017ed0 ??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10018ed0 f i main.cpp.obj + 0001:000180b0 ??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z 100190b0 f i main.cpp.obj + 0001:00018290 ??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 10019290 f i main.cpp.obj + 0001:00018470 ??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 10019470 f i main.cpp.obj + 0001:00018650 ??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 10019650 f i main.cpp.obj + 0001:00018830 ??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 10019830 f i main.cpp.obj + 0001:00018a10 ??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 10019a10 f i main.cpp.obj + 0001:00018bf0 ??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z 10019bf0 f i main.cpp.obj + 0001:00018dd0 ??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 10019dd0 f i main.cpp.obj + 0001:00018fb0 ??0?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAUSpellCast@game@@D@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@PAX@Z 10019fb0 f i main.cpp.obj + 0001:00019190 ??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 1001a190 f i main.cpp.obj + 0001:00019370 ??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 1001a370 f i main.cpp.obj + 0001:00019550 ??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 1001a550 f i main.cpp.obj + 0001:00019730 ??0?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPA_K1IPAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@PAX@Z 1001a730 f i main.cpp.obj + 0001:00019910 ??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 1001a910 f i main.cpp.obj + 0001:00019af0 ??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 1001aaf0 f i main.cpp.obj + 0001:00019cd0 ??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 1001acd0 f i main.cpp.obj + 0001:00019eb0 ??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 1001aeb0 f i main.cpp.obj + 0001:0001a090 ??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 1001b090 f i main.cpp.obj + 0001:0001a270 ??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 1001b270 f i main.cpp.obj + 0001:0001a350 ??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 1001b350 f i main.cpp.obj + 0001:0001a430 ??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ID@Z 1001b430 f i main.cpp.obj + 0001:0001a4e0 ??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_String_constructor_concat_tag@1@AAV01@1@Z 1001b4e0 f i main.cpp.obj + 0001:0001a680 ??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 1001b680 f i main.cpp.obj + 0001:0001a720 ??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 1001b720 f i main.cpp.obj + 0001:0001a7c0 ??0?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@QAE@ABK@Z 1001b7c0 f i main.cpp.obj + 0001:0001a7e0 ??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 1001b7e0 f i main.cpp.obj + 0001:0001a830 ??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 1001b830 f i main.cpp.obj + 0001:0001a940 ??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 1001b940 f i main.cpp.obj + 0001:0001aac0 ??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 1001bac0 f i main.cpp.obj + 0001:0001abd0 ??0CastQueue@Nampower@@QAE@H@Z 1001bbd0 f i main.cpp.obj + 0001:0001aca0 ??0Error@hadesmem@@QAE@ABV01@@Z 1001bca0 f i main.cpp.obj + 0001:0001ad80 ??0Error@hadesmem@@QAE@XZ 1001bd80 f i main.cpp.obj + 0001:0001adf0 ??0Process@hadesmem@@QAE@K@Z 1001bdf0 f i main.cpp.obj + 0001:0001afd0 ??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 1001bfd0 f i main.cpp.obj + 0001:0001b140 ??0SuspendedProcess@hadesmem@@QAE@KK@Z 1001c140 f i main.cpp.obj + 0001:0001b860 ??0Thread@hadesmem@@QAE@K@Z 1001c860 f i main.cpp.obj + 0001:0001b9a0 ??0bad_alloc@std@@QAE@XZ 1001c9a0 f i main.cpp.obj + 0001:0001b9c0 ??0bad_alloc_@exception_detail@boost@@QAE@ABU012@@Z 1001c9c0 f i main.cpp.obj + 0001:0001ba40 ??0bad_exception@std@@QAE@ABV01@@Z 1001ca40 f i main.cpp.obj + 0001:0001ba70 ??0bad_exception@std@@QAE@XZ 1001ca70 f i main.cpp.obj + 0001:0001ba90 ??0bad_exception_@exception_detail@boost@@QAE@ABU012@@Z 1001ca90 f i main.cpp.obj + 0001:0001bb10 ??0clone_base@exception_detail@boost@@QAE@ABV012@@Z 1001cb10 f i main.cpp.obj + 0001:0001bb20 ??0error_info_container_impl@exception_detail@boost@@QAE@XZ 1001cb20 f i main.cpp.obj + 0001:0001bbc0 ??0exception@boost@@QAE@ABV01@@Z 1001cbc0 f i main.cpp.obj + 0001:0001bc10 ??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 1001cc10 f i main.cpp.obj + 0001:0001bcb0 ??0source_location@boost@@QAE@PBDI0I@Z 1001ccb0 f i main.cpp.obj + 0001:0001bcd0 ??1?$DetourRefCounter@I@detail@hadesmem@@QAE@XZ 1001ccd0 f i main.cpp.obj + 0001:0001bce0 ??1?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAE@XZ 1001cce0 f i main.cpp.obj + 0001:0001bcf0 ??1?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@QAE@XZ 1001ccf0 f i main.cpp.obj + 0001:0001bd00 ??1?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@QAE@XZ 1001cd00 f i main.cpp.obj + 0001:0001bd00 ??1?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@QAE@XZ 1001cd00 f i main.cpp.obj + 0001:0001bd30 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_Tree_node@IPAX@std@@@std@@@std@@QAE@XZ 1001cd30 f i spell_scripts.cpp.obj + 0001:0001bd30 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_Tree_node@KPAX@std@@@std@@@std@@QAE@XZ 1001cd30 f i main.cpp.obj + 0001:0001bd50 ??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 1001cd50 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@HPAVPatchDetourBase@hadesmem@@PAI@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@HPAVPatchDetourBase@hadesmem@@_K@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@IPAVPatchDetourBase@hadesmem@@PAI@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@EH@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@HI@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@I@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@IHH@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@IH_K@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@_K@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$_Func_class@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bd70 ??1?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@QAE@XZ 1001cd70 f i main.cpp.obj + 0001:0001bda0 ??1?$_Tidy_guard@V?$numpunct@D@std@@@std@@QAE@XZ 1001cda0 f i main.cpp.obj + 0001:0001bdd0 ??1?$_Tree@V?$_Tset_traits@IU?$less@I@std@@V?$allocator@I@2@$0A@@std@@@std@@QAE@XZ 1001cdd0 f i spell_scripts.cpp.obj + 0001:0001bdd0 ??1?$_Tree@V?$_Tset_traits@KU?$less@K@std@@V?$allocator@K@2@$0A@@std@@@std@@QAE@XZ 1001cdd0 f i main.cpp.obj + 0001:0001be10 ??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UAE@XZ 1001ce10 f i main.cpp.obj + 0001:0001be70 ??1?$basic_istream@DU?$char_traits@D@std@@@std@@UAE@XZ 1001ce70 f i main.cpp.obj + 0001:0001be90 ??1?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAE@XZ 1001ce90 f i main.cpp.obj + 0001:0001bfa0 ??1?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@UAE@XZ 1001cfa0 f i main.cpp.obj + 0001:0001bfa0 ??1error_info_base@exception_detail@boost@@UAE@XZ 1001cfa0 f i main.cpp.obj + 0001:0001bfc0 ??1?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@UAE@XZ 1001cfc0 f i main.cpp.obj + 0001:0001c020 ??1?$pair@Utype_info_@exception_detail@boost@@V?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@@std@@QAE@XZ 1001d020 f i main.cpp.obj + 0001:0001c060 ??1?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@exception_detail@boost@@QAE@XZ 1001d060 f i main.cpp.obj + 0001:0001c0c0 ??1?$set@IU?$less@I@std@@V?$allocator@I@2@@std@@QAE@XZ 1001d0c0 f i spell_scripts.cpp.obj + 0001:0001c0c0 ??1?$set@KU?$less@K@std@@V?$allocator@K@2@@std@@QAE@XZ 1001d0c0 f i main.cpp.obj + 0001:0001c0d0 ??1?$shared_ptr@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@boost@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??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 1001d0d0 f i main.cpp.obj + 0001:0001c0d0 ??1?$shared_ptr@Verror_info_base@exception_detail@boost@@@boost@@QAE@XZ 1001d0d0 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??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 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??1?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@QAE@XZ 1001d110 f i main.cpp.obj + 0001:0001c110 ??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 1001d110 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6GXXZ@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6GXXZ@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??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 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??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 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??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 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IXXZ@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IXXZ@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??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 1001d120 f i main.cpp.obj + 0001:0001c120 ??1?$unique_ptr@V?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@U?$default_delete@V?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@@std@@@std@@QAE@XZ 1001d120 f i main.cpp.obj + 0001:0001c120 ??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 1001d120 f i main.cpp.obj + 0001:0001c140 ??1?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@QAE@XZ 1001d140 f i main.cpp.obj + 0001:0001c160 ??1?$vector@DV?$allocator@D@std@@@std@@QAE@XZ 1001d160 f i main.cpp.obj + 0001:0001c160 ??1?$vector@EV?$allocator@E@std@@@std@@QAE@XZ 1001d160 f i main.cpp.obj + 0001:0001c160 ?_Tidy@?$vector@EV?$allocator@E@std@@@std@@AAEXXZ 1001d160 f i main.cpp.obj + 0001:0001c1b0 ??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 1001d1b0 f i main.cpp.obj + 0001:0001c210 ??1?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@QAE@XZ 1001d210 f i main.cpp.obj + 0001:0001c210 ??1SuspendedProcess@hadesmem@@QAE@XZ 1001d210 f i main.cpp.obj + 0001:0001c220 ??1CDataStore@Nampower@@UAE@XZ 1001d220 f i main.cpp.obj + 0001:0001c270 ??1Process@hadesmem@@QAE@XZ 1001d270 f i main.cpp.obj + 0001:0001c280 ??1ProtectGuard@detail@hadesmem@@QAE@XZ 1001d280 f i main.cpp.obj + 0001:0001c290 ??1Thread@hadesmem@@QAE@XZ 1001d290 f i main.cpp.obj + 0001:0001c2a0 ??1_Init_once_completer@std@@QAE@XZ 1001d2a0 f i main.cpp.obj + 0001:0001c2c0 ??1_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 1001d2c0 f i main.cpp.obj + 0001:0001c310 ??1bad_alloc_@exception_detail@boost@@UAE@XZ 1001d310 f i main.cpp.obj + 0001:0001c390 ??1bad_exception_@exception_detail@boost@@UAE@XZ 1001d390 f i main.cpp.obj + 0001:0001c410 ??1clone_base@exception_detail@boost@@UAE@XZ 1001d410 f i main.cpp.obj + 0001:0001c420 ??1deleter@?$wrapexcept@VError@hadesmem@@@boost@@QAE@XZ 1001d420 f i main.cpp.obj + 0001:0001c430 ??1error_info_container@exception_detail@boost@@IAE@XZ 1001d430 f i main.cpp.obj + 0001:0001c440 ??1exception@boost@@MAE@XZ 1001d440 f i main.cpp.obj + 0001:0001c4a0 ??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 1001d4a0 f i main.cpp.obj + 0001:0001c510 ??1shared_count@detail@boost@@QAE@XZ 1001d510 f i main.cpp.obj + 0001:0001c550 ??4?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@QBD@Z 1001d550 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c580 ??4?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@std@@QAEAAV01@$$T@Z 1001d580 f i main.cpp.obj + 0001:0001c5b0 ??4?$vector@EV?$allocator@E@std@@@std@@QAEAAV01@$$QAV01@@Z 1001d5b0 f i main.cpp.obj + 0001:0001c5f0 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 1001d5f0 f i main.cpp.obj + 0001:0001c7a0 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 1001d7a0 f i main.cpp.obj + 0001:0001c7a0 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 1001d7a0 f i main.cpp.obj + 0001:0001c950 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 1001d950 f i main.cpp.obj + 0001:0001cb00 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z 1001db00 f i main.cpp.obj + 0001:0001cb10 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAVios_base@1@AAV21@@Z@Z 1001db10 f i main.cpp.obj + 0001:0001cb30 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 1001db30 f i main.cpp.obj + 0001:0001cce0 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 1001dce0 f i main.cpp.obj + 0001:0001ce90 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 1001de90 f i main.cpp.obj + 0001:0001d040 ??8type_info@@QBE_NABV0@@Z 1001e040 f i main.cpp.obj + 0001:0001d060 ??E?$_Tree_unchecked_const_iterator@V?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@U_Iterator_base0@2@@std@@QAEAAV01@XZ 1001e060 f i main.cpp.obj + 0001:0001d1c0 ??R?$less@Utype_info_@exception_detail@boost@@@std@@QBE_NABUtype_info_@exception_detail@boost@@0@Z 1001e1c0 f i main.cpp.obj + 0001:0001d230 ??Y?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@QBD@Z 1001e230 f i main.cpp.obj + 0001:0001d260 ??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 1001e260 f i main.cpp.obj + 0001:0001d2f0 ??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 1001e2f0 f i main.cpp.obj + 0001:0001d3c0 ??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 1001e3c0 f i main.cpp.obj + 0001:0001d470 ??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 1001e470 f i main.cpp.obj + 0001:0001d520 ??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 1001e520 f i main.cpp.obj + 0001:0001d5a0 ??_DError@hadesmem@@QAEXXZ 1001e5a0 f i main.cpp.obj + 0001:0001d614 ??_E?$basic_iostream@DU?$char_traits@D@std@@@std@@$4PPPPPPPM@A@AEPAXI@Z 1001e614 f i main.cpp.obj + 0001:0001d61c ??_E?$basic_istream@DU?$char_traits@D@std@@@std@@$4PPPPPPPM@A@AEPAXI@Z 1001e61c f i main.cpp.obj + 0001:0001d624 ??_E?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$4PPPPPPPM@A@AEPAXI@Z 1001e624 f i main.cpp.obj + 0001:0001d62c ??_E?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$4PPPPPPPM@A@AEPAXI@Z 1001e62c f i main.cpp.obj + 0001:0001d634 ??_E?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@$4PPPPPPPM@CM@AEPAXI@Z 1001e634 f i main.cpp.obj + 0001:0001d63f ??_E?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@WBI@AEPAXI@Z 1001e63f f i main.cpp.obj + 0001:0001d647 ??_E?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@$4PPPPPPPM@CM@AEPAXI@Z 1001e647 f i main.cpp.obj + 0001:0001d652 ??_E?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@WBI@AEPAXI@Z 1001e652 f i main.cpp.obj + 0001:0001d65a ??_E?$wrapexcept@VError@hadesmem@@@boost@@W7AEPAXI@Z 1001e65a f i main.cpp.obj + 0001:0001d662 ??_E?$wrapexcept@VError@hadesmem@@@boost@@WBE@AEPAXI@Z 1001e662 f i main.cpp.obj + 0001:0001d66a ??_EError@hadesmem@@WM@AEPAXI@Z 1001e66a f i main.cpp.obj + 0001:0001d672 ??_Ebad_alloc_@exception_detail@boost@@WBI@AEPAXI@Z 1001e672 f i main.cpp.obj + 0001:0001d67a ??_Ebad_exception_@exception_detail@boost@@WBI@AEPAXI@Z 1001e67a f i main.cpp.obj + 0001:0001d690 ??_E?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001e690 f i main.cpp.obj + 0001:0001d690 ??_G?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001e690 f i main.cpp.obj + 0001:0001d790 ??_E?$PatchDetour@P6GXXZPAX@hadesmem@@UAEPAXI@Z 1001e790 f i main.cpp.obj + 0001:0001d790 ??_G?$PatchDetour@P6GXXZPAX@hadesmem@@UAEPAXI@Z 1001e790 f i main.cpp.obj + 0001:0001d890 ??_E?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001e890 f i main.cpp.obj + 0001:0001d890 ??_G?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001e890 f i main.cpp.obj + 0001:0001d990 ??_E?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEPAXI@Z 1001e990 f i main.cpp.obj + 0001:0001d990 ??_G?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEPAXI@Z 1001e990 f i main.cpp.obj + 0001:0001da90 ??_E?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEPAXI@Z 1001ea90 f i main.cpp.obj + 0001:0001da90 ??_G?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEPAXI@Z 1001ea90 f i main.cpp.obj + 0001:0001db90 ??_E?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEPAXI@Z 1001eb90 f i main.cpp.obj + 0001:0001db90 ??_G?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEPAXI@Z 1001eb90 f i main.cpp.obj + 0001:0001dc90 ??_E?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEPAXI@Z 1001ec90 f i main.cpp.obj + 0001:0001dc90 ??_G?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEPAXI@Z 1001ec90 f i main.cpp.obj + 0001:0001dd90 ??_E?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEPAXI@Z 1001ed90 f i main.cpp.obj + 0001:0001dd90 ??_G?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEPAXI@Z 1001ed90 f i main.cpp.obj + 0001:0001de90 ??_E?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEPAXI@Z 1001ee90 f i main.cpp.obj + 0001:0001de90 ??_G?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEPAXI@Z 1001ee90 f i main.cpp.obj + 0001:0001df90 ??_E?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEPAXI@Z 1001ef90 f i main.cpp.obj + 0001:0001df90 ??_G?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEPAXI@Z 1001ef90 f i main.cpp.obj + 0001:0001e090 ??_E?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEPAXI@Z 1001f090 f i main.cpp.obj + 0001:0001e090 ??_G?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEPAXI@Z 1001f090 f i main.cpp.obj + 0001:0001e190 ??_E?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEPAXI@Z 1001f190 f i main.cpp.obj + 0001:0001e190 ??_G?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEPAXI@Z 1001f190 f i main.cpp.obj + 0001:0001e290 ??_E?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEPAXI@Z 1001f290 f i main.cpp.obj + 0001:0001e290 ??_G?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEPAXI@Z 1001f290 f i main.cpp.obj + 0001:0001e390 ??_E?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEPAXI@Z 1001f390 f i main.cpp.obj + 0001:0001e390 ??_G?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEPAXI@Z 1001f390 f i main.cpp.obj + 0001:0001e490 ??_E?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEPAXI@Z 1001f490 f i main.cpp.obj + 0001:0001e490 ??_G?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEPAXI@Z 1001f490 f i main.cpp.obj + 0001:0001e590 ??_E?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEPAXI@Z 1001f590 f i main.cpp.obj + 0001:0001e590 ??_G?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEPAXI@Z 1001f590 f i main.cpp.obj + 0001:0001e690 ??_E?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEPAXI@Z 1001f690 f i main.cpp.obj + 0001:0001e690 ??_G?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEPAXI@Z 1001f690 f i main.cpp.obj + 0001:0001e790 ??_E?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEPAXI@Z 1001f790 f i main.cpp.obj + 0001:0001e790 ??_G?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEPAXI@Z 1001f790 f i main.cpp.obj + 0001:0001e890 ??_E?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEPAXI@Z 1001f890 f i main.cpp.obj + 0001:0001e890 ??_G?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEPAXI@Z 1001f890 f i main.cpp.obj + 0001:0001e990 ??_E?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001f990 f i main.cpp.obj + 0001:0001e990 ??_G?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001f990 f i main.cpp.obj + 0001:0001ea90 ??_E?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEPAXI@Z 1001fa90 f i main.cpp.obj + 0001:0001ea90 ??_G?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEPAXI@Z 1001fa90 f i main.cpp.obj + 0001:0001eb90 ??_E?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001fb90 f i main.cpp.obj + 0001:0001eb90 ??_G?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXI@Z 1001fb90 f i main.cpp.obj + 0001:0001ec90 ??_E?$PatchDetour@P6IXXZPAX@hadesmem@@UAEPAXI@Z 1001fc90 f i main.cpp.obj + 0001:0001ec90 ??_G?$PatchDetour@P6IXXZPAX@hadesmem@@UAEPAXI@Z 1001fc90 f i main.cpp.obj + 0001:0001ed90 ??_E?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEPAXI@Z 1001fd90 f i main.cpp.obj + 0001:0001ed90 ??_G?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEPAXI@Z 1001fd90 f i main.cpp.obj + 0001:0001ee90 ??_E?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEPAXI@Z 1001fe90 f i main.cpp.obj + 0001:0001ee90 ??_G?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEPAXI@Z 1001fe90 f i main.cpp.obj + 0001:0001ef90 ??_E?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEPAXI@Z 1001ff90 f i main.cpp.obj + 0001:0001ef90 ??_G?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEPAXI@Z 1001ff90 f i main.cpp.obj + 0001:0001f090 ??_E?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEPAXI@Z 10020090 f i main.cpp.obj + 0001:0001f090 ??_G?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEPAXI@Z 10020090 f i main.cpp.obj + 0001:0001f190 ??_E?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@UAEPAXI@Z 10020190 f i main.cpp.obj + 0001:0001f190 ??_G?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@UAEPAXI@Z 10020190 f i main.cpp.obj + 0001:0001f1c0 ??_E?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@UAEPAXI@Z 100201c0 f i main.cpp.obj + 0001:0001f1c0 ??_G?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@UAEPAXI@Z 100201c0 f i main.cpp.obj + 0001:0001f1f0 ??_E?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100201f0 f i main.cpp.obj + 0001:0001f1f0 ??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100201f0 f i main.cpp.obj + 0001:0001f2b0 ??_E?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100202b0 f i main.cpp.obj + 0001:0001f2b0 ??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100202b0 f i main.cpp.obj + 0001:0001f340 ??_E?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAEPAXI@Z 10020340 f i main.cpp.obj + 0001:0001f340 ??_G?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAEPAXI@Z 10020340 f i main.cpp.obj + 0001:0001f370 ??_E?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAEPAXI@Z 10020370 f i main.cpp.obj + 0001:0001f370 ??_G?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAEPAXI@Z 10020370 f i main.cpp.obj + 0001:0001f390 ??_E?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAEPAXI@Z 10020390 f i main.cpp.obj + 0001:0001f390 ??_G?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAEPAXI@Z 10020390 f i main.cpp.obj + 0001:0001f3c0 ??_E?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@UAEPAXI@Z 100203c0 f i main.cpp.obj + 0001:0001f3c0 ??_G?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@UAEPAXI@Z 100203c0 f i main.cpp.obj + 0001:0001f3e0 ??_E?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@UAEPAXI@Z 100203e0 f i main.cpp.obj + 0001:0001f3e0 ??_G?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@UAEPAXI@Z 100203e0 f i main.cpp.obj + 0001:0001f400 ??_E?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@UAEPAXI@Z 10020400 f i main.cpp.obj + 0001:0001f400 ??_G?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@UAEPAXI@Z 10020400 f i main.cpp.obj + 0001:0001f430 ??_E?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@UAEPAXI@Z 10020430 f i main.cpp.obj + 0001:0001f430 ??_G?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@UAEPAXI@Z 10020430 f i main.cpp.obj + 0001:0001f450 ??_E?$numpunct@D@std@@MAEPAXI@Z 10020450 f i main.cpp.obj + 0001:0001f450 ??_G?$numpunct@D@std@@MAEPAXI@Z 10020450 f i main.cpp.obj + 0001:0001f4a0 ??_E?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXI@Z 100204a0 f i main.cpp.obj + 0001:0001f4a0 ??_E?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXI@Z 100204a0 f i main.cpp.obj + 0001:0001f4a0 ??_E?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXI@Z 100204a0 f i main.cpp.obj + 0001:0001f4a0 ??_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 100204a0 f i main.cpp.obj + 0001:0001f4a0 ??_E?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXI@Z 100204a0 f i main.cpp.obj + 0001:0001f4a0 ??_G?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXI@Z 100204a0 f i main.cpp.obj + 0001:0001f4a0 ??_G?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXI@Z 100204a0 f i main.cpp.obj + 0001:0001f4a0 ??_G?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXI@Z 100204a0 f i main.cpp.obj + 0001:0001f4a0 ??_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 100204a0 f i main.cpp.obj + 0001:0001f4a0 ??_G?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXI@Z 100204a0 f i main.cpp.obj + 0001:0001f4d0 ??_E?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MAEPAXI@Z 100204d0 f i main.cpp.obj + 0001:0001f4d0 ??_G?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MAEPAXI@Z 100204d0 f i main.cpp.obj + 0001:0001f510 ??_E?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 10020510 f i main.cpp.obj + 0001:0001f510 ??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 10020510 f i main.cpp.obj + 0001:0001f5a0 ??_ECDataStore@Nampower@@UAEPAXI@Z 100205a0 f i main.cpp.obj + 0001:0001f5a0 ??_GCDataStore@Nampower@@UAEPAXI@Z 100205a0 f i main.cpp.obj + 0001:0001f610 ??_EError@hadesmem@@UAEPAXI@Z 10020610 f i main.cpp.obj + 0001:0001f610 ??_GError@hadesmem@@UAEPAXI@Z 10020610 f i main.cpp.obj + 0001:0001f6a0 ??_Ebad_alloc_@exception_detail@boost@@UAEPAXI@Z 100206a0 f i main.cpp.obj + 0001:0001f6a0 ??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 100206a0 f i main.cpp.obj + 0001:0001f730 ??_Ebad_exception_@exception_detail@boost@@UAEPAXI@Z 10020730 f i main.cpp.obj + 0001:0001f730 ??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 10020730 f i main.cpp.obj + 0001:0001f7c0 ??_Eclone_base@exception_detail@boost@@UAEPAXI@Z 100207c0 f i main.cpp.obj + 0001:0001f7c0 ??_Gclone_base@exception_detail@boost@@UAEPAXI@Z 100207c0 f i main.cpp.obj + 0001:0001f7f0 ??_Eerror_info_base@exception_detail@boost@@UAEPAXI@Z 100207f0 f i main.cpp.obj + 0001:0001f7f0 ??_Gerror_info_base@exception_detail@boost@@UAEPAXI@Z 100207f0 f i main.cpp.obj + 0001:0001f820 ??_Esp_counted_base@detail@boost@@UAEPAXI@Z 10020820 f i main.cpp.obj + 0001:0001f820 ??_Gsp_counted_base@detail@boost@@UAEPAXI@Z 10020820 f i main.cpp.obj + 0001:0001f850 ?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 10020850 f i main.cpp.obj + 0001:0001f850 ?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 10020850 f i main.cpp.obj + 0001:0001f9e0 ?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 100209e0 f i main.cpp.obj + 0001:0001fa80 ?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10020a80 f i main.cpp.obj + 0001:000202f0 ?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100212f0 f i main.cpp.obj + 0001:00020b60 ?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10021b60 f i main.cpp.obj + 0001:000213d0 ?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100223d0 f i main.cpp.obj + 0001:00021c40 ?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10022c40 f i main.cpp.obj + 0001:000224b0 ?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100234b0 f i main.cpp.obj + 0001:00022d20 ?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10023d20 f i main.cpp.obj + 0001:00023590 ?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10024590 f i main.cpp.obj + 0001:00023e00 ?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10024e00 f i main.cpp.obj + 0001:00024670 ?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 10025670 f i main.cpp.obj + 0001:00024ee0 ?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10025ee0 f i main.cpp.obj + 0001:00025750 ?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10026750 f i main.cpp.obj + 0001:00025fc0 ?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10026fc0 f i main.cpp.obj + 0001:00026830 ?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10027830 f i main.cpp.obj + 0001:000270a0 ?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100280a0 f i main.cpp.obj + 0001:00027910 ?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 10028910 f i main.cpp.obj + 0001:00028180 ?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10029180 f i main.cpp.obj + 0001:000289f0 ?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100299f0 f i main.cpp.obj + 0001:00029260 ?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 1002a260 f i main.cpp.obj + 0001:00029ad0 ?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1002aad0 f i main.cpp.obj + 0001:0002a340 ?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 1002b340 f i main.cpp.obj + 0001:0002abb0 ?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1002bbb0 f i main.cpp.obj + 0001:0002b420 ?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 1002c420 f i main.cpp.obj + 0001:0002bc90 ?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 1002cc90 f i main.cpp.obj + 0001:0002c500 ?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 1002d500 f i main.cpp.obj + 0001:0002cd70 ?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 1002dd70 f i main.cpp.obj + 0001:0002d5e0 ?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 1002e5e0 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6GXXZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IXXZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de50 ?CanHookChain@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBE_NXZ 1002ee50 f i main.cpp.obj + 0001:0002de60 ?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 1002ee60 f i main.cpp.obj + 0001:0002df50 ?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 1002ef50 f i main.cpp.obj + 0001:0002e000 ?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 1002f000 f i main.cpp.obj + 0001:0002e160 ?CleanupUnchecked@Process@hadesmem@@AAEXXZ 1002f160 f i main.cpp.obj + 0001:0002e240 ?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 1002f240 f i main.cpp.obj + 0001:0002e320 ?ClearQueuedSpells@Nampower@@YAXXZ 1002f320 f main.cpp.obj + 0001:0002e420 ?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 1002f420 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e560 ?Detach@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 1002f560 f i main.cpp.obj + 0001:0002e570 ?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 1002f570 f i main.cpp.obj + 0001:0002e690 ?EffectiveCastEndMs@Nampower@@YAIXZ 1002f690 f main.cpp.obj + 0001:0002e710 ?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 1002f710 f i main.cpp.obj + 0001:0002e800 ?FrameScript_CreateEventsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@HI@Z 1002f800 f main.cpp.obj + 0001:0002e830 ?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 1002f830 f main.cpp.obj + 0001:0002e970 ?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 1002f970 f i main.cpp.obj + 0001:0002eaf0 ?GenStubGate32@detail@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@PAX00@Z 1002faf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6GXXZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IXXZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEPAXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ebf0 ?GetContext@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBEPBXXZ 1002fbf0 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6GXXZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IXXZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec00 ?GetDetour@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBEPBXXZ 1002fc00 f i main.cpp.obj + 0001:0002ec10 ?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 1002fc10 f main.cpp.obj + 0001:0002ee00 ?GetLatencyMs@Nampower@@YAIXZ 1002fe00 f main.cpp.obj + 0001:0002ee70 ?GetLuaStatePtr@Nampower@@YAPAIXZ 1002fe70 f main.cpp.obj + 0001:0002ee80 ?GetOriginalArbitraryUserPtr@PatchDetourBase@hadesmem@@UBEPAXXZ 1002fe80 f i main.cpp.obj + 0001:0002eea0 ?GetOriginalArbitraryUserPtrPtr@PatchDetourBase@hadesmem@@KAPAPAXXZ 1002fea0 f i main.cpp.obj + 0001:0002eec0 ?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1002fec0 f i main.cpp.obj + 0001:0002f120 ?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 10030120 f i main.cpp.obj + 0001:0002f380 ?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10030380 f i main.cpp.obj + 0001:0002f5e0 ?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 100305e0 f i main.cpp.obj + 0001:0002f840 ?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 10030840 f i main.cpp.obj + 0001:0002faa0 ?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 10030aa0 f i main.cpp.obj + 0001:0002fd00 ?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 10030d00 f i main.cpp.obj + 0001:0002ff60 ?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 10030f60 f i main.cpp.obj + 0001:000301c0 ?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 100311c0 f i main.cpp.obj + 0001:00030420 ?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ 10031420 f i main.cpp.obj + 0001:00030680 ?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 10031680 f i main.cpp.obj + 0001:000308e0 ?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 100318e0 f i main.cpp.obj + 0001:00030b40 ?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 10031b40 f i main.cpp.obj + 0001:00030da0 ?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 10031da0 f i main.cpp.obj + 0001:00031000 ?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 10032000 f i main.cpp.obj + 0001:00031260 ?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ 10032260 f i main.cpp.obj + 0001:000314c0 ?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 100324c0 f i main.cpp.obj + 0001:00031720 ?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 10032720 f i main.cpp.obj + 0001:00031980 ?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 10032980 f i main.cpp.obj + 0001:00031be0 ?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 10032be0 f i main.cpp.obj + 0001:00031e40 ?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 10032e40 f i main.cpp.obj + 0001:000320a0 ?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100330a0 f i main.cpp.obj + 0001:00032300 ?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 10033300 f i main.cpp.obj + 0001:00032560 ?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 10033560 f i main.cpp.obj + 0001:000327c0 ?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 100337c0 f i main.cpp.obj + 0001:00032a20 ?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 10033a20 f i main.cpp.obj + 0001:00032c80 ?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 10033c80 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6GXXZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IXXZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEAAU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ee0 ?GetRefCount@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBEABU?$atomic@I@std@@XZ 10033ee0 f i main.cpp.obj + 0001:00032ef0 ?GetReturnAddressPtr@PatchDetourBase@hadesmem@@UBEPAXXZ 10033ef0 f i main.cpp.obj + 0001:00032f10 ?GetReturnAddressPtrPtr@PatchDetourBase@hadesmem@@KAPAPAXXZ 10033f10 f i main.cpp.obj + 0001:00032f30 ?GetServerDelayMs@Nampower@@YAIXZ 10033f30 f main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6GXXZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IXXZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f70 ?GetTarget@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBEPAXXZ 10033f70 f i main.cpp.obj + 0001:00032f80 ?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 10033f80 f i main.cpp.obj + 0001:00033130 ?GetTime@Nampower@@YAIXZ 10034130 f main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6GXXZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IXXZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033160 ?GetTrampoline@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBEPAXXZ 10034160 f i main.cpp.obj + 0001:00033170 ?GetWowTimeMs@Nampower@@YA_KXZ 10034170 f main.cpp.obj + 0001:00033180 ?ISceneEndHook@Nampower@@YAPAHPAVPatchDetourBase@hadesmem@@PAI@Z 10034180 f main.cpp.obj + 0001:000331b0 ?InSpellQueueWindow@Nampower@@YA_NII_N@Z 100341b0 f main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6GXXZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IXXZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?IsApplied@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UBE_NXZ 10034260 f i main.cpp.obj + 0001:00033260 ?do_decimal_point@?$numpunct@D@std@@MBEDXZ 10034260 f i main.cpp.obj + 0001:00033270 ?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 10034270 f i main.cpp.obj + 0001:00033370 ?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 10034370 f main.cpp.obj + 0001:00033c70 ?LuaCall@Nampower@@YAXPBD@Z 10034c70 f main.cpp.obj + 0001:00033c80 ?OnSpriteRightClickHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@_K@Z 10034c80 f main.cpp.obj + 0001:00033d20 ?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 10034d20 f i main.cpp.obj + 0001:00033e30 ?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 10034e30 f i main.cpp.obj + 0001:00033f40 ?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10034f40 f i main.cpp.obj + 0001:00034330 ?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10035330 f i main.cpp.obj + 0001:00034440 ?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 10035440 f main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034570 ?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10035570 f i main.cpp.obj + 0001:00034600 ?RemovePatch@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10035600 f i main.cpp.obj + 0001:00034640 ?RemovePatch@?$PatchDetour@P6GXXZPAX@hadesmem@@MAEXXZ 10035640 f i main.cpp.obj + 0001:00034680 ?RemovePatch@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10035680 f i main.cpp.obj + 0001:000346c0 ?RemovePatch@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MAEXXZ 100356c0 f i main.cpp.obj + 0001:00034700 ?RemovePatch@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MAEXXZ 10035700 f i main.cpp.obj + 0001:00034740 ?RemovePatch@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MAEXXZ 10035740 f i main.cpp.obj + 0001:00034780 ?RemovePatch@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MAEXXZ 10035780 f i main.cpp.obj + 0001:000347c0 ?RemovePatch@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MAEXXZ 100357c0 f i main.cpp.obj + 0001:00034800 ?RemovePatch@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MAEXXZ 10035800 f i main.cpp.obj + 0001:00034840 ?RemovePatch@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MAEXXZ 10035840 f i main.cpp.obj + 0001:00034880 ?RemovePatch@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MAEXXZ 10035880 f i main.cpp.obj + 0001:000348c0 ?RemovePatch@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MAEXXZ 100358c0 f i main.cpp.obj + 0001:00034900 ?RemovePatch@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MAEXXZ 10035900 f i main.cpp.obj + 0001:00034940 ?RemovePatch@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MAEXXZ 10035940 f i main.cpp.obj + 0001:00034980 ?RemovePatch@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MAEXXZ 10035980 f i main.cpp.obj + 0001:000349c0 ?RemovePatch@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MAEXXZ 100359c0 f i main.cpp.obj + 0001:00034a00 ?RemovePatch@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MAEXXZ 10035a00 f i main.cpp.obj + 0001:00034a40 ?RemovePatch@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MAEXXZ 10035a40 f i main.cpp.obj + 0001:00034a80 ?RemovePatch@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MAEXXZ 10035a80 f i main.cpp.obj + 0001:00034ac0 ?RemovePatch@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10035ac0 f i main.cpp.obj + 0001:00034b00 ?RemovePatch@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MAEXXZ 10035b00 f i main.cpp.obj + 0001:00034b40 ?RemovePatch@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10035b40 f i main.cpp.obj + 0001:00034b80 ?RemovePatch@?$PatchDetour@P6IXXZPAX@hadesmem@@MAEXXZ 10035b80 f i main.cpp.obj + 0001:00034bc0 ?RemovePatch@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MAEXXZ 10035bc0 f i main.cpp.obj + 0001:00034c00 ?RemovePatch@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MAEXXZ 10035c00 f i main.cpp.obj + 0001:00034c40 ?RemovePatch@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MAEXXZ 10035c40 f i main.cpp.obj + 0001:00034c80 ?RemovePatch@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MAEXXZ 10035c80 f i main.cpp.obj + 0001:00034cc0 ?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035cc0 f i main.cpp.obj + 0001:00034da0 ?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10035da0 f i main.cpp.obj + 0001:00034e80 ?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035e80 f i main.cpp.obj + 0001:00034f60 ?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10035f60 f i main.cpp.obj + 0001:00035040 ?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10036040 f i main.cpp.obj + 0001:00035120 ?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10036120 f i main.cpp.obj + 0001:00035200 ?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10036200 f i main.cpp.obj + 0001:000352e0 ?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100362e0 f i main.cpp.obj + 0001:000353c0 ?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100363c0 f i main.cpp.obj + 0001:000354a0 ?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100364a0 f i main.cpp.obj + 0001:00035580 ?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10036580 f i main.cpp.obj + 0001:00035660 ?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10036660 f i main.cpp.obj + 0001:00035740 ?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10036740 f i main.cpp.obj + 0001:00035820 ?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10036820 f i main.cpp.obj + 0001:00035900 ?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10036900 f i main.cpp.obj + 0001:000359e0 ?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100369e0 f i main.cpp.obj + 0001:00035ac0 ?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10036ac0 f i main.cpp.obj + 0001:00035ba0 ?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10036ba0 f i main.cpp.obj + 0001:00035c80 ?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10036c80 f i main.cpp.obj + 0001:00035d60 ?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10036d60 f i main.cpp.obj + 0001:00035e40 ?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10036e40 f i main.cpp.obj + 0001:00035f20 ?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10036f20 f i main.cpp.obj + 0001:00036000 ?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10037000 f i main.cpp.obj + 0001:000360e0 ?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100370e0 f i main.cpp.obj + 0001:000361c0 ?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100371c0 f i main.cpp.obj + 0001:000362a0 ?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100372a0 f i main.cpp.obj + 0001:00036380 ?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10037380 f i main.cpp.obj + 0001:00036460 ?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 10037460 f i main.cpp.obj + 0001:00036590 ?ResetCastFlags@Nampower@@YAXXZ 10037590 f main.cpp.obj + 0001:000365f0 ?ResetChannelingFlags@Nampower@@YAXXZ 100375f0 f main.cpp.obj + 0001:00036630 ?ResetDisenchantState@Nampower@@YAXXZ 10037630 f main.cpp.obj + 0001:00036660 ?ResetOnSwingFlags@Nampower@@YAXXZ 10037660 f main.cpp.obj + 0001:00036680 ?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 10037680 f i main.cpp.obj + 0001:00036740 ?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 10037740 f i main.cpp.obj + 0001:00036880 ?Script_SetCVarHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAI@Z 10037880 f main.cpp.obj + 0001:000368f0 ?SetSelectionTarget@Nampower@@YAX_K@Z 100378f0 f main.cpp.obj + 0001:00036a10 ?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 10037a10 f i main.cpp.obj + 0001:00036ac0 ?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 10037ac0 f i main.cpp.obj + 0001:00036ac0 ?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 10037ac0 f i main.cpp.obj + 0001:00036b60 ?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 10037b60 f i main.cpp.obj + 0001:00036c20 ?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 10037c20 f i main.cpp.obj + 0001:00036c20 ?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 10037c20 f i main.cpp.obj + 0001:00036c20 ?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 10037c20 f i main.cpp.obj + 0001:00036c20 ?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 10037c20 f i main.cpp.obj + 0001:00036cc0 ?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 10037cc0 f i main.cpp.obj + 0001:00036d70 ?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 10037d70 f i main.cpp.obj + 0001:00036e30 ?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z 10037e30 f i main.cpp.obj + 0001:00036ee0 ?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 10037ee0 f i main.cpp.obj + 0001:00036f90 ?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 10037f90 f i main.cpp.obj + 0001:00037030 ?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 10038030 f i main.cpp.obj + 0001:00037030 ?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 10038030 f i main.cpp.obj + 0001:00037030 ?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 10038030 f i main.cpp.obj + 0001:00037030 ?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 10038030 f i main.cpp.obj + 0001:000370f0 ?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 100380f0 f i main.cpp.obj + 0001:000371b0 ?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 100381b0 f i main.cpp.obj + 0001:00037280 ?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z 10038280 f i main.cpp.obj + 0001:00037340 ?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 10038340 f i main.cpp.obj + 0001:00037340 ?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 10038340 f i main.cpp.obj + 0001:00037400 ?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 10038400 f i main.cpp.obj + 0001:000374b0 ?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 100384b0 f i main.cpp.obj + 0001:00037560 ?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 10038560 f i main.cpp.obj + 0001:00037620 ?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 10038620 f i main.cpp.obj + 0001:000376f0 ?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 100386f0 f i main.cpp.obj + 0001:000377c0 ?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100387c0 f i main.cpp.obj + 0001:000378e0 ?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100388e0 f main.cpp.obj + 0001:00037980 ?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 10038980 f i main.cpp.obj + 0001:00037a80 ?TraceFormatImpl@@YAXPBDABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 10038a80 f i main.cpp.obj + 0001:00037b70 ?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 10038b70 f i main.cpp.obj + 0001:00037d20 ?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 10038d20 f i main.cpp.obj + 0001:00037e80 ?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10038e80 f i main.cpp.obj + 0001:000381e0 ?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 100391e0 f i main.cpp.obj + 0001:00038340 ?WritePatch@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10039340 f i main.cpp.obj + 0001:00038380 ?WritePatch@?$PatchDetour@P6GXXZPAX@hadesmem@@MAEXXZ 10039380 f i main.cpp.obj + 0001:000383c0 ?WritePatch@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 100393c0 f i main.cpp.obj + 0001:00038400 ?WritePatch@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MAEXXZ 10039400 f i main.cpp.obj + 0001:00038440 ?WritePatch@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MAEXXZ 10039440 f i main.cpp.obj + 0001:00038480 ?WritePatch@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MAEXXZ 10039480 f i main.cpp.obj + 0001:000384c0 ?WritePatch@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MAEXXZ 100394c0 f i main.cpp.obj + 0001:00038500 ?WritePatch@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MAEXXZ 10039500 f i main.cpp.obj + 0001:00038540 ?WritePatch@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MAEXXZ 10039540 f i main.cpp.obj + 0001:00038580 ?WritePatch@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MAEXXZ 10039580 f i main.cpp.obj + 0001:000385c0 ?WritePatch@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MAEXXZ 100395c0 f i main.cpp.obj + 0001:00038600 ?WritePatch@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MAEXXZ 10039600 f i main.cpp.obj + 0001:00038640 ?WritePatch@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MAEXXZ 10039640 f i main.cpp.obj + 0001:00038680 ?WritePatch@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MAEXXZ 10039680 f i main.cpp.obj + 0001:000386c0 ?WritePatch@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MAEXXZ 100396c0 f i main.cpp.obj + 0001:00038700 ?WritePatch@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MAEXXZ 10039700 f i main.cpp.obj + 0001:00038740 ?WritePatch@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MAEXXZ 10039740 f i main.cpp.obj + 0001:00038780 ?WritePatch@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MAEXXZ 10039780 f i main.cpp.obj + 0001:000387c0 ?WritePatch@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MAEXXZ 100397c0 f i main.cpp.obj + 0001:00038800 ?WritePatch@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10039800 f i main.cpp.obj + 0001:00038840 ?WritePatch@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MAEXXZ 10039840 f i main.cpp.obj + 0001:00038880 ?WritePatch@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10039880 f i main.cpp.obj + 0001:000388c0 ?WritePatch@?$PatchDetour@P6IXXZPAX@hadesmem@@MAEXXZ 100398c0 f i main.cpp.obj + 0001:00038900 ?WritePatch@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MAEXXZ 10039900 f i main.cpp.obj + 0001:00038940 ?WritePatch@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MAEXXZ 10039940 f i main.cpp.obj + 0001:00038980 ?WritePatch@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MAEXXZ 10039980 f i main.cpp.obj + 0001:000389c0 ?WritePatch@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MAEXXZ 100399c0 f i main.cpp.obj + 0001:00038a00 ?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10039a00 f i main.cpp.obj + 0001:00038b10 ?_Buy_nonzero@?$vector@DV?$allocator@D@std@@@std@@AAEXI@Z 10039b10 f i main.cpp.obj + 0001:00038b10 ?_Buy_nonzero@?$vector@EV?$allocator@E@std@@@std@@AAEXI@Z 10039b10 f i main.cpp.obj + 0001:00038ba0 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@2@PAX@Z 10039ba0 f i main.cpp.obj + 0001:00038ba0 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@2@PAX@Z 10039ba0 f i main.cpp.obj + 0001:00038bc0 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039bc0 f i main.cpp.obj + 0001:00038bc0 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039bc0 f i main.cpp.obj + 0001:00038be0 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@2@PAX@Z 10039be0 f i main.cpp.obj + 0001:00038be0 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@2@PAX@Z 10039be0 f i main.cpp.obj + 0001:00038c00 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10039c00 f i main.cpp.obj + 0001:00038c00 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10039c00 f i main.cpp.obj + 0001:00038c20 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@2@PAX@Z 10039c20 f i main.cpp.obj + 0001:00038c20 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@2@PAX@Z 10039c20 f i main.cpp.obj + 0001:00038c40 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039c40 f i main.cpp.obj + 0001:00038c40 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039c40 f i main.cpp.obj + 0001:00038c60 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@2@PAX@Z 10039c60 f i main.cpp.obj + 0001:00038c60 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@2@PAX@Z 10039c60 f i main.cpp.obj + 0001:00038c80 ?_Copy@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEPAV?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039c80 f i main.cpp.obj + 0001:00038c80 ?_Move@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEPAV?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039c80 f i main.cpp.obj + 0001:00038ca0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@@2@PAX@Z 10039ca0 f i main.cpp.obj + 0001:00038ca0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@@2@PAX@Z 10039ca0 f i main.cpp.obj + 0001:00038cc0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@2@PAX@Z 10039cc0 f i main.cpp.obj + 0001:00038cc0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@2@PAX@Z 10039cc0 f i main.cpp.obj + 0001:00038ce0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@2@PAX@Z 10039ce0 f i main.cpp.obj + 0001:00038ce0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@2@PAX@Z 10039ce0 f i main.cpp.obj + 0001:00038d00 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@2@PAX@Z 10039d00 f i main.cpp.obj + 0001:00038d00 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@2@PAX@Z 10039d00 f i main.cpp.obj + 0001:00038d20 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@2@PAX@Z 10039d20 f i main.cpp.obj + 0001:00038d20 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@2@PAX@Z 10039d20 f i main.cpp.obj + 0001:00038d40 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@2@PAX@Z 10039d40 f i main.cpp.obj + 0001:00038d40 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@2@PAX@Z 10039d40 f i main.cpp.obj + 0001:00038d60 ?_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 10039d60 f i main.cpp.obj + 0001:00038d60 ?_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 10039d60 f i main.cpp.obj + 0001:00038d80 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@2@PAX@Z 10039d80 f i main.cpp.obj + 0001:00038d80 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@2@PAX@Z 10039d80 f i main.cpp.obj + 0001:00038da0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@2@PAX@Z 10039da0 f i main.cpp.obj + 0001:00038da0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@2@PAX@Z 10039da0 f i main.cpp.obj + 0001:00038dc0 ?_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 10039dc0 f i main.cpp.obj + 0001:00038dc0 ?_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 10039dc0 f i main.cpp.obj + 0001:00038de0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@2@PAX@Z 10039de0 f i main.cpp.obj + 0001:00038de0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@2@PAX@Z 10039de0 f i main.cpp.obj + 0001:00038e00 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@2@PAX@Z 10039e00 f i main.cpp.obj + 0001:00038e00 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@2@PAX@Z 10039e00 f i main.cpp.obj + 0001:00038e20 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@2@PAX@Z 10039e20 f i main.cpp.obj + 0001:00038e20 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@2@PAX@Z 10039e20 f i main.cpp.obj + 0001:00038e40 ?_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 10039e40 f i main.cpp.obj + 0001:00038e40 ?_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 10039e40 f i main.cpp.obj + 0001:00038e60 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10039e60 f i main.cpp.obj + 0001:00038e60 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10039e60 f i main.cpp.obj + 0001:00038e80 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@2@PAX@Z 10039e80 f i main.cpp.obj + 0001:00038e80 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@2@PAX@Z 10039e80 f i main.cpp.obj + 0001:00038ea0 ?_Copy@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEPAV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@2@PAX@Z 10039ea0 f i main.cpp.obj + 0001:00038ea0 ?_Move@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAEPAV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@2@PAX@Z 10039ea0 f i main.cpp.obj + 0001:00038ec0 ?_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 10039ec0 f i main.cpp.obj + 0001:00038ec0 ?_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 10039ec0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Delete_this@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EAEX_N@Z 10039ee0 f i main.cpp.obj + 0001:00038f00 ?_Delete_this@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10039f00 f i main.cpp.obj + 0001:00038f00 ?_Delete_this@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10039f00 f i main.cpp.obj + 0001:00038f10 ?_Destroy@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10039f10 f i main.cpp.obj + 0001:00038f10 ?_Destroy@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10039f10 f i main.cpp.obj + 0001:00038f30 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAI11$$QAPAVCDataStore@Nampower@@@Z 10039f30 f i main.cpp.obj + 0001:00038f30 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAPAX$$QAI3@Z 10039f30 f i main.cpp.obj + 0001:00038f30 ?_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 10039f30 f i main.cpp.obj + 0001:00038f60 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 10039f60 f i main.cpp.obj + 0001:00038f60 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 10039f60 f i main.cpp.obj + 0001:00038f60 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAPAUCTerrainClickEvent@game@@@Z 10039f60 f i main.cpp.obj + 0001:00038f60 ?_Do_call@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEPAH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 10039f60 f i main.cpp.obj + 0001:00038f60 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI@Z 10039f60 f i main.cpp.obj + 0001:00038f80 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAPAVCDataStore@Nampower@@@Z 10039f80 f i main.cpp.obj + 0001:00038f80 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAH$$QAI@Z 10039f80 f i main.cpp.obj + 0001:00038fa0 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QA_K@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QA_K@Z 10039fa0 f i main.cpp.obj + 0001:00038fc0 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAH$$QAPAI2@Z 10039fc0 f i main.cpp.obj + 0001:00038fc0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI$$QAH2@Z 10039fc0 f i main.cpp.obj + 0001:00038fc0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX1$$QAI@Z 10039fc0 f i main.cpp.obj + 0001:00038fc0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX1$$QAPAVCDataStore@Nampower@@@Z 10039fc0 f i main.cpp.obj + 0001:00038fc0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX$$QAH2@Z 10039fc0 f i main.cpp.obj + 0001:00038ff0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@@Z 10039ff0 f i main.cpp.obj + 0001:00039000 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAE$$QAH@Z 1003a000 f i main.cpp.obj + 0001:00039020 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI$$QAH$$QA_K@Z 1003a020 f i main.cpp.obj + 0001:00039050 ?_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 1003a050 f i main.cpp.obj + 0001:00039090 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAPAX$$QAH$$QAE@Z 1003a090 f i main.cpp.obj + 0001:000390c0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAUSpellCast@game@@$$QAD@Z 1003a0c0 f i main.cpp.obj + 0001:000390e0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QA_N1$$QAW4SpellCastResult@game@@@Z 1003a0e0 f i main.cpp.obj + 0001:00039110 ?_Do_call@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAE_N$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI1$$QAI$$QAM@Z 1003a110 f i main.cpp.obj + 0001:00039150 ?_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 1003a150 f i main.cpp.obj + 0001:00039180 ?_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 1003a180 f i main.cpp.obj + 0001:00039490 ?_Ffmt@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABAPADPADDH@Z 1003a490 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039550 ?_Get@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EBEPBXXZ 1003a550 f i main.cpp.obj + 0001:00039560 ?_Get_deleter@_Ref_count_base@std@@UBEPAXABVtype_info@@@Z 1003a560 f i main.cpp.obj + 0001:00039560 ?get_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a560 f i main.cpp.obj + 0001:00039560 ?get_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a560 f i main.cpp.obj + 0001:00039560 ?get_deleter@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a560 f i main.cpp.obj + 0001:00039560 ?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 1003a560 f i main.cpp.obj + 0001:00039560 ?get_deleter@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a560 f i main.cpp.obj + 0001:00039560 ?get_local_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a560 f i main.cpp.obj + 0001:00039560 ?get_local_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a560 f i main.cpp.obj + 0001:00039560 ?get_local_deleter@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a560 f i main.cpp.obj + 0001:00039560 ?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 1003a560 f i main.cpp.obj + 0001:00039560 ?get_local_deleter@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a560 f i main.cpp.obj + 0001:00039570 ?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 1003a570 f i main.cpp.obj + 0001:000396f0 ?_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 1003a6f0 f i spell_scripts.cpp.obj + 0001:000396f0 ?_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 1003a6f0 f i main.cpp.obj + 0001:000396f0 ?_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 1003a6f0 f i main.cpp.obj + 0001:000398e0 ?_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 1003a8e0 f i main.cpp.obj + 0001:00039c60 ?_Lrotate@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEXPAU?$_Tree_node@KPAX@2@@Z 1003ac60 f i main.cpp.obj + 0001:00039cb0 ?_Min@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@SAPAU?$_Tree_node@KPAX@2@PAU32@@Z 1003acb0 f i main.cpp.obj + 0001:00039cd0 ?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 1003acd0 f i main.cpp.obj + 0001:00039db0 ?_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 1003adb0 f i main.cpp.obj + 0001:00039e20 ?_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 1003ae20 f i main.cpp.obj + 0001:00039e90 ?_Rrotate@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEXPAU?$_Tree_node@KPAX@2@@Z 1003ae90 f i main.cpp.obj + 0001:00039ef0 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEABVtype_info@@XZ 1003aef0 f i main.cpp.obj + 0001:00039f00 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEABVtype_info@@XZ 1003af00 f i main.cpp.obj + 0001:00039f10 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEABVtype_info@@XZ 1003af10 f i main.cpp.obj + 0001:00039f20 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEABVtype_info@@XZ 1003af20 f i main.cpp.obj + 0001:00039f30 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEABVtype_info@@XZ 1003af30 f i main.cpp.obj + 0001:00039f40 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEABVtype_info@@XZ 1003af40 f i main.cpp.obj + 0001:00039f50 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEABVtype_info@@XZ 1003af50 f i main.cpp.obj + 0001:00039f60 ?_Target_type@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEABVtype_info@@XZ 1003af60 f i main.cpp.obj + 0001:00039f70 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEABVtype_info@@XZ 1003af70 f i main.cpp.obj + 0001:00039f80 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EBEABVtype_info@@XZ 1003af80 f i main.cpp.obj + 0001:00039f90 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEABVtype_info@@XZ 1003af90 f i main.cpp.obj + 0001:00039fa0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEABVtype_info@@XZ 1003afa0 f i main.cpp.obj + 0001:00039fb0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEABVtype_info@@XZ 1003afb0 f i main.cpp.obj + 0001:00039fc0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEABVtype_info@@XZ 1003afc0 f i main.cpp.obj + 0001:00039fd0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EBEABVtype_info@@XZ 1003afd0 f i main.cpp.obj + 0001:00039fe0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EBEABVtype_info@@XZ 1003afe0 f i main.cpp.obj + 0001:00039ff0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEABVtype_info@@XZ 1003aff0 f i main.cpp.obj + 0001:0003a000 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EBEABVtype_info@@XZ 1003b000 f i main.cpp.obj + 0001:0003a010 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEABVtype_info@@XZ 1003b010 f i main.cpp.obj + 0001:0003a020 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEABVtype_info@@XZ 1003b020 f i main.cpp.obj + 0001:0003a030 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEABVtype_info@@XZ 1003b030 f i main.cpp.obj + 0001:0003a040 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EBEABVtype_info@@XZ 1003b040 f i main.cpp.obj + 0001:0003a050 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEABVtype_info@@XZ 1003b050 f i main.cpp.obj + 0001:0003a060 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEABVtype_info@@XZ 1003b060 f i main.cpp.obj + 0001:0003a070 ?_Target_type@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEABVtype_info@@XZ 1003b070 f i main.cpp.obj + 0001:0003a080 ?_Target_type@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EBEABVtype_info@@XZ 1003b080 f i main.cpp.obj + 0001:0003a090 ?_Throw_tree_length_error@std@@YAXXZ 1003b090 f i main.cpp.obj + 0001:0003a0a0 ?_Tidy@?$vector@UCastSpellParams@@V?$allocator@UCastSpellParams@@@std@@@std@@AAEXXZ 1003b0a0 f i main.cpp.obj + 0001:0003a110 ?_Tidy@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEXXZ 1003b110 f i main.cpp.obj + 0001:0003a170 ?_Xlength@?$vector@DV?$allocator@D@std@@@std@@CAXXZ 1003b170 f i main.cpp.obj + 0001:0003a170 ?_Xlength@?$vector@EV?$allocator@E@std@@@std@@CAXXZ 1003b170 f i main.cpp.obj + 0001:0003a170 ?_Xlength@?$vector@PAHV?$allocator@PAH@std@@@std@@CAXXZ 1003b170 f i lua_refs.cpp.obj + 0001:0003a170 ?_Xlength@?$vector@UCastSpellParams@@V?$allocator@UCastSpellParams@@@std@@@std@@CAXXZ 1003b170 f i main.cpp.obj + 0001:0003a170 ?_Xlength@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@CAXXZ 1003b170 f i main.cpp.obj + 0001:0003a180 ?addCustomEvent@Nampower@@YAXIPAD@Z 1003b180 f main.cpp.obj + 0001:0003a2a0 ?add_ref@error_info_container_impl@exception_detail@boost@@EBEXXZ 1003b2a0 f i main.cpp.obj + 0001:0003a2b0 ?append@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@ID@Z 1003b2b0 f i main.cpp.obj + 0001:0003a410 ?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@QBDI@Z 1003b410 f i main.cpp.obj + 0001:0003a500 ?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 1003b500 f i main.cpp.obj + 0001:0003a6a0 ?checkForStopChanneling@Nampower@@YAXXZ 1003b6a0 f main.cpp.obj + 0001:0003a9b0 ?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 1003b9b0 f i main.cpp.obj + 0001:0003a9ce ?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEPBVclone_base@23@XZ 1003b9ce f i main.cpp.obj + 0001:0003a9e0 ?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 1003b9e0 f i main.cpp.obj + 0001:0003aaba ?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEPBVclone_base@23@XZ 1003baba f i main.cpp.obj + 0001:0003aad0 ?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 1003bad0 f i main.cpp.obj + 0001:0003abb0 ?clone@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 1003bbb0 f i main.cpp.obj + 0001:0003abe0 ?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 1003bbe0 f i main.cpp.obj + 0001:0003ac60 ?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 1003bc60 f i main.cpp.obj + 0001:0003ad00 ?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 1003bd00 f i main.cpp.obj + 0001:0003afc0 ?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 1003bfc0 f i main.cpp.obj + 0001:0003b090 ?current_exception_diagnostic_information@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z 1003c090 f i main.cpp.obj + 0001:0003b130 ?deallocate@?$allocator@VSuspendedThread@hadesmem@@@std@@QAEXQAVSuspendedThread@hadesmem@@I@Z 1003c130 f i main.cpp.obj + 0001:0003b170 ?dec@std@@YAAAVios_base@1@AAV21@@Z 1003c170 f i main.cpp.obj + 0001:0003b190 ?destroy@sp_counted_base@detail@boost@@UAEXXZ 1003c190 f i main.cpp.obj + 0001:0003b1a0 ?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 1003c1a0 f i main.cpp.obj + 0001:0003b3e0 ?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 1003c3e0 f i main.cpp.obj + 0001:0003b840 ?dispose@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEXXZ 1003c840 f i main.cpp.obj + 0001:0003b840 ?dispose@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEXXZ 1003c840 f i main.cpp.obj + 0001:0003b850 ?dispose@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEXXZ 1003c850 f i main.cpp.obj + 0001:0003b850 ?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 1003c850 f i main.cpp.obj + 0001:0003b850 ?dispose@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEXXZ 1003c850 f i main.cpp.obj + 0001:0003b860 ?do_falsename@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003c860 f i main.cpp.obj + 0001:0003b8a0 ?do_grouping@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003c8a0 f i main.cpp.obj + 0001:0003b8e0 ?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 1003c8e0 f i main.cpp.obj + 0001:0003b9b0 ?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 1003c9b0 f i main.cpp.obj + 0001:0003ba80 ?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 1003ca80 f i main.cpp.obj + 0001:0003bc80 ?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 1003cc80 f i main.cpp.obj + 0001:0003be80 ?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 1003ce80 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_J@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_K@Z 1003cfd0 f i main.cpp.obj + 0001:0003c0b0 ?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 1003d0b0 f i main.cpp.obj + 0001:0003c2b0 ?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 1003d2b0 f i main.cpp.obj + 0001:0003c650 ?do_thousands_sep@?$numpunct@D@std@@MBEDXZ 1003d650 f i main.cpp.obj + 0001:0003c660 ?do_truename@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003d660 f i main.cpp.obj + 0001:0003c6a0 ?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 1003d6a0 f i main.cpp.obj + 0001:0003c6e0 ?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 1003d6e0 f i main.cpp.obj + 0001:0003c830 ?get@error_info_container_impl@exception_detail@boost@@UBE?AV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 1003d830 f i main.cpp.obj + 0001:0003c8b0 ?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 1003d8b0 f i main.cpp.obj + 0001:0003c970 ?hex@std@@YAAAVios_base@1@AAV21@@Z 1003d970 f i main.cpp.obj + 0001:0003c990 ?initCustomEvents@Nampower@@YAXXZ 1003d990 f main.cpp.obj + 0001:0003d170 ?initHooks@Nampower@@YAXXZ 1003e170 f main.cpp.obj + 0001:0003de20 ?insert@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@IID@Z 1003ee20 f i main.cpp.obj + 0001:0003dfd0 ?loadConfig@Nampower@@YAXXZ 1003efd0 f main.cpp.obj + 0001:0003f480 ?loadUserVar@Nampower@@YAXPBD@Z 10040480 f main.cpp.obj + 0001:0003f610 ?name_value_string@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@EBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 10040610 f i main.cpp.obj + 0001:0003f630 ?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 10040630 f i main.cpp.obj + 0001:0003f650 ?now@steady_clock@chrono@std@@SA?AV?$time_point@Usteady_clock@chrono@std@@V?$duration@_JU?$ratio@$00$0DLJKMKAA@@std@@@23@@23@XZ 10040650 f i main.cpp.obj + 0001:0003f750 ?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 10040750 f i main.cpp.obj + 0001:0003f8d0 ?overflow@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHH@Z 100408d0 f i main.cpp.obj + 0001:0003fa20 ?pbackfail@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHH@Z 10040a20 f i main.cpp.obj + 0001:0003fa70 ?pop@CastQueue@Nampower@@QAE?AUCastSpellParams@@XZ 10040a70 f i main.cpp.obj + 0001:0003fb10 ?processQueues@Nampower@@YA_NXZ 10040b10 f main.cpp.obj + 0001:0003fe10 ?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 10040e10 f i main.cpp.obj + 0001:0003ff90 ?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 10040f90 f i main.cpp.obj + 0001:00040200 ?release@error_info_container_impl@exception_detail@boost@@EBE_NXZ 10041200 f i main.cpp.obj + 0001:000402a0 ?reset@?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@QAEXPAVAllocator@hadesmem@@@Z 100412a0 f i main.cpp.obj + 0001:000402c3 ?rethrow@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEXXZ 100412c3 f i main.cpp.obj + 0001:000402d0 ?rethrow@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEXXZ 100412d0 f i main.cpp.obj + 0001:000402f1 ?rethrow@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEXXZ 100412f1 f i main.cpp.obj + 0001:00040300 ?rethrow@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEXXZ 10041300 f i main.cpp.obj + 0001:00040330 ?rethrow@?$wrapexcept@VError@hadesmem@@@boost@@UBEXXZ 10041330 f i main.cpp.obj + 0001:00040350 ?safeRename@Nampower@@YA_NPBD0@Z 10041350 f main.cpp.obj + 0001:000403e0 ?seekoff@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAE?AV?$fpos@U_Mbstatet@@@2@_JHH@Z 100413e0 f i main.cpp.obj + 0001:000405d0 ?seekpos@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAE?AV?$fpos@U_Mbstatet@@@2@V32@H@Z 100415d0 f i main.cpp.obj + 0001:00040740 ?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 10041740 f i main.cpp.obj + 0001:00040880 ?stof@std@@YAMABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@PAI@Z 10041880 f i main.cpp.obj + 0001:000408f0 ?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 100418f0 f i main.cpp.obj + 0001:000409d0 ?underflow@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHXZ 100419d0 f i main.cpp.obj + 0001:00040a30 ?updateFromCvar@Nampower@@YAXPBD0@Z 10041a30 f main.cpp.obj + 0001:00041a30 _Load 10042a30 f main.cpp.obj + 0001:00041bb0 __scprintf 10042bb0 f i main.cpp.obj + 0001:00041be0 __snprintf 10042be0 f i main.cpp.obj + 0001:00041c20 _sprintf_s 10042c20 f i main.cpp.obj + 0001:00041c50 ??$?R_K@?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@QBEIAB_K@Z 10042c50 f i helper.cpp.obj + 0001:00041cc0 ??$_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 10042cc0 f misc_scripts.cpp.obj + 0001:00041cc0 ??$_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 10042cc0 f misc_scripts.cpp.obj + 0001:00041db0 ??$_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 10042db0 f i helper.cpp.obj + 0001:00042060 ??$_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 10043060 f i helper.cpp.obj + 0001:00042230 ??$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 10043230 f items.cpp.obj + 0001:00042230 ??$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 10043230 f items.cpp.obj + 0001:00042230 ??$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 10043230 f misc_scripts.cpp.obj + 0001:00042230 ??$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 10043230 f items.cpp.obj + 0001:00042230 ??$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 10043230 f helper.cpp.obj + 0001:000422b0 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@@std@@@std@@QAE@XZ 100432b0 f i helper.cpp.obj + 0001:000422b0 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@@std@@@std@@QAE@XZ 100432b0 f i helper.cpp.obj + 0001:00042330 ??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 10043330 f i helper.cpp.obj + 0001:000423c0 ??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 100433c0 f items.cpp.obj + 0001:000423c0 ??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 100433c0 f items.cpp.obj + 0001:000423c0 ??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 100433c0 f misc_scripts.cpp.obj + 0001:000423c0 ??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 100433c0 f items.cpp.obj + 0001:000423c0 ??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 100433c0 f helper.cpp.obj + 0001:000424a0 ??1?$list@U?$pair@$$CB_KI@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@@std@@QAE@XZ 100434a0 f i helper.cpp.obj + 0001:00042660 ?ConvertGuidToString@Nampower@@YAPAD_K@Z 10043660 f helper.cpp.obj + 0001:00042690 ?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 10043690 f helper.cpp.obj + 0001:00042880 ?GetGcdOrCooldownForSpell@Nampower@@YAII@Z 10043880 f helper.cpp.obj + 0001:000428c0 ?GetNameplateDistance@Nampower@@YAMXZ 100438c0 f helper.cpp.obj + 0001:00042910 ?GetRemainingCooldownForSpell@Nampower@@YAII@Z 10043910 f helper.cpp.obj + 0001:00042980 ?GetSpellIdFromSpellName@Nampower@@YAIPBD@Z 10043980 f helper.cpp.obj + 0001:000429c0 ?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 100439c0 f helper.cpp.obj + 0001:00042d40 ?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 10043d40 f helper.cpp.obj + 0001:00042ef0 ?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 10043ef0 f helper.cpp.obj + 0001:00043040 ?IsSpellOnCooldown@Nampower@@YA_NI@Z 10044040 f helper.cpp.obj + 0001:000430a0 ?IsTargetingTerrainSpell@Nampower@@YA_NXZ 100440a0 f helper.cpp.obj + 0001:000430b0 ?PushGuidString@Nampower@@YAXPAI_K@Z 100440b0 f helper.cpp.obj + 0001:00043110 ?SafeReadMemory@Nampower@@YA_NPBXPAXI@Z 10044110 f helper.cpp.obj + 0001:000431c0 ?SetNameplateDistance@Nampower@@YAXM@Z 100441c0 f helper.cpp.obj + 0001:000431e0 ?SpellIsAttackTradeskillOrEnchant@Nampower@@YA_NPBUSpellRec@game@@@Z 100441e0 f helper.cpp.obj + 0001:00043220 ?SpellIsChanneling@Nampower@@YA_NPBUSpellRec@game@@@Z 10044220 f helper.cpp.obj + 0001:00043230 ?SpellIsMounting@Nampower@@YA_NPBUSpellRec@game@@@Z 10044230 f helper.cpp.obj + 0001:00043260 ?SpellIsOnGcd@Nampower@@YA_NPBUSpellRec@game@@@Z 10044260 f helper.cpp.obj + 0001:00043280 ?SpellIsOnSwing@Nampower@@YA_NPBUSpellRec@game@@@Z 10044280 f helper.cpp.obj + 0001:00043290 ?SpellIsTargeting@Nampower@@YA_NPBUSpellRec@game@@@Z 10044290 f helper.cpp.obj + 0001:00043390 ?_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 10044390 f i items.cpp.obj + 0001:00043390 ?_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 10044390 f i items.cpp.obj + 0001:00043390 ?_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 10044390 f i misc_scripts.cpp.obj + 0001:00043390 ?_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 10044390 f i items.cpp.obj + 0001:00043390 ?_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 10044390 f i helper.cpp.obj + 0001:00043740 ?_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 10044740 f i helper.cpp.obj + 0001:00043880 _snprintf 10044880 f i helper.cpp.obj + 0001:000438c0 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100448c0 f i spellcast.cpp.obj + 0001:00043a80 ?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 10044a80 f spellcast.cpp.obj + 0001:000440a0 ?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 100450a0 f spellcast.cpp.obj + 0001:00044220 ?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 10045220 f spellcast.cpp.obj + 0001:000443a0 ?CGWorldFrame_OnLayerTrackTerrainHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAXHH@Z 100453a0 f spellcast.cpp.obj + 0001:00044410 ?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 10045410 f spellcast.cpp.obj + 0001:000445d0 ?CastQueuedNonGcdSpell@Nampower@@YAXXZ 100455d0 f spellcast.cpp.obj + 0001:000447c0 ?CastQueuedNormalSpell@Nampower@@YAXXZ 100457c0 f spellcast.cpp.obj + 0001:000449b0 ?SendCastHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z 100459b0 f spellcast.cpp.obj + 0001:000449e0 ?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100459e0 f spellcast.cpp.obj + 0001:000460e0 ?Spell_C_HandleTerrainClickHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z 100470e0 f spellcast.cpp.obj + 0001:00046100 ?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 10047100 f spellcast.cpp.obj + 0001:00046280 ?TriggerQuickcast@Nampower@@YAXXZ 10047280 f spellcast.cpp.obj + 0001:000463e0 ?TriggerSpellCastEvent@Nampower@@YAX_NIW4CastType@@_KI@Z 100473e0 f spellcast.cpp.obj + 0001:00046430 ?TriggerSpellQueuedEvent@Nampower@@YAXW4QueueEvents@@I@Z 10047430 f spellcast.cpp.obj + 0001:00046450 ?findSpellId@CastQueue@Nampower@@QAEPAUCastSpellParams@@I@Z 10047450 f i spellcast.cpp.obj + 0001:00046490 ?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 10047490 f i spellcast.cpp.obj + 0001:00046670 ?pushFront@CastQueue@Nampower@@QAEXABUCastSpellParams@@@Z 10047670 f i spellcast.cpp.obj + 0001:00046790 ??$Get@H@CDataStore@Nampower@@QAEXAAH@Z 10047790 f i spellevents.cpp.obj + 0001:00046790 ??$Get@I@CDataStore@Nampower@@QAEXAAI@Z 10047790 f i spellchannel.cpp.obj + 0001:000467f0 ?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100477f0 f spellchannel.cpp.obj + 0001:00046e00 ?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10047e00 f spellchannel.cpp.obj + 0001:000470b0 ??$Get@F@CDataStore@Nampower@@QAEXAAF@Z 100480b0 f i spellevents.cpp.obj + 0001:00047110 ??$Get@_K@CDataStore@Nampower@@QAEXAA_K@Z 10048110 f i spellevents.cpp.obj + 0001:00047180 ?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10048180 f spellevents.cpp.obj + 0001:000476b0 ?PeriodicAuraLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100486b0 f spellevents.cpp.obj + 0001:000478c0 ?ProcResistHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100488c0 f spellevents.cpp.obj + 0001:00047940 ?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 10048940 f spellevents.cpp.obj + 0001:00047ab0 ?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10048ab0 f spellevents.cpp.obj + 0001:00047cb0 ?SpellEnergizeLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10048cb0 f spellevents.cpp.obj + 0001:00047d50 ?SpellFailedOtherHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10048d50 f spellevents.cpp.obj + 0001:00047dc0 ?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 10048dc0 f spellevents.cpp.obj + 0001:000484e0 ?SpellHealingLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100494e0 f spellevents.cpp.obj + 0001:00048580 ?SpellLogMissHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10049580 f spellevents.cpp.obj + 0001:00048620 ?SpellNonMeleeDmgLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 10049620 f spellevents.cpp.obj + 0001:00048720 ?SpellOrDamageImmuneHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10049720 f spellevents.cpp.obj + 0001:000487a0 ?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100497a0 f spellevents.cpp.obj + 0001:00048cd0 ?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 10049cd0 f spellevents.cpp.obj + 0001:00049940 ?TriggerAuraCastEvent@Nampower@@YAXPBUSpellRec@game@@_KQA_KE1_N@Z 1004a940 f spellevents.cpp.obj + 0001:00049c10 ?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 1004ac10 f spellevents.cpp.obj + 0001:00049f90 ?TriggerSpellEnergizeEvent@Nampower@@YAX_K0IIIE@Z 1004af90 f spellevents.cpp.obj + 0001:0004a050 ?TriggerSpellHealEvent@Nampower@@YAX_K0IIEE@Z 1004b050 f spellevents.cpp.obj + 0001:0004a110 ?TriggerSpellMissEvent@Nampower@@YAX_K0II@Z 1004b110 f spellevents.cpp.obj + 0001:0004a180 ?findOldestWaitingForServerSpellId@CastQueue@Nampower@@QAEPAUCastSpellParams@@I@Z 1004b180 f i spellevents.cpp.obj + 0001:0004a1d0 ?triggerAuraCastEventOnTarget@Nampower@@YAXPBUSpellRec@game@@HPAD1_K2II@Z 1004b1d0 f spellevents.cpp.obj + 0001:0004a2c0 ??$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 1004b2c0 f i misc_scripts.cpp.obj + 0001:0004a2c0 ??$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 1004b2c0 f i spell_scripts.cpp.obj + 0001:0004a2c0 ??$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 1004b2c0 f i misc_scripts.cpp.obj + 0001:0004a530 ??$_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 1004b530 f i misc_scripts.cpp.obj + 0001:0004a530 ??$_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 1004b530 f i items.cpp.obj + 0001:0004a5b0 ??$_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 1004b5b0 f i misc_scripts.cpp.obj + 0001:0004a5b0 ??$_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 1004b5b0 f i dbc_fields.cpp.obj + 0001:0004a7f0 ??$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 1004b7f0 f i misc_scripts.cpp.obj + 0001:0004a7f0 ??$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 1004b7f0 f i items.cpp.obj + 0001:0004a840 ??$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 1004b840 f i misc_scripts.cpp.obj + 0001:0004a940 ??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 1004b940 f i misc_scripts.cpp.obj + 0001:0004a940 ??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 1004b940 f i items.cpp.obj + 0001:0004a9f0 ??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 1004b9f0 f i misc_scripts.cpp.obj + 0001:0004a9f0 ??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 1004b9f0 f i items.cpp.obj + 0001:0004aa10 ??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 1004ba10 f i misc_scripts.cpp.obj + 0001:0004aa10 ??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 1004ba10 f i items.cpp.obj + 0001:0004aa80 ??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 1004ba80 f i misc_scripts.cpp.obj + 0001:0004aa80 ??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 1004ba80 f i items.cpp.obj + 0001:0004aab0 ??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 1004bab0 f i misc_scripts.cpp.obj + 0001:0004aab0 ??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 1004bab0 f i items.cpp.obj + 0001:0004aad0 ?CSimpleFrame_GetNameHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1004bad0 f misc_scripts.cpp.obj + 0001:0004ac20 ?PushTableValue@Nampower@@YAXPAIPADI@Z 1004bc20 f i misc_scripts.cpp.obj + 0001:0004ac70 ?RunQueuedScript@Nampower@@YA_NH@Z 1004bc70 f misc_scripts.cpp.obj + 0001:0004adb0 ?Script_CancelPlayerAuraSlot@Nampower@@YAIPAI@Z 1004bdb0 f misc_scripts.cpp.obj + 0001:0004ae50 ?Script_CancelPlayerAuraSpellId@Nampower@@YAIPAI@Z 1004be50 f misc_scripts.cpp.obj + 0001:0004af20 ?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 1004bf20 f misc_scripts.cpp.obj + 0001:0004b020 ?Script_DisenchantAll@Nampower@@YAIPAI@Z 1004c020 f misc_scripts.cpp.obj + 0001:0004b410 ?Script_GetCastInfo@Nampower@@YAIPAI@Z 1004c410 f misc_scripts.cpp.obj + 0001:0004b750 ?Script_GetCurrentCastingInfo@Nampower@@YAIPAI@Z 1004c750 f misc_scripts.cpp.obj + 0001:0004b8a0 ?Script_GetItemIconTexture@Nampower@@YAIPAI@Z 1004c8a0 f misc_scripts.cpp.obj + 0001:0004b940 ?Script_GetItemLevel@Nampower@@YAIPAI@Z 1004c940 f misc_scripts.cpp.obj + 0001:0004b9f0 ?Script_GetItemStats@Nampower@@YAIPAI@Z 1004c9f0 f misc_scripts.cpp.obj + 0001:0004bdb0 ?Script_GetItemStatsField@Nampower@@YAIPAI@Z 1004cdb0 f misc_scripts.cpp.obj + 0001:0004c210 ?Script_GetNampowerVersion@Nampower@@YAIPAI@Z 1004d210 f misc_scripts.cpp.obj + 0001:0004c270 ?Script_GetPlayerAuraDuration@Nampower@@YAIPAI@Z 1004d270 f misc_scripts.cpp.obj + 0001:0004c380 ?Script_GetSpellIconTexture@Nampower@@YAIPAI@Z 1004d380 f misc_scripts.cpp.obj + 0001:0004c430 ?Script_GetUnitData@Nampower@@YAIPAI@Z 1004d430 f misc_scripts.cpp.obj + 0001:0004c790 ?Script_GetUnitField@Nampower@@YAIPAI@Z 1004d790 f misc_scripts.cpp.obj + 0001:0004caf0 ?Script_LearnTalentRank@Nampower@@YAIPAI@Z 1004daf0 f misc_scripts.cpp.obj + 0001:0004cec0 ?Script_QueueScript@Nampower@@YAIPAI@Z 1004dec0 f misc_scripts.cpp.obj + 0001:0004d1c0 ?Script_StartItemExport@Nampower@@YAIPAI@Z 1004e1c0 f misc_scripts.cpp.obj + 0001:0004d1d0 ?TryDisenchant@Nampower@@YA_NXZ 1004e1d0 f misc_scripts.cpp.obj + 0001:0004d560 ?_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 1004e560 f i misc_scripts.cpp.obj + 0001:0004d560 ?_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 1004e560 f i items.cpp.obj + 0001:0004d820 ??$_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 1004e820 f i spell_scripts.cpp.obj + 0001:0004da60 ??$_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 1004ea60 f i spell_scripts.cpp.obj + 0001:0004dab0 ?GetSpellSlotFromLuaHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@HPAI1@Z 1004eab0 f spell_scripts.cpp.obj + 0001:0004dc00 ?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 1004ec00 f spell_scripts.cpp.obj + 0001:0004dd10 ?Script_GetSpellIdForName@Nampower@@YAIPAI@Z 1004ed10 f spell_scripts.cpp.obj + 0001:0004dd80 ?Script_GetSpellModifiers@Nampower@@YAIPAI@Z 1004ed80 f spell_scripts.cpp.obj + 0001:0004df00 ?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 1004ef00 f spell_scripts.cpp.obj + 0001:0004e050 ?Script_GetSpellPower@Nampower@@YAIPAI@Z 1004f050 f spell_scripts.cpp.obj + 0001:0004e1c0 ?Script_GetSpellRec@Nampower@@YAIPAI@Z 1004f1c0 f spell_scripts.cpp.obj + 0001:0004e600 ?Script_GetSpellRecField@Nampower@@YAIPAI@Z 1004f600 f spell_scripts.cpp.obj + 0001:0004eb00 ?Script_GetSpellSlotTypeIdForName@Nampower@@YAIPAI@Z 1004fb00 f spell_scripts.cpp.obj + 0001:0004ec80 ?Script_IsSpellInRange@Nampower@@YAIPAI@Z 1004fc80 f spell_scripts.cpp.obj + 0001:0004ef40 ?Script_IsSpellUsable@Nampower@@YAIPAI@Z 1004ff40 f spell_scripts.cpp.obj + 0001:0004f080 ?Script_QueueSpellByName@Nampower@@YAIPAI@Z 10050080 f spell_scripts.cpp.obj + 0001:0004f190 ?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 10050190 f spell_scripts.cpp.obj + 0001:0004f2b0 ?GetCooldownFromSpellHistory@Nampower@@YA?AUCooldownDetail@1@III@Z 100502b0 f cooldown_scripts.cpp.obj + 0001:0004f570 ?GetItemCooldownDetail@Nampower@@YA?AUCooldownDetail@1@I@Z 10050570 f cooldown_scripts.cpp.obj + 0001:0004f710 ?PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@1@@Z 10050710 f cooldown_scripts.cpp.obj + 0001:0004fc40 ?Script_GetItemIdCooldown@Nampower@@YAIPAI@Z 10050c40 f cooldown_scripts.cpp.obj + 0001:0004fd20 ?Script_GetSpellIdCooldown@Nampower@@YAIPAI@Z 10050d20 f cooldown_scripts.cpp.obj + 0001:0004fde0 ?Script_GetTrinketCooldown@Nampower@@YAIPAI@Z 10050de0 f cooldown_scripts.cpp.obj + 0001:00050000 ??0CachedItemData@Nampower@@QAE@XZ 10051000 f i item_scripts.cpp.obj + 0001:00050470 ?ClearBagSlot@Nampower@@YAXPAIHI@Z 10051470 f item_scripts.cpp.obj + 0001:00050550 ?CreateBasicItemInfoTable@Nampower@@YAXPAIPAUCGItem@game@@@Z 10051550 f item_scripts.cpp.obj + 0001:00050640 ?CreateItemInfoTable@Nampower@@YAXPAIPAUCGItem_C@game@@@Z 10051640 f item_scripts.cpp.obj + 0001:000508f0 ?GetSingleBagItems@Nampower@@YAIPAIH@Z 100518f0 f item_scripts.cpp.obj + 0001:00050ce0 ?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 10051ce0 f item_scripts.cpp.obj + 0001:00051210 ?Script_FindPlayerItemSlot@Nampower@@YAIPAI@Z 10052210 f item_scripts.cpp.obj + 0001:00051380 ?Script_GetAmmo@Nampower@@YAIPAI@Z 10052380 f item_scripts.cpp.obj + 0001:00051510 ?Script_GetBagItem@Nampower@@YAIPAI@Z 10052510 f item_scripts.cpp.obj + 0001:000517e0 ?Script_GetBagItems@Nampower@@YAIPAI@Z 100527e0 f item_scripts.cpp.obj + 0001:00051980 ?Script_GetEquippedItem@Nampower@@YAIPAI@Z 10052980 f item_scripts.cpp.obj + 0001:00051b00 ?Script_GetEquippedItems@Nampower@@YAIPAI@Z 10052b00 f item_scripts.cpp.obj + 0001:00051c80 ?Script_GetTrinkets@Nampower@@YAIPAI@Z 10052c80 f item_scripts.cpp.obj + 0001:00052130 ?Script_UseItemIdOrName@Nampower@@YAIPAI@Z 10053130 f item_scripts.cpp.obj + 0001:000522b0 ?Script_UseTrinket@Nampower@@YAIPAI@Z 100532b0 f item_scripts.cpp.obj + 0001:000524e0 ??$_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 100534e0 f i items.cpp.obj + 0001:000524e0 ??$_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 100534e0 f i items.cpp.obj + 0001:00052550 ??$_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 10053550 f i items.cpp.obj + 0001:00052750 ??$_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 10053750 f i items.cpp.obj + 0001:00052940 ??$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 10053940 f i items.cpp.obj + 0001:00052b30 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@IPAX@std@@@std@@@std@@QAE@XZ 10053b30 f i items.cpp.obj + 0001:00052b30 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@IPAX@std@@@std@@@std@@QAE@XZ 10053b30 f i items.cpp.obj + 0001:00052b50 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@@std@@@std@@QAE@XZ 10053b50 f i items.cpp.obj + 0001:00052b50 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@@std@@@std@@QAE@XZ 10053b50 f i items.cpp.obj + 0001:00052b70 ??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 10053b70 f i items.cpp.obj + 0001:00052c00 ??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 10053c00 f i items.cpp.obj + 0001:00052c90 ??1?$list@IV?$allocator@I@std@@@std@@QAE@XZ 10053c90 f i items.cpp.obj + 0001:00052cd0 ??1?$list@U?$pair@$$CBIPAUItemStats_C@game@@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@2@@std@@QAE@XZ 10053cd0 f i items.cpp.obj + 0001:00052d10 ??_H@YGXPAXIIP6EPAX0@Z@Z 10053d10 f i items.cpp.obj + 0001:00052d40 ?CacheItemNameToId@Nampower@@YAXPBDI@Z 10053d40 f items.cpp.obj + 0001:00052dd0 ?ClearItemCaches@Nampower@@YAXXZ 10053dd0 f items.cpp.obj + 0001:00052f30 ?DoesItemMatch@Nampower@@YA_NIIPBD@Z 10053f30 f items.cpp.obj + 0001:00053000 ?FindPlayerDisenchantItem@Nampower@@YA?AUPlayerItemSearchResult@1@I_N@Z 10054000 f items.cpp.obj + 0001:00053210 ?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 10054210 f items.cpp.obj + 0001:00053850 ?GetBagPtrFromContainer@Nampower@@YAPAIPAI@Z 10054850 f items.cpp.obj + 0001:00053870 ?GetItemIdFromCache@Nampower@@YAIPBD@Z 10054870 f items.cpp.obj + 0001:00053960 ?GetItemStats@Nampower@@YAPAUItemStats_C@game@@I@Z 10054960 f items.cpp.obj + 0001:000539e0 ?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100549e0 f items.cpp.obj + 0001:00053c00 ?LoadItem@Nampower@@YA_NI@Z 10054c00 f items.cpp.obj + 0001:00053cd0 ?StartItemExport@Nampower@@YAXXZ 10054cd0 f items.cpp.obj + 0001:00053cf0 ?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 10054cf0 f items.cpp.obj + 0001:00053ec0 ?_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 10054ec0 f i items.cpp.obj + 0001:00054020 ?_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 10055020 f i items.cpp.obj + 0001:00054180 ?_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 10055180 f i items.cpp.obj + 0001:00054330 ?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 10055330 f i items.cpp.obj + 0001:000543b0 ?InitializeFieldMaps@Nampower@@YAXXZ 100553b0 f dbc_fields.cpp.obj + 0001:000546b0 ?InitializeUnitFieldMaps@Nampower@@YAXXZ 100556b0 f unit_fields.cpp.obj + 0001:00054860 ?CGBuffBar_UpdateDurationHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@EH@Z 10055860 f auras.cpp.obj + 0001:000548e0 ?CGUnit_C_OnAuraAddedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z 100558e0 f auras.cpp.obj + 0001:00054920 ?CGUnit_C_OnAuraRemovedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z 10055920 f auras.cpp.obj + 0001:00054960 ?CGUnit_C_OnAuraStacksChangedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z 10055960 f auras.cpp.obj + 0001:000549c0 ?TriggerAuraEvent@Nampower@@YAXPAIII_NI@Z 100559c0 f auras.cpp.obj + 0001:00054be0 ?UnitCombatLogUnitDeadHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_K@Z 10055be0 f auras.cpp.obj + 0001:00054c30 ??$_Emplace_reallocate@ABQAH@?$vector@PAHV?$allocator@PAH@std@@@std@@AAEPAPAHQAPAHABQAH@Z 10055c30 f i lua_refs.cpp.obj + 0001:00054d90 ?CleanupAllLuaTableRefs@Nampower@@YAXXZ 10055d90 f lua_refs.cpp.obj + 0001:00054f00 ?GetTableRef@Nampower@@YAXPAIAAH@Z 10055f00 f lua_refs.cpp.obj + 0001:00054f80 ?AttackRoundInfo_ReadPacketHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@1@@Z 10055f80 f autoattack.cpp.obj + 0001:00055338 __get_purecall_handler 10056338 f libvcruntime:purevirt.obj + 0001:0005533f __purecall 1005633f f libvcruntime:purevirt.obj + 0001:0005535b ___DestructExceptionObject 1005635b f libvcruntime:ehhelpers.obj + 0001:000553fc ?_CallMemberFunction0@@YGXQAX0@Z 100563fc f i libvcruntime:ehhelpers.obj + 0001:00055461 __IsExceptionObjectToBeDestroyed 10056461 f libvcruntime:ehhelpers.obj + 0001:00055487 ___AdjustPointer 10056487 f libvcruntime:ehhelpers.obj + 0001:000554ac ___FrameUnwindFilter 100564ac f libvcruntime:ehhelpers.obj + 0001:00055502 ___std_terminate 10056502 f libvcruntime:ehhelpers.obj + 0001:00055507 ___std_exception_copy 10056507 f libvcruntime:std_exception.obj + 0001:0005556a ___std_exception_destroy 1005656a f libvcruntime:std_exception.obj + 0001:00055589 __CxxThrowException@8 10056589 f libvcruntime:throw.obj + 0001:000555f5 ?GetRangeOfTrysToCheck@__FrameHandler3@@SA?AU?$pair@Viterator@TryBlockMap@__FrameHandler3@@V123@@std@@AAVTryBlockMap@1@HPAXPBU_s_FuncInfo@@H@Z 100565f5 f libvcruntime:trnsctrl.obj + 0001:00055664 ?_CallCatchBlock2@@YAPAXPAUEHRegistrationNode@@PBU_s_FuncInfo@@PAXHK@Z 10056664 f libvcruntime:trnsctrl.obj + 0001:000556c1 ?_CallSETranslator@@YAHPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAX2PBU_s_FuncInfo@@H1@Z 100566c1 f libvcruntime:trnsctrl.obj + 0001:000557b1 ?_JumpToContinuation@@YGXPAXPAUEHRegistrationNode@@@Z 100567b1 f libvcruntime:trnsctrl.obj + 0001:000557e1 ?_UnwindNestedFrames@@YGXPAUEHRegistrationNode@@PAUEHExceptionRecord@@@Z 100567e1 f libvcruntime:trnsctrl.obj + 0001:00055835 __CatchGuardHandler 10056835 f libvcruntime:trnsctrl.obj + 0001:00055866 __CreateFrameInfo 10056866 f libvcruntime:trnsctrl.obj + 0001:0005588a __FindAndUnlinkFrame 1005688a f libvcruntime:trnsctrl.obj + 0001:000558d2 __TranslatorGuardHandler 100568d2 f libvcruntime:trnsctrl.obj + 0001:00055971 ___CxxFrameHandler3 10056971 f libvcruntime:trnsctrl.obj + 0001:000559b0 _memcpy 100569b0 f libvcruntime:memcpy.obj + 0001:000559b0 _memmove 100569b0 f libvcruntime:memmove.obj + 0001:00055f30 ??0__non_rtti_object@std@@QAE@ABV01@@Z 10056f30 f i libvcruntime:rtti.obj + 0001:00055f4b ??0bad_typeid@std@@QAE@ABV01@@Z 10056f4b f i libvcruntime:rtti.obj + 0001:00055f66 ??_E__non_rtti_object@std@@UAEPAXI@Z 10056f66 f i libvcruntime:rtti.obj + 0001:00055f66 ??_Ebad_function_call@std@@UAEPAXI@Z 10056f66 f i libcpmt:xthrow.obj + 0001:00055f66 ??_Ebad_typeid@std@@UAEPAXI@Z 10056f66 f i libvcruntime:rtti.obj + 0001:00055f66 ??_Einvalid_argument@std@@UAEPAXI@Z 10056f66 f i libcpmt:xthrow.obj + 0001:00055f66 ??_Elength_error@std@@UAEPAXI@Z 10056f66 f i libcpmt:xthrow.obj + 0001:00055f66 ??_Elogic_error@std@@UAEPAXI@Z 10056f66 f i libcpmt:xthrow.obj + 0001:00055f66 ??_Eout_of_range@std@@UAEPAXI@Z 10056f66 f i libcpmt:xthrow.obj + 0001:00055f66 ??_G__non_rtti_object@std@@UAEPAXI@Z 10056f66 f i libvcruntime:rtti.obj + 0001:00055f66 ??_Gbad_function_call@std@@UAEPAXI@Z 10056f66 f i libcpmt:xthrow.obj + 0001:00055f66 ??_Gbad_typeid@std@@UAEPAXI@Z 10056f66 f i libvcruntime:rtti.obj + 0001:00055f66 ??_Ginvalid_argument@std@@UAEPAXI@Z 10056f66 f i libcpmt:xthrow.obj + 0001:00055f66 ??_Glength_error@std@@UAEPAXI@Z 10056f66 f i libcpmt:xthrow.obj + 0001:00055f66 ??_Glogic_error@std@@UAEPAXI@Z 10056f66 f i libcpmt:xthrow.obj + 0001:00055f66 ??_Gout_of_range@std@@UAEPAXI@Z 10056f66 f i libcpmt:xthrow.obj + 0001:00056337 ?__construct_from_string_literal@__non_rtti_object@std@@SA?AV12@QBD@Z 10057337 f i libvcruntime:rtti.obj + 0001:00056353 ?__construct_from_string_literal@bad_cast@std@@SA?AV12@QBD@Z 10057353 f i libvcruntime:rtti.obj + 0001:0005636f ?__construct_from_string_literal@bad_typeid@std@@SA?AV12@QBD@Z 1005736f f i libvcruntime:rtti.obj + 0001:0005638b ___RTDynamicCast 1005738b f libvcruntime:rtti.obj + 0001:0005647e ___RTtypeid 1005747e f libvcruntime:rtti.obj + 0001:00056514 ??3@YAXPAX@Z 10057514 f LIBCMT:delete_scalar.obj + 0001:00056519 ___std_type_info_compare 10057519 f libvcruntime:std_type_info.obj + 0001:00056555 ___std_type_info_destroy_list 10057555 f libvcruntime:std_type_info.obj + 0001:00056578 ___std_type_info_name 10057578 f libvcruntime:std_type_info.obj + 0001:00056640 _memset 10057640 f libvcruntime:memset.obj + 0001:000567a0 _strstr 100577a0 f libvcruntime:strstr.obj + 0001:00056a10 _memchr 10057a10 f libvcruntime:memchr.obj + 0001:00056abd ___vcrt_freefls@4 10057abd f libvcruntime:per_thread_data.obj + 0001:00056ad9 ___vcrt_freeptd_for_this_thread 10057ad9 f libvcruntime:per_thread_data.obj + 0001:00056b04 ___vcrt_getptd 10057b04 f libvcruntime:per_thread_data.obj + 0001:00056b12 ___vcrt_getptd_noexit 10057b12 f libvcruntime:per_thread_data.obj + 0001:00056ba4 ___vcrt_getptd_noinit 10057ba4 f libvcruntime:per_thread_data.obj + 0001:00056bdb ___vcrt_initialize_ptd 10057bdb f libvcruntime:per_thread_data.obj + 0001:00056c0e ___vcrt_uninitialize_ptd 10057c0e f libvcruntime:per_thread_data.obj + 0001:00056c70 __except_handler4 10057c70 f libvcruntime:chandler4.obj + 0001:00057500 ??$TypeMatchHelper@V__FrameHandler3@@@@YAHPBU_s_HandlerType@@PBU_s_CatchableType@@PBU_s_ThrowInfo@@@Z 10058500 f i libvcruntime:frame.obj + 0001:0005758e ??$__InternalCxxFrameHandler@V__FrameHandler3@@@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@H1E@Z 1005858e f i libvcruntime:frame.obj + 0001:00057690 ??$__InternalCxxFrameHandlerWrapper@V__FrameHandler3@@@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@H1E@Z 10058690 f i libvcruntime:frame.obj + 0001:000578f1 ?FrameUnwindToEmptyState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@@Z 100588f1 f libvcruntime:frame.obj + 0001:00057909 ?FrameUnwindToState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@H@Z 10058909 f libvcruntime:frame.obj + 0001:00057a8b ?_CallMemberFunction1@@YGXQAX00@Z 10058a8b f i libvcruntime:frame.obj + 0001:00057a9b ?_CallMemberFunction2@@YGXQAX00H@Z 10058a9b f i libvcruntime:frame.obj + 0001:00057aae ?getESTypes@__FrameHandler3@@SAPBU_s_ESTypeList@@PBU_s_FuncInfo@@@Z 10058aae f i libvcruntime:frame.obj + 0001:00057ac0 __CallSettingFrame@12 10058ac0 f libvcruntime:lowhelpr.obj + 0001:00057ae7 __NLG_Return 10058ae7 libvcruntime:lowhelpr.obj + 0001:00057b0c ___except_validate_context_record 10058b0c f libvcruntime:jbcxrval.obj + 0001:00057b3c ??$?0$00@DName@@QAE@PBDU?$StringLifeSelector@$00@@@Z 10058b3c f i libvcruntime:undname.obj + 0001:00057b6f ??$?0$01@DName@@QAE@PBDU?$StringLifeSelector@$01@@@Z 10058b6f f i libvcruntime:undname.obj + 0001:00057b6f ??$?0$0A@@DName@@QAE@PBDU?$StringLifeSelector@$0A@@@@Z 10058b6f f i libvcruntime:undname.obj + 0001:00057ba2 ??$?0$01@pcharNode@@QAE@PBDHU?$StringLifeSelector@$01@@@Z 10058ba2 f i libvcruntime:undname.obj + 0001:00057ba2 ??$?0$0A@@pcharNode@@QAE@PBDHU?$StringLifeSelector@$0A@@@@Z 10058ba2 f i libvcruntime:undname.obj + 0001:00057be2 ??$append@VDNameNode@@@DName@@AAEXPBVDNameNode@@@Z 10058be2 f i libvcruntime:undname.obj + 0001:00057be2 ??$append@VDNameStatusNode@@@DName@@AAEXPBVDNameStatusNode@@@Z 10058be2 f i libvcruntime:undname.obj + 0001:00057be2 ??$append@VcharNode@@@DName@@AAEXPBVcharNode@@@Z 10058be2 f i libvcruntime:undname.obj + 0001:00057be2 ??$append@VpcharNode@@@DName@@AAEXPBVpcharNode@@@Z 10058be2 f i libvcruntime:undname.obj + 0001:00057c23 ??$doPchar@$00@DName@@AAEXPBDH@Z 10058c23 f i libvcruntime:undname.obj + 0001:00057c8f ??$doPchar@$01@DName@@AAEXPBDH@Z 10058c8f f i libvcruntime:undname.obj + 0001:00057c8f ??$doPchar@$0A@@DName@@AAEXPBDH@Z 10058c8f f i libvcruntime:undname.obj + 0001:00057dbc ??0DName@@QAE@AAPBDD@Z 10058dbc f libvcruntime:undname.obj + 0001:00057e45 ??0DName@@QAE@ABUStringLiteral@@@Z 10058e45 f libvcruntime:undname.obj + 0001:00057e6c ??0DName@@QAE@PAV0@@Z 10058e6c f libvcruntime:undname.obj + 0001:00057eb3 ??0DName@@QAE@W4DNameStatus@@@Z 10058eb3 f libvcruntime:undname.obj + 0001:00057ef3 ??0DName@@QAE@_J@Z 10058ef3 f libvcruntime:undname.obj + 0001:00057f7d ??0DName@@QAE@_K@Z 10058f7d f libvcruntime:undname.obj + 0001:00057fe1 ??0DNameNode@@IAE@XZ 10058fe1 f i libvcruntime:undname.obj + 0001:00057fea ??0UnDecorator@@QAE@PBDP6APADJ@ZK@Z 10058fea f i libvcruntime:undname.obj + 0001:0005804e ??0pDNameNode@@QAE@PAVDName@@@Z 1005904e f libvcruntime:undname.obj + 0001:00058076 ??0pairNode@@QAE@PBVDNameNode@@0@Z 10059076 f i libvcruntime:undname.obj + 0001:0005809c ??2@YAPAXIAAV_HeapManager@@H@Z 1005909c f libvcruntime:undname.obj + 0001:000580bb ??4DName@@QAEAAV0@ABUStringLiteral@@@Z 100590bb f libvcruntime:undname.obj + 0001:000580dc ??4DName@@QAEAAV0@W4DNameStatus@@@Z 100590dc f libvcruntime:undname.obj + 0001:0005810e ??AReplicator@@QBE?AVDName@@H@Z 1005910e f libvcruntime:undname.obj + 0001:0005814a ??H@YA?AVDName@@ABUStringLiteral@@ABV0@@Z 1005914a f i libvcruntime:undname.obj + 0001:0005816c ??H@YA?AVDName@@DABV0@@Z 1005916c f i libvcruntime:undname.obj + 0001:00058197 ??H@YA?AVDName@@W4DNameStatus@@ABV0@@Z 10059197 f i libvcruntime:undname.obj + 0001:000581b9 ??HDName@@QBE?AV0@ABUStringLiteral@@@Z 100591b9 f libvcruntime:undname.obj + 0001:000581db ??HDName@@QBE?AV0@ABV0@@Z 100591db f libvcruntime:undname.obj + 0001:000581fd ??HDName@@QBE?AV0@D@Z 100591fd f libvcruntime:undname.obj + 0001:0005821f ??HDName@@QBE?AV0@W4DNameStatus@@@Z 1005921f f libvcruntime:undname.obj + 0001:00058241 ??YDName@@QAEAAV0@ABUStringLiteral@@@Z 10059241 f libvcruntime:undname.obj + 0001:00058299 ??YDName@@QAEAAV0@ABV0@@Z 10059299 f libvcruntime:undname.obj + 0001:000582f0 ??YDName@@QAEAAV0@D@Z 100592f0 f libvcruntime:undname.obj + 0001:00058345 ??YDName@@QAEAAV0@W4DNameStatus@@@Z 10059345 f libvcruntime:undname.obj + 0001:00058385 ??YReplicator@@QAEAAV0@ABVDName@@@Z 10059385 f libvcruntime:undname.obj + 0001:000583c5 ??_5DName@@QAEAAV0@ABV0@@Z 100593c5 f libvcruntime:undname.obj + 0001:000583e4 ?Destructor@_HeapManager@@QAEXXZ 100593e4 f i libvcruntime:undname.obj + 0001:00058419 ?UScore@UnDecorator@@SA?AUStringLiteral@@W4Tokens@@@Z 10059419 f libvcruntime:undname.obj + 0001:00058440 ?composeDeclaration@UnDecorator@@CA?AVDName@@ABV2@@Z 10059440 f i libvcruntime:undname.obj + 0001:000591c6 ?doPchar@DName@@AAEXD@Z 1005a1c6 f libvcruntime:undname.obj + 0001:000591fe ?getAddressOf@UnDecorator@@CA?AVDName@@XZ 1005a1fe f libvcruntime:undname.obj + 0001:00059266 ?getArgumentList@UnDecorator@@CA?AVDName@@XZ 1005a266 f libvcruntime:undname.obj + 0001:00059373 ?getArgumentTypes@UnDecorator@@CA?AVDName@@XZ 1005a373 f libvcruntime:undname.obj + 0001:0005947b ?getArrayAccess@UnDecorator@@CA?AVDName@@XZ 1005a47b f libvcruntime:undname.obj + 0001:000594ef ?getArrayObject@UnDecorator@@CA?AVDName@@XZ 1005a4ef f libvcruntime:undname.obj + 0001:0005958d ?getArrayType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005a58d f i libvcruntime:undname.obj + 0001:0005972a ?getBasedType@UnDecorator@@CA?AVDName@@XZ 1005a72a f libvcruntime:undname.obj + 0001:000597d9 ?getBasicDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005a7d9 f libvcruntime:undname.obj + 0001:00059d35 ?getCallingConvention@UnDecorator@@CA?AVDName@@XZ 1005ad35 f libvcruntime:undname.obj + 0001:00059dff ?getDataIndirectType@UnDecorator@@CA?AVDName@@ABV2@W4IndirectionKind@@0H@Z 1005adff f libvcruntime:undname.obj + 0001:0005a4be ?getDataIndirectType@UnDecorator@@CA?AVDName@@XZ 1005b4be f i libvcruntime:undname.obj + 0001:0005a4ec ?getDataType@UnDecorator@@CA?AVDName@@PAV2@@Z 1005b4ec f libvcruntime:undname.obj + 0001:0005a5c3 ?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 1005b5c3 f libvcruntime:undname.obj + 0001:0005a817 ?getDimension@UnDecorator@@CA?AVDName@@_N@Z 1005b817 f libvcruntime:undname.obj + 0001:0005a91e ?getDispatchTarget@UnDecorator@@CA?AVDName@@XZ 1005b91e f libvcruntime:undname.obj + 0001:0005a96f ?getECSUDataType@UnDecorator@@CA?AVDName@@XZ 1005b96f f libvcruntime:undname.obj + 0001:0005ab19 ?getEnumType@UnDecorator@@CA?AVDName@@XZ 1005bb19 f i libvcruntime:undname.obj + 0001:0005ac2d ?getExtendedDataIndirectType@UnDecorator@@CA?AVDName@@AAW4IndirectionKind@@AA_NH@Z 1005bc2d f libvcruntime:undname.obj + 0001:0005ae30 ?getExternalDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005be30 f i libvcruntime:undname.obj + 0001:0005ae95 ?getFloatingPoint@UnDecorator@@CA?AVDName@@H@Z 1005be95 f libvcruntime:undname.obj + 0001:0005af58 ?getFunctionIndirectType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005bf58 f libvcruntime:undname.obj + 0001:0005b302 ?getLastChar@DName@@QBEDXZ 1005c302 f i libvcruntime:undname.obj + 0001:0005b322 ?getLastChar@DNameStatusNode@@UBEDXZ 1005c322 f i libvcruntime:undname.obj + 0001:0005b32e ?getLastChar@charNode@@UBEDXZ 1005c32e f i libvcruntime:undname.obj + 0001:0005b332 ?getLastChar@pDNameNode@@UBEDXZ 1005c332 f i libvcruntime:undname.obj + 0001:0005b340 ?getLastChar@pairNode@@UBEDXZ 1005c340 f i libvcruntime:undname.obj + 0001:0005b375 ?getLastChar@pcharNode@@UBEDXZ 1005c375 f i libvcruntime:undname.obj + 0001:0005b387 ?getLexicalFrame@UnDecorator@@CA?AVDName@@XZ 1005c387 f i libvcruntime:undname.obj + 0001:0005b3b8 ?getMemberAccess@UnDecorator@@CA?AVDName@@XZ 1005c3b8 f libvcruntime:undname.obj + 0001:0005b428 ?getMemoryWithBuffer@_HeapManager@@QAEPAXI@Z 1005c428 f libvcruntime:undname.obj + 0001:0005b492 ?getMemoryWithoutBuffer@_HeapManager@@QAEPAXI@Z 1005c492 f libvcruntime:undname.obj + 0001:0005b4b2 ?getNoexcept@UnDecorator@@CA?AVDName@@XZ 1005c4b2 f libvcruntime:undname.obj + 0001:0005b4fa ?getNumberOfDimensions@UnDecorator@@CAHXZ 1005c4fa f libvcruntime:undname.obj + 0001:0005b554 ?getOperatorName@UnDecorator@@CA?AVDName@@_NPA_N@Z 1005c554 f i libvcruntime:undname.obj + 0001:0005be1a ?getPointerToMember@UnDecorator@@CA?AVDName@@XZ 1005ce1a f libvcruntime:undname.obj + 0001:0005bed6 ?getPrimaryDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005ced6 f libvcruntime:undname.obj + 0001:0005c124 ?getPtrRefDataType@UnDecorator@@CA?AVDName@@ABV2@H@Z 1005d124 f libvcruntime:undname.obj + 0001:0005c291 ?getPtrRefType@UnDecorator@@CA?AVDName@@ABV2@0W4IndirectionKind@@@Z 1005d291 f libvcruntime:undname.obj + 0001:0005c3a2 ?getRestrictionSpec@UnDecorator@@CA?AVDName@@XZ 1005d3a2 f libvcruntime:undname.obj + 0001:0005c4bb ?getReturnType@UnDecorator@@CA?AVDName@@PAV2@@Z 1005d4bb f libvcruntime:undname.obj + 0001:0005c4ea ?getScope@UnDecorator@@CA?AVDName@@XZ 1005d4ea f libvcruntime:undname.obj + 0001:0005c8a8 ?getScopedName@UnDecorator@@CA?AVDName@@XZ 1005d8a8 f libvcruntime:undname.obj + 0001:0005c99d ?getSignedDimension@UnDecorator@@CA?AVDName@@XZ 1005d99d f libvcruntime:undname.obj + 0001:0005c9ee ?getString@DName@@QBEPADPAD0@Z 1005d9ee f i libvcruntime:undname.obj + 0001:0005ca1b ?getString@DName@@QBEPADPADH@Z 1005da1b f i libvcruntime:undname.obj + 0001:0005ca70 ?getString@DNameStatusNode@@UBEPADPAD0@Z 1005da70 f i libvcruntime:undname.obj + 0001:0005cab7 ?getString@charNode@@UBEPADPAD0@Z 1005dab7 f i libvcruntime:undname.obj + 0001:0005cacc ?getString@pDNameNode@@UBEPADPAD0@Z 1005dacc f i libvcruntime:undname.obj + 0001:0005cae3 ?getString@pairNode@@UBEPADPAD0@Z 1005dae3 f i libvcruntime:undname.obj + 0001:0005cb29 ?getString@pcharNode@@UBEPADPAD0@Z 1005db29 f i libvcruntime:undname.obj + 0001:0005cb44 ?getStringEncoding@UnDecorator@@CA?AVDName@@W4PrefixKind@@H@Z 1005db44 f libvcruntime:undname.obj + 0001:0005cbd7 ?getStringHelper@@YAPADPADPBD1H@Z 1005dbd7 f i libvcruntime:undname.obj + 0001:0005cc01 ?getStringObject@UnDecorator@@CA?AVDName@@XZ 1005dc01 f libvcruntime:undname.obj + 0001:0005cc6d ?getSymbolName@UnDecorator@@CA?AVDName@@XZ 1005dc6d f i libvcruntime:undname.obj + 0001:0005ccb5 ?getTemplateArgumentList@UnDecorator@@CA?AVDName@@XZ 1005dcb5 f libvcruntime:undname.obj + 0001:0005ce65 ?getTemplateName@UnDecorator@@CA?AVDName@@_N@Z 1005de65 f libvcruntime:undname.obj + 0001:0005cfe0 ?getTemplateNonTypeArgument@UnDecorator@@CA?AVDName@@XZ 1005dfe0 f libvcruntime:undname.obj + 0001:0005d3a8 ?getTemplateTypeArgument@UnDecorator@@CA?AVDName@@XZ 1005e3a8 f libvcruntime:undname.obj + 0001:0005d4b9 ?getThisType@UnDecorator@@CA?AVDName@@XZ 1005e4b9 f i libvcruntime:undname.obj + 0001:0005d4e8 ?getThrowTypes@UnDecorator@@CA?AVDName@@XZ 1005e4e8 f libvcruntime:undname.obj + 0001:0005d507 ?getTypeEncoding@UnDecorator@@CAHXZ 1005e507 f i libvcruntime:undname.obj + 0001:0005d843 ?getUndecoratedName@UnDecorator@@QAEPADPADH@Z 1005e843 f i libvcruntime:undname.obj + 0001:0005d964 ?getUnionObject@UnDecorator@@CA?AVDName@@XZ 1005e964 f libvcruntime:undname.obj + 0001:0005da0b ?getVCallThunkType@UnDecorator@@CA?AVDName@@XZ 1005ea0b f i libvcruntime:undname.obj + 0001:0005da55 ?getValue@UnDecorator@@CA?AV?$optional@_K@std@@XZ 1005ea55 f libvcruntime:undname.obj + 0001:0005daa5 ?getValueObject@UnDecorator@@CA?AVDName@@XZ 1005eaa5 f libvcruntime:undname.obj + 0001:0005dbd1 ?getVdispMapType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005ebd1 f i libvcruntime:undname.obj + 0001:0005dc32 ?getVfTableType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005ec32 f i libvcruntime:undname.obj + 0001:0005dd86 ?getZName@UnDecorator@@CA?AVDName@@_N0@Z 1005ed86 f libvcruntime:undname.obj + 0001:0005df9f ?get_current_character_and_increment_buffer@UnDecorator@@CADXZ 1005ef9f f i libvcruntime:undname.obj + 0001:0005dfb3 ?increment_buffer@UnDecorator@@CA_NI@Z 1005efb3 f i libvcruntime:undname.obj + 0001:0005dfdb ?isEmpty@DName@@QBEHXZ 1005efdb f i libvcruntime:undname.obj + 0001:0005dfe3 ?isValid@DName@@QBEHXZ 1005efe3 f i libvcruntime:undname.obj + 0001:0005dfed ?length@DName@@QBEHXZ 1005efed f i libvcruntime:undname.obj + 0001:0005e00c ?length@DNameStatusNode@@UBEHXZ 1005f00c f i libvcruntime:undname.obj + 0001:0005e00c ?length@pcharNode@@UBEHXZ 1005f00c f i libvcruntime:undname.obj + 0001:0005e00c ?raw_length@DNameStatusNode@@UBEHXZ 1005f00c f i libvcruntime:undname.obj + 0001:0005e00c ?raw_length@pcharNode@@UBEHXZ 1005f00c f i libvcruntime:undname.obj + 0001:0005e010 ?length@charNode@@UBEHXZ 1005f010 f i libvcruntime:undname.obj + 0001:0005e010 ?raw_length@charNode@@UBEHXZ 1005f010 f i libvcruntime:undname.obj + 0001:0005e010 __get_startup_argv_mode 1005f010 f i LIBCMT:argv_mode.obj + 0001:0005e014 ?length@pDNameNode@@UBEHXZ 1005f014 f i libvcruntime:undname.obj + 0001:0005e022 ?length@pairNode@@UBEHXZ 1005f022 f i libvcruntime:undname.obj + 0001:0005e06b ?make@DNameStatusNode@@SAPBV1@W4DNameStatus@@@Z 1005f06b f i libvcruntime:undname.obj + 0001:0005e087 ?parseDecoratedName@UnDecorator@@CA?AVDName@@XZ 1005f087 f libvcruntime:undname.obj + 0001:0005e182 ?raw_length@pairNode@@UBEHXZ 1005f182 f i libvcruntime:undname.obj + 0001:0005e1d8 ___unDName 1005f1d8 f libvcruntime:undname.obj + 0001:0005e1fb ___unDNameEx 1005f1fb f libvcruntime:undname.obj + 0001:0005e2a0 _strchr 1005f2a0 f libvcruntime:strchr.obj + 0001:0005e30e ___from_strstr_to_strchr 1005f30e libvcruntime:strchr.obj + 0001:0005e4b6 ___vcrt_FlsAlloc 1005f4b6 f libvcruntime:winapi_downlevel.obj + 0001:0005e4f1 ___vcrt_FlsFree 1005f4f1 f libvcruntime:winapi_downlevel.obj + 0001:0005e52c ___vcrt_FlsGetValue 1005f52c f libvcruntime:winapi_downlevel.obj + 0001:0005e567 ___vcrt_FlsSetValue 1005f567 f libvcruntime:winapi_downlevel.obj + 0001:0005e5a5 ___vcrt_InitializeCriticalSectionEx 1005f5a5 f libvcruntime:winapi_downlevel.obj + 0001:0005e5f0 __local_unwind4 1005f5f0 f libvcruntime:exsup4.obj + 0001:0005e6e0 @_EH4_CallFilterFunc@8 1005f6e0 f libvcruntime:exsup4.obj + 0001:0005e700 @_EH4_TransferToHandler@8 1005f700 f libvcruntime:exsup4.obj + 0001:0005e720 @_EH4_GlobalUnwind2@8 1005f720 f libvcruntime:exsup4.obj + 0001:0005e740 @_EH4_LocalUnwind@16 1005f740 f libvcruntime:exsup4.obj + 0001:0005e757 _unexpected 1005f757 f libvcruntime:unexpected.obj + 0001:0005e774 ?GetCurrentState@__FrameHandler3@@SAHPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@@Z 1005f774 f libvcruntime:ehstate.obj + 0001:0005e791 ?SetState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PBU_s_FuncInfo@@H@Z 1005f791 f libvcruntime:ehstate.obj + 0001:0005e7a0 __NLG_Notify1 1005f7a0 f libvcruntime:exsup.obj + 0001:0005e7b0 __NLG_Notify 1005f7b0 f libvcruntime:exsup.obj + 0001:0005e7c7 __NLG_Dispatch 1005f7c7 libvcruntime:exsup.obj + 0001:0005e7c7 __NLG_Dispatch2 1005f7c7 libvcruntime:exsup.obj + 0001:0005e7d0 __NLG_Call 1005f7d0 f libvcruntime:exsup.obj + 0001:0005e7d2 __NLG_Return2 1005f7d2 libvcruntime:exsup.obj + 0001:0005e7d3 ___vcrt_initialize_locks 1005f7d3 f libvcruntime:locks.obj + 0001:0005e80f ___vcrt_lock 1005f80f f libvcruntime:locks.obj + 0001:0005e824 ___vcrt_uninitialize_locks 1005f824 f libvcruntime:locks.obj + 0001:0005e853 ___vcrt_unlock 1005f853 f libvcruntime:locks.obj + 0001:0005e868 ??0__crt_cached_ptd_host@@QAE@QAU__crt_locale_pointers@@@Z 1005f868 f i libucrt:invalid_parameter.obj + 0001:0005e8b0 ??1__crt_cached_ptd_host@@QAE@XZ 1005f8b0 f i libucrt:invalid_parameter.obj + 0001:0005e8ec ?check_synchronize_global_state_index@__crt_cached_ptd_host@@AAEIXZ 1005f8ec f i libucrt:invalid_parameter.obj + 0001:0005e915 ?force_synchronize_per_thread_data@__crt_cached_ptd_host@@AAEPAU__acrt_ptd@@XZ 1005f915 f i libucrt:invalid_parameter.obj + 0001:0005e95b ?get_raw_ptd@__crt_cached_ptd_host@@QAEPAU__acrt_ptd@@XZ 1005f95b f i libucrt:invalid_parameter.obj + 0001:0005e978 ___acrt_call_reportfault 1005f978 f libucrt:invalid_parameter.obj + 0001:0005eab1 ___acrt_initialize_invalid_parameter_handler 1005fab1 f libucrt:invalid_parameter.obj + 0001:0005eac0 __invalid_parameter 1005fac0 f libucrt:invalid_parameter.obj + 0001:0005eaf7 __invalid_parameter_internal 1005faf7 f libucrt:invalid_parameter.obj + 0001:0005eb74 __invalid_parameter_noinfo 1005fb74 f libucrt:invalid_parameter.obj + 0001:0005eb84 __invalid_parameter_noinfo_noreturn 1005fb84 f libucrt:invalid_parameter.obj + 0001:0005eba1 __invoke_watson 1005fba1 f libucrt:invalid_parameter.obj + 0001:0005ebd5 ___acrt_initialize_stdio 1005fbd5 f libucrt:_file.obj + 0001:0005ec9d ___acrt_iob_func 1005fc9d f libucrt:_file.obj + 0001:0005ecad ___acrt_uninitialize_stdio 1005fcad f libucrt:_file.obj + 0001:0005ecf9 __get_stream_buffer_pointers 1005fcf9 f libucrt:_file.obj + 0001:0005ed3f __lock_file 1005fd3f f libucrt:_file.obj + 0001:0005ed53 __unlock_file 1005fd53 f libucrt:_file.obj + 0001:0005ee8c _fclose 1005fe8c f libucrt:fclose.obj + 0001:0005f0f5 ___acrt_stdio_flush_nolock 100600f5 f libucrt:fflush.obj + 0001:0005f15e __fflush_nolock 1006015e f libucrt:fflush.obj + 0001:0005f1c3 __flushall 100601c3 f libucrt:fflush.obj + 0001:0005f1cc _fflush 100601cc f libucrt:fflush.obj + 0001:0005f21f __fgetc_nolock 1006021f f libucrt:fgetc.obj + 0001:0005f25b _fgetc 1006025b f libucrt:fgetc.obj + 0001:0005f374 _fgetpos 10060374 f libucrt:fgetpos.obj + 0001:0005f503 __fputc_nolock_internal 10060503 f libucrt:fputc.obj + 0001:0005f530 _fputc 10060530 f libucrt:fputc.obj + 0001:0005f564 __fread_nolock_s 10060564 f libucrt:fread.obj + 0001:0005f73d _fread 1006073d f libucrt:fread.obj + 0001:0005f75a _fread_s 1006075a f libucrt:fread.obj + 0001:0005f878 _fsetpos 10060878 f libucrt:fsetpos.obj + 0001:0005f8b3 ?LongLongSub@@YAJ_J0PA_J@Z 100608b3 f i libucrt:fseek.obj + 0001:0005fb9c __fseeki64 10060b9c f libucrt:fseek.obj + 0001:0005fbd6 _fseek 10060bd6 f libucrt:fseek.obj + 0001:0005fcb7 __fwrite_internal 10060cb7 f libucrt:fwrite.obj + 0001:0005fd2e __fwrite_nolock_internal 10060d2e f libucrt:fwrite.obj + 0001:0005fed5 _fwrite 10060ed5 f libucrt:fwrite.obj + 0001:000600d3 _setvbuf 100610d3 f libucrt:setvbuf.obj + 0001:0006010d __ungetc_nolock 1006110d f libucrt:ungetc.obj + 0001:00060201 _ungetc 10061201 f libucrt:ungetc.obj + 0001:00060274 _free 10061274 f libucrt:free.obj + 0001:0006028f ??$__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 1006128f f i libucrt:rename.obj + 0001:00060341 ??$__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 10061341 f i libucrt:rename.obj + 0001:0006035e ??0_LocaleUpdate@@QAE@QAU__crt_locale_pointers@@@Z 1006135e f i libucrt:rename.obj + 0001:000603e0 ?__acrt_get_utf8_acp_compatibility_codepage@@YAIXZ 100613e0 f i libucrt:rename.obj + 0001:0006041f ?_deallocate@?$__crt_win32_buffer@DU__crt_win32_buffer_internal_dynamic_resizing@@@@AAEXXZ 1006141f f i libucrt:argv_wildcards.obj + 0001:0006041f ?_deallocate@?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@AAEXXZ 1006141f f i libucrt:rename.obj + 0001:00060439 ?allocate@?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@QAEHI@Z 10061439 f i libucrt:rename.obj + 0001:00060478 ?allocate@__crt_win32_buffer_internal_dynamic_resizing@@SAHQAPAXIABV__crt_win32_buffer_empty_debug_info@@@Z 10061478 f i libucrt:rename.obj + 0001:00060497 _rename 10061497 f libucrt:rename.obj + 0001:000608cc ??$count@D@formatting_buffer@__crt_stdio_output@@QBEIXZ 100618cc f i libucrt:output.obj + 0001:000608e4 ??$ensure_buffer_is_big_enough@D@formatting_buffer@__crt_stdio_output@@QAE_NIAAV__crt_cached_ptd_host@@@Z 100618e4 f i libucrt:output.obj + 0001:00060965 ??$is_overflow_condition@K@__crt_strtox@@YA_NIK@Z 10061965 f i libucrt:output.obj + 0001:00060999 ??$is_wide_character_specifier@D@__crt_stdio_output@@YA_N_KDW4length_modifier@0@@Z 10061999 f i libucrt:output.obj + 0001:000609ca ??$make_c_string_character_source@DPAPAD@__crt_strtox@@YA?AV?$c_string_character_source@D@0@QBDQAPAD@Z 100619ca f i libucrt:output.obj + 0001:000609ca ??$make_c_string_character_source@_WPAPA_W@__crt_strtox@@YA?AV?$c_string_character_source@_W@0@QB_WQAPA_W@Z 100619ca f i libucrt:output.obj + 0001:000609e5 ??$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 100619e5 f i libucrt:output.obj + 0001:00060bf4 ??$scratch_data@D@formatting_buffer@__crt_stdio_output@@QAEPADXZ 10061bf4 f i libucrt:output.obj + 0001:00060c12 ??$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 10061c12 f i libucrt:output.obj + 0001:00060c12 ??$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 10061c12 f i libucrt:output.obj + 0001:00060d9f ??$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 10061d9f f i libucrt:output.obj + 0001:00060d9f ??$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 10061d9f f i libucrt:output.obj + 0001:00060f2c ??$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 10061f2c f i libucrt:output.obj + 0001:00060f2c ??$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 10061f2c f i libucrt:output.obj + 0001:000610b9 ??$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 100620b9 f i libucrt:output.obj + 0001:000610b9 ??$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 100620b9 f i libucrt:output.obj + 0001:0006111c ??$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 1006211c f i libucrt:output.obj + 0001:0006111c ??$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 1006211c f i libucrt:output.obj + 0001:000611a3 ??$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 100621a3 f i libucrt:output.obj + 0001:000611a3 ??$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 100621a3 f i libucrt:output.obj + 0001:00061220 ??$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 10062220 f i libucrt:output.obj + 0001:00061220 ??$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 10062220 f i libucrt:output.obj + 0001:00061298 ??$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 10062298 f i libucrt:output.obj + 0001:00061298 ??$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 10062298 f i libucrt:output.obj + 0001:0006133f ??$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 1006233f f i libucrt:output.obj + 0001:0006133f ??$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 1006233f f i libucrt:output.obj + 0001:000613c9 ??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 100623c9 f i libucrt:output.obj + 0001:00061430 ??1formatting_buffer@__crt_stdio_output@@QAE@XZ 10062430 f i libucrt:output.obj + 0001:0006144a ??4?$__crt_unique_heap_ptr@DU__crt_internal_free_policy@@@@QAEAAV0@$$QAV0@@Z 1006244a f i libucrt:output.obj + 0001:0006146e ?crop_zeroes@__crt_stdio_output@@YAXPADQAU__crt_locale_pointers@@@Z 1006246e f i libucrt:output.obj + 0001:000614ce ?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 100624ce f i libucrt:output.obj + 0001:0006150b ?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 1006250b f i libucrt:output.obj + 0001:00061546 ?force_decimal_point@__crt_stdio_output@@YAXPADQAU__crt_locale_pointers@@@Z 10062546 f i libucrt:output.obj + 0001:000615a2 ?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 100625a2 f i libucrt:output.obj + 0001:000615a2 ?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 100625a2 f i libucrt:output.obj + 0001:0006161a ?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 1006261a f i libucrt:output.obj + 0001:000618fe ?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 100628fe f i libucrt:output.obj + 0001:00061bd2 ?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 10062bd2 f i libucrt:output.obj + 0001:00061bd2 ?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 10062bd2 f i libucrt:output.obj + 0001:00061d2b ?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 10062d2b f i libucrt:output.obj + 0001:00061d2b ?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 10062d2b f i libucrt:output.obj + 0001:0006208a ?to_integer_size@__crt_stdio_output@@YAIW4length_modifier@1@@Z 1006308a f i libucrt:output.obj + 0001:000620de ?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 100630de f i libucrt:output.obj + 0001:000620de ?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 100630de f i libucrt:output.obj + 0001:00062141 ?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 10063141 f i libucrt:output.obj + 0001:00062141 ?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 10063141 f i libucrt:output.obj + 0001:000622d2 ?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 100632d2 f i libucrt:output.obj + 0001:000622d2 ?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 100632d2 f i libucrt:output.obj + 0001:00062367 ?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 10063367 f i libucrt:output.obj + 0001:00062367 ?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 10063367 f i libucrt:output.obj + 0001:000623ec ?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 100633ec f i libucrt:output.obj + 0001:000623ec ?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 100633ec f i libucrt:output.obj + 0001:00062409 ?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 10063409 f i libucrt:output.obj + 0001:00062409 ?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 10063409 f i libucrt:output.obj + 0001:0006241f ?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 1006341f f i libucrt:output.obj + 0001:0006241f ?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 1006341f f i libucrt:output.obj + 0001:00062491 ?unget@?$c_string_character_source@D@__crt_strtox@@QAEXD@Z 10063491 f i libucrt:output.obj + 0001:000624ba ?unget@?$c_string_character_source@_W@__crt_strtox@@QAEX_W@Z 100634ba f i libucrt:output.obj + 0001:000624f0 ?update_locale_slow@__crt_cached_ptd_host@@AAEXXZ 100634f0 f i libucrt:output.obj + 0001:0006254b ?validate@?$c_string_character_source@D@__crt_strtox@@QBE_NXZ 1006354b f i libucrt:output.obj + 0001:0006254b ?validate@?$c_string_character_source@_W@__crt_strtox@@QBE_NXZ 1006354b f i libucrt:output.obj + 0001:00062566 ?validate@?$string_output_adapter@D@__crt_stdio_output@@QBE_NAAV__crt_cached_ptd_host@@@Z 10063566 f i libucrt:output.obj + 0001:00062597 ?write_string@?$string_output_adapter@D@__crt_stdio_output@@QBEXQBDHQAHAAV__crt_cached_ptd_host@@@Z 10063597 f i libucrt:output.obj + 0001:000625fe ___acrt_locale_get_ctype_array_value 100635fe f i libucrt:output.obj + 0001:00062620 ___stdio_common_vsprintf 10063620 f libucrt:output.obj + 0001:00062661 ___stdio_common_vsprintf_s 10063661 f libucrt:output.obj + 0001:000626a2 ___acrt_errno_from_os_error 100636a2 f libucrt:errno.obj + 0001:000626e5 ___acrt_errno_map_os_error 100636e5 f libucrt:errno.obj + 0001:00062708 ___acrt_errno_map_os_error_ptd 10063708 f libucrt:errno.obj + 0001:0006272c ___doserrno 1006372c f libucrt:errno.obj + 0001:0006273f __errno 1006373f f libucrt:errno.obj + 0001:00062752 _frexp 10063752 f libucrt:frexp.obj + 0001:0006284c _calloc 1006384c f libucrt:calloc.obj + 0001:00062857 _abort 10063857 f libucrt:abort.obj + 0001:0006289b ??$is_overflow_condition@_K@__crt_strtox@@YA_NI_K@Z 1006389b f i libucrt:atox.obj + 0001:000628dc ??$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 100638dc f i libucrt:atox.obj + 0001:00062b23 ??$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 10063b23 f i libucrt:atox.obj + 0001:00063131 ??$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 10064131 f i libucrt:atox.obj + 0001:000633f9 __ischartype_l 100643f9 f i libucrt:atox.obj + 0001:00063450 __wtol 10064450 f libucrt:atox.obj + 0001:0006348f _atoi 1006448f f libucrt:atox.obj + 0001:0006348f _atol 1006448f f libucrt:atox.obj + 0001:000634ce ??$assemble_floating_point_value_t@M@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAM@Z 100644ce f i libucrt:strtod.obj + 0001:000634fe ??$assemble_floating_point_value_t@N@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAN@Z 100644fe f i libucrt:strtod.obj + 0001:000635cf ??$convert_decimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z 100645cf f i libucrt:strtod.obj + 0001:000635f0 ??$convert_hexadecimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z 100645f0 f i libucrt:strtod.obj + 0001:00063611 ??$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 10064611 f i libucrt:strtod.obj + 0001:00063691 ??$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 10064691 f i libucrt:strtod.obj + 0001:00063aa9 ??$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 10064aa9 f i libucrt:strtod.obj + 0001:00063b5c ??$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 10064b5c f i libucrt:strtod.obj + 0001:00063c60 ??$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 10064c60 f i libucrt:strtod.obj + 0001:00063c9c ??$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 10064c9c f i libucrt:strtod.obj + 0001:00063cd8 ??$parse_floating_point_write_result@M@__crt_strtox@@YA?AW4SLD_STATUS@@W4floating_point_parse_result@0@ABUfloating_point_string@0@QAM@Z 10064cd8 f i libucrt:strtod.obj + 0001:00063e44 ??R@@QBE@XZ 10064e44 f i libucrt:strtod.obj + 0001:00063e44 ??R@@QBE@XZ 10064e44 f i libucrt:strtod.obj + 0001:00063e44 ??R@@QBE@XZ 10064e44 f i libucrt:strtod.obj + 0001:00063e6a ?as_double@floating_point_value@__crt_strtox@@QBEAANXZ 10064e6a f i libucrt:strtod.obj + 0001:00063e8f ?as_float@floating_point_value@__crt_strtox@@QBEAAMXZ 10064e8f f i libucrt:strtod.obj + 0001:00063eb4 ?assemble_floating_point_infinity@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z 10064eb4 f i libucrt:strtod.obj + 0001:00063ef4 ?assemble_floating_point_value@__crt_strtox@@YA?AW4SLD_STATUS@@_KH_N1ABVfloating_point_value@1@@Z 10064ef4 f i libucrt:strtod.obj + 0001:0006424d ?assemble_floating_point_value_from_big_integer@__crt_strtox@@YA?AW4SLD_STATUS@@ABUbig_integer@1@I_N1ABVfloating_point_value@1@@Z 1006524d f i libucrt:strtod.obj + 0001:000643df ?assemble_floating_point_zero@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z 100653df f i libucrt:strtod.obj + 0001:00064414 ?convert_decimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z 10065414 f i libucrt:strtod.obj + 0001:000661ba ?convert_hexadecimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z 100671ba f i libucrt:strtod.obj + 0001:00066260 ?denormal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ 10067260 f i libucrt:strtod.obj + 0001:00066280 ?divide@__crt_strtox@@YA_KAAUbig_integer@1@ABU21@@Z 10067280 f i libucrt:strtod.obj + 0001:0006672b ?normal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ 1006772b f i libucrt:strtod.obj + 0001:00066742 _strtof 10067742 f libucrt:strtod.obj + 0001:00066760 _strcspn 10067760 f libucrt:strcspn.obj + 0001:000667b0 _strncmp 100677b0 f libucrt:strncmp.obj + 0001:00066ab9 __localtime64_s 10067ab9 f libucrt:localtime.obj + 0001:00066ac4 _localeconv 10067ac4 f libucrt:localeconv.obj + 0001:00066aec ??$__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 10067aec f i libucrt:strftime.obj + 0001:00066bae ??$__acrt_wcs_to_mbs_cp@U__crt_win32_buffer_no_resizing@@@@YAHQB_WAAV?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@I@Z 10067bae f i libucrt:strftime.obj + 0001:00066bcb ??R@@QBE@IQB_WQADI@Z 10067bcb f i libucrt:strftime.obj + 0001:00066bcb ??R@@QBE@IQB_WQADI@Z 10067bcb f i libucrt:argv_wildcards.obj + 0001:00066bef ?allocate@?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@QAEHI@Z 10067bef f i libucrt:strftime.obj + 0001:00066c16 ?set_to_nullptr@?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@QAEXXZ 10067c16 f i libucrt:strftime.obj + 0001:00066c2a __Gettnames 10067c2a f libucrt:strftime.obj + 0001:00066c2f __Strftime 10067c2f f libucrt:strftime.obj + 0001:00066c4f __Strftime_l 10067c4f f libucrt:strftime.obj + 0001:00066d4a __dclass 10067d4a f libucrt:nan.obj + 0001:00066d5b __dsign 10067d5b f libucrt:nan.obj + 0001:00066d6b __ldclass 10067d6b f libucrt:nanl.obj + 0001:00066d7c ___ascii_stricmp 10067d7c f libucrt:stricmp.obj + 0001:00066db5 __strcmpi 10067db5 f libucrt:stricmp.obj + 0001:00066db5 __stricmp 10067db5 f libucrt:stricmp.obj + 0001:00066dfe __stricmp_l 10067dfe f libucrt:stricmp.obj + 0001:00066e8e _strtoull 10067e8e f libucrt:strtox.obj + 0001:00066eda _wcstol 10067eda f libucrt:strtox.obj + 0001:00066f20 __tolower_l 10067f20 f libucrt:tolower_toupper.obj + 0001:0006701e _tolower 1006801e f libucrt:tolower_toupper.obj + 0001:00067050 __libm_sse2_sqrt_precise 10068050 f libucrt:sqrt_sse2_precise.obj + 0001:00067150 _ceil 10068150 f libucrt:ceil_pentium4.obj + 0001:00067190 __ceil_pentium4 10068190 f libucrt:ceil_pentium4.obj + 0001:0006726d __strnicmp 1006826d f libucrt:strnicmp.obj + 0001:000672da __strnicmp_l 100682da f libucrt:strnicmp.obj + 0001:000673a5 _terminate 100683a5 f libucrt:terminate.obj + 0001:000673e1 _malloc 100683e1 f libucrt:malloc.obj + 0001:000673ec _strcpy_s 100683ec f libucrt:strcpy_s.obj + 0001:00067446 _wcsncmp 10068446 f libucrt:wcsncmp.obj + 0001:000677be ___acrt_freeptd 100687be f libucrt:per_thread_data.obj + 0001:000677ea ___acrt_getptd 100687ea f libucrt:per_thread_data.obj + 0001:000678a5 ___acrt_getptd_head 100688a5 f libucrt:per_thread_data.obj + 0001:0006793b ___acrt_getptd_noexit 1006893b f libucrt:per_thread_data.obj + 0001:000679ec ___acrt_getptd_noexit_explicit 100689ec f libucrt:per_thread_data.obj + 0001:00067a8f ___acrt_initialize_ptd 10068a8f f libucrt:per_thread_data.obj + 0001:00067abb ___acrt_uninitialize_ptd 10068abb f libucrt:per_thread_data.obj + 0001:00067bd5 ??0_expandlocale_locale_name_cache@@QAE@QA_WIQAU__crt_qualified_locale_data@@@Z 10068bd5 f i libucrt:wsetlocale.obj + 0001:00067c1f ??1_expandlocale_locale_name_cache@@QAE@XZ 10068c1f f i libucrt:wsetlocale.obj + 0001:00067db7 ?commit_locale_name@_expandlocale_locale_name_cache@@QAEXQB_WI@Z 10068db7 f i libucrt:wsetlocale.obj + 0001:00067dfb ?commit_locale_name_cache_already_updated@_expandlocale_locale_name_cache@@QAEXQB_WI@Z 10068dfb f i libucrt:wsetlocale.obj + 0001:00067e30 ___acrt_copy_locale_name 10068e30 f libucrt:wsetlocale.obj + 0001:00067e90 ___acrt_set_locale_changed 10068e90 f libucrt:wsetlocale.obj + 0001:00067e9b ___acrt_uninitialize_locale 10068e9b f libucrt:wsetlocale.obj + 0001:00067ec2 ___lc_lctowcs 10068ec2 f libucrt:wsetlocale.obj + 0001:00067f32 ___lc_wcstolc 10068f32 f libucrt:wsetlocale.obj + 0001:00068464 __wcscats 10069464 f libucrt:wsetlocale.obj + 0001:000684a5 __wsetlocale 100694a5 f libucrt:wsetlocale.obj + 0001:0006919a __calloc_base 1006a19a f libucrt:calloc_base.obj + 0001:000691f7 __free_base 1006a1f7 f libucrt:free_base.obj + 0001:000692ba ??$__crt_fast_encode_pointer@P6AHXZ@@YAP6AHXZQ6AHXZ@Z 1006a2ba f i libucrt:onexit.obj + 0001:000692ba ??$__crt_fast_encode_pointer@P6GHPA_WKJ@Z@@YAP6GHPA_WKJ@ZQ6GH0KJ@Z@Z 1006a2ba f i libucrt:winapi_thunks.obj + 0001:000692ba ??$__crt_fast_encode_pointer@PAP6AXXZ@@YAPAP6AXXZQAP6AXXZ@Z 1006a2ba f i libucrt:onexit.obj + 0001:000692ba ??$__crt_fast_encode_pointer@PAX@@YAPAXQAX@Z 1006a2ba f i libucrt:winapi_thunks.obj + 0001:0006957a ___acrt_AppPolicyGetProcessTerminationMethodInternal@4 1006a57a f libucrt:winapi_thunks.obj + 0001:000695ba ___acrt_AreFileApisANSI@0 1006a5ba f libucrt:winapi_thunks.obj + 0001:000695d9 ___acrt_CompareStringEx@36 1006a5d9 f libucrt:winapi_thunks.obj + 0001:00069636 ___acrt_EnumSystemLocalesEx@16 1006a636 f libucrt:winapi_thunks.obj + 0001:0006968a ___acrt_FlsAlloc@4 1006a68a f libucrt:winapi_thunks.obj + 0001:000696c9 ___acrt_FlsFree@4 1006a6c9 f libucrt:winapi_thunks.obj + 0001:00069708 ___acrt_FlsGetValue@4 1006a708 f libucrt:winapi_thunks.obj + 0001:00069747 ___acrt_FlsSetValue@8 1006a747 f libucrt:winapi_thunks.obj + 0001:00069789 ___acrt_GetDateFormatEx@28 1006a789 f libucrt:winapi_thunks.obj + 0001:000697e0 ___acrt_GetLocaleInfoEx@16 1006a7e0 f libucrt:winapi_thunks.obj + 0001:0006981f ___acrt_GetTimeFormatEx@24 1006a81f f libucrt:winapi_thunks.obj + 0001:00069864 ___acrt_GetUserDefaultLocaleName@8 1006a864 f libucrt:winapi_thunks.obj + 0001:000698a0 ___acrt_InitializeCriticalSectionEx@12 1006a8a0 f libucrt:winapi_thunks.obj + 0001:000698eb ___acrt_IsValidLocaleName@4 1006a8eb f libucrt:winapi_thunks.obj + 0001:00069923 ___acrt_LCIDToLocaleName@16 1006a923 f libucrt:winapi_thunks.obj + 0001:00069962 ___acrt_LCMapStringEx@36 1006a962 f libucrt:winapi_thunks.obj + 0001:000699bf ___acrt_LocaleNameToLCID@8 1006a9bf f libucrt:winapi_thunks.obj + 0001:000699f0 ___acrt_can_use_vista_locale_apis 1006a9f0 f libucrt:winapi_thunks.obj + 0001:000699fb ___acrt_eagerly_load_locale_apis 1006a9fb f libucrt:winapi_thunks.obj + 0001:00069a32 ___acrt_initialize_winapi_thunks 1006aa32 f libucrt:winapi_thunks.obj + 0001:00069a46 ___acrt_uninitialize_winapi_thunks 1006aa46 f libucrt:winapi_thunks.obj + 0001:00069a7c __fcloseall 1006aa7c f libucrt:closeall.obj + 0001:00069b27 ___acrt_stdio_free_buffer_nolock 1006ab27 f libucrt:_freebuf.obj + 0001:00069ccd ___acrt_initialize_lowio 1006accd f libucrt:ioinit.obj + 0001:00069d2d ___acrt_uninitialize_lowio 1006ad2d f libucrt:ioinit.obj + 0001:00069d59 __fileno 1006ad59 f libucrt:fileno.obj + 0001:00069e11 __close_internal 1006ae11 f libucrt:close.obj + 0001:00069eb4 __close_nolock 1006aeb4 f libucrt:close.obj + 0001:00069ee4 __close_nolock_internal 1006aee4 f libucrt:close.obj + 0001:00069f84 ?__acrt_stdio_allocate_stream@@YA?AV__crt_stdio_stream@@XZ 1006af84 f libucrt:stream.obj + 0001:00069fed ?__acrt_stdio_free_stream@@YAXV__crt_stdio_stream@@@Z 1006afed f libucrt:stream.obj + 0001:0006a0ea ___acrt_initialize_locks 1006b0ea f libucrt:locks.obj + 0001:0006a12b ___acrt_lock 1006b12b f libucrt:locks.obj + 0001:0006a142 ___acrt_uninitialize_locks 1006b142 f libucrt:locks.obj + 0001:0006a173 ___acrt_unlock 1006b173 f libucrt:locks.obj + 0001:0006a18a __lock_locales 1006b18a f libucrt:locks.obj + 0001:0006a198 __unlock_locales 1006b198 f libucrt:locks.obj + 0001:0006a243 __commit 1006b243 f libucrt:commit.obj + 0001:0006aa62 __write 1006ba62 f libucrt:write.obj + 0001:0006aa99 __write_internal 1006ba99 f libucrt:write.obj + 0001:0006abaa __write_nolock 1006bbaa f libucrt:write.obj + 0001:0006af55 ___acrt_stdio_refill_and_read_narrow_nolock 1006bf55 f libucrt:_filbuf.obj + 0001:0006b557 __ftelli64 1006c557 f libucrt:ftell.obj + 0001:0006b58d __ftelli64_nolock_internal 1006c58d f libucrt:ftell.obj + 0001:0006b7e5 ___acrt_stdio_flush_and_write_narrow_nolock 1006c7e5 f libucrt:_flsbuf.obj + 0001:0006bccc __read 1006cccc f libucrt:read.obj + 0001:0006bde5 __read_nolock 1006cde5 f libucrt:read.obj + 0001:0006c318 __lseeki64 1006d318 f libucrt:lseek.obj + 0001:0006c358 __lseeki64_internal 1006d358 f libucrt:lseek.obj + 0001:0006c376 __lseeki64_nolock 1006d376 f libucrt:lseek.obj + 0001:0006c3b6 __lseeki64_nolock_internal 1006d3b6 f libucrt:lseek.obj + 0001:0006c3d4 ___acrt_should_use_temporary_buffer 1006d3d4 f libucrt:_sftbuf.obj + 0001:0006c412 ___acrt_stdio_begin_temporary_buffering_nolock 1006d412 f libucrt:_sftbuf.obj + 0001:0006c4bd ___acrt_stdio_end_temporary_buffering_nolock 1006d4bd f libucrt:_sftbuf.obj + 0001:0006c4fb ___acrt_stdio_allocate_buffer_nolock 1006d4fb f libucrt:_getbuf.obj + 0001:0006c557 __malloc_base 1006d557 f libucrt:malloc_base.obj + 0001:0006c63d ___acrt_MultiByteToWideChar 1006d63d f libucrt:multibytetowidechar.obj + 0001:0006c667 ___acrt_update_locale_info 1006d667 f libucrt:locale_update.obj + 0001:0006c694 ___acrt_update_locale_info_explicit 1006d694 f libucrt:locale_update.obj + 0001:0006c6c5 ___acrt_update_multibyte_info 1006d6c5 f libucrt:locale_update.obj + 0001:0006c6f2 ___acrt_update_multibyte_info_explicit 1006d6f2 f libucrt:locale_update.obj + 0001:0006c723 __wrename 1006d723 f libucrt:wrename.obj + 0001:0006c750 _strnlen 1006d750 f libucrt:strnlen.obj + 0001:0006c872 _wcsnlen 1006d872 f libucrt:strnlen.obj + 0001:0006ca22 ?__acrt_fp_classify@@YA?AW4__acrt_fp_class@@ABN@Z 1006da22 f i libucrt:cvt.obj + 0001:0006d3fa ___acrt_fp_format 1006e3fa f libucrt:cvt.obj + 0001:0006d57b __wctomb_internal 1006e57b f libucrt:wctomb.obj + 0001:0006d6e5 __mbtowc_internal 1006e6e5 f libucrt:mbtowc.obj + 0001:0006d818 __get_printf_count_output 1006e818 f libucrt:printf_count_output.obj + 0001:0006d82d __errcode 1006e82d f libucrt:fpexcept.obj + 0001:0006d861 __except1 1006e861 f libucrt:fpexcept.obj + 0001:0006d92f __handle_exc 1006e92f f libucrt:fpexcept.obj + 0001:0006dbaf __raise_exc 1006ebaf f libucrt:fpexcept.obj + 0001:0006dbd2 __raise_exc_ex 1006ebd2 f libucrt:fpexcept.obj + 0001:0006dec3 __set_errno_from_matherr 1006eec3 f libucrt:fpexcept.obj + 0001:0006def4 __umatherr 1006eef4 f libucrt:fpexcept.obj + 0001:0006df94 __decomp 1006ef94 f libucrt:util.obj + 0001:0006e066 __set_exp 1006f066 f libucrt:util.obj + 0001:0006e093 __sptype 1006f093 f libucrt:util.obj + 0001:0006e0f6 ___set_fpsr_sse2 1006f0f6 f libucrt:fpctrl.obj + 0001:0006e176 __clrfp 1006f176 f libucrt:fpctrl.obj + 0001:0006e187 __ctrlfp 1006f187 f libucrt:fpctrl.obj + 0001:0006e1b1 __set_statfp 1006f1b1 f libucrt:fpctrl.obj + 0001:0006e20a __statfp 1006f20a f libucrt:fpctrl.obj + 0001:0006e267 ??$__crt_fast_decode_pointer@P6AHI@Z@@YAP6AHI@ZQ6AHI@Z@Z 1006f267 f i libucrt:new_handler.obj + 0001:0006e267 ??$__crt_fast_decode_pointer@P6AXH@Z@@YAP6AXH@ZQ6AXH@Z@Z 1006f267 f i libucrt:signal.obj + 0001:0006e267 ??$__crt_fast_decode_pointer@P6GXPAXK0@Z@@YAP6GXPAXK0@ZQ6GX0K0@Z@Z 1006f267 f i libucrt:exit.obj + 0001:0006e50f ___acrt_initialize_thread_local_exit_callback 1006f50f f libucrt:exit.obj + 0001:0006e51e __cexit 1006f51e f libucrt:exit.obj + 0001:0006e52d __exit 1006f52d f libucrt:exit.obj + 0001:0006e543 __is_c_termination_complete 1006f543 f libucrt:exit.obj + 0001:0006e61c ___acrt_get_sigabrt_handler 1006f61c f libucrt:signal.obj + 0001:0006e643 ___acrt_initialize_signal_handlers 1006f643 f libucrt:signal.obj + 0001:0006e661 _raise 1006f661 f libucrt:signal.obj + 0001:0006e853 ___pctype_func 1006f853 f libucrt:ctype.obj + 0001:0006e877 _iswctype 1006f877 f libucrt:iswctype.obj + 0001:0006e8e0 __isctype_l 1006f8e0 f libucrt:isctype.obj + 0001:0006e9ab _fegetround 1006f9ab f libucrt:fegetround.obj + 0001:0006e9b8 ___acrt_initialize_timeset 1006f9b8 f libucrt:timeset.obj + 0001:0006e9ed ___daylight 1006f9ed f libucrt:timeset.obj + 0001:0006e9f3 ___dstbias 1006f9f3 f libucrt:timeset.obj + 0001:0006e9f9 ___timezone 1006f9f9 f libucrt:timeset.obj + 0001:0006e9ff ___tzname 1006f9ff f libucrt:timeset.obj + 0001:0006ea05 ___wide_tzname 1006fa05 f libucrt:timeset.obj + 0001:0006ea0b __get_daylight 1006fa0b f libucrt:timeset.obj + 0001:0006ea37 __get_dstbias 1006fa37 f libucrt:timeset.obj + 0001:0006ea63 __get_timezone 1006fa63 f libucrt:timeset.obj + 0001:0006ea8f ??$__crt_time_elapsed_leap_years@H@@YAHH@Z 1006fa8f f i libucrt:gmtime.obj + 0001:0006eac9 ??$__crt_time_is_leap_year@H@@YA_NH@Z 1006fac9 f i libucrt:gmtime.obj + 0001:0006ed0f __gmtime64_s 1006fd0f f libucrt:gmtime.obj + 0001:0006f5da ___tzset 100705da f libucrt:tzset.obj + 0001:0006f637 __isindst 10070637 f libucrt:tzset.obj + 0001:0006f71b ___acrt_WideCharToMultiByte 1007071b f libucrt:widechartomultibyte.obj + 0001:0006f787 ??1?$__crt_scoped_stack_ptr@_W@@QAE@XZ 10070787 f i libucrt:wcsftime.obj + 0001:000707eb __W_Gettnames 100717eb f libucrt:wcsftime.obj + 0001:00070ee7 __Wcsftime_l 10071ee7 f libucrt:wcsftime.obj + 0001:00071047 __freea_crt 10072047 f i libucrt:wcsftime.obj + 0001:00071067 __dtest 10072067 f libucrt:_test.obj + 0001:000710cb __ldtest 100720cb f libucrt:_test.obj + 0001:000712c5 ___acrt_LCMapStringA 100722c5 f libucrt:lcmapstringa.obj + 0001:0007130e ___libm_error_support 1007230e f libucrt:libm_error.obj + 0001:00071510 _sqrt 10072510 f libucrt:sqrt.obj + 0001:0007151e ___acrt_initialize_sse2 1007251e f libucrt:mathfcns.obj + 0001:0007152e __ceil_default 1007252e f libucrt:ceil.obj + 0001:000715f0 ___ascii_strnicmp 100725f0 f libucrt:_strnicm.obj + 0001:00071651 ___acrt_add_locale_ref 10072651 f libucrt:locale_refcounting.obj + 0001:000716ce ___acrt_free_locale 100726ce f libucrt:locale_refcounting.obj + 0001:00071816 ___acrt_locale_add_lc_time_reference 10072816 f libucrt:locale_refcounting.obj + 0001:0007183f ___acrt_locale_free_lc_time_if_unreferenced 1007283f f libucrt:locale_refcounting.obj + 0001:00071870 ___acrt_locale_release_lc_time_reference 10072870 f libucrt:locale_refcounting.obj + 0001:00071899 ___acrt_release_locale_ref 10072899 f libucrt:locale_refcounting.obj + 0001:0007191a ___acrt_update_thread_locale_data 1007291a f libucrt:locale_refcounting.obj + 0001:0007199b __updatetlocinfoEx_nolock 1007299b f libucrt:locale_refcounting.obj + 0001:00071f67 ___acrt_initialize_multibyte 10072f67 f libucrt:mbctype.obj + 0001:00071faf ___acrt_update_thread_multibyte_data 10072faf f libucrt:mbctype.obj + 0001:00071fc2 __setmbcp_nolock 10072fc2 f libucrt:mbctype.obj + 0001:000721c7 __seh_filter_dll 100731c7 f libucrt:exception_filter.obj + 0001:000721e7 __seh_filter_exe 100731e7 f libucrt:exception_filter.obj + 0001:0007232d ____lc_codepage_func 1007332d f libucrt:initctype.obj + 0001:00072352 ____lc_locale_name_func 10073352 f libucrt:initctype.obj + 0001:00072379 ____mb_cur_max_func 10073379 f libucrt:initctype.obj + 0001:0007239e ___acrt_locale_initialize_ctype 1007339e f libucrt:initctype.obj + 0001:000727fb ___acrt_locale_free_monetary 100737fb f libucrt:initmon.obj + 0001:000728f9 ___acrt_locale_initialize_monetary 100738f9 f libucrt:initmon.obj + 0001:00072c5a ___acrt_locale_free_numeric 10073c5a f libucrt:initnum.obj + 0001:00072cc3 ___acrt_locale_initialize_numeric 10073cc3 f libucrt:initnum.obj + 0001:00073181 ___acrt_locale_free_time 10074181 f libucrt:inittime.obj + 0001:00073265 ___acrt_locale_initialize_time 10074265 f libucrt:inittime.obj + 0001:000732e0 _wcscat_s 100742e0 f libucrt:wcscat_s.obj + 0001:0007334f _wcscpy_s 1007434f f libucrt:wcscpy_s.obj + 0001:0007349b _wcsncat_s 1007449b f libucrt:wcsncat_s.obj + 0001:00073574 _wcsncpy_s 10074574 f libucrt:wcsncpy_s.obj + 0001:0007357f _wcscspn 1007457f f libucrt:wcscspn.obj + 0001:000735d8 _wcspbrk 100745d8 f libucrt:wcspbrk.obj + 0001:00073626 ___acrt_GetStringTypeA 10074626 f libucrt:getstringtypea.obj + 0001:00073e1e ___acrt_get_qualified_locale 10074e1e f libucrt:get_qualified_locale.obj + 0001:00074793 ___acrt_get_qualified_locale_downlevel 10075793 f libucrt:getqloc_downlevel.obj + 0001:00074983 ___acrt_initialize_new_handler 10075983 f libucrt:new_handler.obj + 0001:00074992 __callnewh 10075992 f libucrt:new_handler.obj + 0001:000749be __query_new_handler 100759be f libucrt:new_handler.obj + 0001:00074a15 __query_new_mode 10075a15 f libucrt:new_mode.obj + 0001:00074a1c ___acrt_initialize_heap 10075a1c f libucrt:heap_handle.obj + 0001:00074a2d ___acrt_uninitialize_heap 10075a2d f libucrt:heap_handle.obj + 0001:00074a87 ___acrt_DownlevelLCIDToLocaleName 10075a87 f libucrt:lcidtoname_downlevel.obj + 0001:00074b2a ___acrt_DownlevelLocaleNameToLCID 10075b2a f libucrt:lcidtoname_downlevel.obj + 0001:00074b56 ___acrt_get_process_end_policy 10075b56 f libucrt:win_policies.obj + 0001:00074b7d ___acrt_lowio_create_handle_array 10075b7d f libucrt:osfinfo.obj + 0001:00074bf8 ___acrt_lowio_destroy_handle_array 10075bf8 f libucrt:osfinfo.obj + 0001:00074c2d ___acrt_lowio_ensure_fh_exists 10075c2d f libucrt:osfinfo.obj + 0001:00074ccb ___acrt_lowio_lock_fh 10075ccb f libucrt:osfinfo.obj + 0001:00074cee ___acrt_lowio_set_os_handle 10075cee f libucrt:osfinfo.obj + 0001:00074d80 ___acrt_lowio_unlock_fh 10075d80 f libucrt:osfinfo.obj + 0001:00074da3 __alloc_osfhnd 10075da3 f libucrt:osfinfo.obj + 0001:00074eb6 __free_osfhnd 10075eb6 f libucrt:osfinfo.obj + 0001:00074f47 __get_osfhandle 10075f47 f libucrt:osfinfo.obj + 0001:00074fb1 __isatty 10075fb1 f libucrt:isatty.obj + 0001:00075033 ?__mbrtowc_utf8@__crt_mbstring@@YAIPA_WPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10076033 f libucrt:mbrtowc.obj + 0001:00075076 ?__mbsrtowcs_utf8@__crt_mbstring@@YAIPA_WPAPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10076076 f libucrt:mbrtowc.obj + 0001:0007517e __putwch_nolock 1007617e f libucrt:putwch.obj + 0001:00075261 ___acrt_fp_strflt_to_string 10076261 f libucrt:_fptostr.obj + 0001:0007535b ___acrt_fltout 1007635b f libucrt:cfout.obj + 0001:00076943 ?__c32rtomb_utf8@__crt_mbstring@@YAIPAD_UPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10077943 f libucrt:c32rtomb.obj + 0001:000769f3 ___acrt_has_user_matherr 100779f3 f libucrt:matherr.obj + 0001:00076a10 ___acrt_initialize_user_matherr 10077a10 f libucrt:matherr.obj + 0001:00076a1f ___acrt_invoke_user_matherr 10077a1f f libucrt:matherr.obj + 0001:00076a55 __initterm 10077a55 f libucrt:initterm.obj + 0001:00076a80 __initterm_e 10077a80 f libucrt:initterm.obj + 0001:00076d40 __crt_atexit 10077d40 f libucrt:onexit.obj + 0001:00076d56 __execute_onexit_table 10077d56 f libucrt:onexit.obj + 0001:00076d94 __initialize_onexit_table 10077d94 f libucrt:onexit.obj + 0001:00076dbd __register_onexit_function 10077dbd f libucrt:onexit.obj + 0001:00076df0 ___acrt_app_verifier_enabled 10077df0 f libucrt:peb_access.obj + 0001:00076e02 ___acrt_is_secure_process 10077e02 f libucrt:peb_access.obj + 0001:00076e15 ___acrt_GetStringTypeW 10077e15 f libucrt:getstringtypew.obj + 0001:000770f7 ___acrt_fenv_get_common_round_control 100780f7 f libucrt:_fenvutils.obj + 0001:00077119 ___acrt_fenv_get_control 10078119 f libucrt:_fenvutils.obj + 0001:00077199 ___acrt_fenv_get_status 10078199 f libucrt:_fenvutils.obj + 0001:00077243 ___acrt_fenv_set_control 10078243 f libucrt:_fenvutils.obj + 0001:000772be ___acrt_fenv_set_status 100782be f libucrt:_fenvutils.obj + 0001:0007754b __wgetenv_s 1007854b f libucrt:getenv.obj + 0001:00077556 ___ascii_wcsicmp 10078556 f libucrt:wcsicmp.obj + 0001:00077593 __towlower_internal 10078593 f i libucrt:wcsicmp.obj + 0001:000775d2 __wcsicmp 100785d2 f libucrt:wcsicmp.obj + 0001:0007761b __wcsicmp_l 1007861b f libucrt:wcsicmp.obj + 0001:000776d3 ___strncnt 100786d3 f libucrt:strncnt.obj + 0001:000776f0 __twoToTOS 100786f0 f libucrt:common.obj + 0001:00077705 __load_CW 10078705 f libucrt:common.obj + 0001:0007771c __convertTOStoQNaN 1007871c f libucrt:common.obj + 0001:00077735 __fload_withFB 10078735 f libucrt:common.obj + 0001:00077778 __checkTOS_withFB 10078778 f libucrt:common.obj + 0001:0007778e __fast_exit 1007878e f libucrt:common.obj + 0001:0007779b __math_exit 1007879b f libucrt:common.obj + 0001:000777c5 __check_overflow_exit 100787c5 f libucrt:common.obj + 0001:000777d9 __check_range_exit 100787d9 f libucrt:common.obj + 0001:00077880 __CIsqrt 10078880 f libucrt:sqrt_impl.obj + 0001:00077894 __sqrt_common 10078894 libucrt:sqrt_impl.obj + 0001:00077931 __frnd 10078931 f libucrt:frnd.obj + 0001:00077a33 ___acrt_GetLocaleInfoA 10078a33 f libucrt:getlocaleinfoa.obj + 0001:00077d11 __itow_s 10078d11 f libucrt:xtoa.obj + 0001:00077d44 ___ascii_wcsnicmp 10078d44 f libucrt:wcsnicmp.obj + 0001:00077d93 __wcsnicmp 10078d93 f libucrt:wcsnicmp.obj + 0001:00077ddf __wcsnicmp_l 10078ddf f libucrt:wcsnicmp.obj + 0001:00077eb2 __query_app_type 10078eb2 f libucrt:report_runtime_error.obj + 0001:00077eb8 ?__mbrtoc32_utf8@__crt_mbstring@@YAIPA_UPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10078eb8 f libucrt:mbrtoc32.obj + 0001:00078088 ___dcrt_lowio_ensure_console_output_initialized 10079088 f libucrt:initcon.obj + 0001:000780a7 ___dcrt_terminate_console_output 100790a7 f libucrt:initcon.obj + 0001:000780be ___dcrt_write_console 100790be f libucrt:initcon.obj + 0001:00078113 __controlfp_s 10079113 f libucrt:contrlfp.obj + 0001:00078172 _fegetenv 10079172 f libucrt:fegetenv.obj + 0001:0007818f _fesetenv 1007918f f libucrt:fesetenv.obj + 0001:000781db _feholdexcept 100791db f libucrt:feholdexcept.obj + 0001:00078230 __CIlog10 10079230 f libucrt:log10_impl.obj + 0001:0007826b __CIlog10_default 1007926b f libucrt:log10_impl.obj + 0001:0007827f __log10_default 1007927f libucrt:log10_impl.obj + 0001:00078340 ?reset_and_return@__crt_mbstring@@YAIIPAU_Mbstatet@@@Z 10079340 f libucrt:common_utf8.obj + 0001:00078354 ?return_illegal_sequence@__crt_mbstring@@YAIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10079354 f libucrt:common_utf8.obj + 0001:00078376 __recalloc_base 10079376 f libucrt:recalloc.obj + 0001:000783e3 __wcsnicoll 100793e3 f libucrt:wcsnicol.obj + 0001:00078450 __wcsnicoll_l 10079450 f libucrt:wcsnicol.obj + 0001:000788d1 ___dcrt_get_or_create_wide_environment_nolock 100798d1 f libucrt:environment_initialization.obj + 0001:000788d6 ___dcrt_uninitialize_environments_nolock 100798d6 f libucrt:environment_initialization.obj + 0001:00078927 __initialize_narrow_environment 10079927 f libucrt:environment_initialization.obj + 0001:0007892c __towlower_l 1007992c f libucrt:towlower.obj + 0001:00078a00 __startTwoArgErrorHandling 10079a00 f libucrt:genexcep.obj + 0001:00078a17 __startOneArgErrorHandling 10079a17 f libucrt:genexcep.obj + 0001:00078a60 __trandisp1 10079a60 f libucrt:87disp.obj + 0001:00078ad5 __trandisp2 10079ad5 f libucrt:87disp.obj + 0001:00078b6f __rttospopde 10079b6f libucrt:87disp.obj + 0001:00078b74 __rttospop 10079b74 libucrt:87disp.obj + 0001:00078b80 __rtnospop 10079b80 f libucrt:87disp.obj + 0001:00078b90 __rttosnpop 10079b90 f libucrt:87disp.obj + 0001:00078b91 __rtnospopde 10079b91 libucrt:87disp.obj + 0001:00078b98 __rtzeropop 10079b98 libucrt:87disp.obj + 0001:00078b9a __rtzeronpop 10079b9a libucrt:87disp.obj + 0001:00078ba0 __rtzerospop 10079ba0 f libucrt:87disp.obj + 0001:00078bad __rtonepop 10079bad libucrt:87disp.obj + 0001:00078bb0 __rtonenpop 10079bb0 f libucrt:87disp.obj + 0001:00078bc0 __tosnan1 10079bc0 f libucrt:87disp.obj + 0001:00078bf0 __nosnan2 10079bf0 f libucrt:87disp.obj + 0001:00078c00 __tosnan2 10079c00 f libucrt:87disp.obj + 0001:00078c30 __nan2 10079c30 f libucrt:87disp.obj + 0001:00078c70 __rtindfpop 10079c70 f libucrt:87disp.obj + 0001:00078c72 __rtindfnpop 10079c72 libucrt:87disp.obj + 0001:00078c83 __rttosnpopde 10079c83 libucrt:87disp.obj + 0001:00078c90 __rtatan2inf 10079c90 f libucrt:87disp.obj + 0001:00078cad __rtchsifneg 10079cad libucrt:87disp.obj + 0001:00078d6b _strncpy_s 10079d6b f libucrt:strncpy_s.obj + 0001:00078e1d __clearfp 10079e1d f libucrt:ieee87.obj + 0001:00078efb __control87 10079efb f libucrt:ieee87.obj + 0001:000792a0 __CIlog10_pentium4 1007a2a0 f libucrt:log10_pentium4.obj + 0001:000792b8 __log10_pentium4 1007a2b8 libucrt:log10_pentium4.obj + 0001:00079550 __fFEXP 1007a550 f libucrt:87tran.obj + 0001:000795a7 __rtinfpopse 1007a5a7 libucrt:87tran.obj + 0001:000795a9 __rtinfnpopse 1007a5a9 libucrt:87tran.obj + 0001:000795b9 __fFLN 1007a5b9 libucrt:87tran.obj + 0001:0007966e __rtinfpop 1007a66e libucrt:87tran.obj + 0001:00079670 __rtinfnpop 1007a670 libucrt:87tran.obj + 0001:00079680 __rtforexpinf 1007a680 f libucrt:87tran.obj + 0001:0007968d __ffexpm1 1007a68d libucrt:87tran.obj + 0001:00079736 __msize_base 1007a736 f libucrt:msize.obj + 0001:00079769 __realloc_base 1007a769 f libucrt:realloc_base.obj + 0001:000797d2 ___acrt_CompareStringW 1007a7d2 f libucrt:comparestringw.obj + 0001:0007986e ___dcrt_get_narrow_environment_from_os 1007a86e f libucrt:get_environment_from_os.obj + 0001:0007990e ___dcrt_get_wide_environment_from_os 1007a90e f libucrt:get_environment_from_os.obj + 0001:00079d17 ___dcrt_set_variable_in_wide_environment_nolock 1007ad17 f libucrt:setenv.obj + 0001:00079d22 ___acrt_LCMapStringW 1007ad22 f libucrt:lcmapstringw.obj + 0001:00079d60 __87except 1007ad60 f libucrt:87except.obj + 0001:00079e70 __d_inttype 1007ae70 f libucrt:powhlp.obj + 0001:00079ed8 __powhlp 1007aed8 f libucrt:powhlp.obj + 0001:0007a2a6 _mbstowcs_s 1007b2a6 f libucrt:mbstowcs.obj + 0001:0007a2e3 __fpclass 1007b2e3 f libucrt:ieeemisc.obj + 0001:0007a387 _CreateToolhelp32Snapshot@8 1007b387 f kernel32:KERNEL32.dll + 0001:0007a38d _Thread32First@8 1007b38d f kernel32:KERNEL32.dll + 0001:0007a393 _Thread32Next@8 1007b393 f kernel32:KERNEL32.dll + 0001:0007a399 ??0_Init_locks@std@@QAE@XZ 1007b399 f libcpmt:xlock.obj + 0001:0007a3c6 ??0_Lockit@std@@QAE@H@Z 1007b3c6 f libcpmt:xlock.obj + 0001:0007a3f7 ??1_Init_locks@std@@QAE@XZ 1007b3f7 f libcpmt:xlock.obj + 0001:0007a41e ??1_Lockit@std@@QAE@XZ 1007b41e f libcpmt:xlock.obj + 0001:0007a43d ??0bad_function_call@std@@QAE@ABV01@@Z 1007b43d f i libcpmt:xthrow.obj + 0001:0007a458 ??0bad_function_call@std@@QAE@XZ 1007b458 f i libcpmt:xthrow.obj + 0001:0007a469 ??0invalid_argument@std@@QAE@ABV01@@Z 1007b469 f i libcpmt:xthrow.obj + 0001:0007a484 ??0invalid_argument@std@@QAE@PBD@Z 1007b484 f i libcpmt:xthrow.obj + 0001:0007a4a3 ??0length_error@std@@QAE@ABV01@@Z 1007b4a3 f i libcpmt:xthrow.obj + 0001:0007a4be ??0length_error@std@@QAE@PBD@Z 1007b4be f i libcpmt:xthrow.obj + 0001:0007a4dd ??0logic_error@std@@QAE@ABV01@@Z 1007b4dd f i libcpmt:xthrow.obj + 0001:0007a4f8 ??0out_of_range@std@@QAE@ABV01@@Z 1007b4f8 f i libcpmt:xthrow.obj + 0001:0007a513 ??0out_of_range@std@@QAE@PBD@Z 1007b513 f i libcpmt:xthrow.obj + 0001:0007a532 ??0runtime_error@std@@QAE@PBD@Z 1007b532 f i libcpmt:xthrow.obj + 0001:0007a551 ?_Xbad_alloc@std@@YAXXZ 1007b551 f libcpmt:xthrow.obj + 0001:0007a551 ?__scrt_throw_std_bad_alloc@@YAXXZ 1007b551 f LIBCMT:throw_bad_alloc.obj + 0001:0007a56e ?_Xbad_function_call@std@@YAXXZ 1007b56e f libcpmt:xthrow.obj + 0001:0007a58b ?_Xinvalid_argument@std@@YAXPBD@Z 1007b58b f libcpmt:xthrow.obj + 0001:0007a5ab ?_Xlength_error@std@@YAXPBD@Z 1007b5ab f libcpmt:xthrow.obj + 0001:0007a5cb ?_Xout_of_range@std@@YAXPBD@Z 1007b5cb f libcpmt:xthrow.obj + 0001:0007a5eb ?_Xruntime_error@std@@YAXPBD@Z 1007b5eb f libcpmt:xthrow.obj + 0001:0007a60b ?what@bad_function_call@std@@UBEPBDXZ 1007b60b f i libcpmt:xthrow.obj + 0001:0007a611 ?_Syserror_map@std@@YAPBDH@Z 1007b611 f libcpmt:syserror.obj + 0001:0007a636 ??0_Locimp@locale@std@@AAE@_N@Z 1007b636 f i libcpmt:locale0.obj + 0001:0007a677 ??1_Fac_node@std@@QAE@XZ 1007b677 f i libcpmt:locale0.obj + 0001:0007a6a8 ??1_Fac_tidy_reg_t@std@@QAE@XZ 1007b6a8 f i libcpmt:locale0.obj + 0001:0007a6cf ??1_Locimp@locale@std@@MAE@XZ 1007b6cf f i libcpmt:locale0.obj + 0001:0007a6fa ??4?$_Yarn@D@std@@QAEAAV01@PBD@Z 1007b6fa f i libcpmt:locale0.obj + 0001:0007a74e ??_E_Locimp@locale@std@@MAEPAXI@Z 1007b74e f i libcpmt:locale0.obj + 0001:0007a74e ??_G_Locimp@locale@std@@MAEPAXI@Z 1007b74e f i libcpmt:locale0.obj + 0001:0007a770 ?_Facet_Register@std@@YAXPAV_Facet_base@1@@Z 1007b770 f libcpmt:locale0.obj + 0001:0007a79c ?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ 1007b79c f libcpmt:locale0.obj + 0001:0007a7a2 ?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 1007b7a2 f libcpmt:locale0.obj + 0001:0007a82f ?_Locimp_dtor@_Locimp@locale@std@@CAXPAV123@@Z 1007b82f f libcpmt:locale0.obj + 0001:0007a8a0 ?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z 1007b8a0 f libcpmt:locale0.obj + 0001:0007a8eb ?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z 1007b8eb f libcpmt:locale0.obj + 0001:0007a905 ?_New_Locimp@_Locimp@locale@std@@CAPAV123@_N@Z 1007b905 f libcpmt:locale0.obj + 0001:0007a928 ?_Setgloballocale@locale@std@@CAXPAX@Z 1007b928 f libcpmt:locale0.obj + 0001:0007a950 __Deletegloballocale 1007b950 f libcpmt:locale0.obj + 0001:0007a9b5 __Getctype 1007b9b5 f libcpmt:_tolower.obj + 0001:0007aa20 __Tolower 1007ba20 f libcpmt:_tolower.obj + 0001:0007ab2c __Toupper 1007bb2c f libcpmt:_toupper.obj + 0001:0007ac38 ?_Addstd@ios_base@std@@SAXPAV12@@Z 1007bc38 f libcpmt:ios.obj + 0001:0007ac84 ?_Callfns@ios_base@std@@AAEXW4event@12@@Z 1007bc84 f i libcpmt:ios.obj + 0001:0007acb7 ?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z 1007bcb7 f libcpmt:ios.obj + 0001:0007acf7 ?_Tidy@ios_base@std@@AAEXXZ 1007bcf7 f i libcpmt:ios.obj + 0001:0007ad72 ?uncaught_exception@std@@YA_NXZ 1007bd72 f libcpmt:uncaught_exception.obj + 0001:0007ad77 ___std_init_once_link_alternate_names_and_abort@0 1007bd77 f libcpmt:xonce2.obj + 0001:0007ad7c __Query_perf_counter 1007bd7c f libcpmt:xtime.obj + 0001:0007ad93 __Query_perf_frequency 1007bd93 f libcpmt:xtime.obj + 0001:0007add0 __Xtime_get_ticks 1007bdd0 f libcpmt:xtime.obj + 0001:0007adf7 __Getcvt 1007bdf7 f libcpmt:xwctomb.obj + 0001:0007aee7 ?_Fiopen@std@@YAPAU_iobuf@@PBDHH@Z 1007bee7 f libcpmt:fiopen.obj + 0001:0007aef0 ?setw@std@@YA?AU?$_Smanip@_J@1@_J@Z 1007bef0 f libcpmt:iomanip.obj + 0001:0007af1e __Mtxdst 1007bf1e f libcpmt:xmtx.obj + 0001:0007af2c __Mtxinit 1007bf2c f libcpmt:xmtx.obj + 0001:0007af41 __Mtxlock 1007bf41 f libcpmt:xmtx.obj + 0001:0007af4f __Mtxunlock 1007bf4f f libcpmt:xmtx.obj + 0001:0007af5d ??1_Init_atexit@@QAE@XZ 1007bf5d f i libcpmt:iosptrs.obj + 0001:0007afc5 ?_Atexit@@YAXP6AXXZ@Z 1007bfc5 f libcpmt:iosptrs.obj + 0001:0007aff4 ___crtLCMapStringA 1007bff4 f libcpmt:StlLCMapStringA.obj + 0001:0007b205 ___crtGetSystemTimePreciseAsFileTime 1007c205 f libcpmt:winapisupp.obj + 0001:0007b25a ??2@YAPAXI@Z 1007c25a f LIBCMT:new_scalar.obj + 0001:0007b28a ??3@YAXPAXI@Z 1007c28a f LIBCMT:delete_scalar_size.obj + 0001:0007b298 ??_V@YAXPAX@Z 1007c298 f LIBCMT:delete_array.obj + 0001:0007b2e1 ___scrt_acquire_startup_lock 1007c2e1 f LIBCMT:utility.obj + 0001:0007b313 ___scrt_dllmain_after_initialize_c 1007c313 f LIBCMT:utility.obj + 0001:0007b33e ___scrt_dllmain_before_initialize_c 1007c33e f LIBCMT:utility.obj + 0001:0007b34c ___scrt_dllmain_crt_thread_attach 1007c34c f LIBCMT:utility.obj + 0001:0007b36b ___scrt_dllmain_crt_thread_detach 1007c36b f LIBCMT:utility.obj + 0001:0007b378 ___scrt_dllmain_exception_filter 1007c378 f LIBCMT:utility.obj + 0001:0007b3ac ___scrt_dllmain_uninitialize_c 1007c3ac f LIBCMT:utility.obj + 0001:0007b3cf ___scrt_dllmain_uninitialize_critical 1007c3cf f LIBCMT:utility.obj + 0001:0007b3dc ___scrt_initialize_crt 1007c3dc f LIBCMT:utility.obj + 0001:0007b415 ___scrt_initialize_onexit_tables 1007c415 f LIBCMT:utility.obj + 0001:0007b49c ___scrt_is_nonwritable_in_current_image 1007c49c f LIBCMT:utility.obj + 0001:0007b530 ___scrt_release_startup_lock 1007c530 f LIBCMT:utility.obj + 0001:0007b54d ___scrt_uninitialize_crt 1007c54d f LIBCMT:utility.obj + 0001:0007b575 __onexit 1007c575 f LIBCMT:utility.obj + 0001:0007b5a2 _atexit 1007c5a2 f LIBCMT:utility.obj + 0001:0007b5b7 @__security_check_cookie@4 1007c5b7 f LIBCMT:secchk.obj + 0001:0007b5c5 ??_Etype_info@@UAEPAXI@Z 1007c5c5 f i LIBCMT:std_type_info_static.obj + 0001:0007b5c5 ??_Gtype_info@@UAEPAXI@Z 1007c5c5 f i LIBCMT:std_type_info_static.obj + 0001:0007b5e8 ??_U@YAPAXI@Z 1007c5e8 f LIBCMT:new_array.obj + 0001:0007b600 __allshl 1007c600 f LIBCMT:llshl.obj + 0001:0007b620 __aullshr 1007c620 f LIBCMT:ullshr.obj + 0001:0007b63f __Init_thread_abort 1007c63f f LIBCMT:thread_safe_statics.obj + 0001:0007b66a __Init_thread_footer 1007c66a f LIBCMT:thread_safe_statics.obj + 0001:0007b6bb __Init_thread_header 1007c6bb f LIBCMT:thread_safe_statics.obj + 0001:0007b70a __Init_thread_wait_v2 1007c70a f LIBCMT:thread_safe_statics.obj + 0001:0007b720 __alldiv 1007c720 f LIBCMT:lldiv.obj + 0001:0007b7d0 __alldvrm 1007c7d0 f LIBCMT:lldvrm.obj + 0001:0007b8b0 __allmul 1007c8b0 f LIBCMT:llmul.obj + 0001:0007b8f0 __allrem 1007c8f0 f LIBCMT:llrem.obj + 0001:0007b9a2 ?__scrt_initialize_type_info@@YAXXZ 1007c9a2 f LIBCMT:tncleanup.obj + 0001:0007b9ae ?__scrt_uninitialize_type_info@@YAXXZ 1007c9ae f LIBCMT:tncleanup.obj + 0001:0007b9c0 __ftol3 1007c9c0 f LIBCMT:ftol3.obj + 0001:0007ba30 __dtoul3 1007ca30 f LIBCMT:ftol3.obj + 0001:0007bae0 __dtoul3_legacy 1007cae0 f LIBCMT:ftol3.obj + 0001:0007bb10 __dtol3 1007cb10 f LIBCMT:ftol3.obj + 0001:0007bbc0 __ultod3 1007cbc0 f LIBCMT:ftol3.obj + 0001:0007bc10 __ltod3 1007cc10 f LIBCMT:ftol3.obj + 0001:0007bf92 __DllMainCRTStartup@12 1007cf92 f LIBCMT:dll_dllmain.obj + 0001:0007bfc0 __SEH_prolog4 1007cfc0 f LIBCMT:sehprolg4.obj + 0001:0007c005 @_guard_check_icall@4 1007d005 f i LIBCMT:checkcfg.obj + 0001:0007c00b ___isa_available_init 1007d00b f LIBCMT:cpu_disp.obj + 0001:0007c340 __FindPESection 1007d340 f LIBCMT:pesect.obj + 0001:0007c390 __IsNonwritableInCurrentImage 1007d390 f LIBCMT:pesect.obj + 0001:0007c450 __ValidateImageBase 1007d450 f LIBCMT:pesect.obj + 0001:0007c481 __EH_epilog3 1007d481 f LIBCMT:ehprolg3.obj + 0001:0007c495 __EH_prolog3 1007d495 f LIBCMT:ehprolg3.obj + 0001:0007c4c8 __EH_prolog3_catch 1007d4c8 f LIBCMT:ehprolg3.obj + 0001:0007c500 __aulldvrm 1007d500 f LIBCMT:ulldvrm.obj + 0001:0007c595 ___scrt_fastfail 1007d595 f LIBCMT:utility_desktop.obj + 0001:0007c6aa __crt_debugger_hook 1007d6aa f LIBCMT:utility_desktop.obj + 0001:0007c6c0 __aulldiv 1007d6c0 f LIBCMT:ulldiv.obj + 0001:0007c730 __aullrem 1007d730 f LIBCMT:ullrem.obj + 0001:0007c7a5 ___raise_securityfailure 1007d7a5 f LIBCMT:gs_report.obj + 0001:0007c7cd ___report_gsfailure 1007d7cd f LIBCMT:gs_report.obj + 0001:0007c8c8 ___report_rangecheckfailure 1007d8c8 f LIBCMT:gs_report.obj + 0001:0007c8d5 ___report_securityfailure 1007d8d5 f LIBCMT:gs_report.obj + 0001:0007c9b0 __alloca_probe 1007d9b0 f LIBCMT:chkstk.obj + 0001:0007c9b0 __chkstk 1007d9b0 f LIBCMT:chkstk.obj + 0001:0007c9e0 __alloca_probe_16 1007d9e0 f LIBCMT:alloca16.obj + 0001:0007c9f6 __alloca_probe_8 1007d9f6 LIBCMT:alloca16.obj + 0001:0007ca10 __ftol2_sse 1007da10 f LIBCMT:ftol2.obj + 0001:0007ca20 __ftoi2 1007da20 f LIBCMT:ftol2.obj + 0001:0007ca9c ?__scrt_throw_std_bad_array_new_length@@YAXXZ 1007da9c f LIBCMT:throw_bad_alloc.obj + 0001:0007cab9 ___scrt_is_ucrt_dll_in_use 1007dab9 f LIBCMT:ucrt_detection.obj + 0001:0007cb12 ___security_init_cookie 1007db12 f LIBCMT:gs_support.obj + 0001:0007cb5d _DllMain@12 1007db5d f LIBCMT:dll_dllmain_stub.obj + 0001:0007cb63 ___local_stdio_scanf_options 1007db63 f i LIBCMT:default_local_stdio_options.obj + 0001:0007cb69 ___scrt_initialize_default_local_stdio_options 1007db69 f LIBCMT:default_local_stdio_options.obj + 0001:0007cb86 ___scrt_get_dyn_tls_init_callback 1007db86 f LIBCMT:dyn_tls_init.obj + 0001:0007cb8c __RTC_Initialize 1007db8c f LIBCMT:initsect.obj + 0001:0007cbb8 __RTC_Terminate 1007dbb8 f LIBCMT:initsect.obj + 0001:0007cbe4 _memcmp 1007dbe4 f libvcruntime:memcmp.obj + 0001:0007e270 _strrchr 1007f270 f libvcruntime:strrchr.obj + 0001:0007e3a7 _wcschr 1007f3a7 f libvcruntime:wcschr.obj + 0001:0007e448 ___uncaught_exception 1007f448 f libvcruntime:uncaught_exception.obj + 0001:0007e45c ___vcrt_initialize 1007f45c f libvcruntime:initialization.obj + 0001:0007e47b ___vcrt_thread_attach 1007f47b f libvcruntime:initialization.obj + 0001:0007e486 ___vcrt_thread_detach 1007f486 f libvcruntime:initialization.obj + 0001:0007e48e ___vcrt_uninitialize 1007f48e f libvcruntime:initialization.obj + 0001:0007e4a5 ___vcrt_uninitialize_critical 1007f4a5 f libvcruntime:initialization.obj + 0001:0007e702 _setlocale 1007f702 f libucrt:setlocale.obj + 0001:0007e740 _islower 1007f740 f libucrt:_ctype.obj + 0001:0007e7d0 _isupper 1007f7d0 f libucrt:_ctype.obj + 0001:0007e854 __wcsdup 1007f854 f libucrt:wcsdup.obj + 0001:0007e96a __fsopen 1007f96a f libucrt:fopen.obj + 0001:0007ec26 ___acrt_allocate_buffer_for_argv 1007fc26 f libucrt:argv_parsing.obj + 0001:0007ec75 __configure_narrow_argv 1007fc75 f libucrt:argv_parsing.obj + 0001:0007ed7b ___acrt_initialize 1007fd7b f libucrt:initialization.obj + 0001:0007ed8d ___acrt_thread_attach 1007fd8d f libucrt:initialization.obj + 0001:0007ed98 ___acrt_thread_detach 1007fd98 f libucrt:initialization.obj + 0001:0007eda0 ___acrt_uninitialize 1007fda0 f libucrt:initialization.obj + 0001:0007edd0 ___acrt_uninitialize_critical 1007fdd0 f libucrt:initialization.obj + 0001:0007f15e __wcstombs_s_l 1008015e f libucrt:wcstombs.obj + 0001:0007f19c ??$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z 1008019c f i libucrt:openfile.obj + 0001:0007f449 ?__acrt_stdio_parse_mode_D@@YA_NAAU__acrt_stdio_stream_mode@@@Z 10080449 f i libucrt:openfile.obj + 0001:0007f464 ?__acrt_stdio_parse_mode_T@@YA_NAAU__acrt_stdio_stream_mode@@@Z 10080464 f i libucrt:openfile.obj + 0001:0007f483 ?__acrt_stdio_parse_mode_b@@YA_NAAU__acrt_stdio_stream_mode@@@Z 10080483 f i libucrt:openfile.obj + 0001:0007f4a3 ?__acrt_stdio_parse_mode_c@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 100804a3 f i libucrt:openfile.obj + 0001:0007f4c5 ?__acrt_stdio_parse_mode_n@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 100804c5 f i libucrt:openfile.obj + 0001:0007f4e7 ?__acrt_stdio_parse_mode_plus@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 100804e7 f i libucrt:openfile.obj + 0001:0007f51d ?__acrt_stdio_parse_mode_t@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1008051d f i libucrt:openfile.obj + 0001:0007f53d ?__acrt_stdio_parse_mode_x@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1008053d f i libucrt:openfile.obj + 0001:0007f55d __openfile 1008055d f libucrt:openfile.obj + 0001:0007f580 ??$__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 10080580 f i libucrt:argv_wildcards.obj + 0001:0007fb1e ?allocate@?$__crt_win32_buffer@DU__crt_win32_buffer_internal_dynamic_resizing@@@@QAEHI@Z 10080b1e f i libucrt:argv_wildcards.obj + 0001:0007fbe1 ___acrt_expand_narrow_argv_wildcards 10080be1 f libucrt:argv_wildcards.obj + 0001:0007fbec ___acrt_GetModuleFileNameA 10080bec f libucrt:getmodulefilenamea.obj + 0001:0007fcdd __ismbblead 10080cdd f libucrt:ismbbyte.obj + 0001:0007fcf5 ___acrt_initialize_command_line 10080cf5 f libucrt:argv_data.obj + 0001:0007fd0e ___acrt_execute_initializers 10080d0e f libucrt:shared_initialization.obj + 0001:0007fd76 ___acrt_execute_uninitializers 10080d76 f libucrt:shared_initialization.obj + 0001:0007fda7 ?__wcsrtombs_utf8@__crt_mbstring@@YAIPADPAPB_WIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10080da7 f libucrt:wcrtomb.obj + 0001:000804a0 __sopen_nolock 100814a0 f libucrt:open.obj + 0001:0008050e __sopen_s 1008150e f libucrt:open.obj + 0001:0008052e __wsopen_nolock 1008152e f libucrt:open.obj + 0001:00080860 _qsort 10081860 f libucrt:qsort.obj + 0001:00080d50 _strpbrk 10081d50 f libucrt:strpbrk.obj + 0001:00080d90 __mbsdec 10081d90 f libucrt:mbsdec.obj + 0001:00080da7 __mbsdec_l 10081da7 f libucrt:mbsdec.obj + 0001:00080e34 ?__c16rtomb_utf8@__crt_mbstring@@YAIPAD_SPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10081e34 f libucrt:c16rtomb.obj + 0001:00080ede __get_fmode 10081ede f libucrt:setmode.obj + 0001:00080f0b __setmode_nolock 10081f0b f libucrt:setmode.obj + 0001:00080fda ??0__crt_seek_guard@@QAE@H_J@Z 10081fda f i libucrt:chsize.obj + 0001:00081027 __chsize_nolock 10082027 f libucrt:chsize.obj + 0001:0008105e __chsize_nolock_internal 1008205e f libucrt:chsize.obj + 0001:000811f5 ___acrt_initialize_fmode 100821f5 f libucrt:txtmode.obj + 0001:0008120b __filter_x86_sse2_floating_point_exception 1008220b f LIBCMT:x86_exception_filter.obj + 0001:0008120b __filter_x86_sse2_floating_point_exception_default 1008220b f LIBCMT:x86_exception_filter.obj + 0002:00000000 __imp__CreateDirectoryA@8 10089000 kernel32:KERNEL32.dll + 0002:00000004 __imp__CreateFileA@28 10089004 kernel32:KERNEL32.dll + 0002:00000008 __imp__DeleteFileA@4 10089008 kernel32:KERNEL32.dll + 0002:0000000c __imp__GetFileAttributesA@4 1008900c kernel32:KERNEL32.dll + 0002:00000010 __imp__SetFileAttributesA@8 10089010 kernel32:KERNEL32.dll + 0002:00000014 __imp__OutputDebugStringA@4 10089014 kernel32:KERNEL32.dll + 0002:00000018 __imp__CloseHandle@4 10089018 kernel32:KERNEL32.dll + 0002:0000001c __imp__DuplicateHandle@28 1008901c kernel32:KERNEL32.dll + 0002:00000020 __imp__GetLastError@0 10089020 kernel32:KERNEL32.dll + 0002:00000024 __imp__Sleep@4 10089024 kernel32:KERNEL32.dll + 0002:00000028 __imp__GetCurrentProcess@0 10089028 kernel32:KERNEL32.dll + 0002:0000002c __imp__GetCurrentProcessId@0 1008902c kernel32:KERNEL32.dll + 0002:00000030 __imp__GetCurrentThread@0 10089030 kernel32:KERNEL32.dll + 0002:00000034 __imp__GetCurrentThreadId@0 10089034 kernel32:KERNEL32.dll + 0002:00000038 __imp__OpenThread@12 10089038 kernel32:KERNEL32.dll + 0002:0000003c __imp__SuspendThread@4 1008903c kernel32:KERNEL32.dll + 0002:00000040 __imp__ResumeThread@4 10089040 kernel32:KERNEL32.dll + 0002:00000044 __imp__GetProcessIdOfThread@4 10089044 kernel32:KERNEL32.dll + 0002:00000048 __imp__GetThreadContext@8 10089048 kernel32:KERNEL32.dll + 0002:0000004c __imp__FlushInstructionCache@12 1008904c kernel32:KERNEL32.dll + 0002:00000050 __imp__OpenProcess@12 10089050 kernel32:KERNEL32.dll + 0002:00000054 __imp__GetSystemInfo@4 10089054 kernel32:KERNEL32.dll + 0002:00000058 __imp__VirtualQuery@12 10089058 kernel32:KERNEL32.dll + 0002:0000005c __imp__VirtualAllocEx@20 1008905c kernel32:KERNEL32.dll + 0002:00000060 __imp__VirtualProtectEx@20 10089060 kernel32:KERNEL32.dll + 0002:00000064 __imp__VirtualQueryEx@16 10089064 kernel32:KERNEL32.dll + 0002:00000068 __imp__ReadProcessMemory@20 10089068 kernel32:KERNEL32.dll + 0002:0000006c __imp__WriteProcessMemory@20 1008906c kernel32:KERNEL32.dll + 0002:00000070 __imp__VirtualFreeEx@16 10089070 kernel32:KERNEL32.dll + 0002:00000074 __imp__IsWow64Process@8 10089074 kernel32:KERNEL32.dll + 0002:00000078 __imp__CreateToolhelp32Snapshot@8 10089078 kernel32:KERNEL32.dll + 0002:0000007c __imp__Thread32First@8 1008907c kernel32:KERNEL32.dll + 0002:00000080 __imp__Thread32Next@8 10089080 kernel32:KERNEL32.dll + 0002:00000084 __imp__RaiseException@16 10089084 kernel32:KERNEL32.dll + 0002:00000088 __imp__RtlUnwind@16 10089088 kernel32:KERNEL32.dll + 0002:0000008c __imp__InterlockedPushEntrySList@8 1008908c kernel32:KERNEL32.dll + 0002:00000090 __imp__InterlockedFlushSList@4 10089090 kernel32:KERNEL32.dll + 0002:00000094 __imp__SetLastError@4 10089094 kernel32:KERNEL32.dll + 0002:00000098 __imp__EncodePointer@4 10089098 kernel32:KERNEL32.dll + 0002:0000009c __imp__InitializeCriticalSectionAndSpinCount@8 1008909c kernel32:KERNEL32.dll + 0002:000000a0 __imp__TlsAlloc@0 100890a0 kernel32:KERNEL32.dll + 0002:000000a4 __imp__TlsGetValue@4 100890a4 kernel32:KERNEL32.dll + 0002:000000a8 __imp__TlsSetValue@8 100890a8 kernel32:KERNEL32.dll + 0002:000000ac __imp__TlsFree@4 100890ac kernel32:KERNEL32.dll + 0002:000000b0 __imp__FreeLibrary@4 100890b0 kernel32:KERNEL32.dll + 0002:000000b4 __imp__GetProcAddress@8 100890b4 kernel32:KERNEL32.dll + 0002:000000b8 __imp__LoadLibraryExW@12 100890b8 kernel32:KERNEL32.dll + 0002:000000bc __imp__EnterCriticalSection@4 100890bc kernel32:KERNEL32.dll + 0002:000000c0 __imp__LeaveCriticalSection@4 100890c0 kernel32:KERNEL32.dll + 0002:000000c4 __imp__DeleteCriticalSection@4 100890c4 kernel32:KERNEL32.dll + 0002:000000c8 __imp__IsDebuggerPresent@0 100890c8 kernel32:KERNEL32.dll + 0002:000000cc __imp__UnhandledExceptionFilter@4 100890cc kernel32:KERNEL32.dll + 0002:000000d0 __imp__SetUnhandledExceptionFilter@4 100890d0 kernel32:KERNEL32.dll + 0002:000000d4 __imp__TerminateProcess@8 100890d4 kernel32:KERNEL32.dll + 0002:000000d8 __imp__IsProcessorFeaturePresent@4 100890d8 kernel32:KERNEL32.dll + 0002:000000dc __imp__HeapAlloc@12 100890dc kernel32:KERNEL32.dll + 0002:000000e0 __imp__HeapFree@12 100890e0 kernel32:KERNEL32.dll + 0002:000000e4 __imp__GetSystemTimeAsFileTime@4 100890e4 kernel32:KERNEL32.dll + 0002:000000e8 __imp__GetDateFormatW@24 100890e8 kernel32:KERNEL32.dll + 0002:000000ec __imp__GetTimeFormatW@24 100890ec kernel32:KERNEL32.dll + 0002:000000f0 __imp__CompareStringW@24 100890f0 kernel32:KERNEL32.dll + 0002:000000f4 __imp__LCMapStringW@24 100890f4 kernel32:KERNEL32.dll + 0002:000000f8 __imp__GetLocaleInfoW@16 100890f8 kernel32:KERNEL32.dll + 0002:000000fc __imp__IsValidLocale@8 100890fc kernel32:KERNEL32.dll + 0002:00000100 __imp__GetUserDefaultLCID@0 10089100 kernel32:KERNEL32.dll + 0002:00000104 __imp__EnumSystemLocalesW@8 10089104 kernel32:KERNEL32.dll + 0002:00000108 __imp__GetStdHandle@4 10089108 kernel32:KERNEL32.dll + 0002:0000010c __imp__GetFileType@4 1008910c kernel32:KERNEL32.dll + 0002:00000110 __imp__GetStartupInfoW@4 10089110 kernel32:KERNEL32.dll + 0002:00000114 __imp__FlushFileBuffers@4 10089114 kernel32:KERNEL32.dll + 0002:00000118 __imp__WriteFile@20 10089118 kernel32:KERNEL32.dll + 0002:0000011c __imp__GetConsoleOutputCP@0 1008911c kernel32:KERNEL32.dll + 0002:00000120 __imp__GetConsoleMode@8 10089120 kernel32:KERNEL32.dll + 0002:00000124 __imp__ReadFile@20 10089124 kernel32:KERNEL32.dll + 0002:00000128 __imp__GetFileSizeEx@8 10089128 kernel32:KERNEL32.dll + 0002:0000012c __imp__SetFilePointerEx@20 1008912c kernel32:KERNEL32.dll + 0002:00000130 __imp__ReadConsoleW@20 10089130 kernel32:KERNEL32.dll + 0002:00000134 __imp__MultiByteToWideChar@24 10089134 kernel32:KERNEL32.dll + 0002:00000138 __imp__MoveFileExW@12 10089138 kernel32:KERNEL32.dll + 0002:0000013c __imp__ExitProcess@4 1008913c kernel32:KERNEL32.dll + 0002:00000140 __imp__GetModuleHandleW@4 10089140 kernel32:KERNEL32.dll + 0002:00000144 __imp__GetModuleHandleExW@12 10089144 kernel32:KERNEL32.dll + 0002:00000148 __imp__GetTimeZoneInformation@4 10089148 kernel32:KERNEL32.dll + 0002:0000014c __imp__WideCharToMultiByte@32 1008914c kernel32:KERNEL32.dll + 0002:00000150 __imp__DecodePointer@4 10089150 kernel32:KERNEL32.dll + 0002:00000154 __imp__IsValidCodePage@4 10089154 kernel32:KERNEL32.dll + 0002:00000158 __imp__GetACP@0 10089158 kernel32:KERNEL32.dll + 0002:0000015c __imp__GetOEMCP@0 1008915c kernel32:KERNEL32.dll + 0002:00000160 __imp__GetCPInfo@8 10089160 kernel32:KERNEL32.dll + 0002:00000164 __imp__GetStringTypeW@16 10089164 kernel32:KERNEL32.dll + 0002:00000168 __imp__GetProcessHeap@0 10089168 kernel32:KERNEL32.dll + 0002:0000016c __imp__SetStdHandle@8 1008916c kernel32:KERNEL32.dll + 0002:00000170 __imp__GetModuleFileNameW@12 10089170 kernel32:KERNEL32.dll + 0002:00000174 __imp__CreateFileW@28 10089174 kernel32:KERNEL32.dll + 0002:00000178 __imp__WriteConsoleW@20 10089178 kernel32:KERNEL32.dll + 0002:0000017c __imp__HeapSize@12 1008917c kernel32:KERNEL32.dll + 0002:00000180 __imp__HeapReAlloc@16 10089180 kernel32:KERNEL32.dll + 0002:00000184 __imp__GetEnvironmentStringsW@0 10089184 kernel32:KERNEL32.dll + 0002:00000188 __imp__FreeEnvironmentStringsW@4 10089188 kernel32:KERNEL32.dll + 0002:0000018c __imp__SetEnvironmentVariableW@8 1008918c kernel32:KERNEL32.dll + 0002:00000190 __imp__GetCommandLineW@0 10089190 kernel32:KERNEL32.dll + 0002:00000194 __imp__GetCommandLineA@0 10089194 kernel32:KERNEL32.dll + 0002:00000198 __imp__FindNextFileW@8 10089198 kernel32:KERNEL32.dll + 0002:0000019c __imp__InitOnceBeginInitialize@16 1008919c kernel32:KERNEL32.dll + 0002:0000019c __imp____std_init_once_begin_initialize@16 1008919c kernel32:KERNEL32.dll + 0002:000001a0 __imp__InitOnceComplete@12 100891a0 kernel32:KERNEL32.dll + 0002:000001a0 __imp____std_init_once_complete@12 100891a0 kernel32:KERNEL32.dll + 0002:000001a4 __imp__QueryPerformanceCounter@4 100891a4 kernel32:KERNEL32.dll + 0002:000001a8 __imp__QueryPerformanceFrequency@4 100891a8 kernel32:KERNEL32.dll + 0002:000001ac __imp__InitializeCriticalSectionEx@12 100891ac kernel32:KERNEL32.dll + 0002:000001b0 __imp__LCMapStringEx@36 100891b0 kernel32:KERNEL32.dll + 0002:000001b4 __imp__ReleaseSRWLockExclusive@4 100891b4 kernel32:KERNEL32.dll + 0002:000001b8 __imp__AcquireSRWLockExclusive@4 100891b8 kernel32:KERNEL32.dll + 0002:000001bc __imp__WakeAllConditionVariable@4 100891bc kernel32:KERNEL32.dll + 0002:000001c0 __imp__SleepConditionVariableSRW@16 100891c0 kernel32:KERNEL32.dll + 0002:000001c4 __imp__InitializeSListHead@4 100891c4 kernel32:KERNEL32.dll + 0002:000001c8 __imp__FindClose@4 100891c8 kernel32:KERNEL32.dll + 0002:000001cc __imp__FindFirstFileExW@24 100891cc kernel32:KERNEL32.dll + 0002:000001d0 __imp__SetEndOfFile@4 100891d0 kernel32:KERNEL32.dll + 0002:000001d4 \177KERNEL32_NULL_THUNK_DATA 100891d4 kernel32:KERNEL32.dll + 0002:000001d8 __imp__MessageBoxA@16 100891d8 user32:USER32.dll + 0002:000001dc \177USER32_NULL_THUNK_DATA 100891dc user32:USER32.dll + 0002:000001e0 ___guard_check_icall_fptr 100891e0 libucrt:guard_support.obj + 0002:000001e4 ___castguard_check_failure_os_handled_fptr 100891e4 libucrt:guard_support.obj + 0002:000001e8 ___xc_a 100891e8 LIBCMT:initializers.obj + 0002:00000328 ___xc_z 10089328 LIBCMT:initializers.obj + 0002:0000032c ___xi_a 1008932c LIBCMT:initializers.obj + 0002:00000330 ___acrt_stdio_initializer 10089330 libucrt:stdio_initializer.obj + 0002:00000334 ___acrt_timeset_initializer 10089334 libucrt:timeset_initializer.obj + 0002:00000338 ___acrt_tran_sse2_initializer 10089338 libucrt:sse2_initializer.obj + 0002:0000033c ___acrt_multibyte_initializer 1008933c libucrt:multibyte_initializer.obj + 0002:00000344 ___acrt_fmode_initializer 10089344 libucrt:fmode_initializer.obj + 0002:00000348 ___xi_z 10089348 LIBCMT:initializers.obj + 0002:0000034c ___xl_a 1008934c LIBCMT:tlssup.obj + 0002:00000350 ___xl_z 10089350 LIBCMT:tlssup.obj + 0002:00000354 ___xp_a 10089354 LIBCMT:initializers.obj + 0002:00000358 ___acrt_locale_terminator 10089358 libucrt:locale_initializer.obj + 0002:0000035c ___dcrt_console_output_terminator 1008935c libucrt:console_output_initializer.obj + 0002:00000360 ___acrt_stdio_terminator 10089360 libucrt:stdio_initializer.obj + 0002:00000364 ___xp_z 10089364 LIBCMT:initializers.obj + 0002:00000368 ___xt_a 10089368 LIBCMT:initializers.obj + 0002:0000036c ___xt_z 1008936c LIBCMT:initializers.obj + 0002:00000388 ??_7exception@std@@6B@ 10089388 logging.cpp.obj + 0002:00000390 ??_C@_0BC@EOODALEL@Unknown?5exception@ 10089390 logging.cpp.obj + 0002:000003a8 ??_7bad_alloc@std@@6B@ 100893a8 logging.cpp.obj + 0002:000003b4 ??_7bad_array_new_length@std@@6B@ 100893b4 logging.cpp.obj + 0002:000003bc ??_C@_0BF@KINCDENJ@bad?5array?5new?5length@ 100893bc logging.cpp.obj + 0002:000003d4 ??_C@_0BA@JFNIOLAK@string?5too?5long@ 100893d4 logging.cpp.obj + 0002:000003e8 ??_7runtime_error@std@@6B@ 100893e8 logging.cpp.obj + 0002:000003f4 ??_7_System_error@std@@6B@ 100893f4 logging.cpp.obj + 0002:000003fc ??_C@_02LMMGGCAJ@?3?5@ 100893fc logging.cpp.obj + 0002:00000404 ??_7system_error@std@@6B@ 10089404 logging.cpp.obj + 0002:00000410 ??_7_Iostream_error_category2@std@@6B@ 10089410 logging.cpp.obj + 0002:00000428 ??_C@_08LLGCOLLL@iostream@ 10089428 logging.cpp.obj + 0002:00000434 ?_Iostream_error@?4??message@_Iostream_error_category2@std@@UBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z@4QBDB 10089434 logging.cpp.obj + 0002:00000450 ??_7bad_cast@std@@6B@ 10089450 logging.cpp.obj + 0002:00000458 ??_C@_08EPJLHIJG@bad?5cast@ 10089458 logging.cpp.obj + 0002:00000468 ??_7_Facet_base@std@@6B@ 10089468 logging.cpp.obj + 0002:00000474 ??_C@_0BA@ELKIONDK@bad?5locale?5name@ 10089474 logging.cpp.obj + 0002:00000484 ??_C@_00CNPNBAHC@@ 10089484 logging.cpp.obj + 0002:0000048c ??_7?$ctype@D@std@@6B@ 1008948c logging.cpp.obj + 0002:000004bc ??_7failure@ios_base@std@@6B@ 100894bc logging.cpp.obj + 0002:000004c8 ??_7ios_base@std@@6B@ 100894c8 logging.cpp.obj + 0002:000004cc ??_C@_0BF@PHHKMMFD@ios_base?3?3badbit?5set@ 100894cc logging.cpp.obj + 0002:000004e4 ??_C@_0BG@FMKFHCIL@ios_base?3?3failbit?5set@ 100894e4 logging.cpp.obj + 0002:000004fc ??_C@_0BF@OOHOMBOF@ios_base?3?3eofbit?5set@ 100894fc logging.cpp.obj + 0002:00000518 ??_7?$basic_ios@DU?$char_traits@D@std@@@std@@6B@ 10089518 logging.cpp.obj + 0002:00000520 ??_7?$basic_ostream@DU?$char_traits@D@std@@@std@@6B@ 10089520 logging.cpp.obj + 0002:00000524 ??_8?$basic_ostream@DU?$char_traits@D@std@@@std@@7B@ 10089524 logging.cpp.obj + 0002:00000530 ??_7?$basic_streambuf@DU?$char_traits@D@std@@@std@@6B@ 10089530 logging.cpp.obj + 0002:00000570 ??_7?$basic_filebuf@DU?$char_traits@D@std@@@std@@6B@ 10089570 logging.cpp.obj + 0002:000005b0 ??_7?$basic_ofstream@DU?$char_traits@D@std@@@std@@6B@ 100895b0 logging.cpp.obj + 0002:000005b4 ??_8?$basic_ofstream@DU?$char_traits@D@std@@@std@@7B@ 100895b4 logging.cpp.obj + 0002:000005c0 ??_7?$codecvt@DDU_Mbstatet@@@std@@6B@ 100895c0 logging.cpp.obj + 0002:000005e8 ??_C@_0BI@CFPLBAOH@invalid?5string?5position@ 100895e8 logging.cpp.obj + 0002:00000608 ??_7bad_exception@std@@6B@ 10089608 main.cpp.obj + 0002:00000610 ??_C@_0O@DPKOEFFH@bad?5exception@ 10089610 main.cpp.obj + 0002:00000620 ??_C@_0P@GHFPNOJB@bad?5allocation@ 10089620 main.cpp.obj + 0002:00000630 ??_C@_05LAPONLG@false@ 10089630 main.cpp.obj + 0002:00000638 ??_C@_04LOAJBDKD@true@ 10089638 main.cpp.obj + 0002:00000640 ??_C@_0BG@OFLLLHIE@invalid?5stof?5argument@ 10089640 main.cpp.obj + 0002:00000658 ??_C@_0BL@CGEIMNKL@stof?5argument?5out?5of?5range@ 10089658 main.cpp.obj + 0002:00000674 ??_C@_02NJPGOMH@?$CFf@ 10089674 main.cpp.obj + 0002:00000678 ??_C@_0BB@GCADKGJO@map?1set?5too?5long@ 10089678 main.cpp.obj + 0002:00000690 ??_7error_info_container@exception_detail@boost@@6B@ 10089690 main.cpp.obj + 0002:000006ac ??_7exception@boost@@6B@ 100896ac main.cpp.obj + 0002:000006b4 ??_7clone_base@exception_detail@boost@@6B@ 100896b4 main.cpp.obj + 0002:000006c4 ??_7error_info_base@exception_detail@boost@@6B@ 100896c4 main.cpp.obj + 0002:000006d4 ??_7sp_counted_base@detail@boost@@6B@ 100896d4 main.cpp.obj + 0002:000006f0 ??_7error_info_container_impl@exception_detail@boost@@6B@ 100896f0 main.cpp.obj + 0002:0000070c ??_7?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 1008970c main.cpp.obj + 0002:0000074c ??_7?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 1008974c main.cpp.obj + 0002:00000750 ??_8?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@7B@ 10089750 main.cpp.obj + 0002:00000758 ??_C@_0CF@CFFMGBAP@No?5diagnostic?5information?5avail@ 10089758 main.cpp.obj + 0002:00000780 ??_C@_0BD@OKEHHCDP@Unknown?5exception?4@ 10089780 main.cpp.obj + 0002:00000794 ??_C@_0DP@GHFCDMCB@Throw?5location?5unknown?5?$CIconside@ 10089794 main.cpp.obj + 0002:000007d4 ??_C@_03LPPJIELD@?$CJ?3?5@ 100897d4 main.cpp.obj + 0002:000007d8 ??_C@_0BD@FCCHBKHG@Throw?5in?5function?5@ 100897d8 main.cpp.obj + 0002:000007ec ??_C@_09GPGAJHPD@?$CIunknown?$CJ@ 100897ec main.cpp.obj + 0002:000007f8 ??_C@_0BJ@GCNBPHBB@Dynamic?5exception?5type?3?5@ 100897f8 main.cpp.obj + 0002:00000814 ??_C@_06OJHGLDPL@?$CInull?$CJ@ 10089814 main.cpp.obj + 0002:0000081c ??_C@_0BH@IJDPHMMC@std?3?3exception?3?3what?3?5@ 1008981c main.cpp.obj + 0002:00000834 ??_C@_04OAFLPOMH@?$FN?5?$DN?5@ 10089834 main.cpp.obj + 0002:00000840 ??_7bad_alloc_@exception_detail@boost@@6Bexception@2@@ 10089840 main.cpp.obj + 0002:00000848 ??_7bad_alloc_@exception_detail@boost@@6Bbad_alloc@std@@@ 10089848 main.cpp.obj + 0002:00000854 ??_7bad_exception_@exception_detail@boost@@6Bexception@2@@ 10089854 main.cpp.obj + 0002:0000085c ??_7bad_exception_@exception_detail@boost@@6Bbad_exception@std@@@ 1008985c main.cpp.obj + 0002:00000868 ??_7Error@hadesmem@@6Bexception@std@@@ 10089868 main.cpp.obj + 0002:00000874 ??_7Error@hadesmem@@6Bexception@boost@@@ 10089874 main.cpp.obj + 0002:00000878 ??_8Error@hadesmem@@7B@ 10089878 main.cpp.obj + 0002:00000888 ??_7?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@6B@ 10089888 main.cpp.obj + 0002:00000898 ??_7?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@6B@ 10089898 main.cpp.obj + 0002:000008a4 ??_C@_0O@LHJCBCAJ@?$FL?$CFlu?$FN?5?$CFs?3?5?$CFs?6@ 100898a4 main.cpp.obj + 0002:000008b4 ??_C@_0P@DMJNBGBJ@IsWoW64Process@ 100898b4 main.cpp.obj + 0002:000008c8 ??_C@_0FC@HMKIBJE@C?3?2software?2hadesmem?9v142?9Relea@ 100898c8 main.cpp.obj + 0002:0000091c ??_C@_0BH@CAHPBGBP@IsWoW64Process?5failed?4@ 1008991c main.cpp.obj + 0002:00000934 ??_C@_0M@MMCMKPDL@OpenProcess@ 10089934 main.cpp.obj + 0002:00000940 ??_C@_0BE@LHGDOJMK@OpenProcess?5failed?4@ 10089940 main.cpp.obj + 0002:00000954 ??_C@_0L@EHKLHJ@OpenThread@ 10089954 main.cpp.obj + 0002:00000960 ??_C@_0BD@GGECPCAK@OpenThread?5failed?4@ 10089960 main.cpp.obj + 0002:00000974 ??_C@_0BA@KKBHKMMH@DuplicateHandle@ 10089974 main.cpp.obj + 0002:00000984 ??_C@_0BI@FGIAIHNB@DuplicateHandle?5failed?4@ 10089984 main.cpp.obj + 0002:0000099c ??_C@_0L@BPDMILMI@CheckWoW64@ 1008999c main.cpp.obj + 0002:000009a8 ??_C@_0EM@FPGLKILF@C?3?2software?2hadesmem?9v142?9Relea@ 100899a8 main.cpp.obj + 0002:000009f4 ??_C@_0CN@CIONBDMF@x86?5?9?$DO?5x64?5process?5modification@ 100899f4 main.cpp.obj + 0002:00000a24 ??_C@_02DKCKIIND@?$CFs@ 10089a24 main.cpp.obj + 0002:00000a28 ??_C@_0CE@NLAKHOBH@hadesmem?3?3Process?3?3CleanupUnche@ 10089a28 main.cpp.obj + 0002:00000a4c ??_C@_05KKFAOBBL@Alloc@ 10089a4c main.cpp.obj + 0002:00000a58 ??_C@_0EK@ILAEBCGD@C?3?2software?2hadesmem?9v142?9Relea@ 10089a58 main.cpp.obj + 0002:00000aa4 ??_C@_0BH@PKAGPCAJ@VirtualAllocEx?5failed?4@ 10089aa4 main.cpp.obj + 0002:00000abc ??_C@_04HJMOFLDF@Free@ 10089abc main.cpp.obj + 0002:00000ac4 ??_C@_0BG@MMIHDGBH@VirtualFreeEx?5failed?4@ 10089ac4 main.cpp.obj + 0002:00000adc ??_C@_0CD@GFAOAFIL@hadesmem?3?3Allocator?3?3FreeUnchec@ 10089adc main.cpp.obj + 0002:00000b00 ??_C@_0CD@LNPEPGDL@hadesmem?3?3Thread?3?3CleanupUnchec@ 10089b00 main.cpp.obj + 0002:00000b24 ??_C@_0BJ@JEFKDHMD@CreateToolhelp32Snapshot@ 10089b24 main.cpp.obj + 0002:00000b40 ??_C@_0FE@PMPDGIMA@C?3?2software?2hadesmem?9v142?9Relea@ 10089b40 main.cpp.obj + 0002:00000b94 ??_C@_0CB@JCNCLELI@CreateToolhelp32Snapshot?5failed@ 10089b94 main.cpp.obj + 0002:00000bb8 ??_C@_0BG@CIDIKHKO@Thread32First?5failed?4@ 10089bb8 main.cpp.obj + 0002:00000bd0 ??_C@_0BF@OOLHIKFH@Thread32Next?5failed?4@ 10089bd0 main.cpp.obj + 0002:00000be8 ??_C@_0BB@MBPKHMON@GetThreadContext@ 10089be8 main.cpp.obj + 0002:00000c00 ??_C@_0FD@GFMGBNPP@C?3?2software?2hadesmem?9v142?9Relea@ 10089c00 main.cpp.obj + 0002:00000c54 ??_C@_0CM@PMFHKMCF@GetThreadContext?5called?5for?5cur@ 10089c54 main.cpp.obj + 0002:00000c80 ??_C@_0BJ@NBMNLEAK@GetThreadContext?5failed?4@ 10089c80 main.cpp.obj + 0002:00000c9c ??_C@_0O@HMJOGGOE@SuspendThread@ 10089c9c main.cpp.obj + 0002:00000cac ??_C@_0BG@HGBOONEI@SuspendThread?5failed?4@ 10089cac main.cpp.obj + 0002:00000cc4 ??_C@_0N@JPHIGJOE@ResumeThread@ 10089cc4 main.cpp.obj + 0002:00000cd4 ??_C@_0BF@CPDPNIDB@ResumeThread?5failed?4@ 10089cd4 main.cpp.obj + 0002:00000cec ??_C@_0CL@NOFNLPJH@hadesmem?3?3SuspendedThread?3?3Resu@ 10089cec main.cpp.obj + 0002:00000d18 ??_C@_0EB@CHHFMIFP@WARNING?$CB?5Error?5while?5suspending@ 10089d18 main.cpp.obj + 0002:00000d5c ??_C@_0CN@OAFEMMLD@hadesmem?3?3SuspendedProcess?3?3Sus@ 10089d5c main.cpp.obj + 0002:00000d8c ??_C@_0BB@CEKDJBHG@SuspendedProcess@ 10089d8c main.cpp.obj + 0002:00000da0 ??_C@_0DN@FMFFEHNA@Failed?5to?5suspend?5all?5threads?5i@ 10089da0 main.cpp.obj + 0002:00000de0 ??_C@_09OJCFAFOB@VerifyPid@ 10089de0 main.cpp.obj + 0002:00000dec ??_C@_0BN@EEJAIICA@GetProcessIdOfThread?5failed?4@ 10089dec main.cpp.obj + 0002:00000e0c ??_C@_0BJ@PHFJBNAN@PID?5verification?5failed?4@ 10089e0c main.cpp.obj + 0002:00000e28 ??_C@_0BG@JNMEKNNO@FlushInstructionCache@ 10089e28 main.cpp.obj + 0002:00000e40 ??_C@_0EK@MAJFCFGD@C?3?2software?2hadesmem?9v142?9Relea@ 10089e40 main.cpp.obj + 0002:00000e8c ??_C@_0BO@BEKIKMHC@FlushInstructionCache?5failed?4@ 10089e8c main.cpp.obj + 0002:00000eac ??_C@_07EMMGCHGI@Protect@ 10089eac main.cpp.obj + 0002:00000eb8 ??_C@_0FK@CJDMOKGD@C?3?2software?2hadesmem?9v142?9Relea@ 10089eb8 main.cpp.obj + 0002:00000f14 ??_C@_0BJ@GOHMJHGO@VirtualProtectEx?5failed?4@ 10089f14 main.cpp.obj + 0002:00000f30 ??_C@_05BNKNJDAB@Query@ 10089f30 main.cpp.obj + 0002:00000f38 ??_C@_0FI@NAPLGFGJ@C?3?2software?2hadesmem?9v142?9Relea@ 10089f38 main.cpp.obj + 0002:00000f90 ??_C@_0BH@JFGDHIMO@VirtualQueryEx?5failed?4@ 10089f90 main.cpp.obj + 0002:00000fa8 ??_C@_0N@KLFIJGGA@ProtectGuard@ 10089fa8 main.cpp.obj + 0002:00000fb8 ??_C@_0FJ@OFKJBOII@C?3?2software?2hadesmem?9v142?9Relea@ 10089fb8 main.cpp.obj + 0002:00001014 ??_C@_0DF@BAHJNPFD@Attempt?5to?5access?5page?5with?5a?5?8@ 1008a014 main.cpp.obj + 0002:0000104c ??_C@_0DB@CGKFDJFG@hadesmem?3?3detail?3?3ProtectGuard?3@ 1008a04c main.cpp.obj + 0002:00001080 ??_C@_0O@KAKHNDGG@ReadUnchecked@ 1008a080 main.cpp.obj + 0002:00001090 ??_C@_0FF@IFPHEENA@C?3?2software?2hadesmem?9v142?9Relea@ 1008a090 main.cpp.obj + 0002:000010e8 ??_C@_0BK@NFNEHIDL@ReadProcessMemory?5failed?4@ 1008a0e8 main.cpp.obj + 0002:00001104 ??_C@_0P@LBLMMGGB@WriteUnchecked@ 1008a104 main.cpp.obj + 0002:00001118 ??_C@_0FG@HKAAFBIF@C?3?2software?2hadesmem?9v142?9Relea@ 1008a118 main.cpp.obj + 0002:00001170 ??_C@_0BL@BKBINFBA@WriteProcessMemory?5failed?4@ 1008a170 main.cpp.obj + 0002:0000118c ??_C@_0DD@NEDPJGDL@Address?5?$DN?5?$CFp?0?5Target?5?$DN?5?$CFp?0?5Push@ 1008a18c main.cpp.obj + 0002:000011c0 ??_C@_0BM@BLAEMDDL@hadesmem?3?3detail?3?3WriteJump@ 1008a1c0 main.cpp.obj + 0002:000011dc ??_C@_0BF@NLCMJOPD@Using?5relative?5jump?4@ 1008a1dc main.cpp.obj + 0002:000011f4 ??_C@_0BK@FPNCDMKG@Address?5?$DN?5?$CFp?0?5Target?5?$DN?5?$CFp@ 1008a1f4 main.cpp.obj + 0002:00001210 ??_C@_0BM@CONKFGOI@hadesmem?3?3detail?3?3WriteCall@ 1008a210 main.cpp.obj + 0002:0000122c ??_C@_0BF@MEMDMDAI@Using?5relative?5call?4@ 1008a22c main.cpp.obj + 0002:00001244 ??_C@_0BD@KKJJLKB@VerifyPatchThreads@ 1008a244 main.cpp.obj + 0002:00001258 ??_C@_0FH@FDDALOBI@C?3?2software?2hadesmem?9v142?9Relea@ 1008a258 main.cpp.obj + 0002:000012b0 ??_C@_0CM@OJCIIPGE@Thread?5is?5currently?5executing?5p@ 1008a2b0 main.cpp.obj + 0002:000012e0 ??_7?$basic_istream@DU?$char_traits@D@std@@@std@@6B@ 1008a2e0 main.cpp.obj + 0002:000012e8 ??_7?$basic_iostream@DU?$char_traits@D@std@@@std@@6B@ 1008a2e8 main.cpp.obj + 0002:000012ec ??_8?$basic_iostream@DU?$char_traits@D@std@@@std@@7B?$basic_istream@DU?$char_traits@D@std@@@1@@ 1008a2ec main.cpp.obj + 0002:000012f4 ??_8?$basic_iostream@DU?$char_traits@D@std@@@std@@7B?$basic_ostream@DU?$char_traits@D@std@@@1@@ 1008a2f4 main.cpp.obj + 0002:000012fc ??_C@_0CE@GCLPNIIO@hadesmem?3?3PatchRaw?3?3RemoveUnche@ 1008a2fc main.cpp.obj + 0002:00001320 ??_C@_07NJGAEJFG@?$FLDEBUG?$FN@ 1008a320 main.cpp.obj + 0002:0000132c ??_7CDataStore@Nampower@@6B@ 1008a32c main.cpp.obj + 0002:00001358 ??_7?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 1008a358 main.cpp.obj + 0002:0000135c ??_8?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@7B?$basic_istream@DU?$char_traits@D@std@@@1@@ 1008a35c main.cpp.obj + 0002:00001364 ??_8?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@7B?$basic_ostream@DU?$char_traits@D@std@@@1@@ 1008a364 main.cpp.obj + 0002:0000136c ??_C@_0M@EHAPGNAC@?$CFY?9?$CFm?9?$CFd?5?$CFX@ 1008a36c main.cpp.obj + 0002:00001378 ??_C@_06CGLFEPBO@Unused@ 1008a378 main.cpp.obj + 0002:00001380 ??_C@_04MKEOLIJC@?5to?5@ 1008a380 main.cpp.obj + 0002:00001388 ??_C@_0N@JECGEPKH@Registering?5@ 1008a388 main.cpp.obj + 0002:00001398 ??_C@_0BK@ECMBPKJF@?5triggering?5queued?5spells@ 1008a398 main.cpp.obj + 0002:000013b4 ??_C@_01LBDDMOBJ@?$FN@ 1008a3b4 main.cpp.obj + 0002:000013b8 ??_C@_0BE@DJPHGBFK@?5latency?5reduction?5@ 1008a3b8 main.cpp.obj + 0002:000013cc ??_C@_0BE@MCKMMINL@?5original?5duration?5@ 1008a3cc main.cpp.obj + 0002:000013e0 ??_C@_0M@GDEDPOEP@?5elapsed?5?$DO?5@ 1008a3e0 main.cpp.obj + 0002:000013ec ??_C@_0BB@CLMMGHMA@Ending?5channel?5?$FL@ 1008a3ec main.cpp.obj + 0002:00001400 ??_C@_0BF@PLCENIP@?5latency?5reduction?3?5@ 1008a400 main.cpp.obj + 0002:00001418 ??_C@_0BG@BKKFKINO@Remaining?5tick?5time?3?5@ 1008a418 main.cpp.obj + 0002:00001430 ??_C@_0CO@EPCFCBPN@Ending?5channel?5due?5to?5cancelCha@ 1008a430 main.cpp.obj + 0002:00001460 ??_C@_0DA@KGIDDBKC@Non?5gcd?5spell?5cooldown?5up?0?5cast@ 1008a460 main.cpp.obj + 0002:00001490 ??_C@_0CB@OKGJLKOH@?5due?5to?5max?5time?5since?5last?5cas@ 1008a490 main.cpp.obj + 0002:000014b4 ??_C@_0BJ@MOIJJLEH@Ignoring?5queued?5cast?5of?5@ 1008a4b4 main.cpp.obj + 0002:000014d0 ??_C@_0CI@DLDOLJJB@Spell?5cooldown?5up?0?5casting?5queu@ 1008a4d0 main.cpp.obj + 0002:000014f8 ??_C@_06BALNJMNP@player@ 1008a4f8 main.cpp.obj + 0002:00001500 ??_C@_0BH@JFBHEHPE@NP_QueueCastTimeSpells@ 1008a500 main.cpp.obj + 0002:00001518 ??_C@_0BP@PICLLELH@Set?5NP_QueueCastTimeSpells?5to?5@ 1008a518 main.cpp.obj + 0002:00001538 ??_C@_0BG@EPNAOJED@NP_QueueInstantSpells@ 1008a538 main.cpp.obj + 0002:00001550 ??_C@_0BO@FGKHFEMB@Set?5NP_QueueInstantSpells?5to?5@ 1008a550 main.cpp.obj + 0002:00001570 ??_C@_0BG@NHCCGJDA@NP_QueueOnSwingSpells@ 1008a570 main.cpp.obj + 0002:00001588 ??_C@_0BO@BGEGNIHK@Set?5NP_QueueOnSwingSpells?5to?5@ 1008a588 main.cpp.obj + 0002:000015a8 ??_C@_0BJ@KIPOCKFK@NP_QueueChannelingSpells@ 1008a5a8 main.cpp.obj + 0002:000015c4 ??_C@_0CB@OBNLDPCK@Set?5NP_QueueChannelingSpells?5to@ 1008a5c4 main.cpp.obj + 0002:000015e8 ??_C@_0BI@OGLIEAGM@NP_QueueTargetingSpells@ 1008a5e8 main.cpp.obj + 0002:00001600 ??_C@_0CA@DMKPKEFC@Set?5NP_QueueTargetingSpells?5to?5@ 1008a600 main.cpp.obj + 0002:00001620 ??_C@_0BJ@EEBEGJJE@NP_QueueSpellsOnCooldown@ 1008a620 main.cpp.obj + 0002:0000163c ??_C@_0CB@ILICALD@Set?5NP_QueueSpellsOnCooldown?5to@ 1008a63c main.cpp.obj + 0002:00001660 ??_C@_0CH@NKILOBGJ@NP_InterruptChannelsOutsideQueu@ 1008a660 main.cpp.obj + 0002:00001688 ??_C@_0CP@CBMJDLLE@Set?5NP_InterruptChannelsOutside@ 1008a688 main.cpp.obj + 0002:000016b8 ??_C@_0BN@BPHINGMM@NP_RetryServerRejectedSpells@ 1008a6b8 main.cpp.obj + 0002:000016d8 ??_C@_0CF@GJMGHEJL@Set?5NP_RetryServerRejectedSpell@ 1008a6d8 main.cpp.obj + 0002:00001700 ??_C@_0BM@KAAEKKLI@NP_QuickcastTargetingSpells@ 1008a700 main.cpp.obj + 0002:0000171c ??_C@_0CE@LGHOMBHC@Set?5NP_QuickcastTargetingSpells@ 1008a71c main.cpp.obj + 0002:00001740 ??_C@_0CB@HPGIFMMF@NP_ReplaceMatchingNonGcdCategor@ 1008a740 main.cpp.obj + 0002:00001764 ??_C@_0CJ@BKCNDEIE@Set?5NP_ReplaceMatchingNonGcdCat@ 1008a764 main.cpp.obj + 0002:00001790 ??_C@_0CE@HNEFELI@NP_OptimizeBufferUsingPacketTim@ 1008a790 main.cpp.obj + 0002:000017b4 ??_C@_0CM@IFFMCJBG@Set?5NP_OptimizeBufferUsingPacke@ 1008a7b4 main.cpp.obj + 0002:000017e0 ??_C@_0CB@PAPCHMPF@NP_PreventRightClickTargetChang@ 1008a7e0 main.cpp.obj + 0002:00001804 ??_C@_0CJ@CEOCHGOE@Set?5NP_PreventRightClickTargetC@ 1008a804 main.cpp.obj + 0002:00001830 ??_C@_0BO@IJCJBII@NP_PreventRightClickPvPAttack@ 1008a830 main.cpp.obj + 0002:00001850 ??_C@_0CG@OFCDCGBE@Set?5NP_PreventRightClickPvPAtta@ 1008a850 main.cpp.obj + 0002:00001878 ??_C@_0BP@COIIKABN@NP_DoubleCastToEndChannelEarly@ 1008a878 main.cpp.obj + 0002:00001898 ??_C@_0CH@FPPJPDAN@Set?5NP_DoubleCastToEndChannelEa@ 1008a898 main.cpp.obj + 0002:000018c0 ??_C@_0BJ@OGGMANCP@NP_QuickcastOnDoubleCast@ 1008a8c0 main.cpp.obj + 0002:000018dc ??_C@_0CB@FCCLLLOO@Set?5NP_QuickcastOnDoubleCast?5to@ 1008a8dc main.cpp.obj + 0002:00001900 ??_C@_0BJ@BNCLKABI@NP_SpamProtectionEnabled@ 1008a900 main.cpp.obj + 0002:0000191c ??_C@_0CB@HLCAEHJD@Set?5NP_SpamProtectionEnabled?5to@ 1008a91c main.cpp.obj + 0002:00001940 ??_C@_0BI@OFECCKJA@NP_EnableAuraCastEvents@ 1008a940 main.cpp.obj + 0002:00001958 ??_C@_0CA@MCAFBLDG@Set?5NP_EnableAuraCastEvents?5to?5@ 1008a958 main.cpp.obj + 0002:00001978 ??_C@_0BK@MBLEOKAE@NP_EnableAutoAttackEvents@ 1008a978 main.cpp.obj + 0002:00001994 ??_C@_0CC@FLEKOLKF@Set?5NP_EnableAutoAttackEvents?5t@ 1008a994 main.cpp.obj + 0002:000019b8 ??_C@_0BK@HPKDDDJN@NP_EnableSpellStartEvents@ 1008a9b8 main.cpp.obj + 0002:000019d4 ??_C@_0CC@DAAAFBCJ@Set?5NP_EnableSpellStartEvents?5t@ 1008a9d4 main.cpp.obj + 0002:000019f8 ??_C@_0BH@DBJNDJCK@NP_EnableSpellGoEvents@ 1008a9f8 main.cpp.obj + 0002:00001a10 ??_C@_0BP@HABICIHH@Set?5NP_EnableSpellGoEvents?5to?5@ 1008aa10 main.cpp.obj + 0002:00001a30 ??_C@_0BJ@OPDINFN@NP_EnableSpellHealEvents@ 1008aa30 main.cpp.obj + 0002:00001a4c ??_C@_0CB@CKCADEOG@Set?5NP_EnableSpellHealEvents?5to@ 1008aa4c main.cpp.obj + 0002:00001a70 ??_C@_0BN@DLFLANCE@NP_EnableSpellEnergizeEvents@ 1008aa70 main.cpp.obj + 0002:00001a90 ??_C@_0CF@HJHLFECN@Set?5NP_EnableSpellEnergizeEvent@ 1008aa90 main.cpp.obj + 0002:00001ab8 ??_C@_0CB@CLDKJOLH@NP_PreventMountingWhenBuffCappe@ 1008aab8 main.cpp.obj + 0002:00001adc ??_C@_0CJ@KNLLLEIG@Set?5NP_PreventMountingWhenBuffC@ 1008aadc main.cpp.obj + 0002:00001b08 ??_C@_0BD@KEENKIJP@NP_MinBufferTimeMs@ 1008ab08 main.cpp.obj + 0002:00001b1c ??_C@_0CO@NIJCIBCJ@Set?5NP_MinBufferTimeMs?5and?5curr@ 1008ab1c main.cpp.obj + 0002:00001b4c ??_C@_0BG@LLHBJGHN@NP_NonGcdBufferTimeMs@ 1008ab4c main.cpp.obj + 0002:00001b64 ??_C@_0BO@BEDCEPJD@Set?5NP_NonGcdBufferTimeMs?5to?5@ 1008ab64 main.cpp.obj + 0002:00001b84 ??_C@_0BH@MKMOFKHN@NP_MaxBufferIncreaseMs@ 1008ab84 main.cpp.obj + 0002:00001b9c ??_C@_0BP@NHKKEPBG@Set?5NP_MaxBufferIncreaseMs?5to?5@ 1008ab9c main.cpp.obj + 0002:00001bbc ??_C@_0BG@HPCNJHHL@NP_SpellQueueWindowMs@ 1008abbc main.cpp.obj + 0002:00001bd4 ??_C@_0BO@LKJMGOIJ@Set?5NP_SpellQueueWindowMs?5to?5@ 1008abd4 main.cpp.obj + 0002:00001bf4 ??_C@_0BL@KOCNOCFF@NP_OnSwingBufferCooldownMs@ 1008abf4 main.cpp.obj + 0002:00001c10 ??_C@_0CD@BOIHNHHB@Set?5NP_OnSwingBufferCooldownMs?5@ 1008ac10 main.cpp.obj + 0002:00001c34 ??_C@_0BI@LPMHBLBF@NP_ChannelQueueWindowMs@ 1008ac34 main.cpp.obj + 0002:00001c4c ??_C@_0CA@PAGBAGHM@Set?5NP_ChannelQueueWindowMs?5to?5@ 1008ac4c main.cpp.obj + 0002:00001c6c ??_C@_0BK@KEKPPKMD@NP_TargetingQueueWindowMs@ 1008ac6c main.cpp.obj + 0002:00001c88 ??_C@_0CC@DIBIMACH@Set?5NP_TargetingQueueWindowMs?5t@ 1008ac88 main.cpp.obj + 0002:00001cac ??_C@_0BJ@EPEDEFB@NP_CooldownQueueWindowMs@ 1008acac main.cpp.obj + 0002:00001cc8 ??_C@_0CB@FONDBBI@Set?5NP_CooldownQueueWindowMs?5to@ 1008acc8 main.cpp.obj + 0002:00001cec ??_C@_0CF@LNIPLOJI@NP_ChannelLatencyReductionPerce@ 1008acec main.cpp.obj + 0002:00001d14 ??_C@_0CN@EINCDKGL@Set?5NP_ChannelLatencyReductionP@ 1008ad14 main.cpp.obj + 0002:00001d44 ??_C@_0BF@NPNCLNJG@NP_NameplateDistance@ 1008ad44 main.cpp.obj + 0002:00001d5c ??_C@_0BN@EGLOHIBD@Set?5NP_NameplateDistance?5to?5@ 1008ad5c main.cpp.obj + 0002:00001d80 ??_7?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@6B@ 1008ad80 main.cpp.obj + 0002:00001dd0 ??_C@_03PEOPGAMG@NP_@ 1008add0 main.cpp.obj + 0002:00001dd4 ??_C@_0BJ@HNOEHODG@Using?5default?5value?5for?5@ 1008add4 main.cpp.obj + 0002:00001df0 ??_C@_04IOBBKNGP@Logs@ 1008adf0 main.cpp.obj + 0002:00001df8 ??_C@_0BD@FEPMOMFL@nampower_debug?4log@ 1008adf8 main.cpp.obj + 0002:00001e0c ??_C@_0BI@LDBODINK@Logs?2nampower_debug?4log@ 1008ae0c main.cpp.obj + 0002:00001e24 ??_C@_0BF@EHNBCGI@nampower_debug?4log?41@ 1008ae24 main.cpp.obj + 0002:00001e3c ??_C@_0BK@KHFLEKEN@Logs?2nampower_debug?4log?41@ 1008ae3c main.cpp.obj + 0002:00001e58 ??_C@_0BF@CPFAEBKL@nampower_debug?4log?42@ 1008ae58 main.cpp.obj + 0002:00001e70 ??_C@_0BK@IMHGBJIO@Logs?2nampower_debug?4log?42@ 1008ae70 main.cpp.obj + 0002:00001e8c ??_C@_0BF@DGELHAOK@nampower_debug?4log?43@ 1008ae8c main.cpp.obj + 0002:00001ea4 ??_C@_0BK@JFGNCIMP@Logs?2nampower_debug?4log?43@ 1008aea4 main.cpp.obj + 0002:00001ec0 ??_C@_01LFCBOECM@?4@ 1008aec0 main.cpp.obj + 0002:00001ec4 ??_C@_0BD@BPOEFIKN@Loading?5nampower?5v@ 1008aec4 main.cpp.obj + 0002:00001ed8 ??_C@_0BK@INOGODLN@Registering?1Loading?5CVars@ 1008aed8 main.cpp.obj + 0002:00001ef4 ??_C@_0CF@IALCIHCG@?$DN?$DN?$DN?5Starting?5hook?5initializatio@ 1008aef4 main.cpp.obj + 0002:00001f1c ??_C@_0CL@MJPJAFAM@?$DN?$DN?$DN?5All?5hooks?5initialized?5succe@ 1008af1c main.cpp.obj + 0002:00001f48 ??_C@_01CLKCMJKC@?5@ 1008af48 main.cpp.obj + 0002:00001f4c ??_C@_0BJ@DDBOIFAJ@Added?5custom?5event?5code?3@ 1008af4c main.cpp.obj + 0002:00001f68 ??_C@_0BC@IIJKILOC@SPELL_QUEUE_EVENT@ 1008af68 main.cpp.obj + 0002:00001f7c ??_C@_0BB@INAPBEKM@SPELL_CAST_EVENT@ 1008af7c main.cpp.obj + 0002:00001f90 ??_C@_0BI@IIEOEKLK@SPELL_DAMAGE_EVENT_SELF@ 1008af90 main.cpp.obj + 0002:00001fa8 ??_C@_0BJ@HABHONC@SPELL_DAMAGE_EVENT_OTHER@ 1008afa8 main.cpp.obj + 0002:00001fc4 ??_C@_0BC@FNMHDFMM@DEBUFF_ADDED_SELF@ 1008afc4 main.cpp.obj + 0002:00001fd8 ??_C@_0BE@IPCENOKC@DEBUFF_REMOVED_SELF@ 1008afd8 main.cpp.obj + 0002:00001fec ??_C@_0BD@LOLCCDKE@DEBUFF_ADDED_OTHER@ 1008afec main.cpp.obj + 0002:00002000 ??_C@_0BF@BEGKIMBA@DEBUFF_REMOVED_OTHER@ 1008b000 main.cpp.obj + 0002:00002018 ??_C@_0BA@MOKKJPMK@BUFF_ADDED_SELF@ 1008b018 main.cpp.obj + 0002:00002028 ??_C@_0BC@OPHNKALP@BUFF_REMOVED_SELF@ 1008b028 main.cpp.obj + 0002:0000203c ??_C@_0BB@FHECOLDL@BUFF_ADDED_OTHER@ 1008b03c main.cpp.obj + 0002:00002050 ??_C@_0BD@HHAMLJLH@BUFF_REMOVED_OTHER@ 1008b050 main.cpp.obj + 0002:00002064 ??_C@_09OAKDIAEE@UNIT_DIED@ 1008b064 main.cpp.obj + 0002:00002070 ??_C@_0BC@HMKGCEPB@AURA_CAST_ON_SELF@ 1008b070 main.cpp.obj + 0002:00002084 ??_C@_0BD@OGPLAOKE@AURA_CAST_ON_OTHER@ 1008b084 main.cpp.obj + 0002:00002098 ??_C@_0BB@GJGJCOEG@AUTO_ATTACK_SELF@ 1008b098 main.cpp.obj + 0002:000020ac ??_C@_0BC@LDOLOHIB@AUTO_ATTACK_OTHER@ 1008b0ac main.cpp.obj + 0002:000020c0 ??_C@_0BB@LFPNKHHB@SPELL_START_SELF@ 1008b0c0 main.cpp.obj + 0002:000020d4 ??_C@_0BC@LIKNGAH@SPELL_START_OTHER@ 1008b0d4 main.cpp.obj + 0002:000020e8 ??_C@_0O@EBECIIDL@SPELL_GO_SELF@ 1008b0e8 main.cpp.obj + 0002:000020f8 ??_C@_0P@JNHHMBKG@SPELL_GO_OTHER@ 1008b0f8 main.cpp.obj + 0002:00002108 ??_C@_0BC@IAGOOOHI@SPELL_FAILED_SELF@ 1008b108 main.cpp.obj + 0002:0000211c ??_C@_0BD@HCGDPNOK@SPELL_FAILED_OTHER@ 1008b11c main.cpp.obj + 0002:00002130 ??_C@_0BD@BEPEMHGP@SPELL_DELAYED_SELF@ 1008b130 main.cpp.obj + 0002:00002144 ??_C@_0BE@PBCEOCAE@SPELL_DELAYED_OTHER@ 1008b144 main.cpp.obj + 0002:00002158 ??_C@_0BE@IOCKMDKP@SPELL_CHANNEL_START@ 1008b158 main.cpp.obj + 0002:0000216c ??_C@_0BF@LJOECPNH@SPELL_CHANNEL_UPDATE@ 1008b16c main.cpp.obj + 0002:00002184 ??_C@_0BD@MPPCDFLO@SPELL_HEAL_BY_SELF@ 1008b184 main.cpp.obj + 0002:00002198 ??_C@_0BE@CLAGLE@SPELL_HEAL_BY_OTHER@ 1008b198 main.cpp.obj + 0002:000021ac ??_C@_0BD@PGIOICCP@SPELL_HEAL_ON_SELF@ 1008b1ac main.cpp.obj + 0002:000021c0 ??_C@_0BH@FKIAPLHB@SPELL_ENERGIZE_BY_SELF@ 1008b1c0 main.cpp.obj + 0002:000021d8 ??_C@_0BI@LGFKLFL@SPELL_ENERGIZE_BY_OTHER@ 1008b1d8 main.cpp.obj + 0002:000021f0 ??_C@_0BH@GDPMEMOA@SPELL_ENERGIZE_ON_SELF@ 1008b1f0 main.cpp.obj + 0002:00002208 ??_C@_0BK@LABCOB@BUFF_UPDATE_DURATION_SELF@ 1008b208 main.cpp.obj + 0002:00002224 ??_C@_0BM@OJOKLDBP@DEBUFF_UPDATE_DURATION_SELF@ 1008b224 main.cpp.obj + 0002:00002240 ??_C@_0BA@GBKNELAD@SPELL_MISS_SELF@ 1008b240 main.cpp.obj + 0002:00002250 ??_C@_0BB@LFFFJGPL@SPELL_MISS_OTHER@ 1008b250 main.cpp.obj + 0002:00002264 ??_C@_07NFDODHAI@?5to?5700@ 1008b264 main.cpp.obj + 0002:0000226c ??_C@_0BN@PFEPHOAH@Increasing?5event?5count?5from?5@ 1008b26c main.cpp.obj + 0002:0000228c ??_C@_0CB@KNPGGJME@Registering?5Custom?5Lua?5function@ 1008b28c main.cpp.obj + 0002:000022b0 ??_C@_0BB@COEIEDHD@QueueSpellByName@ 1008b2b0 main.cpp.obj + 0002:000022c4 ??_C@_0BH@EFPAODGH@CastSpellByNameNoQueue@ 1008b2c4 main.cpp.obj + 0002:000022dc ??_C@_0M@PPLDGHGJ@QueueScript@ 1008b2dc main.cpp.obj + 0002:000022e8 ??_C@_0P@EEAKKLOD@IsSpellInRange@ 1008b2e8 main.cpp.obj + 0002:000022f8 ??_C@_0O@OJOODJBA@IsSpellUsable@ 1008b2f8 main.cpp.obj + 0002:00002308 ??_C@_0BG@LHDLCFEE@GetCurrentCastingInfo@ 1008b308 main.cpp.obj + 0002:00002320 ??_C@_0BC@NFIAGJCO@GetSpellIdForName@ 1008b320 main.cpp.obj + 0002:00002334 ??_C@_0BJ@OIEGKLKO@GetSpellNameAndRankForId@ 1008b334 main.cpp.obj + 0002:00002350 ??_C@_0BK@PJJFEGPC@GetSpellSlotTypeIdForName@ 1008b350 main.cpp.obj + 0002:0000236c ??_C@_0BL@MFCJKIGL@ChannelStopCastingNextTick@ 1008b36c main.cpp.obj + 0002:00002388 ??_C@_0BD@GKGGEBFB@GetNampowerVersion@ 1008b388 main.cpp.obj + 0002:0000239c ??_C@_0N@JDLNMJKE@GetItemLevel@ 1008b39c main.cpp.obj + 0002:000023ac ??_C@_0N@CBMNGPCH@GetItemStats@ 1008b3ac main.cpp.obj + 0002:000023bc ??_C@_0BA@OKINMLMF@StartItemExport@ 1008b3bc main.cpp.obj + 0002:000023cc ??_C@_0M@GCMNFEPN@GetSpellRec@ 1008b3cc main.cpp.obj + 0002:000023d8 ??_C@_0BC@EMLGDCK@GetItemStatsField@ 1008b3d8 main.cpp.obj + 0002:000023ec ??_C@_0BB@DLPAGHLE@GetSpellRecField@ 1008b3ec main.cpp.obj + 0002:00002400 ??_C@_0M@GMDOHMKD@GetUnitData@ 1008b400 main.cpp.obj + 0002:0000240c ??_C@_0N@NDOHCLOO@GetUnitField@ 1008b40c main.cpp.obj + 0002:0000241c ??_C@_0BC@OJJLHCMM@GetSpellModifiers@ 1008b41c main.cpp.obj + 0002:00002430 ??_C@_0BD@JFAGNKGG@FindPlayerItemSlot@ 1008b430 main.cpp.obj + 0002:00002444 ??_C@_0BB@DMAMHCNP@GetEquippedItems@ 1008b444 main.cpp.obj + 0002:00002458 ??_C@_0BA@MGJKCOKC@GetEquippedItem@ 1008b458 main.cpp.obj + 0002:00002468 ??_C@_0M@NACEOJGE@GetBagItems@ 1008b468 main.cpp.obj + 0002:00002474 ??_C@_0L@INPDLDGD@GetBagItem@ 1008b474 main.cpp.obj + 0002:00002480 ??_C@_0M@IILIBIAD@GetCastInfo@ 1008b480 main.cpp.obj + 0002:0000248c ??_C@_0BD@FMMMOHBG@GetSpellIdCooldown@ 1008b48c main.cpp.obj + 0002:000024a0 ??_C@_0BC@JJBCKJPB@GetItemIdCooldown@ 1008b4a0 main.cpp.obj + 0002:000024b4 ??_C@_0BD@JMKKPPOD@GetTrinketCooldown@ 1008b4b4 main.cpp.obj + 0002:000024c8 ??_C@_0BA@EIDAGHKD@UseItemIdOrName@ 1008b4c8 main.cpp.obj + 0002:000024d8 ??_C@_0L@NMBBKLLO@UseTrinket@ 1008b4d8 main.cpp.obj + 0002:000024e4 ??_C@_0M@EGBLDCCI@GetTrinkets@ 1008b4e4 main.cpp.obj + 0002:000024f0 ??_C@_0O@JMOODDHF@DisenchantAll@ 1008b4f0 main.cpp.obj + 0002:00002500 ??_C@_0BD@CIKGFBEL@GetItemIconTexture@ 1008b500 main.cpp.obj + 0002:00002514 ??_C@_0BE@BGANPINO@GetSpellIconTexture@ 1008b514 main.cpp.obj + 0002:00002528 ??_C@_0BG@NHHLBJIB@GetPlayerAuraDuration@ 1008b528 main.cpp.obj + 0002:00002540 ??_C@_0BF@JCGGDHDN@CancelPlayerAuraSlot@ 1008b540 main.cpp.obj + 0002:00002558 ??_C@_0BI@EGDKELMA@CancelPlayerAuraSpellId@ 1008b558 main.cpp.obj + 0002:00002570 ??_C@_0O@EGACADAN@GetSpellPower@ 1008b570 main.cpp.obj + 0002:00002580 ??_C@_0BA@HLJFEPBF@LearnTalentRank@ 1008b580 main.cpp.obj + 0002:00002594 ??_7?$PatchDetour@P6IXXZPAX@hadesmem@@6B@ 1008b594 main.cpp.obj + 0002:000025e4 ??_C@_0CA@CBNOLNBD@Exception?5in?5Nampower?3?3load?$CI?$CJ?3?5@ 1008b5e4 main.cpp.obj + 0002:00002604 ??_C@_0P@NAFFIKBA@Nampower?5Error@ 1008b604 main.cpp.obj + 0002:00002614 ??_C@_0CG@PNCMOHNE@Unknown?5exception?5in?5Nampower?3?3@ 1008b614 main.cpp.obj + 0002:0000263c ??_C@_0BK@DKOOEMML@Restoring?5original?5bytes?4@ 1008b63c main.cpp.obj + 0002:00002658 ??_C@_0EE@CMAMOMOO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b658 main.cpp.obj + 0002:0000269c ??_C@_0BG@LCAOCHAL@Writing?5jump?5to?5stub?4@ 1008b69c main.cpp.obj + 0002:000026b8 ??_C@_0ED@FNJJIMJO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b6b8 main.cpp.obj + 0002:000026fc ??_C@_0L@NBAFHLHH@Stub?5near?4@ 1008b6fc main.cpp.obj + 0002:00002708 ??_C@_0EF@HPLFPOCH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b708 main.cpp.obj + 0002:00002750 ??_C@_0EI@IEHKJNFE@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b750 main.cpp.obj + 0002:00002798 ??_C@_0M@GFKJMBMN@operator?5?$CI?$CJ@ 1008b798 main.cpp.obj + 0002:000027a8 ??_C@_0FH@PGJHJNK@C?3?2software?2hadesmem?9v142?9Relea@ 1008b7a8 main.cpp.obj + 0002:00002800 ??_C@_0BK@NOAOGKJA@Unknown?5instruction?5size?4@ 1008b800 main.cpp.obj + 0002:0000281c ??_C@_0DG@JEMBOIJP@This?5?$DN?5?$CFp?0?5Target?5?$DN?5?$CFp?0?5Detour?5@ 1008b81c main.cpp.obj + 0002:00002854 ??_C@_0DO@BDGDLPLM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b854 main.cpp.obj + 0002:00002894 ??_C@_05KHOEDHDN@Apply@ 1008b894 main.cpp.obj + 0002:0000289c ??_C@_0BE@FPCEIMCK@Disassembly?5failed?4@ 1008b89c main.cpp.obj + 0002:000028b0 ??_C@_08LMIDJNHP@Invalid?4@ 1008b8b0 main.cpp.obj + 0002:000028bc ??_C@_09CGOPAKAI@?$CFs?4?5?$FL?$CFs?$FN?4@ 1008b8bc main.cpp.obj + 0002:000028c8 ??_C@_0BM@LBDNLCLP@Operand?1offset?5size?5is?5?$CFhu?4@ 1008b8c8 main.cpp.obj + 0002:000028e4 ??_C@_0BH@BFFFOFOC@Jump?1call?5target?5?$DN?5?$CFp?4@ 1008b8e4 main.cpp.obj + 0002:000028fc ??_C@_0BH@LEKNPHHB@Writing?5resolved?5jump?4@ 1008b8fc main.cpp.obj + 0002:00002914 ??_C@_0BH@KLECKKIK@Writing?5resolved?5call?4@ 1008b914 main.cpp.obj + 0002:0000292c ??_C@_0CE@JLFHLNDK@Writing?5jump?5back?5to?5original?5c@ 1008b92c main.cpp.obj + 0002:00002950 ??_C@_0EN@DGGOEDLL@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008b950 main.cpp.obj + 0002:000029a0 ??_C@_0EM@OFOCKEIK@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008b9a0 main.cpp.obj + 0002:000029f0 ??_C@_0EO@GEKODJPD@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008b9f0 main.cpp.obj + 0002:00002a40 ??_C@_0FB@CEIIMG@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008ba40 main.cpp.obj + 0002:00002a98 ??_C@_0EH@NEPCCDBP@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008ba98 main.cpp.obj + 0002:00002ae0 ??_C@_07CLEOFAGA@Cleanup@ 1008bae0 main.cpp.obj + 0002:00002ae8 ??_C@_0FI@HFJICEID@C?3?2software?2hadesmem?9v142?9Relea@ 1008bae8 main.cpp.obj + 0002:00002b40 ??_C@_0BM@KIILNFBE@SmartHandle?5cleanup?5failed?4@ 1008bb40 main.cpp.obj + 0002:00002b60 ??_7?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 1008bb60 main.cpp.obj + 0002:00002b8c ??_C@_02BBAHNLBA@?$CFp@ 1008bb8c main.cpp.obj + 0002:00002b94 ??_7?$numpunct@D@std@@6B@ 1008bb94 main.cpp.obj + 0002:00002bb8 ??_7?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@6B@ 1008bbb8 main.cpp.obj + 0002:00002c0c ??_7?$PatchDetour@P6IXI@ZPAX@hadesmem@@6B@ 1008bc0c main.cpp.obj + 0002:00002c60 ??_7?$PatchDetour@P6IXEH@ZPAX@hadesmem@@6B@ 1008bc60 main.cpp.obj + 0002:00002cb4 ??_7?$PatchDetour@P6IX_K@ZPAX@hadesmem@@6B@ 1008bcb4 main.cpp.obj + 0002:00002d08 ??_7?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@6B@ 1008bd08 main.cpp.obj + 0002:00002d5c ??_7?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@6B@ 1008bd5c main.cpp.obj + 0002:00002db0 ??_7?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@6B@ 1008bdb0 main.cpp.obj + 0002:00002e04 ??_7?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1008be04 main.cpp.obj + 0002:00002e58 ??_7?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1008be58 main.cpp.obj + 0002:00002eac ??_7?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1008beac main.cpp.obj + 0002:00002f00 ??_7?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@6B@ 1008bf00 main.cpp.obj + 0002:00002f54 ??_7?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@6B@ 1008bf54 main.cpp.obj + 0002:00002fa8 ??_7?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@6B@ 1008bfa8 main.cpp.obj + 0002:00002ffc ??_7?$PatchDetour@P6IH_K@ZPAX@hadesmem@@6B@ 1008bffc main.cpp.obj + 0002:00003050 ??_7?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@6B@ 1008c050 main.cpp.obj + 0002:000030a4 ??_7?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1008c0a4 main.cpp.obj + 0002:000030f8 ??_7?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@6B@ 1008c0f8 main.cpp.obj + 0002:0000314c ??_7?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@6B@ 1008c14c main.cpp.obj + 0002:000031a0 ??_7?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@6B@ 1008c1a0 main.cpp.obj + 0002:000031f4 ??_7?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@6B@ 1008c1f4 main.cpp.obj + 0002:00003248 ??_7?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@6B@ 1008c248 main.cpp.obj + 0002:0000329c ??_7?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@6B@ 1008c29c main.cpp.obj + 0002:000032f0 ??_7?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@6B@ 1008c2f0 main.cpp.obj + 0002:00003344 ??_7?$PatchDetour@P6IXHI@ZPAX@hadesmem@@6B@ 1008c344 main.cpp.obj + 0002:00003398 ??_7?$PatchDetour@P6GXXZPAX@hadesmem@@6B@ 1008c398 main.cpp.obj + 0002:000033e8 ??_C@_0FJ@CKOLAMMN@hadesmem?3?3detail?3?3SmartHandleIm@ 1008c3e8 main.cpp.obj + 0002:00003448 ??_C@_0FL@DOKMKPPP@hadesmem?3?3detail?3?3SmartHandleIm@ 1008c448 main.cpp.obj + 0002:000034a8 ??_C@_0ED@JCILNKDP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008c4a8 main.cpp.obj + 0002:000034f0 ??_C@_0EC@NBLPENOM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008c4f0 main.cpp.obj + 0002:00003538 ??_C@_0EE@IONPJLFD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008c538 main.cpp.obj + 0002:00003580 ??_C@_0EH@GCGPEKIN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008c580 main.cpp.obj + 0002:000035c8 ??_C@_0DN@HCDNLHCD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008c5c8 main.cpp.obj + 0002:00003608 ??_C@_0FA@GGFAPFCJ@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c608 main.cpp.obj + 0002:00003658 ??_C@_0EP@NOCFAKPK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c658 main.cpp.obj + 0002:000036a8 ??_C@_0FB@HKPPPFCN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c6a8 main.cpp.obj + 0002:00003700 ??_C@_0FE@PMBAGJMC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c700 main.cpp.obj + 0002:00003758 ??_C@_0EK@IODNOJBC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c758 main.cpp.obj + 0002:000037a8 ??_C@_0FK@DHPECJNJ@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c7a8 main.cpp.obj + 0002:00003808 ??_C@_0FJ@KEPJMAML@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c808 main.cpp.obj + 0002:00003868 ??_C@_0FL@MHBDKDON@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c868 main.cpp.obj + 0002:000038c8 ??_C@_0FO@CIOCKLLO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c8c8 main.cpp.obj + 0002:00003928 ??_C@_0FE@OCCPBJAI@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c928 main.cpp.obj + 0002:00003980 ??_C@_0GB@CMIPBGLM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c980 main.cpp.obj + 0002:000039e8 ??_C@_0GA@NOGDNOJO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c9e8 main.cpp.obj + 0002:00003a48 ??_C@_0GC@PKNAENAF@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ca48 main.cpp.obj + 0002:00003ab0 ??_C@_0GF@ENIDGHPD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008cab0 main.cpp.obj + 0002:00003b18 ??_C@_0FL@MEMFFBCH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008cb18 main.cpp.obj + 0002:00003b78 ??_C@_0IE@MPIDPNEO@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008cb78 main.cpp.obj + 0002:00003c00 ??_C@_0ID@LBIDDOBG@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008cc00 main.cpp.obj + 0002:00003c88 ??_C@_0IF@KJIANCNO@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008cc88 main.cpp.obj + 0002:00003d10 ??_C@_0II@FBONHKFA@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008cd10 main.cpp.obj + 0002:00003d98 ??_C@_0HO@FGBNGFMK@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008cd98 main.cpp.obj + 0002:00003e18 ??_C@_0FN@COKBPBGB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ce18 main.cpp.obj + 0002:00003e78 ??_C@_0FM@JNBHAJFN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ce78 main.cpp.obj + 0002:00003ed8 ??_C@_0FO@CLAMNIL@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ced8 main.cpp.obj + 0002:00003f38 ??_C@_0GB@NABJKIJC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008cf38 main.cpp.obj + 0002:00003fa0 ??_C@_0FH@MGHHMICM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008cfa0 main.cpp.obj + 0002:00003ff8 ??_C@_0GE@LHOMILHH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008cff8 main.cpp.obj + 0002:00004060 ??_C@_0GD@NJDMKFFO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d060 main.cpp.obj + 0002:000040c8 ??_C@_0GF@PGPNDFKA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d0c8 main.cpp.obj + 0002:00004130 ??_C@_0GI@DAAJFHPP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d130 main.cpp.obj + 0002:00004198 ??_C@_0FO@PNFCAMCC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d198 main.cpp.obj + 0002:000041f8 ??_C@_0HE@KIIMFCKG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d1f8 main.cpp.obj + 0002:00004270 ??_C@_0HD@GDGGBKIN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d270 main.cpp.obj + 0002:000042e8 ??_C@_0HF@HDGLHDL@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d2e8 main.cpp.obj + 0002:00004360 ??_C@_0HI@MEEMOBOO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d360 main.cpp.obj + 0002:000043d8 ??_C@_0GO@CMGODEII@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d3d8 main.cpp.obj + 0002:00004448 ??_C@_0EP@MGMDIOMN@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008d448 main.cpp.obj + 0002:00004498 ??_C@_0EO@EHLMJGBK@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008d498 main.cpp.obj + 0002:000044e8 ??_C@_0FA@NNDIEADH@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008d4e8 main.cpp.obj + 0002:00004538 ??_C@_0FD@HBBDECCN@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008d538 main.cpp.obj + 0002:00004590 ??_C@_0EJ@GALGJHOJ@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008d590 main.cpp.obj + 0002:000045e0 ??_C@_0IP@NMBMNIFG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d5e0 main.cpp.obj + 0002:00004670 ??_C@_0IO@ECDOHAAO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d670 main.cpp.obj + 0002:00004700 ??_C@_0JA@LKPPNFKN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d700 main.cpp.obj + 0002:00004790 ??_C@_0JD@IIKBFGCA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d790 main.cpp.obj + 0002:00004828 ??_C@_0IJ@KIKGLEPM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d828 main.cpp.obj + 0002:000048b8 ??_C@_0FG@CLOAKDIP@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008d8b8 main.cpp.obj + 0002:00004910 ??_C@_0FF@NMBCPEJK@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008d910 main.cpp.obj + 0002:00004968 ??_C@_0FH@EFAHEDKG@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008d968 main.cpp.obj + 0002:000049c0 ??_C@_0FK@BAIJOOIM@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008d9c0 main.cpp.obj + 0002:00004a20 ??_C@_0FA@FNDKAGCN@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008da20 main.cpp.obj + 0002:00004a70 ??_C@_0EP@CMBHHAFN@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008da70 main.cpp.obj + 0002:00004ac0 ??_C@_0EO@EGAFDPJO@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008dac0 main.cpp.obj + 0002:00004b10 ??_C@_0FA@CNNNAHIN@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008db10 main.cpp.obj + 0002:00004b60 ??_C@_0FD@NGICPGCO@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008db60 main.cpp.obj + 0002:00004bb8 ??_C@_0EJ@BHJFEBKJ@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008dbb8 main.cpp.obj + 0002:00004c08 ??_C@_0GJ@FBMDGMBA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008dc08 main.cpp.obj + 0002:00004c78 ??_C@_0GI@JFIHMDBB@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008dc78 main.cpp.obj + 0002:00004ce0 ??_C@_0GK@CFMNOOLM@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008dce0 main.cpp.obj + 0002:00004d50 ??_C@_0GN@GBCACBEA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008dd50 main.cpp.obj + 0002:00004dc0 ??_C@_0GD@HFBIACGA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008ddc0 main.cpp.obj + 0002:00004e28 ??_C@_0EO@EHOAFBKP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008de28 main.cpp.obj + 0002:00004e78 ??_C@_0EN@NKHFDJMO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008de78 main.cpp.obj + 0002:00004ec8 ??_C@_0EP@HOAFGDJM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008dec8 main.cpp.obj + 0002:00004f18 ??_C@_0FC@ECPPMLHP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008df18 main.cpp.obj + 0002:00004f70 ??_C@_0EI@NIFCFMJK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008df70 main.cpp.obj + 0002:00004fb8 ??_C@_0HA@OBNHLGJL@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008dfb8 main.cpp.obj + 0002:00005028 ??_C@_0GP@FBMFGKGL@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008e028 main.cpp.obj + 0002:00005098 ??_C@_0HB@FPBHKAMO@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008e098 main.cpp.obj + 0002:00005110 ??_C@_0HE@DOKJMEEF@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008e110 main.cpp.obj + 0002:00005188 ??_C@_0GK@OBCFALJF@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008e188 main.cpp.obj + 0002:000051f8 ??_C@_0GJ@DKOBECBA@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008e1f8 main.cpp.obj + 0002:00005268 ??_C@_0GI@NMPIDHEB@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008e268 main.cpp.obj + 0002:000052d0 ??_C@_0GK@CFKGMMJC@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008e2d0 main.cpp.obj + 0002:00005340 ??_C@_0GN@COCBLEFK@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008e340 main.cpp.obj + 0002:000053b0 ??_C@_0GD@LGHOPJLB@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008e3b0 main.cpp.obj + 0002:00005418 ??_C@_0IC@FJDBMJMP@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008e418 main.cpp.obj + 0002:000054a0 ??_C@_0IB@KBPDBFM@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008e4a0 main.cpp.obj + 0002:00005528 ??_C@_0ID@DDKJNDFM@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008e528 main.cpp.obj + 0002:000055b0 ??_C@_0IG@OIPFBMAJ@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008e5b0 main.cpp.obj + 0002:00005638 ??_C@_0HM@JJIDEBIB@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008e638 main.cpp.obj + 0002:000056b8 ??_C@_0GK@EOGIHJKJ@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e6b8 main.cpp.obj + 0002:00005728 ??_C@_0GJ@OEBBBEMC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e728 main.cpp.obj + 0002:00005798 ??_C@_0GL@JHGPEOIB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e798 main.cpp.obj + 0002:00005808 ??_C@_0GO@NLEMCJBM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e808 main.cpp.obj + 0002:00005878 ??_C@_0GE@KOJFDDGH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e878 main.cpp.obj + 0002:000058e0 ??_C@_0FE@OMCNLAAC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e8e0 main.cpp.obj + 0002:00005938 ??_C@_0FD@MGKJMNOB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e938 main.cpp.obj + 0002:00005990 ??_C@_0FF@NGMJHBCI@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e990 main.cpp.obj + 0002:000059e8 ??_C@_0FI@GKIOGDFD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e9e8 main.cpp.obj + 0002:00005a40 ??_C@_0EO@BGCEFFKG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ea40 main.cpp.obj + 0002:00005a90 ??_C@_0GP@DKFIDIIB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ea90 main.cpp.obj + 0002:00005b00 ??_C@_0GO@GFICKGEB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008eb00 main.cpp.obj + 0002:00005b70 ??_C@_0HA@KCKONGDK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008eb70 main.cpp.obj + 0002:00005be0 ??_C@_0HD@EHLMMKOM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ebe0 main.cpp.obj + 0002:00005c58 ??_C@_0GJ@EAIACKBB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ec58 main.cpp.obj + 0002:00005cc8 ??_C@_0GH@BBHBKCOP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ecc8 main.cpp.obj + 0002:00005d30 ??_C@_0GG@PIECFKPL@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ed30 main.cpp.obj + 0002:00005d98 ??_C@_0GI@IIPLDPP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ed98 main.cpp.obj + 0002:00005e00 ??_C@_0GL@IEDLBBFB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ee00 main.cpp.obj + 0002:00005e70 ??_C@_0GB@MMKDCIPG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ee70 main.cpp.obj + 0002:00005ed8 ??_C@_0FA@LPCANDDG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008eed8 main.cpp.obj + 0002:00005f28 ??_C@_0EP@HIFJMJBD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ef28 main.cpp.obj + 0002:00005f78 ??_C@_0FB@PHCOIIPO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ef78 main.cpp.obj + 0002:00005fd0 ??_C@_0FE@BIJKAHNP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008efd0 main.cpp.obj + 0002:00006028 ??_C@_0EK@NCEOOBCN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f028 main.cpp.obj + 0002:00006078 ??_C@_0FB@IOIDOGLA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f078 main.cpp.obj + 0002:000060d0 ??_C@_0FA@LFOCKALN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f0d0 main.cpp.obj + 0002:00006120 ??_C@_0FC@PDMEANNO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f120 main.cpp.obj + 0002:00006178 ??_C@_0FF@CGPMCGFD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f178 main.cpp.obj + 0002:000061d0 ??_C@_0EL@MJEICIOC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f1d0 main.cpp.obj + 0002:00006220 ??_C@_0EM@DLPEIJNB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f220 main.cpp.obj + 0002:00006270 ??_C@_0EL@BCECPAAA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f270 main.cpp.obj + 0002:000062c0 ??_C@_0EN@MJMECLHP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f2c0 main.cpp.obj + 0002:00006310 ??_C@_0FA@DNJIJCBK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f310 main.cpp.obj + 0002:00006360 ??_C@_0EG@HFKCIJJB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f360 main.cpp.obj + 0002:000063a8 ??_C@_0GJ@EGCMJIML@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008f3a8 main.cpp.obj + 0002:00006418 ??_C@_0GI@MNMNFLIP@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008f418 main.cpp.obj + 0002:00006480 ??_C@_0GK@DENLAKBE@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008f480 main.cpp.obj + 0002:000064f0 ??_C@_0GN@HIINKODA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008f4f0 main.cpp.obj + 0002:00006560 ??_C@_0GD@LLEEMILN@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008f560 main.cpp.obj + 0002:000065c8 ??_7?$wrapexcept@VError@hadesmem@@@boost@@6B@ 1008f5c8 main.cpp.obj + 0002:000065d8 ??_7?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@std@@@ 1008f5d8 main.cpp.obj + 0002:000065e4 ??_7?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@1@@ 1008f5e4 main.cpp.obj + 0002:000065e8 ??_8?$wrapexcept@VError@hadesmem@@@boost@@7B@ 1008f5e8 main.cpp.obj + 0002:000065f4 ??_C@_0P@CADPMCCM@Toolhelp32Enum@ 1008f5f4 main.cpp.obj + 0002:00006608 ??_7?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 1008f608 main.cpp.obj + 0002:00006618 ??_C@_01PKGAHCOL@?$CJ@ 1008f618 main.cpp.obj + 0002:0000661c ??_C@_0BF@KCPMKJAM@?5attempts?5?$CIoffset?50x@ 1008f61c main.cpp.obj + 0002:00006634 ??_C@_0BI@LPFEPKOA@?5?5Hook?5succeeded?5after?5@ 1008f634 main.cpp.obj + 0002:0000664c ??_C@_0P@GMOIJGGB@?5?9?5retrying?4?4?4@ 1008f64c main.cpp.obj + 0002:0000665c ??_C@_0BL@GLPGJHGB@?5?5Hook?5failed?5on?5offset?50x@ 1008f65c main.cpp.obj + 0002:00006678 ??_C@_0BA@BHOKINGE@?5?5FAILED?5after?5@ 1008f678 main.cpp.obj + 0002:00006688 ??_C@_0CP@GBDDEGCO@?5?5Hook?5failed?5with?5std?3?3excepti@ 1008f688 main.cpp.obj + 0002:000066b8 ??_C@_0DC@OCFGAIKL@?5?5Hook?5failed?5with?5unknown?5exce@ 1008f6b8 main.cpp.obj + 0002:000066ec ??_C@_07NBEOHAHH@?5Type?3?5@ 1008f6ec main.cpp.obj + 0002:000066f4 ??_C@_0L@LKMHAKKL@?5Protect?3?5@ 1008f6f4 main.cpp.obj + 0002:00006700 ??_C@_08CHPDLAMK@?5State?3?5@ 1008f700 main.cpp.obj + 0002:0000670c ??_C@_07FNIPFEMD@?5Size?3?5@ 1008f70c main.cpp.obj + 0002:00006714 ??_C@_0BJ@KJCAKANC@?5?5Memory?5info?5?9?5Base?3?50x@ 1008f714 main.cpp.obj + 0002:00006730 ??_C@_0L@CLBNCPDM@createHook@ 1008f730 main.cpp.obj + 0002:0000673c ??_C@_0CI@DFGDNLDL@C?3?2workspace?2nampower?2nampower?2@ 1008f73c main.cpp.obj + 0002:00006764 ??_C@_0CP@CACHEKIE@Failed?5to?5create?5hook?5after?5all@ 1008f764 main.cpp.obj + 0002:00006798 ??_7?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 1008f798 main.cpp.obj + 0002:000067ac ??_7?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 1008f7ac main.cpp.obj + 0002:000067bc ??_C@_02MDKMJEGG@eE@ 1008f7bc main.cpp.obj + 0002:000067c0 ??_C@_02OOPEBDOJ@pP@ 1008f7c0 main.cpp.obj + 0002:000067c4 ??_C@_04IHCGILC@?$CB?$CFx?$AA@ 1008f7c4 main.cpp.obj + 0002:000067cc ??_C@_0M@HIBANGPP@PatchDetour@ 1008f7cc main.cpp.obj + 0002:000067d8 ??_C@_0CN@JBEOHMAH@PatchDetour?5only?5supported?5on?5l@ 1008f7d8 main.cpp.obj + 0002:00006808 ??_C@_0BA@FOIKENOD@vector?5too?5long@ 1008f808 main.cpp.obj + 0002:0000681c ??_7?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 1008f81c main.cpp.obj + 0002:00006824 ??_7?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bbad_alloc@std@@@ 1008f824 main.cpp.obj + 0002:00006830 ??_7?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6B@ 1008f830 main.cpp.obj + 0002:0000683c ??_8?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@7B@ 1008f83c main.cpp.obj + 0002:00006848 ??_C@_0EC@KFLIJNMG@C?3?2software?2boost_1_80_0?2boost?1@ 1008f848 main.cpp.obj + 0002:00006890 ??_C@_0IK@LHEHAGMH@class?5boost?3?3exception_ptr?5__cd@ 1008f890 main.cpp.obj + 0002:00006920 ??_7?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 1008f920 main.cpp.obj + 0002:00006928 ??_7?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bbad_exception@std@@@ 1008f928 main.cpp.obj + 0002:00006934 ??_7?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6B@ 1008f934 main.cpp.obj + 0002:00006940 ??_8?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@7B@ 1008f940 main.cpp.obj + 0002:00006948 ??_C@_0IO@BHMGIOEK@class?5boost?3?3exception_ptr?5__cd@ 1008f948 main.cpp.obj + 0002:000069dc ??_7?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@6B@ 1008f9dc main.cpp.obj + 0002:000069f8 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@6B@ 1008f9f8 main.cpp.obj + 0002:00006a14 ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@6B@ 1008fa14 main.cpp.obj + 0002:00006a30 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@6B@ 1008fa30 main.cpp.obj + 0002:00006a4c ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@6B@ 1008fa4c main.cpp.obj + 0002:00006a68 ??_7?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@6B@ 1008fa68 main.cpp.obj + 0002:00006a84 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@6B@ 1008fa84 main.cpp.obj + 0002:00006aa0 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@6B@ 1008faa0 main.cpp.obj + 0002:00006abc ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@6B@ 1008fabc main.cpp.obj + 0002:00006ad8 ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@6B@ 1008fad8 main.cpp.obj + 0002:00006af4 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@6B@ 1008faf4 main.cpp.obj + 0002:00006b10 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@6B@ 1008fb10 main.cpp.obj + 0002:00006b2c ??_7?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@6B@ 1008fb2c main.cpp.obj + 0002:00006b48 ??_7?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@6B@ 1008fb48 main.cpp.obj + 0002:00006b64 ??_7?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@6B@ 1008fb64 main.cpp.obj + 0002:00006b80 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@6B@ 1008fb80 main.cpp.obj + 0002:00006b9c ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@6B@ 1008fb9c main.cpp.obj + 0002:00006bb8 ??_7?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@6B@ 1008fbb8 main.cpp.obj + 0002:00006bd4 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@6B@ 1008fbd4 main.cpp.obj + 0002:00006bf0 ??_7?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@6B@ 1008fbf0 main.cpp.obj + 0002:00006c0c ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@6B@ 1008fc0c main.cpp.obj + 0002:00006c28 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@6B@ 1008fc28 main.cpp.obj + 0002:00006c44 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@6B@ 1008fc44 main.cpp.obj + 0002:00006c60 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@6B@ 1008fc60 main.cpp.obj + 0002:00006c7c ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@6B@ 1008fc7c main.cpp.obj + 0002:00006c98 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@6B@ 1008fc98 main.cpp.obj + 0002:00006cb4 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@6B@ 1008fcb4 main.cpp.obj + 0002:00006cd0 ??_7?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 1008fcd0 main.cpp.obj + 0002:00006cec ??_7?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 1008fcec main.cpp.obj + 0002:00006d08 ??_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@ 1008fd08 main.cpp.obj + 0002:00006d24 ??_7?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@6B@ 1008fd24 main.cpp.obj + 0002:00006d40 __real@4202a05f20000000 1008fd40 main.cpp.obj + 0002:00006d50 __xmm@7fffffffffffffff7fffffffffffffff 1008fd50 main.cpp.obj + 0002:00006d60 __xmm@ffffffff000000000000000000000000 1008fd60 main.cpp.obj + 0002:00006d74 ??_C@_0BI@DIFNIIHI@invalid?5stoull?5argument@ 1008fd74 helper.cpp.obj + 0002:00006d8c ??_C@_0BN@NGMOKJGA@stoull?5argument?5out?5of?5range@ 1008fd8c helper.cpp.obj + 0002:00006dac ??_C@_09IFBAIJJB@0x?$CF016llX@ 1008fdac helper.cpp.obj + 0002:00006db8 ??_C@_02MDDDDAID@0x@ 1008fdb8 helper.cpp.obj + 0002:00006dbc ??_C@_02FGLHBECB@0X@ 1008fdbc helper.cpp.obj + 0002:00006dc0 ??_C@_0BL@GOIGLPKN@unordered_map?1set?5too?5long@ 1008fdc0 helper.cpp.obj + 0002:00006ddc ??_C@_0BK@OGNNAFAB@invalid?5hash?5bucket?5count@ 1008fddc helper.cpp.obj + 0002:00006df8 __real@3ff8000000000000 1008fdf8 helper.cpp.obj + 0002:00006e00 __xmm@41f00000000000000000000000000000 1008fe00 helper.cpp.obj + 0002:00006e14 ??_C@_0BC@MHCHADOA@?5for?5gcdCategory?5@ 1008fe14 spellcast.cpp.obj + 0002:00006e28 ??_C@_06BIDGLIKJ@?5with?5@ 1008fe28 spellcast.cpp.obj + 0002:00006e30 ??_C@_0BP@FJKKCADI@Replacing?5queued?5nonGcd?5spell?5@ 1008fe30 spellcast.cpp.obj + 0002:00006e50 ??_C@_0DN@LFNKAAEA@Target?5changed?5during?5quick?5cas@ 1008fe50 spellcast.cpp.obj + 0002:00006e90 ??_C@_0BA@MCIJFKAO@?5queuetrigger?3?5@ 1008fe90 spellcast.cpp.obj + 0002:00006ea0 ??_C@_0N@CJFDIMCD@?5quickcast?3?5@ 1008fea0 spellcast.cpp.obj + 0002:00006eb0 ??_C@_0BM@EOLKOAOP@Quickcasting?5terrain?5spell?5@ 1008feb0 spellcast.cpp.obj + 0002:00006ecc ??_C@_0DL@IFODHHPF@GetChannelBaseDuration?3?5Duratio@ 1008fecc spellcast.cpp.obj + 0002:00006f08 ??_C@_0DA@JCBAJNFA@Ignoring?5non?5active?5player?5begi@ 1008ff08 spellcast.cpp.obj + 0002:00006f38 ??_C@_0BH@CIIHKNNM@?5time?5since?5last?5cast?5@ 1008ff38 spellcast.cpp.obj + 0002:00006f50 ??_C@_0L@CFJAIELA@?5latency?3?5@ 1008ff50 spellcast.cpp.obj + 0002:00006f5c ??_C@_06GJNNAKOE@?5Gcd?3?5@ 1008ff5c spellcast.cpp.obj + 0002:00006f64 ??_C@_09NPFKODNJ@?5buffer?3?5@ 1008ff64 spellcast.cpp.obj + 0002:00006f70 ??_C@_0N@CCNKJBBP@?5cast?5time?3?5@ 1008ff70 spellcast.cpp.obj + 0002:00006f80 ??_C@_01ODHLEDKK@?$CI@ 1008ff80 spellcast.cpp.obj + 0002:00006f84 ??_C@_0M@BFOLJPLE@BeginCast?5?$CD@ 1008ff84 spellcast.cpp.obj + 0002:00006f90 ??_C@_07FJDGAAH@?5NO?5Gcd@ 1008ff90 spellcast.cpp.obj + 0002:00006f98 ??_C@_0BO@OKAMCEBE@Decreasing?5default?5buffer?5to?5@ 1008ff98 spellcast.cpp.obj + 0002:00006fb8 ??_C@_0CD@HHFGFCEF@Triggering?5queued?5non?5gcd?5cast?5@ 1008ffb8 spellcast.cpp.obj + 0002:00006fdc ??_C@_0CK@IDCOKNOH@Ignoring?5queued?5non?5gcd?5cast?0?5n@ 1008ffdc spellcast.cpp.obj + 0002:00007008 ??_C@_0BL@OIEKGDFF@Triggering?5queued?5cast?5of?5@ 10090008 spellcast.cpp.obj + 0002:00007024 ??_C@_0CC@DLDNPCKF@Ignoring?5queued?5cast?0?5no?5spell?5@ 10090024 spellcast.cpp.obj + 0002:00007048 ??_C@_0BH@MNDFAADJ@?0?5triggering?5quickcast@ 10090048 spellcast.cpp.obj + 0002:00007060 ??_C@_0DE@CEFFBIDD@CastSpell?5double?5cast?5detected?5@ 10090060 spellcast.cpp.obj + 0002:00007094 ??_C@_0DF@OKDGBKLA@Use?5action?5double?5cast?5detected@ 10090094 spellcast.cpp.obj + 0002:000070cc ??_C@_0CK@KAINKJIL@Ignoring?5non?5active?5player?5cast@ 100900cc spellcast.cpp.obj + 0002:000070f8 ??_C@_0BB@POLDOEMN@?5due?5to?5buff?5cap@ 100900f8 spellcast.cpp.obj + 0002:0000710c ??_C@_0BG@FMMOGOEG@Blocking?5mount?5spell?5@ 1009010c spellcast.cpp.obj + 0002:00007124 ??_C@_06EGFPNNHB@?5from?5@ 10090124 spellcast.cpp.obj + 0002:0000712c ??_C@_0BO@GDCPHICE@Updating?5selection?5target?5to?5@ 1009012c spellcast.cpp.obj + 0002:0000714c ??_C@_0BH@DKPBEKJE@?0?5ending?5channel?5early@ 1009014c spellcast.cpp.obj + 0002:00007164 ??_C@_0BK@JFKBDLAO@Double?5cast?5detected?5for?5@ 10090164 spellcast.cpp.obj + 0002:00007180 ??_C@_0BI@LMDLBPCD@?0?5time?5since?5last?5cast?5@ 10090180 spellcast.cpp.obj + 0002:00007198 ??_C@_08DJKAFFEB@?5target?5@ 10090198 spellcast.cpp.obj + 0002:000071a4 ??_C@_09GCJJPOLD@?5on?5guid?5@ 100901a4 spellcast.cpp.obj + 0002:000071b0 ??_C@_08EJFJFLKG@?5itemId?5@ 100901b0 spellcast.cpp.obj + 0002:000071bc ??_C@_0O@CIKJCEOK@Attempt?5cast?5@ 100901bc spellcast.cpp.obj + 0002:000071cc ??_C@_0BI@DAADBDOK@Queuing?5on?5swing?5spell?5@ 100901cc spellcast.cpp.obj + 0002:000071e4 ??_C@_0BL@JIPDAEEF@Successful?5on?5swing?5spell?5@ 100901e4 spellcast.cpp.obj + 0002:00007200 ??_C@_03NEMEPNJG@ms?5@ 10090200 spellcast.cpp.obj + 0002:00007204 ??_C@_0CH@CAOMOENB@Queuing?5targeting?5for?5after?5cas@ 10090204 spellcast.cpp.obj + 0002:0000722c ??_C@_0DE@KDCLAKNN@Queuing?5instant?5cast?5targeting?5@ 1009022c spellcast.cpp.obj + 0002:00007260 ??_C@_0DE@BKONOIBH@Updating?5instant?5cast?5non?5GCD?5t@ 10090260 spellcast.cpp.obj + 0002:00007294 ??_C@_0P@NGFFJPPH@?5gcd?5category?5@ 10090294 spellcast.cpp.obj + 0002:000072a4 ??_C@_0DM@FPCEIGOB@Queuing?5instant?5cast?5non?5GCD?5ta@ 100902a4 spellcast.cpp.obj + 0002:000072e0 ??_C@_0BN@HPKBJIBH@Queuing?5for?5after?5cast?1gcd?3?5@ 100902e0 spellcast.cpp.obj + 0002:00007300 ??_C@_0BN@NNFKHHAA@Updating?5non?5GCD?5params?5for?5@ 10090300 spellcast.cpp.obj + 0002:00007320 ??_C@_0CF@LOKNHDBF@Queuing?5non?5GCD?5for?5after?5cast?1@ 10090320 spellcast.cpp.obj + 0002:00007348 ??_C@_0N@PBPCOGKN@instant?5cast@ 10090348 spellcast.cpp.obj + 0002:00007358 ??_C@_0L@OAKOENBO@channeling@ 10090358 spellcast.cpp.obj + 0002:00007364 ??_C@_0BG@HMCDLKNN@?5for?5after?5cast?1gcd?3?5@ 10090364 spellcast.cpp.obj + 0002:0000737c ??_C@_08INMJLCKL@Queuing?5@ 1009037c spellcast.cpp.obj + 0002:00007388 ??_C@_0BF@COEDODBD@?5non?5GCD?5params?5for?5@ 10090388 spellcast.cpp.obj + 0002:000073a0 ??_C@_09MNPPNDJM@Updating?5@ 100903a0 spellcast.cpp.obj + 0002:000073ac ??_C@_0BO@BJDBMPFM@?5non?5GCD?5for?5after?5cast?1gcd?3?5@ 100903ac spellcast.cpp.obj + 0002:000073cc ??_C@_0N@MJFJIIIG@ms?5remaining@ 100903cc spellcast.cpp.obj + 0002:000073dc ??_C@_0BG@BELMLGGG@Cast?5or?5delay?5active?5@ 100903dc spellcast.cpp.obj + 0002:000073f4 ??_C@_0M@GEFIMPOA@Gcd?5active?5@ 100903f4 spellcast.cpp.obj + 0002:00007400 ??_C@_0DJ@HICJFDGG@?5cast?5still?5waiting?5for?5server?5@ 10090400 spellcast.cpp.obj + 0002:0000743c ??_C@_09CPGKBJMK@Ignoring?5@ 1009043c spellcast.cpp.obj + 0002:00007448 ??_C@_0DH@KHOFHJBE@?5cast?5recently?5succeeded?5for?5th@ 10090448 spellcast.cpp.obj + 0002:00007480 ??_C@_0EA@OCEKPMFJ@Canceling?5spell?5cast?5due?5to?5pre@ 10090480 spellcast.cpp.obj + 0002:000074c0 ??_C@_0CF@LIPBLKIF@Retry?5cast?5after?5cancel?5still?5f@ 100904c0 spellcast.cpp.obj + 0002:000074e8 ??_C@_0BF@BEANNNJB@?5spellIsOnCooldown?5?$DN@ 100904e8 spellcast.cpp.obj + 0002:00007500 ??_C@_0BG@JAEPGBDL@?5pendingOnSwingCast?5?$DN@ 10090500 spellcast.cpp.obj + 0002:00007518 ??_C@_0EF@NBDHPPFO@Initial?5cast?5failed?5but?5not?5can@ 10090518 spellcast.cpp.obj + 0002:00007560 ??_C@_0DE@DGCCEIJD@Ignoring?5cancel?5spell?5cast?5due?5@ 10090560 spellcast.cpp.obj + 0002:00007594 ??_C@_08NFIDAFLL@?5reason?3@ 10090594 spellcast.cpp.obj + 0002:000075a0 ??_C@_0P@OHLEPHP@?5notifyServer?3@ 100905a0 spellcast.cpp.obj + 0002:000075b0 ??_C@_0BK@LBLJOMCE@Cancel?5spell?5cast?5failed?3@ 100905b0 spellcast.cpp.obj + 0002:000075cc ??_C@_0L@DHBENNO@?5duration?5@ 100905cc spellchannel.cpp.obj + 0002:000075d8 ??_C@_0BA@PHCPFKHC@Channel?5start?3?5@ 100905d8 spellchannel.cpp.obj + 0002:000075e8 ??_C@_0EB@ONHCPBOA@Adding?51?5second?5to?5Arcane?5Missi@ 100905e8 spellchannel.cpp.obj + 0002:0000762c ??_C@_05POFHKGEO@?5for?5@ 1009062c spellchannel.cpp.obj + 0002:00007634 ??_C@_0BN@FEHMJJBM@Invalid?5originalDuration?5of?5@ 10090634 spellchannel.cpp.obj + 0002:00007654 ??_C@_0BD@BMJLBBMG@?5scaled?5tick?5time?5@ 10090654 spellchannel.cpp.obj + 0002:00007668 ??_C@_0BE@HNMLIODA@Original?5tick?5time?5@ 10090668 spellchannel.cpp.obj + 0002:0000767c ??_C@_0BJ@OBCFLFNO@?0?5defaulting?5to?5duration@ 1009067c spellchannel.cpp.obj + 0002:00007698 ??_C@_0BP@KNLPIMJL@Invalid?5channel?5tick?5time?5for?5@ 10090698 spellchannel.cpp.obj + 0002:000076b8 ??_C@_0CD@PPICPDAH@Ignoring?1resetting?5channeling?5f@ 100906b8 spellchannel.cpp.obj + 0002:000076dc ??_C@_09IMKLHFKG@?5elapsed?5@ 100906dc spellchannel.cpp.obj + 0002:000076e8 ??_C@_0P@DILMPNKC@Channel?5done?3?5@ 100906e8 spellchannel.cpp.obj + 0002:000076f8 ??_C@_0M@HOBALKP@?5remaining?5@ 100906f8 spellchannel.cpp.obj + 0002:00007704 ??_C@_0BB@IJINAKFI@Channel?5update?3?5@ 10090704 spellchannel.cpp.obj + 0002:00007718 __real@3f800000 10090718 spellchannel.cpp.obj + 0002:00007720 ??_C@_08KHPECABI@?5result?5@ 10090720 spellevents.cpp.obj + 0002:0000772c ??_C@_06BFJJLGJH@?5guid?5@ 1009072c spellevents.cpp.obj + 0002:00007734 ??_C@_0BD@JCCHCLOL@Spell?5target?5unit?5@ 10090734 spellevents.cpp.obj + 0002:00007748 ??_C@_0BL@DLGFEAGG@?0?5stopping?5disenchant?5loop@ 10090748 spellevents.cpp.obj + 0002:00007764 ??_C@_0CF@GIAGKMIP@Disenchant?5spell?5failed?5with?5re@ 10090764 spellevents.cpp.obj + 0002:0000778c ??_C@_0P@LJPLECIE@?5queuing?5retry@ 1009078c spellevents.cpp.obj + 0002:0000779c ??_C@_0BH@EOGBFMAP@?5is?5still?5on?5cooldown?5@ 1009079c spellevents.cpp.obj + 0002:000077b4 ??_C@_0P@KAMGEGPI@Non?5gcd?5spell?5@ 100907b4 spellevents.cpp.obj + 0002:000077c4 ??_C@_06IPOHHIAK@Spell?5@ 100907c4 spellevents.cpp.obj + 0002:000077cc ??_C@_05LDELDIBH@Item?5@ 100907cc spellevents.cpp.obj + 0002:000077d4 ??_C@_0DK@JCOGHOGB@?5not?5queuing?5retry?5due?5to?5retry@ 100907d4 spellevents.cpp.obj + 0002:00007810 ??_C@_06FHPAMJEI@?5code?5@ 10090810 spellevents.cpp.obj + 0002:00007818 ??_C@_0BB@GOHBAIHL@Cast?5failed?5for?5@ 10090818 spellevents.cpp.obj + 0002:0000782c ??_C@_0CM@MHLCDCAG@?0?5but?5a?5recent?5cast?5succeeded?0?5@ 1009082c spellevents.cpp.obj + 0002:00007858 ??_C@_0P@LOMEMCGF@?5non?5gcd?5code?5@ 10090858 spellevents.cpp.obj + 0002:00007868 ??_C@_0BC@HJBAKONN@Cast?5failed?5for?5?$CD@ 10090868 spellevents.cpp.obj + 0002:0000787c ??_C@_08KEELPODO@?0?5retry?5@ 1009087c spellevents.cpp.obj + 0002:00007888 ??_C@_0BK@OMKDJBI@?0?5gcd?5active?5not?5retrying@ 10090888 spellevents.cpp.obj + 0002:000078a4 ??_C@_0DG@MLJODHHA@?0?5not?5retrying?5as?5it?5has?5alread@ 100908a4 spellevents.cpp.obj + 0002:000078dc ??_C@_0CJ@IJODEHEO@?0?5no?5recent?5cast?5params?5found?5i@ 100908dc spellevents.cpp.obj + 0002:00007908 ??_C@_0BG@FLHHKDJE@Increasing?5buffer?5to?5@ 10090908 spellevents.cpp.obj + 0002:00007920 ??_C@_0BO@GJJBLJHI@?5spell?5queued?5?$CL?5ignored?5code?5@ 10090920 spellevents.cpp.obj + 0002:00007940 ??_C@_0P@HGCHGFMH@?5ignored?5code?5@ 10090940 spellevents.cpp.obj + 0002:00007950 ??_C@_0L@OAJLDHO@?5cast?5end?5@ 10090950 spellevents.cpp.obj + 0002:0000795c ??_C@_0M@IGIIHODJ@?5for?5cast?5?$CD@ 1009095c spellevents.cpp.obj + 0002:00007968 ??_C@_0BC@DONHDJOM@Spell?5delayed?5by?5@ 10090968 spellevents.cpp.obj + 0002:0000797c ??_C@_0CC@EGDHOKK@Negative?5server?5delay?5using?51?5m@ 1009097c spellevents.cpp.obj + 0002:000079a0 ??_C@_0BJ@OIOPABDB@?5since?5last?5cast?5result?5@ 100909a0 spellevents.cpp.obj + 0002:000079bc ??_C@_0P@NNAMHHPH@?5server?5delay?5@ 100909bc spellevents.cpp.obj + 0002:000079cc ??_C@_09HEBFMKKB@?5latency?5@ 100909cc spellevents.cpp.obj + 0002:000079d8 ??_C@_08PBNHDDEM@?5status?5@ 100909d8 spellevents.cpp.obj + 0002:000079e4 ??_C@_0BC@EJFCOIPD@Cast?5result?5for?5?$CD@ 100909e4 spellevents.cpp.obj + 0002:000079f8 ??_C@_0DG@HHHCJMND@Unable?5to?5determine?5spell?5infor@ 100909f8 spellevents.cpp.obj + 0002:00007a30 ??_C@_0CK@IFJMEEJK@?5resolved?0?5casting?5queued?5on?5sw@ 10090a30 spellevents.cpp.obj + 0002:00007a5c ??_C@_0BA@IBBPALEH@On?5swing?5spell?5@ 10090a5c spellevents.cpp.obj + 0002:00007a6c ??_C@_0BP@KBPEDDDH@ms?4?5?5Updated?5cast?5end?5time?5to?5@ 10090a6c spellevents.cpp.obj + 0002:00007a8c ??_C@_0P@FFNLEJE@?5increased?5by?5@ 10090a8c spellevents.cpp.obj + 0002:00007a9c ??_C@_0BG@GOJCDGMO@Server?5cast?5time?5for?5@ 10090a9c spellevents.cpp.obj + 0002:00007ab4 ??_C@_0BD@BGGCHONF@?5using?5gcd?5instead@ 10090ab4 spellevents.cpp.obj + 0002:00007ac8 ??_C@_0BL@FOLCLIGH@?5was?5reduced?5below?5gcd?5of?5@ 10090ac8 spellevents.cpp.obj + 0002:00007ae4 ??_C@_0BC@BIFPIPLA@Server?5cast?5time?5@ 10090ae4 spellevents.cpp.obj + 0002:00007af8 ??_C@_0P@FFGOHLGM@?5decreased?5by?5@ 10090af8 spellevents.cpp.obj + 0002:00007b08 ??_C@_01IHBHIGKO@?0@ 10090b08 spellevents.cpp.obj + 0002:00007b0c ??_C@_05FAEMOKCC@0?00?00@ 10090b0c spellevents.cpp.obj + 0002:00007b14 ??_C@_0DK@CIFAMPDN@ChannelStopCastingNextTick?5acti@ 10090b14 misc_scripts.cpp.obj + 0002:00007b50 ??_C@_0BK@BMIHLO@Item?5not?5found?5in?5DBCache@ 10090b50 misc_scripts.cpp.obj + 0002:00007b6c ??_C@_0BM@BBGLOLG@Usage?3?5GetItemLevel?$CIitemId?$CJ@ 10090b6c misc_scripts.cpp.obj + 0002:00007b88 ??_C@_0BH@ICDGKODB@Trying?5to?5queue?5script@ 10090b88 misc_scripts.cpp.obj + 0002:00007ba0 ??_C@_0BJ@GCMABBOM@Queuing?5script?5priority?5@ 10090ba0 misc_scripts.cpp.obj + 0002:00007bbc ??_C@_0BB@FNONMKDE@Queuing?5script?3?5@ 10090bbc misc_scripts.cpp.obj + 0002:00007bd0 ??_C@_0P@HMLODIOA@Invalid?5script@ 10090bd0 misc_scripts.cpp.obj + 0002:00007be0 ??_C@_0DB@IIJNBKKP@Usage?3?5QueueScript?$CI?$CCscript?$CC?0?5?$CIo@ 10090be0 misc_scripts.cpp.obj + 0002:00007c14 ??_C@_0DG@CFKCJDMF@Usage?3?5LearnTalentRank?$CItalentPa@ 10090c14 misc_scripts.cpp.obj + 0002:00007c4c ??_C@_0DB@KHHAPJHC@LearnTalentRank?3?5talentPage?5mus@ 10090c4c misc_scripts.cpp.obj + 0002:00007c80 ??_C@_0DD@CEAMLHNG@LearnTalentRank?3?5talentIndex?5mu@ 10090c80 misc_scripts.cpp.obj + 0002:00007cb4 ??_C@_0CL@LNIFCCIK@LearnTalentRank?3?5rank?5must?5be?5i@ 10090cb4 misc_scripts.cpp.obj + 0002:00007ce0 ??_C@_0CN@IIMNGAJO@LearnTalentRank?3?5active?5player?5@ 10090ce0 misc_scripts.cpp.obj + 0002:00007d10 ??_C@_0DB@KAIKGKJP@LearnTalentRank?3?5unable?5to?5read@ 10090d10 misc_scripts.cpp.obj + 0002:00007d44 ??_C@_0DB@EGFHDGCE@LearnTalentRank?3?5talent?5page?1in@ 10090d44 misc_scripts.cpp.obj + 0002:00007d78 ??_C@_0DF@PBDCOHKH@LearnTalentRank?3?5unable?5to?5read@ 10090d78 misc_scripts.cpp.obj + 0002:00007db0 ??_C@_0CO@NNINIBAN@LearnTalentRank?3?5talents?5base?5p@ 10090db0 misc_scripts.cpp.obj + 0002:00007de0 ??_C@_0DD@IOILFIIO@LearnTalentRank?3?5unable?5to?5read@ 10090de0 misc_scripts.cpp.obj + 0002:00007e14 ??_C@_0CM@LFMAAGG@LearnTalentRank?3?5talent?5tab?5poi@ 10090e14 misc_scripts.cpp.obj + 0002:00007e40 ??_C@_0DE@KGHHPFML@LearnTalentRank?3?5unable?5to?5read@ 10090e40 misc_scripts.cpp.obj + 0002:00007e74 ??_C@_0CN@NANFJOCM@LearnTalentRank?3?5invalid?5talent@ 10090e74 misc_scripts.cpp.obj + 0002:00007ea4 ??_C@_0DK@BCIOPPLL@LearnTalentRank?3?5talent?5index?5n@ 10090ea4 misc_scripts.cpp.obj + 0002:00007ee0 ??_C@_0CN@ENLDBILH@LearnTalentRank?3?5unable?5to?5read@ 10090ee0 misc_scripts.cpp.obj + 0002:00007f10 ??_C@_0CL@CFACCJMP@LearnTalentRank?3?5resolved?5inval@ 10090f10 misc_scripts.cpp.obj + 0002:00007f3c ??_C@_0CA@LIPPIENP@Running?5queued?5script?5priority?5@ 10090f3c misc_scripts.cpp.obj + 0002:00007f5c ??_C@_0CE@NEDOMOFN@Usage?3?5GetItemStats?$CIitemId?0?5?$FLco@ 10090f5c misc_scripts.cpp.obj + 0002:00007f80 ??_C@_0M@NDEOCEGH@displayName@ 10090f80 misc_scripts.cpp.obj + 0002:00007f8c ??_C@_0M@PPJNHBMP@description@ 10090f8c misc_scripts.cpp.obj + 0002:00007f98 ??_C@_0DE@DAMKFGHF@Usage?3?5GetItemStatsField?$CIitemId@ 10090f98 misc_scripts.cpp.obj + 0002:00007fcc ??_C@_0BD@JACGONMB@Unknown?5field?5name@ 10090fcc misc_scripts.cpp.obj + 0002:00007fe0 ??_C@_0GL@FBDGPFHJ@Usage?3?5GetUnitData?$CIunitToken?0?5?$FL@ 10090fe0 misc_scripts.cpp.obj + 0002:00008050 ??_C@_0HH@IDABAAKA@Usage?3?5GetUnitField?$CIunitToken?0?5@ 10091050 misc_scripts.cpp.obj + 0002:000080c8 ??_C@_0CH@POINFHMC@Trying?5disenchant?5with?5quality?5@ 100910c8 misc_scripts.cpp.obj + 0002:000080f0 ??_C@_0DC@DMOAEFOF@No?5disenchantable?5item?5found?0?5s@ 100910f0 misc_scripts.cpp.obj + 0002:00008124 ??_C@_0DO@MCLKPIML@DEFAULT_CHAT_FRAME?3AddMessage?$CI?$CC@ 10091124 misc_scripts.cpp.obj + 0002:00008164 ??_C@_0CC@JPCIHLOK@Invalid?5item?0?5stopping?5disencha@ 10091164 misc_scripts.cpp.obj + 0002:00008188 ??_C@_0CE@FKMNNJC@No?5player?5unit?0?5stopping?5disenc@ 10091188 misc_scripts.cpp.obj + 0002:000081b0 ??_C@_0KC@NEILAFDD@local?5itemLink?5?$DN?5GetContainerIt@ 100911b0 misc_scripts.cpp.obj + 0002:00008254 ??_C@_0CB@IFDJLBBM@Cast?5failed?0?5stopping?5disenchan@ 10091254 misc_scripts.cpp.obj + 0002:00008278 ??_C@_0ED@LGBHLFPD@DEFAULT_CHAT_FRAME?3AddMessage?$CI?$CC@ 10091278 misc_scripts.cpp.obj + 0002:000082c0 ??_C@_0BFF@NPPMOAEC@Usage?3?5DisenchantAll?$CIitemIdOrNa@ 100912c0 misc_scripts.cpp.obj + 0002:00008418 ??_C@_0CF@KNHJOLMC@You?5do?5not?5have?5the?5Disenchant?5@ 10091418 misc_scripts.cpp.obj + 0002:00008440 ??_C@_06HBBJMNDD@greens@ 10091440 misc_scripts.cpp.obj + 0002:00008448 ??_C@_05EBCMBJBB@blues@ 10091448 misc_scripts.cpp.obj + 0002:00008450 ??_C@_07MBLGJMK@purples@ 10091450 misc_scripts.cpp.obj + 0002:00008458 ??_C@_0CJ@IECDANKF@Usage?3?5GetItemIconTexture?$CIdispl@ 10091458 misc_scripts.cpp.obj + 0002:00008484 ??_C@_0N@HLONNMCP@QuestionMark@ 10091484 misc_scripts.cpp.obj + 0002:00008494 ??_C@_0CI@EAELDEKM@Usage?3?5GetSpellIconTexture?$CIspel@ 10091494 misc_scripts.cpp.obj + 0002:000084bc ??_C@_0CH@JKODAONC@Usage?3?5GetPlayerAuraDuration?$CIau@ 100914bc misc_scripts.cpp.obj + 0002:000084e4 ??_C@_0CG@MADAJHEF@Usage?3?5CancelPlayerAuraSlot?$CIaur@ 100914e4 misc_scripts.cpp.obj + 0002:0000850c ??_C@_0DJ@CFIPDIAI@Usage?3?5CancelPlayerAuraSpellId?$CI@ 1009150c misc_scripts.cpp.obj + 0002:00008548 ??_C@_0CK@EONLFDPA@Attempt?5to?5find?5?8this?8?5in?5non?9f@ 10091548 misc_scripts.cpp.obj + 0002:00008574 ??_C@_0CG@DOJPPKKG@Wrong?5object?5type?5for?5member?5fu@ 10091574 misc_scripts.cpp.obj + 0002:0000859c ??_C@_0CK@NLEAGDNO@Attempt?5to?5find?5?8this?8?5in?5non?9t@ 1009159c misc_scripts.cpp.obj + 0002:000085c8 __real@0000000000000000 100915c8 misc_scripts.cpp.obj + 0002:000085d0 __real@3ff0000000000000 100915d0 misc_scripts.cpp.obj + 0002:000085d8 __real@4000000000000000 100915d8 misc_scripts.cpp.obj + 0002:000085e0 __real@4041800000000000 100915e0 misc_scripts.cpp.obj + 0002:000085e8 __real@408f400000000000 100915e8 misc_scripts.cpp.obj + 0002:000085f4 ??_C@_0CD@FAFLFIPA@Casting?5next?5spell?5without?5queu@ 100915f4 spell_scripts.cpp.obj + 0002:00008618 ??_C@_0BO@KHCNJBCM@Force?5queuing?5next?5cast?5spell@ 10091618 spell_scripts.cpp.obj + 0002:00008638 ??_C@_0BI@HLPDJJIN@SpellStopCasting?5called@ 10091638 spell_scripts.cpp.obj + 0002:00008650 ??_C@_0BJ@HOOGKLNO@Unable?5to?5parse?5spell?5id@ 10091650 spell_scripts.cpp.obj + 0002:00008670 ??_C@_0IC@LFNFOIMM@Unable?5to?5determine?5spell?5id?5fr@ 10091670 spell_scripts.cpp.obj + 0002:000086f4 ??_C@_06JJLAMBGK@target@ 100916f4 spell_scripts.cpp.obj + 0002:000086fc ??_C@_0BA@LCNPPGJD@Spell?5not?5found@ 100916fc spell_scripts.cpp.obj + 0002:0000870c ??_C@_0CB@DNBDKHMK@Usage?3?5IsSpellInRange?$CIspellName@ 1009170c spell_scripts.cpp.obj + 0002:00008730 ??_C@_0IB@NFBGPDMF@Unable?5to?5determine?5spell?5id?5fr@ 10091730 spell_scripts.cpp.obj + 0002:000087b4 ??_C@_0CA@CKMJHD@Usage?3?5IsSpellUsable?$CIspellName?$CJ@ 100917b4 spell_scripts.cpp.obj + 0002:000087d4 ??_C@_0CE@BNAKDPLE@Usage?3?5GetSpellIdForName?$CIspellN@ 100917d4 spell_scripts.cpp.obj + 0002:000087f8 ??_C@_0BJ@EJDPBOLF@Spell?5not?5found?5for?5id?3?5@ 100917f8 spell_scripts.cpp.obj + 0002:00008814 ??_C@_0CJ@PPAJFPII@Usage?3?5GetSpellNameAndRankForId@ 10091814 spell_scripts.cpp.obj + 0002:00008840 ??_C@_05LOCENACC@spell@ 10091840 spell_scripts.cpp.obj + 0002:00008848 ??_C@_03LAMLDFEG@pet@ 10091848 spell_scripts.cpp.obj + 0002:0000884c ??_C@_0CM@BIFAHKMN@Usage?3?5GetSpellSlotTypeIdForNam@ 1009184c spell_scripts.cpp.obj + 0002:00008878 ??_C@_0CE@PGDGANLK@Usage?3?5GetSpellRec?$CIspellId?0?5?$FLco@ 10091878 spell_scripts.cpp.obj + 0002:0000889c ??_C@_04MEMAJGDJ@name@ 1009189c spell_scripts.cpp.obj + 0002:000088a4 ??_C@_04PNBFHPGN@rank@ 100918a4 spell_scripts.cpp.obj + 0002:000088ac ??_C@_07OGDNBKKB@tooltip@ 100918ac spell_scripts.cpp.obj + 0002:000088b4 ??_C@_0DE@IFOKCNBD@Usage?3?5GetSpellRecField?$CIspellId@ 100918b4 spell_scripts.cpp.obj + 0002:000088e8 ??_C@_0BOB@PPLDFGIB@Usage?3?5GetSpellModifiers?$CIspellI@ 100918e8 spell_scripts.cpp.obj + 0002:00008acc ??_C@_0DB@LGIDKANG@Invalid?5modifier?5type?4?5Must?5be?5@ 10091acc spell_scripts.cpp.obj + 0002:00008b00 ??_C@_0BB@NBBEIOIN@Invalid?5spell?5id@ 10091b00 spell_scripts.cpp.obj + 0002:00008b14 ??_C@_08KJJBJMM@spellId?3@ 10091b14 spell_scripts.cpp.obj + 0002:00008b20 ??_C@_0CH@HJHOCEPB@Unable?5convert?5spell?5id?5to?5spel@ 10091b20 spell_scripts.cpp.obj + 0002:00008b48 ??_C@_0CP@KGJBOLFG@Unable?5parse?5spell?5id?4?5?5Format?5@ 10091b48 spell_scripts.cpp.obj + 0002:00008b78 ??_C@_0CK@PDFCMKHC@Unable?5to?5find?5spell?5slot?5for?5s@ 10091b78 spell_scripts.cpp.obj + 0002:00008ba4 ??_C@_03NBFOK@net@ 10091ba4 spell_scripts.cpp.obj + 0002:00008ba8 ??_C@_08BAGPHLDB@positive@ 10091ba8 spell_scripts.cpp.obj + 0002:00008bb4 ??_C@_08JKGPMEKK@negative@ 10091bb4 spell_scripts.cpp.obj + 0002:00008bc0 __real@bff0000000000000 10091bc0 spell_scripts.cpp.obj + 0002:00008bcc ??_C@_0CB@KIFLLFHK@Usage?3?5GetSpellCooldown?$CIspellId@ 10091bcc cooldown_scripts.cpp.obj + 0002:00008bf0 ??_C@_0DM@HPPALOOP@Usage?3?5GetItemCooldown?$CIitemId?$CJ?5@ 10091bf0 cooldown_scripts.cpp.obj + 0002:00008c2c ??_C@_0CF@IPNKEPCD@Item?5name?5lookup?5not?5yet?5implem@ 10091c2c cooldown_scripts.cpp.obj + 0002:00008c54 ??_C@_0CN@EGAOPKGE@Usage?3?5GetTrinketCooldown?$CIslot?$HM@ 10091c54 cooldown_scripts.cpp.obj + 0002:00008c84 ??_C@_0BG@JDLJPL@missing?5item?5at?5slot?5@ 10091c84 item_scripts.cpp.obj + 0002:00008c9c ??_C@_0BM@FGPCGLD@missing?5itemfields?5at?5slot?5@ 10091c9c item_scripts.cpp.obj + 0002:00008cb8 ??_C@_0BK@BKPACGJE@Unable?5to?5get?5player?5unit@ 10091cb8 item_scripts.cpp.obj + 0002:00008cd8 ??_C@_0EC@DILDBMOF@Usage?3?5FindPlayerItemSlot?$CIitemN@ 10091cd8 item_scripts.cpp.obj + 0002:00008d1c ??_C@_0CP@MNDKGGNA@Usage?3?5UseItemIdOrName?$CIitemIdOr@ 10091d1c item_scripts.cpp.obj + 0002:00008d4c ??_C@_0CA@BIHDFGEI@Unable?5to?5determine?5target?5guid@ 10091d4c item_scripts.cpp.obj + 0002:00008d6c ??_C@_0CP@GCLNMKJC@Usage?3?5UseTrinket?$CIslot?$HMitemIdOr@ 10091d6c item_scripts.cpp.obj + 0002:00008d9c ??_C@_07NBCGADJA@Unknown@ 10091d9c item_scripts.cpp.obj + 0002:00008da8 ??_C@_0FB@JKJLJBPE@Usage?3?5GetEquippedItems?$CI?$CJ?5or?5Ge@ 10091da8 item_scripts.cpp.obj + 0002:00008dfc ??_C@_0BD@LPJJAPAF@Unable?5to?5get?5unit@ 10091dfc item_scripts.cpp.obj + 0002:00008e10 ??_C@_0BE@IENECEIE@Cannot?5inspect?5unit@ 10091e10 item_scripts.cpp.obj + 0002:00008e28 ??_C@_0EF@LNGINBID@Usage?3?5GetEquippedItem?$CIunitStr?0@ 10091e28 item_scripts.cpp.obj + 0002:00008e70 ??_C@_0CH@PFFKDIPF@Slot?5must?5be?5a?5number?5between?51@ 10091e70 item_scripts.cpp.obj + 0002:00008e98 ??_C@_0BO@MMGGBFIG@Slot?5must?5be?5between?51?5and?519@ 10091e98 item_scripts.cpp.obj + 0002:00008eb8 ??_C@_0CC@HHMLLACK@Usage?3?5GetBagItem?$CIbagIndex?0?5slo@ 10091eb8 item_scripts.cpp.obj + 0002:00008edc ??_C@_0BL@OJIHPLAE@Bag?5index?5must?5be?5a?5number@ 10091edc item_scripts.cpp.obj + 0002:00008ef8 ??_C@_0BG@GOJBCPAF@Slot?5must?5be?5a?5number@ 10091ef8 item_scripts.cpp.obj + 0002:00008f10 ??_C@_0CI@CDBJNJGK@Slot?5must?5be?5between?51?5and?516?5f@ 10091f10 item_scripts.cpp.obj + 0002:00008f38 ??_C@_0BG@DIIBAFFP@Slot?5exceeds?5bag?5size@ 10091f38 item_scripts.cpp.obj + 0002:00008f50 ??_C@_0BB@CNCNDCLG@Bank?5is?5not?5open@ 10091f50 item_scripts.cpp.obj + 0002:00008f68 ??_C@_0EI@CGLLNKOK@For?5bag?5?91?0?5slot?5must?5be?51?924?5?$CI@ 10091f68 item_scripts.cpp.obj + 0002:00008fb0 ??_C@_0DI@KFDHOLPD@For?5bag?5?92?5?$CIkeyring?$CJ?0?5slot?5must@ 10091fb0 item_scripts.cpp.obj + 0002:00008fe8 ??_C@_0EH@DPGHDAMK@Invalid?5bag?5index?4?5Valid?5values@ 10091fe8 item_scripts.cpp.obj + 0002:00009030 ??_C@_0FE@NKJKFJGK@Invalid?5bag?5index?4?5Valid?5values@ 10092030 item_scripts.cpp.obj + 0002:00009088 ??_C@_0O@LOMMFJIH@Added?5itemId?5@ 10092088 items.cpp.obj + 0002:00009098 ??_C@_0P@FANPLMKM@Still?5missing?5@ 10092098 items.cpp.obj + 0002:000090a8 ??_C@_02KEGNLNML@?0?5@ 100920a8 items.cpp.obj + 0002:000090b0 ?itemStatsFields@Nampower@@3QBUFieldDescriptor@1@B 100920b0 dbc_fields.cpp.obj + 0002:0000929c ?itemStatsFieldsCount@Nampower@@3IB 1009229c dbc_fields.cpp.obj + 0002:000092a0 ?itemStatsArrayFields@Nampower@@3QBUArrayFieldDescriptor@1@B 100922a0 dbc_fields.cpp.obj + 0002:00009360 ?itemStatsArrayFieldsCount@Nampower@@3IB 10092360 dbc_fields.cpp.obj + 0002:00009368 ?spellRecFields@Nampower@@3QBUFieldDescriptor@1@B 10092368 dbc_fields.cpp.obj + 0002:00009644 ?spellRecFieldsCount@Nampower@@3IB 10092644 dbc_fields.cpp.obj + 0002:00009648 ?spellRecArrayFields@Nampower@@3QBUArrayFieldDescriptor@1@B 10092648 dbc_fields.cpp.obj + 0002:000097a8 ?spellRecArrayFieldsCount@Nampower@@3IB 100927a8 dbc_fields.cpp.obj + 0002:000097ac ??_C@_05ENKANFLO@class@ 100927ac dbc_fields.cpp.obj + 0002:000097b4 ??_C@_08CLNMFNJL@subclass@ 100927b4 dbc_fields.cpp.obj + 0002:000097c0 ??_C@_0O@NBHNKLJP@displayInfoID@ 100927c0 dbc_fields.cpp.obj + 0002:000097d0 ??_C@_07DADGLCBN@quality@ 100927d0 dbc_fields.cpp.obj + 0002:000097d8 ??_C@_05GECEPKB@flags@ 100927d8 dbc_fields.cpp.obj + 0002:000097e0 ??_C@_08GNIKKBDF@buyPrice@ 100927e0 dbc_fields.cpp.obj + 0002:000097ec ??_C@_09EHAEBHNG@sellPrice@ 100927ec dbc_fields.cpp.obj + 0002:000097f8 ??_C@_0O@LJIBMGHI@inventoryType@ 100927f8 dbc_fields.cpp.obj + 0002:00009808 ??_C@_0P@HKBMDFLF@allowableClass@ 10092808 dbc_fields.cpp.obj + 0002:00009818 ??_C@_0O@PJFDKFL@allowableRace@ 10092818 dbc_fields.cpp.obj + 0002:00009828 ??_C@_09OOKEJBK@itemLevel@ 10092828 dbc_fields.cpp.obj + 0002:00009834 ??_C@_0O@PCBOEJHN@requiredLevel@ 10092834 dbc_fields.cpp.obj + 0002:00009844 ??_C@_0O@LIAFDLBE@requiredSkill@ 10092844 dbc_fields.cpp.obj + 0002:00009854 ??_C@_0BC@EKIBFNMJ@requiredSkillRank@ 10092854 dbc_fields.cpp.obj + 0002:00009868 ??_C@_0O@OFODCCDP@requiredSpell@ 10092868 dbc_fields.cpp.obj + 0002:00009878 ??_C@_0BC@MKNCAGLF@requiredHonorRank@ 10092878 dbc_fields.cpp.obj + 0002:0000988c ??_C@_0BB@LFMLPJEO@requiredCityRank@ 1009288c dbc_fields.cpp.obj + 0002:000098a0 ??_C@_0M@EOJIPGFP@requiredRep@ 100928a0 dbc_fields.cpp.obj + 0002:000098ac ??_C@_0BA@PNCCEJI@requiredRepRank@ 100928ac dbc_fields.cpp.obj + 0002:000098bc ??_C@_08LAEJCBOD@maxCount@ 100928bc dbc_fields.cpp.obj + 0002:000098c8 ??_C@_09EFCPONM@stackable@ 100928c8 dbc_fields.cpp.obj + 0002:000098d4 ??_C@_0P@FLPNDKGI@containerSlots@ 100928d4 dbc_fields.cpp.obj + 0002:000098e4 ??_C@_05EKJCMADO@delay@ 100928e4 dbc_fields.cpp.obj + 0002:000098ec ??_C@_08JNBMCKNJ@ammoType@ 100928ec dbc_fields.cpp.obj + 0002:000098f8 ??_C@_0P@PEGEDPKE@rangedModRange@ 100928f8 dbc_fields.cpp.obj + 0002:00009908 ??_C@_07FHKKHDI@bonding@ 10092908 dbc_fields.cpp.obj + 0002:00009910 ??_C@_08DDOGIPAD@pageText@ 10092910 dbc_fields.cpp.obj + 0002:0000991c ??_C@_0L@PFAGFGH@languageID@ 1009291c dbc_fields.cpp.obj + 0002:00009928 ??_C@_0N@IBEKAJCP@pageMaterial@ 10092928 dbc_fields.cpp.obj + 0002:00009938 ??_C@_0N@NAMEJOJP@startQuestID@ 10092938 dbc_fields.cpp.obj + 0002:00009948 ??_C@_06OMMPKEO@lockID@ 10092948 dbc_fields.cpp.obj + 0002:00009950 ??_C@_08KNOEMJMM@material@ 10092950 dbc_fields.cpp.obj + 0002:0000995c ??_C@_0M@BOJKDFJE@sheatheType@ 1009295c dbc_fields.cpp.obj + 0002:00009968 ??_C@_0P@HIEKOBJC@randomProperty@ 10092968 dbc_fields.cpp.obj + 0002:00009978 ??_C@_05PIBOEKAB@block@ 10092978 dbc_fields.cpp.obj + 0002:00009980 ??_C@_07KIDCFHFO@itemSet@ 10092980 dbc_fields.cpp.obj + 0002:00009988 ??_C@_0O@NEJOMBPE@maxDurability@ 10092988 dbc_fields.cpp.obj + 0002:00009998 ??_C@_04GOEDGNCF@area@ 10092998 dbc_fields.cpp.obj + 0002:000099a0 ??_C@_03HBNNNHNM@map@ 100929a0 dbc_fields.cpp.obj + 0002:000099a4 ??_C@_08LGBPINEC@duration@ 100929a4 dbc_fields.cpp.obj + 0002:000099b0 ??_C@_09CEJOBILD@bagFamily@ 100929b0 dbc_fields.cpp.obj + 0002:000099bc ??_C@_09CFJCKAOO@bonusStat@ 100929bc dbc_fields.cpp.obj + 0002:000099c8 ??_C@_0M@MMCFAFHA@bonusAmount@ 100929c8 dbc_fields.cpp.obj + 0002:000099d4 ??_C@_09MJALHBHH@minDamage@ 100929d4 dbc_fields.cpp.obj + 0002:000099e0 ??_C@_09MIAHOLMD@maxDamage@ 100929e0 dbc_fields.cpp.obj + 0002:000099ec ??_C@_0L@HKMKJPBM@damageType@ 100929ec dbc_fields.cpp.obj + 0002:000099f8 ??_C@_0M@DMKJBJGO@resistances@ 100929f8 dbc_fields.cpp.obj + 0002:00009a04 ??_C@_07MKDPBGJO@spellID@ 10092a04 dbc_fields.cpp.obj + 0002:00009a0c ??_C@_0N@NIGGJAAD@spellTrigger@ 10092a0c dbc_fields.cpp.obj + 0002:00009a1c ??_C@_0N@DAPOMAGP@spellCharges@ 10092a1c dbc_fields.cpp.obj + 0002:00009a2c ??_C@_0O@GKHBOHOH@spellCooldown@ 10092a2c dbc_fields.cpp.obj + 0002:00009a3c ??_C@_0O@HJMFFAIE@spellCategory@ 10092a3c dbc_fields.cpp.obj + 0002:00009a4c ??_C@_0BG@IGIBPPC@spellCategoryCooldown@ 10092a4c dbc_fields.cpp.obj + 0002:00009a64 ??_C@_02EGCJHIOB@id@ 10092a64 dbc_fields.cpp.obj + 0002:00009a68 ??_C@_06HBLHOEKM@school@ 10092a68 dbc_fields.cpp.obj + 0002:00009a70 ??_C@_08MBJIKOEN@category@ 10092a70 dbc_fields.cpp.obj + 0002:00009a7c ??_C@_06KIGBPMF@castUI@ 10092a7c dbc_fields.cpp.obj + 0002:00009a84 ??_C@_06GAIIABAG@dispel@ 10092a84 dbc_fields.cpp.obj + 0002:00009a8c ??_C@_08EFFOODE@mechanic@ 10092a8c dbc_fields.cpp.obj + 0002:00009a98 ??_C@_0L@HNMJPKNA@attributes@ 10092a98 dbc_fields.cpp.obj + 0002:00009aa4 ??_C@_0N@ENOHBPAB@attributesEx@ 10092aa4 dbc_fields.cpp.obj + 0002:00009ab4 ??_C@_0O@JKDKIDPI@attributesEx2@ 10092ab4 dbc_fields.cpp.obj + 0002:00009ac4 ??_C@_0O@IDCBLCLJ@attributesEx3@ 10092ac4 dbc_fields.cpp.obj + 0002:00009ad4 ??_C@_0O@MMGACEHO@attributesEx4@ 10092ad4 dbc_fields.cpp.obj + 0002:00009ae4 ??_C@_07CGBCCMBN@stances@ 10092ae4 dbc_fields.cpp.obj + 0002:00009aec ??_C@_0L@KNGFDFAC@stancesNot@ 10092aec dbc_fields.cpp.obj + 0002:00009af8 ??_C@_07KJOMBCLC@targets@ 10092af8 dbc_fields.cpp.obj + 0002:00009b00 ??_C@_0BD@GAPMJMNG@targetCreatureType@ 10092b00 dbc_fields.cpp.obj + 0002:00009b14 ??_C@_0BD@GELPPEEP@requiresSpellFocus@ 10092b14 dbc_fields.cpp.obj + 0002:00009b28 ??_C@_0BA@EEKMKLJE@casterAuraState@ 10092b28 dbc_fields.cpp.obj + 0002:00009b38 ??_C@_0BA@CDAFIMFO@targetAuraState@ 10092b38 dbc_fields.cpp.obj + 0002:00009b48 ??_C@_0BB@JFPKLBEC@castingTimeIndex@ 10092b48 dbc_fields.cpp.obj + 0002:00009b5c ??_C@_0N@OMFIFLPG@recoveryTime@ 10092b5c dbc_fields.cpp.obj + 0002:00009b6c ??_C@_0BF@NPKKFBDI@categoryRecoveryTime@ 10092b6c dbc_fields.cpp.obj + 0002:00009b84 ??_C@_0P@IEPIDAFJ@interruptFlags@ 10092b84 dbc_fields.cpp.obj + 0002:00009b94 ??_C@_0BD@LHLLGJCG@auraInterruptFlags@ 10092b94 dbc_fields.cpp.obj + 0002:00009ba8 ??_C@_0BG@BMOJLJDO@channelInterruptFlags@ 10092ba8 dbc_fields.cpp.obj + 0002:00009bc0 ??_C@_09MICPAJOG@procFlags@ 10092bc0 dbc_fields.cpp.obj + 0002:00009bcc ??_C@_0L@PJKMHGON@procChance@ 10092bcc dbc_fields.cpp.obj + 0002:00009bd8 ??_C@_0M@PACCPFFC@procCharges@ 10092bd8 dbc_fields.cpp.obj + 0002:00009be4 ??_C@_08JHFEFDMB@maxLevel@ 10092be4 dbc_fields.cpp.obj + 0002:00009bf0 ??_C@_09JJGGMDBI@baseLevel@ 10092bf0 dbc_fields.cpp.obj + 0002:00009bfc ??_C@_0L@DIBPEIPN@spellLevel@ 10092bfc dbc_fields.cpp.obj + 0002:00009c08 ??_C@_0O@ILAOIAFF@durationIndex@ 10092c08 dbc_fields.cpp.obj + 0002:00009c18 ??_C@_09MHMIHKMK@powerType@ 10092c18 dbc_fields.cpp.obj + 0002:00009c24 ??_C@_08NBEIGJPH@manaCost@ 10092c24 dbc_fields.cpp.obj + 0002:00009c30 ??_C@_0BB@MKFEABBK@manaCostPerlevel@ 10092c30 dbc_fields.cpp.obj + 0002:00009c44 ??_C@_0O@GDKBJHLD@manaPerSecond@ 10092c44 dbc_fields.cpp.obj + 0002:00009c54 ??_C@_0BG@PCCJIIB@manaPerSecondPerLevel@ 10092c54 dbc_fields.cpp.obj + 0002:00009c6c ??_C@_0L@IIPJFCFA@rangeIndex@ 10092c6c dbc_fields.cpp.obj + 0002:00009c78 ??_C@_05HJCMGBKF@speed@ 10092c78 dbc_fields.cpp.obj + 0002:00009c80 ??_C@_0P@GNIGGCNF@modalNextSpell@ 10092c80 dbc_fields.cpp.obj + 0002:00009c90 ??_C@_0M@FHMAKNIE@stackAmount@ 10092c90 dbc_fields.cpp.obj + 0002:00009c9c ??_C@_0BC@FAGICCEI@equippedItemClass@ 10092c9c dbc_fields.cpp.obj + 0002:00009cb0 ??_C@_0BJ@EHCBMJCE@equippedItemSubClassMask@ 10092cb0 dbc_fields.cpp.obj + 0002:00009ccc ??_C@_0BO@GFGEHKDA@equippedItemInventoryTypeMask@ 10092ccc dbc_fields.cpp.obj + 0002:00009cec ??_C@_0M@CODBPNAF@spellVisual@ 10092cec dbc_fields.cpp.obj + 0002:00009cf8 ??_C@_0N@JNDEJBAD@spellVisual2@ 10092cf8 dbc_fields.cpp.obj + 0002:00009d08 ??_C@_0M@FHDHCBKL@spellIconID@ 10092d08 dbc_fields.cpp.obj + 0002:00009d14 ??_C@_0N@HAKPAPKJ@activeIconID@ 10092d14 dbc_fields.cpp.obj + 0002:00009d24 ??_C@_0O@DAMIPNAM@spellPriority@ 10092d24 dbc_fields.cpp.obj + 0002:00009d34 ??_C@_0BD@LHHLGOL@manaCostPercentage@ 10092d34 dbc_fields.cpp.obj + 0002:00009d48 ??_C@_0BG@DDDBFLLC@startRecoveryCategory@ 10092d48 dbc_fields.cpp.obj + 0002:00009d60 ??_C@_0BC@MJCLHCCP@startRecoveryTime@ 10092d60 dbc_fields.cpp.obj + 0002:00009d74 ??_C@_0P@GDMECBOP@maxTargetLevel@ 10092d74 dbc_fields.cpp.obj + 0002:00009d84 ??_C@_0BA@GMGOGAED@spellFamilyName@ 10092d84 dbc_fields.cpp.obj + 0002:00009d94 ??_C@_0BB@LGDKHJHF@spellFamilyFlags@ 10092d94 dbc_fields.cpp.obj + 0002:00009da8 ??_C@_0BD@JJENEIAA@maxAffectedTargets@ 10092da8 dbc_fields.cpp.obj + 0002:00009dbc ??_C@_08BJLHHCCM@dmgClass@ 10092dbc dbc_fields.cpp.obj + 0002:00009dc8 ??_C@_0P@KJEDBIHM@preventionType@ 10092dc8 dbc_fields.cpp.obj + 0002:00009dd8 ??_C@_0P@CNKPMAAI@stanceBarOrder@ 10092dd8 dbc_fields.cpp.obj + 0002:00009de8 ??_C@_0N@BEIHPEI@minFactionId@ 10092de8 dbc_fields.cpp.obj + 0002:00009df8 ??_C@_0O@HHGPPNGP@minReputation@ 10092df8 dbc_fields.cpp.obj + 0002:00009e08 ??_C@_0BD@IBLBOBLJ@requiredAuraVision@ 10092e08 dbc_fields.cpp.obj + 0002:00009e1c ??_C@_05LPPONKPN@totem@ 10092e1c dbc_fields.cpp.obj + 0002:00009e24 ??_C@_07EAHOPPHC@reagent@ 10092e24 dbc_fields.cpp.obj + 0002:00009e2c ??_C@_0N@DEFECNCJ@reagentCount@ 10092e2c dbc_fields.cpp.obj + 0002:00009e3c ??_C@_06HOPIODND@effect@ 10092e3c dbc_fields.cpp.obj + 0002:00009e44 ??_C@_0P@HANPKOLJ@effectDieSides@ 10092e44 dbc_fields.cpp.obj + 0002:00009e54 ??_C@_0P@NFCDHLMP@effectBaseDice@ 10092e54 dbc_fields.cpp.obj + 0002:00009e64 ??_C@_0BD@OJNOKKJI@effectDicePerLevel@ 10092e64 dbc_fields.cpp.obj + 0002:00009e78 ??_C@_0BJ@CMMOAIOC@effectRealPointsPerLevel@ 10092e78 dbc_fields.cpp.obj + 0002:00009e94 ??_C@_0BB@ECGJIMP@effectBasePoints@ 10092e94 dbc_fields.cpp.obj + 0002:00009ea8 ??_C@_0P@JKKLIPGJ@effectMechanic@ 10092ea8 dbc_fields.cpp.obj + 0002:00009eb8 ??_C@_0BG@MHBOODBP@effectImplicitTargetA@ 10092eb8 dbc_fields.cpp.obj + 0002:00009ed0 ??_C@_0BG@OMDDLANM@effectImplicitTargetB@ 10092ed0 dbc_fields.cpp.obj + 0002:00009ee8 ??_C@_0BC@JNJBJJNN@effectRadiusIndex@ 10092ee8 dbc_fields.cpp.obj + 0002:00009efc ??_C@_0BE@ELOBPJHK@effectApplyAuraName@ 10092efc dbc_fields.cpp.obj + 0002:00009f10 ??_C@_0BA@FCGCEODA@effectAmplitude@ 10092f10 dbc_fields.cpp.obj + 0002:00009f20 ??_C@_0BE@EMECGFL@effectMultipleValue@ 10092f20 dbc_fields.cpp.obj + 0002:00009f34 ??_C@_0BC@EMGMPKNK@effectChainTarget@ 10092f34 dbc_fields.cpp.obj + 0002:00009f48 ??_C@_0P@KFOJCMPA@effectItemType@ 10092f48 dbc_fields.cpp.obj + 0002:00009f58 ??_C@_0BA@KMPEGA@effectMiscValue@ 10092f58 dbc_fields.cpp.obj + 0002:00009f68 ??_C@_0BD@JLKEALFA@effectTriggerSpell@ 10092f68 dbc_fields.cpp.obj + 0002:00009f7c ??_C@_0BK@EGJBCINL@effectPointsPerComboPoint@ 10092f7c dbc_fields.cpp.obj + 0002:00009f98 ??_C@_0O@GNCEHKMO@dmgMultiplier@ 10092f98 dbc_fields.cpp.obj + 0002:00009fa8 ?unitFieldsFields@Nampower@@3QBUFieldDescriptor@1@B 10092fa8 unit_fields.cpp.obj + 0002:0000a2b4 ?unitFieldsFieldsCount@Nampower@@3IB 100932b4 unit_fields.cpp.obj + 0002:0000a2b8 ?unitFieldsArrayFields@Nampower@@3QBUArrayFieldDescriptor@1@B 100932b8 unit_fields.cpp.obj + 0002:0000a348 ?unitFieldsArrayFieldsCount@Nampower@@3IB 10093348 unit_fields.cpp.obj + 0002:0000a350 ??_C@_05GNKDCGJG@charm@ 10093350 unit_fields.cpp.obj + 0002:0000a358 ??_C@_06PEOHCAFD@summon@ 10093358 unit_fields.cpp.obj + 0002:0000a360 ??_C@_09HKLHHFJN@charmedBy@ 10093360 unit_fields.cpp.obj + 0002:0000a36c ??_C@_0L@CCGPLGPK@summonedBy@ 1009336c unit_fields.cpp.obj + 0002:0000a378 ??_C@_09LFPMGGII@createdBy@ 10093378 unit_fields.cpp.obj + 0002:0000a384 ??_C@_09MLEJIPBC@persuaded@ 10093384 unit_fields.cpp.obj + 0002:0000a390 ??_C@_0O@EMAEPHOL@channelObject@ 10093390 unit_fields.cpp.obj + 0002:0000a3a0 ??_C@_06KJINILIP@health@ 100933a0 unit_fields.cpp.obj + 0002:0000a3a8 ??_C@_06KBHLMNEH@power1@ 100933a8 unit_fields.cpp.obj + 0002:0000a3b0 ??_C@_06IKFGJOIE@power2@ 100933b0 unit_fields.cpp.obj + 0002:0000a3b8 ??_C@_06JDENKPMF@power3@ 100933b8 unit_fields.cpp.obj + 0002:0000a3c0 ??_C@_06NMAMDJAC@power4@ 100933c0 unit_fields.cpp.obj + 0002:0000a3c8 ??_C@_06MFBHAIED@power5@ 100933c8 unit_fields.cpp.obj + 0002:0000a3d0 ??_C@_09IGCJFBJ@maxHealth@ 100933d0 unit_fields.cpp.obj + 0002:0000a3dc ??_C@_09JENDNB@maxPower1@ 100933dc unit_fields.cpp.obj + 0002:0000a3e8 ??_C@_09CLLJIABC@maxPower2@ 100933e8 unit_fields.cpp.obj + 0002:0000a3f4 ??_C@_09DCKCLBFD@maxPower3@ 100933f4 unit_fields.cpp.obj + 0002:0000a400 ??_C@_09HNODCHJE@maxPower4@ 10093400 unit_fields.cpp.obj + 0002:0000a40c ??_C@_09GEPIBGNF@maxPower5@ 1009340c unit_fields.cpp.obj + 0002:0000a418 ??_C@_05KJNJLLGA@level@ 10093418 unit_fields.cpp.obj + 0002:0000a420 ??_C@_0BA@HDIFLJID@factionTemplate@ 10093420 unit_fields.cpp.obj + 0002:0000a430 ??_C@_06NLMMIAIA@bytes0@ 10093430 unit_fields.cpp.obj + 0002:0000a438 ??_C@_09BFHAFMLP@auraState@ 10093438 unit_fields.cpp.obj + 0002:0000a444 ??_C@_0P@DGLGADKE@baseAttackTime@ 10093444 unit_fields.cpp.obj + 0002:0000a454 ??_C@_0BC@CGEKFAIO@offhandAttackTime@ 10093454 unit_fields.cpp.obj + 0002:0000a468 ??_C@_0BB@DNFLGEGG@rangedAttackTime@ 10093468 unit_fields.cpp.obj + 0002:0000a47c ??_C@_0P@PGEDLHEL@boundingRadius@ 1009347c unit_fields.cpp.obj + 0002:0000a48c ??_C@_0M@DOJLMCBI@combatReach@ 1009348c unit_fields.cpp.obj + 0002:0000a498 ??_C@_09EJIHCEAC@displayId@ 10093498 unit_fields.cpp.obj + 0002:0000a4a4 ??_C@_0BA@HLLMBDFA@nativeDisplayId@ 100934a4 unit_fields.cpp.obj + 0002:0000a4b4 ??_C@_0P@HOLJBBID@mountDisplayId@ 100934b4 unit_fields.cpp.obj + 0002:0000a4c4 ??_C@_0BB@LCJMKLPB@minOffhandDamage@ 100934c4 unit_fields.cpp.obj + 0002:0000a4d8 ??_C@_0BB@KHBHHPAD@maxOffhandDamage@ 100934d8 unit_fields.cpp.obj + 0002:0000a4ec ??_C@_06MCNHLBMB@bytes1@ 100934ec unit_fields.cpp.obj + 0002:0000a4f4 ??_C@_09DIJBEFAN@petNumber@ 100934f4 unit_fields.cpp.obj + 0002:0000a500 ??_C@_0BB@OMLEJGDP@petNameTimestamp@ 10093500 unit_fields.cpp.obj + 0002:0000a514 ??_C@_0O@FGKOPGHG@petExperience@ 10093514 unit_fields.cpp.obj + 0002:0000a524 ??_C@_0BA@PAHIIHLL@petNextLevelExp@ 10093524 unit_fields.cpp.obj + 0002:0000a534 ??_C@_0N@CMKAPPHA@dynamicFlags@ 10093534 unit_fields.cpp.obj + 0002:0000a544 ??_C@_0N@IEJBDBBA@channelSpell@ 10093544 unit_fields.cpp.obj + 0002:0000a554 ??_C@_0N@DHEPGEFO@modCastSpeed@ 10093554 unit_fields.cpp.obj + 0002:0000a564 ??_C@_0P@ENACAIIN@createdBySpell@ 10093564 unit_fields.cpp.obj + 0002:0000a574 ??_C@_08NEIKGCEE@npcFlags@ 10093574 unit_fields.cpp.obj + 0002:0000a580 ??_C@_0O@DDNCOFID@npcEmoteState@ 10093580 unit_fields.cpp.obj + 0002:0000a590 ??_C@_0P@GKAKCLOA@trainingPoints@ 10093590 unit_fields.cpp.obj + 0002:0000a5a0 ??_C@_05MAPNABCF@stat0@ 100935a0 unit_fields.cpp.obj + 0002:0000a5a8 ??_C@_05NJOGDAGE@stat1@ 100935a8 unit_fields.cpp.obj + 0002:0000a5b0 ??_C@_05PCMLGDKH@stat2@ 100935b0 unit_fields.cpp.obj + 0002:0000a5b8 ??_C@_05OLNAFCOG@stat3@ 100935b8 unit_fields.cpp.obj + 0002:0000a5c0 ??_C@_05KEJBMECB@stat4@ 100935c0 unit_fields.cpp.obj + 0002:0000a5c8 ??_C@_08OPMNAGFL@baseMana@ 100935c8 unit_fields.cpp.obj + 0002:0000a5d4 ??_C@_0L@PHGDMNPJ@baseHealth@ 100935d4 unit_fields.cpp.obj + 0002:0000a5e0 ??_C@_06OJPKOCAC@bytes2@ 100935e0 unit_fields.cpp.obj + 0002:0000a5e8 ??_C@_0M@KIFIFFDF@attackPower@ 100935e8 unit_fields.cpp.obj + 0002:0000a5f4 ??_C@_0BA@IPAHCKCK@attackPowerMods@ 100935f4 unit_fields.cpp.obj + 0002:0000a604 ??_C@_0BG@IHJMPLFM@attackPowerMultiplier@ 10093604 unit_fields.cpp.obj + 0002:0000a61c ??_C@_0BC@JCJAIEDA@rangedAttackPower@ 1009361c unit_fields.cpp.obj + 0002:0000a630 ??_C@_0BG@PBLNABOL@rangedAttackPowerMods@ 10093630 unit_fields.cpp.obj + 0002:0000a648 ??_C@_0BM@MHJJMDPM@rangedAttackPowerMultiplier@ 10093648 unit_fields.cpp.obj + 0002:0000a664 ??_C@_0BA@DNGOHFNJ@minRangedDamage@ 10093664 unit_fields.cpp.obj + 0002:0000a674 ??_C@_0BA@GMJHMOIE@maxRangedDamage@ 10093674 unit_fields.cpp.obj + 0002:0000a684 ??_C@_0BD@KMOEPALK@virtualItemDisplay@ 10093684 unit_fields.cpp.obj + 0002:0000a698 ??_C@_0BA@CLDBCJMB@virtualItemInfo@ 10093698 unit_fields.cpp.obj + 0002:0000a6a8 ??_C@_04OKPNOAGJ@aura@ 100936a8 unit_fields.cpp.obj + 0002:0000a6b0 ??_C@_09BEADLLCK@auraFlags@ 100936b0 unit_fields.cpp.obj + 0002:0000a6bc ??_C@_0L@DDHBIJIK@auraLevels@ 100936bc unit_fields.cpp.obj + 0002:0000a6c8 ??_C@_0BB@LCGCAOC@auraApplications@ 100936c8 unit_fields.cpp.obj + 0002:0000a6dc ??_C@_0BC@LHCFADJ@powerCostModifier@ 100936dc unit_fields.cpp.obj + 0002:0000a6f0 ??_C@_0BE@CIJMDBF@powerCostMultiplier@ 100936f0 unit_fields.cpp.obj + 0002:0000a708 ??_C@_0CC@DBGAMKLH@Clearing?5all?5LUA?5table?5referenc@ 10093708 lua_refs.cpp.obj + 0002:0000a72c __pDestructExceptionObject 1009372c libvcruntime:ehhelpers.obj + 0002:0000a734 ??_7bad_typeid@std@@6B@ 10093734 libvcruntime:rtti.obj + 0002:0000a740 ??_7__non_rtti_object@std@@6B@ 10093740 libvcruntime:rtti.obj + 0002:0000a748 ??_C@_0CB@CGKGGDFI@Access?5violation?5?9?5no?5RTTI?5data@ 10093748 libvcruntime:rtti.obj + 0002:0000a76c ??_C@_0CH@OLLMPELC@Attempted?5a?5typeid?5of?5nullptr?5p@ 1009376c libvcruntime:rtti.obj + 0002:0000a794 ??_C@_0CB@EEENAAHH@Bad?5read?5pointer?5?9?5no?5RTTI?5data@ 10093794 libvcruntime:rtti.obj + 0002:0000a7b8 ??_C@_0BC@JNJNLHBP@Bad?5dynamic_cast?$CB@ 100937b8 libvcruntime:rtti.obj + 0002:0000ab58 ??_C@_08EHJDFFNH@__based?$CI@ 10093b58 libvcruntime:undname.obj + 0002:0000ab64 ??_C@_07KOLFKCDI@__cdecl@ 10093b64 libvcruntime:undname.obj + 0002:0000ab6c ??_C@_08GHMPAG@__pascal@ 10093b6c libvcruntime:undname.obj + 0002:0000ab78 ??_C@_09IFJBGAPI@__stdcall@ 10093b78 libvcruntime:undname.obj + 0002:0000ab84 ??_C@_0L@NPHFGOKO@__thiscall@ 10093b84 libvcruntime:undname.obj + 0002:0000ab90 ??_C@_0L@JMKHOMEK@__fastcall@ 10093b90 libvcruntime:undname.obj + 0002:0000ab9c ??_C@_0N@BCKKPABJ@__vectorcall@ 10093b9c libvcruntime:undname.obj + 0002:0000abac ??_C@_09HIJEGCPM@__clrcall@ 10093bac libvcruntime:undname.obj + 0002:0000abb8 ??_C@_06GHPCKEAG@__eabi@ 10093bb8 libvcruntime:undname.obj + 0002:0000abc0 ??_C@_09IOPIDJLG@__swift_1@ 10093bc0 libvcruntime:undname.obj + 0002:0000abcc ??_C@_09KFNFGKHF@__swift_2@ 10093bcc libvcruntime:undname.obj + 0002:0000abd8 ??_C@_09LMMOFLDE@__swift_3@ 10093bd8 libvcruntime:undname.obj + 0002:0000abe4 ??_C@_07JOMMBBKO@__ptr64@ 10093be4 libvcruntime:undname.obj + 0002:0000abec ??_C@_0L@PILCLIHE@__restrict@ 10093bec libvcruntime:undname.obj + 0002:0000abf8 ??_C@_0M@GFIIJFMG@__unaligned@ 10093bf8 libvcruntime:undname.obj + 0002:0000ac04 ??_C@_09DHDLOLLB@restrict?$CI@ 10093c04 libvcruntime:undname.obj + 0002:0000ac10 ??_C@_04NIHEBCM@?5new@ 10093c10 libvcruntime:undname.obj + 0002:0000ac18 ??_C@_07FPCDHGMM@?5delete@ 10093c18 libvcruntime:undname.obj + 0002:0000ac20 ??_C@_01NEMOKFLO@?$DN@ 10093c20 libvcruntime:undname.obj + 0002:0000ac24 ??_C@_02GPIOPFAK@?$DO?$DO@ 10093c24 libvcruntime:undname.obj + 0002:0000ac28 ??_C@_02FODMEDOG@?$DM?$DM@ 10093c28 libvcruntime:undname.obj + 0002:0000ac2c ??_C@_01DCLJPIOD@?$CB@ 10093c2c libvcruntime:undname.obj + 0002:0000ac30 ??_C@_02EGOFBIJA@?$DN?$DN@ 10093c30 libvcruntime:undname.obj + 0002:0000ac34 ??_C@_02FDNJECIE@?$CB?$DN@ 10093c34 libvcruntime:undname.obj + 0002:0000ac38 ??_C@_02GPECMEKF@?$FL?$FN@ 10093c38 libvcruntime:undname.obj + 0002:0000ac3c ??_C@_08LHJFAFGD@operator@ 10093c3c libvcruntime:undname.obj + 0002:0000ac48 ??_C@_02HBOOOICD@?9?$DO@ 10093c48 libvcruntime:undname.obj + 0002:0000ac4c ??_C@_01NBENCBCI@?$CK@ 10093c4c libvcruntime:undname.obj + 0002:0000ac50 ??_C@_02ECNGHCIF@?$CL?$CL@ 10093c50 libvcruntime:undname.obj + 0002:0000ac54 ??_C@_02BAABKJLB@?9?9@ 10093c54 libvcruntime:undname.obj + 0002:0000ac58 ??_C@_01JOAMLHOP@?9@ 10093c58 libvcruntime:undname.obj + 0002:0000ac5c ??_C@_01MIFGBAGJ@?$CL@ 10093c5c libvcruntime:undname.obj + 0002:0000ac60 ??_C@_01HNPIGOCE@?$CG@ 10093c60 libvcruntime:undname.obj + 0002:0000ac64 ??_C@_03MNHNFDLC@?9?$DO?$CK@ 10093c64 libvcruntime:undname.obj + 0002:0000ac68 ??_C@_01KMDKNFGN@?1@ 10093c68 libvcruntime:undname.obj + 0002:0000ac6c ??_C@_01FGNFDNOH@?$CF@ 10093c6c libvcruntime:undname.obj + 0002:0000ac70 ??_C@_01MNNFJEPP@?$DM@ 10093c70 libvcruntime:undname.obj + 0002:0000ac74 ??_C@_02EHCHHCKH@?$DM?$DN@ 10093c74 libvcruntime:undname.obj + 0002:0000ac78 ??_C@_01PPODPGHN@?$DO@ 10093c78 libvcruntime:undname.obj + 0002:0000ac7c ??_C@_02EEKDKGMJ@?$DO?$DN@ 10093c7c libvcruntime:undname.obj + 0002:0000ac80 ??_C@_02HCKGKOFO@?$CI?$CJ@ 10093c80 libvcruntime:undname.obj + 0002:0000ac84 ??_C@_01PJKLJHI@?$HO@ 10093c84 libvcruntime:undname.obj + 0002:0000ac88 ??_C@_01JKBOJNNK@?$FO@ 10093c88 libvcruntime:undname.obj + 0002:0000ac8c ??_C@_01DNKMNLPK@?$HM@ 10093c8c libvcruntime:undname.obj + 0002:0000ac90 ??_C@_02PPKAJPJL@?$CG?$CG@ 10093c90 libvcruntime:undname.obj + 0002:0000ac94 ??_C@_02NONPIBCD@?$HM?$HM@ 10093c94 libvcruntime:undname.obj + 0002:0000ac98 ??_C@_02FPIMKNGF@?$CK?$DN@ 10093c98 libvcruntime:undname.obj + 0002:0000ac9c ??_C@_02FOEOMHFC@?$CL?$DN@ 10093c9c libvcruntime:undname.obj + 0002:0000aca0 ??_C@_02FKMDLLOA@?9?$DN@ 10093ca0 libvcruntime:undname.obj + 0002:0000aca4 ??_C@_02FJEHGPIO@?1?$DN@ 10093ca4 libvcruntime:undname.obj + 0002:0000aca8 ??_C@_02FENAOKFI@?$CF?$DN@ 10093ca8 libvcruntime:undname.obj + 0002:0000acac ??_C@_03IKFCCPFF@?$DO?$DO?$DN@ 10093cac libvcruntime:undname.obj + 0002:0000acb0 ??_C@_03CDNPDDLA@?$DM?$DM?$DN@ 10093cb0 libvcruntime:undname.obj + 0002:0000acb4 ??_C@_02FGJGFEAB@?$CG?$DN@ 10093cb4 libvcruntime:undname.obj + 0002:0000acb8 ??_C@_02DHLNPPGH@?$HM?$DN@ 10093cb8 libvcruntime:undname.obj + 0002:0000acbc ??_C@_02MHEGNOJ@?$FO?$DN@ 10093cbc libvcruntime:undname.obj + 0002:0000acc0 ??_C@_09IFPLHPGF@?$GAvftable?8@ 10093cc0 libvcruntime:undname.obj + 0002:0000accc ??_C@_09BLBHBJP@?$GAvbtable?8@ 10093ccc libvcruntime:undname.obj + 0002:0000acd8 ??_C@_07FEEIOKP@?$GAvcall?8@ 10093cd8 libvcruntime:undname.obj + 0002:0000ace0 ??_C@_08LLFFHHDJ@?$GAtypeof?8@ 10093ce0 libvcruntime:undname.obj + 0002:0000acec ??_C@_0BF@KDPPACIK@?$GAlocal?5static?5guard?8@ 10093cec libvcruntime:undname.obj + 0002:0000ad04 ??_C@_08OBABFOLI@?$GAstring?8@ 10093d04 libvcruntime:undname.obj + 0002:0000ad10 ??_C@_0BD@JDLKDPAB@?$GAvbase?5destructor?8@ 10093d10 libvcruntime:undname.obj + 0002:0000ad24 ??_C@_0BN@DEGPLNFK@?$GAvector?5deleting?5destructor?8@ 10093d24 libvcruntime:undname.obj + 0002:0000ad44 ??_C@_0BO@OBMKPJIG@?$GAdefault?5constructor?5closure?8@ 10093d44 libvcruntime:undname.obj + 0002:0000ad64 ??_C@_0BN@IMDCHIKM@?$GAscalar?5deleting?5destructor?8@ 10093d64 libvcruntime:undname.obj + 0002:0000ad84 ??_C@_0BO@PFGOCPJJ@?$GAvector?5constructor?5iterator?8@ 10093d84 libvcruntime:undname.obj + 0002:0000ada4 ??_C@_0BN@LFPFMEDL@?$GAvector?5destructor?5iterator?8@ 10093da4 libvcruntime:undname.obj + 0002:0000adc4 ??_C@_0CE@IKBNEHA@?$GAvector?5vbase?5constructor?5itera@ 10093dc4 libvcruntime:undname.obj + 0002:0000ade8 ??_C@_0BL@NILFHHPC@?$GAvirtual?5displacement?5map?8@ 10093de8 libvcruntime:undname.obj + 0002:0000ae04 ??_C@_0CB@JONCMFFK@?$GAeh?5vector?5constructor?5iterator@ 10093e04 libvcruntime:undname.obj + 0002:0000ae28 ??_C@_0CA@GCEOPDGL@?$GAeh?5vector?5destructor?5iterator?8@ 10093e28 libvcruntime:undname.obj + 0002:0000ae48 ??_C@_0CH@OOJPLCPH@?$GAeh?5vector?5vbase?5constructor?5it@ 10093e48 libvcruntime:undname.obj + 0002:0000ae70 ??_C@_0BL@LLKPOHJI@?$GAcopy?5constructor?5closure?8@ 10093e70 libvcruntime:undname.obj + 0002:0000ae8c ??_C@_0BA@KBCDOMBN@?$GAudt?5returning?8@ 10093e8c libvcruntime:undname.obj + 0002:0000ae9c ??_C@_03KLGMFNMG@?$GAEH@ 10093e9c libvcruntime:undname.obj + 0002:0000aea0 ??_C@_05KHLCHHI@?$GARTTI@ 10093ea0 libvcruntime:undname.obj + 0002:0000aea8 ??_C@_0BA@KKLDJDLB@?$GAlocal?5vftable?8@ 10093ea8 libvcruntime:undname.obj + 0002:0000aeb8 ??_C@_0CE@IIHCMGGL@?$GAlocal?5vftable?5constructor?5clos@ 10093eb8 libvcruntime:undname.obj + 0002:0000aedc ??_C@_06FHBGPFGH@?5new?$FL?$FN@ 10093edc libvcruntime:undname.obj + 0002:0000aee4 ??_C@_09LBNFPBCA@?5delete?$FL?$FN@ 10093ee4 libvcruntime:undname.obj + 0002:0000aef0 ??_C@_0P@HJKNJFNN@?$GAomni?5callsig?8@ 10093ef0 libvcruntime:undname.obj + 0002:0000af00 ??_C@_0BL@CNOONJFP@?$GAplacement?5delete?5closure?8@ 10093f00 libvcruntime:undname.obj + 0002:0000af1c ??_C@_0BN@CKNJLHMB@?$GAplacement?5delete?$FL?$FN?5closure?8@ 10093f1c libvcruntime:undname.obj + 0002:0000af3c ??_C@_0CG@CFDHKGGD@?$GAmanaged?5vector?5constructor?5ite@ 10093f3c libvcruntime:undname.obj + 0002:0000af64 ??_C@_0CF@IMGKMJNO@?$GAmanaged?5vector?5destructor?5iter@ 10093f64 libvcruntime:undname.obj + 0002:0000af8c ??_C@_0CG@HLDDJMAG@?$GAeh?5vector?5copy?5constructor?5ite@ 10093f8c libvcruntime:undname.obj + 0002:0000afb4 ??_C@_0CM@FCBBDIGB@?$GAeh?5vector?5vbase?5copy?5construct@ 10093fb4 libvcruntime:undname.obj + 0002:0000afe0 ??_C@_0BL@CLIPGLGB@?$GAdynamic?5initializer?5for?5?8@ 10093fe0 libvcruntime:undname.obj + 0002:0000affc ??_C@_0CB@PDBIFEP@?$GAdynamic?5atexit?5destructor?5for?5@ 10093ffc libvcruntime:undname.obj + 0002:0000b020 ??_C@_0CD@CGAJBKEJ@?$GAvector?5copy?5constructor?5iterat@ 10094020 libvcruntime:undname.obj + 0002:0000b044 ??_C@_0CJ@GJELGAMM@?$GAvector?5vbase?5copy?5constructor?5@ 10094044 libvcruntime:undname.obj + 0002:0000b070 ??_C@_0CL@FGIJHLCE@?$GAmanaged?5vector?5copy?5constructo@ 10094070 libvcruntime:undname.obj + 0002:0000b09c ??_C@_0BM@PMGGMLDN@?$GAlocal?5static?5thread?5guard?8@ 1009409c libvcruntime:undname.obj + 0002:0000b0b8 ??_C@_0N@BDNMDMOL@operator?5?$CC?$CC?5@ 100940b8 libvcruntime:undname.obj + 0002:0000b0c8 ??_C@_0BC@GGEBGALA@operator?5co_await@ 100940c8 libvcruntime:undname.obj + 0002:0000b0dc ??_C@_0M@GAAIMMOH@operator?$DM?$DN?$DO@ 100940dc libvcruntime:undname.obj + 0002:0000b0e8 ??_C@_0BC@DAFEJGAK@?5Type?5Descriptor?8@ 100940e8 libvcruntime:undname.obj + 0002:0000b0fc ??_C@_0BM@LDKODKLH@?5Base?5Class?5Descriptor?5at?5?$CI@ 100940fc libvcruntime:undname.obj + 0002:0000b118 ??_C@_0BD@LGICGFMM@?5Base?5Class?5Array?8@ 10094118 libvcruntime:undname.obj + 0002:0000b12c ??_C@_0BN@MECKDCOJ@?5Class?5Hierarchy?5Descriptor?8@ 1009412c libvcruntime:undname.obj + 0002:0000b14c ??_C@_0BK@CFCOFLF@?5Complete?5Object?5Locator?8@ 1009414c libvcruntime:undname.obj + 0002:0000b168 ??_C@_0BG@JNJLAMPM@?$GAanonymous?5namespace?8@ 10094168 libvcruntime:undname.obj + 0002:0000b180 ??_C@_04HEJADOOB@CV?3?5@ 10094180 libvcruntime:undname.obj + 0002:0000b188 ??_C@_02MOLJINC@?3?3@ 10094188 libvcruntime:undname.obj + 0002:0000b18c ??_C@_0BE@JAEOCHPE@template?9parameter?9@ 1009418c libvcruntime:undname.obj + 0002:0000b1a0 ??_C@_0BF@LNLGBBNL@?$GAtemplate?9parameter?9@ 100941a0 libvcruntime:undname.obj + 0002:0000b1b8 ??_C@_0O@KHGCOMHP@generic?9type?9@ 100941b8 libvcruntime:undname.obj + 0002:0000b1c8 ??_C@_0P@ODDENDLM@?$GAgeneric?9type?9@ 100941c8 libvcruntime:undname.obj + 0002:0000b1d8 ??_C@_02OHHJMEON@?8?8@ 100941d8 libvcruntime:undname.obj + 0002:0000b1dc ??_C@_0BN@IBLMMFAP@?$GAnon?9type?9template?9parameter@ 100941dc libvcruntime:undname.obj + 0002:0000b1fc ??_C@_03DLDNIBIK@?$CFlf@ 100941fc libvcruntime:undname.obj + 0002:0000b200 ??_C@_04OFALKAJ@?$DP?$DP_C@ 10094200 libvcruntime:undname.obj + 0002:0000b208 ??_C@_03KHICJKCI@?4?4?4@ 10094208 libvcruntime:undname.obj + 0002:0000b20c ??_C@_04HIBGFPH@NULL@ 1009420c libvcruntime:undname.obj + 0002:0000b214 ??_C@_02DPKJAMEF@?$CFd@ 10094214 libvcruntime:undname.obj + 0002:0000b218 ??_C@_0BK@IHCCFNEL@?$GAtemplate?9type?9parameter?9@ 10094218 libvcruntime:undname.obj + 0002:0000b234 ??_C@_0BK@OFCNNNKO@?$GAgeneric?9class?9parameter?9@ 10094234 libvcruntime:undname.obj + 0002:0000b250 ??_C@_0BL@NGJBLFIL@?$GAgeneric?9method?9parameter?9@ 10094250 libvcruntime:undname.obj + 0002:0000b26c ??_C@_07OHNGEDJK@nullptr@ 1009426c libvcruntime:undname.obj + 0002:0000b274 ??_C@_06COJIGPIB@lambda@ 10094274 libvcruntime:undname.obj + 0002:0000b27c ??_C@_04GKJNKENE@void@ 1009427c libvcruntime:undname.obj + 0002:0000b284 ??_C@_0BE@EODMJLIF@?$GAtemplate?9parameter@ 10094284 libvcruntime:undname.obj + 0002:0000b298 ??_C@_03OPGICMGF@?$HN?8?5@ 10094298 libvcruntime:undname.obj + 0002:0000b29c ??_C@_02IGFCGPIL@?$HN?8@ 1009429c libvcruntime:undname.obj + 0002:0000b2a0 ??_C@_0N@CBHHHENL@?$GAvtordispex?$HL@ 100942a0 libvcruntime:undname.obj + 0002:0000b2b0 ??_C@_0L@GHPFDFH@?$GAvtordisp?$HL@ 100942b0 libvcruntime:undname.obj + 0002:0000b2bc ??_C@_0L@HNGCOGAE@?$GAadjustor?$HL@ 100942bc libvcruntime:undname.obj + 0002:0000b2c8 ??_C@_0CB@KJDOOODE@?$GAlocal?5static?5destructor?5helper@ 100942c8 libvcruntime:undname.obj + 0002:0000b2ec ??_C@_0DB@ILEFOCIJ@?$GAtemplate?5static?5data?5member?5co@ 100942ec libvcruntime:undname.obj + 0002:0000b320 ??_C@_0DA@HGFJFBBE@?$GAtemplate?5static?5data?5member?5de@ 10094320 libvcruntime:undname.obj + 0002:0000b350 ??_C@_07PGOEDBHP@static?5@ 10094350 libvcruntime:undname.obj + 0002:0000b358 ??_C@_08NIEOINHE@virtual?5@ 10094358 libvcruntime:undname.obj + 0002:0000b364 ??_C@_09LAPHOOG@private?3?5@ 10094364 libvcruntime:undname.obj + 0002:0000b370 ??_C@_0M@GAIFPFIP@protected?3?5@ 10094370 libvcruntime:undname.obj + 0002:0000b37c ??_C@_08GPDDCMKI@public?3?5@ 1009437c libvcruntime:undname.obj + 0002:0000b388 ??_C@_08KJLFOPNE@?$FLthunk?$FN?3@ 10094388 libvcruntime:undname.obj + 0002:0000b394 ??_C@_0M@DHNBOJMP@extern?5?$CCC?$CC?5@ 10094394 libvcruntime:undname.obj + 0002:0000b3a0 ??_C@_02KCKGHPCA@?$CJ?5@ 100943a0 libvcruntime:undname.obj + 0002:0000b3a4 ??_C@_05CIHEBHNO@char?5@ 100943a4 libvcruntime:undname.obj + 0002:0000b3ac ??_C@_06EHJMALKF@short?5@ 100943ac libvcruntime:undname.obj + 0002:0000b3b4 ??_C@_04LAHKHJMA@int?5@ 100943b4 libvcruntime:undname.obj + 0002:0000b3bc ??_C@_05CJIMAING@long?5@ 100943bc libvcruntime:undname.obj + 0002:0000b3c4 ??_C@_09EBBEKKIH@unsigned?5@ 100943c4 libvcruntime:undname.obj + 0002:0000b3d0 ??_C@_05BEFAKPML@void?5@ 100943d0 libvcruntime:undname.obj + 0002:0000b3d8 ??_C@_09GAIEOBLP@volatile?5@ 100943d8 libvcruntime:undname.obj + 0002:0000b3e4 ??_C@_08PABEKFH@volatile@ 100943e4 libvcruntime:undname.obj + 0002:0000b3f0 ??_C@_0BA@LKIJLKPP@std?3?3nullptr_t?5@ 100943f0 libvcruntime:undname.obj + 0002:0000b400 ??_C@_0P@GCOCNKDM@std?3?3nullptr_t@ 10094400 libvcruntime:undname.obj + 0002:0000b410 ??_C@_0L@EGPHHEKN@?$DMellipsis?$DO@ 10094410 libvcruntime:undname.obj + 0002:0000b41c ??_C@_04EENFHACM@?0?4?4?4@ 1009441c libvcruntime:undname.obj + 0002:0000b424 ??_C@_0M@ELJOJFFH@?0?$DMellipsis?$DO@ 10094424 libvcruntime:undname.obj + 0002:0000b430 ??_C@_09DNHFEOJI@?5noexcept@ 10094430 libvcruntime:undname.obj + 0002:0000b43c ??_C@_03PBJBJNON@cpu@ 1009443c libvcruntime:undname.obj + 0002:0000b440 ??_C@_03DCBBJBAA@amp@ 10094440 libvcruntime:undname.obj + 0002:0000b444 ??_C@_04ENMBGAPA@char@ 10094444 libvcruntime:undname.obj + 0002:0000b44c ??_C@_05BFKKPKCG@short@ 1009444c libvcruntime:undname.obj + 0002:0000b454 ??_C@_03JBIPMCLC@int@ 10094454 libvcruntime:undname.obj + 0002:0000b458 ??_C@_04GOKPGOLB@long@ 10094458 libvcruntime:undname.obj + 0002:0000b460 ??_C@_05KNFBNCOH@float@ 10094460 libvcruntime:undname.obj + 0002:0000b468 ??_C@_06BNJCAIGJ@double@ 10094468 libvcruntime:undname.obj + 0002:0000b470 ??_C@_04DDKJGDCM@bool@ 10094470 libvcruntime:undname.obj + 0002:0000b478 ??_C@_06EBGKOKIG@__int8@ 10094478 libvcruntime:undname.obj + 0002:0000b480 ??_C@_07ICFHOGAF@__int16@ 10094480 libvcruntime:undname.obj + 0002:0000b488 ??_C@_07OFLPPHGP@__int32@ 10094488 libvcruntime:undname.obj + 0002:0000b490 ??_C@_07LFCOJCAC@__int64@ 10094490 libvcruntime:undname.obj + 0002:0000b498 ??_C@_08GAHOLHEO@__int128@ 10094498 libvcruntime:undname.obj + 0002:0000b4a4 ??_C@_09EEKGDCPH@?$DMunknown?$DO@ 100944a4 libvcruntime:undname.obj + 0002:0000b4b0 ??_C@_07CFHGOPCN@char8_t@ 100944b0 libvcruntime:undname.obj + 0002:0000b4b8 ??_C@_08HBIPOFJB@char16_t@ 100944b8 libvcruntime:undname.obj + 0002:0000b4c4 ??_C@_08IECNCBKG@char32_t@ 100944c4 libvcruntime:undname.obj + 0002:0000b4d0 ??_C@_07CLGGIAMF@wchar_t@ 100944d0 libvcruntime:undname.obj + 0002:0000b4d8 ??_C@_04HAPDLBFF@auto@ 100944d8 libvcruntime:undname.obj + 0002:0000b4e0 ??_C@_0P@LHCGKIGK@decltype?$CIauto?$CJ@ 100944e0 libvcruntime:undname.obj + 0002:0000b4f0 ??_C@_05PCNBGHCF@this?5@ 100944f0 libvcruntime:undname.obj + 0002:0000b4f8 ??_C@_06GCICPBLB@__w64?5@ 100944f8 libvcruntime:undname.obj + 0002:0000b500 ??_C@_07NFANNNEC@UNKNOWN@ 10094500 libvcruntime:undname.obj + 0002:0000b508 ??_C@_07EDHNAJHC@signed?5@ 10094508 libvcruntime:undname.obj + 0002:0000b510 ??_C@_05BNCCCJPP@const@ 10094510 libvcruntime:undname.obj + 0002:0000b518 ??_C@_09EFNPDFFP@?5volatile@ 10094518 libvcruntime:undname.obj + 0002:0000b524 ??_C@_0P@GCIFDJCJ@?$GAunknown?5ecsu?8@ 10094524 libvcruntime:undname.obj + 0002:0000b534 ??_C@_06MOJHIBMG@union?5@ 10094534 libvcruntime:undname.obj + 0002:0000b53c ??_C@_07DIBCDNGL@struct?5@ 1009453c libvcruntime:undname.obj + 0002:0000b544 ??_C@_06LJBABKPM@class?5@ 10094544 libvcruntime:undname.obj + 0002:0000b54c ??_C@_08KOFANOFK@coclass?5@ 1009454c libvcruntime:undname.obj + 0002:0000b558 ??_C@_0N@DLIEFKNA@cointerface?5@ 10094558 libvcruntime:undname.obj + 0002:0000b568 ??_C@_05LJGMCFOG@enum?5@ 10094568 libvcruntime:undname.obj + 0002:0000b570 ??_C@_06LIJLOJAG@const?5@ 10094570 libvcruntime:undname.obj + 0002:0000b578 ??_C@_02KJPKDIBN@?$CG?5@ 10094578 libvcruntime:undname.obj + 0002:0000b57c ??_C@_03PCKGMOPB@?$CG?$CG?5@ 1009457c libvcruntime:undname.obj + 0002:0000b580 ??_C@_0M@EALIELKG@cli?3?3array?$DM@ 10094580 libvcruntime:undname.obj + 0002:0000b58c ??_C@_0O@GKABPPIF@cli?3?3pin_ptr?$DM@ 1009458c libvcruntime:undname.obj + 0002:0000b59c ??_C@_02GOGNNPBN@?$CJ?$FL@ 1009459c libvcruntime:undname.obj + 0002:0000b5a0 ??_C@_06EEGAIFAK@?$HLflat?$HN@ 100945a0 libvcruntime:undname.obj + 0002:0000b5a8 ??_C@_05JIBOFOHK@?$HLfor?5@ 100945a8 libvcruntime:undname.obj + 0002:0000b5b0 ??_C@_02MDINNEEG@s?5@ 100945b0 libvcruntime:undname.obj + 0002:0000b5b8 ??_7DNameNode@@6B@ 100945b8 libvcruntime:undname.obj + 0002:0000b5cc ??_7charNode@@6B@ 100945cc libvcruntime:undname.obj + 0002:0000b5e0 ??_7pcharNode@@6B@ 100945e0 libvcruntime:undname.obj + 0002:0000b5f4 ??_7pDNameNode@@6B@ 100945f4 libvcruntime:undname.obj + 0002:0000b608 ??_7DNameStatusNode@@6B@ 10094608 libvcruntime:undname.obj + 0002:0000b61c ??_7pairNode@@6B@ 1009461c libvcruntime:undname.obj + 0002:0000b730 ??_C@_04OKOHEJBO@?5?$DP?$DP?5@ 10094730 libvcruntime:undname.obj + 0002:0000b738 ?nodes@?1??make@DNameStatusNode@@SAPBV2@W4DNameStatus@@@Z@4QBV2@B 10094738 libvcruntime:undname.obj + 0002:0000b774 ??_C@_1DM@KHCHBNEB@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10094774 libvcruntime:winapi_downlevel.obj + 0002:0000b7b0 ??_C@_1DK@LPPGFMPP@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 100947b0 libvcruntime:winapi_downlevel.obj + 0002:0000b7ec ??_C@_1BC@GDMECMAK@?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AA3?$AA2@ 100947ec libvcruntime:winapi_downlevel.obj + 0002:0000b800 ??_C@_1BA@PFFKHIOG@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9@ 10094800 libvcruntime:winapi_downlevel.obj + 0002:0000b818 ??_C@_08KNHFBNJ@FlsAlloc@ 10094818 libvcruntime:winapi_downlevel.obj + 0002:0000b82c ??_C@_07PEJMOBNF@FlsFree@ 1009482c libvcruntime:winapi_downlevel.obj + 0002:0000b83c ??_C@_0M@GDNOONDI@FlsGetValue@ 1009483c libvcruntime:winapi_downlevel.obj + 0002:0000b850 ??_C@_0M@JCPCPOEF@FlsSetValue@ 10094850 libvcruntime:winapi_downlevel.obj + 0002:0000b864 ??_C@_0BM@HCFOFFN@InitializeCriticalSectionEx@ 10094864 libvcruntime:winapi_downlevel.obj + 0002:0000b880 ?standard_lookup_table_spectre@__crt_stdio_output@@3V?$spectre_mitigated_lookup_table@Ustate_transition_pair@__crt_stdio_output@@$0IA@@1@B 10094880 libucrt:output.obj + 0002:0000b980 ?format_validation_lookup_table_spectre@__crt_stdio_output@@3V?$spectre_mitigated_lookup_table@Ustate_transition_pair@__crt_stdio_output@@$0IA@@1@B 10094980 libucrt:output.obj + 0002:0000ba80 ??_C@_1O@CEDCILHN@?$AA?$CI?$AAn?$AAu?$AAl?$AAl?$AA?$CJ@ 10094a80 libucrt:output.obj + 0002:0000bbf8 __real@8000000000000000 10094bf8 libucrt:frexp.obj + 0002:0000bc00 ?large_power_data@?1??multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@2@I@Z@4QBIB 10094c00 libucrt:strtod.obj + 0002:0000c508 ?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 10095508 libucrt:strtod.obj + 0002:0000c5a0 ?small_powers_of_ten@?1??multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@2@I@Z@4QBIB 100955a0 libucrt:strtod.obj + 0002:0000c5c8 ??_C@_1GE@DPGDJKLM@?$AAm?$AAi?$AAn?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AA?2?$AAc?$AAr?$AAt?$AAs?$AA?2@ 100955c8 libucrt:strtod.obj + 0002:0000c630 ??_C@_1FM@FELNCOBF@?$AA_?$AA_?$AAc?$AAr?$AAt?$AA_?$AAs?$AAt?$AAr?$AAt?$AAo?$AAx?$AA?3?$AA?3?$AAf@ 10095630 libucrt:strtod.obj + 0002:0000c68c ??_C@_1BG@GEMHBGAF@?$AA_?$AAi?$AAs?$AA_?$AAd?$AAo?$AAu?$AAb?$AAl?$AAe@ 1009568c libucrt:strtod.obj + 0002:0000c6a8 ??_C@_1FK@JOJELFFO@?$AA_?$AA_?$AAc?$AAr?$AAt?$AA_?$AAs?$AAt?$AAr?$AAt?$AAo?$AAx?$AA?3?$AA?3?$AAf@ 100956a8 libucrt:strtod.obj + 0002:0000c704 ??_C@_1BI@BANMPGJI@?$AA?$CB?$AA_?$AAi?$AAs?$AA_?$AAd?$AAo?$AAu?$AAb?$AAl?$AAe@ 10095704 libucrt:strtod.obj + 0002:0000c71c ?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 1009571c libucrt:strtod.obj + 0002:0000c720 ?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 10095720 libucrt:strtod.obj + 0002:0000c724 ?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 10095724 libucrt:strtod.obj + 0002:0000c72c ?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 1009572c libucrt:strtod.obj + 0002:0000c734 ?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 10095734 libucrt:strtod.obj + 0002:0000c738 ?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 10095738 libucrt:strtod.obj + 0002:0000c73c ?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 1009573c libucrt:strtod.obj + 0002:0000c744 ?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 10095744 libucrt:strtod.obj + 0002:0000c74c ?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 1009574c libucrt:strtod.obj + 0002:0000c750 ?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 10095750 libucrt:strtod.obj + 0002:0000c828 ___lc_category 10095828 libucrt:wsetlocale.obj + 0002:0000c870 ??_C@_1O@GIFLHMA@?$AAL?$AAC?$AA_?$AAA?$AAL?$AAL@ 10095870 libucrt:wsetlocale.obj + 0002:0000c880 ??_C@_1BG@PPOMIBNJ@?$AAL?$AAC?$AA_?$AAC?$AAO?$AAL?$AAL?$AAA?$AAT?$AAE@ 10095880 libucrt:wsetlocale.obj + 0002:0000c898 ??_C@_1BC@FFJGAPJM@?$AAL?$AAC?$AA_?$AAC?$AAT?$AAY?$AAP?$AAE@ 10095898 libucrt:wsetlocale.obj + 0002:0000c8ac ??_C@_1BI@PCKFNJFB@?$AAL?$AAC?$AA_?$AAM?$AAO?$AAN?$AAE?$AAT?$AAA?$AAR?$AAY@ 100958ac libucrt:wsetlocale.obj + 0002:0000c8c4 ??_C@_1BG@ENIEDKID@?$AAL?$AAC?$AA_?$AAN?$AAU?$AAM?$AAE?$AAR?$AAI?$AAC@ 100958c4 libucrt:wsetlocale.obj + 0002:0000c8dc ??_C@_1BA@HAAOMIIG@?$AAL?$AAC?$AA_?$AAT?$AAI?$AAM?$AAE@ 100958dc libucrt:wsetlocale.obj + 0002:0000c8ec ??_C@_15NBPDDFIP@?$AA?$DN?$AA?$DL@ 100958ec libucrt:wsetlocale.obj + 0002:0000c8f4 ??_C@_13PJJBFPED@?$AA?$DL@ 100958f4 libucrt:wsetlocale.obj + 0002:0000c8f8 ??_C@_13NMPKAAJP@?$AA?$DN@ 100958f8 libucrt:wsetlocale.obj + 0002:0000c8fc ??_C@_13IMODFHAA@?$AA?9@ 100958fc libucrt:wsetlocale.obj + 0002:0000c900 ??_C@_17EFJLDFDO@?$AA?9?$AA_?$AA?4@ 10095900 libucrt:wsetlocale.obj + 0002:0000c908 ??_C@_13FHBKNHDA@?$AAC@ 10095908 libucrt:wsetlocale.obj + 0002:0000c90c ??_C@_17MBJJLFDM@?$AA_?$AA?4?$AA?0@ 1009590c libucrt:wsetlocale.obj + 0002:0000c914 ??_C@_13ENNFDPBH@?$AA_@ 10095914 libucrt:wsetlocale.obj + 0002:0000c918 ??_C@_13JOFGPIOO@?$AA?4@ 10095918 libucrt:wsetlocale.obj + 0002:0000c920 ___lc_time_c 10095920 libucrt:nlsdata.obj + 0002:0000ca84 ??_C@_03KOEHGMDN@Sun@ 10095a84 libucrt:nlsdata.obj + 0002:0000ca88 ??_C@_03PDAGKDH@Mon@ 10095a88 libucrt:nlsdata.obj + 0002:0000ca8c ??_C@_03NAGEINEP@Tue@ 10095a8c libucrt:nlsdata.obj + 0002:0000ca90 ??_C@_03MHOMLAJA@Wed@ 10095a90 libucrt:nlsdata.obj + 0002:0000ca94 ??_C@_03IOFIKPDN@Thu@ 10095a94 libucrt:nlsdata.obj + 0002:0000ca98 ??_C@_03IDIOELNC@Fri@ 10095a98 libucrt:nlsdata.obj + 0002:0000ca9c ??_C@_03FEFJNEK@Sat@ 10095a9c libucrt:nlsdata.obj + 0002:0000caa0 ??_C@_06OOPIFAJ@Sunday@ 10095aa0 libucrt:nlsdata.obj + 0002:0000caa8 ??_C@_06JLEDEDGH@Monday@ 10095aa8 libucrt:nlsdata.obj + 0002:0000cab0 ??_C@_07BAAGCFCM@Tuesday@ 10095ab0 libucrt:nlsdata.obj + 0002:0000cab8 ??_C@_09DLIGFAKA@Wednesday@ 10095ab8 libucrt:nlsdata.obj + 0002:0000cac4 ??_C@_08HACCIKIA@Thursday@ 10095ac4 libucrt:nlsdata.obj + 0002:0000cad0 ??_C@_06JECMNKMI@Friday@ 10095ad0 libucrt:nlsdata.obj + 0002:0000cad8 ??_C@_08INBOOONO@Saturday@ 10095ad8 libucrt:nlsdata.obj + 0002:0000cae4 ??_C@_03JIHJHPIE@Jan@ 10095ae4 libucrt:nlsdata.obj + 0002:0000cae8 ??_C@_03HJBDCHOM@Feb@ 10095ae8 libucrt:nlsdata.obj + 0002:0000caec ??_C@_03ODNJBKGA@Mar@ 10095aec libucrt:nlsdata.obj + 0002:0000caf0 ??_C@_03LEOLGMJP@Apr@ 10095af0 libucrt:nlsdata.obj + 0002:0000caf4 ??_C@_03CNMDKL@May@ 10095af4 libucrt:nlsdata.obj + 0002:0000caf8 ??_C@_03IDFGHECI@Jun@ 10095af8 libucrt:nlsdata.obj + 0002:0000cafc ??_C@_03LBGABGKK@Jul@ 10095afc libucrt:nlsdata.obj + 0002:0000cb00 ??_C@_03IFJFEIGA@Aug@ 10095b00 libucrt:nlsdata.obj + 0002:0000cb04 ??_C@_03GGCAPAJC@Sep@ 10095b04 libucrt:nlsdata.obj + 0002:0000cb08 ??_C@_03BMAOKBAD@Oct@ 10095b08 libucrt:nlsdata.obj + 0002:0000cb0c ??_C@_03JPJOFNIA@Nov@ 10095b0c libucrt:nlsdata.obj + 0002:0000cb10 ??_C@_03MKABNOCG@Dec@ 10095b10 libucrt:nlsdata.obj + 0002:0000cb14 ??_C@_07CGJPFGJA@January@ 10095b14 libucrt:nlsdata.obj + 0002:0000cb1c ??_C@_08GNJGEPFN@February@ 10095b1c libucrt:nlsdata.obj + 0002:0000cb28 ??_C@_05HPCKOFNC@March@ 10095b28 libucrt:nlsdata.obj + 0002:0000cb30 ??_C@_05DMJDNLEJ@April@ 10095b30 libucrt:nlsdata.obj + 0002:0000cb38 ??_C@_04CNLMGBGM@June@ 10095b38 libucrt:nlsdata.obj + 0002:0000cb40 ??_C@_04MIEPOIFP@July@ 10095b40 libucrt:nlsdata.obj + 0002:0000cb48 ??_C@_06LBBHFDDG@August@ 10095b48 libucrt:nlsdata.obj + 0002:0000cb50 ??_C@_09BHHEALKD@September@ 10095b50 libucrt:nlsdata.obj + 0002:0000cb5c ??_C@_07JJNFCEND@October@ 10095b5c libucrt:nlsdata.obj + 0002:0000cb64 ??_C@_08HCHEGEOA@November@ 10095b64 libucrt:nlsdata.obj + 0002:0000cb70 ??_C@_08EDHMEBNP@December@ 10095b70 libucrt:nlsdata.obj + 0002:0000cb7c ??_C@_02DEDBPAFC@AM@ 10095b7c libucrt:nlsdata.obj + 0002:0000cb80 ??_C@_02CJNFDJBF@PM@ 10095b80 libucrt:nlsdata.obj + 0002:0000cb84 ??_C@_08BPBNCDIB@MM?1dd?1yy@ 10095b84 libucrt:nlsdata.obj + 0002:0000cb90 ??_C@_0BE@CKGJFCPC@dddd?0?5MMMM?5dd?0?5yyyy@ 10095b90 libucrt:nlsdata.obj + 0002:0000cba4 ??_C@_08JCCMCCIL@HH?3mm?3ss@ 10095ba4 libucrt:nlsdata.obj + 0002:0000cbb0 ??_C@_17MBGCMIPB@?$AAS?$AAu?$AAn@ 10095bb0 libucrt:nlsdata.obj + 0002:0000cbb8 ??_C@_17KBOMKBF@?$AAM?$AAo?$AAn@ 10095bb8 libucrt:nlsdata.obj + 0002:0000cbc0 ??_C@_17BMKGEGOJ@?$AAT?$AAu?$AAe@ 10095bc0 libucrt:nlsdata.obj + 0002:0000cbc8 ??_C@_17CJEDCEPE@?$AAW?$AAe?$AAd@ 10095bc8 libucrt:nlsdata.obj + 0002:0000cbd0 ??_C@_17PDPHAADD@?$AAT?$AAh?$AAu@ 10095bd0 libucrt:nlsdata.obj + 0002:0000cbd8 ??_C@_17HFOLPPLP@?$AAF?$AAr?$AAi@ 10095bd8 libucrt:nlsdata.obj + 0002:0000cbe0 ??_C@_17GGIBDPIH@?$AAS?$AAa?$AAt@ 10095be0 libucrt:nlsdata.obj + 0002:0000cbe8 ??_C@_1O@IHNHDHPB@?$AAS?$AAu?$AAn?$AAd?$AAa?$AAy@ 10095be8 libucrt:nlsdata.obj + 0002:0000cbf8 ??_C@_1O@MMNBFLIA@?$AAM?$AAo?$AAn?$AAd?$AAa?$AAy@ 10095bf8 libucrt:nlsdata.obj + 0002:0000cc08 ??_C@_1BA@ENFBFFEK@?$AAT?$AAu?$AAe?$AAs?$AAd?$AAa?$AAy@ 10095c08 libucrt:nlsdata.obj + 0002:0000cc18 ??_C@_1BE@EBOGMDOH@?$AAW?$AAe?$AAd?$AAn?$AAe?$AAs?$AAd?$AAa?$AAy@ 10095c18 libucrt:nlsdata.obj + 0002:0000cc2c ??_C@_1BC@HHMNLIHE@?$AAT?$AAh?$AAu?$AAr?$AAs?$AAd?$AAa?$AAy@ 10095c2c libucrt:nlsdata.obj + 0002:0000cc40 ??_C@_1O@PDICJHAG@?$AAF?$AAr?$AAi?$AAd?$AAa?$AAy@ 10095c40 libucrt:nlsdata.obj + 0002:0000cc50 ??_C@_1BC@ENMNNPAJ@?$AAS?$AAa?$AAt?$AAu?$AAr?$AAd?$AAa?$AAy@ 10095c50 libucrt:nlsdata.obj + 0002:0000cc64 ??_C@_17DKNBKCHM@?$AAJ?$AAa?$AAn@ 10095c64 libucrt:nlsdata.obj + 0002:0000cc6c ??_C@_17LMDJEKJN@?$AAF?$AAe?$AAb@ 10095c6c libucrt:nlsdata.obj + 0002:0000cc74 ??_C@_17CKNLEDEC@?$AAM?$AAa?$AAr@ 10095c74 libucrt:nlsdata.obj + 0002:0000cc7c ??_C@_17LFPOIHDD@?$AAA?$AAp?$AAr@ 10095c7c libucrt:nlsdata.obj + 0002:0000cc84 ??_C@_17PNNKMEED@?$AAM?$AAa?$AAy@ 10095c84 libucrt:nlsdata.obj + 0002:0000cc8c ??_C@_17KCJGOCPB@?$AAJ?$AAu?$AAn@ 10095c8c libucrt:nlsdata.obj + 0002:0000cc94 ??_C@_17IJPCKHK@?$AAJ?$AAu?$AAl@ 10095c94 libucrt:nlsdata.obj + 0002:0000cc9c ??_C@_17ICPELBCN@?$AAA?$AAu?$AAg@ 10095c9c libucrt:nlsdata.obj + 0002:0000cca4 ??_C@_17HCHCOKMG@?$AAS?$AAe?$AAp@ 10095ca4 libucrt:nlsdata.obj + 0002:0000ccac ??_C@_17FNLKOI@?$AAO?$AAc?$AAt@ 10095cac libucrt:nlsdata.obj + 0002:0000ccb4 ??_C@_17BBDMLCIG@?$AAN?$AAo?$AAv@ 10095cb4 libucrt:nlsdata.obj + 0002:0000ccbc ??_C@_17EGKACKIF@?$AAD?$AAe?$AAc@ 10095cbc libucrt:nlsdata.obj + 0002:0000ccc4 ??_C@_1BA@EFMEIEBA@?$AAJ?$AAa?$AAn?$AAu?$AAa?$AAr?$AAy@ 10095cc4 libucrt:nlsdata.obj + 0002:0000ccd4 ??_C@_1BC@JGDDFFAM@?$AAF?$AAe?$AAb?$AAr?$AAu?$AAa?$AAr?$AAy@ 10095cd4 libucrt:nlsdata.obj + 0002:0000cce8 ??_C@_1M@IKEENEDF@?$AAM?$AAa?$AAr?$AAc?$AAh@ 10095ce8 libucrt:nlsdata.obj + 0002:0000ccf4 ??_C@_1M@GJNLMHFD@?$AAA?$AAp?$AAr?$AAi?$AAl@ 10095cf4 libucrt:nlsdata.obj + 0002:0000cd00 ??_C@_19EPFLPGAP@?$AAJ?$AAu?$AAn?$AAe@ 10095d00 libucrt:nlsdata.obj + 0002:0000cd0c ??_C@_19BIFMLPCD@?$AAJ?$AAu?$AAl?$AAy@ 10095d0c libucrt:nlsdata.obj + 0002:0000cd18 ??_C@_1O@PAHLKOAC@?$AAA?$AAu?$AAg?$AAu?$AAs?$AAt@ 10095d18 libucrt:nlsdata.obj + 0002:0000cd28 ??_C@_1BE@DKAAMBJL@?$AAS?$AAe?$AAp?$AAt?$AAe?$AAm?$AAb?$AAe?$AAr@ 10095d28 libucrt:nlsdata.obj + 0002:0000cd3c ??_C@_1BA@EPANDLNG@?$AAO?$AAc?$AAt?$AAo?$AAb?$AAe?$AAr@ 10095d3c libucrt:nlsdata.obj + 0002:0000cd4c ??_C@_1BC@BGLIFPF@?$AAN?$AAo?$AAv?$AAe?$AAm?$AAb?$AAe?$AAr@ 10095d4c libucrt:nlsdata.obj + 0002:0000cd60 ??_C@_1BC@FEMKIFH@?$AAD?$AAe?$AAc?$AAe?$AAm?$AAb?$AAe?$AAr@ 10095d60 libucrt:nlsdata.obj + 0002:0000cd74 ??_C@_15ODEHAHHF@?$AAA?$AAM@ 10095d74 libucrt:nlsdata.obj + 0002:0000cd7c ??_C@_15CLMNNGEL@?$AAP?$AAM@ 10095d7c libucrt:nlsdata.obj + 0002:0000cd84 ??_C@_1BC@IEBCMHCM@?$AAM?$AAM?$AA?1?$AAd?$AAd?$AA?1?$AAy?$AAy@ 10095d84 libucrt:nlsdata.obj + 0002:0000cd98 ??_C@_1CI@KNAKOEBC@?$AAd?$AAd?$AAd?$AAd?$AA?0?$AA?5?$AAM?$AAM?$AAM?$AAM?$AA?5?$AAd?$AAd?$AA?0?$AA?5@ 10095d98 libucrt:nlsdata.obj + 0002:0000cdc0 ??_C@_1BC@GDGBMEMK@?$AAH?$AAH?$AA?3?$AAm?$AAm?$AA?3?$AAs?$AAs@ 10095dc0 libucrt:nlsdata.obj + 0002:0000cdd4 ??_C@_1M@BMHNFIME@?$AAe?$AAn?$AA?9?$AAU?$AAS@ 10095dd4 libucrt:nlsdata.obj + 0002:0000cde0 ??_C@_13CGOKJPIL@?$AA?1@ 10095de0 libucrt:winapi_thunks.obj + 0002:0000ce40 ??_C@_1EA@JGEFHKEI@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10095e40 libucrt:winapi_thunks.obj + 0002:0000ce80 ??_C@_1DI@KMEPCBPN@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10095e80 libucrt:winapi_thunks.obj + 0002:0000ceb8 ??_C@_1DI@IJCEHOCB@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10095eb8 libucrt:winapi_thunks.obj + 0002:0000cef0 ??_C@_1EI@MPIAOHOC@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10095ef0 libucrt:winapi_thunks.obj + 0002:0000cf38 ??_C@_1FK@FPHCKFIE@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10095f38 libucrt:winapi_thunks.obj + 0002:0000cf98 ??_C@_1EM@DILCGIIO@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10095f98 libucrt:winapi_thunks.obj + 0002:0000cfe4 ??_C@_1DM@LNCGDDPN@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10095fe4 libucrt:winapi_thunks.obj + 0002:0000d020 ??_C@_1DO@FPAPJEMD@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10096020 libucrt:winapi_thunks.obj + 0002:0000d060 ??_C@_1DK@NDHNAHIO@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10096060 libucrt:winapi_thunks.obj + 0002:0000d09c ??_C@_1DM@KGHDGBCM@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 1009609c libucrt:winapi_thunks.obj + 0002:0000d0d8 ??_C@_1EO@IJIOEFOH@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAr?$AAt?$AAc?$AAo@ 100960d8 libucrt:winapi_thunks.obj + 0002:0000d128 ??_C@_1FG@HHGEKANL@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAs?$AAe?$AAc?$AAu@ 10096128 libucrt:winapi_thunks.obj + 0002:0000d180 ??_C@_1EG@DBIOJECG@?$AAe?$AAx?$AAt?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAn?$AAt?$AAu?$AAs@ 10096180 libucrt:winapi_thunks.obj + 0002:0000d1c8 ??_C@_1EO@FIHMJCLF@?$AAe?$AAx?$AAt?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAn?$AAt?$AAu?$AAs@ 100961c8 libucrt:winapi_thunks.obj + 0002:0000d218 ??_C@_1BC@DNHGCMLG@?$AAa?$AAd?$AAv?$AAa?$AAp?$AAi?$AA3?$AA2@ 10096218 libucrt:winapi_thunks.obj + 0002:0000d22c ??_C@_1BG@CJPGBMEF@?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AAb?$AAa?$AAs?$AAe@ 1009622c libucrt:winapi_thunks.obj + 0002:0000d244 ??_C@_1M@OAIMIKLP@?$AAn?$AAt?$AAd?$AAl?$AAl@ 10096244 libucrt:winapi_thunks.obj + 0002:0000d250 ??_C@_1EG@DPGNFKGC@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAa?$AAp?$AAp?$AAm@ 10096250 libucrt:winapi_thunks.obj + 0002:0000d298 ??_C@_1O@BCCLBEOE@?$AAu?$AAs?$AAe?$AAr?$AA3?$AA2@ 10096298 libucrt:winapi_thunks.obj + 0002:0000d2a8 ??_C@_1DM@BPJLHKCE@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 100962a8 libucrt:winapi_thunks.obj + 0002:0000d2e4 ??_C@_1BA@IAIFMGEF@?$AAe?$AAx?$AAt?$AA?9?$AAm?$AAs?$AA?9@ 100962e4 libucrt:winapi_thunks.obj + 0002:0000d2f8 ??_C@_0BA@FHFNEAED@AreFileApisANSI@ 100962f8 libucrt:winapi_thunks.obj + 0002:0000d310 ??_C@_0BA@IHGNDAEB@CompareStringEx@ 10096310 libucrt:winapi_thunks.obj + 0002:0000d328 ??_C@_0BE@LJANKFHF@EnumSystemLocalesEx@ 10096328 libucrt:winapi_thunks.obj + 0002:0000d344 ??_C@_0BA@EPCJIIPD@GetDateFormatEx@ 10096344 libucrt:winapi_thunks.obj + 0002:0000d354 ??_C@_0O@NNMIPI@GetTempPath2W@ 10096354 libucrt:winapi_thunks.obj + 0002:0000d36c ??_C@_0BA@ONOKGCMP@GetLocaleInfoEx@ 1009636c libucrt:winapi_thunks.obj + 0002:0000d37c ??_C@_0BP@FPNJPEJC@GetSystemTimePreciseAsFileTime@ 1009637c libucrt:winapi_thunks.obj + 0002:0000d3a4 ??_C@_0BA@CIJJKCJJ@GetTimeFormatEx@ 100963a4 libucrt:winapi_thunks.obj + 0002:0000d3bc ??_C@_0BJ@PBCCBIPI@GetUserDefaultLocaleName@ 100963bc libucrt:winapi_thunks.obj + 0002:0000d3e8 ??_C@_0BC@CELBKLLA@IsValidLocaleName@ 100963e8 libucrt:winapi_thunks.obj + 0002:0000d404 ??_C@_0O@KKBNKAPF@LCMapStringEx@ 10096404 libucrt:winapi_thunks.obj + 0002:0000d41c ??_C@_0BB@CDHDDLLP@LCIDToLocaleName@ 1009641c libucrt:winapi_thunks.obj + 0002:0000d438 ??_C@_0BB@HBDEELFH@LocaleNameToLCID@ 10096438 libucrt:winapi_thunks.obj + 0002:0000d450 ??_C@_0CF@OJOFEIGO@AppPolicyGetProcessTerminationM@ 10096450 libucrt:winapi_thunks.obj + 0002:0000d4d8 ??_C@_03OEIAHPBN@INF@ 100964d8 libucrt:cvt.obj + 0002:0000d4dc ??_C@_03OJHLLCGB@inf@ 100964dc libucrt:cvt.obj + 0002:0000d4e0 ??_C@_03LKNCIKJB@NAN@ 100964e0 libucrt:cvt.obj + 0002:0000d4e4 ??_C@_03LHCJEHON@nan@ 100964e4 libucrt:cvt.obj + 0002:0000d4e8 ??_C@_09OFJJIMPC@NAN?$CISNAN?$CJ@ 100964e8 libucrt:cvt.obj + 0002:0000d4f4 ??_C@_09IPFBKMDL@nan?$CIsnan?$CJ@ 100964f4 libucrt:cvt.obj + 0002:0000d500 ??_C@_08IKHNHAJ@NAN?$CIIND?$CJ@ 10096500 libucrt:cvt.obj + 0002:0000d50c ??_C@_08OFCDMILK@nan?$CIind?$CJ@ 1009650c libucrt:cvt.obj + 0002:0000d518 ??_C@_05KLBDPFGC@e?$CL000@ 10096518 libucrt:cvt.obj + 0002:0000d608 ??_C@_03KHJOGHMM@exp@ 10096608 libucrt:fpexcept.obj + 0002:0000d60c ??_C@_03JGHBODFD@pow@ 1009660c libucrt:fpexcept.obj + 0002:0000d610 ??_C@_03MGHMBJCF@log@ 10096610 libucrt:fpexcept.obj + 0002:0000d614 ??_C@_05HGHHAHAP@log10@ 10096614 libucrt:fpexcept.obj + 0002:0000d61c ??_C@_04COOMCNPB@sinh@ 1009661c libucrt:fpexcept.obj + 0002:0000d624 ??_C@_04HPJJNFIM@cosh@ 10096624 libucrt:fpexcept.obj + 0002:0000d62c ??_C@_04FJHINJAO@tanh@ 1009662c libucrt:fpexcept.obj + 0002:0000d634 ??_C@_04FIHNOPOL@asin@ 10096634 libucrt:fpexcept.obj + 0002:0000d63c ??_C@_04PDIFKINK@acos@ 1009663c libucrt:fpexcept.obj + 0002:0000d644 ??_C@_04MLLJIGOK@atan@ 10096644 libucrt:fpexcept.obj + 0002:0000d64c ??_C@_05KNGEOGJB@atan2@ 1009664c libucrt:fpexcept.obj + 0002:0000d654 ??_C@_04EIAKFFMI@sqrt@ 10096654 libucrt:fpexcept.obj + 0002:0000d65c ??_C@_03BLEJJJBH@sin@ 1009665c libucrt:fpexcept.obj + 0002:0000d660 ??_C@_03LALBNOCG@cos@ 10096660 libucrt:fpexcept.obj + 0002:0000d664 ??_C@_03IIINPABG@tan@ 10096664 libucrt:fpexcept.obj + 0002:0000d668 ??_C@_04GFPJNGEK@ceil@ 10096668 libucrt:fpexcept.obj + 0002:0000d670 ??_C@_05PBJFFIGL@floor@ 10096670 libucrt:fpexcept.obj + 0002:0000d678 ??_C@_04ODHECPBC@fabs@ 10096678 libucrt:fpexcept.obj + 0002:0000d680 ??_C@_04EHEDPDJG@modf@ 10096680 libucrt:fpexcept.obj + 0002:0000d688 ??_C@_05CEJMAHNP@ldexp@ 10096688 libucrt:fpexcept.obj + 0002:0000d690 ??_C@_05KBKMEMPO@_cabs@ 10096690 libucrt:fpexcept.obj + 0002:0000d698 ??_C@_06MEIMCGCF@_hypot@ 10096698 libucrt:fpexcept.obj + 0002:0000d6a0 ??_C@_04KEPJIHGP@fmod@ 100966a0 libucrt:fpexcept.obj + 0002:0000d6a8 ??_C@_05GKKHEGJL@frexp@ 100966a8 libucrt:fpexcept.obj + 0002:0000d6b0 ??_C@_03MJLDFKDL@_y0@ 100966b0 libucrt:fpexcept.obj + 0002:0000d6b4 ??_C@_03NAKIGLHK@_y1@ 100966b4 libucrt:fpexcept.obj + 0002:0000d6b8 ??_C@_03ONILCKOB@_yn@ 100966b8 libucrt:fpexcept.obj + 0002:0000d6bc ??_C@_05JGDBENOH@_logb@ 100966bc libucrt:fpexcept.obj + 0002:0000d6c4 ??_C@_0L@KDOEJCKC@_nextafter@ 100966c4 libucrt:fpexcept.obj + 0002:0000d6d0 __d_inf 100966d0 libucrt:util.obj + 0002:0000d6d8 __d_max 100966d8 libucrt:util.obj + 0002:0000d6e0 __d_mzero 100966e0 libucrt:util.obj + 0002:0000d700 ??_C@_1BI@BGOHAHKC@?$AAm?$AAs?$AAc?$AAo?$AAr?$AAe?$AAe?$AA?4?$AAd?$AAl?$AAl@ 10096700 libucrt:exit.obj + 0002:0000d718 ??_C@_0P@MIGLKIOC@CorExitProcess@ 10096718 libucrt:exit.obj + 0002:0000d728 ___newctype 10096728 libucrt:ctype.obj + 0002:0000da28 ___newclmap 10096a28 libucrt:ctype.obj + 0002:0000dba8 ___newcumap 10096ba8 libucrt:ctype.obj + 0002:0000dd28 __wctype 10096d28 libucrt:ctype.obj + 0002:0000df2c ??_C@_15HNJCPLHL@?$AAT?$AAZ@ 10096f2c libucrt:tzset.obj + 0002:0000df34 ??_C@_1M@PBPMMENC@?$AAa?$AAm?$AA?1?$AAp?$AAm@ 10096f34 libucrt:wcsftime.obj + 0002:0000df40 ??_C@_17BLFJJHMM@?$AAa?$AA?1?$AAp@ 10096f40 libucrt:wcsftime.obj + 0002:0000df48 ??_C@_13HOIJIPNN@?$AA?5@ 10096f48 libucrt:wcsftime.obj + 0002:0000df4c ??_C@_13LBAGMAIH@?$AA?6@ 10096f4c libucrt:wcsftime.obj + 0002:0000df50 ??_C@_13EBCNDICG@?$AA?3@ 10096f50 libucrt:wcsftime.obj + 0002:0000df54 ??_C@_13KDLDGPGJ@?$AA?7@ 10096f54 libucrt:wcsftime.obj + 0002:0000df58 ??_C@_13KJIIAINM@?$AA?$CL@ 10096f58 libucrt:wcsftime.obj + 0002:0000df5c ??_C@_13EJFHHPOP@?$AA?$CF@ 10096f5c libucrt:wcsftime.obj + 0002:0000df70 ??_C@_1M@HPNHIDJI@?$AAj?$AAa?$AA?9?$AAJ?$AAP@ 10096f70 libucrt:mbctype.obj + 0002:0000df7c ??_C@_1M@BIBDDEMK@?$AAz?$AAh?$AA?9?$AAC?$AAN@ 10096f7c libucrt:mbctype.obj + 0002:0000df88 ??_C@_1M@JLOOOEGK@?$AAk?$AAo?$AA?9?$AAK?$AAR@ 10096f88 libucrt:mbctype.obj + 0002:0000df94 ??_C@_1M@CLNBBOPM@?$AAz?$AAh?$AA?9?$AAT?$AAW@ 10096f94 libucrt:mbctype.obj + 0002:0000dfa0 ___acrt_exception_action_table 10096fa0 libucrt:exception_filter.obj + 0002:0000e030 ___acrt_signal_action_table_count 10097030 libucrt:exception_filter.obj + 0002:0000e034 ___acrt_signal_action_first_fpe_index 10097034 libucrt:exception_filter.obj + 0002:0000e038 ___acrt_signal_action_fpe_count 10097038 libucrt:exception_filter.obj + 0002:0000e040 ___acrt_rg_language 10097040 libucrt:get_qualified_locale.obj + 0002:0000e34c ___acrt_rg_language_count 1009734c libucrt:get_qualified_locale.obj + 0002:0000e350 ___acrt_rg_country 10097350 libucrt:get_qualified_locale.obj + 0002:0000e464 ___acrt_rg_country_count 10097464 libucrt:get_qualified_locale.obj + 0002:0000e468 ??_C@_1BC@LLOKLNP@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa?$AAn@ 10097468 libucrt:get_qualified_locale.obj + 0002:0000e47c ??_C@_1CC@HEIGCDGG@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa?$AAn?$AA?5?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs@ 1009747c libucrt:get_qualified_locale.obj + 0002:0000e4a0 ??_C@_1CC@IHCNOMIN@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa?$AAn?$AA?9?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs@ 100974a0 libucrt:get_qualified_locale.obj + 0002:0000e4c4 ??_C@_1BG@GKAGPCGG@?$AAa?$AAu?$AAs?$AAt?$AAr?$AAa?$AAl?$AAi?$AAa?$AAn@ 100974c4 libucrt:get_qualified_locale.obj + 0002:0000e4dc ??_C@_1BA@GMENCENF@?$AAb?$AAe?$AAl?$AAg?$AAi?$AAa?$AAn@ 100974dc libucrt:get_qualified_locale.obj + 0002:0000e4ec ??_C@_1BC@PJMIIAAN@?$AAc?$AAa?$AAn?$AAa?$AAd?$AAi?$AAa?$AAn@ 100974ec libucrt:get_qualified_locale.obj + 0002:0000e500 ??_C@_17NOIMNFBF@?$AAc?$AAh?$AAh@ 10097500 libucrt:get_qualified_locale.obj + 0002:0000e508 ??_C@_17GGDALCHA@?$AAc?$AAh?$AAi@ 10097508 libucrt:get_qualified_locale.obj + 0002:0000e510 ??_C@_1BA@NPNJKIBL@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe@ 10097510 libucrt:get_qualified_locale.obj + 0002:0000e520 ??_C@_1CC@DINBAMMJ@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAh?$AAo?$AAn?$AAg?$AAk?$AAo?$AAn@ 10097520 libucrt:get_qualified_locale.obj + 0002:0000e544 ??_C@_1CG@IOBJPACO@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAs?$AAi?$AAm?$AAp?$AAl?$AAi?$AAf@ 10097544 libucrt:get_qualified_locale.obj + 0002:0000e56c ??_C@_1CE@GAJNDCKG@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAs?$AAi?$AAn?$AAg?$AAa?$AAp?$AAo@ 1009756c libucrt:get_qualified_locale.obj + 0002:0000e590 ??_C@_1CI@PAJPIOOD@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAt?$AAr?$AAa?$AAd?$AAi?$AAt?$AAi@ 10097590 libucrt:get_qualified_locale.obj + 0002:0000e5b8 ??_C@_1BM@NILJBMMD@?$AAd?$AAu?$AAt?$AAc?$AAh?$AA?9?$AAb?$AAe?$AAl?$AAg?$AAi?$AAa?$AAn@ 100975b8 libucrt:get_qualified_locale.obj + 0002:0000e5d4 ??_C@_1CC@OOJPJNEJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa@ 100975d4 libucrt:get_qualified_locale.obj + 0002:0000e5f8 ??_C@_1BI@IOLFEEM@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAa?$AAu?$AAs@ 100975f8 libucrt:get_qualified_locale.obj + 0002:0000e610 ??_C@_1BO@HFFNLENJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAb?$AAe?$AAl?$AAi?$AAz?$AAe@ 10097610 libucrt:get_qualified_locale.obj + 0002:0000e630 ??_C@_1BI@HAPKJMPO@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAa?$AAn@ 10097630 libucrt:get_qualified_locale.obj + 0002:0000e648 ??_C@_1CE@HLNDMIOJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAa?$AAr?$AAi?$AAb?$AAb?$AAe@ 10097648 libucrt:get_qualified_locale.obj + 0002:0000e66c ??_C@_1BI@LDHJHHAC@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAi?$AAr?$AAe@ 1009766c libucrt:get_qualified_locale.obj + 0002:0000e684 ??_C@_1CA@NJMMCFOC@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAj?$AAa?$AAm?$AAa?$AAi?$AAc?$AAa@ 10097684 libucrt:get_qualified_locale.obj + 0002:0000e6a4 ??_C@_1BG@BHJEBBGG@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAn?$AAz@ 100976a4 libucrt:get_qualified_locale.obj + 0002:0000e6bc ??_C@_1CK@FGOEJJCO@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?5?$AAa@ 100976bc libucrt:get_qualified_locale.obj + 0002:0000e6e8 ??_C@_1DE@PDBJPCJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAt?$AAr?$AAi?$AAn?$AAi?$AAd?$AAa@ 100976e8 libucrt:get_qualified_locale.obj + 0002:0000e71c ??_C@_1BG@JGCANDME@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAk@ 1009771c libucrt:get_qualified_locale.obj + 0002:0000e734 ??_C@_1BG@DINKMLE@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAs@ 10097734 libucrt:get_qualified_locale.obj + 0002:0000e74c ??_C@_1BI@NMFDBHJE@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAs?$AAa@ 1009774c libucrt:get_qualified_locale.obj + 0002:0000e764 ??_C@_1BO@OIHKJKII@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAb?$AAe?$AAl?$AAg?$AAi?$AAa?$AAn@ 10097764 libucrt:get_qualified_locale.obj + 0002:0000e784 ??_C@_1CA@NKAELJKI@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAc?$AAa?$AAn?$AAa?$AAd?$AAi?$AAa?$AAn@ 10097784 libucrt:get_qualified_locale.obj + 0002:0000e7a4 ??_C@_1CE@MGKCNLGN@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAl?$AAu?$AAx?$AAe?$AAm?$AAb?$AAo?$AAu@ 100977a4 libucrt:get_qualified_locale.obj + 0002:0000e7c8 ??_C@_1BK@CEGEAILM@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAs?$AAw?$AAi?$AAs?$AAs@ 100977c8 libucrt:get_qualified_locale.obj + 0002:0000e7e4 ??_C@_1CA@PAFKEOCC@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAa?$AAu?$AAs?$AAt?$AAr?$AAi?$AAa?$AAn@ 100977e4 libucrt:get_qualified_locale.obj + 0002:0000e804 ??_C@_1CI@HCFHGOFD@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAl?$AAi?$AAc?$AAh?$AAt?$AAe?$AAn?$AAs@ 10097804 libucrt:get_qualified_locale.obj + 0002:0000e82c ??_C@_1CE@FEDDNPDG@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAl?$AAu?$AAx?$AAe?$AAm?$AAb?$AAo?$AAu@ 1009782c libucrt:get_qualified_locale.obj + 0002:0000e850 ??_C@_1BK@LIMINNMN@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAs?$AAw?$AAi?$AAs?$AAs@ 10097850 libucrt:get_qualified_locale.obj + 0002:0000e86c ??_C@_1BM@LGMDBEPD@?$AAi?$AAr?$AAi?$AAs?$AAh?$AA?9?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh@ 1009786c libucrt:get_qualified_locale.obj + 0002:0000e888 ??_C@_1BM@NNCFBAEE@?$AAi?$AAt?$AAa?$AAl?$AAi?$AAa?$AAn?$AA?9?$AAs?$AAw?$AAi?$AAs?$AAs@ 10097888 libucrt:get_qualified_locale.obj + 0002:0000e8a4 ??_C@_1BE@FEDJNPIB@?$AAn?$AAo?$AAr?$AAw?$AAe?$AAg?$AAi?$AAa?$AAn@ 100978a4 libucrt:get_qualified_locale.obj + 0002:0000e8b8 ??_C@_1CC@CILKDEIE@?$AAn?$AAo?$AAr?$AAw?$AAe?$AAg?$AAi?$AAa?$AAn?$AA?9?$AAb?$AAo?$AAk?$AAm?$AAa@ 100978b8 libucrt:get_qualified_locale.obj + 0002:0000e8dc ??_C@_1CE@DHMMHEPL@?$AAn?$AAo?$AAr?$AAw?$AAe?$AAg?$AAi?$AAa?$AAn?$AA?9?$AAn?$AAy?$AAn?$AAo?$AAr@ 100978dc libucrt:get_qualified_locale.obj + 0002:0000e900 ??_C@_1CK@OPNMHECD@?$AAp?$AAo?$AAr?$AAt?$AAu?$AAg?$AAu?$AAe?$AAs?$AAe?$AA?9?$AAb?$AAr?$AAa?$AAz@ 10097900 libucrt:get_qualified_locale.obj + 0002:0000e92c ??_C@_1CE@KEEHCDB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAa?$AAr?$AAg?$AAe?$AAn?$AAt?$AAi@ 1009792c libucrt:get_qualified_locale.obj + 0002:0000e950 ??_C@_1CA@GIAOLHJD@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAb?$AAo?$AAl?$AAi?$AAv?$AAi?$AAa@ 10097950 libucrt:get_qualified_locale.obj + 0002:0000e970 ??_C@_1BM@OJNDFNPD@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAh?$AAi?$AAl?$AAe@ 10097970 libucrt:get_qualified_locale.obj + 0002:0000e98c ??_C@_1CC@OCOLPALL@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAo?$AAl?$AAo?$AAm?$AAb?$AAi@ 1009798c libucrt:get_qualified_locale.obj + 0002:0000e9b0 ??_C@_1CG@BPOFMKBB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAo?$AAs?$AAt?$AAa?$AA?5?$AAr@ 100979b0 libucrt:get_qualified_locale.obj + 0002:0000e9d8 ??_C@_1DG@IGOBAPBB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAd?$AAo?$AAm?$AAi?$AAn?$AAi?$AAc@ 100979d8 libucrt:get_qualified_locale.obj + 0002:0000ea10 ??_C@_1CA@JHAPGEGI@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAe?$AAc?$AAu?$AAa?$AAd?$AAo?$AAr@ 10097a10 libucrt:get_qualified_locale.obj + 0002:0000ea30 ??_C@_1CI@LAPALJPP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAe?$AAl?$AA?5?$AAs?$AAa?$AAl?$AAv@ 10097a30 libucrt:get_qualified_locale.obj + 0002:0000ea58 ??_C@_1CE@PDGBOFOM@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAg?$AAu?$AAa?$AAt?$AAe?$AAm?$AAa@ 10097a58 libucrt:get_qualified_locale.obj + 0002:0000ea7c ??_C@_1CC@NBEBAODI@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAh?$AAo?$AAn?$AAd?$AAu?$AAr?$AAa@ 10097a7c libucrt:get_qualified_locale.obj + 0002:0000eaa0 ??_C@_1CA@LLKGHBMF@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAm?$AAe?$AAx?$AAi?$AAc?$AAa?$AAn@ 10097aa0 libucrt:get_qualified_locale.obj + 0002:0000eac0 ??_C@_1BO@LKNDOIGD@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAm?$AAo?$AAd?$AAe?$AAr?$AAn@ 10097ac0 libucrt:get_qualified_locale.obj + 0002:0000eae0 ??_C@_1CE@NMDMOEEB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAn?$AAi?$AAc?$AAa?$AAr?$AAa?$AAg@ 10097ae0 libucrt:get_qualified_locale.obj + 0002:0000eb04 ??_C@_1BO@LLCBEJGB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAa?$AAn?$AAa?$AAm?$AAa@ 10097b04 libucrt:get_qualified_locale.obj + 0002:0000eb24 ??_C@_1CC@FKPGGIHO@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAa?$AAr?$AAa?$AAg?$AAu?$AAa@ 10097b24 libucrt:get_qualified_locale.obj + 0002:0000eb48 ??_C@_1BK@CDEIHOOP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAe?$AAr?$AAu@ 10097b48 libucrt:get_qualified_locale.obj + 0002:0000eb64 ??_C@_1CI@GAHAKKGP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAu?$AAe?$AAr?$AAt?$AAo?$AA?5@ 10097b64 libucrt:get_qualified_locale.obj + 0002:0000eb8c ??_C@_1CA@NKJBCAGP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAr?$AAu?$AAg?$AAu?$AAa?$AAy@ 10097b8c libucrt:get_qualified_locale.obj + 0002:0000ebac ??_C@_1CE@ODILCONM@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAv?$AAe?$AAn?$AAe?$AAz?$AAu?$AAe@ 10097bac libucrt:get_qualified_locale.obj + 0002:0000ebd0 ??_C@_1CA@OBNMCGFO@?$AAs?$AAw?$AAe?$AAd?$AAi?$AAs?$AAh?$AA?9?$AAf?$AAi?$AAn?$AAl?$AAa?$AAn?$AAd@ 10097bd0 libucrt:get_qualified_locale.obj + 0002:0000ebf0 ??_C@_1M@PIPDDPPI@?$AAs?$AAw?$AAi?$AAs?$AAs@ 10097bf0 libucrt:get_qualified_locale.obj + 0002:0000ebfc ??_C@_15PJPFLCCM@?$AAu?$AAk@ 10097bfc libucrt:get_qualified_locale.obj + 0002:0000ec04 ??_C@_15GMFIMNFM@?$AAu?$AAs@ 10097c04 libucrt:get_qualified_locale.obj + 0002:0000ec0c ??_C@_17HAEBFAGL@?$AAu?$AAs?$AAa@ 10097c0c libucrt:get_qualified_locale.obj + 0002:0000ec14 ??_C@_1BA@DPFJEPHB@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa@ 10097c14 libucrt:get_qualified_locale.obj + 0002:0000ec24 ??_C@_1BA@ELOGGFK@?$AAb?$AAr?$AAi?$AAt?$AAa?$AAi?$AAn@ 10097c24 libucrt:get_qualified_locale.obj + 0002:0000ec34 ??_C@_1M@GHBGIGDA@?$AAc?$AAh?$AAi?$AAn?$AAa@ 10097c34 libucrt:get_qualified_locale.obj + 0002:0000ec40 ??_C@_1M@NCHEJOPO@?$AAc?$AAz?$AAe?$AAc?$AAh@ 10097c40 libucrt:get_qualified_locale.obj + 0002:0000ec4c ??_C@_1BA@BKPAPBLA@?$AAe?$AAn?$AAg?$AAl?$AAa?$AAn?$AAd@ 10097c4c libucrt:get_qualified_locale.obj + 0002:0000ec5c ??_C@_1BM@HKBCKIPC@?$AAg?$AAr?$AAe?$AAa?$AAt?$AA?5?$AAb?$AAr?$AAi?$AAt?$AAa?$AAi?$AAn@ 10097c5c libucrt:get_qualified_locale.obj + 0002:0000ec78 ??_C@_1BA@PPCHPGJB@?$AAh?$AAo?$AAl?$AAl?$AAa?$AAn?$AAd@ 10097c78 libucrt:get_qualified_locale.obj + 0002:0000ec88 ??_C@_1BE@JBMPEGDG@?$AAh?$AAo?$AAn?$AAg?$AA?9?$AAk?$AAo?$AAn?$AAg@ 10097c88 libucrt:get_qualified_locale.obj + 0002:0000ec9c ??_C@_1BI@KOELBBPJ@?$AAn?$AAe?$AAw?$AA?9?$AAz?$AAe?$AAa?$AAl?$AAa?$AAn?$AAd@ 10097c9c libucrt:get_qualified_locale.obj + 0002:0000ecb4 ??_C@_15HIEBHAIO@?$AAn?$AAz@ 10097cb4 libucrt:get_qualified_locale.obj + 0002:0000ecbc ??_C@_1BC@CHBCPFPI@?$AAp?$AAr?$AA?5?$AAc?$AAh?$AAi?$AAn?$AAa@ 10097cbc libucrt:get_qualified_locale.obj + 0002:0000ecd0 ??_C@_1BC@JAOIIFKD@?$AAp?$AAr?$AA?9?$AAc?$AAh?$AAi?$AAn?$AAa@ 10097cd0 libucrt:get_qualified_locale.obj + 0002:0000ece4 ??_C@_1BI@BEHPPHKC@?$AAp?$AAu?$AAe?$AAr?$AAt?$AAo?$AA?9?$AAr?$AAi?$AAc?$AAo@ 10097ce4 libucrt:get_qualified_locale.obj + 0002:0000ecfc ??_C@_1O@PAEOFKDI@?$AAs?$AAl?$AAo?$AAv?$AAa?$AAk@ 10097cfc libucrt:get_qualified_locale.obj + 0002:0000ed0c ??_C@_1BK@FIHMCKAM@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?5?$AAa?$AAf?$AAr?$AAi?$AAc?$AAa@ 10097d0c libucrt:get_qualified_locale.obj + 0002:0000ed28 ??_C@_1BI@NAEOODKB@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?5?$AAk?$AAo?$AAr?$AAe?$AAa@ 10097d28 libucrt:get_qualified_locale.obj + 0002:0000ed40 ??_C@_1BK@FBDGGIFF@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?9?$AAa?$AAf?$AAr?$AAi?$AAc?$AAa@ 10097d40 libucrt:get_qualified_locale.obj + 0002:0000ed5c ??_C@_1BI@GHLEJDPK@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?9?$AAk?$AAo?$AAr?$AAe?$AAa@ 10097d5c libucrt:get_qualified_locale.obj + 0002:0000ed74 ??_C@_1CE@PLHLOMJF@?$AAt?$AAr?$AAi?$AAn?$AAi?$AAd?$AAa?$AAd?$AA?5?$AA?$CG?$AA?5?$AAt?$AAo?$AAb?$AAa@ 10097d74 libucrt:get_qualified_locale.obj + 0002:0000ed98 ??_C@_1BO@MODIMHHI@?$AAu?$AAn?$AAi?$AAt?$AAe?$AAd?$AA?9?$AAk?$AAi?$AAn?$AAg?$AAd?$AAo?$AAm@ 10097d98 libucrt:get_qualified_locale.obj + 0002:0000edb8 ??_C@_1BM@FFHJONBJ@?$AAu?$AAn?$AAi?$AAt?$AAe?$AAd?$AA?9?$AAs?$AAt?$AAa?$AAt?$AAe?$AAs@ 10097db8 libucrt:get_qualified_locale.obj + 0002:0000edd4 ??_C@_19MPDNHKDG@?$AAu?$AAt?$AAf?$AA8@ 10097dd4 libucrt:get_qualified_locale.obj + 0002:0000ede0 ??_C@_17DNCLJFIF@?$AAA?$AAC?$AAP@ 10097de0 libucrt:get_qualified_locale.obj + 0002:0000ede8 ??_C@_1M@FPEIIFAM@?$AAu?$AAt?$AAf?$AA?9?$AA8@ 10097de8 libucrt:get_qualified_locale.obj + 0002:0000edf4 ??_C@_17CIKBIHLH@?$AAO?$AAC?$AAP@ 10097df4 libucrt:get_qualified_locale.obj + 0002:0000edfc ___rglangidNotDefault 10097dfc libucrt:getqloc_downlevel.obj + 0002:0000f530 ??_C@_15EMKDOKLE@?$AAa?$AAr@ 10098530 libucrt:lcidtoname_downlevel.obj + 0002:0000f538 ??_C@_15KNPADPLH@?$AAb?$AAg@ 10098538 libucrt:lcidtoname_downlevel.obj + 0002:0000f540 ??_C@_15EDMHLDMO@?$AAc?$AAa@ 10098540 libucrt:lcidtoname_downlevel.obj + 0002:0000f548 ??_C@_1O@BPEAJADD@?$AAz?$AAh?$AA?9?$AAC?$AAH?$AAS@ 10098548 libucrt:lcidtoname_downlevel.obj + 0002:0000f558 ??_C@_15LJNHCMNK@?$AAc?$AAs@ 10098558 libucrt:lcidtoname_downlevel.obj + 0002:0000f560 ??_C@_15FOMCIDHG@?$AAd?$AAa@ 10098560 libucrt:lcidtoname_downlevel.obj + 0002:0000f568 ??_C@_15NBKABECB@?$AAd?$AAe@ 10098568 libucrt:lcidtoname_downlevel.obj + 0002:0000f570 ??_C@_15GHPEIIAO@?$AAe?$AAl@ 10098570 libucrt:lcidtoname_downlevel.obj + 0002:0000f578 ??_C@_15MNPNEAIF@?$AAe?$AAn@ 10098578 libucrt:lcidtoname_downlevel.obj + 0002:0000f580 ??_C@_15GPIOMPMH@?$AAe?$AAs@ 10098580 libucrt:lcidtoname_downlevel.obj + 0002:0000f588 ??_C@_15NGLOAKJC@?$AAf?$AAi@ 10098588 libucrt:lcidtoname_downlevel.obj + 0002:0000f590 ??_C@_15FBKGNKAM@?$AAf?$AAr@ 10098590 libucrt:lcidtoname_downlevel.obj + 0002:0000f598 ??_C@_15KGGCNEFK@?$AAh?$AAe@ 10098598 libucrt:lcidtoname_downlevel.obj + 0002:0000f5a0 ??_C@_15PGHLIDMF@?$AAh?$AAu@ 100985a0 libucrt:lcidtoname_downlevel.obj + 0002:0000f5a8 ??_C@_15BIEMAPLM@?$AAi?$AAs@ 100985a8 libucrt:lcidtoname_downlevel.obj + 0002:0000f5b0 ??_C@_15IFJLDHAF@?$AAi?$AAt@ 100985b0 libucrt:lcidtoname_downlevel.obj + 0002:0000f5b8 ??_C@_15GEMIOCAG@?$AAj?$AAa@ 100985b8 libucrt:lcidtoname_downlevel.obj + 0002:0000f5c0 ??_C@_15EPELEGJA@?$AAk?$AAo@ 100985c0 libucrt:lcidtoname_downlevel.obj + 0002:0000f5c8 ??_C@_15NDDHIMN@?$AAn?$AAl@ 100985c8 libucrt:lcidtoname_downlevel.obj + 0002:0000f5d0 ??_C@_15BPIGNHCD@?$AAn?$AAo@ 100985d0 libucrt:lcidtoname_downlevel.obj + 0002:0000f5d8 ??_C@_15DEOPBLCG@?$AAp?$AAl@ 100985d8 libucrt:lcidtoname_downlevel.obj + 0002:0000f5e0 ??_C@_15KBECGEFG@?$AAp?$AAt@ 100985e0 libucrt:lcidtoname_downlevel.obj + 0002:0000f5e8 ??_C@_15GLJCBFMD@?$AAr?$AAo@ 100985e8 libucrt:lcidtoname_downlevel.obj + 0002:0000f5f0 ??_C@_15FEDGKCDI@?$AAr?$AAu@ 100985f0 libucrt:lcidtoname_downlevel.obj + 0002:0000f5f8 ??_C@_15GLKMLLHM@?$AAh?$AAr@ 100985f8 libucrt:lcidtoname_downlevel.obj + 0002:0000f600 ??_C@_15CPKMFBDB@?$AAs?$AAk@ 10098600 libucrt:lcidtoname_downlevel.obj + 0002:0000f608 ??_C@_15BAAIOGMK@?$AAs?$AAq@ 10098608 libucrt:lcidtoname_downlevel.obj + 0002:0000f610 ??_C@_15INNPNOHD@?$AAs?$AAv@ 10098610 libucrt:lcidtoname_downlevel.obj + 0002:0000f618 ??_C@_15CABMMOGH@?$AAt?$AAh@ 10098618 libucrt:lcidtoname_downlevel.obj + 0002:0000f620 ??_C@_15BPLIHJJM@?$AAt?$AAr@ 10098620 libucrt:lcidtoname_downlevel.obj + 0002:0000f628 ??_C@_15NEOEKKDJ@?$AAu?$AAr@ 10098628 libucrt:lcidtoname_downlevel.obj + 0002:0000f630 ??_C@_15NFICGAJK@?$AAi?$AAd@ 10098630 libucrt:lcidtoname_downlevel.obj + 0002:0000f638 ??_C@_15HPJPHDM@?$AAb?$AAe@ 10098638 libucrt:lcidtoname_downlevel.obj + 0002:0000f640 ??_C@_15LCHLGJII@?$AAs?$AAl@ 10098640 libucrt:lcidtoname_downlevel.obj + 0002:0000f648 ??_C@_15PCFJPHHO@?$AAe?$AAt@ 10098648 libucrt:lcidtoname_downlevel.obj + 0002:0000f650 ??_C@_15HPFPGODN@?$AAl?$AAv@ 10098650 libucrt:lcidtoname_downlevel.obj + 0002:0000f658 ??_C@_15NFFGKGLG@?$AAl?$AAt@ 10098658 libucrt:lcidtoname_downlevel.obj + 0002:0000f660 ??_C@_15BDAKCCHN@?$AAf?$AAa@ 10098660 libucrt:lcidtoname_downlevel.obj + 0002:0000f668 ??_C@_15NFGIAIAJ@?$AAv?$AAi@ 10098668 libucrt:lcidtoname_downlevel.obj + 0002:0000f670 ??_C@_15LMKNDMHN@?$AAh?$AAy@ 10098670 libucrt:lcidtoname_downlevel.obj + 0002:0000f678 ??_C@_15IJBHMCFL@?$AAa?$AAz@ 10098678 libucrt:lcidtoname_downlevel.obj + 0002:0000f680 ??_C@_15EKOFJABL@?$AAe?$AAu@ 10098680 libucrt:lcidtoname_downlevel.obj + 0002:0000f688 ??_C@_15BGHADCNK@?$AAm?$AAk@ 10098688 libucrt:lcidtoname_downlevel.obj + 0002:0000f690 ??_C@_15JDNICKHM@?$AAa?$AAf@ 10098690 libucrt:lcidtoname_downlevel.obj + 0002:0000f698 ??_C@_15KPJEDBKD@?$AAk?$AAa@ 10098698 libucrt:lcidtoname_downlevel.obj + 0002:0000f6a0 ??_C@_15PDNFFFEO@?$AAf?$AAo@ 100986a0 libucrt:lcidtoname_downlevel.obj + 0002:0000f6a8 ??_C@_15OMLEGLOC@?$AAh?$AAi@ 100986a8 libucrt:lcidtoname_downlevel.obj + 0002:0000f6b0 ??_C@_15IDNNENKK@?$AAm?$AAs@ 100986b0 libucrt:lcidtoname_downlevel.obj + 0002:0000f6b8 ??_C@_15MACJNBMH@?$AAk?$AAk@ 100986b8 libucrt:lcidtoname_downlevel.obj + 0002:0000f6c0 ??_C@_15DKDJEOND@?$AAk?$AAy@ 100986c0 libucrt:lcidtoname_downlevel.obj + 0002:0000f6c8 ??_C@_15DFGDLJBG@?$AAs?$AAw@ 100986c8 libucrt:lcidtoname_downlevel.obj + 0002:0000f6d0 ??_C@_15BBFAICNG@?$AAu?$AAz@ 100986d0 libucrt:lcidtoname_downlevel.obj + 0002:0000f6d8 ??_C@_15DKNDCGEA@?$AAt?$AAt@ 100986d8 libucrt:lcidtoname_downlevel.obj + 0002:0000f6e0 ??_C@_15MGIFMDPL@?$AAp?$AAa@ 100986e0 libucrt:lcidtoname_downlevel.obj + 0002:0000f6e8 ??_C@_15HCNDBBA@?$AAg?$AAu@ 100986e8 libucrt:lcidtoname_downlevel.obj + 0002:0000f6f0 ??_C@_15FNBEIBON@?$AAt?$AAa@ 100986f0 libucrt:lcidtoname_downlevel.obj + 0002:0000f6f8 ??_C@_15NCHGBGLK@?$AAt?$AAe@ 100986f8 libucrt:lcidtoname_downlevel.obj + 0002:0000f700 ??_C@_15PHPHCBPF@?$AAk?$AAn@ 10098700 libucrt:lcidtoname_downlevel.obj + 0002:0000f708 ??_C@_15DLGBCKMP@?$AAm?$AAr@ 10098708 libucrt:lcidtoname_downlevel.obj + 0002:0000f710 ??_C@_15EABBLBFF@?$AAs?$AAa@ 10098710 libucrt:lcidtoname_downlevel.obj + 0002:0000f718 ??_C@_15CBKOMCOI@?$AAm?$AAn@ 10098718 libucrt:lcidtoname_downlevel.obj + 0002:0000f720 ??_C@_15CKDMCJAF@?$AAg?$AAl@ 10098720 libucrt:lcidtoname_downlevel.obj + 0002:0000f728 ??_C@_17CNJFBPG@?$AAk?$AAo?$AAk@ 10098728 libucrt:lcidtoname_downlevel.obj + 0002:0000f730 ??_C@_17FFBJICPL@?$AAs?$AAy?$AAr@ 10098730 libucrt:lcidtoname_downlevel.obj + 0002:0000f738 ??_C@_17KPNDCPAF@?$AAd?$AAi?$AAv@ 10098738 libucrt:lcidtoname_downlevel.obj + 0002:0000f740 ??_C@_11LOCGONAA@@ 10098740 libucrt:lcidtoname_downlevel.obj + 0002:0000f744 ??_C@_1M@OKAHONE@?$AAa?$AAr?$AA?9?$AAS?$AAA@ 10098744 libucrt:lcidtoname_downlevel.obj + 0002:0000f750 ??_C@_1M@FFFIGIGK@?$AAb?$AAg?$AA?9?$AAB?$AAG@ 10098750 libucrt:lcidtoname_downlevel.obj + 0002:0000f75c ??_C@_1M@BJNKEDC@?$AAc?$AAa?$AA?9?$AAE?$AAS@ 1009875c libucrt:lcidtoname_downlevel.obj + 0002:0000f768 ??_C@_1M@IJJHFJHA@?$AAc?$AAs?$AA?9?$AAC?$AAZ@ 10098768 libucrt:lcidtoname_downlevel.obj + 0002:0000f774 ??_C@_1M@CLPEOBGI@?$AAd?$AAa?$AA?9?$AAD?$AAK@ 10098774 libucrt:lcidtoname_downlevel.obj + 0002:0000f780 ??_C@_1M@MCMADGCB@?$AAd?$AAe?$AA?9?$AAD?$AAE@ 10098780 libucrt:lcidtoname_downlevel.obj + 0002:0000f78c ??_C@_1M@OOCKEMAM@?$AAe?$AAl?$AA?9?$AAG?$AAR@ 1009878c libucrt:lcidtoname_downlevel.obj + 0002:0000f798 ??_C@_1M@DDNJFGID@?$AAf?$AAi?$AA?9?$AAF?$AAI@ 10098798 libucrt:lcidtoname_downlevel.obj + 0002:0000f7a4 ??_C@_1M@GLIPPMAC@?$AAf?$AAr?$AA?9?$AAF?$AAR@ 100987a4 libucrt:lcidtoname_downlevel.obj + 0002:0000f7b0 ??_C@_1M@GFMCHPE@?$AAh?$AAe?$AA?9?$AAI?$AAL@ 100987b0 libucrt:lcidtoname_downlevel.obj + 0002:0000f7bc ??_C@_1M@MHLPGNKM@?$AAh?$AAu?$AA?9?$AAH?$AAU@ 100987bc libucrt:lcidtoname_downlevel.obj + 0002:0000f7c8 ??_C@_1M@LPDDNNPN@?$AAi?$AAs?$AA?9?$AAI?$AAS@ 100987c8 libucrt:lcidtoname_downlevel.obj + 0002:0000f7d4 ??_C@_1M@MADIPODN@?$AAi?$AAt?$AA?9?$AAI?$AAT@ 100987d4 libucrt:lcidtoname_downlevel.obj + 0002:0000f7e0 ??_C@_1M@IHBJJGG@?$AAn?$AAl?$AA?9?$AAN?$AAL@ 100987e0 libucrt:lcidtoname_downlevel.obj + 0002:0000f7ec ??_C@_1M@EANAGDL@?$AAn?$AAb?$AA?9?$AAN?$AAO@ 100987ec libucrt:lcidtoname_downlevel.obj + 0002:0000f7f8 ??_C@_1M@NEIEMEGP@?$AAp?$AAl?$AA?9?$AAP?$AAL@ 100987f8 libucrt:lcidtoname_downlevel.obj + 0002:0000f804 ??_C@_1M@BOCFIGEP@?$AAp?$AAt?$AA?9?$AAB?$AAR@ 10098804 libucrt:lcidtoname_downlevel.obj + 0002:0000f810 ??_C@_1M@IMPFOPBG@?$AAr?$AAo?$AA?9?$AAR?$AAO@ 10098810 libucrt:lcidtoname_downlevel.obj + 0002:0000f81c ??_C@_1M@IDNNEJMM@?$AAr?$AAu?$AA?9?$AAR?$AAU@ 1009881c libucrt:lcidtoname_downlevel.obj + 0002:0000f828 ??_C@_1M@LILEEOGM@?$AAh?$AAr?$AA?9?$AAH?$AAR@ 10098828 libucrt:lcidtoname_downlevel.obj + 0002:0000f834 ??_C@_1M@FKIFEHPB@?$AAs?$AAk?$AA?9?$AAS?$AAK@ 10098834 libucrt:lcidtoname_downlevel.obj + 0002:0000f840 ??_C@_1M@LJMAMNPJ@?$AAs?$AAq?$AA?9?$AAA?$AAL@ 10098840 libucrt:lcidtoname_downlevel.obj + 0002:0000f84c ??_C@_1M@GIAKDKJK@?$AAs?$AAv?$AA?9?$AAS?$AAE@ 1009884c libucrt:lcidtoname_downlevel.obj + 0002:0000f858 ??_C@_1M@MKJKIKCL@?$AAt?$AAh?$AA?9?$AAT?$AAH@ 10098858 libucrt:lcidtoname_downlevel.obj + 0002:0000f864 ??_C@_1M@MFLCCMPB@?$AAt?$AAr?$AA?9?$AAT?$AAR@ 10098864 libucrt:lcidtoname_downlevel.obj + 0002:0000f870 ??_C@_1M@OIJHDKJN@?$AAu?$AAr?$AA?9?$AAP?$AAK@ 10098870 libucrt:lcidtoname_downlevel.obj + 0002:0000f87c ??_C@_1M@LHIPCIEK@?$AAi?$AAd?$AA?9?$AAI?$AAD@ 1009887c libucrt:lcidtoname_downlevel.obj + 0002:0000f888 ??_C@_1M@MFMOBGI@?$AAu?$AAk?$AA?9?$AAU?$AAA@ 10098888 libucrt:lcidtoname_downlevel.obj + 0002:0000f894 ??_C@_1M@OBGLJIPL@?$AAb?$AAe?$AA?9?$AAB?$AAY@ 10098894 libucrt:lcidtoname_downlevel.obj + 0002:0000f8a0 ??_C@_1M@BCFAJEAD@?$AAs?$AAl?$AA?9?$AAS?$AAI@ 100988a0 libucrt:lcidtoname_downlevel.obj + 0002:0000f8ac ??_C@_1M@FKFFEDDN@?$AAe?$AAt?$AA?9?$AAE?$AAE@ 100988ac libucrt:lcidtoname_downlevel.obj + 0002:0000f8b8 ??_C@_1M@KGKKAACI@?$AAl?$AAv?$AA?9?$AAL?$AAV@ 100988b8 libucrt:lcidtoname_downlevel.obj + 0002:0000f8c4 ??_C@_1M@IFGBIJO@?$AAl?$AAt?$AA?9?$AAL?$AAT@ 100988c4 libucrt:lcidtoname_downlevel.obj + 0002:0000f8d0 ??_C@_1M@FGEAHEDM@?$AAf?$AAa?$AA?9?$AAI?$AAR@ 100988d0 libucrt:lcidtoname_downlevel.obj + 0002:0000f8dc ??_C@_1M@KBMAIBFN@?$AAv?$AAi?$AA?9?$AAV?$AAN@ 100988dc libucrt:lcidtoname_downlevel.obj + 0002:0000f8e8 ??_C@_1M@GPCBKDJK@?$AAh?$AAy?$AA?9?$AAA?$AAM@ 100988e8 libucrt:lcidtoname_downlevel.obj + 0002:0000f8f4 ??_C@_1BG@BECMDDJB@?$AAa?$AAz?$AA?9?$AAA?$AAZ?$AA?9?$AAL?$AAa?$AAt?$AAn@ 100988f4 libucrt:lcidtoname_downlevel.obj + 0002:0000f90c ??_C@_1M@MAOFCAEA@?$AAe?$AAu?$AA?9?$AAE?$AAS@ 1009890c libucrt:lcidtoname_downlevel.obj + 0002:0000f918 ??_C@_1M@IGHABKPI@?$AAm?$AAk?$AA?9?$AAM?$AAK@ 10098918 libucrt:lcidtoname_downlevel.obj + 0002:0000f924 ??_C@_1M@IAIGNEJG@?$AAt?$AAn?$AA?9?$AAZ?$AAA@ 10098924 libucrt:lcidtoname_downlevel.obj + 0002:0000f930 ??_C@_1M@IIJCOJFA@?$AAx?$AAh?$AA?9?$AAZ?$AAA@ 10098930 libucrt:lcidtoname_downlevel.obj + 0002:0000f93c ??_C@_1M@LGPJHNJH@?$AAz?$AAu?$AA?9?$AAZ?$AAA@ 1009893c libucrt:lcidtoname_downlevel.obj + 0002:0000f948 ??_C@_1M@HOKAOIO@?$AAa?$AAf?$AA?9?$AAZ?$AAA@ 10098948 libucrt:lcidtoname_downlevel.obj + 0002:0000f954 ??_C@_1M@DPCLHLIE@?$AAk?$AAa?$AA?9?$AAG?$AAE@ 10098954 libucrt:lcidtoname_downlevel.obj + 0002:0000f960 ??_C@_1M@BLKMHJBI@?$AAf?$AAo?$AA?9?$AAF?$AAO@ 10098960 libucrt:lcidtoname_downlevel.obj + 0002:0000f96c ??_C@_1M@LGGJAPPB@?$AAh?$AAi?$AA?9?$AAI?$AAN@ 1009896c libucrt:lcidtoname_downlevel.obj + 0002:0000f978 ??_C@_1M@FIKPIHFE@?$AAm?$AAt?$AA?9?$AAM?$AAT@ 10098978 libucrt:lcidtoname_downlevel.obj + 0002:0000f984 ??_C@_1M@HEGGPBFA@?$AAs?$AAe?$AA?9?$AAN?$AAO@ 10098984 libucrt:lcidtoname_downlevel.obj + 0002:0000f990 ??_C@_1M@EIBJEEPA@?$AAm?$AAs?$AA?9?$AAM?$AAY@ 10098990 libucrt:lcidtoname_downlevel.obj + 0002:0000f99c ??_C@_1M@FHLBGMPP@?$AAk?$AAk?$AA?9?$AAK?$AAZ@ 1009899c libucrt:lcidtoname_downlevel.obj + 0002:0000f9a8 ??_C@_1M@NGJJLCGI@?$AAk?$AAy?$AA?9?$AAK?$AAG@ 100989a8 libucrt:lcidtoname_downlevel.obj + 0002:0000f9b4 ??_C@_1M@GIENNBFC@?$AAs?$AAw?$AA?9?$AAK?$AAE@ 100989b4 libucrt:lcidtoname_downlevel.obj + 0002:0000f9c0 ??_C@_1BG@NDGMJIMJ@?$AAu?$AAz?$AA?9?$AAU?$AAZ?$AA?9?$AAL?$AAa?$AAt?$AAn@ 100989c0 libucrt:lcidtoname_downlevel.obj + 0002:0000f9d8 ??_C@_1M@IDCCIHBC@?$AAt?$AAt?$AA?9?$AAR?$AAU@ 100989d8 libucrt:lcidtoname_downlevel.obj + 0002:0000f9e4 ??_C@_1M@LOICPMOJ@?$AAb?$AAn?$AA?9?$AAI?$AAN@ 100989e4 libucrt:lcidtoname_downlevel.obj + 0002:0000f9f0 ??_C@_1M@KPKKNEAH@?$AAp?$AAa?$AA?9?$AAI?$AAN@ 100989f0 libucrt:lcidtoname_downlevel.obj + 0002:0000f9fc ??_C@_1M@PJGPPBOG@?$AAg?$AAu?$AA?9?$AAI?$AAN@ 100989fc libucrt:lcidtoname_downlevel.obj + 0002:0000fa08 ??_C@_1M@KMKMOPHI@?$AAt?$AAa?$AA?9?$AAI?$AAN@ 10098a08 libucrt:lcidtoname_downlevel.obj + 0002:0000fa14 ??_C@_1M@KFEHEPAC@?$AAt?$AAe?$AA?9?$AAI?$AAN@ 10098a14 libucrt:lcidtoname_downlevel.obj + 0002:0000fa20 ??_C@_1M@CDCLMGHI@?$AAk?$AAn?$AA?9?$AAI?$AAN@ 10098a20 libucrt:lcidtoname_downlevel.obj + 0002:0000fa2c ??_C@_1M@MIODLDKF@?$AAm?$AAl?$AA?9?$AAI?$AAN@ 10098a2c libucrt:lcidtoname_downlevel.obj + 0002:0000fa38 ??_C@_1M@PBIEACPO@?$AAm?$AAr?$AA?9?$AAI?$AAN@ 10098a38 libucrt:lcidtoname_downlevel.obj + 0002:0000fa44 ??_C@_1M@NIDEAGPH@?$AAs?$AAa?$AA?9?$AAI?$AAN@ 10098a44 libucrt:lcidtoname_downlevel.obj + 0002:0000fa50 ??_C@_1M@FHIHCBIO@?$AAm?$AAn?$AA?9?$AAM?$AAN@ 10098a50 libucrt:lcidtoname_downlevel.obj + 0002:0000fa5c ??_C@_1M@JAIJPENP@?$AAc?$AAy?$AA?9?$AAG?$AAB@ 10098a5c libucrt:lcidtoname_downlevel.obj + 0002:0000fa68 ??_C@_1M@PHGFBEPN@?$AAg?$AAl?$AA?9?$AAE?$AAS@ 10098a68 libucrt:lcidtoname_downlevel.obj + 0002:0000fa74 ??_C@_1O@KPIPDNCP@?$AAk?$AAo?$AAk?$AA?9?$AAI?$AAN@ 10098a74 libucrt:lcidtoname_downlevel.obj + 0002:0000fa84 ??_C@_1O@KNHJLDJA@?$AAs?$AAy?$AAr?$AA?9?$AAS?$AAY@ 10098a84 libucrt:lcidtoname_downlevel.obj + 0002:0000fa94 ??_C@_1O@MKEKBLAH@?$AAd?$AAi?$AAv?$AA?9?$AAM?$AAV@ 10098a94 libucrt:lcidtoname_downlevel.obj + 0002:0000faa4 ??_C@_1O@OHDCKDDF@?$AAq?$AAu?$AAz?$AA?9?$AAB?$AAO@ 10098aa4 libucrt:lcidtoname_downlevel.obj + 0002:0000fab4 ??_C@_1M@LEPJNLFD@?$AAn?$AAs?$AA?9?$AAZ?$AAA@ 10098ab4 libucrt:lcidtoname_downlevel.obj + 0002:0000fac0 ??_C@_1M@OMLEIIJB@?$AAm?$AAi?$AA?9?$AAN?$AAZ@ 10098ac0 libucrt:lcidtoname_downlevel.obj + 0002:0000facc ??_C@_1M@PMPEAILG@?$AAa?$AAr?$AA?9?$AAI?$AAQ@ 10098acc libucrt:lcidtoname_downlevel.obj + 0002:0000fad8 ??_C@_1M@CNKPNOEE@?$AAd?$AAe?$AA?9?$AAC?$AAH@ 10098ad8 libucrt:lcidtoname_downlevel.obj + 0002:0000fae4 ??_C@_1M@LKMGMLKO@?$AAe?$AAn?$AA?9?$AAG?$AAB@ 10098ae4 libucrt:lcidtoname_downlevel.obj + 0002:0000faf0 ??_C@_1M@PGKJFFGL@?$AAe?$AAs?$AA?9?$AAM?$AAX@ 10098af0 libucrt:lcidtoname_downlevel.obj + 0002:0000fafc ??_C@_1M@DNNANBDC@?$AAf?$AAr?$AA?9?$AAB?$AAE@ 10098afc libucrt:lcidtoname_downlevel.obj + 0002:0000fb08 ??_C@_1M@HLGMDFHM@?$AAi?$AAt?$AA?9?$AAC?$AAH@ 10098b08 libucrt:lcidtoname_downlevel.obj + 0002:0000fb14 ??_C@_1M@CLLBGJH@?$AAn?$AAl?$AA?9?$AAB?$AAE@ 10098b14 libucrt:lcidtoname_downlevel.obj + 0002:0000fb20 ??_C@_1M@BODBOGLF@?$AAn?$AAn?$AA?9?$AAN?$AAO@ 10098b20 libucrt:lcidtoname_downlevel.obj + 0002:0000fb2c ??_C@_1M@HFFAHKAD@?$AAp?$AAt?$AA?9?$AAP?$AAT@ 10098b2c libucrt:lcidtoname_downlevel.obj + 0002:0000fb38 ??_C@_1BG@LNOAKHIE@?$AAs?$AAr?$AA?9?$AAS?$AAP?$AA?9?$AAL?$AAa?$AAt?$AAn@ 10098b38 libucrt:lcidtoname_downlevel.obj + 0002:0000fb50 ??_C@_1M@HBMHBGAK@?$AAs?$AAv?$AA?9?$AAF?$AAI@ 10098b50 libucrt:lcidtoname_downlevel.obj + 0002:0000fb5c ??_C@_1BG@DGCJGJBE@?$AAa?$AAz?$AA?9?$AAA?$AAZ?$AA?9?$AAC?$AAy?$AAr?$AAl@ 10098b5c libucrt:lcidtoname_downlevel.obj + 0002:0000fb74 ??_C@_1M@KEJDAAHB@?$AAs?$AAe?$AA?9?$AAS?$AAE@ 10098b74 libucrt:lcidtoname_downlevel.obj + 0002:0000fb80 ??_C@_1M@HEIBJJAD@?$AAm?$AAs?$AA?9?$AAB?$AAN@ 10098b80 libucrt:lcidtoname_downlevel.obj + 0002:0000fb8c ??_C@_1BG@PBGJMCEM@?$AAu?$AAz?$AA?9?$AAU?$AAZ?$AA?9?$AAC?$AAy?$AAr?$AAl@ 10098b8c libucrt:lcidtoname_downlevel.obj + 0002:0000fba4 ??_C@_1O@LAOBCMDF@?$AAq?$AAu?$AAz?$AA?9?$AAE?$AAC@ 10098ba4 libucrt:lcidtoname_downlevel.obj + 0002:0000fbb4 ??_C@_1M@POEEMAIO@?$AAa?$AAr?$AA?9?$AAE?$AAG@ 10098bb4 libucrt:lcidtoname_downlevel.obj + 0002:0000fbc0 ??_C@_1M@EFAKDEDL@?$AAz?$AAh?$AA?9?$AAH?$AAK@ 10098bc0 libucrt:lcidtoname_downlevel.obj + 0002:0000fbcc ??_C@_1M@HKKIJHGI@?$AAd?$AAe?$AA?9?$AAA?$AAT@ 10098bcc libucrt:lcidtoname_downlevel.obj + 0002:0000fbd8 ??_C@_1M@KBFBEHJF@?$AAe?$AAn?$AA?9?$AAA?$AAU@ 10098bd8 libucrt:lcidtoname_downlevel.obj + 0002:0000fbe4 ??_C@_1M@MNPLFAAH@?$AAe?$AAs?$AA?9?$AAE?$AAS@ 10098be4 libucrt:lcidtoname_downlevel.obj + 0002:0000fbf0 ??_C@_1M@HJOOJFMA@?$AAf?$AAr?$AA?9?$AAC?$AAA@ 10098bf0 libucrt:lcidtoname_downlevel.obj + 0002:0000fbfc ??_C@_1BG@JPOFPNAB@?$AAs?$AAr?$AA?9?$AAS?$AAP?$AA?9?$AAC?$AAy?$AAr?$AAl@ 10098bfc libucrt:lcidtoname_downlevel.obj + 0002:0000fc14 ??_C@_1M@LNFOCMOB@?$AAs?$AAe?$AA?9?$AAF?$AAI@ 10098c14 libucrt:lcidtoname_downlevel.obj + 0002:0000fc20 ??_C@_1O@MGJBOAMB@?$AAq?$AAu?$AAz?$AA?9?$AAP?$AAE@ 10098c20 libucrt:lcidtoname_downlevel.obj + 0002:0000fc30 ??_C@_1M@GJINLBOK@?$AAa?$AAr?$AA?9?$AAL?$AAY@ 10098c30 libucrt:lcidtoname_downlevel.obj + 0002:0000fc3c ??_C@_1M@GGMNHJNL@?$AAz?$AAh?$AA?9?$AAS?$AAG@ 10098c3c libucrt:lcidtoname_downlevel.obj + 0002:0000fc48 ??_C@_1M@HOIKODND@?$AAd?$AAe?$AA?9?$AAL?$AAU@ 10098c48 libucrt:lcidtoname_downlevel.obj + 0002:0000fc54 ??_C@_1M@DDOCCGFG@?$AAe?$AAn?$AA?9?$AAC?$AAA@ 10098c54 libucrt:lcidtoname_downlevel.obj + 0002:0000fc60 ??_C@_1M@BNOEMJLF@?$AAe?$AAs?$AA?9?$AAG?$AAT@ 10098c60 libucrt:lcidtoname_downlevel.obj + 0002:0000fc6c ??_C@_1M@EOGNKEK@?$AAf?$AAr?$AA?9?$AAC?$AAH@ 10098c6c libucrt:lcidtoname_downlevel.obj + 0002:0000fc78 ??_C@_1M@FLIDJFHL@?$AAh?$AAr?$AA?9?$AAB?$AAA@ 10098c78 libucrt:lcidtoname_downlevel.obj + 0002:0000fc84 ??_C@_1O@FMCELNAJ@?$AAs?$AAm?$AAj?$AA?9?$AAN?$AAO@ 10098c84 libucrt:lcidtoname_downlevel.obj + 0002:0000fc94 ??_C@_1M@JHGLJMGJ@?$AAa?$AAr?$AA?9?$AAD?$AAZ@ 10098c94 libucrt:lcidtoname_downlevel.obj + 0002:0000fca0 ??_C@_1M@JKKFDCNP@?$AAz?$AAh?$AA?9?$AAM?$AAO@ 10098ca0 libucrt:lcidtoname_downlevel.obj + 0002:0000fcac ??_C@_1M@GEEFALPE@?$AAd?$AAe?$AA?9?$AAL?$AAI@ 10098cac libucrt:lcidtoname_downlevel.obj + 0002:0000fcb8 ??_C@_1M@IGEOFBG@?$AAe?$AAn?$AA?9?$AAN?$AAZ@ 10098cb8 libucrt:lcidtoname_downlevel.obj + 0002:0000fcc4 ??_C@_1M@KDBONEHP@?$AAe?$AAs?$AA?9?$AAC?$AAR@ 10098cc4 libucrt:lcidtoname_downlevel.obj + 0002:0000fcd0 ??_C@_1M@FHMDOHNN@?$AAf?$AAr?$AA?9?$AAL?$AAU@ 10098cd0 libucrt:lcidtoname_downlevel.obj + 0002:0000fcdc ??_C@_1BG@NFKKMAFG@?$AAb?$AAs?$AA?9?$AAB?$AAA?$AA?9?$AAL?$AAa?$AAt?$AAn@ 10098cdc libucrt:lcidtoname_downlevel.obj + 0002:0000fcf4 ??_C@_1O@IMNBEMCI@?$AAs?$AAm?$AAj?$AA?9?$AAS?$AAE@ 10098cf4 libucrt:lcidtoname_downlevel.obj + 0002:0000fd04 ??_C@_1M@DHHMBNDP@?$AAa?$AAr?$AA?9?$AAM?$AAA@ 10098d04 libucrt:lcidtoname_downlevel.obj + 0002:0000fd10 ??_C@_1M@BNBLJCGH@?$AAe?$AAn?$AA?9?$AAI?$AAE@ 10098d10 libucrt:lcidtoname_downlevel.obj + 0002:0000fd1c ??_C@_1M@GEPAFMDL@?$AAe?$AAs?$AA?9?$AAP?$AAA@ 10098d1c libucrt:lcidtoname_downlevel.obj + 0002:0000fd28 ??_C@_1M@OJONDMDL@?$AAf?$AAr?$AA?9?$AAM?$AAC@ 10098d28 libucrt:lcidtoname_downlevel.obj + 0002:0000fd34 ??_C@_1BG@OBCNFJB@?$AAs?$AAr?$AA?9?$AAB?$AAA?$AA?9?$AAL?$AAa?$AAt?$AAn@ 10098d34 libucrt:lcidtoname_downlevel.obj + 0002:0000fd4c ??_C@_1O@KEMEEGPO@?$AAs?$AAm?$AAa?$AA?9?$AAN?$AAO@ 10098d4c libucrt:lcidtoname_downlevel.obj + 0002:0000fd5c ??_C@_1M@ELMGFODK@?$AAa?$AAr?$AA?9?$AAT?$AAN@ 10098d5c libucrt:lcidtoname_downlevel.obj + 0002:0000fd68 ??_C@_1M@BHDLHFAF@?$AAe?$AAn?$AA?9?$AAZ?$AAA@ 10098d68 libucrt:lcidtoname_downlevel.obj + 0002:0000fd74 ??_C@_1M@BMGIGLIF@?$AAe?$AAs?$AA?9?$AAD?$AAO@ 10098d74 libucrt:lcidtoname_downlevel.obj + 0002:0000fd80 ??_C@_1BG@CMBHIPBE@?$AAs?$AAr?$AA?9?$AAB?$AAA?$AA?9?$AAC?$AAy?$AAr?$AAl@ 10098d80 libucrt:lcidtoname_downlevel.obj + 0002:0000fd98 ??_C@_1O@HEDBLHNP@?$AAs?$AAm?$AAa?$AA?9?$AAS?$AAE@ 10098d98 libucrt:lcidtoname_downlevel.obj + 0002:0000fda8 ??_C@_1M@DAGCADIM@?$AAa?$AAr?$AA?9?$AAO?$AAM@ 10098da8 libucrt:lcidtoname_downlevel.obj + 0002:0000fdb4 ??_C@_1M@FODLMICG@?$AAe?$AAn?$AA?9?$AAJ?$AAM@ 10098db4 libucrt:lcidtoname_downlevel.obj + 0002:0000fdc0 ??_C@_1M@DNMLCIHB@?$AAe?$AAs?$AA?9?$AAV?$AAE@ 10098dc0 libucrt:lcidtoname_downlevel.obj + 0002:0000fdcc ??_C@_1O@EOKHMKJK@?$AAs?$AAm?$AAs?$AA?9?$AAF?$AAI@ 10098dcc libucrt:lcidtoname_downlevel.obj + 0002:0000fddc ??_C@_1M@CAFJMKOF@?$AAa?$AAr?$AA?9?$AAY?$AAE@ 10098ddc libucrt:lcidtoname_downlevel.obj + 0002:0000fde8 ??_C@_1M@CBFHIJLI@?$AAe?$AAn?$AA?9?$AAC?$AAB@ 10098de8 libucrt:lcidtoname_downlevel.obj + 0002:0000fdf4 ??_C@_1M@BGNFLDN@?$AAe?$AAs?$AA?9?$AAC?$AAO@ 10098df4 libucrt:lcidtoname_downlevel.obj + 0002:0000fe00 ??_C@_1O@JMPHMAMC@?$AAs?$AAm?$AAn?$AA?9?$AAF?$AAI@ 10098e00 libucrt:lcidtoname_downlevel.obj + 0002:0000fe10 ??_C@_1M@JLANABKE@?$AAa?$AAr?$AA?9?$AAS?$AAY@ 10098e10 libucrt:lcidtoname_downlevel.obj + 0002:0000fe1c ??_C@_1M@HPKGCFGN@?$AAe?$AAn?$AA?9?$AAB?$AAZ@ 10098e1c libucrt:lcidtoname_downlevel.obj + 0002:0000fe28 ??_C@_1M@OLJCMLGM@?$AAe?$AAs?$AA?9?$AAP?$AAE@ 10098e28 libucrt:lcidtoname_downlevel.obj + 0002:0000fe34 ??_C@_1M@MKKGFKLE@?$AAa?$AAr?$AA?9?$AAJ?$AAO@ 10098e34 libucrt:lcidtoname_downlevel.obj + 0002:0000fe40 ??_C@_1M@EKPGLDNI@?$AAe?$AAn?$AA?9?$AAT?$AAT@ 10098e40 libucrt:lcidtoname_downlevel.obj + 0002:0000fe4c ??_C@_1M@OONGHFHE@?$AAe?$AAs?$AA?9?$AAA?$AAR@ 10098e4c libucrt:lcidtoname_downlevel.obj + 0002:0000fe58 ??_C@_1M@OOJFGBHE@?$AAa?$AAr?$AA?9?$AAL?$AAB@ 10098e58 libucrt:lcidtoname_downlevel.obj + 0002:0000fe64 ??_C@_1M@GCEJHNEG@?$AAe?$AAn?$AA?9?$AAZ?$AAW@ 10098e64 libucrt:lcidtoname_downlevel.obj + 0002:0000fe70 ??_C@_1M@JNOCAHJI@?$AAe?$AAs?$AA?9?$AAE?$AAC@ 10098e70 libucrt:lcidtoname_downlevel.obj + 0002:0000fe7c ??_C@_1M@JEFHPGGB@?$AAa?$AAr?$AA?9?$AAK?$AAW@ 10098e7c libucrt:lcidtoname_downlevel.obj + 0002:0000fe88 ??_C@_1M@MLKIBJOJ@?$AAe?$AAn?$AA?9?$AAP?$AAH@ 10098e88 libucrt:lcidtoname_downlevel.obj + 0002:0000fe94 ??_C@_1M@BDNIPEND@?$AAe?$AAs?$AA?9?$AAC?$AAL@ 10098e94 libucrt:lcidtoname_downlevel.obj + 0002:0000fea0 ??_C@_1M@MPNMEKBD@?$AAa?$AAr?$AA?9?$AAA?$AAE@ 10098ea0 libucrt:lcidtoname_downlevel.obj + 0002:0000feac ??_C@_1M@KBJALCPI@?$AAe?$AAs?$AA?9?$AAU?$AAY@ 10098eac libucrt:lcidtoname_downlevel.obj + 0002:0000feb8 ??_C@_1M@LLCCOAGA@?$AAa?$AAr?$AA?9?$AAB?$AAH@ 10098eb8 libucrt:lcidtoname_downlevel.obj + 0002:0000fec4 ??_C@_1M@PBFNCDEL@?$AAe?$AAs?$AA?9?$AAP?$AAY@ 10098ec4 libucrt:lcidtoname_downlevel.obj + 0002:0000fed0 ??_C@_1M@EDGINPNP@?$AAa?$AAr?$AA?9?$AAQ?$AAA@ 10098ed0 libucrt:lcidtoname_downlevel.obj + 0002:0000fedc ??_C@_1M@MKDBIIJI@?$AAe?$AAs?$AA?9?$AAB?$AAO@ 10098edc libucrt:lcidtoname_downlevel.obj + 0002:0000fee8 ??_C@_1M@CPKKEBLD@?$AAe?$AAs?$AA?9?$AAS?$AAV@ 10098ee8 libucrt:lcidtoname_downlevel.obj + 0002:0000fef4 ??_C@_1M@NDBGMMJL@?$AAe?$AAs?$AA?9?$AAH?$AAN@ 10098ef4 libucrt:lcidtoname_downlevel.obj + 0002:0000ff00 ??_C@_1M@JIJIBHDP@?$AAe?$AAs?$AA?9?$AAN?$AAI@ 10098f00 libucrt:lcidtoname_downlevel.obj + 0002:0000ff0c ??_C@_1M@CGFMKEEK@?$AAe?$AAs?$AA?9?$AAP?$AAR@ 10098f0c libucrt:lcidtoname_downlevel.obj + 0002:0000ff18 ??_C@_1O@ICJHKIIK@?$AAz?$AAh?$AA?9?$AAC?$AAH?$AAT@ 10098f18 libucrt:lcidtoname_downlevel.obj + 0002:0000ff28 ??_C@_15CLNEJCE@?$AAs?$AAr@ 10098f28 libucrt:lcidtoname_downlevel.obj + 0002:00010650 ??_C@_1M@KAHEKEIG@?$AAa?$AAf?$AA?9?$AAz?$AAa@ 10099650 libucrt:lcidtoname_downlevel.obj + 0002:0001065c ??_C@_1M@GIECOABL@?$AAa?$AAr?$AA?9?$AAa?$AAe@ 1009965c libucrt:lcidtoname_downlevel.obj + 0002:00010668 ??_C@_1M@BMLMEKGI@?$AAa?$AAr?$AA?9?$AAb?$AAh@ 10099668 libucrt:lcidtoname_downlevel.obj + 0002:00010674 ??_C@_1M@DAPFDGGB@?$AAa?$AAr?$AA?9?$AAd?$AAz@ 10099674 libucrt:lcidtoname_downlevel.obj + 0002:00010680 ??_C@_1M@FJNKGKIG@?$AAa?$AAr?$AA?9?$AAe?$AAg@ 10099680 libucrt:lcidtoname_downlevel.obj + 0002:0001068c ??_C@_1M@FLGKKCLO@?$AAa?$AAr?$AA?9?$AAi?$AAq@ 1009968c libucrt:lcidtoname_downlevel.obj + 0002:00010698 ??_C@_1M@GNDIPALM@?$AAa?$AAr?$AA?9?$AAj?$AAo@ 10099698 libucrt:lcidtoname_downlevel.obj + 0002:000106a4 ??_C@_1M@DDMJFMGJ@?$AAa?$AAr?$AA?9?$AAk?$AAw@ 100996a4 libucrt:lcidtoname_downlevel.obj + 0002:000106b0 ??_C@_1M@EJALMLHM@?$AAa?$AAr?$AA?9?$AAl?$AAb@ 100996b0 libucrt:lcidtoname_downlevel.obj + 0002:000106bc ??_C@_1M@MOBDBLOC@?$AAa?$AAr?$AA?9?$AAl?$AAy@ 100996bc libucrt:lcidtoname_downlevel.obj + 0002:000106c8 ??_C@_1M@JAOCLHDH@?$AAa?$AAr?$AA?9?$AAm?$AAa@ 100996c8 libucrt:lcidtoname_downlevel.obj + 0002:000106d4 ??_C@_1M@JHPMKJIE@?$AAa?$AAr?$AA?9?$AAo?$AAm@ 100996d4 libucrt:lcidtoname_downlevel.obj + 0002:000106e0 ??_C@_1M@OEPGHFNH@?$AAa?$AAr?$AA?9?$AAq?$AAa@ 100996e0 libucrt:lcidtoname_downlevel.obj + 0002:000106ec ??_C@_1M@KJDONENM@?$AAa?$AAr?$AA?9?$AAs?$AAa@ 100996ec libucrt:lcidtoname_downlevel.obj + 0002:000106f8 ??_C@_1M@DMJDKLKM@?$AAa?$AAr?$AA?9?$AAs?$AAy@ 100996f8 libucrt:lcidtoname_downlevel.obj + 0002:00010704 ??_C@_1M@OMFIPEDC@?$AAa?$AAr?$AA?9?$AAt?$AAn@ 10099704 libucrt:lcidtoname_downlevel.obj + 0002:00010710 ??_C@_1M@IHMHGAON@?$AAa?$AAr?$AA?9?$AAy?$AAe@ 10099710 libucrt:lcidtoname_downlevel.obj + 0002:0001071c ??_C@_1BG@KDCPGJGB@?$AAa?$AAz?$AA?9?$AAa?$AAz?$AA?9?$AAc?$AAy?$AAr?$AAl@ 1009971c libucrt:lcidtoname_downlevel.obj + 0002:00010734 ??_C@_1BG@IBCKDDOE@?$AAa?$AAz?$AA?9?$AAa?$AAz?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10099734 libucrt:lcidtoname_downlevel.obj + 0002:0001074c ??_C@_1M@EGPFDCPD@?$AAb?$AAe?$AA?9?$AAb?$AAy@ 1009974c libucrt:lcidtoname_downlevel.obj + 0002:00010758 ??_C@_1M@PCMGMCGC@?$AAb?$AAg?$AA?9?$AAb?$AAg@ 10099758 libucrt:lcidtoname_downlevel.obj + 0002:00010764 ??_C@_1M@BJBMFGOB@?$AAb?$AAn?$AA?9?$AAi?$AAn@ 10099764 libucrt:lcidtoname_downlevel.obj + 0002:00010770 ??_C@_1BG@EAKMMACD@?$AAb?$AAs?$AA?9?$AAb?$AAa?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10099770 libucrt:lcidtoname_downlevel.obj + 0002:00010788 ??_C@_1M@KGADAODK@?$AAc?$AAa?$AA?9?$AAe?$AAs@ 10099788 libucrt:lcidtoname_downlevel.obj + 0002:00010794 ??_C@_1M@COAJPDHI@?$AAc?$AAs?$AA?9?$AAc?$AAz@ 10099794 libucrt:lcidtoname_downlevel.obj + 0002:000107a0 ??_C@_1M@DHBHFONH@?$AAc?$AAy?$AA?9?$AAg?$AAb@ 100997a0 libucrt:lcidtoname_downlevel.obj + 0002:000107ac ??_C@_1M@IMGKELGA@?$AAd?$AAa?$AA?9?$AAd?$AAk@ 100997ac libucrt:lcidtoname_downlevel.obj + 0002:000107b8 ??_C@_1M@NNDGDNGA@?$AAd?$AAe?$AA?9?$AAa?$AAt@ 100997b8 libucrt:lcidtoname_downlevel.obj + 0002:000107c4 ??_C@_1M@IKDBHEEM@?$AAd?$AAe?$AA?9?$AAc?$AAh@ 100997c4 libucrt:lcidtoname_downlevel.obj + 0002:000107d0 ??_C@_1M@GFFOJMCJ@?$AAd?$AAe?$AA?9?$AAd?$AAe@ 100997d0 libucrt:lcidtoname_downlevel.obj + 0002:000107dc ??_C@_1M@MDNLKBPM@?$AAd?$AAe?$AA?9?$AAl?$AAi@ 100997dc libucrt:lcidtoname_downlevel.obj + 0002:000107e8 ??_C@_1M@NJBEEJNL@?$AAd?$AAe?$AA?9?$AAl?$AAu@ 100997e8 libucrt:lcidtoname_downlevel.obj + 0002:000107f4 ??_C@_1O@GNNELBAP@?$AAd?$AAi?$AAv?$AA?9?$AAm?$AAv@ 100997f4 libucrt:lcidtoname_downlevel.obj + 0002:00010804 ??_C@_1M@EJLEOGAE@?$AAe?$AAl?$AA?9?$AAg?$AAr@ 10099804 libucrt:lcidtoname_downlevel.obj + 0002:00010810 ??_C@_1M@GMPONJN@?$AAe?$AAn?$AA?9?$AAa?$AAu@ 10099810 libucrt:lcidtoname_downlevel.obj + 0002:0001081c ??_C@_1M@NIDIIPGF@?$AAe?$AAn?$AA?9?$AAb?$AAz@ 1009981c libucrt:lcidtoname_downlevel.obj + 0002:00010828 ??_C@_1M@JEHMIMFO@?$AAe?$AAn?$AA?9?$AAc?$AAa@ 10099828 libucrt:lcidtoname_downlevel.obj + 0002:00010834 ??_C@_1M@IGMJCDLA@?$AAe?$AAn?$AA?9?$AAc?$AAb@ 10099834 libucrt:lcidtoname_downlevel.obj + 0002:00010840 ??_C@_1M@BNFIGBKG@?$AAe?$AAn?$AA?9?$AAg?$AAb@ 10099840 libucrt:lcidtoname_downlevel.obj + 0002:0001084c ??_C@_1M@LKIFDIGP@?$AAe?$AAn?$AA?9?$AAi?$AAe@ 1009984c libucrt:lcidtoname_downlevel.obj + 0002:00010858 ??_C@_1M@PJKFGCCO@?$AAe?$AAn?$AA?9?$AAj?$AAm@ 10099858 libucrt:lcidtoname_downlevel.obj + 0002:00010864 ??_C@_1M@KPPKEPBO@?$AAe?$AAn?$AA?9?$AAn?$AAz@ 10099864 libucrt:lcidtoname_downlevel.obj + 0002:00010870 ??_C@_1M@GMDGLDOB@?$AAe?$AAn?$AA?9?$AAp?$AAh@ 10099870 libucrt:lcidtoname_downlevel.obj + 0002:0001087c ??_C@_1M@ONGIBJNA@?$AAe?$AAn?$AA?9?$AAt?$AAt@ 1009987c libucrt:lcidtoname_downlevel.obj + 0002:00010888 ??_C@_1M@LLODPCMM@?$AAe?$AAn?$AA?9?$AAu?$AAs@ 10099888 libucrt:lcidtoname_downlevel.obj + 0002:00010894 ??_C@_1M@LAKFNPAN@?$AAe?$AAn?$AA?9?$AAz?$AAa@ 10099894 libucrt:lcidtoname_downlevel.obj + 0002:000108a0 ??_C@_1M@MFNHNHEO@?$AAe?$AAn?$AA?9?$AAz?$AAw@ 100998a0 libucrt:lcidtoname_downlevel.obj + 0002:000108ac ??_C@_1M@EJEINPHM@?$AAe?$AAs?$AA?9?$AAa?$AAr@ 100998ac libucrt:lcidtoname_downlevel.obj + 0002:000108b8 ??_C@_1M@GNKPCCJA@?$AAe?$AAs?$AA?9?$AAb?$AAo@ 100998b8 libucrt:lcidtoname_downlevel.obj + 0002:000108c4 ??_C@_1M@LEEGFONL@?$AAe?$AAs?$AA?9?$AAc?$AAl@ 100998c4 libucrt:lcidtoname_downlevel.obj + 0002:000108d0 ??_C@_1M@KGPDPBDF@?$AAe?$AAs?$AA?9?$AAc?$AAo@ 100998d0 libucrt:lcidtoname_downlevel.obj + 0002:000108dc ??_C@_1M@EIAHOHH@?$AAe?$AAs?$AA?9?$AAc?$AAr@ 100998dc libucrt:lcidtoname_downlevel.obj + 0002:000108e8 ??_C@_1M@LLPGMBIN@?$AAe?$AAs?$AA?9?$AAd?$AAo@ 100998e8 libucrt:lcidtoname_downlevel.obj + 0002:000108f4 ??_C@_1M@DKHMKNJA@?$AAe?$AAs?$AA?9?$AAe?$AAc@ 100998f4 libucrt:lcidtoname_downlevel.obj + 0002:00010900 ??_C@_1M@GKGFPKAP@?$AAe?$AAs?$AA?9?$AAe?$AAs@ 10099900 libucrt:lcidtoname_downlevel.obj + 0002:0001090c ??_C@_1M@LKHKGDLN@?$AAe?$AAs?$AA?9?$AAg?$AAt@ 1009990c libucrt:lcidtoname_downlevel.obj + 0002:00010918 ??_C@_1M@HEIIGGJD@?$AAe?$AAs?$AA?9?$AAh?$AAn@ 10099918 libucrt:lcidtoname_downlevel.obj + 0002:00010924 ??_C@_1M@FBDHPPGD@?$AAe?$AAs?$AA?9?$AAm?$AAx@ 10099924 libucrt:lcidtoname_downlevel.obj + 0002:00010930 ??_C@_1M@DPAGLNDH@?$AAe?$AAs?$AA?9?$AAn?$AAi@ 10099930 libucrt:lcidtoname_downlevel.obj + 0002:0001093c ??_C@_1M@MDGOPGDD@?$AAe?$AAs?$AA?9?$AAp?$AAa@ 1009993c libucrt:lcidtoname_downlevel.obj + 0002:00010948 ??_C@_1M@EMAMGBGE@?$AAe?$AAs?$AA?9?$AAp?$AAe@ 10099948 libucrt:lcidtoname_downlevel.obj + 0002:00010954 ??_C@_1M@IBMCAOEC@?$AAe?$AAs?$AA?9?$AAp?$AAr@ 10099954 libucrt:lcidtoname_downlevel.obj + 0002:00010960 ??_C@_1M@FGMDIJED@?$AAe?$AAs?$AA?9?$AAp?$AAy@ 10099960 libucrt:lcidtoname_downlevel.obj + 0002:0001096c ??_C@_1M@IIDEOLLL@?$AAe?$AAs?$AA?9?$AAs?$AAv@ 1009996c libucrt:lcidtoname_downlevel.obj + 0002:00010978 ??_C@_1M@GAOBIPA@?$AAe?$AAs?$AA?9?$AAu?$AAy@ 10099978 libucrt:lcidtoname_downlevel.obj + 0002:00010984 ??_C@_1M@JKFFICHJ@?$AAe?$AAs?$AA?9?$AAv?$AAe@ 10099984 libucrt:lcidtoname_downlevel.obj + 0002:00010990 ??_C@_1M@PNMLOJDF@?$AAe?$AAt?$AA?9?$AAe?$AAe@ 10099990 libucrt:lcidtoname_downlevel.obj + 0002:0001099c ??_C@_1M@GHHLIKEI@?$AAe?$AAu?$AA?9?$AAe?$AAs@ 1009999c libucrt:lcidtoname_downlevel.obj + 0002:000109a8 ??_C@_1M@PBNONODE@?$AAf?$AAa?$AA?9?$AAi?$AAr@ 100999a8 libucrt:lcidtoname_downlevel.obj + 0002:000109b4 ??_C@_1M@JEEHPMIL@?$AAf?$AAi?$AA?9?$AAf?$AAi@ 100999b4 libucrt:lcidtoname_downlevel.obj + 0002:000109c0 ??_C@_1M@LMDCNDBA@?$AAf?$AAo?$AA?9?$AAf?$AAo@ 100999c0 libucrt:lcidtoname_downlevel.obj + 0002:000109cc ??_C@_1M@JKEOHLDK@?$AAf?$AAr?$AA?9?$AAb?$AAe@ 100999cc libucrt:lcidtoname_downlevel.obj + 0002:000109d8 ??_C@_1M@NOHADPMI@?$AAf?$AAr?$AA?9?$AAc?$AAa@ 100999d8 libucrt:lcidtoname_downlevel.obj + 0002:000109e4 ??_C@_1M@KDHIHAEC@?$AAf?$AAr?$AA?9?$AAc?$AAh@ 100999e4 libucrt:lcidtoname_downlevel.obj + 0002:000109f0 ??_C@_1M@MMBBFGAK@?$AAf?$AAr?$AA?9?$AAf?$AAr@ 100999f0 libucrt:lcidtoname_downlevel.obj + 0002:000109fc ??_C@_1M@PAFNENNF@?$AAf?$AAr?$AA?9?$AAl?$AAu@ 100999fc libucrt:lcidtoname_downlevel.obj + 0002:00010a08 ??_C@_1M@EOHDJGDD@?$AAf?$AAr?$AA?9?$AAm?$AAc@ 10099a08 libucrt:lcidtoname_downlevel.obj + 0002:00010a14 ??_C@_1M@FAPLLOPF@?$AAg?$AAl?$AA?9?$AAe?$AAs@ 10099a14 libucrt:lcidtoname_downlevel.obj + 0002:00010a20 ??_C@_1M@FOPBFLOO@?$AAg?$AAu?$AA?9?$AAi?$AAn@ 10099a20 libucrt:lcidtoname_downlevel.obj + 0002:00010a2c ??_C@_1M@KBMCINPM@?$AAh?$AAe?$AA?9?$AAi?$AAl@ 10099a2c libucrt:lcidtoname_downlevel.obj + 0002:00010a38 ??_C@_1M@BBPHKFPJ@?$AAh?$AAi?$AA?9?$AAi?$AAn@ 10099a38 libucrt:lcidtoname_downlevel.obj + 0002:00010a44 ??_C@_1M@PMBNDPHD@?$AAh?$AAr?$AA?9?$AAb?$AAa@ 10099a44 libucrt:lcidtoname_downlevel.obj + 0002:00010a50 ??_C@_1M@BPCKOEGE@?$AAh?$AAr?$AA?9?$AAh?$AAr@ 10099a50 libucrt:lcidtoname_downlevel.obj + 0002:00010a5c ??_C@_1M@GACBMHKE@?$AAh?$AAu?$AA?9?$AAh?$AAu@ 10099a5c libucrt:lcidtoname_downlevel.obj + 0002:00010a68 ??_C@_1M@MILPAJJC@?$AAh?$AAy?$AA?9?$AAa?$AAm@ 10099a68 libucrt:lcidtoname_downlevel.obj + 0002:00010a74 ??_C@_1M@BABBICEC@?$AAi?$AAd?$AA?9?$AAi?$AAd@ 10099a74 libucrt:lcidtoname_downlevel.obj + 0002:00010a80 ??_C@_1M@BIKNHHPF@?$AAi?$AAs?$AA?9?$AAi?$AAs@ 10099a80 libucrt:lcidtoname_downlevel.obj + 0002:00010a8c ??_C@_1M@NMPCJPHE@?$AAi?$AAt?$AA?9?$AAc?$AAh@ 10099a8c libucrt:lcidtoname_downlevel.obj + 0002:00010a98 ??_C@_1M@GHKGFEDF@?$AAi?$AAt?$AA?9?$AAi?$AAt@ 10099a98 libucrt:lcidtoname_downlevel.obj + 0002:00010aa4 ??_C@_1M@NIEJCJJA@?$AAj?$AAa?$AA?9?$AAj?$AAp@ 10099aa4 libucrt:lcidtoname_downlevel.obj + 0002:00010ab0 ??_C@_1M@JILFNBIM@?$AAk?$AAa?$AA?9?$AAg?$AAe@ 10099ab0 libucrt:lcidtoname_downlevel.obj + 0002:00010abc ??_C@_1M@PACPMGPH@?$AAk?$AAk?$AA?9?$AAk?$AAz@ 10099abc libucrt:lcidtoname_downlevel.obj + 0002:00010ac8 ??_C@_1M@IELFGMHA@?$AAk?$AAn?$AA?9?$AAi?$AAn@ 10099ac8 libucrt:lcidtoname_downlevel.obj + 0002:00010ad4 ??_C@_1O@IBBJHCH@?$AAk?$AAo?$AAk?$AA?9?$AAi?$AAn@ 10099ad4 libucrt:lcidtoname_downlevel.obj + 0002:00010ae4 ??_C@_1M@DMHAEOGC@?$AAk?$AAo?$AA?9?$AAk?$AAr@ 10099ae4 libucrt:lcidtoname_downlevel.obj + 0002:00010af0 ??_C@_1M@HBAHBIGA@?$AAk?$AAy?$AA?9?$AAk?$AAg@ 10099af0 libucrt:lcidtoname_downlevel.obj + 0002:00010afc ??_C@_1M@KPMILCJG@?$AAl?$AAt?$AA?9?$AAl?$AAt@ 10099afc libucrt:lcidtoname_downlevel.obj + 0002:00010b08 ??_C@_1M@BDEKKCA@?$AAl?$AAv?$AA?9?$AAl?$AAv@ 10099b08 libucrt:lcidtoname_downlevel.obj + 0002:00010b14 ??_C@_1M@ELCKCCJJ@?$AAm?$AAi?$AA?9?$AAn?$AAz@ 10099b14 libucrt:lcidtoname_downlevel.obj + 0002:00010b20 ??_C@_1M@CBOOLAPA@?$AAm?$AAk?$AA?9?$AAm?$AAk@ 10099b20 libucrt:lcidtoname_downlevel.obj + 0002:00010b2c ??_C@_1M@GPHNBJKN@?$AAm?$AAl?$AA?9?$AAi?$AAn@ 10099b2c libucrt:lcidtoname_downlevel.obj + 0002:00010b38 ??_C@_1M@PABJILIG@?$AAm?$AAn?$AA?9?$AAm?$AAn@ 10099b38 libucrt:lcidtoname_downlevel.obj + 0002:00010b44 ??_C@_1M@FGBKKIPG@?$AAm?$AAr?$AA?9?$AAi?$AAn@ 10099b44 libucrt:lcidtoname_downlevel.obj + 0002:00010b50 ??_C@_1M@NDBPDDAL@?$AAm?$AAs?$AA?9?$AAb?$AAn@ 10099b50 libucrt:lcidtoname_downlevel.obj + 0002:00010b5c ??_C@_1M@OPIHOOPI@?$AAm?$AAs?$AA?9?$AAm?$AAy@ 10099b5c libucrt:lcidtoname_downlevel.obj + 0002:00010b68 ??_C@_1M@PPDBCNFM@?$AAm?$AAt?$AA?9?$AAm?$AAt@ 10099b68 libucrt:lcidtoname_downlevel.obj + 0002:00010b74 ??_C@_1M@KDJDKMDD@?$AAn?$AAb?$AA?9?$AAn?$AAo@ 10099b74 libucrt:lcidtoname_downlevel.obj + 0002:00010b80 ??_C@_1M@KFCFLMJP@?$AAn?$AAl?$AA?9?$AAb?$AAe@ 10099b80 libucrt:lcidtoname_downlevel.obj + 0002:00010b8c ??_C@_1M@KPOPDDGO@?$AAn?$AAl?$AA?9?$AAn?$AAl@ 10099b8c libucrt:lcidtoname_downlevel.obj + 0002:00010b98 ??_C@_1M@LJKPEMLN@?$AAn?$AAn?$AA?9?$AAn?$AAo@ 10099b98 libucrt:lcidtoname_downlevel.obj + 0002:00010ba4 ??_C@_1M@BDGHHBFL@?$AAn?$AAs?$AA?9?$AAz?$AAa@ 10099ba4 libucrt:lcidtoname_downlevel.obj + 0002:00010bb0 ??_C@_1M@IDEHOAP@?$AAp?$AAa?$AA?9?$AAi?$AAn@ 10099bb0 libucrt:lcidtoname_downlevel.obj + 0002:00010bbc ??_C@_1M@HDBKGOGH@?$AAp?$AAl?$AA?9?$AAp?$AAl@ 10099bbc libucrt:lcidtoname_downlevel.obj + 0002:00010bc8 ??_C@_1M@LJLLCMEH@?$AAp?$AAt?$AA?9?$AAb?$AAr@ 10099bc8 libucrt:lcidtoname_downlevel.obj + 0002:00010bd4 ??_C@_1M@NCMONAAL@?$AAp?$AAt?$AA?9?$AAp?$AAt@ 10099bd4 libucrt:lcidtoname_downlevel.obj + 0002:00010be0 ??_C@_1O@EAKMAJDN@?$AAq?$AAu?$AAz?$AA?9?$AAb?$AAo@ 10099be0 libucrt:lcidtoname_downlevel.obj + 0002:00010bf0 ??_C@_1O@BHHPIGDN@?$AAq?$AAu?$AAz?$AA?9?$AAe?$AAc@ 10099bf0 libucrt:lcidtoname_downlevel.obj + 0002:00010c00 ??_C@_1O@GBAPEKMJ@?$AAq?$AAu?$AAz?$AA?9?$AAp?$AAe@ 10099c00 libucrt:lcidtoname_downlevel.obj + 0002:00010c10 ??_C@_1M@CLGLEFBO@?$AAr?$AAo?$AA?9?$AAr?$AAo@ 10099c10 libucrt:lcidtoname_downlevel.obj + 0002:00010c1c ??_C@_1M@CEEDODME@?$AAr?$AAu?$AA?9?$AAr?$AAu@ 10099c1c libucrt:lcidtoname_downlevel.obj + 0002:00010c28 ??_C@_1M@HPKKKMPP@?$AAs?$AAa?$AA?9?$AAi?$AAn@ 10099c28 libucrt:lcidtoname_downlevel.obj + 0002:00010c34 ??_C@_1M@BKMAIGOJ@?$AAs?$AAe?$AA?9?$AAf?$AAi@ 10099c34 libucrt:lcidtoname_downlevel.obj + 0002:00010c40 ??_C@_1M@NDPIFLFI@?$AAs?$AAe?$AA?9?$AAn?$AAo@ 10099c40 libucrt:lcidtoname_downlevel.obj + 0002:00010c4c ??_C@_1M@DANKKHJ@?$AAs?$AAe?$AA?9?$AAs?$AAe@ 10099c4c libucrt:lcidtoname_downlevel.obj + 0002:00010c58 ??_C@_1M@PNBLONPJ@?$AAs?$AAk?$AA?9?$AAs?$AAk@ 10099c58 libucrt:lcidtoname_downlevel.obj + 0002:00010c64 ??_C@_1M@LFMODOAL@?$AAs?$AAl?$AA?9?$AAs?$AAi@ 10099c64 libucrt:lcidtoname_downlevel.obj + 0002:00010c70 ??_C@_1O@DFKOMPG@?$AAs?$AAm?$AAa?$AA?9?$AAn?$AAo@ 10099c70 libucrt:lcidtoname_downlevel.obj + 0002:00010c80 ??_C@_1O@NDKPBNNH@?$AAs?$AAm?$AAa?$AA?9?$AAs?$AAe@ 10099c80 libucrt:lcidtoname_downlevel.obj + 0002:00010c90 ??_C@_1O@PLLKBHAB@?$AAs?$AAm?$AAj?$AA?9?$AAn?$AAo@ 10099c90 libucrt:lcidtoname_downlevel.obj + 0002:00010ca0 ??_C@_1O@CLEPOGCA@?$AAs?$AAm?$AAj?$AA?9?$AAs?$AAe@ 10099ca0 libucrt:lcidtoname_downlevel.obj + 0002:00010cb0 ??_C@_1O@DLGJGKMK@?$AAs?$AAm?$AAn?$AA?9?$AAf?$AAi@ 10099cb0 libucrt:lcidtoname_downlevel.obj + 0002:00010cc0 ??_C@_1O@OJDJGAJC@?$AAs?$AAm?$AAs?$AA?9?$AAf?$AAi@ 10099cc0 libucrt:lcidtoname_downlevel.obj + 0002:00010cd0 ??_C@_1M@BOFOGHPB@?$AAs?$AAq?$AA?9?$AAa?$AAl@ 10099cd0 libucrt:lcidtoname_downlevel.obj + 0002:00010cdc ??_C@_1BG@LJBBIPGB@?$AAs?$AAr?$AA?9?$AAb?$AAa?$AA?9?$AAc?$AAy?$AAr?$AAl@ 10099cdc libucrt:lcidtoname_downlevel.obj + 0002:00010cf4 ??_C@_1BG@JLBENFOE@?$AAs?$AAr?$AA?9?$AAb?$AAa?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10099cf4 libucrt:lcidtoname_downlevel.obj + 0002:00010d0c ??_C@_1BG@KODPNHE@?$AAs?$AAr?$AA?9?$AAs?$AAp?$AA?9?$AAc?$AAy?$AAr?$AAl@ 10099d0c libucrt:lcidtoname_downlevel.obj + 0002:00010d24 ??_C@_1BG@CIOGKHPB@?$AAs?$AAr?$AA?9?$AAs?$AAp?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10099d24 libucrt:lcidtoname_downlevel.obj + 0002:00010d3c ??_C@_1M@NGFJLMAC@?$AAs?$AAv?$AA?9?$AAf?$AAi@ 10099d3c libucrt:lcidtoname_downlevel.obj + 0002:00010d48 ??_C@_1M@MPJEJAJC@?$AAs?$AAv?$AA?9?$AAs?$AAe@ 10099d48 libucrt:lcidtoname_downlevel.obj + 0002:00010d54 ??_C@_1M@MPNDHLFK@?$AAs?$AAw?$AA?9?$AAk?$AAe@ 10099d54 libucrt:lcidtoname_downlevel.obj + 0002:00010d60 ??_C@_1O@KOHBJJI@?$AAs?$AAy?$AAr?$AA?9?$AAs?$AAy@ 10099d60 libucrt:lcidtoname_downlevel.obj + 0002:00010d70 ??_C@_1M@LDCEFHA@?$AAt?$AAa?$AA?9?$AAi?$AAn@ 10099d70 libucrt:lcidtoname_downlevel.obj + 0002:00010d7c ??_C@_1M@CNJOFAK@?$AAt?$AAe?$AA?9?$AAi?$AAn@ 10099d7c libucrt:lcidtoname_downlevel.obj + 0002:00010d88 ??_C@_1M@GNAECACD@?$AAt?$AAh?$AA?9?$AAt?$AAh@ 10099d88 libucrt:lcidtoname_downlevel.obj + 0002:00010d94 ??_C@_1M@CHBIHOJO@?$AAt?$AAn?$AA?9?$AAz?$AAa@ 10099d94 libucrt:lcidtoname_downlevel.obj + 0002:00010da0 ??_C@_1M@GCCMIGPJ@?$AAt?$AAr?$AA?9?$AAt?$AAr@ 10099da0 libucrt:lcidtoname_downlevel.obj + 0002:00010dac ??_C@_1M@CELMCNBK@?$AAt?$AAt?$AA?9?$AAr?$AAu@ 10099dac libucrt:lcidtoname_downlevel.obj + 0002:00010db8 ??_C@_1M@KLMCELGA@?$AAu?$AAk?$AA?9?$AAu?$AAa@ 10099db8 libucrt:lcidtoname_downlevel.obj + 0002:00010dc4 ??_C@_1M@EPAJJAJF@?$AAu?$AAr?$AA?9?$AAp?$AAk@ 10099dc4 libucrt:lcidtoname_downlevel.obj + 0002:00010dd0 ??_C@_1BG@GEGPMCDJ@?$AAu?$AAz?$AA?9?$AAu?$AAz?$AA?9?$AAc?$AAy?$AAr?$AAl@ 10099dd0 libucrt:lcidtoname_downlevel.obj + 0002:00010de8 ??_C@_1BG@EGGKJILM@?$AAu?$AAz?$AA?9?$AAu?$AAz?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10099de8 libucrt:lcidtoname_downlevel.obj + 0002:00010e00 ??_C@_1M@GFOCLFF@?$AAv?$AAi?$AA?9?$AAv?$AAn@ 10099e00 libucrt:lcidtoname_downlevel.obj + 0002:00010e0c ??_C@_1M@CPAMEDFI@?$AAx?$AAh?$AA?9?$AAz?$AAa@ 10099e0c libucrt:lcidtoname_downlevel.obj + 0002:00010e18 ??_C@_1O@EBKIFIGN@?$AAz?$AAh?$AA?9?$AAc?$AAh?$AAs@ 10099e18 libucrt:lcidtoname_downlevel.obj + 0002:00010e28 ??_C@_1O@NMHPGANE@?$AAz?$AAh?$AA?9?$AAc?$AAh?$AAt@ 10099e28 libucrt:lcidtoname_downlevel.obj + 0002:00010e38 ??_C@_1M@LPINJOMC@?$AAz?$AAh?$AA?9?$AAc?$AAn@ 10099e38 libucrt:lcidtoname_downlevel.obj + 0002:00010e44 ??_C@_1M@OCJEJODD@?$AAz?$AAh?$AA?9?$AAh?$AAk@ 10099e44 libucrt:lcidtoname_downlevel.obj + 0002:00010e50 ??_C@_1M@DNDLJINH@?$AAz?$AAh?$AA?9?$AAm?$AAo@ 10099e50 libucrt:lcidtoname_downlevel.obj + 0002:00010e5c ??_C@_1M@MBFDNDND@?$AAz?$AAh?$AA?9?$AAs?$AAg@ 10099e5c libucrt:lcidtoname_downlevel.obj + 0002:00010e68 ??_C@_1M@IMEPLEPE@?$AAz?$AAh?$AA?9?$AAt?$AAw@ 10099e68 libucrt:lcidtoname_downlevel.obj + 0002:00010e74 ??_C@_1M@BBGHNHJP@?$AAz?$AAu?$AA?9?$AAz?$AAa@ 10099e74 libucrt:lcidtoname_downlevel.obj + 0002:00010e80 ??_C@_01GBGANLPD@0@ 10099e80 libucrt:cfout.obj + 0002:00010e84 ??_C@_05DNEBIAHO@1?$CDINF@ 10099e84 libucrt:cfout.obj + 0002:00010e8c ??_C@_06IMKFLFPG@1?$CDQNAN@ 10099e8c libucrt:cfout.obj + 0002:00010e94 ??_C@_06PGGFOGJG@1?$CDSNAN@ 10099e94 libucrt:cfout.obj + 0002:00010e9c ??_C@_05PHHOCPM@1?$CDIND@ 10099e9c libucrt:cfout.obj + 0002:00010ea4 __days 10099ea4 libucrt:days.obj + 0002:00010ed8 __lpdays 10099ed8 libucrt:days.obj + 0002:00010f18 __DEFAULT_CW_in_mem 10099f18 libucrt:common.obj + 0002:00010f1a __pi_by_2_to_61 10099f1a libucrt:common.obj + 0002:00010f68 ??_C@_1BA@BALFACEM@?$AAC?$AAO?$AAN?$AAO?$AAU?$AAT?$AA$@ 10099f68 libucrt:initcon.obj + 0002:00010f90 __indefinite 10099f90 libucrt:87disp.obj + 0002:00010f9a __piby2 10099f9a libucrt:87disp.obj + 0002:00010fa4 __piby4 10099fa4 libucrt:87disp.obj + 0002:000110d0 __infinity 1009a0d0 libucrt:87tran.obj + 0002:000110da __minfinity 1009a0da libucrt:87tran.obj + 0002:000110e4 __logemax 1009a0e4 libucrt:87tran.obj + 0002:0001110a __OP_EXPjmptab 1009a10a libucrt:87tran.obj + 0002:00011130 ___acrt_log10_table_t 1009a130 libucrt:log10_tables.obj + 0002:00011540 ___acrt_log10_table_cb 1009a540 libucrt:log10_tables.obj + 0002:00011950 __real@3fe0000000000000 1009a950 libucrt:powhlp.obj + 0002:0001195c ??_7bad_function_call@std@@6B@ 1009a95c libcpmt:xthrow.obj + 0002:00011964 ??_C@_0BC@DPJNKNAF@bad?5function?5call@ 1009a964 libcpmt:xthrow.obj + 0002:0001197c ??_7logic_error@std@@6B@ 1009a97c libcpmt:xthrow.obj + 0002:00011988 ??_7invalid_argument@std@@6B@ 1009a988 libcpmt:xthrow.obj + 0002:00011994 ??_7length_error@std@@6B@ 1009a994 libcpmt:xthrow.obj + 0002:000119a0 ??_7out_of_range@std@@6B@ 1009a9a0 libcpmt:xthrow.obj + 0002:00011ec0 ??_C@_07IPNMCAN@success@ 1009aec0 libcpmt:syserror.obj + 0002:00011ec8 ??_C@_0BN@LKKBCCDB@address?5family?5not?5supported@ 1009aec8 libcpmt:syserror.obj + 0002:00011ee8 ??_C@_0P@LDMLAFHI@address?5in?5use@ 1009aee8 libcpmt:syserror.obj + 0002:00011ef8 ??_C@_0BG@DHPCNBJB@address?5not?5available@ 1009aef8 libcpmt:syserror.obj + 0002:00011f10 ??_C@_0BC@DFIBIBIL@already?5connected@ 1009af10 libcpmt:syserror.obj + 0002:00011f24 ??_C@_0BH@CAKOHOMI@argument?5list?5too?5long@ 1009af24 libcpmt:syserror.obj + 0002:00011f3c ??_C@_0BH@CGIMPKIM@argument?5out?5of?5domain@ 1009af3c libcpmt:syserror.obj + 0002:00011f54 ??_C@_0M@KGHGGJGL@bad?5address@ 1009af54 libcpmt:syserror.obj + 0002:00011f60 ??_C@_0BE@MPJPGCEO@bad?5file?5descriptor@ 1009af60 libcpmt:syserror.obj + 0002:00011f74 ??_C@_0M@PMMIEFCP@bad?5message@ 1009af74 libcpmt:syserror.obj + 0002:00011f80 ??_C@_0M@KPHOFDBE@broken?5pipe@ 1009af80 libcpmt:syserror.obj + 0002:00011f8c ??_C@_0BD@MGNDDEGM@connection?5aborted@ 1009af8c libcpmt:syserror.obj + 0002:00011fa0 ??_C@_0BP@KAIHPOGN@connection?5already?5in?5progress@ 1009afa0 libcpmt:syserror.obj + 0002:00011fc0 ??_C@_0BD@PJLIIJEL@connection?5refused@ 1009afc0 libcpmt:syserror.obj + 0002:00011fd4 ??_C@_0BB@IECNJNOI@connection?5reset@ 1009afd4 libcpmt:syserror.obj + 0002:00011fe8 ??_C@_0BC@PPHBOELF@cross?5device?5link@ 1009afe8 libcpmt:syserror.obj + 0002:00011ffc ??_C@_0BN@KDMIFEIP@destination?5address?5required@ 1009affc libcpmt:syserror.obj + 0002:0001201c ??_C@_0BI@NGCEHDD@device?5or?5resource?5busy@ 1009b01c libcpmt:syserror.obj + 0002:00012034 ??_C@_0BE@JIDOCPHM@directory?5not?5empty@ 1009b034 libcpmt:syserror.obj + 0002:00012048 ??_C@_0BI@BNCLIGPB@executable?5format?5error@ 1009b048 libcpmt:syserror.obj + 0002:00012060 ??_C@_0M@MIDIAGJP@file?5exists@ 1009b060 libcpmt:syserror.obj + 0002:0001206c ??_C@_0P@DNAJLBJK@file?5too?5large@ 1009b06c libcpmt:syserror.obj + 0002:0001207c ??_C@_0BC@EJHOMAAK@filename?5too?5long@ 1009b07c libcpmt:syserror.obj + 0002:00012090 ??_C@_0BH@KEFGLDAF@function?5not?5supported@ 1009b090 libcpmt:syserror.obj + 0002:000120a8 ??_C@_0BB@DHFDFGDM@host?5unreachable@ 1009b0a8 libcpmt:syserror.obj + 0002:000120bc ??_C@_0BD@JPHBMONG@identifier?5removed@ 1009b0bc libcpmt:syserror.obj + 0002:000120d0 ??_C@_0BG@CDNPAGJK@illegal?5byte?5sequence@ 1009b0d0 libcpmt:syserror.obj + 0002:000120e8 ??_C@_0CD@BNPLBMNA@inappropriate?5io?5control?5operat@ 1009b0e8 libcpmt:syserror.obj + 0002:0001210c ??_C@_0M@EGEKIIMP@interrupted@ 1009b10c libcpmt:syserror.obj + 0002:00012118 ??_C@_0BB@FCMFBGOM@invalid?5argument@ 1009b118 libcpmt:syserror.obj + 0002:0001212c ??_C@_0N@OHAFKDEK@invalid?5seek@ 1009b12c libcpmt:syserror.obj + 0002:0001213c ??_C@_08GLNPIFBN@io?5error@ 1009b13c libcpmt:syserror.obj + 0002:00012148 ??_C@_0P@FLLDBIDK@is?5a?5directory@ 1009b148 libcpmt:syserror.obj + 0002:00012158 ??_C@_0N@IFLPBIOP@message?5size@ 1009b158 libcpmt:syserror.obj + 0002:00012168 ??_C@_0N@KIIEAAIO@network?5down@ 1009b168 libcpmt:syserror.obj + 0002:00012178 ??_C@_0O@FNPDBHEE@network?5reset@ 1009b178 libcpmt:syserror.obj + 0002:00012188 ??_C@_0BE@IFNCKGE@network?5unreachable@ 1009b188 libcpmt:syserror.obj + 0002:0001219c ??_C@_0BA@PFFCAOFK@no?5buffer?5space@ 1009b19c libcpmt:syserror.obj + 0002:000121ac ??_C@_0BB@IEPBLJHK@no?5child?5process@ 1009b1ac libcpmt:syserror.obj + 0002:000121c0 ??_C@_07PLECNNKG@no?5link@ 1009b1c0 libcpmt:syserror.obj + 0002:000121c8 ??_C@_0BC@NJECKMKE@no?5lock?5available@ 1009b1c8 libcpmt:syserror.obj + 0002:000121dc ??_C@_0BF@PBGGPKKE@no?5message?5available@ 1009b1dc libcpmt:syserror.obj + 0002:000121f4 ??_C@_0L@EDOLMPAK@no?5message@ 1009b1f4 libcpmt:syserror.obj + 0002:00012200 ??_C@_0BD@EAMBFIDF@no?5protocol?5option@ 1009b200 libcpmt:syserror.obj + 0002:00012214 ??_C@_0BD@IJDJKDEA@no?5space?5on?5device@ 1009b214 libcpmt:syserror.obj + 0002:00012228 ??_C@_0BE@MKFDAFMP@no?5stream?5resources@ 1009b228 libcpmt:syserror.obj + 0002:0001223c ??_C@_0BK@IMCPHCBI@no?5such?5device?5or?5address@ 1009b23c libcpmt:syserror.obj + 0002:00012258 ??_C@_0P@FDINDDOK@no?5such?5device@ 1009b258 libcpmt:syserror.obj + 0002:00012268 ??_C@_0BK@NDOCBPGE@no?5such?5file?5or?5directory@ 1009b268 libcpmt:syserror.obj + 0002:00012284 ??_C@_0BA@ENLPPKBN@no?5such?5process@ 1009b284 libcpmt:syserror.obj + 0002:00012294 ??_C@_0BA@DOCPFFJG@not?5a?5directory@ 1009b294 libcpmt:syserror.obj + 0002:000122a4 ??_C@_0N@POEIPGGF@not?5a?5socket@ 1009b2a4 libcpmt:syserror.obj + 0002:000122b4 ??_C@_0N@LGAPMMPI@not?5a?5stream@ 1009b2b4 libcpmt:syserror.obj + 0002:000122c4 ??_C@_0O@GLMIBBEG@not?5connected@ 1009b2c4 libcpmt:syserror.obj + 0002:000122d4 ??_C@_0BC@ENOOLCNF@not?5enough?5memory@ 1009b2d4 libcpmt:syserror.obj + 0002:000122e8 ??_C@_0O@NHEDABJP@not?5supported@ 1009b2e8 libcpmt:syserror.obj + 0002:000122f8 ??_C@_0BD@MOLBPMEA@operation?5canceled@ 1009b2f8 libcpmt:syserror.obj + 0002:0001230c ??_C@_0BG@KDKHOPCO@operation?5in?5progress@ 1009b30c libcpmt:syserror.obj + 0002:00012324 ??_C@_0BI@OHIEJAAB@operation?5not?5permitted@ 1009b324 libcpmt:syserror.obj + 0002:0001233c ??_C@_0BI@LNEGIFLN@operation?5not?5supported@ 1009b33c libcpmt:syserror.obj + 0002:00012354 ??_C@_0BG@OEMDKMEE@operation?5would?5block@ 1009b354 libcpmt:syserror.obj + 0002:0001236c ??_C@_0L@BLPOFLNJ@owner?5dead@ 1009b36c libcpmt:syserror.obj + 0002:00012378 ??_C@_0BC@CIJDGCDI@permission?5denied@ 1009b378 libcpmt:syserror.obj + 0002:0001238c ??_C@_0P@FNPOCJBE@protocol?5error@ 1009b38c libcpmt:syserror.obj + 0002:0001239c ??_C@_0BH@JPPPLHJB@protocol?5not?5supported@ 1009b39c libcpmt:syserror.obj + 0002:000123b4 ??_C@_0BG@EICBIHDP@read?5only?5file?5system@ 1009b3b4 libcpmt:syserror.obj + 0002:000123cc ??_C@_0BO@BJBOMOEJ@resource?5deadlock?5would?5occur@ 1009b3cc libcpmt:syserror.obj + 0002:000123ec ??_C@_0BP@LKNGHENJ@resource?5unavailable?5try?5again@ 1009b3ec libcpmt:syserror.obj + 0002:0001240c ??_C@_0BE@GOIPJJHG@result?5out?5of?5range@ 1009b40c libcpmt:syserror.obj + 0002:00012420 ??_C@_0BG@MPLKFPAE@state?5not?5recoverable@ 1009b420 libcpmt:syserror.obj + 0002:00012438 ??_C@_0P@DIIFGFCG@stream?5timeout@ 1009b438 libcpmt:syserror.obj + 0002:00012448 ??_C@_0P@IPFDMIFL@text?5file?5busy@ 1009b448 libcpmt:syserror.obj + 0002:00012458 ??_C@_09KJPPMAOI@timed?5out@ 1009b458 libcpmt:syserror.obj + 0002:00012464 ??_C@_0BO@HACHBEKI@too?5many?5files?5open?5in?5system@ 1009b464 libcpmt:syserror.obj + 0002:00012484 ??_C@_0BE@GHAFMPAH@too?5many?5files?5open@ 1009b484 libcpmt:syserror.obj + 0002:00012498 ??_C@_0P@HCOMKFCC@too?5many?5links@ 1009b498 libcpmt:syserror.obj + 0002:000124a8 ??_C@_0BO@EFGOJEF@too?5many?5symbolic?5link?5levels@ 1009b4a8 libcpmt:syserror.obj + 0002:000124c8 ??_C@_0BA@KGKGOOJA@value?5too?5large@ 1009b4c8 libcpmt:syserror.obj + 0002:000124d8 ??_C@_0BE@MIEJDDNH@wrong?5protocol?5type@ 1009b4d8 libcpmt:syserror.obj + 0002:000124ec ??_C@_0O@BFJCFAAK@unknown?5error@ 1009b4ec libcpmt:syserror.obj + 0002:00012500 ??_7_Locimp@locale@std@@6B@ 1009b500 libcpmt:locale0.obj + 0002:0001250c ??_C@_01GFHCPBMG@C@ 1009b50c libcpmt:locale0.obj + 0002:00012510 ?_BADOFF@std@@3_JB 1009b510 libcpmt:ios.obj + 0002:0001256c ??_C@_01KDCPPGHE@r@ 1009b56c libcpmt:fiopen.obj + 0002:00012570 ??_C@_01NOFIACDB@w@ 1009b570 libcpmt:fiopen.obj + 0002:00012574 ??_C@_01MCMALHOG@a@ 1009b574 libcpmt:fiopen.obj + 0002:00012578 ??_C@_02JDPG@rb@ 1009b578 libcpmt:fiopen.obj + 0002:0001257c ??_C@_02GMLFBBN@wb@ 1009b57c libcpmt:fiopen.obj + 0002:00012580 ??_C@_02BOGAIONP@ab@ 1009b580 libcpmt:fiopen.obj + 0002:00012584 ??_C@_02CBLLGHLK@r?$CL@ 1009b584 libcpmt:fiopen.obj + 0002:00012588 ??_C@_02CHHAKFFB@w?$CL@ 1009b588 libcpmt:fiopen.obj + 0002:0001258c ??_C@_02DPNLHKJD@a?$CL@ 1009b58c libcpmt:fiopen.obj + 0002:00012590 ??_C@_03HMFOOINA@r?$CLb@ 1009b590 libcpmt:fiopen.obj + 0002:00012594 ??_C@_03ELIABIOC@w?$CLb@ 1009b594 libcpmt:fiopen.obj + 0002:00012598 ??_C@_03DOPCBAKB@a?$CLb@ 1009b598 libcpmt:fiopen.obj + 0002:0001259c ??_C@_02LGOGKLMG@wx@ 1009b59c libcpmt:fiopen.obj + 0002:000125a0 ??_C@_03PLKNOCDJ@w?$CLx@ 1009b5a0 libcpmt:fiopen.obj + 0002:000125a4 ??_C@_03IEOGFEHG@wbx@ 1009b5a4 libcpmt:fiopen.obj + 0002:000125a8 ??_C@_04KJKJPALC@w?$CLbx@ 1009b5a8 libcpmt:fiopen.obj + 0002:000126b0 ??_C@_1BK@MGMFAEKH@?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AA3?$AA2?$AA?4?$AAd?$AAl?$AAl@ 1009b6b0 libcpmt:winapisupp.obj + 0002:000126cc ??_C@_0BE@JOGNEJCI@GetCurrentPackageId@ 1009b6cc libcpmt:winapisupp.obj + 0002:00012784 ??_7type_info@@6B@ 1009b784 LIBCMT:std_type_info_static.obj + 0002:000127c0 __pDefaultRawDllMain 1009b7c0 LIBCMT:dll_dllmain.obj + 0002:000127c0 __pRawDllMain 1009b7c0 LIBCMT:dll_dllmain.obj + 0002:000127e0 __xmm@00000000000000000000000000000000 1009b7e0 libvcruntime:wcschr.obj + 0002:00012870 ?ccs@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 1009b870 libucrt:openfile.obj + 0002:00012874 ?utf8_encoding@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 1009b874 libucrt:openfile.obj + 0002:0001287c ?utf16_encoding@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 1009b87c libucrt:openfile.obj + 0002:00012884 ?unicode_encoding@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 1009b884 libucrt:openfile.obj + 0002:0001288b __Asan_string_should_annotate 1009b88b libcpmt:asan_noop.obj + 0002:0001288b __Asan_string_should_annotate_default 1009b88b libcpmt:asan_noop.obj + 0002:0001288c __Asan_vector_should_annotate_default 1009b88c libcpmt:asan_noop.obj + 0002:00012890 ??_C@_04NOJCDH@?$CF02x?$AA@ 1009b890 udis86:udis86.obj + 0002:00012898 ??_C@_04GOMEICPF@far?5?$AA@ 1009b898 udis86:syn-intel.obj + 0002:000128a0 ??_C@_05MAAGGIBB@byte?5?$AA@ 1009b8a0 udis86:syn-intel.obj + 0002:000128a8 ??_C@_05FIBEKMPA@word?5?$AA@ 1009b8a8 udis86:syn-intel.obj + 0002:000128b0 ??_C@_06LEDLKNL@dword?5?$AA@ 1009b8b0 udis86:syn-intel.obj + 0002:000128b8 ??_C@_06DOKFAJLC@qword?5?$AA@ 1009b8b8 udis86:syn-intel.obj + 0002:000128c0 ??_C@_06GMJNCGBF@tword?5?$AA@ 1009b8c0 udis86:syn-intel.obj + 0002:000128c8 ??_C@_06JEEOOCB@oword?5?$AA@ 1009b8c8 udis86:syn-intel.obj + 0002:000128d0 ??_C@_06NEKEHNF@yword?5?$AA@ 1009b8d0 udis86:syn-intel.obj + 0002:000128d8 ??_C@_02DKCKIIND@?$CFs?$AA@ 1009b8d8 udis86:syn-intel.obj + 0002:000128dc ??_C@_01OHGJGJJP@?$FL?$AA@ 1009b8dc udis86:syn-intel.obj + 0002:000128e0 ??_C@_03DKEJHHJP@?$CFs?3?$AA@ 1009b8e0 udis86:syn-intel.obj + 0002:000128e4 ??_C@_01MIFGBAGJ@?$CL?$AA@ 1009b8e4 udis86:syn-intel.obj + 0002:000128e6 ??_C@_00CNPNBAHC@?$AA@ 1009b8e6 udis86:syn-intel.obj + 0002:000128e8 ??_C@_04HDOCAJNK@?$CFs?$CFs?$AA@ 1009b8e8 udis86:syn-intel.obj + 0002:000128f0 ??_C@_03COCDEFBB@?$CK?$CFd?$AA@ 1009b8f0 udis86:syn-intel.obj + 0002:000128f4 ??_C@_01LBDDMOBJ@?$FN?$AA@ 1009b8f4 udis86:syn-intel.obj + 0002:000128f8 ??_C@_0P@CGOKHBFO@word?50x?$CFx?30x?$CFx?$AA@ 1009b8f8 udis86:syn-intel.obj + 0002:00012908 ??_C@_0BA@PAPCPIOM@dword?50x?$CFx?30x?$CFx?$AA@ 1009b908 udis86:syn-intel.obj + 0002:00012918 ??_C@_02DPKJAMEF@?$CFd?$AA@ 1009b918 udis86:syn-intel.obj + 0002:0001291c ??_C@_04HCEKKKGN@o32?5?$AA@ 1009b91c udis86:syn-intel.obj + 0002:00012924 ??_C@_04NPEKMKDK@o16?5?$AA@ 1009b924 udis86:syn-intel.obj + 0002:0001292c ??_C@_04MNHKBEAM@a32?5?$AA@ 1009b92c udis86:syn-intel.obj + 0002:00012934 ??_C@_04GAHKHEFL@a16?5?$AA@ 1009b934 udis86:syn-intel.obj + 0002:0001293c ??_C@_03IKGEINEE@?$CFs?5?$AA@ 1009b93c udis86:syn-intel.obj + 0002:00012940 ??_C@_05NCPMCJGP@lock?5?$AA@ 1009b940 udis86:syn-intel.obj + 0002:00012948 ??_C@_04HHECPAIO@rep?5?$AA@ 1009b948 udis86:syn-intel.obj + 0002:00012950 ??_C@_05OJKCIHFO@repe?5?$AA@ 1009b950 udis86:syn-intel.obj + 0002:00012958 ??_C@_06LIOODCPM@repne?5?$AA@ 1009b958 udis86:syn-intel.obj + 0002:00012960 ??_C@_01CLKCMJKC@?5?$AA@ 1009b960 udis86:syn-intel.obj + 0002:00012964 ??_C@_02KEGNLNML@?0?5?$AA@ 1009b964 udis86:syn-intel.obj + 0002:00012968 _ud_mnemonics_str 1009b968 udis86:itab.obj + 0002:00013798 ??_C@_06KMJLBAPP@opctbl?$AA@ 1009c798 udis86:itab.obj + 0002:000137a0 ??_C@_02ODPMDCNK@?1m?$AA@ 1009c7a0 udis86:itab.obj + 0002:000137a4 ??_C@_04NPNKCMIL@?1reg?$AA@ 1009c7a4 udis86:itab.obj + 0002:000137ac ??_C@_04PBBKLNFH@?1mod?$AA@ 1009c7ac udis86:itab.obj + 0002:000137b4 ??_C@_03KBMMDGFP@?1rm?$AA@ 1009c7b4 udis86:itab.obj + 0002:000137b8 ??_C@_07KBMOBFIF@?1vendor?$AA@ 1009c7b8 udis86:itab.obj + 0002:000137c0 ??_C@_06ENDGCOGG@?13dnow?$AA@ 1009c7c0 udis86:itab.obj + 0002:000137c8 ??_C@_04ENPLPGKO@?1sse?$AA@ 1009c7c8 udis86:itab.obj + 0002:000137d0 ??_C@_02NBMKFAFI@?1o?$AA@ 1009c7d0 udis86:itab.obj + 0002:000137d4 ??_C@_04JNOCLFEC@?1vex?$AA@ 1009c7d4 udis86:itab.obj + 0002:000137dc ??_C@_05FBAHOGKC@?1vexl?$AA@ 1009c7dc udis86:itab.obj + 0002:000137e4 ??_C@_05PIDBCNDI@?1vexw?$AA@ 1009c7e4 udis86:itab.obj + 0002:000137ec ??_C@_04GOLICMFI@?1x87?$AA@ 1009c7ec udis86:itab.obj + 0002:000137f4 ??_C@_02EPEJHNNG@?1a?$AA@ 1009c7f4 udis86:itab.obj + 0002:000137f8 ??_C@_03GINCELHE@aaa?$AA@ 1009c7f8 udis86:itab.obj + 0002:000137fc ??_C@_03BFKFLPDB@aad?$AA@ 1009c7fc udis86:itab.obj + 0002:00013800 ??_C@_03MEGHAEHI@aam?$AA@ 1009c800 udis86:itab.obj + 0002:00013804 ??_C@_03BACGDLKH@aas?$AA@ 1009c804 udis86:itab.obj + 0002:00013808 ??_C@_03FMCPOLBN@adc?$AA@ 1009c808 udis86:itab.obj + 0002:0001380c ??_C@_03BDGOHNNK@add?$AA@ 1009c80c udis86:itab.obj + 0002:00013810 ??_C@_05DPFIJ@addpd?$AA@ 1009c810 udis86:itab.obj + 0002:00013818 ??_C@_05FIAHBBP@addps?$AA@ 1009c818 udis86:itab.obj + 0002:00013820 ??_C@_05CEFELNA@addsd?$AA@ 1009c820 udis86:itab.obj + 0002:00013828 ??_C@_05HMGMPEG@addss?$AA@ 1009c828 udis86:itab.obj + 0002:00013830 ??_C@_08BHNFBKK@addsubpd?$AA@ 1009c830 udis86:itab.obj + 0002:0001383c ??_C@_08EPONFDM@addsubps?$AA@ 1009c83c udis86:itab.obj + 0002:00013848 ??_C@_06BNJBDCNN@aesdec?$AA@ 1009c848 udis86:itab.obj + 0002:00013850 ??_C@_0L@DKDBOHOJ@aesdeclast?$AA@ 1009c850 udis86:itab.obj + 0002:0001385c ??_C@_06KJHILKFJ@aesenc?$AA@ 1009c85c udis86:itab.obj + 0002:00013864 ??_C@_0L@PEJMLDIN@aesenclast?$AA@ 1009c864 udis86:itab.obj + 0002:00013870 ??_C@_06OBOILLLI@aesimc?$AA@ 1009c870 udis86:itab.obj + 0002:00013878 ??_C@_0BA@BKBPMOOB@aeskeygenassist?$AA@ 1009c878 udis86:itab.obj + 0002:00013888 ??_C@_03BOPJPIAM@and?$AA@ 1009c888 udis86:itab.obj + 0002:0001388c ??_C@_06JPIHJOLE@andnpd?$AA@ 1009c88c udis86:itab.obj + 0002:00013894 ??_C@_06JKAEBKCC@andnps?$AA@ 1009c894 udis86:itab.obj + 0002:0001389c ??_C@_05EKLDONCI@andpd?$AA@ 1009c89c udis86:itab.obj + 0002:000138a4 ??_C@_05EPDAGJLO@andps?$AA@ 1009c8a4 udis86:itab.obj + 0002:000138ac ??_C@_04MBAAHCPD@arpl?$AA@ 1009c8ac udis86:itab.obj + 0002:000138b4 ??_C@_07NLBKFAKD@blendpd?$AA@ 1009c8b4 udis86:itab.obj + 0002:000138bc ??_C@_07NOJJNEDF@blendps?$AA@ 1009c8bc udis86:itab.obj + 0002:000138c4 ??_C@_08HANBBCNB@blendvpd?$AA@ 1009c8c4 udis86:itab.obj + 0002:000138d0 ??_C@_08HFFCJGEH@blendvps?$AA@ 1009c8d0 udis86:itab.obj + 0002:000138dc ??_C@_05PFKAILG@bound?$AA@ 1009c8dc udis86:itab.obj + 0002:000138e4 ??_C@_03CKIEAFED@bsf?$AA@ 1009c8e4 udis86:itab.obj + 0002:000138e8 ??_C@_03ECKNCBG@bsr?$AA@ 1009c8e8 udis86:itab.obj + 0002:000138ec ??_C@_05CFLBCKNG@bswap?$AA@ 1009c8ec udis86:itab.obj + 0002:000138f4 ??_C@_02LOIFFB@bt?$AA@ 1009c8f4 udis86:itab.obj + 0002:000138f8 ??_C@_03FCLMOHID@btc?$AA@ 1009c8f8 udis86:itab.obj + 0002:000138fc ??_C@_03BGFMEJD@btr?$AA@ 1009c8fc udis86:itab.obj + 0002:00013900 ??_C@_03BIHOPFNC@bts?$AA@ 1009c900 udis86:itab.obj + 0002:00013904 ??_C@_04OMFAIDPG@call?$AA@ 1009c904 udis86:itab.obj + 0002:0001390c ??_C@_03NMAFIIHB@cbw?$AA@ 1009c90c udis86:itab.obj + 0002:00013910 ??_C@_03IONCFDEF@cdq?$AA@ 1009c910 udis86:itab.obj + 0002:00013914 ??_C@_04BOLCPIKO@cdqe?$AA@ 1009c914 udis86:itab.obj + 0002:0001391c ??_C@_03PIDFHCCO@clc?$AA@ 1009c91c udis86:itab.obj + 0002:00013920 ??_C@_03LHHEOEOJ@cld?$AA@ 1009c920 udis86:itab.obj + 0002:00013924 ??_C@_07KNLCLAFM@clflush?$AA@ 1009c924 udis86:itab.obj + 0002:0001392c ??_C@_04GPBIEAIP@clgi?$AA@ 1009c92c udis86:itab.obj + 0002:00013934 ??_C@_03CNKJKKE@cli?$AA@ 1009c934 udis86:itab.obj + 0002:00013938 ??_C@_04MBFFKHHN@clts?$AA@ 1009c938 udis86:itab.obj + 0002:00013940 ??_C@_03PJPHBIBJ@cmc?$AA@ 1009c940 udis86:itab.obj + 0002:00013944 ??_C@_05OOCADJAF@cmova?$AA@ 1009c944 udis86:itab.obj + 0002:0001394c ??_C@_06GIAOELFE@cmovae?$AA@ 1009c94c udis86:itab.obj + 0002:00013954 ??_C@_05MFANGKMG@cmovb?$AA@ 1009c954 udis86:itab.obj + 0002:0001395c ??_C@_06GKEIPFAN@cmovbe?$AA@ 1009c95c udis86:itab.obj + 0002:00013964 ??_C@_05LIHKJOID@cmovg?$AA@ 1009c964 udis86:itab.obj + 0002:0001396c ??_C@_06GMIDDHOG@cmovge?$AA@ 1009c96c udis86:itab.obj + 0002:00013974 ??_C@_05FLIOEHEI@cmovl?$AA@ 1009c974 udis86:itab.obj + 0002:0001397c ??_C@_06GANGNIAH@cmovle?$AA@ 1009c97c udis86:itab.obj + 0002:00013984 ??_C@_06JJLNOEOD@cmovno?$AA@ 1009c984 udis86:itab.obj + 0002:0001398c ??_C@_06FEOHOKHN@cmovnp?$AA@ 1009c98c udis86:itab.obj + 0002:00013994 ??_C@_06HPMKLJLO@cmovns?$AA@ 1009c994 udis86:itab.obj + 0002:0001399c ??_C@_06KOAIACPH@cmovnz?$AA@ 1009c99c udis86:itab.obj + 0002:000139a4 ??_C@_05HAKDBEIL@cmovo?$AA@ 1009c9a4 udis86:itab.obj + 0002:000139ac ??_C@_05LNPJBKBF@cmovp?$AA@ 1009c9ac udis86:itab.obj + 0002:000139b4 ??_C@_05JGNEEJNG@cmovs?$AA@ 1009c9b4 udis86:itab.obj + 0002:000139bc ??_C@_05EHBGPCJP@cmovz?$AA@ 1009c9bc udis86:itab.obj + 0002:000139c4 ??_C@_03JIBIFJIL@cmp?$AA@ 1009c9c4 udis86:itab.obj + 0002:000139c8 ??_C@_05JPKAPGDL@cmppd?$AA@ 1009c9c8 udis86:itab.obj + 0002:000139d0 ??_C@_05JKCDHCKN@cmpps?$AA@ 1009c9d0 udis86:itab.obj + 0002:000139d8 ??_C@_05MLLMOPOE@cmpsb?$AA@ 1009c9d8 udis86:itab.obj + 0002:000139e0 ??_C@_05JNOGEIGC@cmpsd?$AA@ 1009c9e0 udis86:itab.obj + 0002:000139e8 ??_C@_05KKFDKOHG@cmpsq?$AA@ 1009c9e8 udis86:itab.obj + 0002:000139f0 ??_C@_05JIGFMMPE@cmpss?$AA@ 1009c9f0 udis86:itab.obj + 0002:000139f8 ??_C@_05PMAJAJPA@cmpsw?$AA@ 1009c9f8 udis86:itab.obj + 0002:00013a00 ??_C@_07KJLDDDDB@cmpxchg?$AA@ 1009ca00 udis86:itab.obj + 0002:00013a08 ??_C@_0L@LMBAAHML@cmpxchg16b?$AA@ 1009ca08 udis86:itab.obj + 0002:00013a14 ??_C@_09EDOHCBK@cmpxchg8b?$AA@ 1009ca14 udis86:itab.obj + 0002:00013a20 ??_C@_06FBMFLIKJ@comisd?$AA@ 1009ca20 udis86:itab.obj + 0002:00013a28 ??_C@_06FEEGDMDP@comiss?$AA@ 1009ca28 udis86:itab.obj + 0002:00013a30 ??_C@_05CDPJMNMF@cpuid?$AA@ 1009ca30 udis86:itab.obj + 0002:00013a38 ??_C@_03EAHOANAB@cqo?$AA@ 1009ca38 udis86:itab.obj + 0002:00013a3c ??_C@_05KBIBMHFC@crc32?$AA@ 1009ca3c udis86:itab.obj + 0002:00013a44 ??_C@_08FGJFEIPF@cvtdq2pd?$AA@ 1009ca44 udis86:itab.obj + 0002:00013a50 ??_C@_08FDBGMMGD@cvtdq2ps?$AA@ 1009ca50 udis86:itab.obj + 0002:00013a5c ??_C@_08EKEIPNDC@cvtpd2dq?$AA@ 1009ca5c udis86:itab.obj + 0002:00013a68 ??_C@_08NDHMGOMH@cvtpd2pi?$AA@ 1009ca68 udis86:itab.obj + 0002:00013a74 ??_C@_08GDFBJEBM@cvtpd2ps?$AA@ 1009ca74 udis86:itab.obj + 0002:00013a80 ??_C@_08JOECNEDL@cvtpi2pd?$AA@ 1009ca80 udis86:itab.obj + 0002:00013a8c ??_C@_08JLMBFAKN@cvtpi2ps?$AA@ 1009ca8c udis86:itab.obj + 0002:00013a98 ??_C@_08JIIILGKA@cvtps2dq?$AA@ 1009ca98 udis86:itab.obj + 0002:00013aa4 ??_C@_08LEBCFLBI@cvtps2pd?$AA@ 1009caa4 udis86:itab.obj + 0002:00013ab0 ??_C@_08BLMCFFF@cvtps2pi?$AA@ 1009cab0 udis86:itab.obj + 0002:00013abc ??_C@_08FHKOKCDA@cvtsd2si?$AA@ 1009cabc udis86:itab.obj + 0002:00013ac8 ??_C@_08OHIDFIOL@cvtsd2ss?$AA@ 1009cac8 udis86:itab.obj + 0002:00013ad4 ??_C@_08BKJABIMM@cvtsi2sd?$AA@ 1009cad4 udis86:itab.obj + 0002:00013ae0 ??_C@_08BPBDJMFK@cvtsi2ss?$AA@ 1009cae0 udis86:itab.obj + 0002:00013aec ??_C@_08DAMAJHOP@cvtss2sd?$AA@ 1009caec udis86:itab.obj + 0002:00013af8 ??_C@_08IFGOOJKC@cvtss2si?$AA@ 1009caf8 udis86:itab.obj + 0002:00013b04 ??_C@_09NBGJDONK@cvttpd2dq?$AA@ 1009cb04 udis86:itab.obj + 0002:00013b10 ??_C@_09EIFNKNCP@cvttpd2pi?$AA@ 1009cb10 udis86:itab.obj + 0002:00013b1c ??_C@_09DKJHFEI@cvttps2dq?$AA@ 1009cb1c udis86:itab.obj + 0002:00013b28 ??_C@_09JKJNOGLN@cvttps2pi?$AA@ 1009cb28 udis86:itab.obj + 0002:00013b34 ??_C@_09MMIPGBNI@cvttsd2si?$AA@ 1009cb34 udis86:itab.obj + 0002:00013b40 ??_C@_09BOEPCKEK@cvttss2si?$AA@ 1009cb40 udis86:itab.obj + 0002:00013b4c ??_C@_03KHAHKIHI@cwd?$AA@ 1009cb4c udis86:itab.obj + 0002:00013b50 ??_C@_04EGPDGBEE@cwde?$AA@ 1009cb50 udis86:itab.obj + 0002:00013b58 ??_C@_03FPAMLLEG@daa?$AA@ 1009cb58 udis86:itab.obj + 0002:00013b5c ??_C@_03CHPIMLJF@das?$AA@ 1009cb5c udis86:itab.obj + 0002:00013b60 ??_C@_03GKDDHBBI@dec?$AA@ 1009cb60 udis86:itab.obj + 0002:00013b64 ??_C@_03FEJMGOGI@div?$AA@ 1009cb64 udis86:itab.obj + 0002:00013b68 ??_C@_05FCEODPJP@divpd?$AA@ 1009cb68 udis86:itab.obj + 0002:00013b70 ??_C@_05FHMNLLAJ@divps?$AA@ 1009cb70 udis86:itab.obj + 0002:00013b78 ??_C@_05FAAIIBMG@divsd?$AA@ 1009cb78 udis86:itab.obj + 0002:00013b80 ??_C@_05FFILAFFA@divss?$AA@ 1009cb80 udis86:itab.obj + 0002:00013b88 ??_C@_04GLDALPAA@dppd?$AA@ 1009cb88 udis86:itab.obj + 0002:00013b90 ??_C@_04GOLDDLJG@dpps?$AA@ 1009cb90 udis86:itab.obj + 0002:00013b98 ??_C@_04OFFOKNEH@emms?$AA@ 1009cb98 udis86:itab.obj + 0002:00013ba0 ??_C@_05IHEOCMON@enter?$AA@ 1009cba0 udis86:itab.obj + 0002:00013ba8 ??_C@_09JKKJMDNE@extractps?$AA@ 1009cba8 udis86:itab.obj + 0002:00013bb4 ??_C@_05GDKIIOEP@f2xm1?$AA@ 1009cbb4 udis86:itab.obj + 0002:00013bbc ??_C@_04ODHECPBC@fabs?$AA@ 1009cbbc udis86:itab.obj + 0002:00013bc4 ??_C@_04OCHKNHDG@fadd?$AA@ 1009cbc4 udis86:itab.obj + 0002:00013bcc ??_C@_05OAGHJGLI@faddp?$AA@ 1009cbcc udis86:itab.obj + 0002:00013bd4 ??_C@_04PONMCJGA@fbld?$AA@ 1009cbd4 udis86:itab.obj + 0002:00013bdc ??_C@_05HGCPCADO@fbstp?$AA@ 1009cbdc udis86:itab.obj + 0002:00013be4 ??_C@_04EEOKGCEP@fchs?$AA@ 1009cbe4 udis86:itab.obj + 0002:00013bec ??_C@_05JGAIANAI@fclex?$AA@ 1009cbec udis86:itab.obj + 0002:00013bf4 ??_C@_06BMFGNME@fcmovb?$AA@ 1009cbf4 udis86:itab.obj + 0002:00013bfc ??_C@_07IEICFMCG@fcmovbe?$AA@ 1009cbfc udis86:itab.obj + 0002:00013c04 ??_C@_06EOIEPLAD@fcmove?$AA@ 1009cc04 udis86:itab.obj + 0002:00013c0c ??_C@_07MCNJDDIF@fcmovnb?$AA@ 1009cc0c udis86:itab.obj + 0002:00013c14 ??_C@_08IFJKDBHO@fcmovnbe?$AA@ 1009cc14 udis86:itab.obj + 0002:00013c20 ??_C@_07INJIKFEC@fcmovne?$AA@ 1009cc20 udis86:itab.obj + 0002:00013c28 ??_C@_07MHFKLHBD@fcmovnu?$AA@ 1009cc28 udis86:itab.obj + 0002:00013c30 ??_C@_06EEGOJFC@fcmovu?$AA@ 1009cc30 udis86:itab.obj + 0002:00013c38 ??_C@_04JFOEELBF@fcom?$AA@ 1009cc38 udis86:itab.obj + 0002:00013c40 ??_C@_05IADIFENB@fcom2?$AA@ 1009cc40 udis86:itab.obj + 0002:00013c48 ??_C@_05NJHHNAEO@fcomi?$AA@ 1009cc48 udis86:itab.obj + 0002:00013c50 ??_C@_06LOICGCLB@fcomip?$AA@ 1009cc50 udis86:itab.obj + 0002:00013c58 ??_C@_05ECHHHJFG@fcomp?$AA@ 1009cc58 udis86:itab.obj + 0002:00013c60 ??_C@_06HGCBOGII@fcomp3?$AA@ 1009cc60 udis86:itab.obj + 0002:00013c68 ??_C@_06CAHLEBAO@fcomp5?$AA@ 1009cc68 udis86:itab.obj + 0002:00013c70 ??_C@_06KNHFPKEO@fcompp?$AA@ 1009cc70 udis86:itab.obj + 0002:00013c78 ??_C@_04EBKFHEMK@fcos?$AA@ 1009cc78 udis86:itab.obj + 0002:00013c80 ??_C@_07HAEGMECA@fdecstp?$AA@ 1009cc80 udis86:itab.obj + 0002:00013c88 ??_C@_04KFIIMEIE@fdiv?$AA@ 1009cc88 udis86:itab.obj + 0002:00013c90 ??_C@_05MFEPLGAL@fdivp?$AA@ 1009cc90 udis86:itab.obj + 0002:00013c98 ??_C@_05PHHJNEIJ@fdivr?$AA@ 1009cc98 udis86:itab.obj + 0002:00013ca0 ??_C@_06LLKMDLKG@fdivrp?$AA@ 1009cca0 udis86:itab.obj + 0002:00013ca8 ??_C@_05EMBDBHLO@femms?$AA@ 1009cca8 udis86:itab.obj + 0002:00013cb0 ??_C@_05BBECMOMI@ffree?$AA@ 1009ccb0 udis86:itab.obj + 0002:00013cb8 ??_C@_06LKJBHBLK@ffreep?$AA@ 1009ccb8 udis86:itab.obj + 0002:00013cc0 ??_C@_05MJGHPKBO@fiadd?$AA@ 1009ccc0 udis86:itab.obj + 0002:00013cc8 ??_C@_05LOPJGGDN@ficom?$AA@ 1009ccc8 udis86:itab.obj + 0002:00013cd0 ??_C@_06HHOJMMIB@ficomp?$AA@ 1009ccd0 udis86:itab.obj + 0002:00013cd8 ??_C@_05IOJFOJKM@fidiv?$AA@ 1009ccd8 udis86:itab.obj + 0002:00013ce0 ??_C@_06MCOHGBFO@fidivr?$AA@ 1009cce0 udis86:itab.obj + 0002:00013ce8 ??_C@_04CJNNKOGB@fild?$AA@ 1009cce8 udis86:itab.obj + 0002:00013cf0 ??_C@_05FGIMAGOJ@fimul?$AA@ 1009ccf0 udis86:itab.obj + 0002:00013cf8 ??_C@_07HLFGFFCD@fincstp?$AA@ 1009ccf8 udis86:itab.obj + 0002:00013d00 ??_C@_04HEGFFIHN@fist?$AA@ 1009cd00 udis86:itab.obj + 0002:00013d08 ??_C@_05BPPBBCP@fistp?$AA@ 1009cd08 udis86:itab.obj + 0002:00013d10 ??_C@_06IDOGBDGC@fisttp?$AA@ 1009cd10 udis86:itab.obj + 0002:00013d18 ??_C@_05HIMJALML@fisub?$AA@ 1009cd18 udis86:itab.obj + 0002:00013d20 ??_C@_06BBMHMJEH@fisubr?$AA@ 1009cd20 udis86:itab.obj + 0002:00013d28 ??_C@_03IAKKBENL@fld?$AA@ 1009cd28 udis86:itab.obj + 0002:00013d2c ??_C@_04NHNMKGPK@fld1?$AA@ 1009cd2c udis86:itab.obj + 0002:00013d34 ??_C@_05FCPJNCEL@fldcw?$AA@ 1009cd34 udis86:itab.obj + 0002:00013d3c ??_C@_06KOKFHIJJ@fldenv?$AA@ 1009cd3c udis86:itab.obj + 0002:00013d44 ??_C@_06NHOEKBFF@fldl2e?$AA@ 1009cd44 udis86:itab.obj + 0002:00013d4c ??_C@_06IEDNICEF@fldl2t?$AA@ 1009cd4c udis86:itab.obj + 0002:00013d54 ??_C@_06EIGJIGJN@fldlg2?$AA@ 1009cd54 udis86:itab.obj + 0002:00013d5c ??_C@_06EHLILNBC@fldln2?$AA@ 1009cd5c udis86:itab.obj + 0002:00013d64 ??_C@_05JINIPALN@fldpi?$AA@ 1009cd64 udis86:itab.obj + 0002:00013d6c ??_C@_04MEFBDADE@fldz?$AA@ 1009cd6c udis86:itab.obj + 0002:00013d74 ??_C@_04HNJBCLMB@fmul?$AA@ 1009cd74 udis86:itab.obj + 0002:00013d7c ??_C@_05MDCBBKPL@fmulp?$AA@ 1009cd7c udis86:itab.obj + 0002:00013d84 ??_C@_06HABPFIJH@fndisi?$AA@ 1009cd84 udis86:itab.obj + 0002:00013d8c ??_C@_05EMBMEKMC@fneni?$AA@ 1009cd8c udis86:itab.obj + 0002:00013d94 ??_C@_06PLIFOOCF@fninit?$AA@ 1009cd94 udis86:itab.obj + 0002:00013d9c ??_C@_04JIOCPPNE@fnop?$AA@ 1009cd9c udis86:itab.obj + 0002:00013da4 ??_C@_06MNBFLGAN@fnsave?$AA@ 1009cda4 udis86:itab.obj + 0002:00013dac ??_C@_07OLELHDDB@fnsetpm?$AA@ 1009cdac udis86:itab.obj + 0002:00013db4 ??_C@_06MIMLAAOI@fnstcw?$AA@ 1009cdb4 udis86:itab.obj + 0002:00013dbc ??_C@_07OBOALIBJ@fnstenv?$AA@ 1009cdbc udis86:itab.obj + 0002:00013dc4 ??_C@_06NEONKDJI@fnstsw?$AA@ 1009cdc4 udis86:itab.obj + 0002:00013dcc ??_C@_06HDLDNKJH@fpatan?$AA@ 1009cdcc udis86:itab.obj + 0002:00013dd4 ??_C@_05DGDLCGOC@fprem?$AA@ 1009cdd4 udis86:itab.obj + 0002:00013ddc ??_C@_06IIGPLPMA@fprem1?$AA@ 1009cddc udis86:itab.obj + 0002:00013de4 ??_C@_05DPHEICCB@fptan?$AA@ 1009cde4 udis86:itab.obj + 0002:00013dec ??_C@_07OGNGBFFO@frndint?$AA@ 1009cdec udis86:itab.obj + 0002:00013df4 ??_C@_06MILCMPCJ@frstor?$AA@ 1009cdf4 udis86:itab.obj + 0002:00013dfc ??_C@_06BCJCCFPK@frstpm?$AA@ 1009cdfc udis86:itab.obj + 0002:00013e04 ??_C@_06DAMBGGM@fscale?$AA@ 1009ce04 udis86:itab.obj + 0002:00013e0c ??_C@_04OKFNDDPL@fsin?$AA@ 1009ce0c udis86:itab.obj + 0002:00013e14 ??_C@_07DGCKCKGH@fsincos?$AA@ 1009ce14 udis86:itab.obj + 0002:00013e1c ??_C@_05OBEHOPDB@fsqrt?$AA@ 1009ce1c udis86:itab.obj + 0002:00013e24 ??_C@_03NNBCOCMH@fst?$AA@ 1009ce24 udis86:itab.obj + 0002:00013e28 ??_C@_04CKOCDMAH@fstp?$AA@ 1009ce28 udis86:itab.obj + 0002:00013e30 ??_C@_05FIBDHACN@fstp1?$AA@ 1009ce30 udis86:itab.obj + 0002:00013e38 ??_C@_05IJNBMLGE@fstp8?$AA@ 1009ce38 udis86:itab.obj + 0002:00013e40 ??_C@_05JAMKPKCF@fstp9?$AA@ 1009ce40 udis86:itab.obj + 0002:00013e48 ??_C@_04FDNECGOD@fsub?$AA@ 1009ce48 udis86:itab.obj + 0002:00013e50 ??_C@_05BGGPBOBC@fsubp?$AA@ 1009ce50 udis86:itab.obj + 0002:00013e58 ??_C@_05CEFJHMJA@fsubr?$AA@ 1009ce58 udis86:itab.obj + 0002:00013e60 ??_C@_06NPBELDMO@fsubrp?$AA@ 1009ce60 udis86:itab.obj + 0002:00013e68 ??_C@_04NGBGNHDP@ftst?$AA@ 1009ce68 udis86:itab.obj + 0002:00013e70 ??_C@_05BLOJBMLO@fucom?$AA@ 1009ce70 udis86:itab.obj + 0002:00013e78 ??_C@_06JIPNKHHJ@fucomi?$AA@ 1009ce78 udis86:itab.obj + 0002:00013e80 ??_C@_07GHOENMJ@fucomip?$AA@ 1009ce80 udis86:itab.obj + 0002:00013e88 ??_C@_06DPNAOGB@fucomp?$AA@ 1009ce88 udis86:itab.obj + 0002:00013e90 ??_C@_07BFIJNFDG@fucompp?$AA@ 1009ce90 udis86:itab.obj + 0002:00013e98 ??_C@_04BIGCLGIB@fxam?$AA@ 1009ce98 udis86:itab.obj + 0002:00013ea0 ??_C@_04GGJBJGKK@fxch?$AA@ 1009cea0 udis86:itab.obj + 0002:00013ea8 ??_C@_05INEPCIJH@fxch4?$AA@ 1009cea8 udis86:itab.obj + 0002:00013eb0 ??_C@_05KGGCHLFE@fxch7?$AA@ 1009ceb0 udis86:itab.obj + 0002:00013eb8 ??_C@_07BBJJIBJB@fxrstor?$AA@ 1009ceb8 udis86:itab.obj + 0002:00013ec0 ??_C@_06BIJKFHIL@fxsave?$AA@ 1009cec0 udis86:itab.obj + 0002:00013ec8 ??_C@_07MCCHLCHD@fxtract?$AA@ 1009cec8 udis86:itab.obj + 0002:00013ed0 ??_C@_05NFKLLKBO@fyl2x?$AA@ 1009ced0 udis86:itab.obj + 0002:00013ed8 ??_C@_07GNFJNPAE@fyl2xp1?$AA@ 1009ced8 udis86:itab.obj + 0002:00013ee0 ??_C@_06BKPLENB@getsec?$AA@ 1009cee0 udis86:itab.obj + 0002:00013ee8 ??_C@_06JEPEIJNG@haddpd?$AA@ 1009cee8 udis86:itab.obj + 0002:00013ef0 ??_C@_06JBHHANEA@haddps?$AA@ 1009cef0 udis86:itab.obj + 0002:00013ef8 ??_C@_03CKLHHBLJ@hlt?$AA@ 1009cef8 udis86:itab.obj + 0002:00013efc ??_C@_06KCABMLKI@hsubpd?$AA@ 1009cefc udis86:itab.obj + 0002:00013f04 ??_C@_06KHICEPDO@hsubps?$AA@ 1009cf04 udis86:itab.obj + 0002:00013f0c ??_C@_04CHNIFDFF@idiv?$AA@ 1009cf0c udis86:itab.obj + 0002:00013f14 ??_C@_04PPMBLMBA@imul?$AA@ 1009cf14 udis86:itab.obj + 0002:00013f1c ??_C@_02LMMGJAGL@in?$AA@ 1009cf1c udis86:itab.obj + 0002:00013f20 ??_C@_03JEAMEGCE@inc?$AA@ 1009cf20 udis86:itab.obj + 0002:00013f24 ??_C@_04HHHKECMC@insb?$AA@ 1009cf24 udis86:itab.obj + 0002:00013f2c ??_C@_04CBCAOFEE@insd?$AA@ 1009cf2c udis86:itab.obj + 0002:00013f34 ??_C@_08JOECPMHJ@insertps?$AA@ 1009cf34 udis86:itab.obj + 0002:00013f40 ??_C@_04EAMPKENG@insw?$AA@ 1009cf40 udis86:itab.obj + 0002:00013f48 ??_C@_03JBIPMCLC@int?$AA@ 1009cf48 udis86:itab.obj + 0002:00013f4c ??_C@_04ODKDFKNA@int1?$AA@ 1009cf4c udis86:itab.obj + 0002:00013f54 ??_C@_04NBJFDIFC@int3?$AA@ 1009cf54 udis86:itab.obj + 0002:00013f5c ??_C@_04MHJLCKAK@into?$AA@ 1009cf5c udis86:itab.obj + 0002:00013f64 ??_C@_04CHOLCHKP@invd?$AA@ 1009cf64 udis86:itab.obj + 0002:00013f6c ??_C@_06CLILIBGB@invept?$AA@ 1009cf6c udis86:itab.obj + 0002:00013f74 ??_C@_06DHGMIPHJ@invlpg?$AA@ 1009cf74 udis86:itab.obj + 0002:00013f7c ??_C@_07FFAIPPPB@invlpga?$AA@ 1009cf7c udis86:itab.obj + 0002:00013f84 ??_C@_07ILBKJJN@invvpid?$AA@ 1009cf84 udis86:itab.obj + 0002:00013f8c ??_C@_05LMEFNKHP@iretd?$AA@ 1009cf8c udis86:itab.obj + 0002:00013f94 ??_C@_05ILPADMGL@iretq?$AA@ 1009cf94 udis86:itab.obj + 0002:00013f9c ??_C@_05NNKKJLON@iretw?$AA@ 1009cf9c udis86:itab.obj + 0002:00013fa4 ??_C@_02DJBIDCPN@ja?$AA@ 1009cfa4 udis86:itab.obj + 0002:00013fa8 ??_C@_03NLLPAJHB@jae?$AA@ 1009cfa8 udis86:itab.obj + 0002:00013fac ??_C@_02BCDFGBDO@jb?$AA@ 1009cfac udis86:itab.obj + 0002:00013fb0 ??_C@_03NJPJLHCI@jbe?$AA@ 1009cfb0 udis86:itab.obj + 0002:00013fb4 ??_C@_04EMPOJHHH@jcxz?$AA@ 1009cfb4 udis86:itab.obj + 0002:00013fbc ??_C@_05BACBHKCE@jecxz?$AA@ 1009cfbc udis86:itab.obj + 0002:00013fc4 ??_C@_02GPECJFHL@jg?$AA@ 1009cfc4 udis86:itab.obj + 0002:00013fc8 ??_C@_03NPDCHFMD@jge?$AA@ 1009cfc8 udis86:itab.obj + 0002:00013fcc ??_C@_02IMLGEMLA@jl?$AA@ 1009cfcc udis86:itab.obj + 0002:00013fd0 ??_C@_03NDGHJKCC@jle?$AA@ 1009cfd0 udis86:itab.obj + 0002:00013fd4 ??_C@_03OFBABGAB@jmp?$AA@ 1009cfd4 udis86:itab.obj + 0002:00013fd8 ??_C@_03CKAMKGMG@jno?$AA@ 1009cfd8 udis86:itab.obj + 0002:00013fdc ??_C@_03OHFGKIFI@jnp?$AA@ 1009cfdc udis86:itab.obj + 0002:00013fe0 ??_C@_03MMHLPLJL@jns?$AA@ 1009cfe0 udis86:itab.obj + 0002:00013fe4 ??_C@_03BNLJEANC@jnz?$AA@ 1009cfe4 udis86:itab.obj + 0002:00013fe8 ??_C@_02KHJLBPHD@jo?$AA@ 1009cfe8 udis86:itab.obj + 0002:00013fec ??_C@_02GKMBBBON@jp?$AA@ 1009cfec udis86:itab.obj + 0002:00013ff0 ??_C@_05MCOBDBLG@jrcxz?$AA@ 1009cff0 udis86:itab.obj + 0002:00013ff8 ??_C@_02EBOMECCO@js?$AA@ 1009cff8 udis86:itab.obj + 0002:00013ffc ??_C@_02JACOPJGH@jz?$AA@ 1009cffc udis86:itab.obj + 0002:00014000 ??_C@_04JDOGFEHB@lahf?$AA@ 1009d000 udis86:itab.obj + 0002:00014008 ??_C@_03PLFHNCDL@lar?$AA@ 1009d008 udis86:itab.obj + 0002:0001400c ??_C@_05OOIGKPHA@lddqu?$AA@ 1009d00c udis86:itab.obj + 0002:00014014 ??_C@_07HNIFNPIO@ldmxcsr?$AA@ 1009d014 udis86:itab.obj + 0002:0001401c ??_C@_03OEIHCBJB@lds?$AA@ 1009d01c udis86:itab.obj + 0002:00014020 ??_C@_03JNLBDLHF@lea?$AA@ 1009d020 udis86:itab.obj + 0002:00014024 ??_C@_05KLLFHCCG@leave?$AA@ 1009d024 udis86:itab.obj + 0002:0001402c ??_C@_03OFEFELKG@les?$AA@ 1009d02c udis86:itab.obj + 0002:00014030 ??_C@_06CIBIHIMB@lfence?$AA@ 1009d030 udis86:itab.obj + 0002:00014038 ??_C@_03OHADPFPP@lfs?$AA@ 1009d038 udis86:itab.obj + 0002:0001403c ??_C@_04MHGDICBK@lgdt?$AA@ 1009d03c udis86:itab.obj + 0002:00014044 ??_C@_03OGMBJPMI@lgs?$AA@ 1009d044 udis86:itab.obj + 0002:00014048 ??_C@_04CHLMPFCJ@lidt?$AA@ 1009d048 udis86:itab.obj + 0002:00014050 ??_C@_04BAGCAFBL@lldt?$AA@ 1009d050 udis86:itab.obj + 0002:00014058 ??_C@_04JKJKIEEI@lmsw?$AA@ 1009d058 udis86:itab.obj + 0002:00014060 ??_C@_04MKMCLCOO@lock?$AA@ 1009d060 udis86:itab.obj + 0002:00014068 ??_C@_05JPFBMOJJ@lodsb?$AA@ 1009d068 udis86:itab.obj + 0002:00014070 ??_C@_05MJALGJBP@lodsd?$AA@ 1009d070 udis86:itab.obj + 0002:00014078 ??_C@_05POLOIPAL@lodsq?$AA@ 1009d078 udis86:itab.obj + 0002:00014080 ??_C@_05KIOECIIN@lodsw?$AA@ 1009d080 udis86:itab.obj + 0002:00014088 ??_C@_04GKOOIABA@loop?$AA@ 1009d088 udis86:itab.obj + 0002:00014090 ??_C@_05FFHGBAG@loope?$AA@ 1009d090 udis86:itab.obj + 0002:00014098 ??_C@_06PNLJICFH@loopne?$AA@ 1009d098 udis86:itab.obj + 0002:000140a0 ??_C@_03DALEJKPK@lsl?$AA@ 1009d0a0 udis86:itab.obj + 0002:000140a4 ??_C@_03PNOOJEGE@lss?$AA@ 1009d0a4 udis86:itab.obj + 0002:000140a8 ??_C@_03OBLKLDKA@ltr?$AA@ 1009d0a8 udis86:itab.obj + 0002:000140ac ??_C@_0L@KDNMNDNK@maskmovdqu?$AA@ 1009d0ac udis86:itab.obj + 0002:000140b8 ??_C@_08HDJHBAFE@maskmovq?$AA@ 1009d0b8 udis86:itab.obj + 0002:000140c4 ??_C@_05KFOOFCKF@maxpd?$AA@ 1009d0c4 udis86:itab.obj + 0002:000140cc ??_C@_05KAGNNGDD@maxps?$AA@ 1009d0cc udis86:itab.obj + 0002:000140d4 ??_C@_05KHKIOMPM@maxsd?$AA@ 1009d0d4 udis86:itab.obj + 0002:000140dc ??_C@_05KCCLGIGK@maxss?$AA@ 1009d0dc udis86:itab.obj + 0002:000140e4 ??_C@_06IOGPHDHF@mfence?$AA@ 1009d0e4 udis86:itab.obj + 0002:000140ec ??_C@_05OAOMBBCH@minpd?$AA@ 1009d0ec udis86:itab.obj + 0002:000140f4 ??_C@_05OFGPJFLB@minps?$AA@ 1009d0f4 udis86:itab.obj + 0002:000140fc ??_C@_05OCKKKPHO@minsd?$AA@ 1009d0fc udis86:itab.obj + 0002:00014104 ??_C@_05OHCJCLOI@minss?$AA@ 1009d104 udis86:itab.obj + 0002:0001410c ??_C@_07LAMOHCEE@monitor?$AA@ 1009d10c udis86:itab.obj + 0002:00014114 ??_C@_07MAFPCABL@montmul?$AA@ 1009d114 udis86:itab.obj + 0002:0001411c ??_C@_03CNBJFNFA@mov?$AA@ 1009d11c udis86:itab.obj + 0002:00014120 ??_C@_06NBDIPDNB@movapd?$AA@ 1009d120 udis86:itab.obj + 0002:00014128 ??_C@_06NELLHHEH@movaps?$AA@ 1009d128 udis86:itab.obj + 0002:00014130 ??_C@_05PMLINNKI@movbe?$AA@ 1009d130 udis86:itab.obj + 0002:00014138 ??_C@_04GKNHOGAK@movd?$AA@ 1009d138 udis86:itab.obj + 0002:00014140 ??_C@_07NEEFCFLI@movddup?$AA@ 1009d140 udis86:itab.obj + 0002:00014148 ??_C@_07NPEMCIBB@movdq2q?$AA@ 1009d148 udis86:itab.obj + 0002:00014150 ??_C@_06JKFDJNJB@movdqa?$AA@ 1009d150 udis86:itab.obj + 0002:00014158 ??_C@_06LEPNEKME@movdqu?$AA@ 1009d158 udis86:itab.obj + 0002:00014160 ??_C@_07PJOHHBHO@movhlps?$AA@ 1009d160 udis86:itab.obj + 0002:00014168 ??_C@_06KMDALMFL@movhpd?$AA@ 1009d168 udis86:itab.obj + 0002:00014170 ??_C@_06KJLDDIMN@movhps?$AA@ 1009d170 udis86:itab.obj + 0002:00014178 ??_C@_07IDAFEAOJ@movlhps?$AA@ 1009d178 udis86:itab.obj + 0002:00014180 ??_C@_06CDFCCLAM@movlpd?$AA@ 1009d180 udis86:itab.obj + 0002:00014188 ??_C@_06CGNBKPJK@movlps?$AA@ 1009d188 udis86:itab.obj + 0002:00014190 ??_C@_08IBPGOKMO@movmskpd?$AA@ 1009d190 udis86:itab.obj + 0002:0001419c ??_C@_08IEHFGOFI@movmskps?$AA@ 1009d19c udis86:itab.obj + 0002:000141a8 ??_C@_07MKBDJCIA@movntdq?$AA@ 1009d1a8 udis86:itab.obj + 0002:000141b0 ??_C@_08JBJEMKFE@movntdqa?$AA@ 1009d1b0 udis86:itab.obj + 0002:000141bc ??_C@_06DLPMDFBG@movnti?$AA@ 1009d1bc udis86:itab.obj + 0002:000141c4 ??_C@_07OGIJHPDI@movntpd?$AA@ 1009d1c4 udis86:itab.obj + 0002:000141cc ??_C@_07ODAKPLKO@movntps?$AA@ 1009d1cc udis86:itab.obj + 0002:000141d4 ??_C@_06LJOHKNEP@movntq?$AA@ 1009d1d4 udis86:itab.obj + 0002:000141dc ??_C@_04FNGCAABO@movq?$AA@ 1009d1dc udis86:itab.obj + 0002:000141e4 ??_C@_07JGNMJFDC@movq2dq?$AA@ 1009d1e4 udis86:itab.obj + 0002:000141ec ??_C@_05KOBNICCI@movsb?$AA@ 1009d1ec udis86:itab.obj + 0002:000141f4 ??_C@_05PIEHCFKO@movsd?$AA@ 1009d1f4 udis86:itab.obj + 0002:000141fc ??_C@_08NPBMCKFO@movshdup?$AA@ 1009d1fc udis86:itab.obj + 0002:00014208 ??_C@_08CKJMIMJO@movsldup?$AA@ 1009d208 udis86:itab.obj + 0002:00014214 ??_C@_05MPPCMDLK@movsq?$AA@ 1009d214 udis86:itab.obj + 0002:0001421c ??_C@_05PNMEKBDI@movss?$AA@ 1009d21c udis86:itab.obj + 0002:00014224 ??_C@_05JJKIGEDM@movsw?$AA@ 1009d224 udis86:itab.obj + 0002:0001422c ??_C@_05BODAHIPD@movsx?$AA@ 1009d22c udis86:itab.obj + 0002:00014234 ??_C@_06CFDLDNHN@movsxd?$AA@ 1009d234 udis86:itab.obj + 0002:0001423c ??_C@_06OEDDDBJ@movupd?$AA@ 1009d23c udis86:itab.obj + 0002:00014244 ??_C@_06LMALHIP@movups?$AA@ 1009d244 udis86:itab.obj + 0002:0001424c ??_C@_05BBOBEDHM@movzx?$AA@ 1009d24c udis86:itab.obj + 0002:00014254 ??_C@_07ILNGPEGO@mpsadbw?$AA@ 1009d254 udis86:itab.obj + 0002:0001425c ??_C@_03IMIFIBCN@mul?$AA@ 1009d25c udis86:itab.obj + 0002:00014260 ??_C@_05OPPFKDCP@mulpd?$AA@ 1009d260 udis86:itab.obj + 0002:00014268 ??_C@_05OKHGCHLJ@mulps?$AA@ 1009d268 udis86:itab.obj + 0002:00014270 ??_C@_05ONLDBNHG@mulsd?$AA@ 1009d270 udis86:itab.obj + 0002:00014278 ??_C@_05OIDAJJOA@mulss?$AA@ 1009d278 udis86:itab.obj + 0002:00014280 ??_C@_05DOGKKCDM@mwait?$AA@ 1009d280 udis86:itab.obj + 0002:00014288 ??_C@_03GBOCFEHI@neg?$AA@ 1009d288 udis86:itab.obj + 0002:0001428c ??_C@_03GJPGFFDI@nop?$AA@ 1009d28c udis86:itab.obj + 0002:00014290 ??_C@_03NJKJADM@not?$AA@ 1009d290 udis86:itab.obj + 0002:00014294 ??_C@_02FODMLBIE@or?$AA@ 1009d294 udis86:itab.obj + 0002:00014298 ??_C@_04LGOJEGJK@orpd?$AA@ 1009d298 udis86:itab.obj + 0002:000142a0 ??_C@_04LDGKMCAM@orps?$AA@ 1009d2a0 udis86:itab.obj + 0002:000142a8 ??_C@_03KEJHNBPP@out?$AA@ 1009d2a8 udis86:itab.obj + 0002:000142ac ??_C@_05GDIMGEIL@outsb?$AA@ 1009d2ac udis86:itab.obj + 0002:000142b4 ??_C@_05DFNGMDAN@outsd?$AA@ 1009d2b4 udis86:itab.obj + 0002:000142bc ??_C@_05FEDJICJP@outsw?$AA@ 1009d2bc udis86:itab.obj + 0002:000142c4 ??_C@_05HBBOONME@pabsb?$AA@ 1009d2c4 udis86:itab.obj + 0002:000142cc ??_C@_05CHEEEKEC@pabsd?$AA@ 1009d2cc udis86:itab.obj + 0002:000142d4 ??_C@_05EGKLALNA@pabsw?$AA@ 1009d2d4 udis86:itab.obj + 0002:000142dc ??_C@_08MFCBDIOA@packssdw?$AA@ 1009d2dc udis86:itab.obj + 0002:000142e8 ??_C@_08OMPEMDNN@packsswb?$AA@ 1009d2e8 udis86:itab.obj + 0002:000142f4 ??_C@_08EKGBMNEA@packusdw?$AA@ 1009d2f4 udis86:itab.obj + 0002:00014300 ??_C@_08GDLEDGHN@packuswb?$AA@ 1009d300 udis86:itab.obj + 0002:0001430c ??_C@_05ENBMAHON@paddb?$AA@ 1009d30c udis86:itab.obj + 0002:00014314 ??_C@_05BLEGKAGL@paddd?$AA@ 1009d314 udis86:itab.obj + 0002:0001431c ??_C@_05CMPDEGHP@paddq?$AA@ 1009d31c udis86:itab.obj + 0002:00014324 ??_C@_06JENJECKA@paddsb?$AA@ 1009d324 udis86:itab.obj + 0002:0001432c ??_C@_06KDGMKELE@paddsw?$AA@ 1009d32c udis86:itab.obj + 0002:00014334 ??_C@_07LJAGOFBE@paddusb?$AA@ 1009d334 udis86:itab.obj + 0002:0001433c ??_C@_07IOLDADAA@paddusw?$AA@ 1009d33c udis86:itab.obj + 0002:00014344 ??_C@_05HKKJOBPJ@paddw?$AA@ 1009d344 udis86:itab.obj + 0002:0001434c ??_C@_07JOJBOKO@palignr?$AA@ 1009d34c udis86:itab.obj + 0002:00014354 ??_C@_04ENDAMC@pand?$AA@ 1009d354 udis86:itab.obj + 0002:0001435c ??_C@_05IOBEKIIF@pandn?$AA@ 1009d35c udis86:itab.obj + 0002:00014364 ??_C@_05LFEKCGKA@pavgb?$AA@ 1009d364 udis86:itab.obj + 0002:0001436c ??_C@_07LALIDMFE@pavgusb?$AA@ 1009d36c udis86:itab.obj + 0002:00014374 ??_C@_05ICPPMALE@pavgw?$AA@ 1009d374 udis86:itab.obj + 0002:0001437c ??_C@_08PKEFIDIF@pblendvb?$AA@ 1009d37c udis86:itab.obj + 0002:00014388 ??_C@_07PABJNHCL@pblendw?$AA@ 1009d388 udis86:itab.obj + 0002:00014390 ??_C@_09EPKDNNCN@pclmulqdq?$AA@ 1009d390 udis86:itab.obj + 0002:0001439c ??_C@_07MPGLBHEG@pcmpeqb?$AA@ 1009d39c udis86:itab.obj + 0002:000143a4 ??_C@_07JJDBLAMA@pcmpeqd?$AA@ 1009d3a4 udis86:itab.obj + 0002:000143ac ??_C@_07KOIEFGNE@pcmpeqq?$AA@ 1009d3ac udis86:itab.obj + 0002:000143b4 ??_C@_07PINOPBFC@pcmpeqw?$AA@ 1009d3b4 udis86:itab.obj + 0002:000143bc ??_C@_09MJAIJFNM@pcmpestri?$AA@ 1009d3bc udis86:itab.obj + 0002:000143c8 ??_C@_09KNGEFANI@pcmpestrm?$AA@ 1009d3c8 udis86:itab.obj + 0002:000143d4 ??_C@_07GDKJBNCG@pcmpgtb?$AA@ 1009d3d4 udis86:itab.obj + 0002:000143dc ??_C@_07DFPDLKKA@pcmpgtd?$AA@ 1009d3dc udis86:itab.obj + 0002:000143e4 ??_C@_07CEGFMLE@pcmpgtq?$AA@ 1009d3e4 udis86:itab.obj + 0002:000143ec ??_C@_07FEBMPLDC@pcmpgtw?$AA@ 1009d3ec udis86:itab.obj + 0002:000143f4 ??_C@_09LOMKFFKH@pcmpistri?$AA@ 1009d3f4 udis86:itab.obj + 0002:00014400 ??_C@_09NKKGJAKD@pcmpistrm?$AA@ 1009d400 udis86:itab.obj + 0002:0001440c ??_C@_06PLIDEHJN@pextrb?$AA@ 1009d40c udis86:itab.obj + 0002:00014414 ??_C@_06KNNJOABL@pextrd?$AA@ 1009d414 udis86:itab.obj + 0002:0001441c ??_C@_06JKGMAGAP@pextrq?$AA@ 1009d41c udis86:itab.obj + 0002:00014424 ??_C@_06MMDGKBIJ@pextrw?$AA@ 1009d424 udis86:itab.obj + 0002:0001442c ??_C@_05EPNILPFG@pf2id?$AA@ 1009d42c udis86:itab.obj + 0002:00014434 ??_C@_05CODHPOME@pf2iw?$AA@ 1009d434 udis86:itab.obj + 0002:0001443c ??_C@_05NELGAMAL@pfacc?$AA@ 1009d43c udis86:itab.obj + 0002:00014444 ??_C@_05JOLIIMEJ@pfadd?$AA@ 1009d444 udis86:itab.obj + 0002:0001444c ??_C@_07CCCOOHDB@pfcmpeq?$AA@ 1009d44c udis86:itab.obj + 0002:00014454 ??_C@_07PAEOEAK@pfcmpge?$AA@ 1009d454 udis86:itab.obj + 0002:0001445c ??_C@_07FMNNMHBK@pfcmpgt?$AA@ 1009d45c udis86:itab.obj + 0002:00014464 ??_C@_05DENCKMEH@pfmax?$AA@ 1009d464 udis86:itab.obj + 0002:0001446c ??_C@_05CGFJEICI@pfmin?$AA@ 1009d46c udis86:itab.obj + 0002:00014474 ??_C@_05BFDHALO@pfmul?$AA@ 1009d474 udis86:itab.obj + 0002:0001447c ??_C@_06PBIPAILK@pfnacc?$AA@ 1009d47c udis86:itab.obj + 0002:00014484 ??_C@_07HEBANBEP@pfpnacc?$AA@ 1009d484 udis86:itab.obj + 0002:0001448c ??_C@_05PHPFLFOI@pfrcp?$AA@ 1009d48c udis86:itab.obj + 0002:00014494 ??_C@_08CABPKCDG@pfrcpit1?$AA@ 1009d494 udis86:itab.obj + 0002:000144a0 ??_C@_08LDCPBPF@pfrcpit2?$AA@ 1009d4a0 udis86:itab.obj + 0002:000144ac ??_C@_08BOKJIJBN@pfrsqit1?$AA@ 1009d4ac udis86:itab.obj + 0002:000144b8 ??_C@_07OJNGDJDJ@pfrsqrt?$AA@ 1009d4b8 udis86:itab.obj + 0002:000144c0 ??_C@_05CPBGHNJM@pfsub?$AA@ 1009d4c0 udis86:itab.obj + 0002:000144c8 ??_C@_06OEJPNCGG@pfsubr?$AA@ 1009d4c8 udis86:itab.obj + 0002:000144d0 ??_C@_06DEAFIOGL@phaddd?$AA@ 1009d4d0 udis86:itab.obj + 0002:000144d8 ??_C@_07KDEDOHJK@phaddsw?$AA@ 1009d4d8 udis86:itab.obj + 0002:000144e0 ??_C@_06FFOKMPPJ@phaddw?$AA@ 1009d4e0 udis86:itab.obj + 0002:000144e8 ??_C@_0L@EKOFBFBK@phminposuw?$AA@ 1009d4e8 udis86:itab.obj + 0002:000144f4 ??_C@_06MCANAGMB@phsubd?$AA@ 1009d4f4 udis86:itab.obj + 0002:000144fc ??_C@_07JFLGKFOE@phsubsw?$AA@ 1009d4fc udis86:itab.obj + 0002:00014504 ??_C@_06KDOCEHFD@phsubw?$AA@ 1009d504 udis86:itab.obj + 0002:0001450c ??_C@_05MGNEGPLK@pi2fd?$AA@ 1009d50c udis86:itab.obj + 0002:00014514 ??_C@_05KHDLCOCI@pi2fw?$AA@ 1009d514 udis86:itab.obj + 0002:0001451c ??_C@_06PODGNNHN@pinsrb?$AA@ 1009d51c udis86:itab.obj + 0002:00014524 ??_C@_06KIGMHKPL@pinsrd?$AA@ 1009d524 udis86:itab.obj + 0002:0001452c ??_C@_06JPNJJMOP@pinsrq?$AA@ 1009d52c udis86:itab.obj + 0002:00014534 ??_C@_06MJIDDLGJ@pinsrw?$AA@ 1009d534 udis86:itab.obj + 0002:0001453c ??_C@_09CBBJJIHC@pmaddubsw?$AA@ 1009d53c udis86:itab.obj + 0002:00014548 ??_C@_07JHJNCBHD@pmaddwd?$AA@ 1009d548 udis86:itab.obj + 0002:00014550 ??_C@_06DBDEOFIM@pmaxsb?$AA@ 1009d550 udis86:itab.obj + 0002:00014558 ??_C@_06GHGOECAK@pmaxsd?$AA@ 1009d558 udis86:itab.obj + 0002:00014560 ??_C@_06GIBADJI@pmaxsw?$AA@ 1009d560 udis86:itab.obj + 0002:00014568 ??_C@_06DFLJJJDO@pmaxub?$AA@ 1009d568 udis86:itab.obj + 0002:00014570 ??_C@_06GDODDOLI@pmaxud?$AA@ 1009d570 udis86:itab.obj + 0002:00014578 ??_C@_06CAMHPCK@pmaxuw?$AA@ 1009d578 udis86:itab.obj + 0002:00014580 ??_C@_06HEDGKGAO@pminsb?$AA@ 1009d580 udis86:itab.obj + 0002:00014588 ??_C@_06CCGMABII@pminsd?$AA@ 1009d588 udis86:itab.obj + 0002:00014590 ??_C@_06EDIDEABK@pminsw?$AA@ 1009d590 udis86:itab.obj + 0002:00014598 ??_C@_06HALLNKLM@pminub?$AA@ 1009d598 udis86:itab.obj + 0002:000145a0 ??_C@_06CGOBHNDK@pminud?$AA@ 1009d5a0 udis86:itab.obj + 0002:000145a8 ??_C@_06EHAODMKI@pminuw?$AA@ 1009d5a8 udis86:itab.obj + 0002:000145b0 ??_C@_08JFPNOFE@pmovmskb?$AA@ 1009d5b0 udis86:itab.obj + 0002:000145bc ??_C@_08FIAFOMLP@pmovsxbd?$AA@ 1009d5bc udis86:itab.obj + 0002:000145c8 ??_C@_08GPLAAKKL@pmovsxbq?$AA@ 1009d5c8 udis86:itab.obj + 0002:000145d4 ??_C@_08DJOKKNCN@pmovsxbw?$AA@ 1009d5d4 udis86:itab.obj + 0002:000145e0 ??_C@_08GLDNHGBJ@pmovsxdq?$AA@ 1009d5e0 udis86:itab.obj + 0002:000145ec ??_C@_08ECOIINCE@pmovsxwd?$AA@ 1009d5ec udis86:itab.obj + 0002:000145f8 ??_C@_08HFFNGLDA@pmovsxwq?$AA@ 1009d5f8 udis86:itab.obj + 0002:00014604 ??_C@_08FFBFIOMO@pmovzxbd?$AA@ 1009d604 udis86:itab.obj + 0002:00014610 ??_C@_08GCKAGINK@pmovzxbq?$AA@ 1009d610 udis86:itab.obj + 0002:0001461c ??_C@_08DEPKMPFM@pmovzxbw?$AA@ 1009d61c udis86:itab.obj + 0002:00014628 ??_C@_08GGCNBEGI@pmovzxdq?$AA@ 1009d628 udis86:itab.obj + 0002:00014634 ??_C@_08EPPIOPFF@pmovzxwd?$AA@ 1009d634 udis86:itab.obj + 0002:00014640 ??_C@_08HIENAJEB@pmovzxwq?$AA@ 1009d640 udis86:itab.obj + 0002:0001464c ??_C@_06DKJOAGB@pmuldq?$AA@ 1009d64c udis86:itab.obj + 0002:00014654 ??_C@_08DNGAMAOA@pmulhrsw?$AA@ 1009d654 udis86:itab.obj + 0002:00014660 ??_C@_07BCFIBGPO@pmulhrw?$AA@ 1009d660 udis86:itab.obj + 0002:00014668 ??_C@_07BHBHAAHL@pmulhuw?$AA@ 1009d668 udis86:itab.obj + 0002:00014670 ??_C@_06FMOJLOID@pmulhw?$AA@ 1009d670 udis86:itab.obj + 0002:00014678 ??_C@_06DKAPFHMN@pmulld?$AA@ 1009d678 udis86:itab.obj + 0002:00014680 ??_C@_06FLOABGFP@pmullw?$AA@ 1009d680 udis86:itab.obj + 0002:00014688 ??_C@_07PONKOBPI@pmuludq?$AA@ 1009d688 udis86:itab.obj + 0002:00014690 ??_C@_03NJDAHFJE@pop?$AA@ 1009d690 udis86:itab.obj + 0002:00014694 ??_C@_04ILFNDNMO@popa?$AA@ 1009d694 udis86:itab.obj + 0002:0001469c ??_C@_05HNMGBMCJ@popad?$AA@ 1009d69c udis86:itab.obj + 0002:000146a4 ??_C@_06KOACKPNP@popcnt?$AA@ 1009d6a4 udis86:itab.obj + 0002:000146ac ??_C@_05HIIJAKKM@popfd?$AA@ 1009d6ac udis86:itab.obj + 0002:000146b4 ??_C@_05EPDMOMLI@popfq?$AA@ 1009d6b4 udis86:itab.obj + 0002:000146bc ??_C@_05BJGGELDO@popfw?$AA@ 1009d6bc udis86:itab.obj + 0002:000146c4 ??_C@_03OLAGBHBG@por?$AA@ 1009d6c4 udis86:itab.obj + 0002:000146c8 ??_C@_08FCDJGKEM@prefetch?$AA@ 1009d6c8 udis86:itab.obj + 0002:000146d4 ??_C@_0M@ENHAGFIJ@prefetchnta?$AA@ 1009d6d4 udis86:itab.obj + 0002:000146e0 ??_C@_0L@HNBFCMAJ@prefetcht0?$AA@ 1009d6e0 udis86:itab.obj + 0002:000146ec ??_C@_0L@GEAOBNEI@prefetcht1?$AA@ 1009d6ec udis86:itab.obj + 0002:000146f8 ??_C@_0L@EPCDEOIL@prefetcht2?$AA@ 1009d6f8 udis86:itab.obj + 0002:00014704 ??_C@_06DIHGEBBD@psadbw?$AA@ 1009d704 udis86:itab.obj + 0002:0001470c ??_C@_06ONHPFNFA@pshufb?$AA@ 1009d70c udis86:itab.obj + 0002:00014714 ??_C@_06LLCFPKNG@pshufd?$AA@ 1009d714 udis86:itab.obj + 0002:0001471c ??_C@_07GGPEEEO@pshufhw?$AA@ 1009d71c udis86:itab.obj + 0002:00014724 ??_C@_07BGGOMJC@pshuflw?$AA@ 1009d724 udis86:itab.obj + 0002:0001472c ??_C@_06NKMKLLEE@pshufw?$AA@ 1009d72c udis86:itab.obj + 0002:00014734 ??_C@_06CEBMLKEM@psignb?$AA@ 1009d734 udis86:itab.obj + 0002:0001473c ??_C@_06HCEGBNMK@psignd?$AA@ 1009d73c udis86:itab.obj + 0002:00014744 ??_C@_06BDKJFMFI@psignw?$AA@ 1009d744 udis86:itab.obj + 0002:0001474c ??_C@_05MKMBBNNO@pslld?$AA@ 1009d74c udis86:itab.obj + 0002:00014754 ??_C@_06FHIFHGHJ@pslldq?$AA@ 1009d754 udis86:itab.obj + 0002:0001475c ??_C@_05PNHEPLMK@psllq?$AA@ 1009d75c udis86:itab.obj + 0002:00014764 ??_C@_05KLCOFMEM@psllw?$AA@ 1009d764 udis86:itab.obj + 0002:0001476c ??_C@_05HCNPKOCB@psrad?$AA@ 1009d76c udis86:itab.obj + 0002:00014774 ??_C@_05BDDAOPLD@psraw?$AA@ 1009d774 udis86:itab.obj + 0002:0001477c ??_C@_05HKAHDNHC@psrld?$AA@ 1009d77c udis86:itab.obj + 0002:00014784 ??_C@_06IIFFFPJK@psrldq?$AA@ 1009d784 udis86:itab.obj + 0002:0001478c ??_C@_05ENLCNLGG@psrlq?$AA@ 1009d78c udis86:itab.obj + 0002:00014794 ??_C@_05BLOIHMOA@psrlw?$AA@ 1009d794 udis86:itab.obj + 0002:0001479c ??_C@_05LLBEIPEH@psubb?$AA@ 1009d79c udis86:itab.obj + 0002:000147a4 ??_C@_05ONEOCIMB@psubd?$AA@ 1009d7a4 udis86:itab.obj + 0002:000147ac ??_C@_05NKPLMONF@psubq?$AA@ 1009d7ac udis86:itab.obj + 0002:000147b4 ??_C@_06KCCMAANO@psubsb?$AA@ 1009d7b4 udis86:itab.obj + 0002:000147bc ??_C@_06JFJJOGMK@psubsw?$AA@ 1009d7bc udis86:itab.obj + 0002:000147c4 ??_C@_07OINEMGN@psubusb?$AA@ 1009d7c4 udis86:itab.obj + 0002:000147cc ??_C@_07DJDIKKHJ@psubusw?$AA@ 1009d7cc udis86:itab.obj + 0002:000147d4 ??_C@_05IMKBGJFD@psubw?$AA@ 1009d7d4 udis86:itab.obj + 0002:000147dc ??_C@_06JOEFOFIP@pswapd?$AA@ 1009d7dc udis86:itab.obj + 0002:000147e4 ??_C@_05FIFBHIFI@ptest?$AA@ 1009d7e4 udis86:itab.obj + 0002:000147ec ??_C@_09MMDMOCBC@punpckhbw?$AA@ 1009d7ec udis86:itab.obj + 0002:000147f8 ??_C@_09JOOLDJCG@punpckhdq?$AA@ 1009d7f8 udis86:itab.obj + 0002:00014804 ??_C@_0L@JJJNOAEF@punpckhqdq?$AA@ 1009d804 udis86:itab.obj + 0002:00014810 ??_C@_09LHDOMCBL@punpckhwd?$AA@ 1009d810 udis86:itab.obj + 0002:0001481c ??_C@_09EDFOHFEF@punpcklbw?$AA@ 1009d81c udis86:itab.obj + 0002:00014828 ??_C@_09BBIJKOHB@punpckldq?$AA@ 1009d828 udis86:itab.obj + 0002:00014834 ??_C@_0L@GMBNEGIF@punpcklqdq?$AA@ 1009d834 udis86:itab.obj + 0002:00014840 ??_C@_09DIFMFFEM@punpcklwd?$AA@ 1009d840 udis86:itab.obj + 0002:0001484c ??_C@_04GHHNIPCF@push?$AA@ 1009d84c udis86:itab.obj + 0002:00014854 ??_C@_05DHIFPDCO@pusha?$AA@ 1009d854 udis86:itab.obj + 0002:0001485c ??_C@_06NNHACGJP@pushad?$AA@ 1009d85c udis86:itab.obj + 0002:00014864 ??_C@_06NIDPDABK@pushfd?$AA@ 1009d864 udis86:itab.obj + 0002:0001486c ??_C@_06OPIKNGAO@pushfq?$AA@ 1009d86c udis86:itab.obj + 0002:00014874 ??_C@_06LJNAHBII@pushfw?$AA@ 1009d874 udis86:itab.obj + 0002:0001487c ??_C@_04DAAGPHDH@pxor?$AA@ 1009d87c udis86:itab.obj + 0002:00014884 ??_C@_03JMFEBJCG@rcl?$AA@ 1009d884 udis86:itab.obj + 0002:00014888 ??_C@_05ONJJBNPC@rcpps?$AA@ 1009d888 udis86:itab.obj + 0002:00014890 ??_C@_05OPNPKDKL@rcpss?$AA@ 1009d890 udis86:itab.obj + 0002:00014898 ??_C@_03EIBFCGPJ@rcr?$AA@ 1009d898 udis86:itab.obj + 0002:0001489c ??_C@_05OGJHMBLI@rdmsr?$AA@ 1009d89c udis86:itab.obj + 0002:000148a4 ??_C@_05BIFODJA@rdpmc?$AA@ 1009d8a4 udis86:itab.obj + 0002:000148ac ??_C@_06MJFBMHIP@rdrand?$AA@ 1009d8ac udis86:itab.obj + 0002:000148b4 ??_C@_05JIFPPKLN@rdtsc?$AA@ 1009d8b4 udis86:itab.obj + 0002:000148bc ??_C@_06JKHHOJDN@rdtscp?$AA@ 1009d8bc udis86:itab.obj + 0002:000148c4 ??_C@_03HOKODIMJ@rep?$AA@ 1009d8c4 udis86:itab.obj + 0002:000148c8 ??_C@_05GIPJNDPP@repne?$AA@ 1009d8c8 udis86:itab.obj + 0002:000148d0 ??_C@_03BKMCPNMN@ret?$AA@ 1009d8d0 udis86:itab.obj + 0002:000148d4 ??_C@_04NGGILANB@retf?$AA@ 1009d8d4 udis86:itab.obj + 0002:000148dc ??_C@_03JFEOOAEC@rol?$AA@ 1009d8dc udis86:itab.obj + 0002:000148e0 ??_C@_03EBAPNPJN@ror?$AA@ 1009d8e0 udis86:itab.obj + 0002:000148e4 ??_C@_07JFJPHJIO@roundpd?$AA@ 1009d8e4 udis86:itab.obj + 0002:000148ec ??_C@_07JABMPNBI@roundps?$AA@ 1009d8ec udis86:itab.obj + 0002:000148f4 ??_C@_07JHNJMHNH@roundsd?$AA@ 1009d8f4 udis86:itab.obj + 0002:000148fc ??_C@_07JCFKEDEB@roundss?$AA@ 1009d8fc udis86:itab.obj + 0002:00014904 ??_C@_03JJGJILBH@rsm?$AA@ 1009d904 udis86:itab.obj + 0002:00014908 ??_C@_07FOPKGEKI@rsqrtps?$AA@ 1009d908 udis86:itab.obj + 0002:00014910 ??_C@_07FMLMNKPB@rsqrtss?$AA@ 1009d910 udis86:itab.obj + 0002:00014918 ??_C@_04HBFGFECC@sahf?$AA@ 1009d918 udis86:itab.obj + 0002:00014920 ??_C@_04LCIAILL@salc?$AA@ 1009d920 udis86:itab.obj + 0002:00014928 ??_C@_03PDCNJFPC@sar?$AA@ 1009d928 udis86:itab.obj + 0002:0001492c ??_C@_03LLKJDJPK@sbb?$AA@ 1009d92c udis86:itab.obj + 0002:00014930 ??_C@_05JPPPGDOE@scasb?$AA@ 1009d930 udis86:itab.obj + 0002:00014938 ??_C@_05MJKFMEGC@scasd?$AA@ 1009d938 udis86:itab.obj + 0002:00014940 ??_C@_05POBACCHG@scasq?$AA@ 1009d940 udis86:itab.obj + 0002:00014948 ??_C@_05KIEKIFPA@scasw?$AA@ 1009d948 udis86:itab.obj + 0002:00014950 ??_C@_04KEEJAPKG@seta?$AA@ 1009d950 udis86:itab.obj + 0002:00014958 ??_C@_05CHJLNADA@setae?$AA@ 1009d958 udis86:itab.obj + 0002:00014960 ??_C@_04IPGEFMGF@setb?$AA@ 1009d960 udis86:itab.obj + 0002:00014968 ??_C@_05CFNNGOGJ@setbe?$AA@ 1009d968 udis86:itab.obj + 0002:00014970 ??_C@_04PCBDKICA@setg?$AA@ 1009d970 udis86:itab.obj + 0002:00014978 ??_C@_05CDBGKMIC@setge?$AA@ 1009d978 udis86:itab.obj + 0002:00014980 ??_C@_04BBOHHBOL@setl?$AA@ 1009d980 udis86:itab.obj + 0002:00014988 ??_C@_05CPEDEDGD@setle?$AA@ 1009d988 udis86:itab.obj + 0002:00014990 ??_C@_05NGCIHPIH@setno?$AA@ 1009d990 udis86:itab.obj + 0002:00014998 ??_C@_05BLHCHBBJ@setnp?$AA@ 1009d998 udis86:itab.obj + 0002:000149a0 ??_C@_05DAFPCCNK@setns?$AA@ 1009d9a0 udis86:itab.obj + 0002:000149a8 ??_C@_05OBJNJJJD@setnz?$AA@ 1009d9a8 udis86:itab.obj + 0002:000149b0 ??_C@_04DKMKCCCI@seto?$AA@ 1009d9b0 udis86:itab.obj + 0002:000149b8 ??_C@_04PHJACMLG@setp?$AA@ 1009d9b8 udis86:itab.obj + 0002:000149c0 ??_C@_04NMLNHPHF@sets?$AA@ 1009d9c0 udis86:itab.obj + 0002:000149c8 ??_C@_04NHPMEDM@setz?$AA@ 1009d9c8 udis86:itab.obj + 0002:000149d0 ??_C@_06LJIOJEOG@sfence?$AA@ 1009d9d0 udis86:itab.obj + 0002:000149d8 ??_C@_04CFNDICEJ@sgdt?$AA@ 1009d9d8 udis86:itab.obj + 0002:000149e0 ??_C@_03CILNJBKC@shl?$AA@ 1009d9e0 udis86:itab.obj + 0002:000149e4 ??_C@_04DJGBNBPG@shld?$AA@ 1009d9e4 udis86:itab.obj + 0002:000149ec ??_C@_03PMPMKOHN@shr?$AA@ 1009d9ec udis86:itab.obj + 0002:000149f0 ??_C@_04CPNJFPIM@shrd?$AA@ 1009d9f0 udis86:itab.obj + 0002:000149f8 ??_C@_06CBKLGGJD@shufpd?$AA@ 1009d9f8 udis86:itab.obj + 0002:00014a00 ??_C@_06CECIOCAF@shufps?$AA@ 1009da00 udis86:itab.obj + 0002:00014a08 ??_C@_04MFAMPFHK@sidt?$AA@ 1009da08 udis86:itab.obj + 0002:00014a10 ??_C@_06JOKOMMPP@skinit?$AA@ 1009da10 udis86:itab.obj + 0002:00014a18 ??_C@_04PCNCAFEI@sldt?$AA@ 1009da18 udis86:itab.obj + 0002:00014a20 ??_C@_04HICKIEBL@smsw?$AA@ 1009da20 udis86:itab.obj + 0002:00014a28 ??_C@_06ENECHGME@sqrtpd?$AA@ 1009da28 udis86:itab.obj + 0002:00014a30 ??_C@_06EIMBPCFC@sqrtps?$AA@ 1009da30 udis86:itab.obj + 0002:00014a38 ??_C@_06EPAEMIJN@sqrtsd?$AA@ 1009da38 udis86:itab.obj + 0002:00014a40 ??_C@_06EKIHEMAL@sqrtss?$AA@ 1009da40 udis86:itab.obj + 0002:00014a48 ??_C@_03LKBJNHHJ@stc?$AA@ 1009da48 udis86:itab.obj + 0002:00014a4c ??_C@_03PFFIEBLO@std?$AA@ 1009da4c udis86:itab.obj + 0002:00014a50 ??_C@_04JKFFKIHN@stgi?$AA@ 1009da50 udis86:itab.obj + 0002:00014a58 ??_C@_03EAPGDPPD@sti?$AA@ 1009da58 udis86:itab.obj + 0002:00014a5c ??_C@_07LPMAGAMH@stmxcsr?$AA@ 1009da5c udis86:itab.obj + 0002:00014a64 ??_C@_05KNOAFPEF@stosb?$AA@ 1009da64 udis86:itab.obj + 0002:00014a6c ??_C@_05PLLKPIMD@stosd?$AA@ 1009da6c udis86:itab.obj + 0002:00014a74 ??_C@_05MMAPBONH@stosq?$AA@ 1009da74 udis86:itab.obj + 0002:00014a7c ??_C@_05JKFFLJFB@stosw?$AA@ 1009da7c udis86:itab.obj + 0002:00014a84 ??_C@_03OJMAPEGJ@str?$AA@ 1009da84 udis86:itab.obj + 0002:00014a88 ??_C@_03KCMAIMAP@sub?$AA@ 1009da88 udis86:itab.obj + 0002:00014a8c ??_C@_05DGPGLHPH@subpd?$AA@ 1009da8c udis86:itab.obj + 0002:00014a94 ??_C@_05DDHFDDGB@subps?$AA@ 1009da94 udis86:itab.obj + 0002:00014a9c ??_C@_05DELAAJKO@subsd?$AA@ 1009da9c udis86:itab.obj + 0002:00014aa4 ??_C@_05DBDDINDI@subss?$AA@ 1009daa4 udis86:itab.obj + 0002:00014aac ??_C@_06CPNDNOLP@swapgs?$AA@ 1009daac udis86:itab.obj + 0002:00014ab4 ??_C@_07JJMJNHGG@syscall?$AA@ 1009dab4 udis86:itab.obj + 0002:00014abc ??_C@_08HHDECGPN@sysenter?$AA@ 1009dabc udis86:itab.obj + 0002:00014ac8 ??_C@_07LPEIGAGB@sysexit?$AA@ 1009dac8 udis86:itab.obj + 0002:00014ad0 ??_C@_06OJDFPBAP@sysret?$AA@ 1009dad0 udis86:itab.obj + 0002:00014ad8 ??_C@_04CEJDCDCH@test?$AA@ 1009dad8 udis86:itab.obj + 0002:00014ae0 ??_C@_07ENDLCHEK@ucomisd?$AA@ 1009dae0 udis86:itab.obj + 0002:00014ae8 ??_C@_07EILIKDNM@ucomiss?$AA@ 1009dae8 udis86:itab.obj + 0002:00014af0 ??_C@_03CAPEEHMA@ud2?$AA@ 1009daf0 udis86:itab.obj + 0002:00014af4 ??_C@_08EBLLCNNO@unpckhpd?$AA@ 1009daf4 udis86:itab.obj + 0002:00014b00 ??_C@_08EEDIKJEI@unpckhps?$AA@ 1009db00 udis86:itab.obj + 0002:00014b0c ??_C@_08MONJLKIJ@unpcklpd?$AA@ 1009db0c udis86:itab.obj + 0002:00014b18 ??_C@_08MLFKDOBP@unpcklps?$AA@ 1009db18 udis86:itab.obj + 0002:00014b24 ??_C@_06KDBFGOEF@vaddpd?$AA@ 1009db24 udis86:itab.obj + 0002:00014b2c ??_C@_06KGJGOKND@vaddps?$AA@ 1009db2c udis86:itab.obj + 0002:00014b34 ??_C@_06KBFDNABM@vaddsd?$AA@ 1009db34 udis86:itab.obj + 0002:00014b3c ??_C@_06KENAFEIK@vaddss?$AA@ 1009db3c udis86:itab.obj + 0002:00014b44 ??_C@_09PPKJNIKN@vaddsubpd?$AA@ 1009db44 udis86:itab.obj + 0002:00014b50 ??_C@_09PKCKFMDL@vaddsubps?$AA@ 1009db50 udis86:itab.obj + 0002:00014b5c ??_C@_07IPOAKKNN@vaesdec?$AA@ 1009db5c udis86:itab.obj + 0002:00014b64 ??_C@_0M@OBBELEHO@vaesdeclast?$AA@ 1009db64 udis86:itab.obj + 0002:00014b70 ??_C@_07DLAJCCFJ@vaesenc?$AA@ 1009db70 udis86:itab.obj + 0002:00014b78 ??_C@_0M@CPLJOABK@vaesenclast?$AA@ 1009db78 udis86:itab.obj + 0002:00014b84 ??_C@_07HDJJCDLI@vaesimc?$AA@ 1009db84 udis86:itab.obj + 0002:00014b8c ??_C@_0BB@PMMLANHC@vaeskeygenassist?$AA@ 1009db8c udis86:itab.obj + 0002:00014ba0 ??_C@_07NPGAGLE@vandnpd?$AA@ 1009dba0 udis86:itab.obj + 0002:00014ba8 ??_C@_07IHFICCC@vandnps?$AA@ 1009dba8 udis86:itab.obj + 0002:00014bb0 ??_C@_06OJKFHGOE@vandpd?$AA@ 1009dbb0 udis86:itab.obj + 0002:00014bb8 ??_C@_06OMCGPCHC@vandps?$AA@ 1009dbb8 udis86:itab.obj + 0002:00014bc0 ??_C@_08NLIICBDL@vblendpd?$AA@ 1009dbc0 udis86:itab.obj + 0002:00014bcc ??_C@_08NOALKFKN@vblendps?$AA@ 1009dbcc udis86:itab.obj + 0002:00014bd8 ??_C@_09IOAFJLNG@vblendvpd?$AA@ 1009dbd8 udis86:itab.obj + 0002:00014be4 ??_C@_09ILIGBPEA@vblendvps?$AA@ 1009dbe4 udis86:itab.obj + 0002:00014bf0 ??_C@_0N@MDBHDICD@vbroadcastsd?$AA@ 1009dbf0 udis86:itab.obj + 0002:00014c00 ??_C@_0N@MGJELMLF@vbroadcastss?$AA@ 1009dc00 udis86:itab.obj + 0002:00014c10 ??_C@_06DMLGGNPH@vcmppd?$AA@ 1009dc10 udis86:itab.obj + 0002:00014c18 ??_C@_06DJDFOJGB@vcmpps?$AA@ 1009dc18 udis86:itab.obj + 0002:00014c20 ??_C@_06DOPANDKO@vcmpsd?$AA@ 1009dc20 udis86:itab.obj + 0002:00014c28 ??_C@_06DLHDFHDI@vcmpss?$AA@ 1009dc28 udis86:itab.obj + 0002:00014c30 ??_C@_07MDLECAKJ@vcomisd?$AA@ 1009dc30 udis86:itab.obj + 0002:00014c38 ??_C@_07MGDHKEDP@vcomiss?$AA@ 1009dc38 udis86:itab.obj + 0002:00014c40 ??_C@_09KIEBMBPC@vcvtdq2pd?$AA@ 1009dc40 udis86:itab.obj + 0002:00014c4c ??_C@_09KNMCEFGE@vcvtdq2ps?$AA@ 1009dc4c udis86:itab.obj + 0002:00014c58 ??_C@_09LEJMHEDF@vcvtpd2dq?$AA@ 1009dc58 udis86:itab.obj + 0002:00014c64 ??_C@_09JNIFBNBL@vcvtpd2ps?$AA@ 1009dc64 udis86:itab.obj + 0002:00014c70 ??_C@_09GGFMDPKH@vcvtps2dq?$AA@ 1009dc70 udis86:itab.obj + 0002:00014c7c ??_C@_09EKMGNCBP@vcvtps2pd?$AA@ 1009dc7c udis86:itab.obj + 0002:00014c88 ??_C@_09KJHKCLDH@vcvtsd2si?$AA@ 1009dc88 udis86:itab.obj + 0002:00014c94 ??_C@_09BJFHNBOM@vcvtsd2ss?$AA@ 1009dc94 udis86:itab.obj + 0002:00014ca0 ??_C@_09OEEEJBML@vcvtsi2sd?$AA@ 1009dca0 udis86:itab.obj + 0002:00014cac ??_C@_09OBMHBFFN@vcvtsi2ss?$AA@ 1009dcac udis86:itab.obj + 0002:00014cb8 ??_C@_09MOBEBOOI@vcvtss2sd?$AA@ 1009dcb8 udis86:itab.obj + 0002:00014cc4 ??_C@_09HLLKGAKF@vcvtss2si?$AA@ 1009dcc4 udis86:itab.obj + 0002:00014cd0 ??_C@_0L@EPPDHPPA@vcvttpd2dq?$AA@ 1009dcd0 udis86:itab.obj + 0002:00014cdc ??_C@_0L@JNDDDEGC@vcvttps2dq?$AA@ 1009dcdc udis86:itab.obj + 0002:00014ce8 ??_C@_0L@FCBFCAPC@vcvttsd2si?$AA@ 1009dce8 udis86:itab.obj + 0002:00014cf4 ??_C@_0L@IANFGLGA@vcvttss2si?$AA@ 1009dcf4 udis86:itab.obj + 0002:00014d00 ??_C@_06PBFIKEFD@vdivpd?$AA@ 1009dd00 udis86:itab.obj + 0002:00014d08 ??_C@_06PENLCAMF@vdivps?$AA@ 1009dd08 udis86:itab.obj + 0002:00014d10 ??_C@_06PDBOBKAK@vdivsd?$AA@ 1009dd10 udis86:itab.obj + 0002:00014d18 ??_C@_06PGJNJOJM@vdivss?$AA@ 1009dd18 udis86:itab.obj + 0002:00014d20 ??_C@_05MBKLAHGC@vdppd?$AA@ 1009dd20 udis86:itab.obj + 0002:00014d28 ??_C@_05MECIIDPE@vdpps?$AA@ 1009dd28 udis86:itab.obj + 0002:00014d30 ??_C@_04JMLLNPG@verr?$AA@ 1009dd30 udis86:itab.obj + 0002:00014d38 ??_C@_04HELMEJLD@verw?$AA@ 1009dd38 udis86:itab.obj + 0002:00014d40 ??_C@_0N@GHEEFFJN@vextractf128?$AA@ 1009dd40 udis86:itab.obj + 0002:00014d50 ??_C@_0L@EDDICPO@vextractps?$AA@ 1009dd50 udis86:itab.obj + 0002:00014d5c ??_C@_07GIFBBNG@vhaddpd?$AA@ 1009dd5c udis86:itab.obj + 0002:00014d64 ??_C@_07DAGJFEA@vhaddps?$AA@ 1009dd64 udis86:itab.obj + 0002:00014d6c ??_C@_07DAHAFDKI@vhsubpd?$AA@ 1009dd6c udis86:itab.obj + 0002:00014d74 ??_C@_07DFPDNHDO@vhsubps?$AA@ 1009dd74 udis86:itab.obj + 0002:00014d7c ??_C@_0M@HPBOMOMM@vinsertf128?$AA@ 1009dd7c udis86:itab.obj + 0002:00014d88 ??_C@_09GAJGHFHO@vinsertps?$AA@ 1009dd88 udis86:itab.obj + 0002:00014d94 ??_C@_06ENJADELM@vlddqu?$AA@ 1009dd94 udis86:itab.obj + 0002:00014d9c ??_C@_0M@HIPJIAEN@vmaskmovdqu?$AA@ 1009dd9c udis86:itab.obj + 0002:00014da8 ??_C@_0L@PCLMIHED@vmaskmovpd?$AA@ 1009dda8 udis86:itab.obj + 0002:00014db4 ??_C@_0L@PHDPADNF@vmaskmovps?$AA@ 1009ddb4 udis86:itab.obj + 0002:00014dc0 ??_C@_06GPIMJGJ@vmaxpd?$AA@ 1009ddc0 udis86:itab.obj + 0002:00014dc8 ??_C@_06DHLENPP@vmaxps?$AA@ 1009ddc8 udis86:itab.obj + 0002:00014dd0 ??_C@_06ELOHHDA@vmaxsd?$AA@ 1009ddd0 udis86:itab.obj + 0002:00014dd8 ??_C@_06BDNPDKG@vmaxss?$AA@ 1009ddd8 udis86:itab.obj + 0002:00014de0 ??_C@_06IMMMFCAA@vmcall?$AA@ 1009dde0 udis86:itab.obj + 0002:00014de8 ??_C@_07JAMFMPEO@vmclear?$AA@ 1009dde8 udis86:itab.obj + 0002:00014df0 ??_C@_06EDPKIKOL@vminpd?$AA@ 1009ddf0 udis86:itab.obj + 0002:00014df8 ??_C@_06EGHJAOHN@vminps?$AA@ 1009ddf8 udis86:itab.obj + 0002:00014e00 ??_C@_06EBLMDELC@vminsd?$AA@ 1009de00 udis86:itab.obj + 0002:00014e08 ??_C@_06EEDPLACE@vminss?$AA@ 1009de08 udis86:itab.obj + 0002:00014e10 ??_C@_08FDGBGFFD@vmlaunch?$AA@ 1009de10 udis86:itab.obj + 0002:00014e1c ??_C@_06COECKLLJ@vmload?$AA@ 1009de1c udis86:itab.obj + 0002:00014e24 ??_C@_07HLGEACDE@vmmcall?$AA@ 1009de24 udis86:itab.obj + 0002:00014e2c ??_C@_07EDEJGLNB@vmovapd?$AA@ 1009de2c udis86:itab.obj + 0002:00014e34 ??_C@_07EGMKOPEH@vmovaps?$AA@ 1009de34 udis86:itab.obj + 0002:00014e3c ??_C@_05MAEMFOGI@vmovd?$AA@ 1009de3c udis86:itab.obj + 0002:00014e44 ??_C@_08NENHFECA@vmovddup?$AA@ 1009de44 udis86:itab.obj + 0002:00014e50 ??_C@_07ICCAFJB@vmovdqa?$AA@ 1009de50 udis86:itab.obj + 0002:00014e58 ??_C@_07CGIMNCME@vmovdqu?$AA@ 1009de58 udis86:itab.obj + 0002:00014e60 ??_C@_08PJHFAAOG@vmovhlps?$AA@ 1009de60 udis86:itab.obj + 0002:00014e6c ??_C@_07DOEBCEFL@vmovhpd?$AA@ 1009de6c udis86:itab.obj + 0002:00014e74 ??_C@_07DLMCKAMN@vmovhps?$AA@ 1009de74 udis86:itab.obj + 0002:00014e7c ??_C@_08IDJHDBHB@vmovlhps?$AA@ 1009de7c udis86:itab.obj + 0002:00014e88 ??_C@_07LBCDLDAM@vmovlpd?$AA@ 1009de88 udis86:itab.obj + 0002:00014e90 ??_C@_07LEKADHJK@vmovlps?$AA@ 1009de90 udis86:itab.obj + 0002:00014e98 ??_C@_09HPCCGDMJ@vmovmskpd?$AA@ 1009de98 udis86:itab.obj + 0002:00014ea4 ??_C@_09HKKBOHFP@vmovmskps?$AA@ 1009dea4 udis86:itab.obj + 0002:00014eb0 ??_C@_08MKIBODBI@vmovntdq?$AA@ 1009deb0 udis86:itab.obj + 0002:00014ebc ??_C@_09GPEAEDFD@vmovntdqa?$AA@ 1009debc udis86:itab.obj + 0002:00014ec8 ??_C@_08OGBLAOKA@vmovntpd?$AA@ 1009dec8 udis86:itab.obj + 0002:00014ed4 ??_C@_08ODJIIKDG@vmovntps?$AA@ 1009ded4 udis86:itab.obj + 0002:00014ee0 ??_C@_05PHPJLIHM@vmovq?$AA@ 1009dee0 udis86:itab.obj + 0002:00014ee8 ??_C@_06FLFBLOGC@vmovsd?$AA@ 1009dee8 udis86:itab.obj + 0002:00014ef0 ??_C@_09CBMIKDFJ@vmovshdup?$AA@ 1009def0 udis86:itab.obj + 0002:00014efc ??_C@_09NEEIAFJJ@vmovsldup?$AA@ 1009defc udis86:itab.obj + 0002:00014f08 ??_C@_06FONCDKPE@vmovss?$AA@ 1009df08 udis86:itab.obj + 0002:00014f10 ??_C@_07JMDCKLBJ@vmovupd?$AA@ 1009df10 udis86:itab.obj + 0002:00014f18 ??_C@_07JJLBCPIP@vmovups?$AA@ 1009df18 udis86:itab.obj + 0002:00014f20 ??_C@_08ILEEIFPG@vmpsadbw?$AA@ 1009df20 udis86:itab.obj + 0002:00014f2c ??_C@_07JMJJCKJK@vmptrld?$AA@ 1009df2c udis86:itab.obj + 0002:00014f34 ??_C@_07MBCBNMIG@vmptrst?$AA@ 1009df34 udis86:itab.obj + 0002:00014f3c ??_C@_06JOCPGCDO@vmread?$AA@ 1009df3c udis86:itab.obj + 0002:00014f44 ??_C@_08EIHJLGKP@vmresume?$AA@ 1009df44 udis86:itab.obj + 0002:00014f50 ??_C@_05JKJGIHPJ@vmrun?$AA@ 1009df50 udis86:itab.obj + 0002:00014f58 ??_C@_06CMFPFIGN@vmsave?$AA@ 1009df58 udis86:itab.obj + 0002:00014f60 ??_C@_06EMODDIOD@vmulpd?$AA@ 1009df60 udis86:itab.obj + 0002:00014f68 ??_C@_06EJGALMHF@vmulps?$AA@ 1009df68 udis86:itab.obj + 0002:00014f70 ??_C@_06EOKFIGLK@vmulsd?$AA@ 1009df70 udis86:itab.obj + 0002:00014f78 ??_C@_06ELCGACCM@vmulss?$AA@ 1009df78 udis86:itab.obj + 0002:00014f80 ??_C@_07ICOKPMJF@vmwrite?$AA@ 1009df80 udis86:itab.obj + 0002:00014f88 ??_C@_06IMFLOOPM@vmxoff?$AA@ 1009df88 udis86:itab.obj + 0002:00014f90 ??_C@_05OEJKEBDL@vmxon?$AA@ 1009df90 udis86:itab.obj + 0002:00014f98 ??_C@_05BMHCPOPI@vorpd?$AA@ 1009df98 udis86:itab.obj + 0002:00014fa0 ??_C@_05BJPBHKGO@vorps?$AA@ 1009dfa0 udis86:itab.obj + 0002:00014fa8 ??_C@_06NCAIHGAI@vpabsb?$AA@ 1009dfa8 udis86:itab.obj + 0002:00014fb0 ??_C@_06IEFCNBIO@vpabsd?$AA@ 1009dfb0 udis86:itab.obj + 0002:00014fb8 ??_C@_06OFLNJABM@vpabsw?$AA@ 1009dfb8 udis86:itab.obj + 0002:00014fc0 ??_C@_09DLPFLBOH@vpackssdw?$AA@ 1009dfc0 udis86:itab.obj + 0002:00014fcc ??_C@_09BCCAEKNK@vpacksswb?$AA@ 1009dfcc udis86:itab.obj + 0002:00014fd8 ??_C@_09LELFEEEH@vpackusdw?$AA@ 1009dfd8 udis86:itab.obj + 0002:00014fe4 ??_C@_09JNGALPHK@vpackuswb?$AA@ 1009dfe4 udis86:itab.obj + 0002:00014ff0 ??_C@_06OOAKJMCB@vpaddb?$AA@ 1009dff0 udis86:itab.obj + 0002:00014ff8 ??_C@_06LIFADLKH@vpaddd?$AA@ 1009dff8 udis86:itab.obj + 0002:00015000 ??_C@_06IPOFNNLD@vpaddq?$AA@ 1009e000 udis86:itab.obj + 0002:00015008 ??_C@_07GKINKKA@vpaddsb?$AA@ 1009e008 udis86:itab.obj + 0002:00015010 ??_C@_07DBBNDMLE@vpaddsw?$AA@ 1009e010 udis86:itab.obj + 0002:00015018 ??_C@_08LJJEJEIM@vpaddusb?$AA@ 1009e018 udis86:itab.obj + 0002:00015024 ??_C@_08IOCBHCJI@vpaddusw?$AA@ 1009e024 udis86:itab.obj + 0002:00015030 ??_C@_06NJLPHKDF@vpaddw?$AA@ 1009e030 udis86:itab.obj + 0002:00015038 ??_C@_08JHLGPDG@vpalignr?$AA@ 1009e038 udis86:itab.obj + 0002:00015044 ??_C@_05KKNGIIKA@vpand?$AA@ 1009e044 udis86:itab.obj + 0002:0001504c ??_C@_06CNACDDEJ@vpandn?$AA@ 1009e04c udis86:itab.obj + 0002:00015054 ??_C@_06BGFMLNGM@vpavgb?$AA@ 1009e054 udis86:itab.obj + 0002:0001505c ??_C@_06CBOJFLHI@vpavgw?$AA@ 1009e05c udis86:itab.obj + 0002:00015064 ??_C@_09EJBAKIC@vpblendvb?$AA@ 1009e064 udis86:itab.obj + 0002:00015070 ??_C@_08PAILKGLD@vpblendw?$AA@ 1009e070 udis86:itab.obj + 0002:0001507c ??_C@_0L@NBDJJMAH@vpclmulqdq?$AA@ 1009e07c udis86:itab.obj + 0002:00015088 ??_C@_08MPPJGGNO@vpcmpeqb?$AA@ 1009e088 udis86:itab.obj + 0002:00015094 ??_C@_08JJKDMBFI@vpcmpeqd?$AA@ 1009e094 udis86:itab.obj + 0002:000150a0 ??_C@_08KOBGCHEM@vpcmpeqq?$AA@ 1009e0a0 udis86:itab.obj + 0002:000150ac ??_C@_08PIEMIAMK@vpcmpeqw?$AA@ 1009e0ac udis86:itab.obj + 0002:000150b8 ??_C@_0L@FHJCNEPG@vpcmpestri?$AA@ 1009e0b8 udis86:itab.obj + 0002:000150c4 ??_C@_0L@DDPOBBPC@vpcmpestrm?$AA@ 1009e0c4 udis86:itab.obj + 0002:000150d0 ??_C@_08GDDLGMLO@vpcmpgtb?$AA@ 1009e0d0 udis86:itab.obj + 0002:000150dc ??_C@_08DFGBMLDI@vpcmpgtd?$AA@ 1009e0dc udis86:itab.obj + 0002:000150e8 ??_C@_08CNECNCM@vpcmpgtq?$AA@ 1009e0e8 udis86:itab.obj + 0002:000150f4 ??_C@_08FEIOIKKK@vpcmpgtw?$AA@ 1009e0f4 udis86:itab.obj + 0002:00015100 ??_C@_0L@CAFABEIN@vpcmpistri?$AA@ 1009e100 udis86:itab.obj + 0002:0001510c ??_C@_0L@EEDMNBIJ@vpcmpistrm?$AA@ 1009e10c udis86:itab.obj + 0002:00015118 ??_C@_0L@EBGBBKJC@vperm2f128?$AA@ 1009e118 udis86:itab.obj + 0002:00015124 ??_C@_09PAKFEJKO@vpermilpd?$AA@ 1009e124 udis86:itab.obj + 0002:00015130 ??_C@_09PFCGMNDI@vpermilps?$AA@ 1009e130 udis86:itab.obj + 0002:0001513c ??_C@_07GJPCNPJN@vpextrb?$AA@ 1009e13c udis86:itab.obj + 0002:00015144 ??_C@_07DPKIHIBL@vpextrd?$AA@ 1009e144 udis86:itab.obj + 0002:0001514c ??_C@_07IBNJOAP@vpextrq?$AA@ 1009e14c udis86:itab.obj + 0002:00015154 ??_C@_07FOEHDJIJ@vpextrw?$AA@ 1009e154 udis86:itab.obj + 0002:0001515c ??_C@_07KGHEBGGL@vphaddd?$AA@ 1009e15c udis86:itab.obj + 0002:00015164 ??_C@_08KDNBJGAC@vphaddsw?$AA@ 1009e164 udis86:itab.obj + 0002:00015170 ??_C@_07MHJLFHPJ@vphaddw?$AA@ 1009e170 udis86:itab.obj + 0002:00015178 ??_C@_0M@JBMAEGIN@vphminposuw?$AA@ 1009e178 udis86:itab.obj + 0002:00015184 ??_C@_07FAHMJOMB@vphsubd?$AA@ 1009e184 udis86:itab.obj + 0002:0001518c ??_C@_08JFCENEHM@vphsubsw?$AA@ 1009e18c udis86:itab.obj + 0002:00015198 ??_C@_07DBJDNPFD@vphsubw?$AA@ 1009e198 udis86:itab.obj + 0002:000151a0 ??_C@_07GMEHEFHN@vpinsrb?$AA@ 1009e1a0 udis86:itab.obj + 0002:000151a8 ??_C@_07DKBNOCPL@vpinsrd?$AA@ 1009e1a8 udis86:itab.obj + 0002:000151b0 ??_C@_07NKIAEOP@vpinsrq?$AA@ 1009e1b0 udis86:itab.obj + 0002:000151b8 ??_C@_07FLPCKDGJ@vpinsrw?$AA@ 1009e1b8 udis86:itab.obj + 0002:000151c0 ??_C@_0L@LPIDNJFI@vpmaddubsw?$AA@ 1009e1c0 udis86:itab.obj + 0002:000151cc ??_C@_08JHAPFAOL@vpmaddwd?$AA@ 1009e1cc udis86:itab.obj + 0002:000151d8 ??_C@_07KDEFHNIM@vpmaxsb?$AA@ 1009e1d8 udis86:itab.obj + 0002:000151e0 ??_C@_07PFBPNKAK@vpmaxsd?$AA@ 1009e1e0 udis86:itab.obj + 0002:000151e8 ??_C@_07JEPAJLJI@vpmaxsw?$AA@ 1009e1e8 udis86:itab.obj + 0002:000151f0 ??_C@_07KHMIABDO@vpmaxub?$AA@ 1009e1f0 udis86:itab.obj + 0002:000151f8 ??_C@_07PBJCKGLI@vpmaxud?$AA@ 1009e1f8 udis86:itab.obj + 0002:00015200 ??_C@_07JAHNOHCK@vpmaxuw?$AA@ 1009e200 udis86:itab.obj + 0002:00015208 ??_C@_07OGEHDOAO@vpminsb?$AA@ 1009e208 udis86:itab.obj + 0002:00015210 ??_C@_07LABNJJII@vpminsd?$AA@ 1009e210 udis86:itab.obj + 0002:00015218 ??_C@_07NBPCNIBK@vpminsw?$AA@ 1009e218 udis86:itab.obj + 0002:00015220 ??_C@_07OCMKECLM@vpminub?$AA@ 1009e220 udis86:itab.obj + 0002:00015228 ??_C@_07LEJAOFDK@vpminud?$AA@ 1009e228 udis86:itab.obj + 0002:00015230 ??_C@_07NFHPKEKI@vpminuw?$AA@ 1009e230 udis86:itab.obj + 0002:00015238 ??_C@_09PHILFHFD@vpmovmskb?$AA@ 1009e238 udis86:itab.obj + 0002:00015244 ??_C@_09KGNBGFLI@vpmovsxbd?$AA@ 1009e244 udis86:itab.obj + 0002:00015250 ??_C@_09JBGEIDKM@vpmovsxbq?$AA@ 1009e250 udis86:itab.obj + 0002:0001525c ??_C@_09MHDOCECK@vpmovsxbw?$AA@ 1009e25c udis86:itab.obj + 0002:00015268 ??_C@_09LMDMAECD@vpmovsxwd?$AA@ 1009e268 udis86:itab.obj + 0002:00015274 ??_C@_09ILIJOCDH@vpmovsxwq?$AA@ 1009e274 udis86:itab.obj + 0002:00015280 ??_C@_09KLMBAHMJ@vpmovzxbd?$AA@ 1009e280 udis86:itab.obj + 0002:0001528c ??_C@_09JMHEOBNN@vpmovzxbq?$AA@ 1009e28c udis86:itab.obj + 0002:00015298 ??_C@_09MKCOEGFL@vpmovzxbw?$AA@ 1009e298 udis86:itab.obj + 0002:000152a4 ??_C@_09JIPJJNGP@vpmovzxdq?$AA@ 1009e2a4 udis86:itab.obj + 0002:000152b0 ??_C@_09LBCMGGFC@vpmovzxwd?$AA@ 1009e2b0 udis86:itab.obj + 0002:000152bc ??_C@_09IGJJIAEG@vpmovzxwq?$AA@ 1009e2bc udis86:itab.obj + 0002:000152c8 ??_C@_07JBNIHIGB@vpmuldq?$AA@ 1009e2c8 udis86:itab.obj + 0002:000152d0 ??_C@_09MDLEEJOH@vpmulhrsw?$AA@ 1009e2d0 udis86:itab.obj + 0002:000152dc ??_C@_08BHIFHBOD@vpmulhuw?$AA@ 1009e2dc udis86:itab.obj + 0002:000152e8 ??_C@_07MOJICGID@vpmulhw?$AA@ 1009e2e8 udis86:itab.obj + 0002:000152f0 ??_C@_07KIHOMPMN@vpmulld?$AA@ 1009e2f0 udis86:itab.obj + 0002:000152f8 ??_C@_07MJJBIOFP@vpmullw?$AA@ 1009e2f8 udis86:itab.obj + 0002:00015300 ??_C@_04HKPCCKHI@vpor?$AA@ 1009e300 udis86:itab.obj + 0002:00015308 ??_C@_07KKAHNJBD@vpsadbw?$AA@ 1009e308 udis86:itab.obj + 0002:00015310 ??_C@_07HPAOMFFA@vpshufb?$AA@ 1009e310 udis86:itab.obj + 0002:00015318 ??_C@_07CJFEGCNG@vpshufd?$AA@ 1009e318 udis86:itab.obj + 0002:00015320 ??_C@_08GPNDFNG@vpshufhw?$AA@ 1009e320 udis86:itab.obj + 0002:0001532c ??_C@_08BPEJNAK@vpshuflw?$AA@ 1009e32c udis86:itab.obj + 0002:00015338 ??_C@_07LGGNCCEM@vpsignb?$AA@ 1009e338 udis86:itab.obj + 0002:00015340 ??_C@_07OADHIFMK@vpsignd?$AA@ 1009e340 udis86:itab.obj + 0002:00015348 ??_C@_07IBNIMEFI@vpsignw?$AA@ 1009e348 udis86:itab.obj + 0002:00015350 ??_C@_06GJNHIGBC@vpslld?$AA@ 1009e350 udis86:itab.obj + 0002:00015358 ??_C@_07MFPEOOHJ@vpslldq?$AA@ 1009e358 udis86:itab.obj + 0002:00015360 ??_C@_06FOGCGAAG@vpsllq?$AA@ 1009e360 udis86:itab.obj + 0002:00015368 ??_C@_06IDIMHIA@vpsllw?$AA@ 1009e368 udis86:itab.obj + 0002:00015370 ??_C@_06NBMJDFON@vpsrad?$AA@ 1009e370 udis86:itab.obj + 0002:00015378 ??_C@_06LACGHEHP@vpsraw?$AA@ 1009e378 udis86:itab.obj + 0002:00015380 ??_C@_06NJBBKGLO@vpsrld?$AA@ 1009e380 udis86:itab.obj + 0002:00015388 ??_C@_07BKCEMHJK@vpsrldq?$AA@ 1009e388 udis86:itab.obj + 0002:00015390 ??_C@_06OOKEEAKK@vpsrlq?$AA@ 1009e390 udis86:itab.obj + 0002:00015398 ??_C@_06LIPOOHCM@vpsrlw?$AA@ 1009e398 udis86:itab.obj + 0002:000153a0 ??_C@_06BIACBEIL@vpsubb?$AA@ 1009e3a0 udis86:itab.obj + 0002:000153a8 ??_C@_06EOFILDAN@vpsubd?$AA@ 1009e3a8 udis86:itab.obj + 0002:000153b0 ??_C@_06HJONFFBJ@vpsubq?$AA@ 1009e3b0 udis86:itab.obj + 0002:000153b8 ??_C@_07DAFNJINO@vpsubsb?$AA@ 1009e3b8 udis86:itab.obj + 0002:000153c0 ??_C@_07HOIHOMK@vpsubsw?$AA@ 1009e3c0 udis86:itab.obj + 0002:000153c8 ??_C@_08OBPDNPF@vpsubusb?$AA@ 1009e3c8 udis86:itab.obj + 0002:000153d4 ??_C@_08DJKKNLOB@vpsubusw?$AA@ 1009e3d4 udis86:itab.obj + 0002:000153e0 ??_C@_06CPLHPCJP@vpsubw?$AA@ 1009e3e0 udis86:itab.obj + 0002:000153e8 ??_C@_06PLEHODJE@vptest?$AA@ 1009e3e8 udis86:itab.obj + 0002:000153f0 ??_C@_0L@FCKGKDDI@vpunpckhbw?$AA@ 1009e3f0 udis86:itab.obj + 0002:000153fc ??_C@_0L@HBHIAM@vpunpckhdq?$AA@ 1009e3fc udis86:itab.obj + 0002:00015408 ??_C@_0M@ECLILDNC@vpunpckhqdq?$AA@ 1009e408 udis86:itab.obj + 0002:00015414 ??_C@_0L@CJKEIDDB@vpunpckhwd?$AA@ 1009e414 udis86:itab.obj + 0002:00015420 ??_C@_0L@NNMEDEGP@vpunpcklbw?$AA@ 1009e420 udis86:itab.obj + 0002:0001542c ??_C@_0L@IPBDOPFL@vpunpckldq?$AA@ 1009e42c udis86:itab.obj + 0002:00015438 ??_C@_0M@LHDIBFBC@vpunpcklqdq?$AA@ 1009e438 udis86:itab.obj + 0002:00015444 ??_C@_0L@KGMGBEGG@vpunpcklwd?$AA@ 1009e444 udis86:itab.obj + 0002:00015450 ??_C@_05JKJNEPFF@vpxor?$AA@ 1009e450 udis86:itab.obj + 0002:00015458 ??_C@_06EOIPIGDO@vrcpps?$AA@ 1009e458 udis86:itab.obj + 0002:00015460 ??_C@_06EMMJDIGH@vrcpss?$AA@ 1009e460 udis86:itab.obj + 0002:00015468 ??_C@_08JFANAIBG@vroundpd?$AA@ 1009e468 udis86:itab.obj + 0002:00015474 ??_C@_08JAIOIMIA@vroundps?$AA@ 1009e474 udis86:itab.obj + 0002:00015480 ??_C@_08JHELLGEP@vroundsd?$AA@ 1009e480 udis86:itab.obj + 0002:0001548c ??_C@_08JCMIDCNJ@vroundss?$AA@ 1009e48c udis86:itab.obj + 0002:00015498 ??_C@_08FOGIBFDA@vrsqrtps?$AA@ 1009e498 udis86:itab.obj + 0002:000154a4 ??_C@_08FMCOKLGJ@vrsqrtss?$AA@ 1009e4a4 udis86:itab.obj + 0002:000154b0 ??_C@_07LDNKPOJD@vshufpd?$AA@ 1009e4b0 udis86:itab.obj + 0002:000154b8 ??_C@_07LGFJHKAF@vshufps?$AA@ 1009e4b8 udis86:itab.obj + 0002:000154c0 ??_C@_07NPDDOOME@vsqrtpd?$AA@ 1009e4c0 udis86:itab.obj + 0002:000154c8 ??_C@_07NKLAGKFC@vsqrtps?$AA@ 1009e4c8 udis86:itab.obj + 0002:000154d0 ??_C@_07NNHFFAJN@vsqrtsd?$AA@ 1009e4d0 udis86:itab.obj + 0002:000154d8 ??_C@_07NIPGNEAL@vsqrtss?$AA@ 1009e4d8 udis86:itab.obj + 0002:000154e0 ??_C@_08LPFCBBFP@vstmxcsr?$AA@ 1009e4e0 udis86:itab.obj + 0002:000154ec ??_C@_06JFOACMDL@vsubpd?$AA@ 1009e4ec udis86:itab.obj + 0002:000154f4 ??_C@_06JAGDKIKN@vsubps?$AA@ 1009e4f4 udis86:itab.obj + 0002:000154fc ??_C@_06JHKGJCGC@vsubsd?$AA@ 1009e4fc udis86:itab.obj + 0002:00015504 ??_C@_06JCCFBGPE@vsubss?$AA@ 1009e504 udis86:itab.obj + 0002:0001550c ??_C@_07LPLDLJHH@vtestpd?$AA@ 1009e50c udis86:itab.obj + 0002:00015514 ??_C@_07LKDADNOB@vtestps?$AA@ 1009e514 udis86:itab.obj + 0002:0001551c ??_C@_08ENKJFGNC@vucomisd?$AA@ 1009e51c udis86:itab.obj + 0002:00015528 ??_C@_08EICKNCEE@vucomiss?$AA@ 1009e528 udis86:itab.obj + 0002:00015534 ??_C@_09LPGPKENJ@vunpckhpd?$AA@ 1009e534 udis86:itab.obj + 0002:00015540 ??_C@_09LKOMCAEP@vunpckhps?$AA@ 1009e540 udis86:itab.obj + 0002:0001554c ??_C@_09DAANDDIO@vunpcklpd?$AA@ 1009e54c udis86:itab.obj + 0002:00015558 ??_C@_09DFIOLHBI@vunpcklps?$AA@ 1009e558 udis86:itab.obj + 0002:00015564 ??_C@_06IFGOAEEE@vxorpd?$AA@ 1009e564 udis86:itab.obj + 0002:0001556c ??_C@_06IAONIANC@vxorps?$AA@ 1009e56c udis86:itab.obj + 0002:00015574 ??_C@_08CIMGHFML@vzeroall?$AA@ 1009e574 udis86:itab.obj + 0002:00015580 ??_C@_0L@HMOMGDGG@vzeroupper?$AA@ 1009e580 udis86:itab.obj + 0002:0001558c ??_C@_04PNOAOIAG@wait?$AA@ 1009e58c udis86:itab.obj + 0002:00015594 ??_C@_06BAFGEPDI@wbinvd?$AA@ 1009e594 udis86:itab.obj + 0002:0001559c ??_C@_05FJPKDCCJ@wrmsr?$AA@ 1009e59c udis86:itab.obj + 0002:000155a4 ??_C@_04DNKKPONF@xadd?$AA@ 1009e5a4 udis86:itab.obj + 0002:000155ac ??_C@_04LFJEJMPJ@xchg?$AA@ 1009e5ac udis86:itab.obj + 0002:000155b4 ??_C@_09CAOANIJI@xcryptcbc?$AA@ 1009e5b4 udis86:itab.obj + 0002:000155c0 ??_C@_09DOPCEBAF@xcryptcfb?$AA@ 1009e5c0 udis86:itab.obj + 0002:000155cc ??_C@_09GLJCCEEK@xcryptctr?$AA@ 1009e5cc udis86:itab.obj + 0002:000155d8 ??_C@_09BNFCNMDC@xcryptecb?$AA@ 1009e5d8 udis86:itab.obj + 0002:000155e4 ??_C@_09HECEPOLN@xcryptofb?$AA@ 1009e5e4 udis86:itab.obj + 0002:000155f0 ??_C@_06CPFMIPOH@xgetbv?$AA@ 1009e5f0 udis86:itab.obj + 0002:000155f8 ??_C@_05HCCHBCHD@xlatb?$AA@ 1009e5f8 udis86:itab.obj + 0002:00015600 ??_C@_03COLCDPPJ@xor?$AA@ 1009e600 udis86:itab.obj + 0002:00015604 ??_C@_05CGHIJPII@xorpd?$AA@ 1009e604 udis86:itab.obj + 0002:0001560c ??_C@_05CDPLBLBO@xorps?$AA@ 1009e60c udis86:itab.obj + 0002:00015614 ??_C@_06PPFDCILK@xrstor?$AA@ 1009e614 udis86:itab.obj + 0002:0001561c ??_C@_05NMFCFAIJ@xsave?$AA@ 1009e61c udis86:itab.obj + 0002:00015624 ??_C@_06LHBLMPGK@xsetbv?$AA@ 1009e624 udis86:itab.obj + 0002:0001562c ??_C@_05GGOEDCKG@xsha1?$AA@ 1009e62c udis86:itab.obj + 0002:00015634 ??_C@_07IJIDDFOL@xsha256?$AA@ 1009e634 udis86:itab.obj + 0002:0001563c ??_C@_06BAEKEDCE@xstore?$AA@ 1009e63c udis86:itab.obj + 0002:00015644 ??_C@_07MALOAKCI@invalid?$AA@ 1009e644 udis86:itab.obj + 0002:0001564c ??_C@_05FIGNBJMO@3dnow?$AA@ 1009e64c udis86:itab.obj + 0002:00015654 ??_C@_04CGFJFPFD@none?$AA@ 1009e654 udis86:itab.obj + 0002:0001565c ??_C@_02BIKLEMDE@db?$AA@ 1009e65c udis86:itab.obj + 0002:00015660 ??_C@_05PDJBBECF@pause?$AA@ 1009e660 udis86:itab.obj + 0002:00016210 _ud_itab__0 1009f210 udis86:itab.obj + 0002:00017e40 _ud_reg_tab 100a0e40 udis86:syn.obj + 0002:000180ac ??_C@_02IAODKDFB@al?$AA@ 100a10ac udis86:syn.obj + 0002:000180b0 ??_C@_02IDGHHHDP@cl?$AA@ 100a10b0 udis86:syn.obj + 0002:000180b4 ??_C@_02IGCIGBLK@dl?$AA@ 100a10b4 udis86:syn.obj + 0002:000180b8 ??_C@_02ICKFBNAI@bl?$AA@ 100a10b8 udis86:syn.obj + 0002:000180bc ??_C@_02OEIPGGFF@ah?$AA@ 100a10bc udis86:syn.obj + 0002:000180c0 ??_C@_02OHALLCDL@ch?$AA@ 100a10c0 udis86:syn.obj + 0002:000180c4 ??_C@_02OCEEKELO@dh?$AA@ 100a10c4 udis86:syn.obj + 0002:000180c8 ??_C@_02OGMJNIAM@bh?$AA@ 100a10c8 udis86:syn.obj + 0002:000180cc ??_C@_03DKIIGDGK@spl?$AA@ 100a10cc udis86:syn.obj + 0002:000180d0 ??_C@_03NCCNFDJA@bpl?$AA@ 100a10d0 udis86:syn.obj + 0002:000180d4 ??_C@_03CJHPPLJF@sil?$AA@ 100a10d4 udis86:syn.obj + 0002:000180d8 ??_C@_03OELBJELD@dil?$AA@ 100a10d8 udis86:syn.obj + 0002:000180dc ??_C@_03GCDOPFPJ@r8b?$AA@ 100a10dc udis86:syn.obj + 0002:000180e0 ??_C@_03GDPMJPMO@r9b?$AA@ 100a10e0 udis86:syn.obj + 0002:000180e4 ??_C@_04IBPIMIDM@r10b?$AA@ 100a10e4 udis86:syn.obj + 0002:000180ec ??_C@_04IADKKCAL@r11b?$AA@ 100a10ec udis86:syn.obj + 0002:000180f4 ??_C@_04ICHMBMFC@r12b?$AA@ 100a10f4 udis86:syn.obj + 0002:000180fc ??_C@_04IDLOHGGF@r13b?$AA@ 100a10fc udis86:syn.obj + 0002:00018104 ??_C@_04IGPBGAOA@r14b?$AA@ 100a1104 udis86:syn.obj + 0002:0001810c ??_C@_04IHDDAKNH@r15b?$AA@ 100a110c udis86:syn.obj + 0002:00018114 ??_C@_02KOENHEAE@ax?$AA@ 100a1114 udis86:syn.obj + 0002:00018118 ??_C@_02KNMJKAGK@cx?$AA@ 100a1118 udis86:syn.obj + 0002:0001811c ??_C@_02KIIGLGOP@dx?$AA@ 100a111c udis86:syn.obj + 0002:00018120 ??_C@_02KMALMKFN@bx?$AA@ 100a1120 udis86:syn.obj + 0002:00018124 ??_C@_02HJDGIJBC@sp?$AA@ 100a1124 udis86:syn.obj + 0002:00018128 ??_C@_02GENCEAFF@bp?$AA@ 100a1128 udis86:syn.obj + 0002:0001812c ??_C@_02OCDGCAAK@si?$AA@ 100a112c udis86:syn.obj + 0002:00018130 ??_C@_02PLFPJFPP@di?$AA@ 100a1130 udis86:syn.obj + 0002:00018134 ??_C@_03FFILBDON@r8w?$AA@ 100a1134 udis86:syn.obj + 0002:00018138 ??_C@_03FEEJHJNK@r9w?$AA@ 100a1138 udis86:syn.obj + 0002:0001813c ??_C@_04LGENCOCI@r10w?$AA@ 100a113c udis86:syn.obj + 0002:00018144 ??_C@_04LHIPEEBP@r11w?$AA@ 100a1144 udis86:syn.obj + 0002:0001814c ??_C@_04LFMJPKEG@r12w?$AA@ 100a114c udis86:syn.obj + 0002:00018154 ??_C@_04LEALJAHB@r13w?$AA@ 100a1154 udis86:syn.obj + 0002:0001815c ??_C@_04LBEEIGPE@r14w?$AA@ 100a115c udis86:syn.obj + 0002:00018164 ??_C@_04LAIGOMMD@r15w?$AA@ 100a1164 udis86:syn.obj + 0002:0001816c ??_C@_03HMLAHFDL@eax?$AA@ 100a116c udis86:syn.obj + 0002:00018170 ??_C@_03HPDEKBFF@ecx?$AA@ 100a1170 udis86:syn.obj + 0002:00018174 ??_C@_03HKHLLHNA@edx?$AA@ 100a1174 udis86:syn.obj + 0002:00018178 ??_C@_03HOPGMLGC@ebx?$AA@ 100a1178 udis86:syn.obj + 0002:0001817c ??_C@_03KLMLIICN@esp?$AA@ 100a117c udis86:syn.obj + 0002:00018180 ??_C@_03LGCPEBGK@ebp?$AA@ 100a1180 udis86:syn.obj + 0002:00018184 ??_C@_03DAMLCBDF@esi?$AA@ 100a1184 udis86:syn.obj + 0002:00018188 ??_C@_03CJKCJEMA@edi?$AA@ 100a1188 udis86:syn.obj + 0002:0001818c ??_C@_03DEGEFCHP@r8d?$AA@ 100a118c udis86:syn.obj + 0002:00018190 ??_C@_03DFKGDIEI@r9d?$AA@ 100a1190 udis86:syn.obj + 0002:00018194 ??_C@_04NHKCGPLK@r10d?$AA@ 100a1194 udis86:syn.obj + 0002:0001819c ??_C@_04NGGAAFIN@r11d?$AA@ 100a119c udis86:syn.obj + 0002:000181a4 ??_C@_04NECGLLNE@r12d?$AA@ 100a11a4 udis86:syn.obj + 0002:000181ac ??_C@_04NFOENBOD@r13d?$AA@ 100a11ac udis86:syn.obj + 0002:000181b4 ??_C@_04NAKLMHGG@r14d?$AA@ 100a11b4 udis86:syn.obj + 0002:000181bc ??_C@_04NBGJKNFB@r15d?$AA@ 100a11bc udis86:syn.obj + 0002:000181c4 ??_C@_03LBHOBKBN@rax?$AA@ 100a11c4 udis86:syn.obj + 0002:000181c8 ??_C@_03LCPKMOHD@rcx?$AA@ 100a11c8 udis86:syn.obj + 0002:000181cc ??_C@_03LHLFNIPG@rdx?$AA@ 100a11cc udis86:syn.obj + 0002:000181d0 ??_C@_03LDDIKEEE@rbx?$AA@ 100a11d0 udis86:syn.obj + 0002:000181d4 ??_C@_03GGAFOHAL@rsp?$AA@ 100a11d4 udis86:syn.obj + 0002:000181d8 ??_C@_03HLOBCOEM@rbp?$AA@ 100a11d8 udis86:syn.obj + 0002:000181dc ??_C@_03PNAFEOBD@rsi?$AA@ 100a11dc udis86:syn.obj + 0002:000181e0 ??_C@_03OEGMPLOG@rdi?$AA@ 100a11e0 udis86:syn.obj + 0002:000181e4 ??_C@_02EAFECGCI@r8?$AA@ 100a11e4 udis86:syn.obj + 0002:000181e8 ??_C@_02FJEPBHGJ@r9?$AA@ 100a11e8 udis86:syn.obj + 0002:000181ec ??_C@_03OFGCPBKA@r10?$AA@ 100a11ec udis86:syn.obj + 0002:000181f0 ??_C@_03PMHJMAOB@r11?$AA@ 100a11f0 udis86:syn.obj + 0002:000181f4 ??_C@_03NHFEJDCC@r12?$AA@ 100a11f4 udis86:syn.obj + 0002:000181f8 ??_C@_03MOEPKCGD@r13?$AA@ 100a11f8 udis86:syn.obj + 0002:000181fc ??_C@_03IBAODEKE@r14?$AA@ 100a11fc udis86:syn.obj + 0002:00018200 ??_C@_03JIBFAFOF@r15?$AA@ 100a1200 udis86:syn.obj + 0002:00018204 ??_C@_02EKLAAFBD@es?$AA@ 100a1204 udis86:syn.obj + 0002:00018208 ??_C@_02EODNHJKB@cs?$AA@ 100a1208 udis86:syn.obj + 0002:0001820c ??_C@_02FCBLNKNB@ss?$AA@ 100a120c udis86:syn.obj + 0002:00018210 ??_C@_02ELHCGPCE@ds?$AA@ 100a1210 udis86:syn.obj + 0002:00018214 ??_C@_02EIPGLLEK@fs?$AA@ 100a1214 udis86:syn.obj + 0002:00018218 ??_C@_02EJDENBHN@gs?$AA@ 100a1218 udis86:syn.obj + 0002:0001821c ??_C@_03HPBLPCMD@cr0?$AA@ 100a121c udis86:syn.obj + 0002:00018220 ??_C@_03GGAAMDIC@cr1?$AA@ 100a1220 udis86:syn.obj + 0002:00018224 ??_C@_03ENCNJAEB@cr2?$AA@ 100a1224 udis86:syn.obj + 0002:00018228 ??_C@_03FEDGKBAA@cr3?$AA@ 100a1228 udis86:syn.obj + 0002:0001822c ??_C@_03BLHHDHMH@cr4?$AA@ 100a122c udis86:syn.obj + 0002:00018230 ??_C@_03CGMAGIG@cr5?$AA@ 100a1230 udis86:syn.obj + 0002:00018234 ??_C@_03CJEBFFEF@cr6?$AA@ 100a1234 udis86:syn.obj + 0002:00018238 ??_C@_03DAFKGEAE@cr7?$AA@ 100a1238 udis86:syn.obj + 0002:0001823c ??_C@_03LHMCHIML@cr8?$AA@ 100a123c udis86:syn.obj + 0002:00018240 ??_C@_03KONJEJIK@cr9?$AA@ 100a1240 udis86:syn.obj + 0002:00018244 ??_C@_04NMJGNEDM@cr10?$AA@ 100a1244 udis86:syn.obj + 0002:0001824c ??_C@_04MFINOFHN@cr11?$AA@ 100a124c udis86:syn.obj + 0002:00018254 ??_C@_04OOKALGLO@cr12?$AA@ 100a1254 udis86:syn.obj + 0002:0001825c ??_C@_04PHLLIHPP@cr13?$AA@ 100a125c udis86:syn.obj + 0002:00018264 ??_C@_04LIPKBBDI@cr14?$AA@ 100a1264 udis86:syn.obj + 0002:0001826c ??_C@_04KBOBCAHJ@cr15?$AA@ 100a126c udis86:syn.obj + 0002:00018274 ??_C@_03OCMMMKHK@dr0?$AA@ 100a1274 udis86:syn.obj + 0002:00018278 ??_C@_03PLNHPLDL@dr1?$AA@ 100a1278 udis86:syn.obj + 0002:0001827c ??_C@_03NAPKKIPI@dr2?$AA@ 100a127c udis86:syn.obj + 0002:00018280 ??_C@_03MJOBJJLJ@dr3?$AA@ 100a1280 udis86:syn.obj + 0002:00018284 ??_C@_03IGKAAPHO@dr4?$AA@ 100a1284 udis86:syn.obj + 0002:00018288 ??_C@_03JPLLDODP@dr5?$AA@ 100a1288 udis86:syn.obj + 0002:0001828c ??_C@_03LEJGGNPM@dr6?$AA@ 100a128c udis86:syn.obj + 0002:00018290 ??_C@_03KNINFMLN@dr7?$AA@ 100a1290 udis86:syn.obj + 0002:00018294 ??_C@_03CKBFEAHC@dr8?$AA@ 100a1294 udis86:syn.obj + 0002:00018298 ??_C@_03DDAOHBDD@dr9?$AA@ 100a1298 udis86:syn.obj + 0002:0001829c ??_C@_04GOLGAICM@dr10?$AA@ 100a129c udis86:syn.obj + 0002:000182a4 ??_C@_04HHKNDJGN@dr11?$AA@ 100a12a4 udis86:syn.obj + 0002:000182ac ??_C@_04FMIAGKKO@dr12?$AA@ 100a12ac udis86:syn.obj + 0002:000182b4 ??_C@_04EFJLFLOP@dr13?$AA@ 100a12b4 udis86:syn.obj + 0002:000182bc ??_C@_04KNKMNCI@dr14?$AA@ 100a12bc udis86:syn.obj + 0002:000182c4 ??_C@_04BDMBPMGJ@dr15?$AA@ 100a12c4 udis86:syn.obj + 0002:000182cc ??_C@_03IILOGBLN@mm0?$AA@ 100a12cc udis86:syn.obj + 0002:000182d0 ??_C@_03JBKFFAPM@mm1?$AA@ 100a12d0 udis86:syn.obj + 0002:000182d4 ??_C@_03LKIIADDP@mm2?$AA@ 100a12d4 udis86:syn.obj + 0002:000182d8 ??_C@_03KDJDDCHO@mm3?$AA@ 100a12d8 udis86:syn.obj + 0002:000182dc ??_C@_03OMNCKELJ@mm4?$AA@ 100a12dc udis86:syn.obj + 0002:000182e0 ??_C@_03PFMJJFPI@mm5?$AA@ 100a12e0 udis86:syn.obj + 0002:000182e4 ??_C@_03NOOEMGDL@mm6?$AA@ 100a12e4 udis86:syn.obj + 0002:000182e8 ??_C@_03MHPPPHHK@mm7?$AA@ 100a12e8 udis86:syn.obj + 0002:000182ec ??_C@_03CLIPNJOO@st0?$AA@ 100a12ec udis86:syn.obj + 0002:000182f0 ??_C@_03DCJEOIKP@st1?$AA@ 100a12f0 udis86:syn.obj + 0002:000182f4 ??_C@_03BJLJLLGM@st2?$AA@ 100a12f4 udis86:syn.obj + 0002:000182f8 ??_C@_03KCIKCN@st3?$AA@ 100a12f8 udis86:syn.obj + 0002:000182fc ??_C@_03EPODBMOK@st4?$AA@ 100a12fc udis86:syn.obj + 0002:00018300 ??_C@_03FGPICNKL@st5?$AA@ 100a1300 udis86:syn.obj + 0002:00018304 ??_C@_03HNNFHOGI@st6?$AA@ 100a1304 udis86:syn.obj + 0002:00018308 ??_C@_03GEMOEPCJ@st7?$AA@ 100a1308 udis86:syn.obj + 0002:0001830c ??_C@_04KGHKOCLC@xmm0?$AA@ 100a130c udis86:syn.obj + 0002:00018314 ??_C@_04LPGBNDPD@xmm1?$AA@ 100a1314 udis86:syn.obj + 0002:0001831c ??_C@_04JEEMIADA@xmm2?$AA@ 100a131c udis86:syn.obj + 0002:00018324 ??_C@_04INFHLBHB@xmm3?$AA@ 100a1324 udis86:syn.obj + 0002:0001832c ??_C@_04MCBGCHLG@xmm4?$AA@ 100a132c udis86:syn.obj + 0002:00018334 ??_C@_04NLANBGPH@xmm5?$AA@ 100a1334 udis86:syn.obj + 0002:0001833c ??_C@_04PACAEFDE@xmm6?$AA@ 100a133c udis86:syn.obj + 0002:00018344 ??_C@_04OJDLHEHF@xmm7?$AA@ 100a1344 udis86:syn.obj + 0002:0001834c ??_C@_04GOKDGILK@xmm8?$AA@ 100a134c udis86:syn.obj + 0002:00018354 ??_C@_04HHLIFJPL@xmm9?$AA@ 100a1354 udis86:syn.obj + 0002:0001835c ??_C@_05PLENPEIG@xmm10?$AA@ 100a135c udis86:syn.obj + 0002:00018364 ??_C@_05OCFGMFMH@xmm11?$AA@ 100a1364 udis86:syn.obj + 0002:0001836c ??_C@_05MJHLJGAE@xmm12?$AA@ 100a136c udis86:syn.obj + 0002:00018374 ??_C@_05NAGAKHEF@xmm13?$AA@ 100a1374 udis86:syn.obj + 0002:0001837c ??_C@_05JPCBDBIC@xmm14?$AA@ 100a137c udis86:syn.obj + 0002:00018384 ??_C@_05IGDKAAMD@xmm15?$AA@ 100a1384 udis86:syn.obj + 0002:0001838c ??_C@_04JLBKMLAC@ymm0?$AA@ 100a138c udis86:syn.obj + 0002:00018394 ??_C@_04ICABPKED@ymm1?$AA@ 100a1394 udis86:syn.obj + 0002:0001839c ??_C@_04KJCMKJIA@ymm2?$AA@ 100a139c udis86:syn.obj + 0002:000183a4 ??_C@_04LADHJIMB@ymm3?$AA@ 100a13a4 udis86:syn.obj + 0002:000183ac ??_C@_04PPHGAOAG@ymm4?$AA@ 100a13ac udis86:syn.obj + 0002:000183b4 ??_C@_04OGGNDPEH@ymm5?$AA@ 100a13b4 udis86:syn.obj + 0002:000183bc ??_C@_04MNEAGMIE@ymm6?$AA@ 100a13bc udis86:syn.obj + 0002:000183c4 ??_C@_04NEFLFNMF@ymm7?$AA@ 100a13c4 udis86:syn.obj + 0002:000183cc ??_C@_04FDMDEBAK@ymm8?$AA@ 100a13cc udis86:syn.obj + 0002:000183d4 ??_C@_04EKNIHAEL@ymm9?$AA@ 100a13d4 udis86:syn.obj + 0002:000183dc ??_C@_05DABBCHCD@ymm10?$AA@ 100a13dc udis86:syn.obj + 0002:000183e4 ??_C@_05CJAKBGGC@ymm11?$AA@ 100a13e4 udis86:syn.obj + 0002:000183ec ??_C@_05CCHEFKB@ymm12?$AA@ 100a13ec udis86:syn.obj + 0002:000183f4 ??_C@_05BLDMHEOA@ymm13?$AA@ 100a13f4 udis86:syn.obj + 0002:000183fc ??_C@_05FEHNOCCH@ymm14?$AA@ 100a13fc udis86:syn.obj + 0002:00018404 ??_C@_05ENGGNDGG@ymm15?$AA@ 100a1404 udis86:syn.obj + 0002:0001840c ??_C@_03HHLEMBKN@rip?$AA@ 100a140c udis86:syn.obj + 0002:00018410 ??_C@_08KBPBCHKK@?$CFs?$CF?$CLI64d?$AA@ 100a1410 udis86:syn.obj + 0002:0001841c ??_C@_07NDNBFKNF@0x?$CFI64x?$AA@ 100a141c udis86:syn.obj + 0002:00018424 ??_C@_08CDEEPEOG@?90x?$CFI64x?$AA@ 100a1424 udis86:syn.obj + 0002:00018430 ??_C@_09DFCDNKEO@?$CFs0x?$CFI64x?$AA@ 100a1430 udis86:syn.obj + 0002:00018440 __load_config_used 100a1440 LIBCMT:loadcfg.obj + 0002:00018540 __tls_used 100a1540 LIBCMT:tlssup.obj + 0002:00018558 ??_R4exception@std@@6B@ 100a1558 logging.cpp.obj + 0002:0001856c ??_R3exception@std@@8 100a156c logging.cpp.obj + 0002:0001857c ??_R2exception@std@@8 100a157c logging.cpp.obj + 0002:00018584 ??_R1A@?0A@EA@exception@std@@8 100a1584 logging.cpp.obj + 0002:000185a0 ??_R4bad_array_new_length@std@@6B@ 100a15a0 logging.cpp.obj + 0002:000185b4 ??_R3bad_array_new_length@std@@8 100a15b4 logging.cpp.obj + 0002:000185c4 ??_R2bad_array_new_length@std@@8 100a15c4 logging.cpp.obj + 0002:000185d4 ??_R1A@?0A@EA@bad_array_new_length@std@@8 100a15d4 logging.cpp.obj + 0002:000185f0 ??_R1A@?0A@EA@bad_alloc@std@@8 100a15f0 logging.cpp.obj + 0002:0001860c ??_R3bad_alloc@std@@8 100a160c logging.cpp.obj + 0002:0001861c ??_R2bad_alloc@std@@8 100a161c logging.cpp.obj + 0002:00018628 ??_R4bad_alloc@std@@6B@ 100a1628 logging.cpp.obj + 0002:0001863c ??_R4ios_base@std@@6B@ 100a163c logging.cpp.obj + 0002:00018650 ??_R3ios_base@std@@8 100a1650 logging.cpp.obj + 0002:00018660 ??_R2ios_base@std@@8 100a1660 logging.cpp.obj + 0002:0001866c ??_R1A@?0A@EA@ios_base@std@@8 100a166c logging.cpp.obj + 0002:00018688 ??_R17?0A@EA@?$_Iosb@H@std@@8 100a1688 logging.cpp.obj + 0002:000186a4 ??_R3?$_Iosb@H@std@@8 100a16a4 logging.cpp.obj + 0002:000186b4 ??_R2?$_Iosb@H@std@@8 100a16b4 logging.cpp.obj + 0002:000186bc ??_R1A@?0A@EA@?$_Iosb@H@std@@8 100a16bc logging.cpp.obj + 0002:000186d8 ??_R4?$basic_ios@DU?$char_traits@D@std@@@std@@6B@ 100a16d8 logging.cpp.obj + 0002:000186ec ??_R3?$basic_ios@DU?$char_traits@D@std@@@std@@8 100a16ec logging.cpp.obj + 0002:000186fc ??_R2?$basic_ios@DU?$char_traits@D@std@@@std@@8 100a16fc logging.cpp.obj + 0002:0001870c ??_R1A@?0A@EA@?$basic_ios@DU?$char_traits@D@std@@@std@@8 100a170c logging.cpp.obj + 0002:00018728 ??_R4?$basic_streambuf@DU?$char_traits@D@std@@@std@@6B@ 100a1728 logging.cpp.obj + 0002:0001873c ??_R3?$basic_streambuf@DU?$char_traits@D@std@@@std@@8 100a173c logging.cpp.obj + 0002:0001874c ??_R2?$basic_streambuf@DU?$char_traits@D@std@@@std@@8 100a174c logging.cpp.obj + 0002:00018754 ??_R1A@?0A@EA@?$basic_streambuf@DU?$char_traits@D@std@@@std@@8 100a1754 logging.cpp.obj + 0002:00018770 ??_R4?$basic_ostream@DU?$char_traits@D@std@@@std@@6B@ 100a1770 logging.cpp.obj + 0002:00018784 ??_R3?$basic_ostream@DU?$char_traits@D@std@@@std@@8 100a1784 logging.cpp.obj + 0002:00018794 ??_R2?$basic_ostream@DU?$char_traits@D@std@@@std@@8 100a1794 logging.cpp.obj + 0002:000187a8 ??_R1A@?0A@EA@?$basic_ostream@DU?$char_traits@D@std@@@std@@8 100a17a8 logging.cpp.obj + 0002:000187c4 ??_R1A@A@3FA@?$basic_ios@DU?$char_traits@D@std@@@std@@8 100a17c4 logging.cpp.obj + 0002:000187e0 ??_R1A@A@3EA@ios_base@std@@8 100a17e0 logging.cpp.obj + 0002:000187fc ??_R17A@3EA@?$_Iosb@H@std@@8 100a17fc logging.cpp.obj + 0002:00018818 ??_R4?$basic_filebuf@DU?$char_traits@D@std@@@std@@6B@ 100a1818 logging.cpp.obj + 0002:0001882c ??_R3?$basic_filebuf@DU?$char_traits@D@std@@@std@@8 100a182c logging.cpp.obj + 0002:0001883c ??_R2?$basic_filebuf@DU?$char_traits@D@std@@@std@@8 100a183c logging.cpp.obj + 0002:00018848 ??_R1A@?0A@EA@?$basic_filebuf@DU?$char_traits@D@std@@@std@@8 100a1848 logging.cpp.obj + 0002:00018864 ??_R4?$basic_ofstream@DU?$char_traits@D@std@@@std@@6B@ 100a1864 logging.cpp.obj + 0002:00018878 ??_R3?$basic_ofstream@DU?$char_traits@D@std@@@std@@8 100a1878 logging.cpp.obj + 0002:00018888 ??_R2?$basic_ofstream@DU?$char_traits@D@std@@@std@@8 100a1888 logging.cpp.obj + 0002:000188a0 ??_R1A@?0A@EA@?$basic_ofstream@DU?$char_traits@D@std@@@std@@8 100a18a0 logging.cpp.obj + 0002:000188bc ??_R4runtime_error@std@@6B@ 100a18bc logging.cpp.obj + 0002:000188d0 ??_R3runtime_error@std@@8 100a18d0 logging.cpp.obj + 0002:000188e0 ??_R2runtime_error@std@@8 100a18e0 logging.cpp.obj + 0002:000188ec ??_R1A@?0A@EA@runtime_error@std@@8 100a18ec logging.cpp.obj + 0002:00018908 ??_R3error_category@std@@8 100a1908 logging.cpp.obj + 0002:00018918 ??_R2error_category@std@@8 100a1918 logging.cpp.obj + 0002:00018920 ??_R1A@?0A@EA@error_category@std@@8 100a1920 logging.cpp.obj + 0002:0001893c ??_R4_System_error@std@@6B@ 100a193c logging.cpp.obj + 0002:00018950 ??_R3_System_error@std@@8 100a1950 logging.cpp.obj + 0002:00018960 ??_R2_System_error@std@@8 100a1960 logging.cpp.obj + 0002:00018970 ??_R1A@?0A@EA@_System_error@std@@8 100a1970 logging.cpp.obj + 0002:0001898c ??_R4system_error@std@@6B@ 100a198c logging.cpp.obj + 0002:000189a0 ??_R3system_error@std@@8 100a19a0 logging.cpp.obj + 0002:000189b0 ??_R2system_error@std@@8 100a19b0 logging.cpp.obj + 0002:000189c4 ??_R1A@?0A@EA@system_error@std@@8 100a19c4 logging.cpp.obj + 0002:000189e0 ??_R4_Iostream_error_category2@std@@6B@ 100a19e0 logging.cpp.obj + 0002:000189f4 ??_R3_Iostream_error_category2@std@@8 100a19f4 logging.cpp.obj + 0002:00018a04 ??_R2_Iostream_error_category2@std@@8 100a1a04 logging.cpp.obj + 0002:00018a10 ??_R1A@?0A@EA@_Iostream_error_category2@std@@8 100a1a10 logging.cpp.obj + 0002:00018a2c ??_R4bad_cast@std@@6B@ 100a1a2c logging.cpp.obj + 0002:00018a40 ??_R3bad_cast@std@@8 100a1a40 logging.cpp.obj + 0002:00018a50 ??_R2bad_cast@std@@8 100a1a50 logging.cpp.obj + 0002:00018a5c ??_R1A@?0A@EA@bad_cast@std@@8 100a1a5c logging.cpp.obj + 0002:00018a78 ??_R4_Facet_base@std@@6B@ 100a1a78 logging.cpp.obj + 0002:00018a8c ??_R3_Facet_base@std@@8 100a1a8c logging.cpp.obj + 0002:00018a9c ??_R2_Facet_base@std@@8 100a1a9c logging.cpp.obj + 0002:00018aa4 ??_R1A@?0A@EA@_Facet_base@std@@8 100a1aa4 logging.cpp.obj + 0002:00018ac0 ??_R3facet@locale@std@@8 100a1ac0 logging.cpp.obj + 0002:00018ad0 ??_R2facet@locale@std@@8 100a1ad0 logging.cpp.obj + 0002:00018ae0 ??_R1A@?0A@EA@facet@locale@std@@8 100a1ae0 logging.cpp.obj + 0002:00018afc ??_R13?0A@EA@_Crt_new_delete@std@@8 100a1afc logging.cpp.obj + 0002:00018b18 ??_R3_Crt_new_delete@std@@8 100a1b18 logging.cpp.obj + 0002:00018b28 ??_R2_Crt_new_delete@std@@8 100a1b28 logging.cpp.obj + 0002:00018b30 ??_R1A@?0A@EA@_Crt_new_delete@std@@8 100a1b30 logging.cpp.obj + 0002:00018b4c ??_R3codecvt_base@std@@8 100a1b4c logging.cpp.obj + 0002:00018b5c ??_R2codecvt_base@std@@8 100a1b5c logging.cpp.obj + 0002:00018b70 ??_R1A@?0A@EA@codecvt_base@std@@8 100a1b70 logging.cpp.obj + 0002:00018b8c ??_R3ctype_base@std@@8 100a1b8c logging.cpp.obj + 0002:00018b9c ??_R2ctype_base@std@@8 100a1b9c logging.cpp.obj + 0002:00018bb0 ??_R1A@?0A@EA@ctype_base@std@@8 100a1bb0 logging.cpp.obj + 0002:00018bcc ??_R4?$ctype@D@std@@6B@ 100a1bcc logging.cpp.obj + 0002:00018be0 ??_R3?$ctype@D@std@@8 100a1be0 logging.cpp.obj + 0002:00018bf0 ??_R2?$ctype@D@std@@8 100a1bf0 logging.cpp.obj + 0002:00018c08 ??_R1A@?0A@EA@?$ctype@D@std@@8 100a1c08 logging.cpp.obj + 0002:00018c24 ??_R4failure@ios_base@std@@6B@ 100a1c24 logging.cpp.obj + 0002:00018c38 ??_R3failure@ios_base@std@@8 100a1c38 logging.cpp.obj + 0002:00018c48 ??_R2failure@ios_base@std@@8 100a1c48 logging.cpp.obj + 0002:00018c60 ??_R1A@?0A@EA@failure@ios_base@std@@8 100a1c60 logging.cpp.obj + 0002:00018c7c ??_R4?$codecvt@DDU_Mbstatet@@@std@@6B@ 100a1c7c logging.cpp.obj + 0002:00018c90 ??_R3?$codecvt@DDU_Mbstatet@@@std@@8 100a1c90 logging.cpp.obj + 0002:00018ca0 ??_R2?$codecvt@DDU_Mbstatet@@@std@@8 100a1ca0 logging.cpp.obj + 0002:00018cb8 ??_R1A@?0A@EA@?$codecvt@DDU_Mbstatet@@@std@@8 100a1cb8 logging.cpp.obj + 0002:00018cd4 ??_R4bad_exception@std@@6B@ 100a1cd4 main.cpp.obj + 0002:00018ce8 ??_R3bad_exception@std@@8 100a1ce8 main.cpp.obj + 0002:00018cf8 ??_R2bad_exception@std@@8 100a1cf8 main.cpp.obj + 0002:00018d04 ??_R1A@?0A@EA@bad_exception@std@@8 100a1d04 main.cpp.obj + 0002:00018d20 ??_R4?$basic_istream@DU?$char_traits@D@std@@@std@@6B@ 100a1d20 main.cpp.obj + 0002:00018d34 ??_R3?$basic_istream@DU?$char_traits@D@std@@@std@@8 100a1d34 main.cpp.obj + 0002:00018d44 ??_R2?$basic_istream@DU?$char_traits@D@std@@@std@@8 100a1d44 main.cpp.obj + 0002:00018d58 ??_R1A@?0A@EA@?$basic_istream@DU?$char_traits@D@std@@@std@@8 100a1d58 main.cpp.obj + 0002:00018d74 ??_R4?$basic_iostream@DU?$char_traits@D@std@@@std@@6B@ 100a1d74 main.cpp.obj + 0002:00018d88 ??_R3?$basic_iostream@DU?$char_traits@D@std@@@std@@8 100a1d88 main.cpp.obj + 0002:00018d98 ??_R2?$basic_iostream@DU?$char_traits@D@std@@@std@@8 100a1d98 main.cpp.obj + 0002:00018dc0 ??_R1A@?0A@EA@?$basic_iostream@DU?$char_traits@D@std@@@std@@8 100a1dc0 main.cpp.obj + 0002:00018ddc ??_R1BA@?0A@EA@?$basic_ostream@DU?$char_traits@D@std@@@std@@8 100a1ddc main.cpp.obj + 0002:00018df8 ??_R4?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 100a1df8 main.cpp.obj + 0002:00018e0c ??_R3?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a1e0c main.cpp.obj + 0002:00018e1c ??_R2?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a1e1c main.cpp.obj + 0002:00018e28 ??_R1A@?0A@EA@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a1e28 main.cpp.obj + 0002:00018e44 ??_R4?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 100a1e44 main.cpp.obj + 0002:00018e58 ??_R3?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a1e58 main.cpp.obj + 0002:00018e68 ??_R2?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a1e68 main.cpp.obj + 0002:00018e80 ??_R1A@?0A@EA@?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a1e80 main.cpp.obj + 0002:00018e9c ??_R4?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 100a1e9c main.cpp.obj + 0002:00018eb0 ??_R3?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a1eb0 main.cpp.obj + 0002:00018ec0 ??_R2?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a1ec0 main.cpp.obj + 0002:00018eec ??_R1A@?0A@EA@?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a1eec main.cpp.obj + 0002:00018f08 ??_R3_Ref_count_base@std@@8 100a1f08 main.cpp.obj + 0002:00018f18 ??_R2_Ref_count_base@std@@8 100a1f18 main.cpp.obj + 0002:00018f20 ??_R1A@?0A@EA@_Ref_count_base@std@@8 100a1f20 main.cpp.obj + 0002:00018f3c ??_R4exception@boost@@6B@ 100a1f3c main.cpp.obj + 0002:00018f50 ??_R3exception@boost@@8 100a1f50 main.cpp.obj + 0002:00018f60 ??_R2exception@boost@@8 100a1f60 main.cpp.obj + 0002:00018f68 ??_R1A@?0A@EA@exception@boost@@8 100a1f68 main.cpp.obj + 0002:00018f84 ??_R4error_info_base@exception_detail@boost@@6B@ 100a1f84 main.cpp.obj + 0002:00018f98 ??_R3error_info_base@exception_detail@boost@@8 100a1f98 main.cpp.obj + 0002:00018fa8 ??_R2error_info_base@exception_detail@boost@@8 100a1fa8 main.cpp.obj + 0002:00018fb0 ??_R1A@?0A@EA@error_info_base@exception_detail@boost@@8 100a1fb0 main.cpp.obj + 0002:00018fcc ??_R4error_info_container@exception_detail@boost@@6B@ 100a1fcc main.cpp.obj + 0002:00018fe0 ??_R3error_info_container@exception_detail@boost@@8 100a1fe0 main.cpp.obj + 0002:00018ff0 ??_R2error_info_container@exception_detail@boost@@8 100a1ff0 main.cpp.obj + 0002:00018ff8 ??_R1A@?0A@EA@error_info_container@exception_detail@boost@@8 100a1ff8 main.cpp.obj + 0002:00019014 ??_R4clone_base@exception_detail@boost@@6B@ 100a2014 main.cpp.obj + 0002:00019028 ??_R3clone_base@exception_detail@boost@@8 100a2028 main.cpp.obj + 0002:00019038 ??_R2clone_base@exception_detail@boost@@8 100a2038 main.cpp.obj + 0002:00019040 ??_R1A@?0A@EA@clone_base@exception_detail@boost@@8 100a2040 main.cpp.obj + 0002:0001905c ??_R4sp_counted_base@detail@boost@@6B@ 100a205c main.cpp.obj + 0002:00019070 ??_R3sp_counted_base@detail@boost@@8 100a2070 main.cpp.obj + 0002:00019080 ??_R2sp_counted_base@detail@boost@@8 100a2080 main.cpp.obj + 0002:00019088 ??_R1A@?0A@EA@sp_counted_base@detail@boost@@8 100a2088 main.cpp.obj + 0002:000190a4 ??_R4error_info_container_impl@exception_detail@boost@@6B@ 100a20a4 main.cpp.obj + 0002:000190b8 ??_R3error_info_container_impl@exception_detail@boost@@8 100a20b8 main.cpp.obj + 0002:000190c8 ??_R2error_info_container_impl@exception_detail@boost@@8 100a20c8 main.cpp.obj + 0002:000190d4 ??_R1A@?0A@EA@error_info_container_impl@exception_detail@boost@@8 100a20d4 main.cpp.obj + 0002:000190f0 ??_R4?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 100a20f0 main.cpp.obj + 0002:00019104 ??_R3?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a2104 main.cpp.obj + 0002:00019114 ??_R2?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a2114 main.cpp.obj + 0002:00019128 ??_R1A@?0A@EA@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a2128 main.cpp.obj + 0002:00019144 ??_R4bad_alloc_@exception_detail@boost@@6Bexception@2@@ 100a2144 main.cpp.obj + 0002:00019158 ??_R3bad_alloc_@exception_detail@boost@@8 100a2158 main.cpp.obj + 0002:00019168 ??_R2bad_alloc_@exception_detail@boost@@8 100a2168 main.cpp.obj + 0002:0001917c ??_R1A@?0A@EA@bad_alloc_@exception_detail@boost@@8 100a217c main.cpp.obj + 0002:00019198 ??_R1BI@?0A@EA@bad_alloc@std@@8 100a2198 main.cpp.obj + 0002:000191b4 ??_R1BI@?0A@EA@exception@std@@8 100a21b4 main.cpp.obj + 0002:000191d0 ??_R4bad_alloc_@exception_detail@boost@@6Bbad_alloc@std@@@ 100a21d0 main.cpp.obj + 0002:000191e4 ??_R4bad_exception_@exception_detail@boost@@6Bexception@2@@ 100a21e4 main.cpp.obj + 0002:000191f8 ??_R3bad_exception_@exception_detail@boost@@8 100a21f8 main.cpp.obj + 0002:00019208 ??_R2bad_exception_@exception_detail@boost@@8 100a2208 main.cpp.obj + 0002:0001921c ??_R1A@?0A@EA@bad_exception_@exception_detail@boost@@8 100a221c main.cpp.obj + 0002:00019238 ??_R1BI@?0A@EA@bad_exception@std@@8 100a2238 main.cpp.obj + 0002:00019254 ??_R4bad_exception_@exception_detail@boost@@6Bbad_exception@std@@@ 100a2254 main.cpp.obj + 0002:00019268 ??_R4Error@hadesmem@@6Bexception@std@@@ 100a2268 main.cpp.obj + 0002:0001927c ??_R3Error@hadesmem@@8 100a227c main.cpp.obj + 0002:0001928c ??_R2Error@hadesmem@@8 100a228c main.cpp.obj + 0002:0001929c ??_R1A@?0A@EA@Error@hadesmem@@8 100a229c main.cpp.obj + 0002:000192b8 ??_R1A@A@3FA@exception@std@@8 100a22b8 main.cpp.obj + 0002:000192d4 ??_R1A@A@7FA@exception@boost@@8 100a22d4 main.cpp.obj + 0002:000192f0 ??_R4Error@hadesmem@@6Bexception@boost@@@ 100a22f0 main.cpp.obj + 0002:00019304 ??_R4?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@6B@ 100a2304 main.cpp.obj + 0002:00019318 ??_R3?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@8 100a2318 main.cpp.obj + 0002:00019328 ??_R2?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@8 100a2328 main.cpp.obj + 0002:00019334 ??_R1A@?0A@EA@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@8 100a2334 main.cpp.obj + 0002:00019350 ??_R4?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@6B@ 100a2350 main.cpp.obj + 0002:00019364 ??_R3?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@8 100a2364 main.cpp.obj + 0002:00019374 ??_R2?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@8 100a2374 main.cpp.obj + 0002:00019380 ??_R1A@?0A@EA@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@8 100a2380 main.cpp.obj + 0002:0001939c ??_R3PatchDetourBase@hadesmem@@8 100a239c main.cpp.obj + 0002:000193ac ??_R2PatchDetourBase@hadesmem@@8 100a23ac main.cpp.obj + 0002:000193b4 ??_R1A@?0A@EA@PatchDetourBase@hadesmem@@8 100a23b4 main.cpp.obj + 0002:000193d0 ??_R4CDataStore@Nampower@@6B@ 100a23d0 main.cpp.obj + 0002:000193e4 ??_R3CDataStore@Nampower@@8 100a23e4 main.cpp.obj + 0002:000193f4 ??_R2CDataStore@Nampower@@8 100a23f4 main.cpp.obj + 0002:000193fc ??_R1A@?0A@EA@CDataStore@Nampower@@8 100a23fc main.cpp.obj + 0002:00019418 ??_R4?$PatchDetour@P6IXXZPAX@hadesmem@@6B@ 100a2418 main.cpp.obj + 0002:0001942c ??_R3?$PatchDetour@P6IXXZPAX@hadesmem@@8 100a242c main.cpp.obj + 0002:0001943c ??_R2?$PatchDetour@P6IXXZPAX@hadesmem@@8 100a243c main.cpp.obj + 0002:00019448 ??_R1A@?0A@EA@?$PatchDetour@P6IXXZPAX@hadesmem@@8 100a2448 main.cpp.obj + 0002:00019464 ??_R4?$PatchDetour@P6GXXZPAX@hadesmem@@6B@ 100a2464 main.cpp.obj + 0002:00019478 ??_R3?$PatchDetour@P6GXXZPAX@hadesmem@@8 100a2478 main.cpp.obj + 0002:00019488 ??_R2?$PatchDetour@P6GXXZPAX@hadesmem@@8 100a2488 main.cpp.obj + 0002:00019494 ??_R1A@?0A@EA@?$PatchDetour@P6GXXZPAX@hadesmem@@8 100a2494 main.cpp.obj + 0002:000194b0 ??_R4?$PatchDetour@P6IXHI@ZPAX@hadesmem@@6B@ 100a24b0 main.cpp.obj + 0002:000194c4 ??_R3?$PatchDetour@P6IXHI@ZPAX@hadesmem@@8 100a24c4 main.cpp.obj + 0002:000194d4 ??_R2?$PatchDetour@P6IXHI@ZPAX@hadesmem@@8 100a24d4 main.cpp.obj + 0002:000194e0 ??_R1A@?0A@EA@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@8 100a24e0 main.cpp.obj + 0002:000194fc ??_R4?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@6B@ 100a24fc main.cpp.obj + 0002:00019510 ??_R3?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@8 100a2510 main.cpp.obj + 0002:00019520 ??_R2?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@8 100a2520 main.cpp.obj + 0002:0001952c ??_R1A@?0A@EA@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@8 100a252c main.cpp.obj + 0002:00019548 ??_R4?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@6B@ 100a2548 main.cpp.obj + 0002:0001955c ??_R3?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@8 100a255c main.cpp.obj + 0002:0001956c ??_R2?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@8 100a256c main.cpp.obj + 0002:00019578 ??_R1A@?0A@EA@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@8 100a2578 main.cpp.obj + 0002:00019594 ??_R4?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@6B@ 100a2594 main.cpp.obj + 0002:000195a8 ??_R3?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@8 100a25a8 main.cpp.obj + 0002:000195b8 ??_R2?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@8 100a25b8 main.cpp.obj + 0002:000195c4 ??_R1A@?0A@EA@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@8 100a25c4 main.cpp.obj + 0002:000195e0 ??_R4?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@6B@ 100a25e0 main.cpp.obj + 0002:000195f4 ??_R3?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@8 100a25f4 main.cpp.obj + 0002:00019604 ??_R2?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@8 100a2604 main.cpp.obj + 0002:00019610 ??_R1A@?0A@EA@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@8 100a2610 main.cpp.obj + 0002:0001962c ??_R4?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@6B@ 100a262c main.cpp.obj + 0002:00019640 ??_R3?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@8 100a2640 main.cpp.obj + 0002:00019650 ??_R2?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@8 100a2650 main.cpp.obj + 0002:0001965c ??_R1A@?0A@EA@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@8 100a265c main.cpp.obj + 0002:00019678 ??_R4?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@6B@ 100a2678 main.cpp.obj + 0002:0001968c ??_R3?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@8 100a268c main.cpp.obj + 0002:0001969c ??_R2?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@8 100a269c main.cpp.obj + 0002:000196a8 ??_R1A@?0A@EA@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@8 100a26a8 main.cpp.obj + 0002:000196c4 ??_R4?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@6B@ 100a26c4 main.cpp.obj + 0002:000196d8 ??_R3?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@8 100a26d8 main.cpp.obj + 0002:000196e8 ??_R2?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@8 100a26e8 main.cpp.obj + 0002:000196f4 ??_R1A@?0A@EA@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@8 100a26f4 main.cpp.obj + 0002:00019710 ??_R4?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@6B@ 100a2710 main.cpp.obj + 0002:00019724 ??_R3?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@8 100a2724 main.cpp.obj + 0002:00019734 ??_R2?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@8 100a2734 main.cpp.obj + 0002:00019740 ??_R1A@?0A@EA@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@8 100a2740 main.cpp.obj + 0002:0001975c ??_R4?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 100a275c main.cpp.obj + 0002:00019770 ??_R3?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a2770 main.cpp.obj + 0002:00019780 ??_R2?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a2780 main.cpp.obj + 0002:0001978c ??_R1A@?0A@EA@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a278c main.cpp.obj + 0002:000197a8 ??_R4?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@6B@ 100a27a8 main.cpp.obj + 0002:000197bc ??_R3?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@8 100a27bc main.cpp.obj + 0002:000197cc ??_R2?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@8 100a27cc main.cpp.obj + 0002:000197d8 ??_R1A@?0A@EA@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@8 100a27d8 main.cpp.obj + 0002:000197f4 ??_R4?$PatchDetour@P6IH_K@ZPAX@hadesmem@@6B@ 100a27f4 main.cpp.obj + 0002:00019808 ??_R3?$PatchDetour@P6IH_K@ZPAX@hadesmem@@8 100a2808 main.cpp.obj + 0002:00019818 ??_R2?$PatchDetour@P6IH_K@ZPAX@hadesmem@@8 100a2818 main.cpp.obj + 0002:00019824 ??_R1A@?0A@EA@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@8 100a2824 main.cpp.obj + 0002:00019840 ??_R4?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@6B@ 100a2840 main.cpp.obj + 0002:00019854 ??_R3?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@8 100a2854 main.cpp.obj + 0002:00019864 ??_R2?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@8 100a2864 main.cpp.obj + 0002:00019870 ??_R1A@?0A@EA@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@8 100a2870 main.cpp.obj + 0002:0001988c ??_R4?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@6B@ 100a288c main.cpp.obj + 0002:000198a0 ??_R3?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@8 100a28a0 main.cpp.obj + 0002:000198b0 ??_R2?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@8 100a28b0 main.cpp.obj + 0002:000198bc ??_R1A@?0A@EA@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@8 100a28bc main.cpp.obj + 0002:000198d8 ??_R4?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@6B@ 100a28d8 main.cpp.obj + 0002:000198ec ??_R3?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@8 100a28ec main.cpp.obj + 0002:000198fc ??_R2?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@8 100a28fc main.cpp.obj + 0002:00019908 ??_R1A@?0A@EA@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@8 100a2908 main.cpp.obj + 0002:00019924 ??_R4?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 100a2924 main.cpp.obj + 0002:00019938 ??_R3?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a2938 main.cpp.obj + 0002:00019948 ??_R2?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a2948 main.cpp.obj + 0002:00019954 ??_R1A@?0A@EA@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a2954 main.cpp.obj + 0002:00019970 ??_R4?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 100a2970 main.cpp.obj + 0002:00019984 ??_R3?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a2984 main.cpp.obj + 0002:00019994 ??_R2?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a2994 main.cpp.obj + 0002:000199a0 ??_R1A@?0A@EA@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a29a0 main.cpp.obj + 0002:000199bc ??_R4?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 100a29bc main.cpp.obj + 0002:000199d0 ??_R3?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a29d0 main.cpp.obj + 0002:000199e0 ??_R2?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a29e0 main.cpp.obj + 0002:000199ec ??_R1A@?0A@EA@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a29ec main.cpp.obj + 0002:00019a08 ??_R4?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@6B@ 100a2a08 main.cpp.obj + 0002:00019a1c ??_R3?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@8 100a2a1c main.cpp.obj + 0002:00019a2c ??_R2?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@8 100a2a2c main.cpp.obj + 0002:00019a38 ??_R1A@?0A@EA@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@8 100a2a38 main.cpp.obj + 0002:00019a54 ??_R4?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@6B@ 100a2a54 main.cpp.obj + 0002:00019a68 ??_R3?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@8 100a2a68 main.cpp.obj + 0002:00019a78 ??_R2?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@8 100a2a78 main.cpp.obj + 0002:00019a84 ??_R1A@?0A@EA@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@8 100a2a84 main.cpp.obj + 0002:00019aa0 ??_R4?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@6B@ 100a2aa0 main.cpp.obj + 0002:00019ab4 ??_R3?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@8 100a2ab4 main.cpp.obj + 0002:00019ac4 ??_R2?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@8 100a2ac4 main.cpp.obj + 0002:00019ad0 ??_R1A@?0A@EA@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@8 100a2ad0 main.cpp.obj + 0002:00019aec ??_R4?$PatchDetour@P6IX_K@ZPAX@hadesmem@@6B@ 100a2aec main.cpp.obj + 0002:00019b00 ??_R3?$PatchDetour@P6IX_K@ZPAX@hadesmem@@8 100a2b00 main.cpp.obj + 0002:00019b10 ??_R2?$PatchDetour@P6IX_K@ZPAX@hadesmem@@8 100a2b10 main.cpp.obj + 0002:00019b1c ??_R1A@?0A@EA@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@8 100a2b1c main.cpp.obj + 0002:00019b38 ??_R4?$PatchDetour@P6IXEH@ZPAX@hadesmem@@6B@ 100a2b38 main.cpp.obj + 0002:00019b4c ??_R3?$PatchDetour@P6IXEH@ZPAX@hadesmem@@8 100a2b4c main.cpp.obj + 0002:00019b5c ??_R2?$PatchDetour@P6IXEH@ZPAX@hadesmem@@8 100a2b5c main.cpp.obj + 0002:00019b68 ??_R1A@?0A@EA@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@8 100a2b68 main.cpp.obj + 0002:00019b84 ??_R4?$PatchDetour@P6IXI@ZPAX@hadesmem@@6B@ 100a2b84 main.cpp.obj + 0002:00019b98 ??_R3?$PatchDetour@P6IXI@ZPAX@hadesmem@@8 100a2b98 main.cpp.obj + 0002:00019ba8 ??_R2?$PatchDetour@P6IXI@ZPAX@hadesmem@@8 100a2ba8 main.cpp.obj + 0002:00019bb4 ??_R1A@?0A@EA@?$PatchDetour@P6IXI@ZPAX@hadesmem@@8 100a2bb4 main.cpp.obj + 0002:00019bd0 ??_R4?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@6B@ 100a2bd0 main.cpp.obj + 0002:00019be4 ??_R3?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@8 100a2be4 main.cpp.obj + 0002:00019bf4 ??_R2?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@8 100a2bf4 main.cpp.obj + 0002:00019c00 ??_R1A@?0A@EA@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@8 100a2c00 main.cpp.obj + 0002:00019c1c ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a2c1c main.cpp.obj + 0002:00019c2c ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a2c2c main.cpp.obj + 0002:00019c34 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a2c34 main.cpp.obj + 0002:00019c50 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@8 100a2c50 main.cpp.obj + 0002:00019c60 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@8 100a2c60 main.cpp.obj + 0002:00019c68 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@8 100a2c68 main.cpp.obj + 0002:00019c84 ??_R4?$numpunct@D@std@@6B@ 100a2c84 main.cpp.obj + 0002:00019c98 ??_R3?$numpunct@D@std@@8 100a2c98 main.cpp.obj + 0002:00019ca8 ??_R2?$numpunct@D@std@@8 100a2ca8 main.cpp.obj + 0002:00019cbc ??_R1A@?0A@EA@?$numpunct@D@std@@8 100a2cbc main.cpp.obj + 0002:00019cd8 ??_R3?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@8 100a2cd8 main.cpp.obj + 0002:00019ce8 ??_R2?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@8 100a2ce8 main.cpp.obj + 0002:00019cf0 ??_R1A@?0A@EA@?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@8 100a2cf0 main.cpp.obj + 0002:00019d0c ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@8 100a2d0c main.cpp.obj + 0002:00019d1c ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@8 100a2d1c main.cpp.obj + 0002:00019d24 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@8 100a2d24 main.cpp.obj + 0002:00019d40 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@std@@8 100a2d40 main.cpp.obj + 0002:00019d50 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@std@@8 100a2d50 main.cpp.obj + 0002:00019d58 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@std@@8 100a2d58 main.cpp.obj + 0002:00019d74 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@8 100a2d74 main.cpp.obj + 0002:00019d84 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@8 100a2d84 main.cpp.obj + 0002:00019d8c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@8 100a2d8c main.cpp.obj + 0002:00019da8 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@std@@8 100a2da8 main.cpp.obj + 0002:00019db8 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@std@@8 100a2db8 main.cpp.obj + 0002:00019dc0 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@std@@8 100a2dc0 main.cpp.obj + 0002:00019ddc ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@8 100a2ddc main.cpp.obj + 0002:00019dec ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@8 100a2dec main.cpp.obj + 0002:00019df4 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@8 100a2df4 main.cpp.obj + 0002:00019e10 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@8 100a2e10 main.cpp.obj + 0002:00019e20 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@8 100a2e20 main.cpp.obj + 0002:00019e28 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@8 100a2e28 main.cpp.obj + 0002:00019e44 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@8 100a2e44 main.cpp.obj + 0002:00019e54 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@8 100a2e54 main.cpp.obj + 0002:00019e5c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@8 100a2e5c main.cpp.obj + 0002:00019e78 ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@8 100a2e78 main.cpp.obj + 0002:00019e88 ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@8 100a2e88 main.cpp.obj + 0002:00019e90 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@8 100a2e90 main.cpp.obj + 0002:00019eac ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@8 100a2eac main.cpp.obj + 0002:00019ebc ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@8 100a2ebc main.cpp.obj + 0002:00019ec4 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@8 100a2ec4 main.cpp.obj + 0002:00019ee0 ??_R3?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@8 100a2ee0 main.cpp.obj + 0002:00019ef0 ??_R2?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@8 100a2ef0 main.cpp.obj + 0002:00019ef8 ??_R1A@?0A@EA@?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@8 100a2ef8 main.cpp.obj + 0002:00019f14 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@8 100a2f14 main.cpp.obj + 0002:00019f24 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@8 100a2f24 main.cpp.obj + 0002:00019f2c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@8 100a2f2c main.cpp.obj + 0002:00019f48 ??_R3?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@8 100a2f48 main.cpp.obj + 0002:00019f58 ??_R2?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@8 100a2f58 main.cpp.obj + 0002:00019f60 ??_R1A@?0A@EA@?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@8 100a2f60 main.cpp.obj + 0002:00019f7c ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@8 100a2f7c main.cpp.obj + 0002:00019f8c ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@8 100a2f8c main.cpp.obj + 0002:00019f94 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@8 100a2f94 main.cpp.obj + 0002:00019fb0 ??_R3?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a2fb0 main.cpp.obj + 0002:00019fc0 ??_R2?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a2fc0 main.cpp.obj + 0002:00019fc8 ??_R1A@?0A@EA@?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a2fc8 main.cpp.obj + 0002:00019fe4 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@8 100a2fe4 main.cpp.obj + 0002:00019ff4 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@8 100a2ff4 main.cpp.obj + 0002:00019ffc ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@8 100a2ffc main.cpp.obj + 0002:0001a018 ??_R3?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a3018 main.cpp.obj + 0002:0001a028 ??_R2?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a3028 main.cpp.obj + 0002:0001a030 ??_R1A@?0A@EA@?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a3030 main.cpp.obj + 0002:0001a04c ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@8 100a304c main.cpp.obj + 0002:0001a05c ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@8 100a305c main.cpp.obj + 0002:0001a064 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@8 100a3064 main.cpp.obj + 0002:0001a080 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@8 100a3080 main.cpp.obj + 0002:0001a090 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@8 100a3090 main.cpp.obj + 0002:0001a098 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@8 100a3098 main.cpp.obj + 0002:0001a0b4 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@8 100a30b4 main.cpp.obj + 0002:0001a0c4 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@8 100a30c4 main.cpp.obj + 0002:0001a0cc ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@8 100a30cc main.cpp.obj + 0002:0001a0e8 ??_R3?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@8 100a30e8 main.cpp.obj + 0002:0001a0f8 ??_R2?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@8 100a30f8 main.cpp.obj + 0002:0001a100 ??_R1A@?0A@EA@?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@8 100a3100 main.cpp.obj + 0002:0001a11c ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@8 100a311c main.cpp.obj + 0002:0001a12c ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@8 100a312c main.cpp.obj + 0002:0001a134 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@8 100a3134 main.cpp.obj + 0002:0001a150 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@8 100a3150 main.cpp.obj + 0002:0001a160 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@8 100a3160 main.cpp.obj + 0002:0001a168 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@8 100a3168 main.cpp.obj + 0002:0001a184 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@8 100a3184 main.cpp.obj + 0002:0001a194 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@8 100a3194 main.cpp.obj + 0002:0001a19c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@8 100a319c main.cpp.obj + 0002:0001a1b8 ??_R4?$wrapexcept@VError@hadesmem@@@boost@@6B@ 100a31b8 main.cpp.obj + 0002:0001a1cc ??_R3?$wrapexcept@VError@hadesmem@@@boost@@8 100a31cc main.cpp.obj + 0002:0001a1dc ??_R2?$wrapexcept@VError@hadesmem@@@boost@@8 100a31dc main.cpp.obj + 0002:0001a1f8 ??_R1A@?0A@EA@?$wrapexcept@VError@hadesmem@@@boost@@8 100a31f8 main.cpp.obj + 0002:0001a214 ??_R13?0A@EA@Error@hadesmem@@8 100a3214 main.cpp.obj + 0002:0001a230 ??_R1A@33FA@exception@std@@8 100a3230 main.cpp.obj + 0002:0001a24c ??_R1A@37FA@exception@boost@@8 100a324c main.cpp.obj + 0002:0001a268 ??_R17?0A@EA@type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 100a3268 main.cpp.obj + 0002:0001a284 ??_R3type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 100a3284 main.cpp.obj + 0002:0001a294 ??_R2type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 100a3294 main.cpp.obj + 0002:0001a29c ??_R1A@?0A@EA@type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 100a329c main.cpp.obj + 0002:0001a2b8 ??_R4?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@std@@@ 100a32b8 main.cpp.obj + 0002:0001a2cc ??_R4?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@1@@ 100a32cc main.cpp.obj + 0002:0001a2e0 ??_R4?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 100a32e0 main.cpp.obj + 0002:0001a2f4 ??_R3?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a32f4 main.cpp.obj + 0002:0001a304 ??_R2?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a3304 main.cpp.obj + 0002:0001a318 ??_R1A@?0A@EA@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a3318 main.cpp.obj + 0002:0001a334 ??_R4?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 100a3334 main.cpp.obj + 0002:0001a348 ??_R3?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a3348 main.cpp.obj + 0002:0001a358 ??_R2?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a3358 main.cpp.obj + 0002:0001a364 ??_R1A@?0A@EA@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a3364 main.cpp.obj + 0002:0001a380 ??_R4?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 100a3380 main.cpp.obj + 0002:0001a394 ??_R3?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a3394 main.cpp.obj + 0002:0001a3a4 ??_R2?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a33a4 main.cpp.obj + 0002:0001a3b0 ??_R1A@?0A@EA@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a33b0 main.cpp.obj + 0002:0001a3cc ??_R4?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 100a33cc main.cpp.obj + 0002:0001a3e0 ??_R3?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@8 100a33e0 main.cpp.obj + 0002:0001a3f0 ??_R2?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@8 100a33f0 main.cpp.obj + 0002:0001a40c ??_R1A@?0A@EA@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@8 100a340c main.cpp.obj + 0002:0001a428 ??_R1A@CE@3FA@clone_base@exception_detail@boost@@8 100a3428 main.cpp.obj + 0002:0001a444 ??_R4?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bbad_alloc@std@@@ 100a3444 main.cpp.obj + 0002:0001a458 ??_R4?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6B@ 100a3458 main.cpp.obj + 0002:0001a46c ??_R4?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 100a346c main.cpp.obj + 0002:0001a480 ??_R3?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@8 100a3480 main.cpp.obj + 0002:0001a490 ??_R2?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@8 100a3490 main.cpp.obj + 0002:0001a4ac ??_R1A@?0A@EA@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@8 100a34ac main.cpp.obj + 0002:0001a4c8 ??_R4?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bbad_exception@std@@@ 100a34c8 main.cpp.obj + 0002:0001a4dc ??_R4?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6B@ 100a34dc main.cpp.obj + 0002:0001a4f0 ??_R4?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@6B@ 100a34f0 main.cpp.obj + 0002:0001a504 ??_R3?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@8 100a3504 main.cpp.obj + 0002:0001a514 ??_R2?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@8 100a3514 main.cpp.obj + 0002:0001a520 ??_R1A@?0A@EA@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@8 100a3520 main.cpp.obj + 0002:0001a53c ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@6B@ 100a353c main.cpp.obj + 0002:0001a550 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@8 100a3550 main.cpp.obj + 0002:0001a560 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@8 100a3560 main.cpp.obj + 0002:0001a56c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@8 100a356c main.cpp.obj + 0002:0001a588 ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@6B@ 100a3588 main.cpp.obj + 0002:0001a59c ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@8 100a359c main.cpp.obj + 0002:0001a5ac ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@8 100a35ac main.cpp.obj + 0002:0001a5b8 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@8 100a35b8 main.cpp.obj + 0002:0001a5d4 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@6B@ 100a35d4 main.cpp.obj + 0002:0001a5e8 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@8 100a35e8 main.cpp.obj + 0002:0001a5f8 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@8 100a35f8 main.cpp.obj + 0002:0001a604 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@8 100a3604 main.cpp.obj + 0002:0001a620 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@6B@ 100a3620 main.cpp.obj + 0002:0001a634 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@8 100a3634 main.cpp.obj + 0002:0001a644 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@8 100a3644 main.cpp.obj + 0002:0001a650 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@8 100a3650 main.cpp.obj + 0002:0001a66c ??_R4?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@6B@ 100a366c main.cpp.obj + 0002:0001a680 ??_R3?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@8 100a3680 main.cpp.obj + 0002:0001a690 ??_R2?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@8 100a3690 main.cpp.obj + 0002:0001a69c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@8 100a369c main.cpp.obj + 0002:0001a6b8 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@6B@ 100a36b8 main.cpp.obj + 0002:0001a6cc ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@8 100a36cc main.cpp.obj + 0002:0001a6dc ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@8 100a36dc main.cpp.obj + 0002:0001a6e8 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@8 100a36e8 main.cpp.obj + 0002:0001a704 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@6B@ 100a3704 main.cpp.obj + 0002:0001a718 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@8 100a3718 main.cpp.obj + 0002:0001a728 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@8 100a3728 main.cpp.obj + 0002:0001a734 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@8 100a3734 main.cpp.obj + 0002:0001a750 ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@6B@ 100a3750 main.cpp.obj + 0002:0001a764 ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@8 100a3764 main.cpp.obj + 0002:0001a774 ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@8 100a3774 main.cpp.obj + 0002:0001a780 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@8 100a3780 main.cpp.obj + 0002:0001a79c ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@6B@ 100a379c main.cpp.obj + 0002:0001a7b0 ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@8 100a37b0 main.cpp.obj + 0002:0001a7c0 ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@8 100a37c0 main.cpp.obj + 0002:0001a7cc ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@8 100a37cc main.cpp.obj + 0002:0001a7e8 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@6B@ 100a37e8 main.cpp.obj + 0002:0001a7fc ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@8 100a37fc main.cpp.obj + 0002:0001a80c ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@8 100a380c main.cpp.obj + 0002:0001a818 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@8 100a3818 main.cpp.obj + 0002:0001a834 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@6B@ 100a3834 main.cpp.obj + 0002:0001a848 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@8 100a3848 main.cpp.obj + 0002:0001a858 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@8 100a3858 main.cpp.obj + 0002:0001a864 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@8 100a3864 main.cpp.obj + 0002:0001a880 ??_R4?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@6B@ 100a3880 main.cpp.obj + 0002:0001a894 ??_R3?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@8 100a3894 main.cpp.obj + 0002:0001a8a4 ??_R2?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@8 100a38a4 main.cpp.obj + 0002:0001a8b0 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@8 100a38b0 main.cpp.obj + 0002:0001a8cc ??_R4?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@6B@ 100a38cc main.cpp.obj + 0002:0001a8e0 ??_R3?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@8 100a38e0 main.cpp.obj + 0002:0001a8f0 ??_R2?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@8 100a38f0 main.cpp.obj + 0002:0001a8fc ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@8 100a38fc main.cpp.obj + 0002:0001a918 ??_R4?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@6B@ 100a3918 main.cpp.obj + 0002:0001a92c ??_R3?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@8 100a392c main.cpp.obj + 0002:0001a93c ??_R2?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@8 100a393c main.cpp.obj + 0002:0001a948 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@8 100a3948 main.cpp.obj + 0002:0001a964 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@6B@ 100a3964 main.cpp.obj + 0002:0001a978 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@8 100a3978 main.cpp.obj + 0002:0001a988 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@8 100a3988 main.cpp.obj + 0002:0001a994 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@8 100a3994 main.cpp.obj + 0002:0001a9b0 ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@6B@ 100a39b0 main.cpp.obj + 0002:0001a9c4 ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@8 100a39c4 main.cpp.obj + 0002:0001a9d4 ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@8 100a39d4 main.cpp.obj + 0002:0001a9e0 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@8 100a39e0 main.cpp.obj + 0002:0001a9fc ??_R4?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@6B@ 100a39fc main.cpp.obj + 0002:0001aa10 ??_R3?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@8 100a3a10 main.cpp.obj + 0002:0001aa20 ??_R2?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@8 100a3a20 main.cpp.obj + 0002:0001aa2c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@8 100a3a2c main.cpp.obj + 0002:0001aa48 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@6B@ 100a3a48 main.cpp.obj + 0002:0001aa5c ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@8 100a3a5c main.cpp.obj + 0002:0001aa6c ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@8 100a3a6c main.cpp.obj + 0002:0001aa78 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@8 100a3a78 main.cpp.obj + 0002:0001aa94 ??_R4?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@6B@ 100a3a94 main.cpp.obj + 0002:0001aaa8 ??_R3?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@8 100a3aa8 main.cpp.obj + 0002:0001aab8 ??_R2?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@8 100a3ab8 main.cpp.obj + 0002:0001aac4 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@8 100a3ac4 main.cpp.obj + 0002:0001aae0 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@6B@ 100a3ae0 main.cpp.obj + 0002:0001aaf4 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@8 100a3af4 main.cpp.obj + 0002:0001ab04 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@8 100a3b04 main.cpp.obj + 0002:0001ab10 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@8 100a3b10 main.cpp.obj + 0002:0001ab2c ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@6B@ 100a3b2c main.cpp.obj + 0002:0001ab40 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@8 100a3b40 main.cpp.obj + 0002:0001ab50 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@8 100a3b50 main.cpp.obj + 0002:0001ab5c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@8 100a3b5c main.cpp.obj + 0002:0001ab78 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@6B@ 100a3b78 main.cpp.obj + 0002:0001ab8c ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@8 100a3b8c main.cpp.obj + 0002:0001ab9c ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@8 100a3b9c main.cpp.obj + 0002:0001aba8 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@8 100a3ba8 main.cpp.obj + 0002:0001abc4 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@6B@ 100a3bc4 main.cpp.obj + 0002:0001abd8 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@8 100a3bd8 main.cpp.obj + 0002:0001abe8 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@8 100a3be8 main.cpp.obj + 0002:0001abf4 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@8 100a3bf4 main.cpp.obj + 0002:0001ac10 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@6B@ 100a3c10 main.cpp.obj + 0002:0001ac24 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@8 100a3c24 main.cpp.obj + 0002:0001ac34 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@8 100a3c34 main.cpp.obj + 0002:0001ac40 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@8 100a3c40 main.cpp.obj + 0002:0001ac5c ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@6B@ 100a3c5c main.cpp.obj + 0002:0001ac70 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@8 100a3c70 main.cpp.obj + 0002:0001ac80 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@8 100a3c80 main.cpp.obj + 0002:0001ac8c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@8 100a3c8c main.cpp.obj + 0002:0001aca8 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@6B@ 100a3ca8 main.cpp.obj + 0002:0001acbc ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@8 100a3cbc main.cpp.obj + 0002:0001accc ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@8 100a3ccc main.cpp.obj + 0002:0001acd8 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@8 100a3cd8 main.cpp.obj + 0002:0001acf4 ??_R4?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 100a3cf4 main.cpp.obj + 0002:0001ad08 ??_R3?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a3d08 main.cpp.obj + 0002:0001ad18 ??_R2?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a3d18 main.cpp.obj + 0002:0001ad24 ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a3d24 main.cpp.obj + 0002:0001ad40 ??_R4?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 100a3d40 main.cpp.obj + 0002:0001ad54 ??_R3?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a3d54 main.cpp.obj + 0002:0001ad64 ??_R2?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a3d64 main.cpp.obj + 0002:0001ad70 ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a3d70 main.cpp.obj + 0002:0001ad8c ??_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@ 100a3d8c main.cpp.obj + 0002:0001ada0 ??_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 100a3da0 main.cpp.obj + 0002:0001adb0 ??_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 100a3db0 main.cpp.obj + 0002:0001adbc ??_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 100a3dbc main.cpp.obj + 0002:0001add8 ??_R4?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@6B@ 100a3dd8 main.cpp.obj + 0002:0001adec ??_R3?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@8 100a3dec main.cpp.obj + 0002:0001adfc ??_R2?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@8 100a3dfc main.cpp.obj + 0002:0001ae08 ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@8 100a3e08 main.cpp.obj + 0002:0001ae24 ??_R4bad_typeid@std@@6B@ 100a3e24 libvcruntime:rtti.obj + 0002:0001ae38 ??_R3bad_typeid@std@@8 100a3e38 libvcruntime:rtti.obj + 0002:0001ae48 ??_R2bad_typeid@std@@8 100a3e48 libvcruntime:rtti.obj + 0002:0001ae54 ??_R1A@?0A@EA@bad_typeid@std@@8 100a3e54 libvcruntime:rtti.obj + 0002:0001ae70 ??_R4__non_rtti_object@std@@6B@ 100a3e70 libvcruntime:rtti.obj + 0002:0001ae84 ??_R3__non_rtti_object@std@@8 100a3e84 libvcruntime:rtti.obj + 0002:0001ae94 ??_R2__non_rtti_object@std@@8 100a3e94 libvcruntime:rtti.obj + 0002:0001aea4 ??_R1A@?0A@EA@__non_rtti_object@std@@8 100a3ea4 libvcruntime:rtti.obj + 0002:0001aec0 ??_R4DNameNode@@6B@ 100a3ec0 libvcruntime:undname.obj + 0002:0001aed4 ??_R3DNameNode@@8 100a3ed4 libvcruntime:undname.obj + 0002:0001aee4 ??_R2DNameNode@@8 100a3ee4 libvcruntime:undname.obj + 0002:0001aeec ??_R1A@?0A@EA@DNameNode@@8 100a3eec libvcruntime:undname.obj + 0002:0001af08 ??_R4charNode@@6B@ 100a3f08 libvcruntime:undname.obj + 0002:0001af1c ??_R3charNode@@8 100a3f1c libvcruntime:undname.obj + 0002:0001af2c ??_R2charNode@@8 100a3f2c libvcruntime:undname.obj + 0002:0001af38 ??_R1A@?0A@EA@charNode@@8 100a3f38 libvcruntime:undname.obj + 0002:0001af54 ??_R4pcharNode@@6B@ 100a3f54 libvcruntime:undname.obj + 0002:0001af68 ??_R3pcharNode@@8 100a3f68 libvcruntime:undname.obj + 0002:0001af78 ??_R2pcharNode@@8 100a3f78 libvcruntime:undname.obj + 0002:0001af84 ??_R1A@?0A@EA@pcharNode@@8 100a3f84 libvcruntime:undname.obj + 0002:0001afa0 ??_R4pDNameNode@@6B@ 100a3fa0 libvcruntime:undname.obj + 0002:0001afb4 ??_R3pDNameNode@@8 100a3fb4 libvcruntime:undname.obj + 0002:0001afc4 ??_R2pDNameNode@@8 100a3fc4 libvcruntime:undname.obj + 0002:0001afd0 ??_R1A@?0A@EA@pDNameNode@@8 100a3fd0 libvcruntime:undname.obj + 0002:0001afec ??_R4DNameStatusNode@@6B@ 100a3fec libvcruntime:undname.obj + 0002:0001b000 ??_R3DNameStatusNode@@8 100a4000 libvcruntime:undname.obj + 0002:0001b010 ??_R2DNameStatusNode@@8 100a4010 libvcruntime:undname.obj + 0002:0001b01c ??_R1A@?0A@EA@DNameStatusNode@@8 100a401c libvcruntime:undname.obj + 0002:0001b038 ??_R4pairNode@@6B@ 100a4038 libvcruntime:undname.obj + 0002:0001b04c ??_R3pairNode@@8 100a404c libvcruntime:undname.obj + 0002:0001b05c ??_R2pairNode@@8 100a405c libvcruntime:undname.obj + 0002:0001b068 ??_R1A@?0A@EA@pairNode@@8 100a4068 libvcruntime:undname.obj + 0002:0001b084 ??_R4bad_function_call@std@@6B@ 100a4084 libcpmt:xthrow.obj + 0002:0001b098 ??_R3bad_function_call@std@@8 100a4098 libcpmt:xthrow.obj + 0002:0001b0a8 ??_R2bad_function_call@std@@8 100a40a8 libcpmt:xthrow.obj + 0002:0001b0b4 ??_R1A@?0A@EA@bad_function_call@std@@8 100a40b4 libcpmt:xthrow.obj + 0002:0001b0d0 ??_R4logic_error@std@@6B@ 100a40d0 libcpmt:xthrow.obj + 0002:0001b0e4 ??_R3logic_error@std@@8 100a40e4 libcpmt:xthrow.obj + 0002:0001b0f4 ??_R2logic_error@std@@8 100a40f4 libcpmt:xthrow.obj + 0002:0001b100 ??_R1A@?0A@EA@logic_error@std@@8 100a4100 libcpmt:xthrow.obj + 0002:0001b11c ??_R4invalid_argument@std@@6B@ 100a411c libcpmt:xthrow.obj + 0002:0001b130 ??_R3invalid_argument@std@@8 100a4130 libcpmt:xthrow.obj + 0002:0001b140 ??_R2invalid_argument@std@@8 100a4140 libcpmt:xthrow.obj + 0002:0001b150 ??_R1A@?0A@EA@invalid_argument@std@@8 100a4150 libcpmt:xthrow.obj + 0002:0001b16c ??_R4length_error@std@@6B@ 100a416c libcpmt:xthrow.obj + 0002:0001b180 ??_R3length_error@std@@8 100a4180 libcpmt:xthrow.obj + 0002:0001b190 ??_R2length_error@std@@8 100a4190 libcpmt:xthrow.obj + 0002:0001b1a0 ??_R1A@?0A@EA@length_error@std@@8 100a41a0 libcpmt:xthrow.obj + 0002:0001b1bc ??_R4out_of_range@std@@6B@ 100a41bc libcpmt:xthrow.obj + 0002:0001b1d0 ??_R3out_of_range@std@@8 100a41d0 libcpmt:xthrow.obj + 0002:0001b1e0 ??_R2out_of_range@std@@8 100a41e0 libcpmt:xthrow.obj + 0002:0001b1f0 ??_R1A@?0A@EA@out_of_range@std@@8 100a41f0 libcpmt:xthrow.obj + 0002:0001b20c ??_R4_Locimp@locale@std@@6B@ 100a420c libcpmt:locale0.obj + 0002:0001b220 ??_R3_Locimp@locale@std@@8 100a4220 libcpmt:locale0.obj + 0002:0001b230 ??_R2_Locimp@locale@std@@8 100a4230 libcpmt:locale0.obj + 0002:0001b244 ??_R1A@?0A@EA@_Locimp@locale@std@@8 100a4244 libcpmt:locale0.obj + 0002:0001b260 ??_R4type_info@@6B@ 100a4260 LIBCMT:std_type_info_static.obj + 0002:0001b274 ??_R3type_info@@8 100a4274 LIBCMT:std_type_info_static.obj + 0002:0001b284 ??_R2type_info@@8 100a4284 LIBCMT:std_type_info_static.obj + 0002:0001b28c ??_R1A@?0A@EA@type_info@@8 100a428c LIBCMT:std_type_info_static.obj + 0002:0001b2a8 ___safe_se_handler_table 100a42a8 + 0002:0001b660 ___volatile_metadata 100a4660 + 0002:0001bb10 ___rtc_iaa 100a4b10 LIBCMT:initsect.obj + 0002:0001bb14 ___rtc_izz 100a4b14 LIBCMT:initsect.obj + 0002:0001bb18 ___rtc_taa 100a4b18 LIBCMT:initsect.obj + 0002:0001bb1c ___rtc_tzz 100a4b1c LIBCMT:initsect.obj + 0002:0001bb20 __tls_start 100a4b20 LIBCMT:tlssup.obj + 0002:0001bb24 ?orig_user_ptr@?1??GetOriginalArbitraryUserPtrPtr@PatchDetourBase@hadesmem@@KAPAPAXXZ@4PAXA 100a4b24 main.cpp.obj + 0002:0001bb28 ?ret_address_ptr@?1??GetReturnAddressPtrPtr@PatchDetourBase@hadesmem@@KAPAPAXXZ@4PAXA 100a4b28 main.cpp.obj + 0002:0001bb2c __Init_thread_epoch 100a4b2c LIBCMT:thread_safe_statics.obj + 0002:0001bb30 __tls_end 100a4b30 LIBCMT:tlssup.obj + 0002:0001bdc0 __CT??_R0?AVexception@std@@@8??0exception@std@@QAE@ABV01@@Z12 100a4dc0 logging.cpp.obj + 0002:0001bddc __TI3?AVbad_array_new_length@std@@ 100a4ddc logging.cpp.obj + 0002:0001bdec __CTA3?AVbad_array_new_length@std@@ 100a4dec logging.cpp.obj + 0002:0001bdfc __CT??_R0?AVbad_array_new_length@std@@@8??0bad_array_new_length@std@@QAE@ABV01@@Z12 100a4dfc logging.cpp.obj + 0002:0001be18 __CT??_R0?AVbad_alloc@std@@@8??0bad_alloc@std@@QAE@ABV01@@Z12 100a4e18 logging.cpp.obj + 0002:0001be34 __CT??_R0?AVruntime_error@std@@@8??0runtime_error@std@@QAE@ABV01@@Z12 100a4e34 logging.cpp.obj + 0002:0001be50 __CT??_R0?AVsystem_error@std@@@8??0system_error@std@@QAE@ABV01@@Z20 100a4e50 logging.cpp.obj + 0002:0001be6c __CT??_R0?AV_System_error@std@@@8??0_System_error@std@@QAE@ABV01@@Z20 100a4e6c logging.cpp.obj + 0002:0001be88 __TI2?AVbad_cast@std@@ 100a4e88 logging.cpp.obj + 0002:0001be98 __CTA2?AVbad_cast@std@@ 100a4e98 logging.cpp.obj + 0002:0001bea4 __CT??_R0?AVbad_cast@std@@@8??0bad_cast@std@@QAE@ABV01@@Z12 100a4ea4 logging.cpp.obj + 0002:0001bec0 __TI5?AVfailure@ios_base@std@@ 100a4ec0 logging.cpp.obj + 0002:0001bed0 __CTA5?AVfailure@ios_base@std@@ 100a4ed0 logging.cpp.obj + 0002:0001bee8 __CT??_R0?AVfailure@ios_base@std@@@8??0failure@ios_base@std@@QAE@ABV012@@Z20 100a4ee8 logging.cpp.obj + 0002:000205ac __CT??_R0?AVclone_base@exception_detail@boost@@@8??0clone_base@exception_detail@boost@@QAE@ABV012@@Z4 100a95ac main.cpp.obj + 0002:000205c8 __TI6?AU?$wrapexcept@VError@hadesmem@@@boost@@ 100a95c8 main.cpp.obj + 0002:000205d8 __CTA6?AU?$wrapexcept@VError@hadesmem@@@boost@@ 100a95d8 main.cpp.obj + 0002:000205f4 __CT??_R0?AU?$wrapexcept@VError@hadesmem@@@boost@@@8??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z44 100a95f4 main.cpp.obj + 0002:00020610 __CT??_R0?AVError@hadesmem@@@8??0Error@hadesmem@@QAE@ABV01@@Z404 100a9610 main.cpp.obj + 0002:0002062c __CT??_R0?AVexception@std@@@8??0exception@std@@QAE@ABV01@@Z12044 100a962c main.cpp.obj + 0002:00020648 __CT??_R0?AVexception@boost@@@8??0exception@boost@@QAE@ABV01@@Z24048 100a9648 main.cpp.obj + 0002:00020664 __CT??_R0?AUtype@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@@818 100a9664 main.cpp.obj + 0002:00020680 __TI6?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@ 100a9680 main.cpp.obj + 0002:00020690 __CTA6?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@ 100a9690 main.cpp.obj + 0002:000206ac __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 100a96ac main.cpp.obj + 0002:000206c8 __CT??_R0?AUbad_exception_@exception_detail@boost@@@8??0bad_exception_@exception_detail@boost@@QAE@ABU012@@Z36 100a96c8 main.cpp.obj + 0002:000206e4 __CT??_R0?AVexception@boost@@@8??0exception@boost@@QAE@ABV01@@Z24 100a96e4 main.cpp.obj + 0002:00020700 __CT??_R0?AVbad_exception@std@@@8??0bad_exception@std@@QAE@ABV01@@Z1224 100a9700 main.cpp.obj + 0002:0002071c __CT??_R0?AVexception@std@@@8??0exception@std@@QAE@ABV01@@Z1224 100a971c main.cpp.obj + 0002:00020738 __CT??_R0?AVclone_base@exception_detail@boost@@@8??0clone_base@exception_detail@boost@@QAE@ABV012@@Z40364 100a9738 main.cpp.obj + 0002:00020754 __TI6?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@ 100a9754 main.cpp.obj + 0002:00020764 __CTA6?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@ 100a9764 main.cpp.obj + 0002:00020780 __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 100a9780 main.cpp.obj + 0002:0002079c __CT??_R0?AUbad_alloc_@exception_detail@boost@@@8??0bad_alloc_@exception_detail@boost@@QAE@ABU012@@Z36 100a979c main.cpp.obj + 0002:000207b8 __CT??_R0?AVbad_alloc@std@@@8??0bad_alloc@std@@QAE@ABV01@@Z1224 100a97b8 main.cpp.obj + 0002:0002127c __TI3?AV__non_rtti_object@std@@ 100aa27c libvcruntime:rtti.obj + 0002:0002128c __CTA3?AV__non_rtti_object@std@@ 100aa28c libvcruntime:rtti.obj + 0002:0002129c __CT??_R0?AV__non_rtti_object@std@@@8??0__non_rtti_object@std@@QAE@ABV01@@Z12 100aa29c libvcruntime:rtti.obj + 0002:000212b8 __CT??_R0?AVbad_typeid@std@@@8??0bad_typeid@std@@QAE@ABV01@@Z12 100aa2b8 libvcruntime:rtti.obj + 0002:000212d4 __TI2?AVbad_typeid@std@@ 100aa2d4 libvcruntime:rtti.obj + 0002:000212e4 __CTA2?AVbad_typeid@std@@ 100aa2e4 libvcruntime:rtti.obj + 0002:000213d4 __TI2?AVbad_exception@std@@ 100aa3d4 libvcruntime:frame.obj + 0002:000213e4 __CTA2?AVbad_exception@std@@ 100aa3e4 libvcruntime:frame.obj + 0002:000213f0 __CT??_R0?AVbad_exception@std@@@8??0bad_exception@std@@QAE@ABV01@@Z12 100aa3f0 libvcruntime:frame.obj + 0002:00021a28 __TI2?AVbad_alloc@std@@ 100aaa28 libcpmt:xthrow.obj + 0002:00021a38 __CTA2?AVbad_alloc@std@@ 100aaa38 libcpmt:xthrow.obj + 0002:00021a44 __TI3?AVinvalid_argument@std@@ 100aaa44 libcpmt:xthrow.obj + 0002:00021a54 __CTA3?AVinvalid_argument@std@@ 100aaa54 libcpmt:xthrow.obj + 0002:00021a64 __CT??_R0?AVinvalid_argument@std@@@8??0invalid_argument@std@@QAE@ABV01@@Z12 100aaa64 libcpmt:xthrow.obj + 0002:00021a80 __CT??_R0?AVlogic_error@std@@@8??0logic_error@std@@QAE@ABV01@@Z12 100aaa80 libcpmt:xthrow.obj + 0002:00021a9c __TI3?AVlength_error@std@@ 100aaa9c libcpmt:xthrow.obj + 0002:00021aac __CTA3?AVlength_error@std@@ 100aaaac libcpmt:xthrow.obj + 0002:00021abc __CT??_R0?AVlength_error@std@@@8??0length_error@std@@QAE@ABV01@@Z12 100aaabc libcpmt:xthrow.obj + 0002:00021ad8 __TI3?AVout_of_range@std@@ 100aaad8 libcpmt:xthrow.obj + 0002:00021ae8 __CTA3?AVout_of_range@std@@ 100aaae8 libcpmt:xthrow.obj + 0002:00021af8 __CT??_R0?AVout_of_range@std@@@8??0out_of_range@std@@QAE@ABV01@@Z12 100aaaf8 libcpmt:xthrow.obj + 0002:00021b14 __TI2?AVruntime_error@std@@ 100aab14 libcpmt:xthrow.obj + 0002:00021b24 __CTA2?AVruntime_error@std@@ 100aab24 libcpmt:xthrow.obj + 0002:00021b30 __TI2?AVbad_function_call@std@@ 100aab30 libcpmt:xthrow.obj + 0002:00021b40 __CTA2?AVbad_function_call@std@@ 100aab40 libcpmt:xthrow.obj + 0002:00021b4c __CT??_R0?AVbad_function_call@std@@@8??0bad_function_call@std@@QAE@ABV01@@Z12 100aab4c libcpmt:xthrow.obj + 0002:00021ce4 __IMPORT_DESCRIPTOR_KERNEL32 100aace4 kernel32:KERNEL32.dll + 0002:00021cf8 __IMPORT_DESCRIPTOR_USER32 100aacf8 user32:USER32.dll + 0002:00021d0c __NULL_IMPORT_DESCRIPTOR 100aad0c kernel32:KERNEL32.dll + 0003:00000000 ?debugLogFile@Nampower@@3V?$basic_ofstream@DU?$char_traits@D@std@@@std@@A 100ac000 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 100ac0b0 logging.cpp.obj + 0003:000000b8 ?gNextCastId@Nampower@@3_KA 100ac0b8 main.cpp.obj + 0003:000000c0 ?gUserSettings@Nampower@@3UUserSettings@@A 100ac0c0 main.cpp.obj + 0003:00000100 ?lua_error@Nampower@@3P6AXPAIPBD@ZA 100ac100 helper.cpp.obj + 0003:00000104 ?lua_gettop@Nampower@@3P6IHPAI@ZA 100ac104 helper.cpp.obj + 0003:00000108 ?lua_settop@Nampower@@3P6IXPAIH@ZA 100ac108 helper.cpp.obj + 0003:0000010c ?lua_type@Nampower@@3P6IHPAIH@ZA 100ac10c helper.cpp.obj + 0003:00000110 ?lua_isstring@Nampower@@3P6I_NPAIH@ZA 100ac110 helper.cpp.obj + 0003:00000114 ?lua_isnumber@Nampower@@3P6I_NPAIH@ZA 100ac114 helper.cpp.obj + 0003:00000118 ?lua_tostring@Nampower@@3P6IPADPAIH@ZA 100ac118 helper.cpp.obj + 0003:0000011c ?lua_tonumber@Nampower@@3P6INPAIH@ZA 100ac11c helper.cpp.obj + 0003:00000120 ?lua_pushnumber@Nampower@@3P6IXPAIN@ZA 100ac120 helper.cpp.obj + 0003:00000124 ?lua_pushstring@Nampower@@3P6IXPAIPAD@ZA 100ac124 helper.cpp.obj + 0003:00000128 ?lua_pushnil@Nampower@@3P6IXPAI@ZA 100ac128 helper.cpp.obj + 0003:0000012c ?lua_newtable@Nampower@@3P6IXPAI@ZA 100ac12c helper.cpp.obj + 0003:00000130 ?lua_settable@Nampower@@3P6IXPAIH@ZA 100ac130 helper.cpp.obj + 0003:00000134 ?luaL_ref@Nampower@@3P6IHPAIH@ZA 100ac134 helper.cpp.obj + 0003:00000138 ?lua_touserdata@Nampower@@3P6IPAXPAIH@ZA 100ac138 helper.cpp.obj + 0003:0000013c ?lua_rawgeti@Nampower@@3P6IXPAIHH@ZA 100ac13c helper.cpp.obj + 0003:00000140 ?luaL_unref@Nampower@@3P6IXPAIHH@ZA 100ac140 helper.cpp.obj + 0003:00000224 ?gScriptPriority@Nampower@@3HA 100ac224 misc_scripts.cpp.obj + 0003:00000570 __NLG_Destination 100ac570 libvcruntime:exsup.obj + 0003:00000580 __iob 100ac580 libucrt:_file.obj + 0003:00000630 ___abort_behavior 100ac630 libucrt:abort.obj + 0003:00000640 ___acrt_lconv_c 100ac640 libucrt:localeconv.obj + 0003:00000690 ___acrt_lconv 100ac690 libucrt:localeconv.obj + 0003:00000694 ___acrt_lconv_static_decimal 100ac694 libucrt:localeconv.obj + 0003:00000698 ___acrt_lconv_static_W_decimal 100ac698 libucrt:localeconv.obj + 0003:000006a8 ___acrt_initial_locale_data 100ac6a8 libucrt:nlsdata.obj + 0003:00000760 ___acrt_initial_locale_pointers 100ac760 libucrt:nlsdata.obj + 0003:00000768 ___acrt_wide_c_locale_string 100ac768 libucrt:nlsdata.obj + 0003:0000076c ___mb_cur_max 100ac76c libucrt:nlsdata.obj + 0003:00000770 ___badioinfo 100ac770 libucrt:ioinit.obj + 0003:000007a8 __lookuptrailbytes 100ac7a8 libucrt:read.obj + 0003:000008ac __pctype 100ac8ac libucrt:ctype.obj + 0003:000008b0 __pwctype 100ac8b0 libucrt:ctype.obj + 0003:00000a60 ___acrt_initial_multibyte_data 100aca60 libucrt:mbctype.obj + 0003:00000f80 ___globallocalestatus 100acf80 libucrt:glstatus.obj + 0003:00000fa4 ?_Sync@ios_base@std@@0_NA 100acfa4 libcpmt:ios.obj + 0003:00000ffc ___scrt_native_dllmain_reason 100acffc LIBCMT:utility.obj + 0003:00001000 ___security_cookie 100ad000 LIBCMT:gs_cookie.obj + 0003:00001040 ___security_cookie_complement 100ad040 LIBCMT:gs_cookie.obj + 0003:00001050 __Init_global_epoch 100ad050 LIBCMT:thread_safe_statics.obj + 0003:00001060 __fltused 100ad060 LIBCMT:fltused.obj + 0003:00001070 ___isa_inverted 100ad070 LIBCMT:cpu_disp.obj + 0003:00001078 ___isa_enabled 100ad078 LIBCMT:cpu_disp.obj + 0003:00001080 _ud_lookup_table_list 100ad080 udis86:itab.obj + 0003:00002578 _ud_itab 100ae578 udis86:itab.obj + 0003:000138a0 ??_R0?AVexception@std@@@8 100bf8a0 logging.cpp.obj + 0003:000138bc ??_R0?AVbad_array_new_length@std@@@8 100bf8bc logging.cpp.obj + 0003:000138e4 ??_R0?AVbad_alloc@std@@@8 100bf8e4 logging.cpp.obj + 0003:00013900 ??_R0?AVruntime_error@std@@@8 100bf900 logging.cpp.obj + 0003:00013920 ??_R0?AVsystem_error@std@@@8 100bf920 logging.cpp.obj + 0003:00013940 ??_R0?AV_System_error@std@@@8 100bf940 logging.cpp.obj + 0003:00013960 ??_R0?AVbad_cast@std@@@8 100bf960 logging.cpp.obj + 0003:0001397c ??_R0?AVfailure@ios_base@std@@@8 100bf97c logging.cpp.obj + 0003:000139a0 ??_R0?AVexception@boost@@@8 100bf9a0 main.cpp.obj + 0003:000139c0 ??_R0?AVclone_base@exception_detail@boost@@@8 100bf9c0 main.cpp.obj + 0003:000139f0 ??_R0?AVbad_exception@std@@@8 100bf9f0 main.cpp.obj + 0003:00013a10 ??_R0?AVError@hadesmem@@@8 100bfa10 main.cpp.obj + 0003:00013a30 ??_R0?AU?$wrapexcept@VError@hadesmem@@@boost@@@8 100bfa30 main.cpp.obj + 0003:00013a68 ??_R0?AUtype@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@@8 100bfa68 main.cpp.obj + 0003:00013ac8 ??_R0P6IXPAVPatchDetourBase@hadesmem@@@Z@8 100bfac8 main.cpp.obj + 0003:00013af8 ??_R0P6IHPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bfaf8 main.cpp.obj + 0003:00013b28 ??_R0P6GXPAVPatchDetourBase@hadesmem@@@Z@8 100bfb28 main.cpp.obj + 0003:00013b58 ??_R0P6IXPAVPatchDetourBase@hadesmem@@HI@Z@8 100bfb58 main.cpp.obj + 0003:00013b88 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAX1I@Z@8 100bfb88 main.cpp.obj + 0003:00013bbc ??_R0P6IXPAVPatchDetourBase@hadesmem@@IH_K@Z@8 100bfbbc main.cpp.obj + 0003:00013bf0 ??_R0P6I_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@8 100bfbf0 main.cpp.obj + 0003:00013c38 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@8 100bfc38 main.cpp.obj + 0003:00013c80 ??_R0P6IXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@8 100bfc80 main.cpp.obj + 0003:00013cc8 ??_R0P6IXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@8 100bfcc8 main.cpp.obj + 0003:00013d14 ??_R0P6IPAHPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bfd14 main.cpp.obj + 0003:00013d48 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@8 100bfd48 main.cpp.obj + 0003:00013d94 ??_R0P6IIPAVPatchDetourBase@hadesmem@@PAI@Z@8 100bfd94 main.cpp.obj + 0003:00013dc4 ??_R0P6IHPAVPatchDetourBase@hadesmem@@_K@Z@8 100bfdc4 main.cpp.obj + 0003:00013df8 ??_R0P6IIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@8 100bfdf8 main.cpp.obj + 0003:00013e44 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAXHH@Z@8 100bfe44 main.cpp.obj + 0003:00013e78 ??_R0P6I_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@8 100bfe78 main.cpp.obj + 0003:00013eb0 ??_R0P6GHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@8 100bfeb0 main.cpp.obj + 0003:00013ef8 ??_R0P6IHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@8 100bfef8 main.cpp.obj + 0003:00013f40 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@8 100bff40 main.cpp.obj + 0003:00013f8c ??_R0P6IXPAVPatchDetourBase@hadesmem@@IHH@Z@8 100bff8c main.cpp.obj + 0003:00013fbc ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@8 100bffbc main.cpp.obj + 0003:00013ff4 ??_R0P6IXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@8 100bfff4 main.cpp.obj + 0003:0001402c ??_R0P6IXPAVPatchDetourBase@hadesmem@@_K@Z@8 100c002c main.cpp.obj + 0003:0001405c ??_R0P6IXPAVPatchDetourBase@hadesmem@@EH@Z@8 100c005c main.cpp.obj + 0003:0001408c ??_R0P6IXPAVPatchDetourBase@hadesmem@@I@Z@8 100c008c main.cpp.obj + 0003:000140bc ??_R0P6IIPAVPatchDetourBase@hadesmem@@HPAI1@Z@8 100c00bc main.cpp.obj + 0003:000140f0 ??_R0?AV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@8 100c00f0 main.cpp.obj + 0003:00014138 ??_R0?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@8 100c0138 main.cpp.obj + 0003:00014194 ??_R0?AUbad_exception_@exception_detail@boost@@@8 100c0194 main.cpp.obj + 0003:000141c8 ??_R0?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@8 100c01c8 main.cpp.obj + 0003:00014220 ??_R0?AUbad_alloc_@exception_detail@boost@@@8 100c0220 main.cpp.obj + 0003:00014250 ??_R0?AV?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@@8 100c0250 main.cpp.obj + 0003:000142cc ??_R0P6AXPAVPatchDetourBase@hadesmem@@@Z@8 100c02cc main.cpp.obj + 0003:000142fc ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@8 100c02fc main.cpp.obj + 0003:00014330 ??_R0P6AXPAVPatchDetourBase@hadesmem@@HI@Z@8 100c0330 main.cpp.obj + 0003:00014360 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@8 100c0360 main.cpp.obj + 0003:000143ac ??_R0P6AXPAVPatchDetourBase@hadesmem@@EH@Z@8 100c03ac main.cpp.obj + 0003:000143dc ??_R0P6AXPAVPatchDetourBase@hadesmem@@_K@Z@8 100c03dc main.cpp.obj + 0003:0001440c ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@8 100c040c main.cpp.obj + 0003:00014444 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@8 100c0444 main.cpp.obj + 0003:0001447c ??_R0P6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@8 100c047c main.cpp.obj + 0003:000144b0 ??_R0P6AXPAVPatchDetourBase@hadesmem@@I@Z@8 100c04b0 main.cpp.obj + 0003:000144e0 ??_R0P6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@8 100c04e0 main.cpp.obj + 0003:00014514 ??_R0P6AHPAVPatchDetourBase@hadesmem@@_K@Z@8 100c0514 main.cpp.obj + 0003:00014544 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@8 100c0544 main.cpp.obj + 0003:00014578 ??_R0P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@8 100c0578 main.cpp.obj + 0003:000145c4 ??_R0P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@8 100c05c4 main.cpp.obj + 0003:000145f8 ??_R0P6AIPAVPatchDetourBase@hadesmem@@PAI@Z@8 100c05f8 main.cpp.obj + 0003:00014628 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@Z@8 100c0628 main.cpp.obj + 0003:00014678 ??_R0P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z@8 100c0678 main.cpp.obj + 0003:000146c8 ??_R0P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@8 100c06c8 main.cpp.obj + 0003:00014710 ??_R0P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@8 100c0710 main.cpp.obj + 0003:00014758 ??_R0P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@8 100c0758 main.cpp.obj + 0003:000147a0 ??_R0P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z@8 100c07a0 main.cpp.obj + 0003:000147e8 ??_R0P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@8 100c07e8 main.cpp.obj + 0003:00014830 ??_R0P6AXPAVPatchDetourBase@hadesmem@@IHH@Z@8 100c0830 main.cpp.obj + 0003:00014860 ??_R0P6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@8 100c0860 main.cpp.obj + 0003:00014894 ??_R0P6AHPAVPatchDetourBase@hadesmem@@PAI@Z@8 100c0894 main.cpp.obj + 0003:000148c4 ??_R0PAUTagErrorString@hadesmem@@@8 100c08c4 main.cpp.obj + 0003:000148ec ??_R0PAUTagErrorCodeWinLast@hadesmem@@@8 100c08ec main.cpp.obj + 0003:00014918 ??_R0?AV__non_rtti_object@std@@@8 100c0918 libvcruntime:rtti.obj + 0003:0001493c ??_R0?AVbad_typeid@std@@@8 100c093c libvcruntime:rtti.obj + 0003:0001495c ??_R0?AVinvalid_argument@std@@@8 100c095c libcpmt:xthrow.obj + 0003:00014980 ??_R0?AVlogic_error@std@@@8 100c0980 libcpmt:xthrow.obj + 0003:000149a0 ??_R0?AVlength_error@std@@@8 100c09a0 libcpmt:xthrow.obj + 0003:000149c0 ??_R0?AVout_of_range@std@@@8 100c09c0 libcpmt:xthrow.obj + 0003:000149e0 ??_R0?AVbad_function_call@std@@@8 100c09e0 libcpmt:xthrow.obj + 0003:00014a08 ??_R0?AVios_base@std@@@8 100c0a08 logging.cpp.obj + 0003:00014a24 ??_R0?AV?$_Iosb@H@std@@@8 100c0a24 logging.cpp.obj + 0003:00014a40 ??_R0?AV?$basic_ios@DU?$char_traits@D@std@@@std@@@8 100c0a40 logging.cpp.obj + 0003:00014a78 ??_R0?AV?$basic_streambuf@DU?$char_traits@D@std@@@std@@@8 100c0a78 logging.cpp.obj + 0003:00014ab4 ??_R0?AV?$basic_ostream@DU?$char_traits@D@std@@@std@@@8 100c0ab4 logging.cpp.obj + 0003:00014af0 ??_R0?AV?$basic_filebuf@DU?$char_traits@D@std@@@std@@@8 100c0af0 logging.cpp.obj + 0003:00014b2c ??_R0?AV?$basic_ofstream@DU?$char_traits@D@std@@@std@@@8 100c0b2c logging.cpp.obj + 0003:00014b68 ??_R0?AVerror_category@std@@@8 100c0b68 logging.cpp.obj + 0003:00014b8c ??_R0?AV_Iostream_error_category2@std@@@8 100c0b8c logging.cpp.obj + 0003:00014bb8 ??_R0?AV_Facet_base@std@@@8 100c0bb8 logging.cpp.obj + 0003:00014bd8 ??_R0?AVfacet@locale@std@@@8 100c0bd8 logging.cpp.obj + 0003:00014bf8 ??_R0?AU_Crt_new_delete@std@@@8 100c0bf8 logging.cpp.obj + 0003:00014c1c ??_R0?AVcodecvt_base@std@@@8 100c0c1c logging.cpp.obj + 0003:00014c3c ??_R0?AUctype_base@std@@@8 100c0c3c logging.cpp.obj + 0003:00014c5c ??_R0?AV?$ctype@D@std@@@8 100c0c5c logging.cpp.obj + 0003:00014c78 ??_R0?AV?$codecvt@DDU_Mbstatet@@@std@@@8 100c0c78 logging.cpp.obj + 0003:00014ca4 ??_R0?AV?$basic_istream@DU?$char_traits@D@std@@@std@@@8 100c0ca4 main.cpp.obj + 0003:00014ce0 ??_R0?AV?$basic_iostream@DU?$char_traits@D@std@@@std@@@8 100c0ce0 main.cpp.obj + 0003:00014d20 ??_R0?AV?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@8 100c0d20 main.cpp.obj + 0003:00014d70 ??_R0?AV?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@8 100c0d70 main.cpp.obj + 0003:00014dc8 ??_R0?AV?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@8 100c0dc8 main.cpp.obj + 0003:00014e18 ??_R0?AV_Ref_count_base@std@@@8 100c0e18 main.cpp.obj + 0003:00014e3c ??_R0?AVerror_info_base@exception_detail@boost@@@8 100c0e3c main.cpp.obj + 0003:00014e74 ??_R0?AUerror_info_container@exception_detail@boost@@@8 100c0e74 main.cpp.obj + 0003:00014eb0 ??_R0?AVsp_counted_base@detail@boost@@@8 100c0eb0 main.cpp.obj + 0003:00014edc ??_R0?AVerror_info_container_impl@exception_detail@boost@@@8 100c0edc main.cpp.obj + 0003:00014f20 ??_R0?AV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@8 100c0f20 main.cpp.obj + 0003:00014f74 ??_R0?AVPatchDetourBase@hadesmem@@@8 100c0f74 main.cpp.obj + 0003:00014f9c ??_R0?AVCDataStore@Nampower@@@8 100c0f9c main.cpp.obj + 0003:00014fc0 ??_R0?AV?$PatchDetour@P6IXXZPAX@hadesmem@@@8 100c0fc0 main.cpp.obj + 0003:00014ff0 ??_R0?AV?$PatchDetour@P6GXXZPAX@hadesmem@@@8 100c0ff0 main.cpp.obj + 0003:00015020 ??_R0?AV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@8 100c1020 main.cpp.obj + 0003:00015054 ??_R0?AV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@8 100c1054 main.cpp.obj + 0003:00015088 ??_R0?AV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@8 100c1088 main.cpp.obj + 0003:000150bc ??_R0?AV?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@8 100c10bc main.cpp.obj + 0003:000150f0 ??_R0?AV?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@@8 100c10f0 main.cpp.obj + 0003:00015138 ??_R0?AV?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@8 100c1138 main.cpp.obj + 0003:00015180 ??_R0?AV?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@8 100c1180 main.cpp.obj + 0003:000151d0 ??_R0?AV?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@8 100c11d0 main.cpp.obj + 0003:0001521c ??_R0?AV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@8 100c121c main.cpp.obj + 0003:00015250 ??_R0?AV?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@8 100c1250 main.cpp.obj + 0003:000152a0 ??_R0?AV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@8 100c12a0 main.cpp.obj + 0003:000152d4 ??_R0?AV?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@8 100c12d4 main.cpp.obj + 0003:00015308 ??_R0?AV?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@8 100c1308 main.cpp.obj + 0003:00015354 ??_R0?AV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@8 100c1354 main.cpp.obj + 0003:00015388 ??_R0?AV?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@8 100c1388 main.cpp.obj + 0003:000153c0 ??_R0?AV?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@8 100c13c0 main.cpp.obj + 0003:00015410 ??_R0?AV?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@8 100c1410 main.cpp.obj + 0003:00015460 ??_R0?AV?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@8 100c1460 main.cpp.obj + 0003:000154ac ??_R0?AV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@8 100c14ac main.cpp.obj + 0003:000154e0 ??_R0?AV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@8 100c14e0 main.cpp.obj + 0003:00015518 ??_R0?AV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@8 100c1518 main.cpp.obj + 0003:00015550 ??_R0?AV?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@8 100c1550 main.cpp.obj + 0003:00015584 ??_R0?AV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@8 100c1584 main.cpp.obj + 0003:000155b8 ??_R0?AV?$PatchDetour@P6IXI@ZPAX@hadesmem@@@8 100c15b8 main.cpp.obj + 0003:000155e8 ??_R0?AV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@8 100c15e8 main.cpp.obj + 0003:00015620 ??_R0?AV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@@8 100c1620 main.cpp.obj + 0003:00015664 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@@8 100c1664 main.cpp.obj + 0003:000156a4 ??_R0?AV?$numpunct@D@std@@@8 100c16a4 main.cpp.obj + 0003:000156c8 ??_R0?AV?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@@8 100c16c8 main.cpp.obj + 0003:00015710 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@@8 100c1710 main.cpp.obj + 0003:00015750 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@std@@@8 100c1750 main.cpp.obj + 0003:00015790 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@@8 100c1790 main.cpp.obj + 0003:000157d0 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@std@@@8 100c17d0 main.cpp.obj + 0003:00015818 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@@8 100c1818 main.cpp.obj + 0003:00015860 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@@8 100c1860 main.cpp.obj + 0003:000158a8 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@@8 100c18a8 main.cpp.obj + 0003:00015908 ??_R0?AV?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@@8 100c1908 main.cpp.obj + 0003:00015968 ??_R0?AV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@@8 100c1968 main.cpp.obj + 0003:000159c8 ??_R0?AV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@@8 100c19c8 main.cpp.obj + 0003:00015a10 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@@8 100c1a10 main.cpp.obj + 0003:00015a58 ??_R0?AV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@@8 100c1a58 main.cpp.obj + 0003:00015ab8 ??_R0?AV?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@@8 100c1ab8 main.cpp.obj + 0003:00015af8 ??_R0?AV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@@8 100c1af8 main.cpp.obj + 0003:00015b40 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@@8 100c1b40 main.cpp.obj + 0003:00015ba0 ??_R0?AV?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@@8 100c1ba0 main.cpp.obj + 0003:00015be8 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@@8 100c1be8 main.cpp.obj + 0003:00015c48 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@@8 100c1c48 main.cpp.obj + 0003:00015ca8 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@@8 100c1ca8 main.cpp.obj + 0003:00015d00 ??_R0?AV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@@8 100c1d00 main.cpp.obj + 0003:00015d58 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@@8 100c1d58 main.cpp.obj + 0003:00015da0 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@@8 100c1da0 main.cpp.obj + 0003:00015de8 ??_R0?AV?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@@8 100c1de8 main.cpp.obj + 0003:00015e28 ??_R0?AV?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@8 100c1e28 main.cpp.obj + 0003:00015e80 ??_R0?AV?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@@8 100c1e80 main.cpp.obj + 0003:00015ee8 ??_R0?AV?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@@8 100c1ee8 main.cpp.obj + 0003:00015f48 ??_R0?AV?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@@8 100c1f48 main.cpp.obj + 0003:00015fa8 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@@8 100c1fa8 main.cpp.obj + 0003:00016000 ??_R0?AV?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@@8 100c2000 main.cpp.obj + 0003:00016060 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@@8 100c2060 main.cpp.obj + 0003:000160c0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@@8 100c20c0 main.cpp.obj + 0003:00016120 ??_R0?AV?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@@8 100c2120 main.cpp.obj + 0003:000161a0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@@8 100c21a0 main.cpp.obj + 0003:00016210 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@@8 100c2210 main.cpp.obj + 0003:00016288 ??_R0?AV?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@@8 100c2288 main.cpp.obj + 0003:00016300 ??_R0?AV?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@@8 100c2300 main.cpp.obj + 0003:00016378 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@@8 100c2378 main.cpp.obj + 0003:000163f8 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@@8 100c23f8 main.cpp.obj + 0003:00016478 ??_R0?AV?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@@8 100c2478 main.cpp.obj + 0003:000164d8 ??_R0?AV?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@@8 100c24d8 main.cpp.obj + 0003:00016540 ??_R0?AV?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@@8 100c2540 main.cpp.obj + 0003:000165b8 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@@8 100c25b8 main.cpp.obj + 0003:00016618 ??_R0?AV?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@@8 100c2618 main.cpp.obj + 0003:00016670 ??_R0?AV?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@@8 100c2670 main.cpp.obj + 0003:000166d0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@@8 100c26d0 main.cpp.obj + 0003:00016728 ??_R0?AV?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@@8 100c2728 main.cpp.obj + 0003:00016788 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@@8 100c2788 main.cpp.obj + 0003:000167f0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@@8 100c27f0 main.cpp.obj + 0003:00016858 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@@8 100c2858 main.cpp.obj + 0003:000168b0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@@8 100c28b0 main.cpp.obj + 0003:00016908 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@@8 100c2908 main.cpp.obj + 0003:00016988 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@@8 100c2988 main.cpp.obj + 0003:000169e0 ??_R0?AV?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@@8 100c29e0 main.cpp.obj + 0003:00016a40 ??_R0?AV?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@@8 100c2a40 main.cpp.obj + 0003:00016ac0 ??_R0?AV?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@@8 100c2ac0 main.cpp.obj + 0003:00016b40 ??_R0?AV?$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 100c2b40 main.cpp.obj + 0003:00016be0 ??_R0?AV?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@@8 100c2be0 main.cpp.obj + 0003:00016c48 ??_R0?AVDNameNode@@@8 100c2c48 libvcruntime:undname.obj + 0003:00016c60 ??_R0?AVcharNode@@@8 100c2c60 libvcruntime:undname.obj + 0003:00016c78 ??_R0?AVpcharNode@@@8 100c2c78 libvcruntime:undname.obj + 0003:00016c90 ??_R0?AVpDNameNode@@@8 100c2c90 libvcruntime:undname.obj + 0003:00016cac ??_R0?AVDNameStatusNode@@@8 100c2cac libvcruntime:undname.obj + 0003:00016ccc ??_R0?AVpairNode@@@8 100c2ccc libvcruntime:undname.obj + 0003:00016ce4 ??_R0?AV_Locimp@locale@std@@@8 100c2ce4 libcpmt:locale0.obj + 0003:00016d08 ??_R0?AVtype_info@@@8 100c2d08 LIBCMT:std_type_info_static.obj + 0003:00016d20 ?gStartTime@Nampower@@3IA 100c2d20 logging.cpp.obj + 0003:00016d24 ?id@?$codecvt@DDU_Mbstatet@@@std@@2V0locale@2@A 100c2d24 logging.cpp.obj + 0003:00016d28 ?_Stinit@?1??_Init@?$basic_filebuf@DU?$char_traits@D@std@@@std@@IAEXPAU_iobuf@@W4_Initfl@23@@Z@4U_Mbstatet@@A 100c2d28 logging.cpp.obj + 0003:00016d30 ?_Psave@?$_Facetptr@V?$ctype@D@std@@@std@@2PBVfacet@locale@2@B 100c2d30 logging.cpp.obj + 0003:00016d34 ?_Psave@?$_Facetptr@V?$codecvt@DDU_Mbstatet@@@std@@@std@@2PBVfacet@locale@2@B 100c2d34 logging.cpp.obj + 0003:00016d38 ?gLastErrorTimeMs@Nampower@@3IA 100c2d38 main.cpp.obj + 0003:00016d3c ?gLastBufferIncreaseTimeMs@Nampower@@3IA 100c2d3c main.cpp.obj + 0003:00016d40 ?gLastBufferDecreaseTimeMs@Nampower@@3IA 100c2d40 main.cpp.obj + 0003:00016d44 ?gBufferTimeMs@Nampower@@3IA 100c2d44 main.cpp.obj + 0003:00016d48 ?gDisenchantItemId@Nampower@@3IA 100c2d48 main.cpp.obj + 0003:00016d4c ?gDisenchantQuality@Nampower@@3IA 100c2d4c main.cpp.obj + 0003:00016d50 ?gDisenchantIncludeSoulbound@Nampower@@3_NA 100c2d50 main.cpp.obj + 0003:00016d51 ?gForceQueueCast@Nampower@@3_NA 100c2d51 main.cpp.obj + 0003:00016d52 ?gNoQueueCast@Nampower@@3_NA 100c2d52 main.cpp.obj + 0003:00016d53 ?gQueuesProcessed@Nampower@@3_NA 100c2d53 main.cpp.obj + 0003:00016d54 ?gNextDisenchantTimeMs@Nampower@@3IA 100c2d54 main.cpp.obj + 0003:00016d58 ?gRunningAverageLatencyMs@Nampower@@3IA 100c2d58 main.cpp.obj + 0003:00016d5c ?gLastServerSpellDelayMs@Nampower@@3IA 100c2d5c main.cpp.obj + 0003:00016d60 ?castSpellDetour@Nampower@@3PAVPatchDetourBase@hadesmem@@A 100c2d60 main.cpp.obj + 0003:00016d64 ?gLastCastData@Nampower@@3ULastCastData@@A 100c2d64 main.cpp.obj + 0003:00016d80 ?gCastData@Nampower@@3UCastData@@A 100c2d80 main.cpp.obj + 0003:00016dd8 ?gLastNormalCastParams@Nampower@@3UCastSpellParams@@A 100c2dd8 main.cpp.obj + 0003:00016e10 ?gLastOnSwingCastParams@Nampower@@3UCastSpellParams@@A 100c2e10 main.cpp.obj + 0003:00016e48 ?loadFlag@Nampower@@3Uonce_flag@std@@A 100c2e48 main.cpp.obj + 0003:00016e4c ?initHooksFlag@Nampower@@3Uonce_flag@std@@A 100c2e4c main.cpp.obj + 0003:00016e50 ?lastCastUsedServerDelay@Nampower@@3_NA 100c2e50 main.cpp.obj + 0003:00016e54 ?gNonGcdCastQueue@Nampower@@3VCastQueue@1@A 100c2e54 main.cpp.obj + 0003:00016e70 ?gCastHistory@Nampower@@3VCastQueue@1@A 100c2e70 main.cpp.obj + 0003:00016e8c ?gSysMsgInitDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXXZPAX@hadesmem@@@std@@@std@@A 100c2e8c main.cpp.obj + 0003:00016e90 ?gLoadScriptFunctionsDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GXXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GXXZPAX@hadesmem@@@std@@@std@@A 100c2e90 main.cpp.obj + 0003:00016e94 ?gCreateEventsDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXHI@ZPAX@hadesmem@@@std@@@std@@A 100c2e94 main.cpp.obj + 0003:00016e98 ?gSetEventCountDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@@std@@@std@@A 100c2e98 main.cpp.obj + 0003:00016e9c ?gSetCVarDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@@std@@@std@@A 100c2e9c main.cpp.obj + 0003:00016ea0 ?gCGSpellBook_CastSpellDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@@std@@@std@@A 100c2ea0 main.cpp.obj + 0003:00016ea4 ?gCastDetour@Nampower@@3V?$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@@A 100c2ea4 main.cpp.obj + 0003:00016ea8 ?gSendCastDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@@std@@@std@@A 100c2ea8 main.cpp.obj + 0003:00016eac ?gCancelSpellDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@@std@@@std@@A 100c2eac main.cpp.obj + 0003:00016eb0 ?gSignalEventDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXW4Events@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXW4Events@game@@@ZPAX@hadesmem@@@std@@@std@@A 100c2eb0 main.cpp.obj + 0003:00016eb4 ?gSpellFailedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@@std@@@std@@A 100c2eb4 main.cpp.obj + 0003:00016eb8 ?gSpell_C_GetSpellModifiersDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPBUSpellRec@game@@PAHW4SpellModOp@2@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPBUSpellRec@game@@PAHW4SpellModOp@2@@ZPAX@hadesmem@@@std@@@std@@A 100c2eb8 main.cpp.obj + 0003:00016ebc ?gSpell_C_GetSpellRadiusDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IMXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IMXZPAX@hadesmem@@@std@@@std@@A 100c2ebc main.cpp.obj + 0003:00016ec0 ?gCastbarPatch@Nampower@@3V?$unique_ptr@VPatchRaw@hadesmem@@U?$default_delete@VPatchRaw@hadesmem@@@std@@@std@@A 100c2ec0 main.cpp.obj + 0003:00016ec4 ?gIEndSceneDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@@std@@@std@@A 100c2ec4 main.cpp.obj + 0003:00016ec8 ?gSpell_C_GetAutoRepeatingSpellDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6AHXZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6AHXZPAX@hadesmem@@@std@@@std@@A 100c2ec8 main.cpp.obj + 0003:00016ecc ?gSpell_C_CooldownEventTriggeredDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXIPA_KHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIPA_KHH@ZPAX@hadesmem@@@std@@@std@@A 100c2ecc main.cpp.obj + 0003:00016ed0 ?gSpellGoDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c2ed0 main.cpp.obj + 0003:00016ed4 ?gSpellTargetUnitDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@A 100c2ed4 main.cpp.obj + 0003:00016ed8 ?gSpellStopCastingDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@A 100c2ed8 main.cpp.obj + 0003:00016edc ?gOnSpriteRightClickDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IH_K@ZPAX@hadesmem@@@std@@@std@@A 100c2edc main.cpp.obj + 0003:00016ee0 ?gSpell_C_HandleSpriteClickDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6I_NPAUCSpriteClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAUCSpriteClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@A 100c2ee0 main.cpp.obj + 0003:00016ee4 ?gSpell_C_HandleTerrainClickDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@@std@@@std@@A 100c2ee4 main.cpp.obj + 0003:00016ee8 ?gCGWorldFrame_OnLayerTrackTerrainDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@@std@@@std@@A 100c2ee8 main.cpp.obj + 0003:00016eec ?gSpell_C_TargetSpellDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@@std@@@std@@A 100c2eec main.cpp.obj + 0003:00016ef0 ?gSpellCooldownDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c2ef0 main.cpp.obj + 0003:00016ef4 ?gSpellDelayedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c2ef4 main.cpp.obj + 0003:00016ef8 ?gCastResultHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c2ef8 main.cpp.obj + 0003:00016efc ?gSpellFailedOtherHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c2efc main.cpp.obj + 0003:00016f00 ?gSpellChannelStartHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c2f00 main.cpp.obj + 0003:00016f04 ?gSpellChannelUpdateHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c2f04 main.cpp.obj + 0003:00016f08 ?gPlaySpellVisualHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c2f08 main.cpp.obj + 0003:00016f0c ?gSpellHealingLogHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c2f0c main.cpp.obj + 0003:00016f10 ?gSpellEnergizeLogHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c2f10 main.cpp.obj + 0003:00016f14 ?gProcResistHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c2f14 main.cpp.obj + 0003:00016f18 ?gSpellLogMissHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c2f18 main.cpp.obj + 0003:00016f1c ?gSpellOrDamageImmuneHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c2f1c main.cpp.obj + 0003:00016f20 ?gSpellStartHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c2f20 main.cpp.obj + 0003:00016f24 ?gPeriodicAuraLogHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c2f24 main.cpp.obj + 0003:00016f28 ?gSpellNonMeleeDmgLogHandlerDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c2f28 main.cpp.obj + 0003:00016f2c ?gCGPlayer_C_OnAttackIconPressedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IHPAIPAX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IHPAIPAX_K@ZPAX@hadesmem@@@std@@@std@@A 100c2f2c main.cpp.obj + 0003:00016f30 ?gAttackRoundInfo_ReadPacketDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@@std@@@std@@A 100c2f30 main.cpp.obj + 0003:00016f34 ?gCGActionBar_UseActionDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@@std@@@std@@A 100c2f34 main.cpp.obj + 0003:00016f38 ?gCGUnit_C_OnAuraRemovedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@A 100c2f38 main.cpp.obj + 0003:00016f3c ?gCGUnit_C_OnAuraAddedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@@std@@@std@@A 100c2f3c main.cpp.obj + 0003:00016f40 ?gCGUnit_C_OnAuraStacksChangedDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@@std@@@std@@A 100c2f40 main.cpp.obj + 0003:00016f44 ?gUnitCombatLogUnitDeadDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IX_K@ZPAX@hadesmem@@@std@@@std@@A 100c2f44 main.cpp.obj + 0003:00016f48 ?gCGBuffBar_UpdateDurationDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXEH@ZPAX@hadesmem@@@std@@@std@@A 100c2f48 main.cpp.obj + 0003:00016f4c ?gInvalidFunctionPtrCheckDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXI@ZPAX@hadesmem@@@std@@@std@@A 100c2f4c main.cpp.obj + 0003:00016f50 ?gGetSpellSlotFromLuaDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@@std@@@std@@A 100c2f50 main.cpp.obj + 0003:00016f54 ?gCSimpleFrame_GetNameDetour@Nampower@@3V?$unique_ptr@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@@std@@@std@@A 100c2f54 main.cpp.obj + 0003:00016f58 ?ep@?1???$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@2@XZ@4V32@A 100c2f58 main.cpp.obj + 0003:00016f60 ?ep@?1???$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@2@XZ@4V32@A 100c2f60 main.cpp.obj + 0003:00016f68 ?e@?$exception_ptr_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B 100c2f68 main.cpp.obj + 0003:00016f70 ?e@?$exception_ptr_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B 100c2f70 main.cpp.obj + 0003:00016f78 ?id@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100c2f78 main.cpp.obj + 0003:00016f7c ?id@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100c2f7c main.cpp.obj + 0003:00016f80 ?id@?$numpunct@D@std@@2V0locale@2@A 100c2f80 main.cpp.obj + 0003:00016f84 ?id@?$numpunct@_W@std@@2V0locale@2@A 100c2f84 main.cpp.obj + 0003:00016f88 ?id@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100c2f88 main.cpp.obj + 0003:00016f8c ?_Psave@?$_Facetptr@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@2PBVfacet@locale@2@B 100c2f8c main.cpp.obj + 0003:00016f90 ?_Psave@?$_Facetptr@V?$numpunct@D@std@@@std@@2PBVfacet@locale@2@B 100c2f90 main.cpp.obj + 0003:00016f94 ?$TSS0@?1???$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@2@XZ@4HA 100c2f94 main.cpp.obj + 0003:00016f98 ?$TSS0@?1???$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@2@XZ@4HA 100c2f98 main.cpp.obj + 0003:00016f9c ?_Psave@?$_Facetptr@V?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@2PBVfacet@locale@2@B 100c2f9c main.cpp.obj + 0003:00016fa0 ?id@?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100c2fa0 main.cpp.obj + 0003:00016fa4 ?id@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100c2fa4 main.cpp.obj + 0003:00016ff0 ?lastCastResultTimeMs@Nampower@@3IA 100c2ff0 spellevents.cpp.obj + 0003:00017318 ?gScriptQueued@Nampower@@3_NA 100c3318 misc_scripts.cpp.obj + 0003:0001731c ?queuedScript@Nampower@@3PADA 100c331c misc_scripts.cpp.obj + 0003:00018168 ?equippedTrinketDataCache@Nampower@@3V?$array@UCachedTrinketData@Nampower@@$0BD@@std@@A 100c4168 items.cpp.obj + 0003:000181b8 ?bagTrinketDataCache@Nampower@@3V?$array@V?$array@UCachedTrinketData@Nampower@@$0EA@@std@@$0N@@std@@A 100c41b8 items.cpp.obj + 0003:00018eb8 ?bagItemDataCache@Nampower@@3V?$array@V?$array@UCachedItemData@Nampower@@$0EA@@std@@$0N@@std@@A 100c4eb8 items.cpp.obj + 0003:000210b8 ?equippedItemDataCache@Nampower@@3V?$array@UCachedItemData@Nampower@@$0BD@@std@@A 100cd0b8 items.cpp.obj + 0003:00021414 ?itemStatsArrayFieldMap@Nampower@@3V?$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@@A 100cd414 dbc_fields.cpp.obj + 0003:00021434 ?itemStatsFieldMap@Nampower@@3V?$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@@A 100cd434 dbc_fields.cpp.obj + 0003:00021454 ?spellRecFieldMap@Nampower@@3V?$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@@A 100cd454 dbc_fields.cpp.obj + 0003:00021474 ?spellRecArrayFieldMap@Nampower@@3V?$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@@A 100cd474 dbc_fields.cpp.obj + 0003:00021498 ?unitFieldsArrayFieldMap@Nampower@@3V?$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@@A 100cd498 unit_fields.cpp.obj + 0003:000214b8 ?unitFieldsFieldMap@Nampower@@3V?$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@@A 100cd4b8 unit_fields.cpp.obj + 0003:000214e0 ?gAuraExpirationTime@Nampower@@3PAIA 100cd4e0 auras.cpp.obj + 0003:000215ac ?__WinRTOutOfMemoryExceptionCallback@@3P6GPAXXZA 100cd5ac libvcruntime:ehhelpers.obj + 0003:000215b0 ___pPurecall 100cd5b0 libvcruntime:purevirt_data.obj + 0003:000215dc ?pArgList@UnDecorator@@0PAVReplicator@@A 100cd5dc libvcruntime:undname.obj + 0003:000215e0 ?pZNameList@UnDecorator@@0PAVReplicator@@A 100cd5e0 libvcruntime:undname.obj + 0003:000215e4 ?pTemplateArgList@UnDecorator@@0PAVReplicator@@A 100cd5e4 libvcruntime:undname.obj + 0003:000215e8 ?gName@UnDecorator@@0PBDB 100cd5e8 libvcruntime:undname.obj + 0003:000215ec ?name@UnDecorator@@0PBDB 100cd5ec libvcruntime:undname.obj + 0003:000215f0 ?disableFlags@UnDecorator@@0KA 100cd5f0 libvcruntime:undname.obj + 0003:000215f4 ?fExplicitTemplateParams@UnDecorator@@0_NA 100cd5f4 libvcruntime:undname.obj + 0003:000215f5 ?fGetTemplateArgumentList@UnDecorator@@0_NA 100cd5f5 libvcruntime:undname.obj + 0003:000215f8 ?m_pGetParameter@UnDecorator@@0P6APADJ@ZA 100cd5f8 libvcruntime:undname.obj + 0003:000215fc ?m_CHPENameOffset@UnDecorator@@0KA 100cd5fc libvcruntime:undname.obj + 0003:00021600 ?m_recursionLevel@UnDecorator@@0KA 100cd600 libvcruntime:undname.obj + 0003:00021658 __nstream 100cd658 libucrt:_file.obj + 0003:0002165c ___piob 100cd65c libucrt:_file.obj + 0003:00021660 __cflush 100cd660 libucrt:_file.obj + 0003:00021664 ___acrt_lconv_static_null 100cd664 libucrt:localeconv.obj + 0003:00021668 ___acrt_lconv_static_W_null 100cd668 libucrt:localeconv.obj + 0003:0002166c ___acrt_locale_changed_data 100cd66c libucrt:wsetlocale.obj + 0003:00021670 ___acrt_current_locale_data 100cd670 libucrt:nlsdata.obj + 0003:00021760 ___pioinfo 100cd760 libucrt:ioinit.obj + 0003:00021960 __nhandle 100cd960 libucrt:ioinit.obj + 0003:00021abc ___acrt_stdout_buffer 100cdabc libucrt:_sftbuf.obj + 0003:00021ac0 ___acrt_stderr_buffer 100cdac0 libucrt:_sftbuf.obj + 0003:00021aec ?_timezone@@3V?$dual_state_global@J@__crt_state_management@@A 100cdaec libucrt:timeset.obj + 0003:00021af0 ?_daylight@@3V?$dual_state_global@H@__crt_state_management@@A 100cdaf0 libucrt:timeset.obj + 0003:00021af4 ?_dstbias@@3V?$dual_state_global@J@__crt_state_management@@A 100cdaf4 libucrt:timeset.obj + 0003:00021bc0 __mbctype 100cdbc0 libucrt:mbctype.obj + 0003:00021bc4 __mbcasemap 100cdbc4 libucrt:mbctype.obj + 0003:00021bc8 ___acrt_current_multibyte_data 100cdbc8 libucrt:mbctype.obj + 0003:00021bdc ___acrt_heap 100cdbdc libucrt:heap_handle.obj + 0003:00021be4 ___acrt_atexit_table 100cdbe4 libucrt:onexit.obj + 0003:00021bf0 ___acrt_at_quick_exit_table 100cdbf0 libucrt:onexit.obj + 0003:00021c08 __environ_table 100cdc08 libucrt:environment_initialization.obj + 0003:00021c0c __wenviron_table 100cdc0c libucrt:environment_initialization.obj + 0003:00021c10 ___dcrt_initial_wide_environment 100cdc10 libucrt:environment_initialization.obj + 0003:00021c14 ___dcrt_initial_narrow_environment 100cdc14 libucrt:environment_initialization.obj + 0003:00021c18 ___fastflag 100cdc18 libucrt:fp_flags.obj + 0003:00021ce8 ?_Id_cnt@id@locale@std@@0HA 100cdce8 libcpmt:locale0.obj + 0003:00021cec ?_Clocptr@_Locimp@locale@std@@0PAV123@A 100cdcec libcpmt:locale0.obj + 0003:00021cf0 ?id@?$ctype@G@std@@2V0locale@2@A 100cdcf0 libcpmt:locale0.obj + 0003:00021cf4 ?id@?$codecvt@_WDU_Mbstatet@@@std@@2V0locale@2@A 100cdcf4 libcpmt:locale0.obj + 0003:00021cf8 ?id@?$codecvt@GDU_Mbstatet@@@std@@2V0locale@2@A 100cdcf8 libcpmt:locale0.obj + 0003:00021cfc ?id@?$ctype@_W@std@@2V0locale@2@A 100cdcfc libcpmt:locale0.obj + 0003:00021d00 ?id@?$ctype@D@std@@2V0locale@2@A 100cdd00 libcpmt:locale0.obj + 0003:00021d1c ?_Index@ios_base@std@@0HA 100cdd1c libcpmt:ios.obj + 0003:00021d60 ?_Ptr_cin@std@@3PAV?$basic_istream@DU?$char_traits@D@std@@@1@A 100cdd60 libcpmt:iosptrs.obj + 0003:00021d64 ?_Ptr_cout@std@@3PAV?$basic_ostream@DU?$char_traits@D@std@@@1@A 100cdd64 libcpmt:iosptrs.obj + 0003:00021d68 ?_Ptr_cerr@std@@3PAV?$basic_ostream@DU?$char_traits@D@std@@@1@A 100cdd68 libcpmt:iosptrs.obj + 0003:00021d6c ?_Ptr_clog@std@@3PAV?$basic_ostream@DU?$char_traits@D@std@@@1@A 100cdd6c libcpmt:iosptrs.obj + 0003:00021d70 ?_Ptr_wcin@std@@3PAV?$basic_istream@_WU?$char_traits@_W@std@@@1@A 100cdd70 libcpmt:iosptrs.obj + 0003:00021d74 ?_Ptr_wcout@std@@3PAV?$basic_ostream@_WU?$char_traits@_W@std@@@1@A 100cdd74 libcpmt:iosptrs.obj + 0003:00021d78 ?_Ptr_wcerr@std@@3PAV?$basic_ostream@_WU?$char_traits@_W@std@@@1@A 100cdd78 libcpmt:iosptrs.obj + 0003:00021d7c ?_Ptr_wclog@std@@3PAV?$basic_ostream@_WU?$char_traits@_W@std@@@1@A 100cdd7c libcpmt:iosptrs.obj + 0003:00021db8 ?id@?$time_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100cddb8 libcpmt:wlocale.obj + 0003:00021dbc ?id@?$collate@_W@std@@2V0locale@2@A 100cddbc libcpmt:wlocale.obj + 0003:00021dc0 ?id@?$messages@_W@std@@2V0locale@2@A 100cddc0 libcpmt:wlocale.obj + 0003:00021dc4 ?id@?$money_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100cddc4 libcpmt:wlocale.obj + 0003:00021dc8 ?id@?$money_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100cddc8 libcpmt:wlocale.obj + 0003:00021dcc ?id@?$moneypunct@_W$0A@@std@@2V0locale@2@A 100cddcc libcpmt:wlocale.obj + 0003:00021dd0 ?id@?$moneypunct@_W$00@std@@2V0locale@2@A 100cddd0 libcpmt:wlocale.obj + 0003:00021dd4 ?id@?$time_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@2V0locale@2@A 100cddd4 libcpmt:wlocale.obj + 0003:00021dd8 ?id@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100cddd8 libcpmt:wlocale.obj + 0003:00021ddc ?id@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100cdddc libcpmt:wlocale.obj + 0003:00021de0 ?id@?$numpunct@G@std@@2V0locale@2@A 100cdde0 libcpmt:wlocale.obj + 0003:00021de4 ?id@?$collate@G@std@@2V0locale@2@A 100cdde4 libcpmt:wlocale.obj + 0003:00021de8 ?id@?$messages@G@std@@2V0locale@2@A 100cdde8 libcpmt:wlocale.obj + 0003:00021dec ?id@?$money_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100cddec libcpmt:wlocale.obj + 0003:00021df0 ?id@?$money_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100cddf0 libcpmt:wlocale.obj + 0003:00021df4 ?id@?$moneypunct@G$0A@@std@@2V0locale@2@A 100cddf4 libcpmt:wlocale.obj + 0003:00021df8 ?id@?$moneypunct@G$00@std@@2V0locale@2@A 100cddf8 libcpmt:wlocale.obj + 0003:00021dfc ?id@?$time_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100cddfc libcpmt:wlocale.obj + 0003:00021e00 ?id@?$time_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@2V0locale@2@A 100cde00 libcpmt:wlocale.obj + 0003:00021e04 ?id@?$collate@D@std@@2V0locale@2@A 100cde04 libcpmt:xlocale.obj + 0003:00021e08 ?id@?$messages@D@std@@2V0locale@2@A 100cde08 libcpmt:xlocale.obj + 0003:00021e0c ?id@?$money_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100cde0c libcpmt:xlocale.obj + 0003:00021e10 ?id@?$money_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100cde10 libcpmt:xlocale.obj + 0003:00021e14 ?id@?$moneypunct@D$0A@@std@@2V0locale@2@A 100cde14 libcpmt:xlocale.obj + 0003:00021e18 ?id@?$moneypunct@D$00@std@@2V0locale@2@A 100cde18 libcpmt:xlocale.obj + 0003:00021e1c ?id@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@2V0locale@2@A 100cde1c libcpmt:xlocale.obj + 0003:00021e20 ___scrt_current_native_startup_state 100cde20 LIBCMT:utility.obj + 0003:00021e24 ___scrt_native_startup_lock 100cde24 LIBCMT:utility.obj + 0003:00021e50 ?__type_info_root_node@@3U__type_info_node@@A 100cde50 LIBCMT:tncleanup.obj + 0003:00021e58 __tls_index 100cde58 LIBCMT:tlssup.obj + 0003:00021e60 ___avx10_version 100cde60 LIBCMT:cpu_disp.obj + 0003:00021e64 ___isa_available 100cde64 LIBCMT:cpu_disp.obj + 0003:00021e68 ___favor 100cde68 LIBCMT:cpu_disp.obj + 0003:00021e6c ___scrt_debugger_hook_flag 100cde6c LIBCMT:utility_desktop.obj + 0003:00022190 ?_OptionsStorage@?1??__local_stdio_scanf_options@@9@4_KA 100ce190 LIBCMT:default_local_stdio_options.obj + 0003:000222a0 __pgmptr 100ce2a0 libucrt:argv_data.obj + 0003:000222a4 ___argc 100ce2a4 libucrt:argv_data.obj + 0003:000222a8 ___argv 100ce2a8 libucrt:argv_data.obj + 0003:000222ac ___wargv 100ce2ac libucrt:argv_data.obj + 0003:000222b0 __acmdln 100ce2b0 libucrt:argv_data.obj + 0003:000222b4 __wcmdln 100ce2b4 libucrt:argv_data.obj + 0003:000222b8 __commode 100ce2b8 libucrt:ncommode.obj + 0003:000222c4 __umaskval 100ce2c4 libucrt:umask.obj + 0003:000222c8 __fmode 100ce2c8 libucrt:txtmode.obj + 0003:000222cc ___use_sse2_mathfcns 100ce2cc + 0003:000222d0 __pmatherr 100ce2d0 + 0003:000222d4 ___dyn_tls_init_callback 100ce2d4 + 0003:000222d8 ___scrt_ucrt_dll_is_in_use 100ce2d8 + 0003:000222e0 ?_OptionsStorage@?1??__local_stdio_printf_options@@9@9 100ce2e0 - entry point at 0001:0007ba82 + entry point at 0001:0007bf92 Static symbols @@ -7409,5121 +7430,5125 @@ 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: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 - 0002:000001f8 ?_Fac_tidy_reg$initializer$@std@@3P6AXXZA 100881f8 libcpmt:locale0.obj - 0002:000001fc ?classic_locale$initializer$@std@@3P6AXXZA 100881fc libcpmt:locale0.obj - 0002:00000200 ?debugLogFile$initializer$@Nampower@@3P6AXXZA 10088200 logging.cpp.obj - 0002:00000204 ?gNonGcdCastQueue$initializer$@Nampower@@3P6AXXZA 10088204 main.cpp.obj - 0002:00000208 ?gCastHistory$initializer$@Nampower@@3P6AXXZA 10088208 main.cpp.obj - 0002:0000020c ?gSysMsgInitDetour$initializer$@Nampower@@3P6AXXZA 1008820c main.cpp.obj - 0002:00000210 ?gLoadScriptFunctionsDetour$initializer$@Nampower@@3P6AXXZA 10088210 main.cpp.obj - 0002:00000214 ?gCreateEventsDetour$initializer$@Nampower@@3P6AXXZA 10088214 main.cpp.obj - 0002:00000218 ?gSetEventCountDetour$initializer$@Nampower@@3P6AXXZA 10088218 main.cpp.obj - 0002:0000021c ?gSetCVarDetour$initializer$@Nampower@@3P6AXXZA 1008821c main.cpp.obj - 0002:00000220 ?gCGSpellBook_CastSpellDetour$initializer$@Nampower@@3P6AXXZA 10088220 main.cpp.obj - 0002:00000224 ?gCastDetour$initializer$@Nampower@@3P6AXXZA 10088224 main.cpp.obj - 0002:00000228 ?gSendCastDetour$initializer$@Nampower@@3P6AXXZA 10088228 main.cpp.obj - 0002:0000022c ?gCancelSpellDetour$initializer$@Nampower@@3P6AXXZA 1008822c main.cpp.obj - 0002:00000230 ?gSignalEventDetour$initializer$@Nampower@@3P6AXXZA 10088230 main.cpp.obj - 0002:00000234 ?gSpellFailedDetour$initializer$@Nampower@@3P6AXXZA 10088234 main.cpp.obj - 0002:00000238 ?gSpell_C_GetSpellModifiersDetour$initializer$@Nampower@@3P6AXXZA 10088238 main.cpp.obj - 0002:0000023c ?gSpell_C_GetSpellRadiusDetour$initializer$@Nampower@@3P6AXXZA 1008823c main.cpp.obj - 0002:00000240 ?gCastbarPatch$initializer$@Nampower@@3P6AXXZA 10088240 main.cpp.obj - 0002:00000244 ?gIEndSceneDetour$initializer$@Nampower@@3P6AXXZA 10088244 main.cpp.obj - 0002:00000248 ?gSpell_C_GetAutoRepeatingSpellDetour$initializer$@Nampower@@3P6AXXZA 10088248 main.cpp.obj - 0002:0000024c ?gSpell_C_CooldownEventTriggeredDetour$initializer$@Nampower@@3P6AXXZA 1008824c main.cpp.obj - 0002:00000250 ?gSpellGoDetour$initializer$@Nampower@@3P6AXXZA 10088250 main.cpp.obj - 0002:00000254 ?gSpellTargetUnitDetour$initializer$@Nampower@@3P6AXXZA 10088254 main.cpp.obj - 0002:00000258 ?gSpellStopCastingDetour$initializer$@Nampower@@3P6AXXZA 10088258 main.cpp.obj - 0002:0000025c ?gOnSpriteRightClickDetour$initializer$@Nampower@@3P6AXXZA 1008825c main.cpp.obj - 0002:00000260 ?gSpell_C_HandleSpriteClickDetour$initializer$@Nampower@@3P6AXXZA 10088260 main.cpp.obj - 0002:00000264 ?gSpell_C_HandleTerrainClickDetour$initializer$@Nampower@@3P6AXXZA 10088264 main.cpp.obj - 0002:00000268 ?gCGWorldFrame_OnLayerTrackTerrainDetour$initializer$@Nampower@@3P6AXXZA 10088268 main.cpp.obj - 0002:0000026c ?gSpell_C_TargetSpellDetour$initializer$@Nampower@@3P6AXXZA 1008826c main.cpp.obj - 0002:00000270 ?gSpellCooldownDetour$initializer$@Nampower@@3P6AXXZA 10088270 main.cpp.obj - 0002:00000274 ?gSpellDelayedDetour$initializer$@Nampower@@3P6AXXZA 10088274 main.cpp.obj - 0002:00000278 ?gCastResultHandlerDetour$initializer$@Nampower@@3P6AXXZA 10088278 main.cpp.obj - 0002:0000027c ?gSpellFailedOtherHandlerDetour$initializer$@Nampower@@3P6AXXZA 1008827c main.cpp.obj - 0002:00000280 ?gSpellChannelStartHandlerDetour$initializer$@Nampower@@3P6AXXZA 10088280 main.cpp.obj - 0002:00000284 ?gSpellChannelUpdateHandlerDetour$initializer$@Nampower@@3P6AXXZA 10088284 main.cpp.obj - 0002:00000288 ?gPlaySpellVisualHandlerDetour$initializer$@Nampower@@3P6AXXZA 10088288 main.cpp.obj - 0002:0000028c ?gSpellHealingLogHandlerDetour$initializer$@Nampower@@3P6AXXZA 1008828c main.cpp.obj - 0002:00000290 ?gSpellEnergizeLogHandlerDetour$initializer$@Nampower@@3P6AXXZA 10088290 main.cpp.obj - 0002:00000294 ?gProcResistHandlerDetour$initializer$@Nampower@@3P6AXXZA 10088294 main.cpp.obj - 0002:00000298 ?gSpellLogMissHandlerDetour$initializer$@Nampower@@3P6AXXZA 10088298 main.cpp.obj - 0002:0000029c ?gSpellOrDamageImmuneHandlerDetour$initializer$@Nampower@@3P6AXXZA 1008829c main.cpp.obj - 0002:000002a0 ?gSpellStartHandlerDetour$initializer$@Nampower@@3P6AXXZA 100882a0 main.cpp.obj - 0002:000002a4 ?gPeriodicAuraLogHandlerDetour$initializer$@Nampower@@3P6AXXZA 100882a4 main.cpp.obj - 0002:000002a8 ?gSpellNonMeleeDmgLogHandlerDetour$initializer$@Nampower@@3P6AXXZA 100882a8 main.cpp.obj - 0002:000002ac ?gCGPlayer_C_OnAttackIconPressedDetour$initializer$@Nampower@@3P6AXXZA 100882ac main.cpp.obj - 0002:000002b0 ?gAttackRoundInfo_ReadPacketDetour$initializer$@Nampower@@3P6AXXZA 100882b0 main.cpp.obj - 0002:000002b4 ?gCGActionBar_UseActionDetour$initializer$@Nampower@@3P6AXXZA 100882b4 main.cpp.obj - 0002:000002b8 ?gCGUnit_C_OnAuraRemovedDetour$initializer$@Nampower@@3P6AXXZA 100882b8 main.cpp.obj - 0002:000002bc ?gCGUnit_C_OnAuraAddedDetour$initializer$@Nampower@@3P6AXXZA 100882bc main.cpp.obj - 0002:000002c0 ?gCGUnit_C_OnAuraStacksChangedDetour$initializer$@Nampower@@3P6AXXZA 100882c0 main.cpp.obj - 0002:000002c4 ?gUnitCombatLogUnitDeadDetour$initializer$@Nampower@@3P6AXXZA 100882c4 main.cpp.obj - 0002:000002c8 ?gCGBuffBar_UpdateDurationDetour$initializer$@Nampower@@3P6AXXZA 100882c8 main.cpp.obj - 0002:000002cc ?gInvalidFunctionPtrCheckDetour$initializer$@Nampower@@3P6AXXZA 100882cc main.cpp.obj - 0002:000002d0 ?gGetSpellSlotFromLuaDetour$initializer$@Nampower@@3P6AXXZA 100882d0 main.cpp.obj - 0002:000002d4 ?gCSimpleFrame_GetNameDetour$initializer$@Nampower@@3P6AXXZA 100882d4 main.cpp.obj - 0002:000002d8 ??e$initializer$@?$exception_ptr_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@2P6AXXZA@@3P6AXXZA 100882d8 main.cpp.obj - 0002:000002dc ??e$initializer$@?$exception_ptr_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@2P6AXXZA@@3P6AXXZA 100882dc main.cpp.obj - 0002:000002e0 ?itemStatsArrayFieldRefs$initializer$@Nampower@@3P6AXXZA 100882e0 misc_scripts.cpp.obj - 0002:000002e4 ?unitFieldsArrayFieldRefs$initializer$@Nampower@@3P6AXXZA 100882e4 misc_scripts.cpp.obj - 0002:000002e8 ?itemStatsNestedArrayRefs$initializer$@Nampower@@3P6AXXZA 100882e8 misc_scripts.cpp.obj - 0002:000002ec ?unitFieldsNestedArrayRefs$initializer$@Nampower@@3P6AXXZA 100882ec misc_scripts.cpp.obj - 0002:000002f0 ?spellRecArrayFieldRefs$initializer$@Nampower@@3P6AXXZA 100882f0 spell_scripts.cpp.obj - 0002:000002f4 ?spellRecNestedArrayRefs$initializer$@Nampower@@3P6AXXZA 100882f4 spell_scripts.cpp.obj - 0002:000002f8 ?bagItemDataCache$initializer$@Nampower@@3P6AXXZA 100882f8 items.cpp.obj - 0002:000002fc ?equippedItemDataCache$initializer$@Nampower@@3P6AXXZA 100882fc items.cpp.obj - 0002:00000300 ?itemStatsCache$initializer$@Nampower@@3P6AXXZA 10088300 items.cpp.obj - 0002:00000304 ?itemNameToIdCache$initializer$@Nampower@@3P6AXXZA 10088304 items.cpp.obj - 0002:00000308 ?pendingItemIds$initializer$@Nampower@@3P6AXXZA 10088308 items.cpp.obj - 0002:0000030c ?itemStatsFieldMap$initializer$@Nampower@@3P6AXXZA 1008830c dbc_fields.cpp.obj - 0002:00000310 ?itemStatsArrayFieldMap$initializer$@Nampower@@3P6AXXZA 10088310 dbc_fields.cpp.obj - 0002:00000314 ?spellRecFieldMap$initializer$@Nampower@@3P6AXXZA 10088314 dbc_fields.cpp.obj - 0002:00000318 ?spellRecArrayFieldMap$initializer$@Nampower@@3P6AXXZA 10088318 dbc_fields.cpp.obj - 0002:0000031c ?unitFieldsFieldMap$initializer$@Nampower@@3P6AXXZA 1008831c unit_fields.cpp.obj - 0002:00000320 ?unitFieldsArrayFieldMap$initializer$@Nampower@@3P6AXXZA 10088320 unit_fields.cpp.obj - 0002:00000324 ?registeredTableRefs$initializer$@Nampower@@3P6AXXZA 10088324 lua_refs.cpp.obj - 0002:00000340 ?pinit@@3P6AHXZA 10088340 libcpmt:winapisupp.obj - 0002:00000380 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10088380 logging.cpp.obj - 0002:00000600 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10088600 cdatastore.cpp.obj - 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: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 - 0003:00000188 ?format@?1??TriggerSpellChannelStartEvent@Nampower@@YAXII@Z@4PADA 100ab188 spellchannel.cpp.obj - 0003:00000190 ?format@?1??TriggerSpellChannelUpdateEvent@Nampower@@YAXII@Z@4PADA 100ab190 spellchannel.cpp.obj - 0003:00000198 ?format@?1??TriggerSpellFailedSelfEvent@Nampower@@YAXIW4SpellCastResult@game@@_N@Z@4PADA 100ab198 spellevents.cpp.obj - 0003:000001a0 ?format@?1??TriggerSpellFailedOtherEvent@Nampower@@YAX_KI@Z@4PADA 100ab1a0 spellevents.cpp.obj - 0003:000001a8 ?format@?1??TriggerSpellHealEvent@Nampower@@YAX_K0IIEE@Z@4PADA 100ab1a8 spellevents.cpp.obj - 0003:000001b8 ?format@?1??TriggerSpellEnergizeEvent@Nampower@@YAX_K0IIIE@Z@4PADA 100ab1b8 spellevents.cpp.obj - 0003:000001c8 ?format@?1??TriggerSpellDelayedEvent@Nampower@@YAX_KI@Z@4PADA 100ab1c8 spellevents.cpp.obj - 0003:000001d0 ?format@?1??triggerAuraCastEventOnTarget@Nampower@@YAXPBUSpellRec@game@@HPAD1_K2II@Z@4PADA 100ab1d0 spellevents.cpp.obj - 0003:000001e4 ?format@?1??TriggerSpellStartEvent@Nampower@@YAXII_K0GI@Z@4PADA 100ab1e4 spellevents.cpp.obj - 0003:000001f4 ?format@?1??TriggerSpellGoEvent@Nampower@@YAXIIPB_K_KGEE@Z@4PADA 100ab1f4 spellevents.cpp.obj - 0003:00000204 ?format@?1??TriggerSpellMissEvent@Nampower@@YAX_K0II@Z@4PADA 100ab204 spellevents.cpp.obj - 0003:00000210 ?format@?1??TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z@4PADA 100ab210 spellevents.cpp.obj - 0003:00000228 ?castId@LuaFields@Nampower@@3PADA 100ab228 misc_scripts.cpp.obj - 0003:00000230 ?spellId@LuaFields@Nampower@@3PADA 100ab230 misc_scripts.cpp.obj - 0003:00000238 ?guid@LuaFields@Nampower@@3PADA 100ab238 misc_scripts.cpp.obj - 0003:00000240 ?castType@LuaFields@Nampower@@3PADA 100ab240 misc_scripts.cpp.obj - 0003:0000024c ?castStartS@LuaFields@Nampower@@3PADA 100ab24c misc_scripts.cpp.obj - 0003:00000258 ?castEndS@LuaFields@Nampower@@3PADA 100ab258 misc_scripts.cpp.obj - 0003:00000264 ?castRemainingMs@LuaFields@Nampower@@3PADA 100ab264 misc_scripts.cpp.obj - 0003:00000274 ?castDurationMs@LuaFields@Nampower@@3PADA 100ab274 misc_scripts.cpp.obj - 0003:00000284 ?gcdEndS@LuaFields@Nampower@@3PADA 100ab284 misc_scripts.cpp.obj - 0003:0000028c ?gcdRemainingMs@LuaFields@Nampower@@3PADA 100ab28c misc_scripts.cpp.obj - 0003:0000029c ?castInfoTableRef@Nampower@@3HA 100ab29c misc_scripts.cpp.obj - 0003:000002a0 ?itemStatsTableRef@Nampower@@3HA 100ab2a0 misc_scripts.cpp.obj - 0003:000002a4 ?unitDataTableRef@Nampower@@3HA 100ab2a4 misc_scripts.cpp.obj - 0003:000002a8 ?typeIdCounter@?1??CSimpleFrame_GetNameHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z@4PAIA 100ab2a8 misc_scripts.cpp.obj - 0003:000002ac ?nameplateTypeId@?1??CSimpleFrame_GetNameHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z@4PAIA 100ab2ac misc_scripts.cpp.obj - 0003:000002b0 ?spellRecTableRef@Nampower@@3HA 100ab2b0 spell_scripts.cpp.obj - 0003:000002b4 ?cooldownDetailTableRef@Nampower@@3HA 100ab2b4 cooldown_scripts.cpp.obj - 0003:000002b8 ?isOnCooldownKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab2b8 cooldown_scripts.cpp.obj - 0003:000002c8 ?cooldownRemainingMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab2c8 cooldown_scripts.cpp.obj - 0003:000002dc ?itemIdKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab2dc cooldown_scripts.cpp.obj - 0003:000002e4 ?itemHasActiveSpellKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab2e4 cooldown_scripts.cpp.obj - 0003:000002f8 ?itemActiveSpellIdKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab2f8 cooldown_scripts.cpp.obj - 0003:0000030c ?individualStartSKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab30c cooldown_scripts.cpp.obj - 0003:00000320 ?individualDurationMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab320 cooldown_scripts.cpp.obj - 0003:00000338 ?individualRemainingMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab338 cooldown_scripts.cpp.obj - 0003:00000350 ?isOnIndividualCooldownKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab350 cooldown_scripts.cpp.obj - 0003:00000368 ?categoryIdKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab368 cooldown_scripts.cpp.obj - 0003:00000374 ?categoryStartSKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab374 cooldown_scripts.cpp.obj - 0003:00000384 ?categoryDurationMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab384 cooldown_scripts.cpp.obj - 0003:00000398 ?categoryRemainingMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab398 cooldown_scripts.cpp.obj - 0003:000003ac ?isOnCategoryCooldownKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab3ac cooldown_scripts.cpp.obj - 0003:000003c4 ?gcdCategoryIdKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab3c4 cooldown_scripts.cpp.obj - 0003:000003d4 ?gcdCategoryStartSKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab3d4 cooldown_scripts.cpp.obj - 0003:000003e8 ?gcdCategoryDurationMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab3e8 cooldown_scripts.cpp.obj - 0003:00000400 ?gcdCategoryRemainingMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab400 cooldown_scripts.cpp.obj - 0003:00000418 ?isOnGcdCategoryCooldownKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ab418 cooldown_scripts.cpp.obj - 0003:00000430 ?basicItemInfoTableRef@Nampower@@3HA 100ab430 item_scripts.cpp.obj - 0003:00000434 ?itemInfoTableRef@Nampower@@3HA 100ab434 item_scripts.cpp.obj - 0003:00000438 ?equippedItemsTableRef@Nampower@@3HA 100ab438 item_scripts.cpp.obj - 0003:0000043c ?bagItemsTableRef@Nampower@@3HA 100ab43c item_scripts.cpp.obj - 0003:00000440 ?trinketsTableRef@Nampower@@3HA 100ab440 item_scripts.cpp.obj - 0003:00000444 ?itemIdKey@Nampower@@3PADA 100ab444 item_scripts.cpp.obj - 0003:0000044c ?permanentEnchantIdKey@Nampower@@3PADA 100ab44c item_scripts.cpp.obj - 0003:00000460 ?tempEnchantIdKey@Nampower@@3PADA 100ab460 item_scripts.cpp.obj - 0003:00000470 ?stackCountKey@Nampower@@3PADA 100ab470 item_scripts.cpp.obj - 0003:0000047c ?durationKey@Nampower@@3PADA 100ab47c item_scripts.cpp.obj - 0003:00000488 ?flagsKey@Nampower@@3PADA 100ab488 item_scripts.cpp.obj - 0003:00000490 ?durabilityKey@Nampower@@3PADA 100ab490 item_scripts.cpp.obj - 0003:0000049c ?maxDurabilityKey@Nampower@@3PADA 100ab49c item_scripts.cpp.obj - 0003:000004ac ?tempEnchantmentTimeLeftMsKey@Nampower@@3PADA 100ab4ac item_scripts.cpp.obj - 0003:000004c8 ?tempEnchantmentChargesKey@Nampower@@3PADA 100ab4c8 item_scripts.cpp.obj - 0003:000004e0 ?bagIndexKey@Nampower@@3PADA 100ab4e0 item_scripts.cpp.obj - 0003:000004ec ?slotIndexKey@Nampower@@3PADA 100ab4ec item_scripts.cpp.obj - 0003:000004f8 ?trinketNameKey@Nampower@@3PADA 100ab4f8 item_scripts.cpp.obj - 0003:00000504 ?textureKey@Nampower@@3PADA 100ab504 item_scripts.cpp.obj - 0003:0000050c ?itemLevelKey@Nampower@@3PADA 100ab50c item_scripts.cpp.obj - 0003:00000518 ?format@?1??TriggerAuraEvent@Nampower@@YAXPAIII_NI@Z@4PADA 100ab518 auras.cpp.obj - 0003:00000528 ?format@?4??CGBuffBar_UpdateDurationHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@EH@Z@4PADA 100ab528 auras.cpp.obj - 0003:00000534 ?format@?1??UnitCombatLogUnitDeadHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_K@Z@4PADA 100ab534 auras.cpp.obj - 0003:00000538 ?format@?1??TriggerAutoAttackEvent@Nampower@@YAX_K0IIIEIII@Z@4PADA 100ab538 autoattack.cpp.obj - 0003:00000550 ?__vcrt_flsindex@@3KA 100ab550 libvcruntime:per_thread_data.obj - 0003:00000560 ?prefix@?1??getDimension@UnDecorator@@CA?AVDName@@_N@Z@4UStringLiteral@@A 100ab560 libvcruntime:undname.obj - 0003:00000628 ?errno_no_memory@@3HA 100ab628 libucrt:errno.obj - 0003:0000062c ?doserrno_no_memory@@3KA 100ab62c libucrt:errno.obj - 0003:000006a0 ?__acrt_flsindex@@3KA 100ab6a0 libucrt:per_thread_data.obj - 0003:000006a4 __ctype_loc_style 100ab6a4 libucrt:wsetlocale.obj - 0003:000008a8 ?__DAZ_ENABLED@?1??__set_fpsr_sse2@@9@9 100ab8a8 libucrt:fpctrl.obj - 0003:000008b8 ?tzstd_program@@3PADA 100ab8b8 libucrt:timeset.obj - 0003:000008f8 ?tzdst_program@@3PADA 100ab8f8 libucrt:timeset.obj - 0003:00000938 ?w_tzstd_program@@3PA_WA 100ab938 libucrt:timeset.obj - 0003:000009b8 ?w_tzdst_program@@3PA_WA 100ab9b8 libucrt:timeset.obj - 0003:00000a38 ?tzname_states@@3PAY01PADA 100aba38 libucrt:timeset.obj - 0003:00000a40 ?w_tzname_states@@3PAY01PA_WA 100aba40 libucrt:timeset.obj - 0003:00000a48 ?dststart@@3Utransitiondate@?A0x7639d0b4@@A 100aba48 libucrt:tzset.obj - 0003:00000a54 ?dstend@@3Utransitiondate@?A0x7639d0b4@@A 100aba54 libucrt:tzset.obj - 0003:00000c80 __mbctypes 100abc80 libucrt:mbctype.obj - 0003:00000d88 __mbcasemaps 100abd88 libucrt:mbctype.obj - 0003:00000e88 ?__rgctypeflag@@3PADA 100abe88 libucrt:mbctype.obj - 0003:00000e90 ?__rgcode_page_info@@3PAUcode_page_info@@A 100abe90 libucrt:mbctype.obj - 0003:00000f90 ?__dcrt_lowio_console_output_handle@@3PAXA 100abf90 libucrt:initcon.obj - 0003:00000fa0 ?init@std@@3JA 100abfa0 libcpmt:xlock.obj - 0003:00000fa8 ?valid@?1???$_Xfiopen@D@?A0x6dc13635@@YAPAU_iobuf@@PBDHH@Z@4QBHB 100abfa8 libcpmt:fiopen.obj - 0003:00000ff8 ?atcount_cdecl@@3IA 100abff8 libcpmt:iosptrs.obj - 0003:00016fa8 ?spellSlotCache@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@4V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@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@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@@A 100c1fa8 helper.cpp.obj - 0003:00016fc8 ?$TSS0@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@4HA 100c1fc8 helper.cpp.obj - 0003:00016fcc ?spellIdToSlotCache@?1??ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z@4V?$unordered_map@_KIU?$hash@_K@std@@U?$equal_to@_K@2@V?$allocator@U?$pair@$$CB_KI@std@@@2@@std@@A 100c1fcc helper.cpp.obj - 0003:00016fec ?$TSS0@?1??ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z@4HA 100c1fec helper.cpp.obj - 0003:00016ff8 ?targetHitGuids@?1??SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@2@@Z@4PA_KA 100c1ff8 spellevents.cpp.obj - 0003:00017320 ?unitFieldsArrayFieldRefs@Nampower@@3V?$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@@A 100c2320 misc_scripts.cpp.obj - 0003:00017340 ?itemStatsNestedArrayRefs@Nampower@@3V?$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@@A 100c2340 misc_scripts.cpp.obj - 0003:00017360 ?unitFieldsNestedArrayRefs@Nampower@@3V?$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@@A 100c2360 misc_scripts.cpp.obj - 0003:00017380 ?itemStatsArrayFieldRefs@Nampower@@3V?$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@@A 100c2380 misc_scripts.cpp.obj - 0003:000173a0 ?spellRecArrayFieldRefs@Nampower@@3V?$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@@A 100c23a0 spell_scripts.cpp.obj - 0003:000173c0 ?spellRecNestedArrayRefs@Nampower@@3V?$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@@A 100c23c0 spell_scripts.cpp.obj - 0003:000173e0 ?lastTrinketCount@Nampower@@3IA 100c23e0 item_scripts.cpp.obj - 0003:000173e4 ?bagTableRefs@Nampower@@3V?$array@H$0N@@std@@A 100c23e4 item_scripts.cpp.obj - 0003:00017418 ?itemEntryTableRefs@Nampower@@3V?$array@V?$array@H$0EA@@std@@$0N@@std@@A 100c2418 item_scripts.cpp.obj - 0003:00018118 ?equippedItemTableRefs@Nampower@@3V?$array@H$0BD@@std@@A 100c3118 item_scripts.cpp.obj - 0003:000181b4 ?isExporting@Nampower@@3_NA 100c31b4 items.cpp.obj - 0003:000213b0 ?itemStatsCache@Nampower@@3V?$unordered_map@IPAUItemStats_C@game@@U?$hash@I@std@@U?$equal_to@I@4@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@@std@@A 100cc3b0 items.cpp.obj - 0003:000213d0 ?itemNameToIdCache@Nampower@@3V?$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@@A 100cc3d0 items.cpp.obj - 0003:000213f0 ?pendingItemIds@Nampower@@3V?$unordered_set@IU?$hash@I@std@@U?$equal_to@I@2@V?$allocator@I@2@@std@@A 100cc3f0 items.cpp.obj - 0003:00021410 ?currentExportItemId@Nampower@@3IA 100cc410 items.cpp.obj - 0003:00021494 ?fieldMapsInitialized@Nampower@@3_NA 100cc494 dbc_fields.cpp.obj - 0003:000214d8 ?unitFieldMapsInitialized@Nampower@@3_NA 100cc4d8 unit_fields.cpp.obj - 0003:000215a0 ?registeredTableRefs@Nampower@@3V?$vector@PAHV?$allocator@PAH@std@@@std@@A 100cc5a0 lua_refs.cpp.obj - 0003:000215b4 ?__vcrt_startup_thread_ptd@@3U__vcrt_ptd@@A 100cc5b4 libvcruntime:per_thread_data.obj - 0003:00021604 ?heap@@3V_HeapManager@@A 100cc604 libvcruntime:undname.obj - 0003:00021618 ?module_handles@@3PAPAUHINSTANCE__@@A 100cc618 libvcruntime:winapi_downlevel.obj - 0003:00021624 ?function_pointers@@3PAPAXA 100cc624 libvcruntime:winapi_downlevel.obj - 0003:00021638 ___vcrt_lock_table 100cc638 libvcruntime:locks.obj - 0003:00021650 ___vcrt_locks_initialized 100cc650 libvcruntime:locks.obj - 0003:00021654 ?__acrt_invalid_parameter_handler@@3V?$dual_state_global@P6AXPB_W00II@Z@__crt_state_management@@A 100cc654 libucrt:invalid_parameter.obj - 0003:00021678 ?module_handles@@3PAPAUHINSTANCE__@@A 100cc678 libucrt:winapi_thunks.obj - 0003:000216d0 ?encoded_function_pointers@@3PAPAXA 100cc6d0 libucrt:winapi_thunks.obj - 0003:0002175c ?static_enum_proc@?1??enum_system_locales_ex_nolock@@YAHQ6GHPA_WKJ@Z@Z@4P6GH0KJ@ZA 100cc75c libucrt:winapi_thunks.obj - 0003:00021968 ?__acrt_lock_table@@3PAU_RTL_CRITICAL_SECTION@@A 100cc968 libucrt:locks.obj - 0003:00021ab8 ?__acrt_locks_initialized@@3IA 100ccab8 libucrt:locks.obj - 0003:00021ac4 ?internal_state@?1??_mbtowc_internal@@9@4U_Mbstatet@@A 100ccac4 libucrt:mbtowc.obj - 0003:00021acc ?enable_percent_n@@3IA 100ccacc libucrt:printf_count_output.obj - 0003:00021ad0 ?c_termination_complete@@3JA 100ccad0 libucrt:exit.obj - 0003:00021ad4 ?thread_local_exit_callback_func@@3P6GXPAXK0@ZA 100ccad4 libucrt:exit.obj - 0003:00021ad8 ?c_exit_complete@?1???R@@QBE@XZ@4_NA 100ccad8 libucrt:exit.obj - 0003:00021adc ?ctrlc_action@@3V?$dual_state_global@P6AXH@Z@__crt_state_management@@A 100ccadc libucrt:signal.obj - 0003:00021ae0 ?ctrlbreak_action@@3V?$dual_state_global@P6AXH@Z@__crt_state_management@@A 100ccae0 libucrt:signal.obj - 0003:00021ae4 ?abort_action@@3V?$dual_state_global@P6AXH@Z@__crt_state_management@@A 100ccae4 libucrt:signal.obj - 0003:00021ae8 ?term_action@@3V?$dual_state_global@P6AXH@Z@__crt_state_management@@A 100ccae8 libucrt:signal.obj - 0003:00021af8 ?_tzname@@3V?$dual_state_global@PAPAD@__crt_state_management@@A 100ccaf8 libucrt:timeset.obj - 0003:00021afc ?w_tzname@@3V?$dual_state_global@PAPA_W@__crt_state_management@@A 100ccafc libucrt:timeset.obj - 0003:00021b00 ?last_wide_tz@@3PA_WA 100ccb00 libucrt:tzset.obj - 0003:00021b08 ?tz_api_used@@3HA 100ccb08 libucrt:tzset.obj - 0003:00021b0c ?tzset_init_state@@3V?$dual_state_global@J@__crt_state_management@@A 100ccb0c libucrt:tzset.obj - 0003:00021b10 ?tz_info@@3U_TIME_ZONE_INFORMATION@@A 100ccb10 libucrt:tzset.obj - 0003:00021bbc __pmatherr_set 100ccbbc libucrt:libm_error.obj - 0003:00021bcc ?fSystemSet@@3HA 100ccbcc libucrt:mbctype.obj - 0003:00021bd0 ?initialized@?1??__acrt_initialize_multibyte@@9@4_NA 100ccbd0 libucrt:mbctype.obj - 0003:00021bd4 ?__acrt_new_handler@@3V?$dual_state_global@P6AHI@Z@__crt_state_management@@A 100ccbd4 libucrt:new_handler.obj - 0003:00021bd8 ?__acrt_global_new_mode@@3V?$dual_state_global@J@__crt_state_management@@A 100ccbd8 libucrt:new_mode.obj - 0003:00021be0 ?user_matherr@@3V?$dual_state_global@P6AHPAU_exception@@@Z@__crt_state_management@@A 100ccbe0 libucrt:matherr.obj - 0003:00021bfc ?__acrt_app_type@@3W4_crt_app_type@@A 100ccbfc libucrt:report_runtime_error.obj - 0003:00021c00 ?internal_pst@?1??__mbrtoc32_utf8@__crt_mbstring@@YAIPA_UPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z@4U3@A 100ccc00 libucrt:mbrtoc32.obj - 0003:00021c20 ?initlocks@std@@3V_Init_locks@1@A 100ccc20 libcpmt:xlock.obj - 0003:00021c28 ?mtx@std@@3PAU_RTL_CRITICAL_SECTION@@A 100ccc28 libcpmt:xlock.obj - 0003:00021d04 ?classic_locale@std@@3Vlocale@1@A 100ccd04 libcpmt:locale0.obj - 0003:00021d0c ?_Fac_head@std@@3PAU_Fac_node@1@A 100ccd0c libcpmt:locale0.obj - 0003:00021d10 ?_Fac_tidy_reg@std@@3U_Fac_tidy_reg_t@1@B 100ccd10 libcpmt:locale0.obj - 0003:00021d14 _global_locale 100ccd14 libcpmt:locale0.obj - 0003:00021d18 ?registered@?1??_Setgloballocale@locale@std@@CAXPAX@Z@4_NA 100ccd18 libcpmt:locale0.obj - 0003:00021d20 ?stdstr@std@@3PAPAVios_base@1@A 100ccd20 libcpmt:ios.obj - 0003:00021d48 ?stdopens@std@@3PADA 100ccd48 libcpmt:ios.obj - 0003:00021d58 ?freq_cached@?1??_Query_perf_frequency@@9@4U?$atomic@_J@std@@A 100ccd58 libcpmt:xtime.obj - 0003:00021d80 ?initlocks@std@@3V_Init_locks@1@A 100ccd80 libcpmt:iosptrs.obj - 0003:00021d81 ?init_atexit@@3U_Init_atexit@@A 100ccd81 libcpmt:iosptrs.obj - 0003:00021d84 ?atfuns_cdecl@@3PAP6AXXZA 100ccd84 libcpmt:iosptrs.obj - 0003:00021dac ?__KERNEL32Function_GetCurrentPackageId@?A0x995b63b9@@3P6GJPAIPAE@ZA 100ccdac libcpmt:winapisupp.obj - 0003:00021db0 ?__KERNEL32Function_GetSystemTimePreciseAsFileTime@?A0x995b63b9@@3P6GXPAU_FILETIME@@@ZA 100ccdb0 libcpmt:winapisupp.obj - 0003:00021db4 ?__KERNEL32Function_GetTempPath2W@?A0x995b63b9@@3P6GKKPA_W@ZA 100ccdb4 libcpmt:winapisupp.obj - 0003:00021e28 ?is_initialized_as_dll@@3_NA 100cce28 LIBCMT:utility.obj - 0003:00021e29 ?module_local_atexit_table_initialized@@3_NA 100cce29 LIBCMT:utility.obj - 0003:00021e2c ?module_local_atexit_table@@3U_onexit_table_t@@A 100cce2c LIBCMT:utility.obj - 0003:00021e38 ?module_local_at_quick_exit_table@@3U_onexit_table_t@@A 100cce38 LIBCMT:utility.obj - 0003:00021e44 ?g_tss_cv@@3U_RTL_CONDITION_VARIABLE@@A 100cce44 LIBCMT:thread_safe_statics.obj - 0003:00021e48 ?g_tss_srw@@3U_RTL_SRWLOCK@@A 100cce48 LIBCMT:thread_safe_statics.obj - 0003:00021e5c ?__proc_attached@@3HA 100cce5c LIBCMT:dll_dllmain.obj - 0003:00021e70 _GS_ExceptionRecord 100cce70 LIBCMT:gs_report.obj - 0003:00021ec0 _GS_ContextRecord 100ccec0 LIBCMT:gs_report.obj - 0003:00022198 ?program_name@?1???$common_configure_argv@D@@YAHW4_crt_argv_mode@@@Z@4PADA 100cd198 libucrt:argv_parsing.obj - 0003:000222bc ?internal_pst@?1??__c16rtomb_utf8@__crt_mbstring@@YAIPAD_SPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z@4U3@A 100cd2bc libucrt:c16rtomb.obj - 0004:00000060 $R000000 100ce060 * linker generated manifest res * + 0001:00007dca __catch$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z$0 10008dca f i main.cpp.obj + 0001:000084aa __catch$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z$0 100094aa f i main.cpp.obj + 0001:000088c4 __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 100098c4 f i main.cpp.obj + 0001:000089f5 __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 100099f5 f i main.cpp.obj + 0001:00008b0b __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 10009b0b f i main.cpp.obj + 0001:000090d4 __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 1000a0d4 f i main.cpp.obj + 0001:00009205 __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 1000a205 f i main.cpp.obj + 0001:0000931b __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 1000a31b f i main.cpp.obj + 0001:000098e4 __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 1000a8e4 f i main.cpp.obj + 0001:00009a15 __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 1000aa15 f i main.cpp.obj + 0001:00009b2b __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 1000ab2b f i main.cpp.obj + 0001:0000a0f4 __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 1000b0f4 f i main.cpp.obj + 0001:0000a225 __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 1000b225 f i main.cpp.obj + 0001:0000a33b __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 1000b33b f i main.cpp.obj + 0001:0000a904 __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 1000b904 f i main.cpp.obj + 0001:0000aa35 __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 1000ba35 f i main.cpp.obj + 0001:0000ab4b __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 1000bb4b f i main.cpp.obj + 0001:0000b124 __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 1000c124 f i main.cpp.obj + 0001:0000b255 __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 1000c255 f i main.cpp.obj + 0001:0000b36b __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 1000c36b f i main.cpp.obj + 0001:0000b934 __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 1000c934 f i main.cpp.obj + 0001:0000ba65 __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 1000ca65 f i main.cpp.obj + 0001:0000bb7b __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 1000cb7b f i main.cpp.obj + 0001:0000c144 __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 1000d144 f i main.cpp.obj + 0001:0000c275 __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 1000d275 f i main.cpp.obj + 0001:0000c38b __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 1000d38b f i main.cpp.obj + 0001:0000c954 __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 1000d954 f i main.cpp.obj + 0001:0000ca85 __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 1000da85 f i main.cpp.obj + 0001:0000cb9b __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 1000db9b f i main.cpp.obj + 0001:0000d164 __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 1000e164 f i main.cpp.obj + 0001:0000d295 __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 1000e295 f i main.cpp.obj + 0001:0000d3ab __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 1000e3ab f i main.cpp.obj + 0001:0000d974 __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 1000e974 f i main.cpp.obj + 0001:0000daa5 __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 1000eaa5 f i main.cpp.obj + 0001:0000dbbb __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 1000ebbb f i main.cpp.obj + 0001:0000e184 __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 1000f184 f i main.cpp.obj + 0001:0000e2b5 __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 1000f2b5 f i main.cpp.obj + 0001:0000e3cb __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 1000f3cb f i main.cpp.obj + 0001:0000e994 __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 1000f994 f i main.cpp.obj + 0001:0000eac5 __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 1000fac5 f i main.cpp.obj + 0001:0000ebdb __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 1000fbdb f i main.cpp.obj + 0001:0000f1a4 __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 100101a4 f i main.cpp.obj + 0001:0000f2d5 __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 100102d5 f i main.cpp.obj + 0001:0000f3eb __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 100103eb f i main.cpp.obj + 0001:0000f9b4 __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 100109b4 f i main.cpp.obj + 0001:0000fae5 __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 10010ae5 f i main.cpp.obj + 0001:0000fbfb __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 10010bfb f i main.cpp.obj + 0001:000101c4 __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 100111c4 f i main.cpp.obj + 0001:000102f5 __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 100112f5 f i main.cpp.obj + 0001:0001040b __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 1001140b f i main.cpp.obj + 0001:000109d4 __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 100119d4 f i main.cpp.obj + 0001:00010b05 __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 10011b05 f i main.cpp.obj + 0001:00010c1b __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 10011c1b f i main.cpp.obj + 0001:000111e4 __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 100121e4 f i main.cpp.obj + 0001:00011315 __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 10012315 f i main.cpp.obj + 0001:0001142b __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 1001242b f i main.cpp.obj + 0001:000119f4 __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 100129f4 f i main.cpp.obj + 0001:00011b25 __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 10012b25 f i main.cpp.obj + 0001:00011c3b __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 10012c3b f i main.cpp.obj + 0001:00012204 __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 10013204 f i main.cpp.obj + 0001:00012335 __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 10013335 f i main.cpp.obj + 0001:0001244b __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 1001344b f i main.cpp.obj + 0001:00012a14 __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 10013a14 f i main.cpp.obj + 0001:00012b45 __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 10013b45 f i main.cpp.obj + 0001:00012c5b __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 10013c5b f i main.cpp.obj + 0001:00013224 __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 10014224 f i main.cpp.obj + 0001:00013355 __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 10014355 f i main.cpp.obj + 0001:0001346b __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 1001446b f i main.cpp.obj + 0001:00013a34 __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 10014a34 f i main.cpp.obj + 0001:00013b65 __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 10014b65 f i main.cpp.obj + 0001:00013c7b __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 10014c7b f i main.cpp.obj + 0001:00014244 __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 10015244 f i main.cpp.obj + 0001:00014375 __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 10015375 f i main.cpp.obj + 0001:0001448b __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 1001548b f i main.cpp.obj + 0001:00014a54 __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 10015a54 f i main.cpp.obj + 0001:00014b85 __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 10015b85 f i main.cpp.obj + 0001:00014c9b __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 10015c9b f i main.cpp.obj + 0001:00015264 __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 10016264 f i main.cpp.obj + 0001:00015395 __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 10016395 f i main.cpp.obj + 0001:000154ab __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 100164ab f i main.cpp.obj + 0001:0001581b __catch$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ$0 1001681b f i main.cpp.obj + 0001:00015836 __catch$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ$1 10016836 f i main.cpp.obj + 0001:0001589b __catch$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ$0 1001689b f i main.cpp.obj + 0001:000158b6 __catch$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ$1 100168b6 f i main.cpp.obj + 0001:0001b093 __catch$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$0 1001c093 f i main.cpp.obj + 0001:0001b525 __catch$??0SuspendedProcess@hadesmem@@QAE@KK@Z$0 1001c525 f i main.cpp.obj + 0001:0001c6c3 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$0 1001d6c3 f i main.cpp.obj + 0001:0001c870 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$0 1001d870 f i main.cpp.obj + 0001:0001c870 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$0 1001d870 f i main.cpp.obj + 0001:0001ca2d __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$0 1001da2d f i main.cpp.obj + 0001:0001cc00 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$0 1001dc00 f i main.cpp.obj + 0001:0001cdb4 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$0 1001ddb4 f i main.cpp.obj + 0001:0001cf60 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$0 1001df60 f i main.cpp.obj + 0001:0001d0c0 ??R@@QBE@XZ 1001e0c0 f main.cpp.obj + 0001:00020294 $LN455 10021294 main.cpp.obj + 0001:000202a8 $LN454 100212a8 main.cpp.obj + 0001:00020b04 $LN455 10021b04 main.cpp.obj + 0001:00020b18 $LN454 10021b18 main.cpp.obj + 0001:00021374 $LN455 10022374 main.cpp.obj + 0001:00021388 $LN454 10022388 main.cpp.obj + 0001:00021be4 $LN455 10022be4 main.cpp.obj + 0001:00021bf8 $LN454 10022bf8 main.cpp.obj + 0001:00022454 $LN455 10023454 main.cpp.obj + 0001:00022468 $LN454 10023468 main.cpp.obj + 0001:00022cc4 $LN455 10023cc4 main.cpp.obj + 0001:00022cd8 $LN454 10023cd8 main.cpp.obj + 0001:00023534 $LN455 10024534 main.cpp.obj + 0001:00023548 $LN454 10024548 main.cpp.obj + 0001:00023da4 $LN455 10024da4 main.cpp.obj + 0001:00023db8 $LN454 10024db8 main.cpp.obj + 0001:00024614 $LN455 10025614 main.cpp.obj + 0001:00024628 $LN454 10025628 main.cpp.obj + 0001:00024e84 $LN455 10025e84 main.cpp.obj + 0001:00024e98 $LN454 10025e98 main.cpp.obj + 0001:000256f4 $LN455 100266f4 main.cpp.obj + 0001:00025708 $LN454 10026708 main.cpp.obj + 0001:00025f64 $LN455 10026f64 main.cpp.obj + 0001:00025f78 $LN454 10026f78 main.cpp.obj + 0001:000267d4 $LN455 100277d4 main.cpp.obj + 0001:000267e8 $LN454 100277e8 main.cpp.obj + 0001:00027044 $LN455 10028044 main.cpp.obj + 0001:00027058 $LN454 10028058 main.cpp.obj + 0001:000278b4 $LN455 100288b4 main.cpp.obj + 0001:000278c8 $LN454 100288c8 main.cpp.obj + 0001:00028124 $LN455 10029124 main.cpp.obj + 0001:00028138 $LN454 10029138 main.cpp.obj + 0001:00028994 $LN455 10029994 main.cpp.obj + 0001:000289a8 $LN454 100299a8 main.cpp.obj + 0001:00029204 $LN455 1002a204 main.cpp.obj + 0001:00029218 $LN454 1002a218 main.cpp.obj + 0001:00029a74 $LN455 1002aa74 main.cpp.obj + 0001:00029a88 $LN454 1002aa88 main.cpp.obj + 0001:0002a2e4 $LN455 1002b2e4 main.cpp.obj + 0001:0002a2f8 $LN454 1002b2f8 main.cpp.obj + 0001:0002ab54 $LN455 1002bb54 main.cpp.obj + 0001:0002ab68 $LN454 1002bb68 main.cpp.obj + 0001:0002b3c4 $LN455 1002c3c4 main.cpp.obj + 0001:0002b3d8 $LN454 1002c3d8 main.cpp.obj + 0001:0002bc34 $LN455 1002cc34 main.cpp.obj + 0001:0002bc48 $LN454 1002cc48 main.cpp.obj + 0001:0002c4a4 $LN455 1002d4a4 main.cpp.obj + 0001:0002c4b8 $LN454 1002d4b8 main.cpp.obj + 0001:0002cd14 $LN455 1002dd14 main.cpp.obj + 0001:0002cd28 $LN454 1002dd28 main.cpp.obj + 0001:0002d584 $LN455 1002e584 main.cpp.obj + 0001:0002d598 $LN454 1002e598 main.cpp.obj + 0001:0002ddf4 $LN455 1002edf4 main.cpp.obj + 0001:0002de08 $LN454 1002ee08 main.cpp.obj + 0001:0002dfa9 __catch$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$0 1002efa9 f i main.cpp.obj + 0001:0002e051 __catch$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$0 1002f051 f i main.cpp.obj + 0001:0002e1ae __catch$?CleanupUnchecked@Process@hadesmem@@AAEXXZ$0 1002f1ae f i main.cpp.obj + 0001:0002e28e __catch$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ$0 1002f28e f i main.cpp.obj + 0001:0002e9d3 __catch$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$0 1002f9d3 f i main.cpp.obj + 0001:00034d19 __catch$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10035d19 f i main.cpp.obj + 0001:00034df9 __catch$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$0 10035df9 f i main.cpp.obj + 0001:00034ed9 __catch$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10035ed9 f i main.cpp.obj + 0001:00034fb9 __catch$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$0 10035fb9 f i main.cpp.obj + 0001:00035099 __catch$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$0 10036099 f i main.cpp.obj + 0001:00035179 __catch$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$0 10036179 f i main.cpp.obj + 0001:00035259 __catch$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$0 10036259 f i main.cpp.obj + 0001:00035339 __catch$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$0 10036339 f i main.cpp.obj + 0001:00035419 __catch$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$0 10036419 f i main.cpp.obj + 0001:000354f9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$0 100364f9 f i main.cpp.obj + 0001:000355d9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$0 100365d9 f i main.cpp.obj + 0001:000356b9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$0 100366b9 f i main.cpp.obj + 0001:00035799 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$0 10036799 f i main.cpp.obj + 0001:00035879 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$0 10036879 f i main.cpp.obj + 0001:00035959 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$0 10036959 f i main.cpp.obj + 0001:00035a39 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$0 10036a39 f i main.cpp.obj + 0001:00035b19 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$0 10036b19 f i main.cpp.obj + 0001:00035bf9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$0 10036bf9 f i main.cpp.obj + 0001:00035cd9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$0 10036cd9 f i main.cpp.obj + 0001:00035db9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10036db9 f i main.cpp.obj + 0001:00035e99 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$0 10036e99 f i main.cpp.obj + 0001:00035f79 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10036f79 f i main.cpp.obj + 0001:00036059 __catch$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$0 10037059 f i main.cpp.obj + 0001:00036139 __catch$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$0 10037139 f i main.cpp.obj + 0001:00036219 __catch$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$0 10037219 f i main.cpp.obj + 0001:000362f9 __catch$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$0 100372f9 f i main.cpp.obj + 0001:000363d9 __catch$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$0 100373d9 f i main.cpp.obj + 0001:00036517 __catch$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$0 10037517 f i main.cpp.obj + 0001:000366f6 __catch$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$0 100376f6 f i main.cpp.obj + 0001:0003678c __catch$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$0 1003778c f i main.cpp.obj + 0001:00037824 __catch$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$0 10038824 f i main.cpp.obj + 0001:00039d42 __catch$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ$0 1003ad42 f i main.cpp.obj + 0001:0003c75d __catch$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$0 1003d75d f i main.cpp.obj + 0001:0003c947 __catch$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$0 1003d947 f i main.cpp.obj + 0001:0003feb9 __catch$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$0 10040eb9 f i main.cpp.obj + 0001:00041ac0 __catch$_Load$0 10042ac0 f main.cpp.obj + 0001:00041b5f __catch$_Load$1 10042b5f f main.cpp.obj + 0001:00041cc0 ??$_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 10042cc0 f helper.cpp.obj + 0001:00041e20 ??$_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 10042e20 f helper.cpp.obj + 0001:00042230 ??$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 10043230 f helper.cpp.obj + 0001:00042290 ??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 10043290 f helper.cpp.obj + 0001:000422d0 ??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 100432d0 f helper.cpp.obj + 0001:000423c0 ??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 100433c0 f helper.cpp.obj + 0001:00042420 ??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 10043420 f helper.cpp.obj + 0001:00042450 ??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 10043450 f helper.cpp.obj + 0001:000424e0 ??1?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@QAE@XZ 100434e0 f helper.cpp.obj + 0001:00042570 ??1CachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@QAE@XZ 10043570 f helper.cpp.obj + 0001:000425c0 ??R@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100435c0 f helper.cpp.obj + 0001:000432a0 ?_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 100442a0 f helper.cpp.obj + 0001:00043480 ?_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 10044480 f helper.cpp.obj + 0001:00043994 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$0 10044994 f i spellcast.cpp.obj + 0001:0004784c $LN19 1004884c spellevents.cpp.obj + 0001:00047860 $LN18 10048860 spellevents.cpp.obj + 0001:00048450 $LN210 10049450 spellevents.cpp.obj + 0001:00048458 $LN209 10049458 spellevents.cpp.obj + 0001:00049b88 $LN47 1004ab88 spellevents.cpp.obj + 0001:00049b90 $LN46 1004ab90 spellevents.cpp.obj + 0001:0004a514 $LN85 1004b514 misc_scripts.cpp.obj + 0001:0004a514 $LN85 1004b514 misc_scripts.cpp.obj + 0001:0004a514 $LN85 1004b514 spell_scripts.cpp.obj + 0001:0004bd6c $LN59 1004cd6c misc_scripts.cpp.obj + 0001:0004bd84 $LN60 1004cd84 misc_scripts.cpp.obj + 0001:0004c1d8 $LN160 1004d1d8 misc_scripts.cpp.obj + 0001:0004c1f0 $LN161 1004d1f0 misc_scripts.cpp.obj + 0001:0004c764 $LN53 1004d764 misc_scripts.cpp.obj + 0001:0004c778 $LN54 1004d778 misc_scripts.cpp.obj + 0001:0004cad0 $LN101 1004dad0 misc_scripts.cpp.obj + 0001:0004e5c4 $LN67 1004f5c4 spell_scripts.cpp.obj + 0001:0004e5dc $LN68 1004f5dc spell_scripts.cpp.obj + 0001:0004eacc $LN166 1004facc spell_scripts.cpp.obj + 0001:0004eae4 $LN167 1004fae4 spell_scripts.cpp.obj + 0001:00050050 ??R@@QBE@HIPAUCGItem_C@game@@@Z 10051050 f item_scripts.cpp.obj + 0001:00055409 ?_FilterSetCurrentException@@YAKPAU_EXCEPTION_POINTERS@@E@Z 10056409 f libvcruntime:ehhelpers.obj + 0001:000559b0 $$000000 100569b0 libvcruntime:memcpy.obj + 0001:000559b0 $$000000 100569b0 libvcruntime:memmove.obj + 0001:000559d0 CopyUp 100569d0 libvcruntime:memcpy.obj + 0001:000559d0 CopyUp 100569d0 libvcruntime:memmove.obj + 0001:000559f4 CopyUpLargeMov 100569f4 libvcruntime:memcpy.obj + 0001:000559f4 CopyUpLargeMov 100569f4 libvcruntime:memmove.obj + 0001:00055a07 CopyUpSSE2Check 10056a07 libvcruntime:memcpy.obj + 0001:00055a07 CopyUpSSE2Check 10056a07 libvcruntime:memmove.obj + 0001:00055a20 AtomChk 10056a20 libvcruntime:memcpy.obj + 0001:00055a20 AtomChk 10056a20 libvcruntime:memmove.obj + 0001:00055a46 PalignHead4 10056a46 libvcruntime:memcpy.obj + 0001:00055a46 PalignHead4 10056a46 libvcruntime:memmove.obj + 0001:00055a59 PalignHead8 10056a59 libvcruntime:memcpy.obj + 0001:00055a59 PalignHead8 10056a59 libvcruntime:memmove.obj + 0001:00055a70 PalignLoop 10056a70 libvcruntime:memcpy.obj + 0001:00055a70 PalignLoop 10056a70 libvcruntime:memmove.obj + 0001:00055a82 MovPalign12 10056a82 libvcruntime:memcpy.obj + 0001:00055a82 MovPalign12 10056a82 libvcruntime:memmove.obj + 0001:00055a8c PalignLoop12 10056a8c libvcruntime:memcpy.obj + 0001:00055a8c PalignLoop12 10056a8c libvcruntime:memmove.obj + 0001:00055add MovPalign8 10056add libvcruntime:memcpy.obj + 0001:00055add MovPalign8 10056add libvcruntime:memmove.obj + 0001:00055ae8 PalignLoop8 10056ae8 libvcruntime:memcpy.obj + 0001:00055ae8 PalignLoop8 10056ae8 libvcruntime:memmove.obj + 0001:00055b36 MovPalign4 10056b36 libvcruntime:memcpy.obj + 0001:00055b36 MovPalign4 10056b36 libvcruntime:memmove.obj + 0001:00055b40 PalignLoop4 10056b40 libvcruntime:memcpy.obj + 0001:00055b40 PalignLoop4 10056b40 libvcruntime:memmove.obj + 0001:00055b8c PalignTail 10056b8c libvcruntime:memcpy.obj + 0001:00055b8c PalignTail 10056b8c libvcruntime:memmove.obj + 0001:00055ba4 PalignTail4 10056ba4 libvcruntime:memcpy.obj + 0001:00055ba4 PalignTail4 10056ba4 libvcruntime:memmove.obj + 0001:00055bb7 PalignTail8 10056bb7 libvcruntime:memcpy.obj + 0001:00055bb7 PalignTail8 10056bb7 libvcruntime:memmove.obj + 0001:00055bce PalignTailLE3 10056bce libvcruntime:memcpy.obj + 0001:00055bce PalignTailLE3 10056bce libvcruntime:memmove.obj + 0001:00055bd7 Dword_align 10056bd7 libvcruntime:memcpy.obj + 0001:00055bd7 Dword_align 10056bd7 libvcruntime:memmove.obj + 0001:00055bdf Dword_up_align_loop 10056bdf libvcruntime:memcpy.obj + 0001:00055bdf Dword_up_align_loop 10056bdf libvcruntime:memmove.obj + 0001:00055bf2 Dword_align_Ok 10056bf2 libvcruntime:memcpy.obj + 0001:00055bf2 Dword_align_Ok 10056bf2 libvcruntime:memmove.obj + 0001:00055c0c ByteCopyUp 10056c0c libvcruntime:memcpy.obj + 0001:00055c0c ByteCopyUp 10056c0c libvcruntime:memmove.obj + 0001:00055c14 TrailingUpVec 10056c14 libvcruntime:memcpy.obj + 0001:00055c14 TrailingUpVec 10056c14 libvcruntime:memmove.obj + 0001:00055c24 TrailingUp0 10056c24 libvcruntime:memcpy.obj + 0001:00055c24 TrailingUp0 10056c24 libvcruntime:memmove.obj + 0001:00055c2c TrailingUp1 10056c2c libvcruntime:memcpy.obj + 0001:00055c2c TrailingUp1 10056c2c libvcruntime:memmove.obj + 0001:00055c38 TrailingUp2 10056c38 libvcruntime:memcpy.obj + 0001:00055c38 TrailingUp2 10056c38 libvcruntime:memmove.obj + 0001:00055c4c TrailingUp3 10056c4c libvcruntime:memcpy.obj + 0001:00055c4c TrailingUp3 10056c4c libvcruntime:memmove.obj + 0001:00055c64 CopyDown 10056c64 libvcruntime:memcpy.obj + 0001:00055c64 CopyDown 10056c64 libvcruntime:memmove.obj + 0001:00055c89 CopyDownNotAligned 10056c89 libvcruntime:memcpy.obj + 0001:00055c89 CopyDownNotAligned 10056c89 libvcruntime:memmove.obj + 0001:00055c90 CopyDownAlignLoop 10056c90 libvcruntime:memcpy.obj + 0001:00055c90 CopyDownAlignLoop 10056c90 libvcruntime:memmove.obj + 0001:00055c9d CopyDownAligned 10056c9d libvcruntime:memcpy.obj + 0001:00055c9d CopyDownAligned 10056c9d libvcruntime:memmove.obj + 0001:00055cc0 TrailingDownVec 10056cc0 libvcruntime:memcpy.obj + 0001:00055cc0 TrailingDownVec 10056cc0 libvcruntime:memmove.obj + 0001:00055cd0 TrailingDown0 10056cd0 libvcruntime:memcpy.obj + 0001:00055cd0 TrailingDown0 10056cd0 libvcruntime:memmove.obj + 0001:00055cd8 TrailingDown1 10056cd8 libvcruntime:memcpy.obj + 0001:00055cd8 TrailingDown1 10056cd8 libvcruntime:memmove.obj + 0001:00055ce8 TrailingDown2 10056ce8 libvcruntime:memcpy.obj + 0001:00055ce8 TrailingDown2 10056ce8 libvcruntime:memmove.obj + 0001:00055cfc TrailingDown3 10056cfc libvcruntime:memcpy.obj + 0001:00055cfc TrailingDown3 10056cfc libvcruntime:memmove.obj + 0001:00055d15 XmmMovLargeAlignTest 10056d15 libvcruntime:memcpy.obj + 0001:00055d15 XmmMovLargeAlignTest 10056d15 libvcruntime:memmove.obj + 0001:00055d1d XmmMovAlignLoop 10056d1d libvcruntime:memcpy.obj + 0001:00055d1d XmmMovAlignLoop 10056d1d libvcruntime:memmove.obj + 0001:00055d2c XmmMovLargeLoop 10056d2c libvcruntime:memcpy.obj + 0001:00055d2c XmmMovLargeLoop 10056d2c libvcruntime:memmove.obj + 0001:00055d9c XmmMovSmallTest 10056d9c libvcruntime:memcpy.obj + 0001:00055d9c XmmMovSmallTest 10056d9c libvcruntime:memmove.obj + 0001:00055da1 XmmMovSmallLoop 10056da1 libvcruntime:memcpy.obj + 0001:00055da1 XmmMovSmallLoop 10056da1 libvcruntime:memmove.obj + 0001:00055dc4 CopyDownSmall 10056dc4 libvcruntime:memcpy.obj + 0001:00055dc4 CopyDownSmall 10056dc4 libvcruntime:memmove.obj + 0001:00055dcc CopyDownDwordLoop 10056dcc libvcruntime:memcpy.obj + 0001:00055dcc CopyDownDwordLoop 10056dcc libvcruntime:memmove.obj + 0001:00055de1 CopyDownByteTest 10056de1 libvcruntime:memcpy.obj + 0001:00055de1 CopyDownByteTest 10056de1 libvcruntime:memmove.obj + 0001:00055de5 CopyDownByteLoop 10056de5 libvcruntime:memcpy.obj + 0001:00055de5 CopyDownByteLoop 10056de5 libvcruntime:memmove.obj + 0001:00055df4 CopyDownReturn 10056df4 libvcruntime:memcpy.obj + 0001:00055df4 CopyDownReturn 10056df4 libvcruntime:memmove.obj + 0001:00055e00 XmmCopy 10056e00 libvcruntime:memcpy.obj + 0001:00055e00 XmmCopy 10056e00 libvcruntime:memmove.obj + 0001:00055e0d XmmCopyAligned 10056e0d libvcruntime:memcpy.obj + 0001:00055e0d XmmCopyAligned 10056e0d libvcruntime:memmove.obj + 0001:00055e20 XmmCopyLargeLoop 10056e20 libvcruntime:memcpy.obj + 0001:00055e20 XmmCopyLargeLoop 10056e20 libvcruntime:memmove.obj + 0001:00055e7d XmmCopySmallTest 10056e7d libvcruntime:memcpy.obj + 0001:00055e7d XmmCopySmallTest 10056e7d libvcruntime:memmove.obj + 0001:00055e90 XmmCopySmallLoop 10056e90 libvcruntime:memcpy.obj + 0001:00055e90 XmmCopySmallLoop 10056e90 libvcruntime:memmove.obj + 0001:00055eab CopyUpDwordMov 10056eab libvcruntime:memcpy.obj + 0001:00055eab CopyUpDwordMov 10056eab libvcruntime:memmove.obj + 0001:00055eb0 CopyUpDwordTest 10056eb0 libvcruntime:memcpy.obj + 0001:00055eb0 CopyUpDwordTest 10056eb0 libvcruntime:memmove.obj + 0001:00055eb7 CopyUpDwordLoop 10056eb7 libvcruntime:memcpy.obj + 0001:00055eb7 CopyUpDwordLoop 10056eb7 libvcruntime:memmove.obj + 0001:00055ec6 CopyUpByteTest 10056ec6 libvcruntime:memcpy.obj + 0001:00055ec6 CopyUpByteTest 10056ec6 libvcruntime:memmove.obj + 0001:00055ecd CopyUpByteLoop 10056ecd libvcruntime:memcpy.obj + 0001:00055ecd CopyUpByteLoop 10056ecd libvcruntime:memmove.obj + 0001:00055ee0 CopyUpReturn 10056ee0 libvcruntime:memcpy.obj + 0001:00055ee0 CopyUpReturn 10056ee0 libvcruntime:memmove.obj + 0001:00055ef0 XmmCopyUnaligned 10056ef0 libvcruntime:memcpy.obj + 0001:00055ef0 XmmCopyUnaligned 10056ef0 libvcruntime:memmove.obj + 0001:00055f03 XmmAlignByte 10056f03 libvcruntime:memcpy.obj + 0001:00055f03 XmmAlignByte 10056f03 libvcruntime:memmove.obj + 0001:00055f0c XmmAlignDwordTest 10056f0c libvcruntime:memcpy.obj + 0001:00055f0c XmmAlignDwordTest 10056f0c libvcruntime:memmove.obj + 0001:00055f11 XmmAlignDwordLoop 10056f11 libvcruntime:memcpy.obj + 0001:00055f11 XmmAlignDwordLoop 10056f11 libvcruntime:memmove.obj + 0001:00055f1e XmmAlignAdjustCnt 10056f1e libvcruntime:memcpy.obj + 0001:00055f1e XmmAlignAdjustCnt 10056f1e libvcruntime:memmove.obj + 0001:00055f93 ?FindMITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PAXPBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@H2@Z 10056f93 f libvcruntime:rtti.obj + 0001:0005607c ?FindSITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@1@Z 1005707c f libvcruntime:rtti.obj + 0001:00056165 ?FindVITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PAXPBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@H2@Z 10057165 f libvcruntime:rtti.obj + 0001:000562cd ?PMDtoOffset@@YAHPAXABUPMD@@@Z 100572cd f libvcruntime:rtti.obj + 0001:000562f1 ?TypeidsEqual@@YA_NQBUTypeDescriptor@@0@Z 100572f1 f libvcruntime:rtti.obj + 0001:0005650b ?@@?1??__std_type_info_name@@YAPBDPAU__std_type_info_data@@PAU__type_info_node@@@Z@SA@I@Z 1005750b f libvcruntime:std_type_info.obj + 0001:00056514 ?@@?1??__std_type_info_name@@YAPBDPAU__std_type_info_data@@PAU__type_info_node@@@Z@SA@QAX@Z 10057514 f libvcruntime:std_type_info.obj + 0001:00056640 $$000000 10057640 libvcruntime:memset.obj + 0001:00056685 XMMMov 10057685 libvcruntime:memset.obj + 0001:000566c0 LargeRangeBytes 100576c0 libvcruntime:memset.obj + 0001:000566fd XmmMovSmall 100576fd libvcruntime:memset.obj + 0001:00056710 XmmSmallLoop 10057710 libvcruntime:memset.obj + 0001:00056715 MidRangeBytes 10057715 libvcruntime:memset.obj + 0001:00056731 XMMTrailingBytes 10057731 libvcruntime:memset.obj + 0001:00056745 SmallMov 10057745 libvcruntime:memset.obj + 0001:0005674d ByteLoop 1005774d libvcruntime:memset.obj + 0001:0005675b DwordTest 1005775b libvcruntime:memset.obj + 0001:0005676b QwordTest 1005776b libvcruntime:memset.obj + 0001:00056780 QwordLoop 10057780 libvcruntime:memset.obj + 0001:00056793 toend 10057793 libvcruntime:memset.obj + 0001:000567a0 $$000000 100577a0 libvcruntime:strstr.obj + 0001:000567e3 strstr_sse_safeloop 100577e3 libvcruntime:strstr.obj + 0001:0005680a strstr_sse_search 1005780a libvcruntime:strstr.obj + 0001:0005680a strstr_sse_unsafe 1005780a libvcruntime:strstr.obj + 0001:0005680e strstr_sse_srchloop 1005780e libvcruntime:strstr.obj + 0001:00056844 strstr_sse_srchchar 10057844 libvcruntime:strstr.obj + 0001:0005685b strstr_sse_cmploop 1005785b libvcruntime:strstr.obj + 0001:00056896 strstr_sse_cmpchars 10057896 libvcruntime:strstr.obj + 0001:0005689d strstr_sse_cmpunsafe 1005789d libvcruntime:strstr.obj + 0001:000568b4 strstr_sse_match 100578b4 libvcruntime:strstr.obj + 0001:000568b9 strstr_sse_not_found 100578b9 libvcruntime:strstr.obj + 0001:000568bb strstr_sse_exit 100578bb libvcruntime:strstr.obj + 0001:000568bf strstr_sttni 100578bf libvcruntime:strstr.obj + 0001:000568db strstr_sttni_setchars 100578db libvcruntime:strstr.obj + 0001:000568e0 strstr_sttni_setloopchar 100578e0 libvcruntime:strstr.obj + 0001:000568e6 strstr_sttni_setloopnochar 100578e6 libvcruntime:strstr.obj + 0001:000568fa strstr_sttni_srchnext 100578fa libvcruntime:strstr.obj + 0001:000568fd strstr_sttni_srch 100578fd libvcruntime:strstr.obj + 0001:00056901 strstr_sttni_srchloop 10057901 libvcruntime:strstr.obj + 0001:00056920 strstr_sttni_srchxmm 10057920 libvcruntime:strstr.obj + 0001:00056933 strstr_sttni_srchcheck 10057933 libvcruntime:strstr.obj + 0001:00056937 strstr_sttni_cmploop 10057937 libvcruntime:strstr.obj + 0001:0005696f strstr_sttni_cmpchar 1005796f libvcruntime:strstr.obj + 0001:0005698a strstr_no_sse 1005798a libvcruntime:strstr.obj + 0001:0005699d findnext 1005799d libvcruntime:strstr.obj + 0001:000569b0 loop_start 100579b0 libvcruntime:strstr.obj + 0001:000569b5 in_loop 100579b5 libvcruntime:strstr.obj + 0001:000569bd not_found 100579bd libvcruntime:strstr.obj + 0001:000569c3 first_char_found 100579c3 libvcruntime:strstr.obj + 0001:000569cc two_first_chars_equal 100579cc libvcruntime:strstr.obj + 0001:000569cf compare_loop 100579cf libvcruntime:strstr.obj + 0001:000569f2 strchr_call 100579f2 libvcruntime:strstr.obj + 0001:000569fe match 100579fe libvcruntime:strstr.obj + 0001:00056a05 empty_str2 10057a05 libvcruntime:strstr.obj + 0001:00056a10 $$000000 10057a10 libvcruntime:memchr.obj + 0001:00056a2b str_misaligned 10057a2b libvcruntime:memchr.obj + 0001:00056a41 main_loop_start 10057a41 libvcruntime:memchr.obj + 0001:00056a57 return_from_main 10057a57 libvcruntime:memchr.obj + 0001:00056a58 tail_less_then_4 10057a58 libvcruntime:memchr.obj + 0001:00056a5d tail_loop 10057a5d libvcruntime:memchr.obj + 0001:00056a6b retnull 10057a6b libvcruntime:memchr.obj + 0001:00056a6d main_loop 10057a6d libvcruntime:memchr.obj + 0001:00056a72 main_loop_entry 10057a72 libvcruntime:memchr.obj + 0001:00056a8d char_is_found 10057a8d libvcruntime:memchr.obj + 0001:00056aa5 byte_3 10057aa5 libvcruntime:memchr.obj + 0001:00056aa6 found 10057aa6 libvcruntime:memchr.obj + 0001:00056aab byte_2 10057aab libvcruntime:memchr.obj + 0001:00056ab1 byte_1 10057ab1 libvcruntime:memchr.obj + 0001:00056ab7 byte_0 10057ab7 libvcruntime:memchr.obj + 0001:00056c30 _ValidateLocalCookies 10057c30 f libvcruntime:chandler4.obj + 0001:00056dce ??$BuildCatchObjectHelperInternal@V__FrameHandler3@@@@YAHPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 10057dce f libvcruntime:frame.obj + 0001:00056f0c ??$BuildCatchObjectInternal@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 10057f0c f libvcruntime:frame.obj + 0001:00056fa5 ??$CatchIt@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@PBU_s_HandlerType@@PBU_s_CatchableType@@PBU_s_TryBlockMapEntry@@H1EE@Z 10057fa5 f libvcruntime:frame.obj + 0001:00057025 ??$FindHandler@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@EH1@Z 10058025 f libvcruntime:frame.obj + 0001:000573ca ??$FindHandlerForForeignException@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@HH1@Z 100583ca f libvcruntime:frame.obj + 0001:00057699 ?CallCatchBlock@@YAPAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PBU_s_FuncInfo@@PAXHK@Z 10058699 f libvcruntime:frame.obj + 0001:00057868 ?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 10058868 f libvcruntime:frame.obj + 0001:00057888 __catch$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z$0 10058888 f libvcruntime:frame.obj + 0001:000578a7 ?ExFilterRethrow@@YAHPAU_EXCEPTION_POINTERS@@@Z 100588a7 f libvcruntime:frame.obj + 0001:000579f1 ?IsInExceptionSpec@@YAEPAUEHExceptionRecord@@PBU_s_ESTypeList@@@Z 100589f1 f libvcruntime:frame.obj + 0001:00057ac0 $$000000 10058ac0 libvcruntime:lowhelpr.obj + 0001:00057aff _NLG_Continue 10058aff libvcruntime:lowhelpr.obj + 0001:00057d00 ??$get_encoding@M@@YA?A_P_K@Z 10058d00 f libvcruntime:undname.obj + 0001:00057d60 ??$get_encoding@N@@YA?A_P_K@Z 10058d60 f libvcruntime:undname.obj + 0001:00058095 ??1TrackRecursion@?1??getDecoratedName@UnDecorator@@CA?AVDName@@XZ@QAE@XZ 10059095 f libvcruntime:undname.obj + 0001:00059cd1 $LN197 1005acd1 libvcruntime:undname.obj + 0001:00059cf5 $LN196 1005acf5 libvcruntime:undname.obj + 0001:00059d09 $LN198 1005ad09 libvcruntime:undname.obj + 0001:0005ac0d $LN40 1005bc0d libvcruntime:undname.obj + 0001:0005bda4 $LN400 1005cda4 libvcruntime:undname.obj + 0001:0005bdb0 $LN399 1005cdb0 libvcruntime:undname.obj + 0001:0005bdc8 $LN402 1005cdc8 libvcruntime:undname.obj + 0001:0005bde4 $LN401 1005cde4 libvcruntime:undname.obj + 0001:0005bdfc $LN404 1005cdfc libvcruntime:undname.obj + 0001:0005be0c $LN403 1005ce0c libvcruntime:undname.obj + 0001:0005d378 $LN88 1005e378 libvcruntime:undname.obj + 0001:0005d398 $LN87 1005e398 libvcruntime:undname.obj + 0001:0005d81f $LN145 1005e81f libvcruntime:undname.obj + 0001:0005e186 ?und_memcpy@@YAXPADPBDI@Z 1005f186 f libvcruntime:undname.obj + 0001:0005e1a7 ?und_strncmp@@YAIPBD0I@Z 1005f1a7 f libvcruntime:undname.obj + 0001:0005e2a0 $$000000 1005f2a0 libvcruntime:strchr.obj + 0001:0005e2d3 strchr_sse_loop 1005f2d3 libvcruntime:strchr.obj + 0001:0005e2f7 strchr_sse_break 1005f2f7 libvcruntime:strchr.obj + 0001:0005e308 strchr_no_sse2 1005f308 libvcruntime:strchr.obj + 0001:0005e320 str_misaligned 1005f320 libvcruntime:strchr.obj + 0001:0005e335 main_loop_start 1005f335 libvcruntime:strchr.obj + 0001:0005e340 main_loop 1005f340 libvcruntime:strchr.obj + 0001:0005e37c retnull 1005f37c libvcruntime:strchr.obj + 0001:0005e37e retnull_bx 1005f37e libvcruntime:strchr.obj + 0001:0005e382 found_bx 1005f382 libvcruntime:strchr.obj + 0001:0005e387 chr_is_found 1005f387 libvcruntime:strchr.obj + 0001:0005e3af byte_3 1005f3af libvcruntime:strchr.obj + 0001:0005e3b6 byte_2 1005f3b6 libvcruntime:strchr.obj + 0001:0005e3bd byte_1 1005f3bd libvcruntime:strchr.obj + 0001:0005e3c4 byte_0 1005f3c4 libvcruntime:strchr.obj + 0001:0005e3cb ?try_get_function@@YAPAXW4function_id@?A0x14174aea@@QBDQBW4module_id@2@2@Z 1005f3cb f libvcruntime:winapi_downlevel.obj + 0001:0005e46b ?try_load_library_from_system_directory@@YAPAUHINSTANCE__@@QB_W@Z 1005f46b f libvcruntime:winapi_downlevel.obj + 0001:0005e5f0 $$000000 1005f5f0 libvcruntime:exsup4.obj + 0001:0005e622 _lu_top 1005f622 libvcruntime:exsup4.obj + 0001:0005e681 _lu_done 1005f681 libvcruntime:exsup4.obj + 0001:0005e690 $$000000 1005f690 libvcruntime:exsup4.obj + 0001:0005e690 __unwind_handler4 1005f690 f libvcruntime:exsup4.obj + 0001:0005e6e0 $$000000 1005f6e0 libvcruntime:exsup4.obj + 0001:0005e700 $$000000 1005f700 libvcruntime:exsup4.obj + 0001:0005e720 $$000000 1005f720 libvcruntime:exsup4.obj + 0001:0005e735 ReturnPoint 1005f735 libvcruntime:exsup4.obj + 0001:0005e740 $$000000 1005f740 libvcruntime:exsup4.obj + 0001:0005e7a0 $$000000 1005f7a0 libvcruntime:exsup.obj + 0001:0005e7b0 $$000000 1005f7b0 libvcruntime:exsup.obj + 0001:0005e7bb __NLG_Go 1005f7bb libvcruntime:exsup.obj + 0001:0005e7d0 $$000000 1005f7d0 libvcruntime:exsup.obj + 0001:0005ed67 ?_fclose_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005fd67 f libucrt:fclose.obj + 0001:0005edfe ?_fclose_nolock_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005fdfe f libucrt:fclose.obj + 0001:0005eebc ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1005febc f libucrt:fflush.obj + 0001:0005ef48 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1005ff48 f libucrt:fflush.obj + 0001:0005eff4 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1005fff4 f libucrt:fflush.obj + 0001:0005f054 ?common_flush_all@@YAH_N@Z 10060054 f libucrt:fflush.obj + 0001:0005f0a1 ?common_flush_all_should_try_to_flush_stream@@YA_NV__crt_stdio_stream@@QAH@Z 100600a1 f libucrt:fflush.obj + 0001:0005f0d2 ?is_stream_flushable_or_commitable@@YA_NJ@Z 100600d2 f libucrt:fflush.obj + 0001:0005f3cf ?_fputc_internal@@YAHHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 100603cf f libucrt:fputc.obj + 0001:0005f7f7 _memcpy_s 100607f7 f libucrt:cfout.obj + 0001:0005f7f7 _memcpy_s 100607f7 f libucrt:strtod.obj + 0001:0005f7f7 _memcpy_s 100607f7 f libucrt:mbctype.obj + 0001:0005f7f7 _memcpy_s 100607f7 f libucrt:fread.obj + 0001:0005f92d ?common_fseek@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 1006092d f libucrt:fseek.obj + 0001:0005f9d7 ?common_fseek_binary_mode_read_only_fast_track_nolock@@YA_NV__crt_stdio_stream@@_JH@Z 100609d7 f libucrt:fseek.obj + 0001:0005fab0 ?common_fseek_nolock@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 10060ab0 f libucrt:fseek.obj + 0001:0005fc10 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@I@@QAEI$$QAV@@AAV@@$$QAV@@@Z 10060c10 f libucrt:fwrite.obj + 0001:0005fc6b ??R@@QBEIXZ 10060c6b f libucrt:fwrite.obj + 0001:0005ff0f ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 10060f0f f libucrt:setvbuf.obj + 0001:0005ff6a ??R@@QBE@XZ 10060f6a f libucrt:setvbuf.obj + 0001:0006000a ?_setvbuf_internal@@YAHQAU_iobuf@@QADHIAAV__crt_cached_ptd_host@@@Z 1006100a f libucrt:setvbuf.obj + 0001:000600a0 ?set_buffer@@YAHV__crt_stdio_stream@@QADIH@Z 100610a0 f libucrt:setvbuf.obj + 0001:00060545 ??$common_vsprintf@Vformat_validation_base@__crt_stdio_output@@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 10061545 f libucrt:output.obj + 0001:000606b9 ??$common_vsprintf@Vstandard_base@__crt_stdio_output@@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 100616b9 f libucrt:output.obj + 0001:0006082d ??$common_vsprintf_s@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 1006182d f libucrt:output.obj + 0001:000618de $LN140 100628de libucrt:output.obj + 0001:00061bb2 $LN130 10062bb2 libucrt:output.obj + 0001:000620be $LN18 100630be libucrt:output.obj + 0001:000620d2 $LN17 100630d2 libucrt:output.obj + 0001:00063540 ??$common_strtod_l@MD@@YAMQBDQAPADQAU__crt_locale_pointers@@@Z 10064540 f libucrt:strtod.obj + 0001:00063e1c $LN32 10064e1c libucrt:strtod.obj + 0001:00066760 $$000000 10067760 libucrt:strcspn.obj + 0001:000667b0 $$000000 100677b0 libucrt:strncmp.obj + 0001:00066828 ??$common_localtime_s@_J@@YAHQAUtm@@QB_J@Z 10067828 f libucrt:localtime.obj + 0001:00067050 $$000000 10068050 libucrt:sqrt_sse2_precise.obj + 0001:00067150 $$000000 10068150 libucrt:ceil_pentium4.obj + 0001:00067480 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10068480 f libucrt:per_thread_data.obj + 0001:000674d2 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100684d2 f libucrt:per_thread_data.obj + 0001:0006753d ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1006853d f libucrt:per_thread_data.obj + 0001:00067592 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10068592 f libucrt:per_thread_data.obj + 0001:000675ec ?construct_ptd@@YAXQAU__acrt_ptd@@QAPAU__crt_locale_data@@@Z 100685ec f libucrt:per_thread_data.obj + 0001:00067685 ?destroy_fls@@YGXPAX@Z 10068685 f libucrt:per_thread_data.obj + 0001:000676a6 ?destroy_ptd@@YAXQAU__acrt_ptd@@@Z 100686a6 f libucrt:per_thread_data.obj + 0001:00067773 ?replace_current_thread_locale_nolock@@YAXQAU__acrt_ptd@@QAU__crt_locale_data@@@Z 10068773 f libucrt:per_thread_data.obj + 0001:00067ad5 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10068ad5 f libucrt:wsetlocale.obj + 0001:00067b22 ??$?RV@@AAV@@AAV@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@AAV@@@Z 10068b22 f libucrt:wsetlocale.obj + 0001:00067b67 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10068b67 f libucrt:wsetlocale.obj + 0001:00067c4f ??R@@QBE@XZ 10068c4f f libucrt:wsetlocale.obj + 0001:00067cb9 ??R@@QBE@XZ 10068cb9 f libucrt:wsetlocale.obj + 0001:0006806f __copytlocinfo_nolock 1006906f f libucrt:wsetlocale.obj + 0001:0006809e __expandlocale 1006909e f libucrt:wsetlocale.obj + 0001:00068528 __wsetlocale_get_all 10069528 f libucrt:wsetlocale.obj + 0001:000686c3 __wsetlocale_nolock 100696c3 f libucrt:wsetlocale.obj + 0001:000689b3 __wsetlocale_set_cat 100699b3 f libucrt:wsetlocale.obj + 0001:00068d73 _get_default_code_page 10069d73 f libucrt:wsetlocale.obj + 0001:00068da2 _parse_bcp47 10069da2 f libucrt:wsetlocale.obj + 0001:00068f7c _parse_bcp47_code_page 10069f7c f libucrt:wsetlocale.obj + 0001:00068fbb _parse_bcp47_language 10069fbb f libucrt:wsetlocale.obj + 0001:0006902d _parse_bcp47_region 1006a02d f libucrt:wsetlocale.obj + 0001:000690eb _parse_bcp47_script 1006a0eb f libucrt:wsetlocale.obj + 0001:0006915b _string_is_alpha 1006a15b f libucrt:wsetlocale.obj + 0001:00069231 ?@@@CG@PA_W@Z 1006a231 f libucrt:winapi_thunks.obj + 0001:0006923e ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1006a23e f libucrt:winapi_thunks.obj + 0001:000692d9 ??R@@QBE@PA_W@Z 1006a2d9 f libucrt:winapi_thunks.obj + 0001:0006930c ?try_get_AreFileApisANSI@@YAP6GHXZXZ 1006a30c f libucrt:winapi_thunks.obj + 0001:00069326 ?try_get_CompareStringEx@@YAP6GHPB_WK0H0HPAU_nlsversioninfo@@PAXJ@ZXZ 1006a326 f libucrt:winapi_thunks.obj + 0001:00069340 ?try_get_EnumSystemLocalesEx@@YAP6GHP6GHPA_WKJ@ZKJPAX@ZXZ 1006a340 f libucrt:winapi_thunks.obj + 0001:0006935a ?try_get_GetDateFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH0@ZXZ 1006a35a f libucrt:winapi_thunks.obj + 0001:00069374 ?try_get_GetLocaleInfoEx@@YAP6GHPB_WKPA_WH@ZXZ 1006a374 f libucrt:winapi_thunks.obj + 0001:0006938e ?try_get_GetTimeFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH@ZXZ 1006a38e f libucrt:winapi_thunks.obj + 0001:000693a8 ?try_get_GetUserDefaultLocaleName@@YAP6GHPA_WH@ZXZ 1006a3a8 f libucrt:winapi_thunks.obj + 0001:000693c2 ?try_get_IsValidLocaleName@@YAP6GHPB_W@ZXZ 1006a3c2 f libucrt:winapi_thunks.obj + 0001:000693dc ?try_get_LCIDToLocaleName@@YAP6GHKPA_WHK@ZXZ 1006a3dc f libucrt:winapi_thunks.obj + 0001:000693f6 ?try_get_LCMapStringEx@@YAP6GHPB_WK0HPA_WHPAU_nlsversioninfo@@PAXJ@ZXZ 1006a3f6 f libucrt:winapi_thunks.obj + 0001:00069410 ?try_get_LocaleNameToLCID@@YAP6GKPB_WK@ZXZ 1006a410 f libucrt:winapi_thunks.obj + 0001:0006942a ?try_get_first_available_module@@YAPAUHINSTANCE__@@QBW4module_id@?A0x391cf84c@@0@Z 1006a42a f libucrt:winapi_thunks.obj + 0001:000694f5 ?try_get_function@@YAPAXW4function_id@?A0x391cf84c@@QBDQBW4module_id@2@2@Z 1006a4f5 f libucrt:winapi_thunks.obj + 0001:00069b67 ?initialize_inherited_file_handles_nolock@@YAXXZ 1006ab67 f libucrt:ioinit.obj + 0001:00069c1d ?initialize_stdio_handles_nolock@@YAXXZ 1006ac1d f libucrt:ioinit.obj + 0001:00069d80 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1006ad80 f libucrt:close.obj + 0001:0006a028 ?find_or_allocate_unused_stream_nolock@@YA?AV__crt_stdio_stream@@XZ 1006b028 f libucrt:stream.obj + 0001:0006a1a1 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1006b1a1 f libucrt:commit.obj + 0001:0006a2c0 ?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 1006b2c0 f libucrt:write.obj + 0001:0006a687 ?write_double_translated_unicode_nolock@@YA?AUwrite_result@?A0x17268360@@QBDI@Z 1006b687 f libucrt:write.obj + 0001:0006a6ef ?write_requires_double_translation_nolock@@YA_NHAAV__crt_cached_ptd_host@@@Z 1006b6ef f libucrt:write.obj + 0001:0006a76c ?write_text_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 1006b76c f libucrt:write.obj + 0001:0006a847 ?write_text_utf16le_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 1006b847 f libucrt:write.obj + 0001:0006a930 ?write_text_utf8_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 1006b930 f libucrt:write.obj + 0001:0006adc6 ??$common_refill_and_read_nolock@D@@YAHV__crt_stdio_stream@@@Z 1006bdc6 f libucrt:_filbuf.obj + 0001:0006af60 ??$common_ftell@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006bf60 f libucrt:ftell.obj + 0001:0006afef ??$common_ftell_nolock@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006bfef f libucrt:ftell.obj + 0001:0006b190 ?common_ftell_read_mode_nolock@@YA_JV__crt_stdio_stream@@_J1AAV__crt_cached_ptd_host@@@Z 1006c190 f libucrt:ftell.obj + 0001:0006b35b ?common_ftell_translated_utf8_nolock@@YA_JV__crt_stdio_stream@@_JAAV__crt_cached_ptd_host@@@Z 1006c35b f libucrt:ftell.obj + 0001:0006b506 ?count_newline_bytes@@YA_JQBD0W4__crt_lowio_text_mode@@@Z 1006c506 f libucrt:ftell.obj + 0001:0006b598 ??$common_flush_and_write_nolock@D@@YAHHV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006c598 f libucrt:_flsbuf.obj + 0001:0006b68e ??$write_buffer_nolock@D@@YA_NDV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006c68e f libucrt:_flsbuf.obj + 0001:0006b760 ?stream_is_at_end_of_file_nolock@@YA_NV__crt_stdio_stream@@@Z 1006c760 f libucrt:_flsbuf.obj + 0001:0006b7f0 ??$translate_text_mode_nolock@D@@YAHHQADI@Z 1006c7f0 f libucrt:read.obj + 0001:0006b93d ??$translate_text_mode_nolock@_W@@YAHHQA_WI@Z 1006c93d f libucrt:read.obj + 0001:0006baf7 ?translate_ansi_or_utf8_nolock@@YAHHQADIQA_WI@Z 1006caf7 f libucrt:read.obj + 0001:0006bc4e ?translate_utf16_from_console_nolock@@YAHHQA_WI@Z 1006cc4e f libucrt:read.obj + 0001:0006c170 ??$common_lseek@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 1006d170 f libucrt:lseek.obj + 0001:0006c295 ??$common_lseek_nolock@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 1006d295 f libucrt:lseek.obj + 0001:0006c5a5 ?filter_mbtowcs_flags@@YAKIK@Z 1006d5a5 f libucrt:multibytetowidechar.obj + 0001:0006ca84 ?fe_to_nearest@@YA_NQBN_KF@Z 1006da84 f libucrt:cvt.obj + 0001:0006cb27 ?fp_format_a@@YAHQBNPADIQADIH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006db27 f libucrt:cvt.obj + 0001:0006ce54 ?fp_format_e@@YAHQBNQADI1IH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006de54 f libucrt:cvt.obj + 0001:0006cef8 ?fp_format_e_internal@@YAHQADIH_NIQAU_strflt@@1AAV__crt_cached_ptd_host@@@Z 1006def8 f libucrt:cvt.obj + 0001:0006d04b ?fp_format_f@@YAHQBNQADI1IHW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006e04b f libucrt:cvt.obj + 0001:0006d0e1 ?fp_format_f_internal@@YAHQADIHQAU_strflt@@_NAAV__crt_cached_ptd_host@@@Z 1006e0e1 f libucrt:cvt.obj + 0001:0006d1cf ?fp_format_g@@YAHQBNQADI1IH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006e1cf f libucrt:cvt.obj + 0001:0006d29e ?fp_format_nan_or_infinity@@YAHW4__acrt_fp_class@@_NPADI1@Z 1006e29e f libucrt:cvt.obj + 0001:0006d333 ?shift_bytes@@YAXQADI0H@Z 1006e333 f libucrt:cvt.obj + 0001:0006d367 ?should_round_up@@YA_NQBN_KFW4__acrt_rounding_mode@@@Z 1006e367 f libucrt:cvt.obj + 0001:0006e21a ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1006f21a f libucrt:exit.obj + 0001:0006e282 ??R@@QBE@XZ 1006f282 f libucrt:exit.obj + 0001:0006e36a ?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 1006f36a f libucrt:exit.obj + 0001:0006e401 ?exit_or_terminate_process@@YAXI@Z 1006f401 f libucrt:exit.obj + 0001:0006e432 ?is_managed_app@@YA_NXZ 1006f432 f libucrt:exit.obj + 0001:0006e474 ?should_call_terminate_process@@YA_NXZ 1006f474 f libucrt:exit.obj + 0001:0006e48d ?try_cor_exit_process@@YAXI@Z 1006f48d f libucrt:exit.obj + 0001:0006e54a ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@P6AXH@Z@@QAEP6AXH@Z$$QAV@@AAV@@$$QAV@@@Z 1006f54a f libucrt:signal.obj + 0001:0006e5b2 ?get_global_action_nolock@@YAPAP6AXH@ZH@Z 1006f5b2 f libucrt:signal.obj + 0001:0006e5f4 ?siglookup@@YAPAU__crt_signal_action_t@@HQAU1@@Z 1006f5f4 f libucrt:signal.obj + 0001:0006eb0c ??$common_gmtime_s@_J@@YAHQAUtm@@QB_J@Z 1006fb0c f libucrt:gmtime.obj + 0001:0006ec56 ?compute_year@@YAHAA_JAA_N@Z 1006fc56 f libucrt:gmtime.obj + 0001:0006ed1a ?_isindst_nolock@@YAHQAUtm@@@Z 1006fd1a f libucrt:tzset.obj + 0001:0006ef35 ?cvtdate@@YAXW4transition_type@?A0x7639d0b4@@W4date_type@2@HHHHHHHHH@Z 1006ff35 f libucrt:tzset.obj + 0001:0006f078 ?get_tz_environment_variable@@YAPA_WAAY0BAA@_W@Z 10070078 f libucrt:tzset.obj + 0001:0006f0ef ?tzset_env_copy_to_tzname@@YAXQB_WQA_WQADI@Z 100700ef f libucrt:tzset.obj + 0001:0006f136 ?tzset_from_environment_nolock@@YAXPA_W@Z 10070136 f libucrt:tzset.obj + 0001:0006f3c8 ?tzset_from_system_nolock@@YAXXZ 100703c8 f libucrt:tzset.obj + 0001:0006f522 ?tzset_nolock@@YAXXZ 10070522 f libucrt:tzset.obj + 0001:0006f598 ?tzset_os_copy_to_tzname@@YAXQB_WQA_WQADI@Z 10070598 f libucrt:tzset.obj + 0001:0006f68b ?filter_wcstomb_flags@@YAKIK@Z 1007068b f libucrt:widechartomultibyte.obj + 0001:0006f790 ?compute_iso_week@@YAHHHH@Z 10070790 f libucrt:wcsftime.obj + 0001:0006f7d9 ?compute_iso_week_internal@@YAHHHH@Z 100707d9 f libucrt:wcsftime.obj + 0001:0006f86e ?compute_iso_year@@YAHHHH@Z 1007086e f libucrt:wcsftime.obj + 0001:0006f899 ?expand_time@@YA_NPAU__crt_locale_pointers@@_WPBUtm@@PAPA_WPAIPBU__crt_lc_time_data@@_N@Z 10070899 f libucrt:wcsftime.obj + 0001:0007024d $LN191 1007124d libucrt:wcsftime.obj + 0001:0007026d ?store_number@@YAXHHQAPA_WQAI_W@Z 1007126d f libucrt:wcsftime.obj + 0001:00070301 ?store_number_without_lead_zeroes@@YAXHQAPA_WQAI@Z 10071301 f libucrt:wcsftime.obj + 0001:0007037b ?store_string@@YAXPB_WQAPA_WQAI@Z 1007137b f libucrt:wcsftime.obj + 0001:000703ae ?store_winword@@YA_NQAU__crt_locale_pointers@@HQBUtm@@QAPA_WQAIQBU__crt_lc_time_data@@@Z 100713ae f libucrt:wcsftime.obj + 0001:000710d6 ?__acrt_LCMapStringA_stat@@YAHPAU__crt_locale_pointers@@PB_WKPBDHPADHHH@Z 100720d6 f libucrt:lcmapstringa.obj + 0001:00071510 $$000000 10072510 libucrt:sqrt.obj + 0001:000715f0 $$000000 100725f0 libucrt:_strnicm.obj + 0001:000719eb ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100729eb f libucrt:mbctype.obj + 0001:00071a38 ??R@@QBE@XZ 10072a38 f libucrt:mbctype.obj + 0001:00071abb ?CPtoLocaleName@@YAPB_WH@Z 10072abb f libucrt:mbctype.obj + 0001:00071af9 ?getSystemCP@@YAHH@Z 10072af9 f libucrt:mbctype.obj + 0001:00071b6a ?setSBCS@@YAXPAU__crt_multibyte_data@@@Z 10072b6a f libucrt:mbctype.obj + 0001:00071bcd ?setSBUpLow@@YAXPAU__crt_multibyte_data@@@Z 10072bcd f libucrt:mbctype.obj + 0001:00071d72 ?setmbcp_internal@@YAHH_NQAU__acrt_ptd@@QAPAU__crt_multibyte_data@@@Z 10072d72 f libucrt:mbctype.obj + 0001:00071ec7 ?update_thread_multibyte_data_internal@@YAPAU__crt_multibyte_data@@QAU__acrt_ptd@@QAPAU1@@Z 10072ec7 f libucrt:mbctype.obj + 0001:00072ee0 ?free_crt_array_internal@@YAXQAPBXI@Z 10073ee0 f libucrt:inittime.obj + 0001:00072f05 ?initialize_lc_time@@YA_NQAU__crt_lc_time_data@@QAU__crt_locale_data@@@Z 10073f05 f libucrt:inittime.obj + 0001:000733b3 ??$common_tcsncat_s@_W@@YAHQA_WIQB_WI@Z 100743b3 f libucrt:wcsncat_s.obj + 0001:000734a6 ??$common_tcsncpy_s@_W@@YAHQA_WIQB_WI@Z 100744a6 f libucrt:wcsncpy_s.obj + 0001:00073727 _GetLocaleNameFromDefault 10074727 f libucrt:get_qualified_locale.obj + 0001:000737ae _GetLocaleNameFromLangCountry 100747ae f libucrt:get_qualified_locale.obj + 0001:00073847 _GetLocaleNameFromLanguage 10074847 f libucrt:get_qualified_locale.obj + 0001:000738a0 _GetPrimaryLen 100748a0 f libucrt:get_qualified_locale.obj + 0001:000738d4 _LangCountryEnumProcEx@12 100748d4 f libucrt:get_qualified_locale.obj + 0001:00073bb5 _LanguageEnumProcEx@12 10074bb5 f libucrt:get_qualified_locale.obj + 0001:00073c74 _ProcessCodePage 10074c74 f libucrt:get_qualified_locale.obj + 0001:00073d64 _TestDefaultCountry 10074d64 f libucrt:get_qualified_locale.obj + 0001:00073db1 _TranslateName 10074db1 f libucrt:get_qualified_locale.obj + 0001:00074023 _CountryEnumProc@4 10075023 f libucrt:getqloc_downlevel.obj + 0001:000740ca _GetLcidFromCountry 100750ca f libucrt:getqloc_downlevel.obj + 0001:00074115 _GetLcidFromLangCountry 10075115 f libucrt:getqloc_downlevel.obj + 0001:000741b0 _GetLcidFromLanguage 100751b0 f libucrt:getqloc_downlevel.obj + 0001:0007420f _GetPrimaryLen 1007520f f libucrt:getqloc_downlevel.obj + 0001:0007423b _LangCountryEnumProc@4 1007523b f libucrt:getqloc_downlevel.obj + 0001:0007448e _LanguageEnumProc@4 1007548e f libucrt:getqloc_downlevel.obj + 0001:00074563 _LcidFromHexString 10075563 f libucrt:getqloc_downlevel.obj + 0001:000745b7 _ProcessCodePage 100755b7 f libucrt:getqloc_downlevel.obj + 0001:00074698 _TestDefaultCountry 10075698 f libucrt:getqloc_downlevel.obj + 0001:000746bd _TestDefaultLanguage 100756bd f libucrt:getqloc_downlevel.obj + 0001:00074732 _TranslateName 10075732 f libucrt:getqloc_downlevel.obj + 0001:00074a37 ?GetTableIndexFromLocaleName@@YAHPB_W@Z 10075a37 f libucrt:lcidtoname_downlevel.obj + 0001:00075007 ??R@@QBEIPBD@Z 10076007 f libucrt:mbrtowc.obj + 0001:000751b0 ?check_trailing@@YA_NPBDW4__acrt_has_trailing_digits@@@Z 100761b0 f libucrt:_fptostr.obj + 0001:000751d3 ?should_round_up@@YA_NQBD0HW4__acrt_has_trailing_digits@@W4__acrt_rounding_mode@@@Z 100761d3 f libucrt:_fptostr.obj + 0001:00076aae ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 10077aae f libucrt:onexit.obj + 0001:00076b09 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 10077b09 f libucrt:onexit.obj + 0001:00076b64 ??R@@QBE@XZ 10077b64 f libucrt:onexit.obj + 0001:00076c66 ??R@@QBE@XZ 10077c66 f libucrt:onexit.obj + 0001:00076e2e ?to_abstract_control@@YA?AW4__acrt_fenv_abstract_control@@W4__acrt_fenv_machine_sse_control@@@Z 10077e2e f libucrt:_fenvutils.obj + 0001:00076ede ?to_abstract_control@@YA?AW4__acrt_fenv_abstract_control@@W4__acrt_fenv_machine_x87_control@@@Z 10077ede f libucrt:_fenvutils.obj + 0001:00076f8b ?to_machine_sse_control@@YA?AW4__acrt_fenv_machine_sse_control@@W4__acrt_fenv_abstract_control@@@Z 10077f8b f libucrt:_fenvutils.obj + 0001:00077041 ?to_machine_x87_control@@YA?AW4__acrt_fenv_machine_x87_control@@W4__acrt_fenv_abstract_control@@@Z 10078041 f libucrt:_fenvutils.obj + 0001:000773ba ??$common_getenv_nolock@_W@@YAPA_WQB_W@Z 100783ba f libucrt:getenv.obj + 0001:0007743e ??$common_getenv_s@_W@@YAHQAIQA_WIQB_W@Z 1007843e f libucrt:getenv.obj + 0001:0007749d ??$common_getenv_s_nolock@_W@@YAHQAIQA_WIQB_W@Z 1007849d f libucrt:getenv.obj + 0001:000776f0 $$000000 100786f0 libucrt:common.obj + 0001:00077880 $$000000 10078880 libucrt:sqrt_impl.obj + 0001:00077945 ?initialize_multibyte@@YAHXZ 10078945 f libucrt:multibyte_initializer.obj + 0001:00077954 ?InternalGetLocaleInfoA@@YAHQAU__crt_locale_pointers@@QB_WKQADH@Z 10078954 f libucrt:getlocaleinfoa.obj + 0001:00077be3 ??$common_xtox@K_W@@YAHKQA_WII_N@Z 10078be3 f libucrt:xtoa.obj + 0001:00077c9f ??$common_xtox_s@K_W@@YAHKQA_WII_N@Z 10078c9f f libucrt:xtoa.obj + 0001:00078069 ?__dcrt_lowio_initialize_console_output@@YAXXZ 10079069 f libucrt:initcon.obj + 0001:00078230 $$000000 10079230 libucrt:log10_impl.obj + 0001:00078510 ??$common_get_or_create_environment_nolock@_W@@YAPAPA_WXZ 10079510 f libucrt:environment_initialization.obj + 0001:0007853c ??$common_initialize_environment_nolock@D@@YAHXZ 1007953c f libucrt:environment_initialization.obj + 0001:00078596 ??$common_initialize_environment_nolock@_W@@YAHXZ 10079596 f libucrt:environment_initialization.obj + 0001:000785eb ??$create_environment@D@@YAQAPADQAD@Z 100795eb f libucrt:environment_initialization.obj + 0001:000786cd ??$create_environment@_W@@YAQAPA_WQA_W@Z 100796cd f libucrt:environment_initialization.obj + 0001:000787eb ??$free_environment@D@@YAXQAPAD@Z 100797eb f libucrt:environment_initialization.obj + 0001:000787eb ??$free_environment@_W@@YAXQAPA_W@Z 100797eb f libucrt:environment_initialization.obj + 0001:0007881a ??$initialize_environment_by_cloning_nolock@_W@@YAHXZ 1007981a f libucrt:environment_initialization.obj + 0001:0007889b ??$uninitialize_environment_internal@D@@YAXAAPAPAD@Z 1007989b f libucrt:environment_initialization.obj + 0001:000788b6 ??$uninitialize_environment_internal@_W@@YAXAAPAPA_W@Z 100798b6 f libucrt:environment_initialization.obj + 0001:00078a00 $$000000 10079a00 libucrt:genexcep.obj + 0001:00078a60 $$000000 10079a60 libucrt:87disp.obj + 0001:00078cb4 ??$common_tcsncpy_s@D@@YAHQADIQBDI@Z 10079cb4 f libucrt:strncpy_s.obj + 0001:00078d76 ___hw_cw_sse2 10079d76 f libucrt:ieee87.obj + 0001:000791fc __hw_cw 1007a1fc f libucrt:ieee87.obj + 0001:000792a0 $$000000 1007a2a0 libucrt:log10_pentium4.obj + 0001:00079530 $$000000 1007a530 libucrt:87tran.obj + 0001:00079837 ?find_end_of_double_null_terminated_sequence@@YAPB_WQB_W@Z 1007a837 f libucrt:get_environment_from_os.obj + 0001:0007995c ??$common_set_variable_in_environment_nolock@_W@@YAHQA_WH@Z 1007a95c f libucrt:setenv.obj + 0001:00079be7 ??$copy_environment@_W@@YAPAPA_WQAPA_W@Z 1007abe7 f libucrt:setenv.obj + 0001:00079ca5 ??$ensure_current_environment_is_not_initial_environment_nolock@_W@@YAXXZ 1007aca5 f libucrt:setenv.obj + 0001:00079cbf ??$find_in_environment_nolock@_W@@YAHQB_WI@Z 1007acbf f libucrt:setenv.obj + 0001:0007a003 ?_mbstowcs_internal@@YAHPAIPA_WIPBDIAAV__crt_cached_ptd_host@@@Z 1007b003 f libucrt:mbstowcs.obj + 0001:0007a0df ?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 1007b0df f libucrt:mbstowcs.obj + 0001:0007a98b _tidy_global 1007b98b f libcpmt:locale0.obj + 0001:0007ae6a ??$_Xfiopen@D@?A0x6dc13635@@YAPAU_iobuf@@PBDHH@Z 1007be6a f libcpmt:fiopen.obj + 0001:0007af0a ?swfun@std@@YAXAAVios_base@1@_J@Z 1007bf0a f libcpmt:iomanip.obj + 0001:0007b1c0 ?initialize_pointers@@YAHXZ 1007c1c0 f libcpmt:winapisupp.obj + 0001:0007b29d ?find_pe_section@@YAPAU_IMAGE_SECTION_HEADER@@QAEI@Z 1007c29d f LIBCMT:utility.obj + 0001:0007b600 $$000000 1007c600 LIBCMT:llshl.obj + 0001:0007b610 MORE32 1007c610 LIBCMT:llshl.obj + 0001:0007b61a RETZERO 1007c61a LIBCMT:llshl.obj + 0001:0007b620 $$000000 1007c620 LIBCMT:ullshr.obj + 0001:0007b630 MORE32 1007c630 LIBCMT:ullshr.obj + 0001:0007b63a RETZERO 1007c63a LIBCMT:ullshr.obj + 0001:0007b720 $$000000 1007c720 LIBCMT:lldiv.obj + 0001:0007b741 L1 1007c741 LIBCMT:lldiv.obj + 0001:0007b75d L2 1007c75d LIBCMT:lldiv.obj + 0001:0007b779 L3 1007c779 LIBCMT:lldiv.obj + 0001:0007b787 L5 1007c787 LIBCMT:lldiv.obj + 0001:0007b7b5 L6 1007c7b5 LIBCMT:lldiv.obj + 0001:0007b7b6 L7 1007c7b6 LIBCMT:lldiv.obj + 0001:0007b7ba L4 1007c7ba LIBCMT:lldiv.obj + 0001:0007b7c4 L8 1007c7c4 LIBCMT:lldiv.obj + 0001:0007b7d0 $$000000 1007c7d0 LIBCMT:lldvrm.obj + 0001:0007b7f4 L1 1007c7f4 LIBCMT:lldvrm.obj + 0001:0007b810 L2 1007c810 LIBCMT:lldvrm.obj + 0001:0007b83c L3 1007c83c LIBCMT:lldvrm.obj + 0001:0007b84a L5 1007c84a LIBCMT:lldvrm.obj + 0001:0007b878 L6 1007c878 LIBCMT:lldvrm.obj + 0001:0007b881 L7 1007c881 LIBCMT:lldvrm.obj + 0001:0007b883 L4 1007c883 LIBCMT:lldvrm.obj + 0001:0007b895 L9 1007c895 LIBCMT:lldvrm.obj + 0001:0007b8a9 L8 1007c8a9 LIBCMT:lldvrm.obj + 0001:0007b8b0 $$000000 1007c8b0 LIBCMT:llmul.obj + 0001:0007b8c9 hard 1007c8c9 LIBCMT:llmul.obj + 0001:0007b8f0 $$000000 1007c8f0 LIBCMT:llrem.obj + 0001:0007b910 L1 1007c910 LIBCMT:llrem.obj + 0001:0007b92b L2 1007c92b LIBCMT:llrem.obj + 0001:0007b94a L3 1007c94a LIBCMT:llrem.obj + 0001:0007b958 L5 1007c958 LIBCMT:llrem.obj + 0001:0007b983 L6 1007c983 LIBCMT:llrem.obj + 0001:0007b98b L7 1007c98b LIBCMT:llrem.obj + 0001:0007b996 L4 1007c996 LIBCMT:llrem.obj + 0001:0007b99d L8 1007c99d LIBCMT:llrem.obj + 0001:0007b9c0 $$000000 1007c9c0 LIBCMT:ftol3.obj + 0001:0007b9df _ftol3_default 1007c9df LIBCMT:ftol3.obj + 0001:0007b9f3 _ftol3_notsafe 1007c9f3 LIBCMT:ftol3.obj + 0001:0007ba13 _ftol3_mincheck 1007ca13 LIBCMT:ftol3.obj + 0001:0007ba19 _ftol3_NaN 1007ca19 LIBCMT:ftol3.obj + 0001:0007ba21 _ftol3_retmin 1007ca21 LIBCMT:ftol3.obj + 0001:0007ba30 $$000000 1007ca30 LIBCMT:ftol3.obj + 0001:0007ba4e _dtoul3_default 1007ca4e LIBCMT:ftol3.obj + 0001:0007ba79 _dtoul3_notsafe 1007ca79 LIBCMT:ftol3.obj + 0001:0007baa2 _dtoul3_exact 1007caa2 LIBCMT:ftol3.obj + 0001:0007baa9 _dtoul3_large 1007caa9 LIBCMT:ftol3.obj + 0001:0007bab4 _dtoul3_neg 1007cab4 LIBCMT:ftol3.obj + 0001:0007bac5 _dtoul3_NaN 1007cac5 LIBCMT:ftol3.obj + 0001:0007bae0 $$000000 1007cae0 LIBCMT:ftol3.obj + 0001:0007bafe _dtoul3l_notsafe 1007cafe LIBCMT:ftol3.obj + 0001:0007bb10 $$000000 1007cb10 LIBCMT:ftol3.obj + 0001:0007bb2e _dtol3_default 1007cb2e LIBCMT:ftol3.obj + 0001:0007bb58 _dtol3_getbits 1007cb58 LIBCMT:ftol3.obj + 0001:0007bb81 _dtol3_trunc 1007cb81 LIBCMT:ftol3.obj + 0001:0007bb88 _dtol3_lshift 1007cb88 LIBCMT:ftol3.obj + 0001:0007bb8e _dtol3_notsafe 1007cb8e LIBCMT:ftol3.obj + 0001:0007bba7 _dtol3_large 1007cba7 LIBCMT:ftol3.obj + 0001:0007bbaf _dtol3_NaN 1007cbaf LIBCMT:ftol3.obj + 0001:0007bbb7 _dtol3_retmin 1007cbb7 LIBCMT:ftol3.obj + 0001:0007bbc0 $$000000 1007cbc0 LIBCMT:ftol3.obj + 0001:0007bbda _ultod3_default 1007cbda LIBCMT:ftol3.obj + 0001:0007bc08 _ultod3_uint32 1007cc08 LIBCMT:ftol3.obj + 0001:0007bc10 $$000000 1007cc10 LIBCMT:ftol3.obj + 0001:0007bc2a _ltod3_default 1007cc2a LIBCMT:ftol3.obj + 0001:0007bc51 _ltod3_lt33 1007cc51 LIBCMT:ftol3.obj + 0001:0007bc52 ?dllmain_crt_dispatch@@YGHQAUHINSTANCE__@@KQAX@Z 1007cc52 f LIBCMT:dll_dllmain.obj + 0001:0007bca5 ?dllmain_crt_process_attach@@YAHQAUHINSTANCE__@@QAX@Z 1007cca5 f LIBCMT:dll_dllmain.obj + 0001:0007bdac ?dllmain_crt_process_detach@@YAH_N@Z 1007cdac f LIBCMT:dll_dllmain.obj + 0001:0007be5c ?dllmain_dispatch@@YAHQAUHINSTANCE__@@KQAX@Z 1007ce5c f LIBCMT:dll_dllmain.obj + 0001:0007bf67 ?dllmain_raw@@YGHQAUHINSTANCE__@@KQAX@Z 1007cf67 f LIBCMT:dll_dllmain.obj + 0001:0007bfc0 $$000000 1007cfc0 LIBCMT:sehprolg4.obj + 0001:0007c500 $$000000 1007d500 LIBCMT:ulldvrm.obj + 0001:0007c531 L1 1007d531 LIBCMT:ulldvrm.obj + 0001:0007c53f L3 1007d53f LIBCMT:ulldvrm.obj + 0001:0007c56d L4 1007d56d LIBCMT:ulldvrm.obj + 0001:0007c576 L5 1007d576 LIBCMT:ulldvrm.obj + 0001:0007c578 L2 1007d578 LIBCMT:ulldvrm.obj + 0001:0007c6c0 $$000000 1007d6c0 LIBCMT:ulldiv.obj + 0001:0007c6e2 L1 1007d6e2 LIBCMT:ulldiv.obj + 0001:0007c6f0 L3 1007d6f0 LIBCMT:ulldiv.obj + 0001:0007c71e L4 1007d71e LIBCMT:ulldiv.obj + 0001:0007c71f L5 1007d71f LIBCMT:ulldiv.obj + 0001:0007c723 L2 1007d723 LIBCMT:ulldiv.obj + 0001:0007c730 $$000000 1007d730 LIBCMT:ullrem.obj + 0001:0007c751 L1 1007d751 LIBCMT:ullrem.obj + 0001:0007c75f L3 1007d75f LIBCMT:ullrem.obj + 0001:0007c78a L4 1007d78a LIBCMT:ullrem.obj + 0001:0007c792 L5 1007d792 LIBCMT:ullrem.obj + 0001:0007c7a1 L2 1007d7a1 LIBCMT:ullrem.obj + 0001:0007c9b0 $$000000 1007d9b0 LIBCMT:chkstk.obj + 0001:0007c9c4 cs10 1007d9c4 LIBCMT:chkstk.obj + 0001:0007c9d2 cs20 1007d9d2 LIBCMT:chkstk.obj + 0001:0007c9e0 $$000000 1007d9e0 LIBCMT:alloca16.obj + 0001:0007c9f6 alloca_8 1007d9f6 LIBCMT:alloca16.obj + 0001:0007ca10 $$000000 1007da10 LIBCMT:ftol2.obj + 0001:0007ca20 $$000000 1007da20 LIBCMT:ftol2.obj + 0001:0007ca31 L3B 1007da31 LIBCMT:ftol2.obj + 0001:0007ca74 L3F 1007da74 LIBCMT:ftol2.obj + 0001:0007ca7c L40 1007da7c LIBCMT:ftol2.obj + 0001:0007ca8f L41 1007da8f LIBCMT:ftol2.obj + 0001:0007cac5 ___get_entropy 1007dac5 f LIBCMT:gs_support.obj + 0001:0007e1ec $LN1250 1007f1ec libvcruntime:memcmp.obj + 0001:0007e270 $$000000 1007f270 libvcruntime:strrchr.obj + 0001:0007e2ad strrchr_sse_loop 1007f2ad libvcruntime:strrchr.obj + 0001:0007e2dd strrchr_sse_break 1007f2dd libvcruntime:strrchr.obj + 0001:0007e2fd strrchr_sttni 1007f2fd libvcruntime:strrchr.obj + 0001:0007e30f strrchr_sttni_chars 1007f30f libvcruntime:strrchr.obj + 0001:0007e324 strrchr_sttni_aligned 1007f324 libvcruntime:strrchr.obj + 0001:0007e328 strrchr_sttni_xmm 1007f328 libvcruntime:strrchr.obj + 0001:0007e33b exit 1007f33b libvcruntime:strrchr.obj + 0001:0007e33e strrchr_zero 1007f33e libvcruntime:strrchr.obj + 0001:0007e363 strchr_zero_loop 1007f363 libvcruntime:strrchr.obj + 0001:0007e377 strchr_zero_result 1007f377 libvcruntime:strrchr.obj + 0001:0007e37e strrchr_no_sse 1007f37e libvcruntime:strrchr.obj + 0001:0007e3a1 returndi 1007f3a1 libvcruntime:strrchr.obj + 0001:0007e3a3 toend 1007f3a3 libvcruntime:strrchr.obj + 0001:0007e4ad ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@PAD@@QAEPAD$$QAV@@AAV@@$$QAV@@@Z 1007f4ad f libucrt:setlocale.obj + 0001:0007e508 ??R@@QBEPADXZ 1007f508 f libucrt:setlocale.obj + 0001:0007e667 _call_wsetlocale 1007f667 f libucrt:setlocale.obj + 0001:0007e8b3 ??$common_fsopen@D@@YAPAU_iobuf@@QBD0H@Z 1007f8b3 f libucrt:fopen.obj + 0001:0007e975 ??$common_configure_argv@D@@YAHW4_crt_argv_mode@@@Z 1007f975 f libucrt:argv_parsing.obj + 0001:0007eab2 ??$parse_command_line@D@@YAXPADPAPAD0PAI2@Z 1007fab2 f libucrt:argv_parsing.obj + 0001:0007ec80 _initialize_global_variables 1007fc80 f libucrt:initialization.obj + 0001:0007ec8d _initialize_c 1007fc8d f libucrt:initialization.obj + 0001:0007eca7 _uninitialize_environment 1007fca7 f libucrt:initialization.obj + 0001:0007ecaf _initialize_pointers 1007fcaf f libucrt:initialization.obj + 0001:0007ecdd _uninitialize_vcruntime 1007fcdd f libucrt:initialization.obj + 0001:0007ece6 _uninitialize_allocated_memory 1007fce6 f libucrt:initialization.obj + 0001:0007ecfd _uninitialize_allocated_io_buffers 1007fcfd f libucrt:initialization.obj + 0001:0007ed4d ??R@@QBE@AAPAU__crt_multibyte_data@@@Z 1007fd4d f libucrt:initialization.obj + 0001:0007ede2 ?_wcstombs_internal@@YAHPAIPADIPB_WIAAV__crt_cached_ptd_host@@@Z 1007fde2 f libucrt:wcstombs.obj + 0001:0007eeb7 ?_wcstombs_l_helper@@YAIPADPB_WIAAV__crt_cached_ptd_host@@@Z 1007feb7 f libucrt:wcstombs.obj + 0001:0007f3c6 ??$common_openfile@D@@YAPAU_iobuf@@QBD0HV__crt_stdio_stream@@@Z 100803c6 f libucrt:openfile.obj + 0001:0007f568 ?@@@CAHPBX0@Z 10080568 f libucrt:argv_wildcards.obj + 0001:0007f646 ??$common_expand_argv_wildcards@D@@YAHQAPADQAPAPAD@Z 10080646 f libucrt:argv_wildcards.obj + 0001:0007f7c3 ??$copy_and_add_argument_to_buffer@D@@YAHQBD0IAAV?$argument_list@D@?A0x5f5c8891@@@Z 100807c3 f libucrt:argv_wildcards.obj + 0001:0007f874 ??$expand_argument_wildcards@D@@YAHQAD0AAV?$argument_list@D@?A0x5f5c8891@@@Z 10080874 f libucrt:argv_wildcards.obj + 0001:0007faf9 ??1?$argument_list@D@?A0x5f5c8891@@QAE@XZ 10080af9 f libucrt:argv_wildcards.obj + 0001:0007fb5a ?expand_if_necessary@?$argument_list@D@?A0x5f5c8891@@AAEHXZ 10080b5a f libucrt:argv_wildcards.obj + 0001:0007fc8d ?x_ismbbtype_l@@YAHPAU__crt_locale_pointers@@IHH@Z 10080c8d f libucrt:ismbbyte.obj + 0001:0007feb6 ??$common_sopen_dispatch@D@@YAHQBDHHHQAHH@Z 10080eb6 f libucrt:open.obj + 0001:0007ff91 ?configure_text_mode@@YAHHUfile_options@?A0xa9d50aae@@HAAW4__crt_lowio_text_mode@@@Z 10080f91 f libucrt:open.obj + 0001:000801e7 ?create_file@@YAPAXQB_WQAU_SECURITY_ATTRIBUTES@@Ufile_options@?A0xa9d50aae@@@Z 100811e7 f libucrt:open.obj + 0001:0008020c ?decode_open_create_flags@@YAKH@Z 1008120c f libucrt:open.obj + 0001:0008027c ?decode_options@@YA?AUfile_options@?A0xa9d50aae@@HHH@Z 1008127c f libucrt:open.obj + 0001:000803f6 ?truncate_ctrl_z_if_present@@YAHH@Z 100813f6 f libucrt:open.obj + 0001:00080d50 $$000000 10081d50 libucrt:strpbrk.obj + 0001:00081290 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$0 10082290 f logging.cpp.obj + 0001:00081290 __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 10082290 f main.cpp.obj + 0001:00081298 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$2 10082298 f logging.cpp.obj + 0001:00081298 __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 10082298 f main.cpp.obj + 0001:000812a7 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$1 100822a7 f logging.cpp.obj + 0001:000812a7 __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 100822a7 f main.cpp.obj + 0001:000812b4 __ehhandler$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 100822b4 f logging.cpp.obj + 0001:000812b4 __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 100822b4 f main.cpp.obj + 0001:000812e0 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$0 100822e0 f logging.cpp.obj + 0001:000812e8 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$2 100822e8 f logging.cpp.obj + 0001:000812f7 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$1 100822f7 f logging.cpp.obj + 0001:00081304 __ehhandler$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 10082304 f logging.cpp.obj + 0001:00081330 __unwindfunclet$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z$0 10082330 f logging.cpp.obj + 0001:0008134c __unwindfunclet$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z$2 1008234c f logging.cpp.obj + 0001:00081359 __ehhandler$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 10082359 f logging.cpp.obj + 0001:00081380 __ehhandler$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 10082380 f logging.cpp.obj + 0001:000813a0 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$0 100823a0 f logging.cpp.obj + 0001:000813a8 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$1 100823a8 f logging.cpp.obj + 0001:000813b3 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$2 100823b3 f logging.cpp.obj + 0001:000813be __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$3 100823be f logging.cpp.obj + 0001:000813c9 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$4 100823c9 f logging.cpp.obj + 0001:000813d4 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$5 100823d4 f logging.cpp.obj + 0001:000813df __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$6 100823df f logging.cpp.obj + 0001:000813ef __ehhandler$??0_Locinfo@std@@QAE@PBD@Z 100823ef f logging.cpp.obj + 0001:00081410 __unwindfunclet$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$5 10082410 f logging.cpp.obj + 0001:00081418 __unwindfunclet$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$6 10082418 f logging.cpp.obj + 0001:00081425 __ehhandler$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 10082425 f logging.cpp.obj + 0001:00081450 __unwindfunclet$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z$1 10082450 f logging.cpp.obj + 0001:00081450 __unwindfunclet$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z$0 10082450 f main.cpp.obj + 0001:00081450 __unwindfunclet$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z$0 10082450 f spellcast.cpp.obj + 0001:0008145d __ehhandler$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 1008245d f logging.cpp.obj + 0001:0008145d __ehhandler$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 1008245d f main.cpp.obj + 0001:0008145d __ehhandler$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 1008245d f spellcast.cpp.obj + 0001:00081490 __ehhandler$??1?$basic_filebuf@DU?$char_traits@D@std@@@std@@UAE@XZ 10082490 f logging.cpp.obj + 0001:00081490 __ehhandler$?try_cor_exit_process@@YAXI@Z 10082490 f libucrt:exit.obj + 0001:00081490 __ehhandler$?_Tidy@ios_base@std@@AAEXXZ 10082490 f libcpmt:ios.obj + 0001:000814b0 __ehhandler$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 100824b0 f logging.cpp.obj + 0001:000814d0 __ehhandler$??1_Locinfo@std@@QAE@XZ 100824d0 f logging.cpp.obj + 0001:000814d0 __ehhandler$??1?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@exception_detail@boost@@QAE@XZ 100824d0 f main.cpp.obj + 0001:000814d0 __ehhandler$??1_Init_atexit@@QAE@XZ 100824d0 f libcpmt:iosptrs.obj + 0001:000814d0 __ehhandler$___crtGetSystemTimePreciseAsFileTime 100824d0 f libcpmt:winapisupp.obj + 0001:000814f0 __ehhandler$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 100824f0 f logging.cpp.obj + 0001:000814f0 __ehhandler$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 100824f0 f main.cpp.obj + 0001:000814f0 __ehhandler$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100824f0 f main.cpp.obj + 0001:000814f0 __ehhandler$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100824f0 f main.cpp.obj + 0001:000814f0 __ehhandler$??_GError@hadesmem@@UAEPAXI@Z 100824f0 f main.cpp.obj + 0001:00081510 __ehhandler$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10082510 f logging.cpp.obj + 0001:00081510 __ehhandler$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10082510 f logging.cpp.obj + 0001:00081510 __ehhandler$??_Gios_base@std@@UAEPAXI@Z 10082510 f logging.cpp.obj + 0001:00081510 __ehhandler$??1bad_alloc_@exception_detail@boost@@UAE@XZ 10082510 f main.cpp.obj + 0001:00081510 __ehhandler$??1bad_exception_@exception_detail@boost@@UAE@XZ 10082510 f main.cpp.obj + 0001:00081510 __ehhandler$??1exception@boost@@MAE@XZ 10082510 f main.cpp.obj + 0001:00081510 __ehhandler$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 10082510 f main.cpp.obj + 0001:00081510 __ehhandler$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 10082510 f main.cpp.obj + 0001:00081510 __ehhandler$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 10082510 f main.cpp.obj + 0001:00081510 __ehhandler$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 10082510 f main.cpp.obj + 0001:00081510 __ehhandler$??_DError@hadesmem@@QAEXXZ 10082510 f main.cpp.obj + 0001:00081510 __ehhandler$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10082510 f main.cpp.obj + 0001:00081510 __ehhandler$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10082510 f main.cpp.obj + 0001:00081510 __ehhandler$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 10082510 f main.cpp.obj + 0001:00081510 __ehhandler$??_GCDataStore@Nampower@@UAEPAXI@Z 10082510 f main.cpp.obj + 0001:00081510 __ehhandler$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 10082510 f main.cpp.obj + 0001:00081510 __ehhandler$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 10082510 f main.cpp.obj + 0001:00081530 __unwindfunclet$??__EdebugLogFile@Nampower@@YAXXZ$0 10082530 f logging.cpp.obj + 0001:0008154b __unwindfunclet$??__EdebugLogFile@Nampower@@YAXXZ$1 1008254b f logging.cpp.obj + 0001:0008155a __ehhandler$??__EdebugLogFile@Nampower@@YAXXZ 1008255a f logging.cpp.obj + 0001:00081580 __ehhandler$??__FdebugLogFile@Nampower@@YAXXZ 10082580 f logging.cpp.obj + 0001:000815a0 __unwindfunclet$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z$1 100825a0 f logging.cpp.obj + 0001:000815ad __ehhandler$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 100825ad f logging.cpp.obj + 0001:000815d0 __unwindfunclet$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ$0 100825d0 f logging.cpp.obj + 0001:000815d0 __unwindfunclet$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 100825d0 f spellevents.cpp.obj + 0001:000815dd __ehhandler$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 100825dd f logging.cpp.obj + 0001:000815dd __ehhandler$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100825dd f spellevents.cpp.obj + 0001:00081610 __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 10082610 f main.cpp.obj + 0001:00081630 __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 10082630 f main.cpp.obj + 0001:00081650 __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 10082650 f main.cpp.obj + 0001:00081650 __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 10082650 f main.cpp.obj + 0001:00081660 __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 10082660 f main.cpp.obj + 0001:00081660 __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 10082660 f main.cpp.obj + 0001:00081680 __ehhandler$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 10082680 f main.cpp.obj + 0001:000816a0 __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 100826a0 f main.cpp.obj + 0001:000816c0 __ehhandler$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100826c0 f main.cpp.obj + 0001:000816e0 __unwindfunclet$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$2 100826e0 f main.cpp.obj + 0001:000816e8 __unwindfunclet$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$3 100826e8 f main.cpp.obj + 0001:000816f5 __ehhandler$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100826f5 f main.cpp.obj + 0001:00081720 __unwindfunclet$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z$2 10082720 f main.cpp.obj + 0001:0008172d __ehhandler$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 1008272d f main.cpp.obj + 0001:00081750 __unwindfunclet$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z$2 10082750 f main.cpp.obj + 0001:0008175d __ehhandler$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 1008275d f main.cpp.obj + 0001:00081780 __unwindfunclet$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z$2 10082780 f main.cpp.obj + 0001:0008178d __ehhandler$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 1008278d f main.cpp.obj + 0001:000817b0 __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 100827b0 f main.cpp.obj + 0001:000817b8 __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 100827b8 f main.cpp.obj + 0001:000817c0 __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 100827c0 f main.cpp.obj + 0001:000817c8 __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 100827c8 f main.cpp.obj + 0001:000817d8 __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 100827d8 f main.cpp.obj + 0001:00081810 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$0 10082810 f main.cpp.obj + 0001:00081810 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$0 10082810 f main.cpp.obj + 0001:00081810 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$0 10082810 f main.cpp.obj + 0001:00081818 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$1 10082818 f main.cpp.obj + 0001:00081818 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$1 10082818 f main.cpp.obj + 0001:00081818 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$1 10082818 f main.cpp.obj + 0001:00081820 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$2 10082820 f main.cpp.obj + 0001:00081820 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$2 10082820 f main.cpp.obj + 0001:00081820 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$2 10082820 f main.cpp.obj + 0001:0008182d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 1008282d f main.cpp.obj + 0001:0008182d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 1008282d f main.cpp.obj + 0001:0008182d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 1008282d f main.cpp.obj + 0001:00081860 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$0 10082860 f main.cpp.obj + 0001:00081868 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$1 10082868 f main.cpp.obj + 0001:00081870 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$2 10082870 f main.cpp.obj + 0001:0008187d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 1008287d f main.cpp.obj + 0001:000818b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$0 100828b0 f main.cpp.obj + 0001:000818b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$0 100828b0 f main.cpp.obj + 0001:000818b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$0 100828b0 f main.cpp.obj + 0001:000818b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$0 100828b0 f main.cpp.obj + 0001:000818b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$0 100828b0 f main.cpp.obj + 0001:000818b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$0 100828b0 f main.cpp.obj + 0001:000818b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$0 100828b0 f main.cpp.obj + 0001:000818b0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$0 100828b0 f main.cpp.obj + 0001:000818b8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$1 100828b8 f main.cpp.obj + 0001:000818b8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$1 100828b8 f main.cpp.obj + 0001:000818b8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$1 100828b8 f main.cpp.obj + 0001:000818b8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$1 100828b8 f main.cpp.obj + 0001:000818b8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$1 100828b8 f main.cpp.obj + 0001:000818b8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$1 100828b8 f main.cpp.obj + 0001:000818b8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$1 100828b8 f main.cpp.obj + 0001:000818b8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$1 100828b8 f main.cpp.obj + 0001:000818c0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$2 100828c0 f main.cpp.obj + 0001:000818c0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$2 100828c0 f main.cpp.obj + 0001:000818c0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$2 100828c0 f main.cpp.obj + 0001:000818c0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$2 100828c0 f main.cpp.obj + 0001:000818c0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$2 100828c0 f main.cpp.obj + 0001:000818c0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$2 100828c0 f main.cpp.obj + 0001:000818c0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$2 100828c0 f main.cpp.obj + 0001:000818c0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$2 100828c0 f main.cpp.obj + 0001:000818cd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 100828cd f main.cpp.obj + 0001:000818cd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 100828cd f main.cpp.obj + 0001:000818cd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 100828cd f main.cpp.obj + 0001:000818cd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 100828cd f main.cpp.obj + 0001:000818cd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 100828cd f main.cpp.obj + 0001:000818cd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 100828cd f main.cpp.obj + 0001:000818cd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 100828cd f main.cpp.obj + 0001:000818cd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 100828cd f main.cpp.obj + 0001:00081900 __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 10082900 f main.cpp.obj + 0001:00081900 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$0 10082900 f main.cpp.obj + 0001:00081900 __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 10082900 f main.cpp.obj + 0001:00081900 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 10082900 f main.cpp.obj + 0001:00081900 __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 10082900 f main.cpp.obj + 0001:00081900 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$0 10082900 f main.cpp.obj + 0001:00081900 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 10082900 f main.cpp.obj + 0001:00081900 __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 10082900 f main.cpp.obj + 0001:00081900 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 10082900 f main.cpp.obj + 0001:00081900 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z$0 10082900 f main.cpp.obj + 0001:00081900 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$0 10082900 f main.cpp.obj + 0001:00081900 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$0 10082900 f main.cpp.obj + 0001:00081900 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$0 10082900 f main.cpp.obj + 0001:00081900 __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 10082900 f main.cpp.obj + 0001:00081900 __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 10082900 f main.cpp.obj + 0001:00081900 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z$0 10082900 f main.cpp.obj + 0001:00081900 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$0 10082900 f main.cpp.obj + 0001:00081900 __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 10082900 f main.cpp.obj + 0001:00081900 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$0 10082900 f main.cpp.obj + 0001:00081900 __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 10082900 f main.cpp.obj + 0001:00081900 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$0 10082900 f main.cpp.obj + 0001:00081900 __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 10082900 f main.cpp.obj + 0001:00081900 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$0 10082900 f main.cpp.obj + 0001:00081900 __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 10082900 f main.cpp.obj + 0001:00081900 __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 10082900 f main.cpp.obj + 0001:00081900 __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 10082900 f main.cpp.obj + 0001:00081900 __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 10082900 f main.cpp.obj + 0001:00081908 __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 10082908 f main.cpp.obj + 0001:00081908 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$1 10082908 f main.cpp.obj + 0001:00081908 __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 10082908 f main.cpp.obj + 0001:00081908 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 10082908 f main.cpp.obj + 0001:00081908 __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 10082908 f main.cpp.obj + 0001:00081908 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$1 10082908 f main.cpp.obj + 0001:00081908 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 10082908 f main.cpp.obj + 0001:00081908 __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 10082908 f main.cpp.obj + 0001:00081908 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 10082908 f main.cpp.obj + 0001:00081908 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z$1 10082908 f main.cpp.obj + 0001:00081908 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$1 10082908 f main.cpp.obj + 0001:00081908 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$1 10082908 f main.cpp.obj + 0001:00081908 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$1 10082908 f main.cpp.obj + 0001:00081908 __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 10082908 f main.cpp.obj + 0001:00081908 __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 10082908 f main.cpp.obj + 0001:00081908 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z$1 10082908 f main.cpp.obj + 0001:00081908 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$1 10082908 f main.cpp.obj + 0001:00081908 __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 10082908 f main.cpp.obj + 0001:00081908 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$1 10082908 f main.cpp.obj + 0001:00081908 __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 10082908 f main.cpp.obj + 0001:00081908 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$1 10082908 f main.cpp.obj + 0001:00081908 __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 10082908 f main.cpp.obj + 0001:00081908 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$1 10082908 f main.cpp.obj + 0001:00081908 __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 10082908 f main.cpp.obj + 0001:00081908 __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 10082908 f main.cpp.obj + 0001:00081908 __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 10082908 f main.cpp.obj + 0001:00081908 __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 10082908 f main.cpp.obj + 0001:00081910 __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 10082910 f main.cpp.obj + 0001:00081910 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$2 10082910 f main.cpp.obj + 0001:00081910 __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 10082910 f main.cpp.obj + 0001:00081910 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 10082910 f main.cpp.obj + 0001:00081910 __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 10082910 f main.cpp.obj + 0001:00081910 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$2 10082910 f main.cpp.obj + 0001:00081910 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 10082910 f main.cpp.obj + 0001:00081910 __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 10082910 f main.cpp.obj + 0001:00081910 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 10082910 f main.cpp.obj + 0001:00081910 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z$2 10082910 f main.cpp.obj + 0001:00081910 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$2 10082910 f main.cpp.obj + 0001:00081910 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$2 10082910 f main.cpp.obj + 0001:00081910 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$2 10082910 f main.cpp.obj + 0001:00081910 __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 10082910 f main.cpp.obj + 0001:00081910 __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 10082910 f main.cpp.obj + 0001:00081910 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z$2 10082910 f main.cpp.obj + 0001:00081910 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$2 10082910 f main.cpp.obj + 0001:00081910 __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 10082910 f main.cpp.obj + 0001:00081910 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$2 10082910 f main.cpp.obj + 0001:00081910 __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 10082910 f main.cpp.obj + 0001:00081910 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$2 10082910 f main.cpp.obj + 0001:00081910 __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 10082910 f main.cpp.obj + 0001:00081910 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$2 10082910 f main.cpp.obj + 0001:00081910 __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 10082910 f main.cpp.obj + 0001:00081910 __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 10082910 f main.cpp.obj + 0001:00081910 __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 10082910 f main.cpp.obj + 0001:00081910 __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 10082910 f main.cpp.obj + 0001:0008191d __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 1008291d f main.cpp.obj + 0001:0008191d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 1008291d f main.cpp.obj + 0001:0008191d __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 1008291d f main.cpp.obj + 0001:0008191d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1008291d f main.cpp.obj + 0001:0008191d __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 1008291d f main.cpp.obj + 0001:0008191d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 1008291d f main.cpp.obj + 0001:0008191d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1008291d f main.cpp.obj + 0001:0008191d __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 1008291d f main.cpp.obj + 0001:0008191d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1008291d f main.cpp.obj + 0001:0008191d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z 1008291d f main.cpp.obj + 0001:0008191d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 1008291d f main.cpp.obj + 0001:0008191d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 1008291d f main.cpp.obj + 0001:0008191d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 1008291d f main.cpp.obj + 0001:0008191d __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 1008291d f main.cpp.obj + 0001:0008191d __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 1008291d f main.cpp.obj + 0001:0008191d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z 1008291d f main.cpp.obj + 0001:0008191d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 1008291d f main.cpp.obj + 0001:0008191d __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 1008291d f main.cpp.obj + 0001:0008191d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 1008291d f main.cpp.obj + 0001:0008191d __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 1008291d f main.cpp.obj + 0001:0008191d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 1008291d f main.cpp.obj + 0001:0008191d __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 1008291d f main.cpp.obj + 0001:0008191d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 1008291d f main.cpp.obj + 0001:0008191d __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 1008291d f main.cpp.obj + 0001:0008191d __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 1008291d f main.cpp.obj + 0001:0008191d __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 1008291d f main.cpp.obj + 0001:0008191d __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 1008291d f main.cpp.obj + 0001:00081950 __unwindfunclet$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z$2 10082950 f main.cpp.obj + 0001:0008195d __ehhandler$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 1008295d f main.cpp.obj + 0001:00081980 __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 10082980 f main.cpp.obj + 0001:00081988 __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 10082988 f main.cpp.obj + 0001:00081990 __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 10082990 f main.cpp.obj + 0001:00081998 __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 10082998 f main.cpp.obj + 0001:000819a5 __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 100829a5 f main.cpp.obj + 0001:000819d0 __unwindfunclet$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z$2 100829d0 f main.cpp.obj + 0001:000819dd __ehhandler$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100829dd f main.cpp.obj + 0001:00081a00 __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 10082a00 f main.cpp.obj + 0001:00081a08 __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 10082a08 f main.cpp.obj + 0001:00081a1a __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 10082a1a f main.cpp.obj + 0001:00081a3c __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 10082a3c f main.cpp.obj + 0001:00081a5e __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 10082a5e f main.cpp.obj + 0001:00081a66 __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 10082a66 f main.cpp.obj + 0001:00081a6e __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 10082a6e f main.cpp.obj + 0001:00081a76 __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 10082a76 f main.cpp.obj + 0001:00081a7e __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 10082a7e f main.cpp.obj + 0001:00081a86 __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 10082a86 f main.cpp.obj + 0001:00081a8e __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 10082a8e f main.cpp.obj + 0001:00081a96 __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 10082a96 f main.cpp.obj + 0001:00081a9e __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 10082a9e f main.cpp.obj + 0001:00081aa9 __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 10082aa9 f main.cpp.obj + 0001:00081ab4 __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 10082ab4 f main.cpp.obj + 0001:00081ac1 __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 10082ac1 f main.cpp.obj + 0001:00081af0 __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 10082af0 f main.cpp.obj + 0001:00081af8 __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 10082af8 f main.cpp.obj + 0001:00081b0a __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 10082b0a f main.cpp.obj + 0001:00081b2c __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 10082b2c f main.cpp.obj + 0001:00081b4e __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 10082b4e f main.cpp.obj + 0001:00081b56 __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 10082b56 f main.cpp.obj + 0001:00081b5e __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 10082b5e f main.cpp.obj + 0001:00081b66 __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 10082b66 f main.cpp.obj + 0001:00081b6e __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 10082b6e f main.cpp.obj + 0001:00081b76 __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 10082b76 f main.cpp.obj + 0001:00081b7e __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 10082b7e f main.cpp.obj + 0001:00081b86 __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 10082b86 f main.cpp.obj + 0001:00081b8e __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 10082b8e f main.cpp.obj + 0001:00081b99 __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 10082b99 f main.cpp.obj + 0001:00081ba4 __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 10082ba4 f main.cpp.obj + 0001:00081bb1 __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 10082bb1 f main.cpp.obj + 0001:00081be0 __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 10082be0 f main.cpp.obj + 0001:00081be8 __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 10082be8 f main.cpp.obj + 0001:00081bfa __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 10082bfa f main.cpp.obj + 0001:00081c1c __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 10082c1c f main.cpp.obj + 0001:00081c3e __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 10082c3e f main.cpp.obj + 0001:00081c46 __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 10082c46 f main.cpp.obj + 0001:00081c4e __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 10082c4e f main.cpp.obj + 0001:00081c56 __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 10082c56 f main.cpp.obj + 0001:00081c5e __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 10082c5e f main.cpp.obj + 0001:00081c66 __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 10082c66 f main.cpp.obj + 0001:00081c6e __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 10082c6e f main.cpp.obj + 0001:00081c76 __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 10082c76 f main.cpp.obj + 0001:00081c7e __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 10082c7e f main.cpp.obj + 0001:00081c89 __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 10082c89 f main.cpp.obj + 0001:00081c94 __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 10082c94 f main.cpp.obj + 0001:00081ca1 __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 10082ca1 f main.cpp.obj + 0001:00081cd0 __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 10082cd0 f main.cpp.obj + 0001:00081cd8 __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 10082cd8 f main.cpp.obj + 0001:00081cea __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 10082cea f main.cpp.obj + 0001:00081d0c __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 10082d0c f main.cpp.obj + 0001:00081d2e __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 10082d2e f main.cpp.obj + 0001:00081d36 __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 10082d36 f main.cpp.obj + 0001:00081d3e __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 10082d3e f main.cpp.obj + 0001:00081d46 __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 10082d46 f main.cpp.obj + 0001:00081d4e __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 10082d4e f main.cpp.obj + 0001:00081d56 __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 10082d56 f main.cpp.obj + 0001:00081d5e __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 10082d5e f main.cpp.obj + 0001:00081d66 __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 10082d66 f main.cpp.obj + 0001:00081d6e __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 10082d6e f main.cpp.obj + 0001:00081d79 __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 10082d79 f main.cpp.obj + 0001:00081d84 __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 10082d84 f main.cpp.obj + 0001:00081d91 __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 10082d91 f main.cpp.obj + 0001:00081dc0 __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 10082dc0 f main.cpp.obj + 0001:00081dc8 __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 10082dc8 f main.cpp.obj + 0001:00081dda __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 10082dda f main.cpp.obj + 0001:00081dfc __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 10082dfc f main.cpp.obj + 0001:00081e1e __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 10082e1e f main.cpp.obj + 0001:00081e26 __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 10082e26 f main.cpp.obj + 0001:00081e2e __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 10082e2e f main.cpp.obj + 0001:00081e36 __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 10082e36 f main.cpp.obj + 0001:00081e3e __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 10082e3e f main.cpp.obj + 0001:00081e46 __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 10082e46 f main.cpp.obj + 0001:00081e4e __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 10082e4e f main.cpp.obj + 0001:00081e56 __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 10082e56 f main.cpp.obj + 0001:00081e5e __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 10082e5e f main.cpp.obj + 0001:00081e69 __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 10082e69 f main.cpp.obj + 0001:00081e74 __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 10082e74 f main.cpp.obj + 0001:00081e81 __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 10082e81 f main.cpp.obj + 0001:00081eb0 __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 10082eb0 f main.cpp.obj + 0001:00081eb8 __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 10082eb8 f main.cpp.obj + 0001:00081eca __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 10082eca f main.cpp.obj + 0001:00081eec __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 10082eec f main.cpp.obj + 0001:00081f0e __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 10082f0e f main.cpp.obj + 0001:00081f16 __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 10082f16 f main.cpp.obj + 0001:00081f1e __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 10082f1e f main.cpp.obj + 0001:00081f26 __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 10082f26 f main.cpp.obj + 0001:00081f2e __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 10082f2e f main.cpp.obj + 0001:00081f36 __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 10082f36 f main.cpp.obj + 0001:00081f3e __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 10082f3e f main.cpp.obj + 0001:00081f46 __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 10082f46 f main.cpp.obj + 0001:00081f4e __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 10082f4e f main.cpp.obj + 0001:00081f59 __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 10082f59 f main.cpp.obj + 0001:00081f64 __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 10082f64 f main.cpp.obj + 0001:00081f71 __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 10082f71 f main.cpp.obj + 0001:00081fa0 __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 10082fa0 f main.cpp.obj + 0001:00081fa8 __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 10082fa8 f main.cpp.obj + 0001:00081fba __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 10082fba f main.cpp.obj + 0001:00081fdc __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 10082fdc f main.cpp.obj + 0001:00081ffe __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 10082ffe f main.cpp.obj + 0001:00082006 __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 10083006 f main.cpp.obj + 0001:0008200e __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 1008300e f main.cpp.obj + 0001:00082016 __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 10083016 f main.cpp.obj + 0001:0008201e __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 1008301e f main.cpp.obj + 0001:00082026 __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 10083026 f main.cpp.obj + 0001:0008202e __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 1008302e f main.cpp.obj + 0001:00082036 __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 10083036 f main.cpp.obj + 0001:0008203e __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 1008303e f main.cpp.obj + 0001:00082049 __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 10083049 f main.cpp.obj + 0001:00082054 __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 10083054 f main.cpp.obj + 0001:00082061 __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 10083061 f main.cpp.obj + 0001:00082090 __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 10083090 f main.cpp.obj + 0001:00082098 __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 10083098 f main.cpp.obj + 0001:000820aa __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 100830aa f main.cpp.obj + 0001:000820cc __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 100830cc f main.cpp.obj + 0001:000820ee __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 100830ee f main.cpp.obj + 0001:000820f6 __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 100830f6 f main.cpp.obj + 0001:000820fe __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 100830fe f main.cpp.obj + 0001:00082106 __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 10083106 f main.cpp.obj + 0001:0008210e __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 1008310e f main.cpp.obj + 0001:00082116 __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 10083116 f main.cpp.obj + 0001:0008211e __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 1008311e f main.cpp.obj + 0001:00082126 __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 10083126 f main.cpp.obj + 0001:0008212e __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 1008312e f main.cpp.obj + 0001:00082139 __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 10083139 f main.cpp.obj + 0001:00082144 __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 10083144 f main.cpp.obj + 0001:00082151 __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 10083151 f main.cpp.obj + 0001:00082180 __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 10083180 f main.cpp.obj + 0001:00082188 __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 10083188 f main.cpp.obj + 0001:0008219a __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 1008319a f main.cpp.obj + 0001:000821bc __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 100831bc f main.cpp.obj + 0001:000821de __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 100831de f main.cpp.obj + 0001:000821e6 __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 100831e6 f main.cpp.obj + 0001:000821ee __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 100831ee f main.cpp.obj + 0001:000821f6 __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 100831f6 f main.cpp.obj + 0001:000821fe __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 100831fe f main.cpp.obj + 0001:00082206 __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 10083206 f main.cpp.obj + 0001:0008220e __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 1008320e f main.cpp.obj + 0001:00082216 __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 10083216 f main.cpp.obj + 0001:0008221e __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 1008321e f main.cpp.obj + 0001:00082229 __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 10083229 f main.cpp.obj + 0001:00082234 __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 10083234 f main.cpp.obj + 0001:00082241 __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 10083241 f main.cpp.obj + 0001:00082270 __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 10083270 f main.cpp.obj + 0001:00082278 __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 10083278 f main.cpp.obj + 0001:0008228a __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 1008328a f main.cpp.obj + 0001:000822ac __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 100832ac f main.cpp.obj + 0001:000822ce __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 100832ce f main.cpp.obj + 0001:000822d6 __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 100832d6 f main.cpp.obj + 0001:000822de __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 100832de f main.cpp.obj + 0001:000822e6 __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 100832e6 f main.cpp.obj + 0001:000822ee __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 100832ee f main.cpp.obj + 0001:000822f6 __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 100832f6 f main.cpp.obj + 0001:000822fe __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 100832fe f main.cpp.obj + 0001:00082306 __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 10083306 f main.cpp.obj + 0001:0008230e __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 1008330e f main.cpp.obj + 0001:00082319 __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 10083319 f main.cpp.obj + 0001:00082324 __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 10083324 f main.cpp.obj + 0001:00082331 __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 10083331 f main.cpp.obj + 0001:00082360 __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 10083360 f main.cpp.obj + 0001:00082368 __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 10083368 f main.cpp.obj + 0001:0008237a __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 1008337a f main.cpp.obj + 0001:0008239c __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 1008339c f main.cpp.obj + 0001:000823be __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 100833be f main.cpp.obj + 0001:000823c6 __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 100833c6 f main.cpp.obj + 0001:000823ce __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 100833ce f main.cpp.obj + 0001:000823d6 __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 100833d6 f main.cpp.obj + 0001:000823de __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 100833de f main.cpp.obj + 0001:000823e6 __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 100833e6 f main.cpp.obj + 0001:000823ee __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 100833ee f main.cpp.obj + 0001:000823f6 __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 100833f6 f main.cpp.obj + 0001:000823fe __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 100833fe f main.cpp.obj + 0001:00082409 __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 10083409 f main.cpp.obj + 0001:00082414 __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 10083414 f main.cpp.obj + 0001:00082421 __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 10083421 f main.cpp.obj + 0001:00082450 __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 10083450 f main.cpp.obj + 0001:00082458 __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 10083458 f main.cpp.obj + 0001:0008246a __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 1008346a f main.cpp.obj + 0001:0008248c __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 1008348c f main.cpp.obj + 0001:000824ae __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 100834ae f main.cpp.obj + 0001:000824b6 __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 100834b6 f main.cpp.obj + 0001:000824be __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 100834be f main.cpp.obj + 0001:000824c6 __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 100834c6 f main.cpp.obj + 0001:000824ce __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 100834ce f main.cpp.obj + 0001:000824d6 __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 100834d6 f main.cpp.obj + 0001:000824de __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 100834de f main.cpp.obj + 0001:000824e6 __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 100834e6 f main.cpp.obj + 0001:000824ee __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 100834ee f main.cpp.obj + 0001:000824f9 __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 100834f9 f main.cpp.obj + 0001:00082504 __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 10083504 f main.cpp.obj + 0001:00082511 __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 10083511 f main.cpp.obj + 0001:00082540 __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 10083540 f main.cpp.obj + 0001:00082548 __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 10083548 f main.cpp.obj + 0001:0008255a __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 1008355a f main.cpp.obj + 0001:0008257c __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 1008357c f main.cpp.obj + 0001:0008259e __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 1008359e f main.cpp.obj + 0001:000825a6 __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 100835a6 f main.cpp.obj + 0001:000825ae __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 100835ae f main.cpp.obj + 0001:000825b6 __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 100835b6 f main.cpp.obj + 0001:000825be __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 100835be f main.cpp.obj + 0001:000825c6 __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 100835c6 f main.cpp.obj + 0001:000825ce __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 100835ce f main.cpp.obj + 0001:000825d6 __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 100835d6 f main.cpp.obj + 0001:000825de __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 100835de f main.cpp.obj + 0001:000825e9 __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 100835e9 f main.cpp.obj + 0001:000825f4 __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 100835f4 f main.cpp.obj + 0001:00082601 __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 10083601 f main.cpp.obj + 0001:00082630 __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 10083630 f main.cpp.obj + 0001:00082638 __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 10083638 f main.cpp.obj + 0001:0008264a __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 1008364a f main.cpp.obj + 0001:0008266c __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 1008366c f main.cpp.obj + 0001:0008268e __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 1008368e f main.cpp.obj + 0001:00082696 __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 10083696 f main.cpp.obj + 0001:0008269e __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 1008369e f main.cpp.obj + 0001:000826a6 __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 100836a6 f main.cpp.obj + 0001:000826ae __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 100836ae f main.cpp.obj + 0001:000826b6 __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 100836b6 f main.cpp.obj + 0001:000826be __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 100836be f main.cpp.obj + 0001:000826c6 __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 100836c6 f main.cpp.obj + 0001:000826ce __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 100836ce f main.cpp.obj + 0001:000826d9 __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 100836d9 f main.cpp.obj + 0001:000826e4 __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 100836e4 f main.cpp.obj + 0001:000826f1 __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 100836f1 f main.cpp.obj + 0001:00082720 __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 10083720 f main.cpp.obj + 0001:00082728 __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 10083728 f main.cpp.obj + 0001:0008273a __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 1008373a f main.cpp.obj + 0001:0008275c __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 1008375c f main.cpp.obj + 0001:0008277e __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 1008377e f main.cpp.obj + 0001:00082786 __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 10083786 f main.cpp.obj + 0001:0008278e __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 1008378e f main.cpp.obj + 0001:00082796 __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 10083796 f main.cpp.obj + 0001:0008279e __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 1008379e f main.cpp.obj + 0001:000827a6 __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 100837a6 f main.cpp.obj + 0001:000827ae __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 100837ae f main.cpp.obj + 0001:000827b6 __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 100837b6 f main.cpp.obj + 0001:000827be __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 100837be f main.cpp.obj + 0001:000827c9 __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 100837c9 f main.cpp.obj + 0001:000827d4 __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 100837d4 f main.cpp.obj + 0001:000827e1 __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 100837e1 f main.cpp.obj + 0001:00082810 __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 10083810 f main.cpp.obj + 0001:00082818 __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 10083818 f main.cpp.obj + 0001:0008282a __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 1008382a f main.cpp.obj + 0001:0008284c __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 1008384c f main.cpp.obj + 0001:0008286e __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 1008386e f main.cpp.obj + 0001:00082876 __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 10083876 f main.cpp.obj + 0001:0008287e __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 1008387e f main.cpp.obj + 0001:00082886 __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 10083886 f main.cpp.obj + 0001:0008288e __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 1008388e f main.cpp.obj + 0001:00082896 __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 10083896 f main.cpp.obj + 0001:0008289e __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 1008389e f main.cpp.obj + 0001:000828a6 __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 100838a6 f main.cpp.obj + 0001:000828ae __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 100838ae f main.cpp.obj + 0001:000828b9 __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 100838b9 f main.cpp.obj + 0001:000828c4 __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 100838c4 f main.cpp.obj + 0001:000828d1 __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 100838d1 f main.cpp.obj + 0001:00082900 __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 10083900 f main.cpp.obj + 0001:00082908 __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 10083908 f main.cpp.obj + 0001:0008291a __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 1008391a f main.cpp.obj + 0001:0008293c __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 1008393c f main.cpp.obj + 0001:0008295e __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 1008395e f main.cpp.obj + 0001:00082966 __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 10083966 f main.cpp.obj + 0001:0008296e __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 1008396e f main.cpp.obj + 0001:00082976 __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 10083976 f main.cpp.obj + 0001:0008297e __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 1008397e f main.cpp.obj + 0001:00082986 __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 10083986 f main.cpp.obj + 0001:0008298e __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 1008398e f main.cpp.obj + 0001:00082996 __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 10083996 f main.cpp.obj + 0001:0008299e __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 1008399e f main.cpp.obj + 0001:000829a9 __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 100839a9 f main.cpp.obj + 0001:000829b4 __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 100839b4 f main.cpp.obj + 0001:000829c1 __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 100839c1 f main.cpp.obj + 0001:000829f0 __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 100839f0 f main.cpp.obj + 0001:000829f8 __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 100839f8 f main.cpp.obj + 0001:00082a0a __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 10083a0a f main.cpp.obj + 0001:00082a2c __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 10083a2c f main.cpp.obj + 0001:00082a4e __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 10083a4e f main.cpp.obj + 0001:00082a56 __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 10083a56 f main.cpp.obj + 0001:00082a5e __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 10083a5e f main.cpp.obj + 0001:00082a66 __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 10083a66 f main.cpp.obj + 0001:00082a6e __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 10083a6e f main.cpp.obj + 0001:00082a76 __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 10083a76 f main.cpp.obj + 0001:00082a7e __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 10083a7e f main.cpp.obj + 0001:00082a86 __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 10083a86 f main.cpp.obj + 0001:00082a8e __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 10083a8e f main.cpp.obj + 0001:00082a99 __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 10083a99 f main.cpp.obj + 0001:00082aa4 __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 10083aa4 f main.cpp.obj + 0001:00082ab1 __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 10083ab1 f main.cpp.obj + 0001:00082ae0 __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 10083ae0 f main.cpp.obj + 0001:00082ae8 __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 10083ae8 f main.cpp.obj + 0001:00082afa __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 10083afa f main.cpp.obj + 0001:00082b1c __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 10083b1c f main.cpp.obj + 0001:00082b3e __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 10083b3e f main.cpp.obj + 0001:00082b46 __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 10083b46 f main.cpp.obj + 0001:00082b4e __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 10083b4e f main.cpp.obj + 0001:00082b56 __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 10083b56 f main.cpp.obj + 0001:00082b5e __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 10083b5e f main.cpp.obj + 0001:00082b66 __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 10083b66 f main.cpp.obj + 0001:00082b6e __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 10083b6e f main.cpp.obj + 0001:00082b76 __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 10083b76 f main.cpp.obj + 0001:00082b7e __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 10083b7e f main.cpp.obj + 0001:00082b89 __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 10083b89 f main.cpp.obj + 0001:00082b94 __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 10083b94 f main.cpp.obj + 0001:00082ba1 __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 10083ba1 f main.cpp.obj + 0001:00082bd0 __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 10083bd0 f main.cpp.obj + 0001:00082bd8 __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 10083bd8 f main.cpp.obj + 0001:00082bea __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 10083bea f main.cpp.obj + 0001:00082c0c __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 10083c0c f main.cpp.obj + 0001:00082c2e __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 10083c2e f main.cpp.obj + 0001:00082c36 __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 10083c36 f main.cpp.obj + 0001:00082c3e __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 10083c3e f main.cpp.obj + 0001:00082c46 __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 10083c46 f main.cpp.obj + 0001:00082c4e __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 10083c4e f main.cpp.obj + 0001:00082c56 __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 10083c56 f main.cpp.obj + 0001:00082c5e __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 10083c5e f main.cpp.obj + 0001:00082c66 __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 10083c66 f main.cpp.obj + 0001:00082c6e __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 10083c6e f main.cpp.obj + 0001:00082c79 __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 10083c79 f main.cpp.obj + 0001:00082c84 __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 10083c84 f main.cpp.obj + 0001:00082c91 __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 10083c91 f main.cpp.obj + 0001:00082cc0 __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 10083cc0 f main.cpp.obj + 0001:00082cc8 __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 10083cc8 f main.cpp.obj + 0001:00082cda __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 10083cda f main.cpp.obj + 0001:00082cfc __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 10083cfc f main.cpp.obj + 0001:00082d1e __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 10083d1e f main.cpp.obj + 0001:00082d26 __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 10083d26 f main.cpp.obj + 0001:00082d2e __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 10083d2e f main.cpp.obj + 0001:00082d36 __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 10083d36 f main.cpp.obj + 0001:00082d3e __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 10083d3e f main.cpp.obj + 0001:00082d46 __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 10083d46 f main.cpp.obj + 0001:00082d4e __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 10083d4e f main.cpp.obj + 0001:00082d56 __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 10083d56 f main.cpp.obj + 0001:00082d5e __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 10083d5e f main.cpp.obj + 0001:00082d69 __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 10083d69 f main.cpp.obj + 0001:00082d74 __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 10083d74 f main.cpp.obj + 0001:00082d81 __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 10083d81 f main.cpp.obj + 0001:00082db0 __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 10083db0 f main.cpp.obj + 0001:00082db8 __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 10083db8 f main.cpp.obj + 0001:00082dca __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 10083dca f main.cpp.obj + 0001:00082dec __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 10083dec f main.cpp.obj + 0001:00082e0e __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 10083e0e f main.cpp.obj + 0001:00082e16 __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 10083e16 f main.cpp.obj + 0001:00082e1e __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 10083e1e f main.cpp.obj + 0001:00082e26 __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 10083e26 f main.cpp.obj + 0001:00082e2e __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 10083e2e f main.cpp.obj + 0001:00082e36 __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 10083e36 f main.cpp.obj + 0001:00082e3e __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 10083e3e f main.cpp.obj + 0001:00082e46 __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 10083e46 f main.cpp.obj + 0001:00082e4e __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 10083e4e f main.cpp.obj + 0001:00082e59 __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 10083e59 f main.cpp.obj + 0001:00082e64 __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 10083e64 f main.cpp.obj + 0001:00082e71 __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 10083e71 f main.cpp.obj + 0001:00082ea0 __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 10083ea0 f main.cpp.obj + 0001:00082ea8 __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 10083ea8 f main.cpp.obj + 0001:00082eba __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 10083eba f main.cpp.obj + 0001:00082edc __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 10083edc f main.cpp.obj + 0001:00082efe __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 10083efe f main.cpp.obj + 0001:00082f06 __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 10083f06 f main.cpp.obj + 0001:00082f0e __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 10083f0e f main.cpp.obj + 0001:00082f16 __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 10083f16 f main.cpp.obj + 0001:00082f1e __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 10083f1e f main.cpp.obj + 0001:00082f26 __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 10083f26 f main.cpp.obj + 0001:00082f2e __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 10083f2e f main.cpp.obj + 0001:00082f36 __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 10083f36 f main.cpp.obj + 0001:00082f3e __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 10083f3e f main.cpp.obj + 0001:00082f49 __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 10083f49 f main.cpp.obj + 0001:00082f54 __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 10083f54 f main.cpp.obj + 0001:00082f61 __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 10083f61 f main.cpp.obj + 0001:00082f90 __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 10083f90 f main.cpp.obj + 0001:00082f98 __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 10083f98 f main.cpp.obj + 0001:00082faa __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 10083faa f main.cpp.obj + 0001:00082fcc __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 10083fcc f main.cpp.obj + 0001:00082fee __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 10083fee f main.cpp.obj + 0001:00082ff6 __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 10083ff6 f main.cpp.obj + 0001:00082ffe __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 10083ffe f main.cpp.obj + 0001:00083006 __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 10084006 f main.cpp.obj + 0001:0008300e __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 1008400e f main.cpp.obj + 0001:00083016 __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 10084016 f main.cpp.obj + 0001:0008301e __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 1008401e f main.cpp.obj + 0001:00083026 __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 10084026 f main.cpp.obj + 0001:0008302e __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 1008402e f main.cpp.obj + 0001:00083039 __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 10084039 f main.cpp.obj + 0001:00083044 __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 10084044 f main.cpp.obj + 0001:00083051 __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 10084051 f main.cpp.obj + 0001:00083080 __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 10084080 f main.cpp.obj + 0001:00083088 __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 10084088 f main.cpp.obj + 0001:0008309a __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 1008409a f main.cpp.obj + 0001:000830bc __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 100840bc f main.cpp.obj + 0001:000830de __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 100840de f main.cpp.obj + 0001:000830e6 __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 100840e6 f main.cpp.obj + 0001:000830ee __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 100840ee f main.cpp.obj + 0001:000830f6 __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 100840f6 f main.cpp.obj + 0001:000830fe __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 100840fe f main.cpp.obj + 0001:00083106 __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 10084106 f main.cpp.obj + 0001:0008310e __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 1008410e f main.cpp.obj + 0001:00083116 __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 10084116 f main.cpp.obj + 0001:0008311e __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 1008411e f main.cpp.obj + 0001:00083129 __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 10084129 f main.cpp.obj + 0001:00083134 __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 10084134 f main.cpp.obj + 0001:00083141 __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 10084141 f main.cpp.obj + 0001:00083170 __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 10084170 f main.cpp.obj + 0001:00083178 __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 10084178 f main.cpp.obj + 0001:0008318a __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 1008418a f main.cpp.obj + 0001:000831ac __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 100841ac f main.cpp.obj + 0001:000831ce __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 100841ce f main.cpp.obj + 0001:000831d6 __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 100841d6 f main.cpp.obj + 0001:000831de __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 100841de f main.cpp.obj + 0001:000831e6 __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 100841e6 f main.cpp.obj + 0001:000831ee __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 100841ee f main.cpp.obj + 0001:000831f6 __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 100841f6 f main.cpp.obj + 0001:000831fe __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 100841fe f main.cpp.obj + 0001:00083206 __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 10084206 f main.cpp.obj + 0001:0008320e __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 1008420e f main.cpp.obj + 0001:00083219 __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 10084219 f main.cpp.obj + 0001:00083224 __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 10084224 f main.cpp.obj + 0001:00083231 __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 10084231 f main.cpp.obj + 0001:00083260 __ehhandler$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 10084260 f main.cpp.obj + 0001:00083280 __ehhandler$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 10084280 f main.cpp.obj + 0001:000832a0 __unwindfunclet$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z$0 100842a0 f main.cpp.obj + 0001:000832ad __ehhandler$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 100842ad f main.cpp.obj + 0001:000832d0 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$0 100842d0 f main.cpp.obj + 0001:000832d8 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$7 100842d8 f main.cpp.obj + 0001:000832f1 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$8 100842f1 f main.cpp.obj + 0001:000832f9 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$13 100842f9 f main.cpp.obj + 0001:00083301 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$14 10084301 f main.cpp.obj + 0001:00083309 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$1 10084309 f main.cpp.obj + 0001:00083311 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$2 10084311 f main.cpp.obj + 0001:0008331d __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$3 1008431d f main.cpp.obj + 0001:0008332c __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$28 1008432c f main.cpp.obj + 0001:00083339 __ehhandler$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10084339 f main.cpp.obj + 0001:00083360 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$0 10084360 f main.cpp.obj + 0001:00083368 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$7 10084368 f main.cpp.obj + 0001:00083381 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$8 10084381 f main.cpp.obj + 0001:00083389 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$13 10084389 f main.cpp.obj + 0001:00083391 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$14 10084391 f main.cpp.obj + 0001:00083399 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$1 10084399 f main.cpp.obj + 0001:000833a1 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$2 100843a1 f main.cpp.obj + 0001:000833ad __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$3 100843ad f main.cpp.obj + 0001:000833bc __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$28 100843bc f main.cpp.obj + 0001:000833c9 __ehhandler$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100843c9 f main.cpp.obj + 0001:000833f0 __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 100843f0 f main.cpp.obj + 0001:00083404 __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 10084404 f main.cpp.obj + 0001:00083430 __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 10084430 f main.cpp.obj + 0001:00083438 __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 10084438 f main.cpp.obj + 0001:00083447 __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 10084447 f main.cpp.obj + 0001:00083454 __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 10084454 f main.cpp.obj + 0001:00083480 __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 10084480 f main.cpp.obj + 0001:00083488 __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 10084488 f main.cpp.obj + 0001:00083497 __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 10084497 f main.cpp.obj + 0001:000834a4 __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 100844a4 f main.cpp.obj + 0001:000834d0 __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 100844d0 f main.cpp.obj + 0001:000834db __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 100844db f main.cpp.obj + 0001:000834e3 __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 100844e3 f main.cpp.obj + 0001:000834eb __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 100844eb f main.cpp.obj + 0001:000834f3 __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 100844f3 f main.cpp.obj + 0001:00083500 __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 10084500 f main.cpp.obj + 0001:00083530 __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 10084530 f main.cpp.obj + 0001:00083552 __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 10084552 f main.cpp.obj + 0001:0008355d __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 1008455d f main.cpp.obj + 0001:00083568 __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 10084568 f main.cpp.obj + 0001:00083570 __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 10084570 f main.cpp.obj + 0001:00083578 __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 10084578 f main.cpp.obj + 0001:00083580 __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 10084580 f main.cpp.obj + 0001:0008358d __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 1008458d f main.cpp.obj + 0001:000835c0 __unwindfunclet$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z$4 100845c0 f main.cpp.obj + 0001:000835d9 __unwindfunclet$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z$3 100845d9 f main.cpp.obj + 0001:000835e9 __ehhandler$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 100845e9 f main.cpp.obj + 0001:00083610 __unwindfunclet$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z$0 10084610 f main.cpp.obj + 0001:00083618 __unwindfunclet$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z$1 10084618 f main.cpp.obj + 0001:00083625 __ehhandler$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 10084625 f main.cpp.obj + 0001:00083650 __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 10084650 f main.cpp.obj + 0001:00083658 __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 10084658 f main.cpp.obj + 0001:00083667 __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 10084667 f main.cpp.obj + 0001:00083674 __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 10084674 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __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 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __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 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __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 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __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 100846a0 f main.cpp.obj + 0001:000836a0 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$0 100846a0 f main.cpp.obj + 0001:000836a0 __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 100846a0 f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$13 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$13 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$13 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$13 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$13 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$13 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$13 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$13 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$13 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$13 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$13 100846ab f main.cpp.obj + 0001:000836ab __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 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$13 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$13 100846ab f main.cpp.obj + 0001:000836ab __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 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$13 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$13 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$13 100846ab f main.cpp.obj + 0001:000836ab __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 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$13 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$13 100846ab f main.cpp.obj + 0001:000836ab __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 100846ab f main.cpp.obj + 0001:000836ab __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$13 100846ab f main.cpp.obj + 0001:000836ab __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 100846ab f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __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 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __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 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __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 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __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 100846b3 f main.cpp.obj + 0001:000836b3 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$1 100846b3 f main.cpp.obj + 0001:000836b3 __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 100846b3 f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$2 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$2 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$2 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$2 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$2 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$2 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$2 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$2 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$2 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$2 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$2 100846be f main.cpp.obj + 0001:000836be __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 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$2 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$2 100846be f main.cpp.obj + 0001:000836be __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 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$2 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$2 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$2 100846be f main.cpp.obj + 0001:000836be __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 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$2 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$2 100846be f main.cpp.obj + 0001:000836be __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 100846be f main.cpp.obj + 0001:000836be __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$2 100846be f main.cpp.obj + 0001:000836be __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 100846be f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __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 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __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 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __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 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __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 100846c9 f main.cpp.obj + 0001:000836c9 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$3 100846c9 f main.cpp.obj + 0001:000836c9 __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 100846c9 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __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 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __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 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __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 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __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 100846d4 f main.cpp.obj + 0001:000836d4 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$4 100846d4 f main.cpp.obj + 0001:000836d4 __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 100846d4 f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$5 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$5 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$5 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$5 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$5 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$5 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$5 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$5 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$5 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$5 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$5 100846df f main.cpp.obj + 0001:000836df __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 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$5 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$5 100846df f main.cpp.obj + 0001:000836df __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 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$5 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$5 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$5 100846df f main.cpp.obj + 0001:000836df __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 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$5 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$5 100846df f main.cpp.obj + 0001:000836df __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 100846df f main.cpp.obj + 0001:000836df __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$5 100846df f main.cpp.obj + 0001:000836df __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 100846df f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$7 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$7 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$7 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$7 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$7 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$7 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$7 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$7 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$7 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$7 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$7 100846ea f main.cpp.obj + 0001:000836ea __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 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$7 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$7 100846ea f main.cpp.obj + 0001:000836ea __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 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$7 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$7 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$7 100846ea f main.cpp.obj + 0001:000836ea __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 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$7 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$7 100846ea f main.cpp.obj + 0001:000836ea __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 100846ea f main.cpp.obj + 0001:000836ea __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$7 100846ea f main.cpp.obj + 0001:000836ea __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 100846ea f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __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 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __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 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __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 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __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 100846f5 f main.cpp.obj + 0001:000836f5 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$8 100846f5 f main.cpp.obj + 0001:000836f5 __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 100846f5 f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$9 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$9 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$9 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$9 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$9 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$9 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$9 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$9 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$9 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$9 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$9 100846fd f main.cpp.obj + 0001:000836fd __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 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$9 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$9 100846fd f main.cpp.obj + 0001:000836fd __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 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$9 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$9 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$9 100846fd f main.cpp.obj + 0001:000836fd __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 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$9 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$9 100846fd f main.cpp.obj + 0001:000836fd __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 100846fd f main.cpp.obj + 0001:000836fd __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$9 100846fd f main.cpp.obj + 0001:000836fd __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 100846fd f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$10 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$10 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$10 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$10 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$10 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$10 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$10 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$10 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$10 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$10 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$10 10084705 f main.cpp.obj + 0001:00083705 __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 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$10 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$10 10084705 f main.cpp.obj + 0001:00083705 __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 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$10 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$10 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$10 10084705 f main.cpp.obj + 0001:00083705 __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 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$10 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$10 10084705 f main.cpp.obj + 0001:00083705 __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 10084705 f main.cpp.obj + 0001:00083705 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$10 10084705 f main.cpp.obj + 0001:00083705 __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 10084705 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 10084715 f main.cpp.obj + 0001:00083715 __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 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 10084715 f main.cpp.obj + 0001:00083715 __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 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 10084715 f main.cpp.obj + 0001:00083715 __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 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 10084715 f main.cpp.obj + 0001:00083715 __ehhandler$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 10084715 f main.cpp.obj + 0001:00083715 __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 10084715 f main.cpp.obj + 0001:00083740 __unwindfunclet$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z$0 10084740 f main.cpp.obj + 0001:0008375c __unwindfunclet$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z$1 1008475c f main.cpp.obj + 0001:0008376c __ehhandler$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 1008476c f main.cpp.obj + 0001:00083790 __unwindfunclet$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ$0 10084790 f main.cpp.obj + 0001:000837ac __unwindfunclet$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ$1 100847ac f main.cpp.obj + 0001:000837bc __ehhandler$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 100847bc f main.cpp.obj + 0001:000837e0 __unwindfunclet$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z$0 100847e0 f main.cpp.obj + 0001:000837e0 __unwindfunclet$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z$0 100847e0 f main.cpp.obj + 0001:00083801 __ehhandler$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 10084801 f main.cpp.obj + 0001:00083801 __ehhandler$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 10084801 f main.cpp.obj + 0001:00083820 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$0 10084820 f main.cpp.obj + 0001:0008383c __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$1 1008483c f main.cpp.obj + 0001:00083858 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$2 10084858 f main.cpp.obj + 0001:00083865 __ehhandler$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 10084865 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$0 10084890 f main.cpp.obj + 0001:000838ac __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$1 100848ac f main.cpp.obj + 0001:000838c8 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$2 100848c8 f main.cpp.obj + 0001:000838d5 __ehhandler$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 100848d5 f main.cpp.obj + 0001:00083900 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$0 10084900 f main.cpp.obj + 0001:00083900 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$0 10084900 f main.cpp.obj + 0001:00083900 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$0 10084900 f main.cpp.obj + 0001:00083900 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$0 10084900 f main.cpp.obj + 0001:00083908 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$1 10084908 f main.cpp.obj + 0001:00083908 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$1 10084908 f main.cpp.obj + 0001:00083908 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$1 10084908 f main.cpp.obj + 0001:00083908 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$1 10084908 f main.cpp.obj + 0001:00083910 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$2 10084910 f main.cpp.obj + 0001:00083910 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$2 10084910 f main.cpp.obj + 0001:00083910 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$2 10084910 f main.cpp.obj + 0001:00083910 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$2 10084910 f main.cpp.obj + 0001:00083918 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$3 10084918 f main.cpp.obj + 0001:00083918 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$3 10084918 f main.cpp.obj + 0001:00083918 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$3 10084918 f main.cpp.obj + 0001:00083918 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$3 10084918 f main.cpp.obj + 0001:00083925 __ehhandler$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 10084925 f main.cpp.obj + 0001:00083925 __ehhandler$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 10084925 f main.cpp.obj + 0001:00083925 __ehhandler$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 10084925 f main.cpp.obj + 0001:00083925 __ehhandler$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 10084925 f main.cpp.obj + 0001:00083950 __unwindfunclet$??0Error@hadesmem@@QAE@ABV01@@Z$0 10084950 f main.cpp.obj + 0001:00083971 __ehhandler$??0Error@hadesmem@@QAE@ABV01@@Z 10084971 f main.cpp.obj + 0001:00083990 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$0 10084990 f main.cpp.obj + 0001:00083998 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$3 10084998 f main.cpp.obj + 0001:000839a0 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$4 100849a0 f main.cpp.obj + 0001:000839a8 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$5 100849a8 f main.cpp.obj + 0001:000839b0 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$6 100849b0 f main.cpp.obj + 0001:000839bb __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$8 100849bb f main.cpp.obj + 0001:000839c3 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$9 100849c3 f main.cpp.obj + 0001:000839cb __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$10 100849cb f main.cpp.obj + 0001:000839db __ehhandler$??0Process@hadesmem@@QAE@K@Z 100849db f main.cpp.obj + 0001:00083a10 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$2 10084a10 f main.cpp.obj + 0001:00083a18 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$3 10084a18 f main.cpp.obj + 0001:00083a20 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$4 10084a20 f main.cpp.obj + 0001:00083a2d __ehhandler$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 10084a2d f main.cpp.obj + 0001:00083a60 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$2 10084a60 f main.cpp.obj + 0001:00083a6b __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$3 10084a6b f main.cpp.obj + 0001:00083a73 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$4 10084a73 f main.cpp.obj + 0001:00083a7e __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$5 10084a7e f main.cpp.obj + 0001:00083a89 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$15 10084a89 f main.cpp.obj + 0001:00083a94 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$6 10084a94 f main.cpp.obj + 0001:00083a9f __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$42 10084a9f f main.cpp.obj + 0001:00083aa7 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$7 10084aa7 f main.cpp.obj + 0001:00083aaf __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$30 10084aaf f main.cpp.obj + 0001:00083ab7 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$31 10084ab7 f main.cpp.obj + 0001:00083ac2 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$32 10084ac2 f main.cpp.obj + 0001:00083aca __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$33 10084aca f main.cpp.obj + 0001:00083ad5 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$35 10084ad5 f main.cpp.obj + 0001:00083add __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$36 10084add f main.cpp.obj + 0001:00083ae8 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$37 10084ae8 f main.cpp.obj + 0001:00083af0 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$38 10084af0 f main.cpp.obj + 0001:00083afb __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$39 10084afb f main.cpp.obj + 0001:00083b03 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$40 10084b03 f main.cpp.obj + 0001:00083b0b __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$41 10084b0b f main.cpp.obj + 0001:00083b16 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$8 10084b16 f main.cpp.obj + 0001:00083b1e __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$9 10084b1e f main.cpp.obj + 0001:00083b26 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$10 10084b26 f main.cpp.obj + 0001:00083b36 __ehhandler$??0SuspendedProcess@hadesmem@@QAE@KK@Z 10084b36 f main.cpp.obj + 0001:00083b60 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$3 10084b60 f main.cpp.obj + 0001:00083b60 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$0 10084b60 f main.cpp.obj + 0001:00083b60 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$0 10084b60 f main.cpp.obj + 0001:00083b60 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$0 10084b60 f main.cpp.obj + 0001:00083b60 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$0 10084b60 f main.cpp.obj + 0001:00083b68 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$4 10084b68 f main.cpp.obj + 0001:00083b68 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$1 10084b68 f main.cpp.obj + 0001:00083b68 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$1 10084b68 f main.cpp.obj + 0001:00083b68 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$1 10084b68 f main.cpp.obj + 0001:00083b68 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$1 10084b68 f main.cpp.obj + 0001:00083b70 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$5 10084b70 f main.cpp.obj + 0001:00083b70 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$2 10084b70 f main.cpp.obj + 0001:00083b70 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$2 10084b70 f main.cpp.obj + 0001:00083b70 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$2 10084b70 f main.cpp.obj + 0001:00083b70 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$2 10084b70 f main.cpp.obj + 0001:00083b78 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$6 10084b78 f main.cpp.obj + 0001:00083b78 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$3 10084b78 f main.cpp.obj + 0001:00083b78 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$3 10084b78 f main.cpp.obj + 0001:00083b78 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$3 10084b78 f main.cpp.obj + 0001:00083b78 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$3 10084b78 f main.cpp.obj + 0001:00083b85 __ehhandler$??0Thread@hadesmem@@QAE@K@Z 10084b85 f main.cpp.obj + 0001:00083b85 __ehhandler$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 10084b85 f main.cpp.obj + 0001:00083b85 __ehhandler$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 10084b85 f main.cpp.obj + 0001:00083b85 __ehhandler$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10084b85 f main.cpp.obj + 0001:00083b85 __ehhandler$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10084b85 f main.cpp.obj + 0001:00083bb0 __unwindfunclet$??0error_info_container_impl@exception_detail@boost@@QAE@XZ$0 10084bb0 f main.cpp.obj + 0001:00083bbd __ehhandler$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 10084bbd f main.cpp.obj + 0001:00083be0 __unwindfunclet$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z$0 10084be0 f main.cpp.obj + 0001:00083bed __ehhandler$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 10084bed f main.cpp.obj + 0001:00083c10 __ehhandler$??1CDataStore@Nampower@@UAE@XZ 10084c10 f main.cpp.obj + 0001:00083c10 __ehhandler$??1_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 10084c10 f main.cpp.obj + 0001:00083c30 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$2 10084c30 f main.cpp.obj + 0001:00083c38 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$3 10084c38 f main.cpp.obj + 0001:00083c45 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 10084c45 f main.cpp.obj + 0001:00083c70 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$2 10084c70 f main.cpp.obj + 0001:00083c70 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$2 10084c70 f main.cpp.obj + 0001:00083c78 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$3 10084c78 f main.cpp.obj + 0001:00083c78 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$3 10084c78 f main.cpp.obj + 0001:00083c85 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 10084c85 f main.cpp.obj + 0001:00083c85 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 10084c85 f main.cpp.obj + 0001:00083cb0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$2 10084cb0 f main.cpp.obj + 0001:00083cb8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$3 10084cb8 f main.cpp.obj + 0001:00083cc5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 10084cc5 f main.cpp.obj + 0001:00083cf0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$2 10084cf0 f main.cpp.obj + 0001:00083cf8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$3 10084cf8 f main.cpp.obj + 0001:00083d05 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 10084d05 f main.cpp.obj + 0001:00083d30 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$2 10084d30 f main.cpp.obj + 0001:00083d38 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$3 10084d38 f main.cpp.obj + 0001:00083d45 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 10084d45 f main.cpp.obj + 0001:00083d70 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$2 10084d70 f main.cpp.obj + 0001:00083d78 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$3 10084d78 f main.cpp.obj + 0001:00083d85 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 10084d85 f main.cpp.obj + 0001:00083db0 __unwindfunclet$??R@@QBE@XZ$0 10084db0 f main.cpp.obj + 0001:00083db8 __unwindfunclet$??R@@QBE@XZ$2 10084db8 f main.cpp.obj + 0001:00083dc7 __unwindfunclet$??R@@QBE@XZ$3 10084dc7 f main.cpp.obj + 0001:00083de5 __ehhandler$??R@@QBE@XZ 10084de5 f main.cpp.obj + 0001:00083e10 __unwindfunclet$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ$1 10084e10 f main.cpp.obj + 0001:00083e10 __unwindfunclet$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ$1 10084e10 f main.cpp.obj + 0001:00083e1d __ehhandler$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 10084e1d f main.cpp.obj + 0001:00083e1d __ehhandler$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 10084e1d f main.cpp.obj + 0001:00083e50 __unwindfunclet$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z$2 10084e50 f main.cpp.obj + 0001:00083e64 __ehhandler$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 10084e64 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e90 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$12 10084e90 f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083e9b __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$1 10084e9b f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083ea6 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$14 10084ea6 f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eae __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$3 10084eae f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083eb6 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$4 10084eb6 f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ebe __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$5 10084ebe f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ec9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$7 10084ec9 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed1 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$8 10084ed1 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ed9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$9 10084ed9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083ee9 __ehhandler$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10084ee9 f main.cpp.obj + 0001:00083f20 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$2 10084f20 f main.cpp.obj + 0001:00083f2d __ehhandler$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 10084f2d f main.cpp.obj + 0001:00083f60 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$2 10084f60 f main.cpp.obj + 0001:00083f68 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$3 10084f68 f main.cpp.obj + 0001:00083f70 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$4 10084f70 f main.cpp.obj + 0001:00083f78 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$5 10084f78 f main.cpp.obj + 0001:00083f80 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$6 10084f80 f main.cpp.obj + 0001:00083f90 __ehhandler$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 10084f90 f main.cpp.obj + 0001:00083fc0 __unwindfunclet$?CleanupUnchecked@Process@hadesmem@@AAEXXZ$2 10084fc0 f main.cpp.obj + 0001:00083fcd __ehhandler$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 10084fcd f main.cpp.obj + 0001:00084000 __unwindfunclet$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ$2 10085000 f main.cpp.obj + 0001:0008400d __ehhandler$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 1008500d f main.cpp.obj + 0001:00084040 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$0 10085040 f main.cpp.obj + 0001:00084059 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$1 10085059 f main.cpp.obj + 0001:00084061 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$2 10085061 f main.cpp.obj + 0001:00084069 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$3 10085069 f main.cpp.obj + 0001:00084071 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$4 10085071 f main.cpp.obj + 0001:0008407e __ehhandler$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 1008507e f main.cpp.obj + 0001:000840b0 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$0 100850b0 f main.cpp.obj + 0001:000840b8 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$1 100850b8 f main.cpp.obj + 0001:000840c0 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$2 100850c0 f main.cpp.obj + 0001:000840c8 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$3 100850c8 f main.cpp.obj + 0001:000840d5 __ehhandler$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 100850d5 f main.cpp.obj + 0001:00084100 __unwindfunclet$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z$0 10085100 f helper.cpp.obj + 0001:00084100 __unwindfunclet$?DoesItemMatch@Nampower@@YA_NIIPBD@Z$0 10085100 f items.cpp.obj + 0001:00084100 __unwindfunclet$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z$0 10085100 f main.cpp.obj + 0001:00084100 __unwindfunclet$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z$0 10085100 f spell_scripts.cpp.obj + 0001:00084100 __unwindfunclet$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z$0 10085100 f spellcast.cpp.obj + 0001:0008410d __ehhandler$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 1008510d f helper.cpp.obj + 0001:0008410d __ehhandler$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 1008510d f items.cpp.obj + 0001:0008410d __ehhandler$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 1008510d f main.cpp.obj + 0001:0008410d __ehhandler$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 1008510d f spell_scripts.cpp.obj + 0001:0008410d __ehhandler$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 1008510d f spellcast.cpp.obj + 0001:00084140 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$2 10085140 f main.cpp.obj + 0001:00084148 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$3 10085148 f main.cpp.obj + 0001:00084150 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$4 10085150 f main.cpp.obj + 0001:00084158 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$5 10085158 f main.cpp.obj + 0001:00084160 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$6 10085160 f main.cpp.obj + 0001:00084170 __ehhandler$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 10085170 f main.cpp.obj + 0001:000841a0 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$2 100851a0 f main.cpp.obj + 0001:000841b9 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$3 100851b9 f main.cpp.obj + 0001:000841c4 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$0 100851c4 f main.cpp.obj + 0001:000841d4 __ehhandler$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 100851d4 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084200 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$0 10085200 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084208 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$1 10085208 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:00084210 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$2 10085210 f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:0008421d __ehhandler$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 1008521d f main.cpp.obj + 0001:00084250 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$0 10085250 f main.cpp.obj + 0001:00084258 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$1 10085258 f main.cpp.obj + 0001:00084260 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$2 10085260 f main.cpp.obj + 0001:0008426b __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$3 1008526b f main.cpp.obj + 0001:00084273 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$4 10085273 f main.cpp.obj + 0001:0008427b __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$5 1008527b f main.cpp.obj + 0001:00084283 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$6 10085283 f main.cpp.obj + 0001:00084293 __ehhandler$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 10085293 f main.cpp.obj + 0001:000842c0 __unwindfunclet$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z$0 100852c0 f main.cpp.obj + 0001:000842d0 __ehhandler$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100852d0 f main.cpp.obj + 0001:00084300 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$1 10085300 f main.cpp.obj + 0001:0008430b __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$0 1008530b f main.cpp.obj + 0001:00084316 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$2 10085316 f main.cpp.obj + 0001:0008431e __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$3 1008531e f main.cpp.obj + 0001:00084329 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$4 10085329 f main.cpp.obj + 0001:00084331 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$5 10085331 f main.cpp.obj + 0001:0008433c __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$6 1008533c f main.cpp.obj + 0001:00084344 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$7 10085344 f main.cpp.obj + 0001:0008434f __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$8 1008534f f main.cpp.obj + 0001:00084357 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$9 10085357 f main.cpp.obj + 0001:00084367 __ehhandler$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10085367 f main.cpp.obj + 0001:000843a0 __unwindfunclet$?CacheItemNameToId@Nampower@@YAXPBDI@Z$0 100853a0 f items.cpp.obj + 0001:000843a0 __unwindfunclet$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z$0 100853a0 f main.cpp.obj + 0001:000843a0 __unwindfunclet$?addCustomEvent@Nampower@@YAXIPAD@Z$0 100853a0 f main.cpp.obj + 0001:000843a0 __unwindfunclet$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z$0 100853a0 f spell_scripts.cpp.obj + 0001:000843a0 __unwindfunclet$?TriggerQuickcast@Nampower@@YAXXZ$0 100853a0 f spellcast.cpp.obj + 0001:000843ad __ehhandler$?CacheItemNameToId@Nampower@@YAXPBDI@Z 100853ad f items.cpp.obj + 0001:000843ad __ehhandler$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 100853ad f main.cpp.obj + 0001:000843ad __ehhandler$?addCustomEvent@Nampower@@YAXIPAD@Z 100853ad f main.cpp.obj + 0001:000843ad __ehhandler$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100853ad f spell_scripts.cpp.obj + 0001:000843ad __ehhandler$?TriggerQuickcast@Nampower@@YAXXZ 100853ad f spellcast.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843e0 __unwindfunclet$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$0 100853e0 f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:000843ed __ehhandler$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100853ed f main.cpp.obj + 0001:00084410 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10085410 f main.cpp.obj + 0001:0008441d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008541d f main.cpp.obj + 0001:00084450 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$2 10085450 f main.cpp.obj + 0001:0008445d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 1008545d f main.cpp.obj + 0001:00084490 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10085490 f main.cpp.obj + 0001:0008449d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008549d f main.cpp.obj + 0001:000844d0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$2 100854d0 f main.cpp.obj + 0001:000844dd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100854dd f main.cpp.obj + 0001:00084510 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$2 10085510 f main.cpp.obj + 0001:0008451d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 1008551d f main.cpp.obj + 0001:00084550 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$2 10085550 f main.cpp.obj + 0001:0008455d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 1008555d f main.cpp.obj + 0001:00084590 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$2 10085590 f main.cpp.obj + 0001:0008459d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 1008559d f main.cpp.obj + 0001:000845d0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$2 100855d0 f main.cpp.obj + 0001:000845dd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:00084610 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$2 10085610 f main.cpp.obj + 0001:0008461d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 1008561d f main.cpp.obj + 0001:00084650 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$2 10085650 f main.cpp.obj + 0001:0008465d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 1008565d f main.cpp.obj + 0001:00084690 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$2 10085690 f main.cpp.obj + 0001:0008469d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 1008569d f main.cpp.obj + 0001:000846d0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$2 100856d0 f main.cpp.obj + 0001:000846dd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100856dd f main.cpp.obj + 0001:00084710 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$2 10085710 f main.cpp.obj + 0001:0008471d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 1008571d f main.cpp.obj + 0001:00084750 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$2 10085750 f main.cpp.obj + 0001:0008475d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 1008575d f main.cpp.obj + 0001:00084790 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$2 10085790 f main.cpp.obj + 0001:0008479d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 1008579d f main.cpp.obj + 0001:000847d0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$2 100857d0 f main.cpp.obj + 0001:000847dd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100857dd f main.cpp.obj + 0001:00084810 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$2 10085810 f main.cpp.obj + 0001:0008481d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 1008581d f main.cpp.obj + 0001:00084850 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$2 10085850 f main.cpp.obj + 0001:0008485d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 1008585d f main.cpp.obj + 0001:00084890 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$2 10085890 f main.cpp.obj + 0001:0008489d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 1008589d f main.cpp.obj + 0001:000848d0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 100858d0 f main.cpp.obj + 0001:000848dd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100858dd f main.cpp.obj + 0001:00084910 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$2 10085910 f main.cpp.obj + 0001:0008491d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 1008591d f main.cpp.obj + 0001:00084950 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10085950 f main.cpp.obj + 0001:0008495d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008595d f main.cpp.obj + 0001:00084990 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$2 10085990 f main.cpp.obj + 0001:0008499d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 1008599d f main.cpp.obj + 0001:000849d0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$2 100859d0 f main.cpp.obj + 0001:000849dd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100859dd f main.cpp.obj + 0001:00084a10 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$2 10085a10 f main.cpp.obj + 0001:00084a1d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10085a1d f main.cpp.obj + 0001:00084a50 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$2 10085a50 f main.cpp.obj + 0001:00084a5d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10085a5d f main.cpp.obj + 0001:00084a90 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$2 10085a90 f main.cpp.obj + 0001:00084a9d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10085a9d f main.cpp.obj + 0001:00084ad0 __unwindfunclet$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$3 10085ad0 f main.cpp.obj + 0001:00084ad8 __unwindfunclet$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$2 10085ad8 f main.cpp.obj + 0001:00084ae5 __ehhandler$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 10085ae5 f main.cpp.obj + 0001:00084b10 __unwindfunclet$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$2 10085b10 f main.cpp.obj + 0001:00084b1d __ehhandler$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 10085b1d f main.cpp.obj + 0001:00084b50 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$2 10085b50 f main.cpp.obj + 0001:00084b58 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$3 10085b58 f main.cpp.obj + 0001:00084b60 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$4 10085b60 f main.cpp.obj + 0001:00084b68 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$5 10085b68 f main.cpp.obj + 0001:00084b70 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$6 10085b70 f main.cpp.obj + 0001:00084b80 __ehhandler$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 10085b80 f main.cpp.obj + 0001:00084bb0 __unwindfunclet$?SetSelectionTarget@Nampower@@YAX_K@Z$0 10085bb0 f main.cpp.obj + 0001:00084bbd __ehhandler$?SetSelectionTarget@Nampower@@YAX_K@Z 10085bbd f main.cpp.obj + 0001:00084be0 __unwindfunclet$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z$0 10085be0 f main.cpp.obj + 0001:00084be0 __unwindfunclet$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ$0 10085be0 f main.cpp.obj + 0001:00084be0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ$0 10085be0 f main.cpp.obj + 0001:00084bed __ehhandler$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 10085bed f main.cpp.obj + 0001:00084bed __ehhandler$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 10085bed f main.cpp.obj + 0001:00084bed __ehhandler$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 10085bed f main.cpp.obj + 0001:00084c10 __unwindfunclet$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z$0 10085c10 f main.cpp.obj + 0001:00084c10 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z$0 10085c10 f main.cpp.obj + 0001:00084c10 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z$0 10085c10 f main.cpp.obj + 0001:00084c10 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z$0 10085c10 f main.cpp.obj + 0001:00084c10 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z$0 10085c10 f main.cpp.obj + 0001:00084c10 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z$0 10085c10 f main.cpp.obj + 0001:00084c10 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z$0 10085c10 f main.cpp.obj + 0001:00084c10 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z$0 10085c10 f main.cpp.obj + 0001:00084c10 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z$0 10085c10 f main.cpp.obj + 0001:00084c10 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z$0 10085c10 f main.cpp.obj + 0001:00084c10 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z$0 10085c10 f main.cpp.obj + 0001:00084c10 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z$0 10085c10 f main.cpp.obj + 0001:00084c10 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z$0 10085c10 f main.cpp.obj + 0001:00084c10 __unwindfunclet$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z$0 10085c10 f main.cpp.obj + 0001:00084c1d __ehhandler$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 10085c1d f main.cpp.obj + 0001:00084c1d __ehhandler$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 10085c1d f main.cpp.obj + 0001:00084c1d __ehhandler$?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z 10085c1d f main.cpp.obj + 0001:00084c1d __ehhandler$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 10085c1d f main.cpp.obj + 0001:00084c1d __ehhandler$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 10085c1d f main.cpp.obj + 0001:00084c1d __ehhandler$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 10085c1d f main.cpp.obj + 0001:00084c1d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z 10085c1d f main.cpp.obj + 0001:00084c1d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 10085c1d f main.cpp.obj + 0001:00084c1d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 10085c1d f main.cpp.obj + 0001:00084c1d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 10085c1d f main.cpp.obj + 0001:00084c1d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 10085c1d f main.cpp.obj + 0001:00084c1d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 10085c1d f main.cpp.obj + 0001:00084c1d __ehhandler$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 10085c1d f main.cpp.obj + 0001:00084c1d __ehhandler$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 10085c1d f main.cpp.obj + 0001:00084c40 __unwindfunclet$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z$0 10085c40 f main.cpp.obj + 0001:00084c40 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z$0 10085c40 f main.cpp.obj + 0001:00084c40 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z$0 10085c40 f main.cpp.obj + 0001:00084c40 __unwindfunclet$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z$0 10085c40 f main.cpp.obj + 0001:00084c40 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z$0 10085c40 f main.cpp.obj + 0001:00084c4d __ehhandler$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 10085c4d f main.cpp.obj + 0001:00084c4d __ehhandler$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 10085c4d f main.cpp.obj + 0001:00084c4d __ehhandler$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 10085c4d f main.cpp.obj + 0001:00084c4d __ehhandler$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 10085c4d f main.cpp.obj + 0001:00084c4d __ehhandler$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 10085c4d f main.cpp.obj + 0001:00084c70 __unwindfunclet$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z$0 10085c70 f main.cpp.obj + 0001:00084c70 __unwindfunclet$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z$0 10085c70 f main.cpp.obj + 0001:00084c7d __ehhandler$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 10085c7d f main.cpp.obj + 0001:00084c7d __ehhandler$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 10085c7d f main.cpp.obj + 0001:00084ca0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z$0 10085ca0 f main.cpp.obj + 0001:00084ca0 __unwindfunclet$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z$0 10085ca0 f main.cpp.obj + 0001:00084cad __ehhandler$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 10085cad f main.cpp.obj + 0001:00084cad __ehhandler$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 10085cad f main.cpp.obj + 0001:00084cd0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z$0 10085cd0 f main.cpp.obj + 0001:00084cdd __ehhandler$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 10085cdd f main.cpp.obj + 0001:00084d00 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$2 10085d00 f main.cpp.obj + 0001:00084d08 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$3 10085d08 f main.cpp.obj + 0001:00084d10 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$4 10085d10 f main.cpp.obj + 0001:00084d18 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$5 10085d18 f main.cpp.obj + 0001:00084d25 __ehhandler$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 10085d25 f main.cpp.obj + 0001:00084d50 __unwindfunclet$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z$0 10085d50 f main.cpp.obj + 0001:00084d5d __ehhandler$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 10085d5d f main.cpp.obj + 0001:00084d80 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$0 10085d80 f main.cpp.obj + 0001:00084d88 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$1 10085d88 f main.cpp.obj + 0001:00084d90 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$7 10085d90 f main.cpp.obj + 0001:00084d98 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$2 10085d98 f main.cpp.obj + 0001:00084da0 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$3 10085da0 f main.cpp.obj + 0001:00084da8 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$4 10085da8 f main.cpp.obj + 0001:00084db8 __ehhandler$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 10085db8 f main.cpp.obj + 0001:00084df0 __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 10085df0 f main.cpp.obj + 0001:00084dfd __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 10085dfd f main.cpp.obj + 0001:00084e30 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$0 10085e30 f main.cpp.obj + 0001:00084e3b __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$2 10085e3b f main.cpp.obj + 0001:00084e43 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$3 10085e43 f main.cpp.obj + 0001:00084e4e __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$4 10085e4e f main.cpp.obj + 0001:00084e56 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$5 10085e56 f main.cpp.obj + 0001:00084e61 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$6 10085e61 f main.cpp.obj + 0001:00084e69 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$7 10085e69 f main.cpp.obj + 0001:00084e74 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$8 10085e74 f main.cpp.obj + 0001:00084e7c __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$9 10085e7c f main.cpp.obj + 0001:00084e8c __ehhandler$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10085e8c f main.cpp.obj + 0001:00084ec0 __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 10085ec0 f main.cpp.obj + 0001:00084ecd __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 10085ecd f main.cpp.obj + 0001:00084f00 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$0 10085f00 f main.cpp.obj + 0001:00084f0f __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$1 10085f0f f main.cpp.obj + 0001:00084f28 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$2 10085f28 f main.cpp.obj + 0001:00084f30 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$4 10085f30 f main.cpp.obj + 0001:00084f3d __ehhandler$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 10085f3d f main.cpp.obj + 0001:00084f60 __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 10085f60 f main.cpp.obj + 0001:00084f68 __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 10085f68 f main.cpp.obj + 0001:00084f70 __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 10085f70 f main.cpp.obj + 0001:00084f78 __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 10085f78 f main.cpp.obj + 0001:00084f85 __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 10085f85 f main.cpp.obj + 0001:00084fb0 __ehhandler$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 10085fb0 f main.cpp.obj + 0001:00084fd0 __ehhandler$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 10085fd0 f main.cpp.obj + 0001:00085000 __unwindfunclet$?checkForStopChanneling@Nampower@@YAXXZ$0 10086000 f main.cpp.obj + 0001:00085008 __unwindfunclet$?checkForStopChanneling@Nampower@@YAXXZ$1 10086008 f main.cpp.obj + 0001:00085015 __ehhandler$?checkForStopChanneling@Nampower@@YAXXZ 10086015 f main.cpp.obj + 0001:00085040 __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$0 10086040 f main.cpp.obj + 0001:0008504f __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$1 1008604f f main.cpp.obj + 0001:0008506b __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$2 1008606b f main.cpp.obj + 0001:00085078 __ehhandler$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 10086078 f main.cpp.obj + 0001:000850a0 __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$0 100860a0 f main.cpp.obj + 0001:000850af __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$1 100860af f main.cpp.obj + 0001:000850cb __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$2 100860cb f main.cpp.obj + 0001:000850d8 __ehhandler$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100860d8 f main.cpp.obj + 0001:00085100 __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 10086100 f main.cpp.obj + 0001:0008510f __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 1008610f f main.cpp.obj + 0001:0008511c __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 1008611c f main.cpp.obj + 0001:00085140 __unwindfunclet$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ$0 10086140 f main.cpp.obj + 0001:0008514f __unwindfunclet$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ$1 1008614f f main.cpp.obj + 0001:0008515c __ehhandler$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 1008615c f main.cpp.obj + 0001:00085180 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$0 10086180 f main.cpp.obj + 0001:00085199 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$1 10086199 f main.cpp.obj + 0001:000851a8 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$4 100861a8 f main.cpp.obj + 0001:000851b0 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$2 100861b0 f main.cpp.obj + 0001:000851b8 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$3 100861b8 f main.cpp.obj + 0001:000851c0 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$11 100861c0 f main.cpp.obj + 0001:000851cd __ehhandler$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 100861cd f main.cpp.obj + 0001:000851f0 __unwindfunclet$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z$0 100861f0 f main.cpp.obj + 0001:000851f8 __unwindfunclet$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z$1 100861f8 f main.cpp.obj + 0001:00085205 __ehhandler$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 10086205 f main.cpp.obj + 0001:00085230 __unwindfunclet$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z$0 10086230 f main.cpp.obj + 0001:0008523b __unwindfunclet$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z$1 1008623b f main.cpp.obj + 0001:00085248 __ehhandler$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 10086248 f main.cpp.obj + 0001:00085280 __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 10086280 f main.cpp.obj + 0001:0008528b __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 1008628b f main.cpp.obj + 0001:00085293 __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 10086293 f main.cpp.obj + 0001:0008529b __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 1008629b f main.cpp.obj + 0001:000852a8 __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 100862a8 f main.cpp.obj + 0001:000852e0 __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 100862e0 f main.cpp.obj + 0001:000852e0 __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 100862e0 f main.cpp.obj + 0001:000852ed __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 100862ed f main.cpp.obj + 0001:000852ed __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 100862ed f main.cpp.obj + 0001:00085320 __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 10086320 f main.cpp.obj + 0001:00085328 __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 10086328 f main.cpp.obj + 0001:00085335 __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 10086335 f main.cpp.obj + 0001:00085360 __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 10086360 f main.cpp.obj + 0001:0008536d __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 1008636d f main.cpp.obj + 0001:000853a0 __unwindfunclet$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$2 100863a0 f main.cpp.obj + 0001:000853ad __ehhandler$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100863ad f main.cpp.obj + 0001:000853d0 __unwindfunclet$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$2 100863d0 f main.cpp.obj + 0001:000853e4 __ehhandler$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100863e4 f main.cpp.obj + 0001:00085410 __unwindfunclet$?initHooks@Nampower@@YAXXZ$0 10086410 f main.cpp.obj + 0001:00085418 __unwindfunclet$?initHooks@Nampower@@YAXXZ$1 10086418 f main.cpp.obj + 0001:00085420 __unwindfunclet$?initHooks@Nampower@@YAXXZ$42 10086420 f main.cpp.obj + 0001:0008542d __ehhandler$?initHooks@Nampower@@YAXXZ 1008642d f main.cpp.obj + 0001:00085460 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$0 10086460 f main.cpp.obj + 0001:0008546b __unwindfunclet$?loadConfig@Nampower@@YAXXZ$1 1008646b f main.cpp.obj + 0001:00085476 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$2 10086476 f main.cpp.obj + 0001:00085481 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$3 10086481 f main.cpp.obj + 0001:0008548c __unwindfunclet$?loadConfig@Nampower@@YAXXZ$4 1008648c f main.cpp.obj + 0001:00085497 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$5 10086497 f main.cpp.obj + 0001:000854a2 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$6 100864a2 f main.cpp.obj + 0001:000854ad __unwindfunclet$?loadConfig@Nampower@@YAXXZ$7 100864ad f main.cpp.obj + 0001:000854b8 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$8 100864b8 f main.cpp.obj + 0001:000854c3 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$9 100864c3 f main.cpp.obj + 0001:000854ce __unwindfunclet$?loadConfig@Nampower@@YAXXZ$10 100864ce f main.cpp.obj + 0001:000854d9 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$11 100864d9 f main.cpp.obj + 0001:000854e9 __ehhandler$?loadConfig@Nampower@@YAXXZ 100864e9 f main.cpp.obj + 0001:00085520 __unwindfunclet$?loadUserVar@Nampower@@YAXPBD@Z$0 10086520 f main.cpp.obj + 0001:00085528 __unwindfunclet$?loadUserVar@Nampower@@YAXPBD@Z$1 10086528 f main.cpp.obj + 0001:00085535 __ehhandler$?loadUserVar@Nampower@@YAXPBD@Z 10086535 f main.cpp.obj + 0001:00085560 __unwindfunclet$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z$0 10086560 f main.cpp.obj + 0001:0008556d __ehhandler$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 1008656d f main.cpp.obj + 0001:00085590 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$0 10086590 f main.cpp.obj + 0001:00085598 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$1 10086598 f main.cpp.obj + 0001:000855a0 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$2 100865a0 f main.cpp.obj + 0001:000855ad __ehhandler$?processQueues@Nampower@@YA_NXZ 100865ad f main.cpp.obj + 0001:000855e0 __unwindfunclet$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$2 100865e0 f main.cpp.obj + 0001:000855ed __ehhandler$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100865ed f main.cpp.obj + 0001:00085610 __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 10086610 f main.cpp.obj + 0001:0008561d __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 1008661d f main.cpp.obj + 0001:00085640 __unwindfunclet$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z$2 10086640 f main.cpp.obj + 0001:0008564d __ehhandler$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 1008664d f main.cpp.obj + 0001:00085670 __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 10086670 f main.cpp.obj + 0001:0008568e __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 1008668e f main.cpp.obj + 0001:000856b0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$0 100866b0 f main.cpp.obj + 0001:000856b8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$1 100866b8 f main.cpp.obj + 0001:000856c0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$2 100866c0 f main.cpp.obj + 0001:000856c8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$3 100866c8 f main.cpp.obj + 0001:000856d0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$4 100866d0 f main.cpp.obj + 0001:000856d8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$5 100866d8 f main.cpp.obj + 0001:000856e0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$6 100866e0 f main.cpp.obj + 0001:000856e8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$7 100866e8 f main.cpp.obj + 0001:000856f0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$8 100866f0 f main.cpp.obj + 0001:000856f8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$9 100866f8 f main.cpp.obj + 0001:00085700 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$10 10086700 f main.cpp.obj + 0001:00085708 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$11 10086708 f main.cpp.obj + 0001:00085710 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$12 10086710 f main.cpp.obj + 0001:00085718 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$13 10086718 f main.cpp.obj + 0001:00085720 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$14 10086720 f main.cpp.obj + 0001:00085728 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$15 10086728 f main.cpp.obj + 0001:00085730 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$16 10086730 f main.cpp.obj + 0001:00085738 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$17 10086738 f main.cpp.obj + 0001:00085740 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$18 10086740 f main.cpp.obj + 0001:00085748 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$19 10086748 f main.cpp.obj + 0001:00085750 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$20 10086750 f main.cpp.obj + 0001:00085758 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$21 10086758 f main.cpp.obj + 0001:00085760 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$22 10086760 f main.cpp.obj + 0001:00085768 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$23 10086768 f main.cpp.obj + 0001:00085770 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$24 10086770 f main.cpp.obj + 0001:00085778 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$25 10086778 f main.cpp.obj + 0001:00085780 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$26 10086780 f main.cpp.obj + 0001:00085788 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$27 10086788 f main.cpp.obj + 0001:00085790 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$28 10086790 f main.cpp.obj + 0001:00085798 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$29 10086798 f main.cpp.obj + 0001:000857a0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$30 100867a0 f main.cpp.obj + 0001:000857a8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$31 100867a8 f main.cpp.obj + 0001:000857b0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$32 100867b0 f main.cpp.obj + 0001:000857b8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$33 100867b8 f main.cpp.obj + 0001:000857c5 __ehhandler$?updateFromCvar@Nampower@@YAXPBD0@Z 100867c5 f main.cpp.obj + 0001:000857f0 __unwindfunclet$_Load$4 100867f0 f main.cpp.obj + 0001:000857f8 __unwindfunclet$_Load$3 100867f8 f main.cpp.obj + 0001:00085805 __ehhandler$_Load 10086805 f main.cpp.obj + 0001:00085830 __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 10086830 f helper.cpp.obj + 0001:00085838 __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 10086838 f helper.cpp.obj + 0001:00085845 __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 10086845 f helper.cpp.obj + 0001:00085870 __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 10086870 f helper.cpp.obj + 0001:00085878 __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 10086878 f helper.cpp.obj + 0001:00085885 __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 10086885 f helper.cpp.obj + 0001:000858b0 __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$0 100868b0 f helper.cpp.obj + 0001:000858bc __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$2 100868bc f helper.cpp.obj + 0001:000858c6 __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$3 100868c6 f helper.cpp.obj + 0001:000858d5 __ehhandler$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 100868d5 f helper.cpp.obj + 0001:00085900 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$1 10086900 f helper.cpp.obj + 0001:00085908 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$3 10086908 f helper.cpp.obj + 0001:00085910 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$0 10086910 f helper.cpp.obj + 0001:0008591c __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$9 1008691c f helper.cpp.obj + 0001:00085926 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$10 10086926 f helper.cpp.obj + 0001:00085935 __ehhandler$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 10086935 f helper.cpp.obj + 0001:00085960 __unwindfunclet$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z$0 10086960 f helper.cpp.obj + 0001:00085960 __unwindfunclet$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z$0 10086960 f spellcast.cpp.obj + 0001:00085960 __unwindfunclet$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z$0 10086960 f spellcast.cpp.obj + 0001:00085960 __unwindfunclet$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z$0 10086960 f spellevents.cpp.obj + 0001:0008596d __ehhandler$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 1008696d f helper.cpp.obj + 0001:0008596d __ehhandler$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 1008696d f spellcast.cpp.obj + 0001:0008596d __ehhandler$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 1008696d f spellcast.cpp.obj + 0001:0008596d __ehhandler$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1008696d f spellevents.cpp.obj + 0001:000859a0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$2 100869a0 f spellcast.cpp.obj + 0001:000859a8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$3 100869a8 f spellcast.cpp.obj + 0001:000859b5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100869b5 f spellcast.cpp.obj + 0001:000859e0 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$0 100869e0 f spellcast.cpp.obj + 0001:000859e8 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$4 100869e8 f spellcast.cpp.obj + 0001:000859f0 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$1 100869f0 f spellcast.cpp.obj + 0001:000859f8 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$2 100869f8 f spellcast.cpp.obj + 0001:00085a00 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$3 10086a00 f spellcast.cpp.obj + 0001:00085a0d __ehhandler$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 10086a0d f spellcast.cpp.obj + 0001:00085a40 __unwindfunclet$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z$0 10086a40 f spellcast.cpp.obj + 0001:00085a48 __unwindfunclet$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z$1 10086a48 f spellcast.cpp.obj + 0001:00085a55 __ehhandler$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 10086a55 f spellcast.cpp.obj + 0001:00085a80 __unwindfunclet$?CastQueuedNonGcdSpell@Nampower@@YAXXZ$0 10086a80 f spellcast.cpp.obj + 0001:00085a88 __unwindfunclet$?CastQueuedNonGcdSpell@Nampower@@YAXXZ$1 10086a88 f spellcast.cpp.obj + 0001:00085a95 __ehhandler$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 10086a95 f spellcast.cpp.obj + 0001:00085ac0 __unwindfunclet$?CastQueuedNormalSpell@Nampower@@YAXXZ$0 10086ac0 f spellcast.cpp.obj + 0001:00085ac8 __unwindfunclet$?CastQueuedNormalSpell@Nampower@@YAXXZ$1 10086ac8 f spellcast.cpp.obj + 0001:00085ad5 __ehhandler$?CastQueuedNormalSpell@Nampower@@YAXXZ 10086ad5 f spellcast.cpp.obj + 0001:00085b00 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$0 10086b00 f spellcast.cpp.obj + 0001:00085b08 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$1 10086b08 f spellcast.cpp.obj + 0001:00085b10 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$2 10086b10 f spellcast.cpp.obj + 0001:00085b18 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$3 10086b18 f spellcast.cpp.obj + 0001:00085b20 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$4 10086b20 f spellcast.cpp.obj + 0001:00085b28 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$6 10086b28 f spellcast.cpp.obj + 0001:00085b30 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$5 10086b30 f spellcast.cpp.obj + 0001:00085b38 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$7 10086b38 f spellcast.cpp.obj + 0001:00085b40 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$8 10086b40 f spellcast.cpp.obj + 0001:00085b48 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$9 10086b48 f spellcast.cpp.obj + 0001:00085b50 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$10 10086b50 f spellcast.cpp.obj + 0001:00085b58 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$11 10086b58 f spellcast.cpp.obj + 0001:00085b60 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$12 10086b60 f spellcast.cpp.obj + 0001:00085b68 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$13 10086b68 f spellcast.cpp.obj + 0001:00085b70 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$17 10086b70 f spellcast.cpp.obj + 0001:00085b78 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$14 10086b78 f spellcast.cpp.obj + 0001:00085b80 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$15 10086b80 f spellcast.cpp.obj + 0001:00085b88 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$16 10086b88 f spellcast.cpp.obj + 0001:00085b90 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$18 10086b90 f spellcast.cpp.obj + 0001:00085b98 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$19 10086b98 f spellcast.cpp.obj + 0001:00085ba0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$20 10086ba0 f spellcast.cpp.obj + 0001:00085ba8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$21 10086ba8 f spellcast.cpp.obj + 0001:00085bb0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$22 10086bb0 f spellcast.cpp.obj + 0001:00085bb8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$23 10086bb8 f spellcast.cpp.obj + 0001:00085bc5 __ehhandler$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 10086bc5 f spellcast.cpp.obj + 0001:00085bf0 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10086bf0 f spellchannel.cpp.obj + 0001:00085bf8 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10086bf8 f spellchannel.cpp.obj + 0001:00085c00 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$2 10086c00 f spellchannel.cpp.obj + 0001:00085c08 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$3 10086c08 f spellchannel.cpp.obj + 0001:00085c10 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$4 10086c10 f spellchannel.cpp.obj + 0001:00085c18 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$5 10086c18 f spellchannel.cpp.obj + 0001:00085c25 __ehhandler$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10086c25 f spellchannel.cpp.obj + 0001:00085c50 __unwindfunclet$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10086c50 f spellchannel.cpp.obj + 0001:00085c58 __unwindfunclet$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10086c58 f spellchannel.cpp.obj + 0001:00085c65 __ehhandler$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10086c65 f spellchannel.cpp.obj + 0001:00085c90 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10086c90 f spellevents.cpp.obj + 0001:00085c98 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10086c98 f spellevents.cpp.obj + 0001:00085ca0 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$2 10086ca0 f spellevents.cpp.obj + 0001:00085cad __ehhandler$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10086cad f spellevents.cpp.obj + 0001:00085ce0 __unwindfunclet$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z$1 10086ce0 f spellevents.cpp.obj + 0001:00085ce8 __unwindfunclet$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z$0 10086ce8 f spellevents.cpp.obj + 0001:00085cf5 __ehhandler$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 10086cf5 f spellevents.cpp.obj + 0001:00085d20 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$0 10086d20 f spellevents.cpp.obj + 0001:00085d28 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$1 10086d28 f spellevents.cpp.obj + 0001:00085d30 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$2 10086d30 f spellevents.cpp.obj + 0001:00085d3d __ehhandler$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 10086d3d f spellevents.cpp.obj + 0001:00085d70 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$0 10086d70 f spellevents.cpp.obj + 0001:00085d78 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$13 10086d78 f spellevents.cpp.obj + 0001:00085d80 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$14 10086d80 f spellevents.cpp.obj + 0001:00085d88 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$2 10086d88 f spellevents.cpp.obj + 0001:00085d90 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$1 10086d90 f spellevents.cpp.obj + 0001:00085d98 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$3 10086d98 f spellevents.cpp.obj + 0001:00085da0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$4 10086da0 f spellevents.cpp.obj + 0001:00085da8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$5 10086da8 f spellevents.cpp.obj + 0001:00085db0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$8 10086db0 f spellevents.cpp.obj + 0001:00085db8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$9 10086db8 f spellevents.cpp.obj + 0001:00085dc0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$7 10086dc0 f spellevents.cpp.obj + 0001:00085dc8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$6 10086dc8 f spellevents.cpp.obj + 0001:00085dd0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$10 10086dd0 f spellevents.cpp.obj + 0001:00085dd8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$11 10086dd8 f spellevents.cpp.obj + 0001:00085de0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$12 10086de0 f spellevents.cpp.obj + 0001:00085ded __ehhandler$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 10086ded f spellevents.cpp.obj + 0001:00085e20 __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$0 10086e20 f spellevents.cpp.obj + 0001:00085e2b __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$1 10086e2b f spellevents.cpp.obj + 0001:00085e36 __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$2 10086e36 f spellevents.cpp.obj + 0001:00085e3e __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$3 10086e3e f spellevents.cpp.obj + 0001:00085e4b __ehhandler$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 10086e4b f spellevents.cpp.obj + 0001:00085e80 __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 10086e80 f misc_scripts.cpp.obj + 0001:00085e80 __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 10086e80 f misc_scripts.cpp.obj + 0001:00085e80 __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 10086e80 f spell_scripts.cpp.obj + 0001:00085e8d __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 10086e8d f misc_scripts.cpp.obj + 0001:00085e8d __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 10086e8d f misc_scripts.cpp.obj + 0001:00085e8d __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 10086e8d f spell_scripts.cpp.obj + 0001:00085ec0 __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 10086ec0 f dbc_fields.cpp.obj + 0001:00085ec0 __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 10086ec0 f misc_scripts.cpp.obj + 0001:00085ec8 __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 10086ec8 f dbc_fields.cpp.obj + 0001:00085ec8 __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 10086ec8 f misc_scripts.cpp.obj + 0001:00085ed5 __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 10086ed5 f dbc_fields.cpp.obj + 0001:00085ed5 __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 10086ed5 f misc_scripts.cpp.obj + 0001:00085f00 __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 10086f00 f items.cpp.obj + 0001:00085f00 __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 10086f00 f misc_scripts.cpp.obj + 0001:00085f0b __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 10086f0b f items.cpp.obj + 0001:00085f0b __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 10086f0b f misc_scripts.cpp.obj + 0001:00085f1b __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 10086f1b f items.cpp.obj + 0001:00085f1b __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 10086f1b f misc_scripts.cpp.obj + 0001:00085f40 __unwindfunclet$?RunQueuedScript@Nampower@@YA_NH@Z$0 10086f40 f misc_scripts.cpp.obj + 0001:00085f40 __unwindfunclet$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z$0 10086f40 f misc_scripts.cpp.obj + 0001:00085f4d __ehhandler$?RunQueuedScript@Nampower@@YA_NH@Z 10086f4d f misc_scripts.cpp.obj + 0001:00085f4d __ehhandler$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 10086f4d f misc_scripts.cpp.obj + 0001:00085f80 __unwindfunclet$?Script_DisenchantAll@Nampower@@YAIPAI@Z$0 10086f80 f misc_scripts.cpp.obj + 0001:00085f8d __ehhandler$?Script_DisenchantAll@Nampower@@YAIPAI@Z 10086f8d f misc_scripts.cpp.obj + 0001:00085fc0 __unwindfunclet$?Script_GetItemStatsField@Nampower@@YAIPAI@Z$2 10086fc0 f misc_scripts.cpp.obj + 0001:00085fc0 __unwindfunclet$?Script_GetUnitField@Nampower@@YAIPAI@Z$2 10086fc0 f misc_scripts.cpp.obj + 0001:00085fc0 __unwindfunclet$?Script_GetSpellRecField@Nampower@@YAIPAI@Z$2 10086fc0 f spell_scripts.cpp.obj + 0001:00085fcd __ehhandler$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 10086fcd f misc_scripts.cpp.obj + 0001:00085fcd __ehhandler$?Script_GetUnitField@Nampower@@YAIPAI@Z 10086fcd f misc_scripts.cpp.obj + 0001:00085fcd __ehhandler$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 10086fcd f spell_scripts.cpp.obj + 0001:00086000 __unwindfunclet$?Script_LearnTalentRank@Nampower@@YAIPAI@Z$0 10087000 f misc_scripts.cpp.obj + 0001:0008600d __ehhandler$?Script_LearnTalentRank@Nampower@@YAIPAI@Z 1008700d f misc_scripts.cpp.obj + 0001:00086030 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$0 10087030 f dbc_fields.cpp.obj + 0001:00086030 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$0 10087030 f misc_scripts.cpp.obj + 0001:00086038 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$1 10087038 f dbc_fields.cpp.obj + 0001:00086038 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$1 10087038 f misc_scripts.cpp.obj + 0001:00086040 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$2 10087040 f dbc_fields.cpp.obj + 0001:00086040 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$2 10087040 f misc_scripts.cpp.obj + 0001:00086048 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$3 10087048 f dbc_fields.cpp.obj + 0001:00086048 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$3 10087048 f misc_scripts.cpp.obj + 0001:00086055 __ehhandler$?InitializeFieldMaps@Nampower@@YAXXZ 10087055 f dbc_fields.cpp.obj + 0001:00086055 __ehhandler$?Script_QueueScript@Nampower@@YAIPAI@Z 10087055 f misc_scripts.cpp.obj + 0001:00086080 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$0 10087080 f misc_scripts.cpp.obj + 0001:00086088 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$1 10087088 f misc_scripts.cpp.obj + 0001:00086090 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$3 10087090 f misc_scripts.cpp.obj + 0001:00086098 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$4 10087098 f misc_scripts.cpp.obj + 0001:000860a0 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$2 100870a0 f misc_scripts.cpp.obj + 0001:000860ad __ehhandler$?TryDisenchant@Nampower@@YA_NXZ 100870ad f misc_scripts.cpp.obj + 0001:000860e0 __unwindfunclet$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z$0 100870e0 f spell_scripts.cpp.obj + 0001:000860e0 __unwindfunclet$?Script_QueueSpellByName@Nampower@@YAIPAI@Z$0 100870e0 f spell_scripts.cpp.obj + 0001:000860ed __ehhandler$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 100870ed f spell_scripts.cpp.obj + 0001:000860ed __ehhandler$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 100870ed f spell_scripts.cpp.obj + 0001:00086120 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$1 10087120 f spell_scripts.cpp.obj + 0001:00086128 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$4 10087128 f spell_scripts.cpp.obj + 0001:00086130 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$0 10087130 f spell_scripts.cpp.obj + 0001:0008613d __ehhandler$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 1008713d f spell_scripts.cpp.obj + 0001:00086170 __unwindfunclet$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z$0 10087170 f item_scripts.cpp.obj + 0001:00086178 __unwindfunclet$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z$1 10087178 f item_scripts.cpp.obj + 0001:00086185 __ehhandler$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 10087185 f item_scripts.cpp.obj + 0001:000861b0 __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 100871b0 f items.cpp.obj + 0001:000861b8 __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 100871b8 f items.cpp.obj + 0001:000861c5 __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 100871c5 f items.cpp.obj + 0001:000861f0 __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 100871f0 f items.cpp.obj + 0001:000861f8 __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 100871f8 f items.cpp.obj + 0001:00086205 __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 10087205 f items.cpp.obj + 0001:00086230 __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 10087230 f items.cpp.obj + 0001:00086238 __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 10087238 f items.cpp.obj + 0001:00086245 __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 10087245 f items.cpp.obj + 0001:00086270 __unwindfunclet$??__EitemNameToIdCache@Nampower@@YAXXZ$1 10087270 f items.cpp.obj + 0001:0008627a __unwindfunclet$??__EitemNameToIdCache@Nampower@@YAXXZ$2 1008727a f items.cpp.obj + 0001:00086289 __ehhandler$??__EitemNameToIdCache@Nampower@@YAXXZ 10087289 f items.cpp.obj + 0001:000862b0 __unwindfunclet$??__EitemStatsCache@Nampower@@YAXXZ$1 100872b0 f items.cpp.obj + 0001:000862ba __unwindfunclet$??__EitemStatsCache@Nampower@@YAXXZ$2 100872ba f items.cpp.obj + 0001:000862c9 __ehhandler$??__EitemStatsCache@Nampower@@YAXXZ 100872c9 f items.cpp.obj + 0001:000862f0 __unwindfunclet$??__EpendingItemIds@Nampower@@YAXXZ$1 100872f0 f items.cpp.obj + 0001:000862fa __unwindfunclet$??__EpendingItemIds@Nampower@@YAXXZ$2 100872fa f items.cpp.obj + 0001:00086309 __ehhandler$??__EpendingItemIds@Nampower@@YAXXZ 10087309 f items.cpp.obj + 0001:00086330 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$0 10087330 f items.cpp.obj + 0001:00086338 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$1 10087338 f items.cpp.obj + 0001:00086340 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$2 10087340 f items.cpp.obj + 0001:00086348 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$3 10087348 f items.cpp.obj + 0001:00086350 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$4 10087350 f items.cpp.obj + 0001:00086358 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$5 10087358 f items.cpp.obj + 0001:00086365 __ehhandler$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 10087365 f items.cpp.obj + 0001:00086390 __unwindfunclet$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z$0 10087390 f items.cpp.obj + 0001:00086398 __unwindfunclet$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z$1 10087398 f items.cpp.obj + 0001:000863a5 __ehhandler$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100873a5 f items.cpp.obj + 0001:000863d0 __unwindfunclet$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z$0 100873d0 f items.cpp.obj + 0001:000863ee __ehhandler$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100873ee f items.cpp.obj + 0001:00086410 __unwindfunclet$?InitializeUnitFieldMaps@Nampower@@YAXXZ$0 10087410 f unit_fields.cpp.obj + 0001:00086418 __unwindfunclet$?InitializeUnitFieldMaps@Nampower@@YAXXZ$1 10087418 f unit_fields.cpp.obj + 0001:00086425 __ehhandler$?InitializeUnitFieldMaps@Nampower@@YAXXZ 10087425 f unit_fields.cpp.obj + 0001:00086450 __unwindfunclet$?CleanupAllLuaTableRefs@Nampower@@YAXXZ$0 10087450 f lua_refs.cpp.obj + 0001:00086458 __unwindfunclet$?CleanupAllLuaTableRefs@Nampower@@YAXXZ$1 10087458 f lua_refs.cpp.obj + 0001:00086465 __ehhandler$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 10087465 f lua_refs.cpp.obj + 0001:0008648c __ehhandler$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 1008748c f libvcruntime:frame.obj + 0001:000864a9 __unwindfunclet$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ$0 100874a9 f libvcruntime:undname.obj + 0001:000864b6 __ehhandler$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 100874b6 f libvcruntime:undname.obj + 0001:000864d3 __ehhandler$?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 100874d3 f libucrt:write.obj + 0001:000864fd __ehhandler$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 100874fd f libucrt:exit.obj + 0001:0008651a __ehhandler$__execute_onexit_table 1008751a f libucrt:onexit.obj + 0001:00086537 __ehhandler$___dcrt_uninitialize_environments_nolock 10087537 f libucrt:environment_initialization.obj + 0001:00086554 __ehhandler$?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 10087554 f libucrt:mbstowcs.obj + 0001:00086571 __unwindfunclet$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z$0 10087571 f libcpmt:locale0.obj + 0001:0008657e __ehhandler$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 1008757e f libcpmt:locale0.obj + 0001:000865a0 ??__FdebugLogFile@Nampower@@YAXXZ 100875a0 f logging.cpp.obj + 0001:00086650 ??__F?e@?$exception_ptr_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B@@YAXXZ 10087650 f main.cpp.obj + 0001:00086690 ??__F?e@?$exception_ptr_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B@@YAXXZ 10087690 f main.cpp.obj + 0001:000866d0 ??__Fep@?1???$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ@YAXXZ 100876d0 f main.cpp.obj + 0001:00086710 ??__Fep@?1???$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ@YAXXZ 10087710 f main.cpp.obj + 0001:00086750 ??__FgAttackRoundInfo_ReadPacketDetour@Nampower@@YAXXZ 10087750 f main.cpp.obj + 0001:00086770 ??__FgCGActionBar_UseActionDetour@Nampower@@YAXXZ 10087770 f main.cpp.obj + 0001:00086790 ??__FgCGBuffBar_UpdateDurationDetour@Nampower@@YAXXZ 10087790 f main.cpp.obj + 0001:000867b0 ??__FgCGPlayer_C_OnAttackIconPressedDetour@Nampower@@YAXXZ 100877b0 f main.cpp.obj + 0001:000867d0 ??__FgCGSpellBook_CastSpellDetour@Nampower@@YAXXZ 100877d0 f main.cpp.obj + 0001:000867f0 ??__FgCGUnit_C_OnAuraAddedDetour@Nampower@@YAXXZ 100877f0 f main.cpp.obj + 0001:00086810 ??__FgCGUnit_C_OnAuraRemovedDetour@Nampower@@YAXXZ 10087810 f main.cpp.obj + 0001:00086830 ??__FgCGUnit_C_OnAuraStacksChangedDetour@Nampower@@YAXXZ 10087830 f main.cpp.obj + 0001:00086850 ??__FgCGWorldFrame_OnLayerTrackTerrainDetour@Nampower@@YAXXZ 10087850 f main.cpp.obj + 0001:00086870 ??__FgCSimpleFrame_GetNameDetour@Nampower@@YAXXZ 10087870 f main.cpp.obj + 0001:00086890 ??__FgCancelSpellDetour@Nampower@@YAXXZ 10087890 f main.cpp.obj + 0001:000868b0 ??__FgCastDetour@Nampower@@YAXXZ 100878b0 f main.cpp.obj + 0001:000868d0 ??__FgCastHistory@Nampower@@YAXXZ 100878d0 f main.cpp.obj + 0001:000868e0 ??__FgCastResultHandlerDetour@Nampower@@YAXXZ 100878e0 f main.cpp.obj + 0001:00086900 ??__FgCastbarPatch@Nampower@@YAXXZ 10087900 f main.cpp.obj + 0001:000869d0 ??__FgCreateEventsDetour@Nampower@@YAXXZ 100879d0 f main.cpp.obj + 0001:000869f0 ??__FgGetSpellSlotFromLuaDetour@Nampower@@YAXXZ 100879f0 f main.cpp.obj + 0001:00086a10 ??__FgIEndSceneDetour@Nampower@@YAXXZ 10087a10 f main.cpp.obj + 0001:00086a30 ??__FgInvalidFunctionPtrCheckDetour@Nampower@@YAXXZ 10087a30 f main.cpp.obj + 0001:00086a50 ??__FgLoadScriptFunctionsDetour@Nampower@@YAXXZ 10087a50 f main.cpp.obj + 0001:00086a70 ??__FgNonGcdCastQueue@Nampower@@YAXXZ 10087a70 f main.cpp.obj + 0001:00086a80 ??__FgOnSpriteRightClickDetour@Nampower@@YAXXZ 10087a80 f main.cpp.obj + 0001:00086aa0 ??__FgPeriodicAuraLogHandlerDetour@Nampower@@YAXXZ 10087aa0 f main.cpp.obj + 0001:00086ac0 ??__FgPlaySpellVisualHandlerDetour@Nampower@@YAXXZ 10087ac0 f main.cpp.obj + 0001:00086ae0 ??__FgProcResistHandlerDetour@Nampower@@YAXXZ 10087ae0 f main.cpp.obj + 0001:00086b00 ??__FgSendCastDetour@Nampower@@YAXXZ 10087b00 f main.cpp.obj + 0001:00086b20 ??__FgSetCVarDetour@Nampower@@YAXXZ 10087b20 f main.cpp.obj + 0001:00086b40 ??__FgSetEventCountDetour@Nampower@@YAXXZ 10087b40 f main.cpp.obj + 0001:00086b60 ??__FgSignalEventDetour@Nampower@@YAXXZ 10087b60 f main.cpp.obj + 0001:00086b80 ??__FgSpellChannelStartHandlerDetour@Nampower@@YAXXZ 10087b80 f main.cpp.obj + 0001:00086ba0 ??__FgSpellChannelUpdateHandlerDetour@Nampower@@YAXXZ 10087ba0 f main.cpp.obj + 0001:00086bc0 ??__FgSpellCooldownDetour@Nampower@@YAXXZ 10087bc0 f main.cpp.obj + 0001:00086be0 ??__FgSpellDelayedDetour@Nampower@@YAXXZ 10087be0 f main.cpp.obj + 0001:00086c00 ??__FgSpellEnergizeLogHandlerDetour@Nampower@@YAXXZ 10087c00 f main.cpp.obj + 0001:00086c20 ??__FgSpellFailedDetour@Nampower@@YAXXZ 10087c20 f main.cpp.obj + 0001:00086c40 ??__FgSpellFailedOtherHandlerDetour@Nampower@@YAXXZ 10087c40 f main.cpp.obj + 0001:00086c60 ??__FgSpellGoDetour@Nampower@@YAXXZ 10087c60 f main.cpp.obj + 0001:00086c80 ??__FgSpellHealingLogHandlerDetour@Nampower@@YAXXZ 10087c80 f main.cpp.obj + 0001:00086ca0 ??__FgSpellLogMissHandlerDetour@Nampower@@YAXXZ 10087ca0 f main.cpp.obj + 0001:00086cc0 ??__FgSpellNonMeleeDmgLogHandlerDetour@Nampower@@YAXXZ 10087cc0 f main.cpp.obj + 0001:00086ce0 ??__FgSpellOrDamageImmuneHandlerDetour@Nampower@@YAXXZ 10087ce0 f main.cpp.obj + 0001:00086d00 ??__FgSpellStartHandlerDetour@Nampower@@YAXXZ 10087d00 f main.cpp.obj + 0001:00086d20 ??__FgSpellStopCastingDetour@Nampower@@YAXXZ 10087d20 f main.cpp.obj + 0001:00086d40 ??__FgSpellTargetUnitDetour@Nampower@@YAXXZ 10087d40 f main.cpp.obj + 0001:00086d60 ??__FgSpell_C_CooldownEventTriggeredDetour@Nampower@@YAXXZ 10087d60 f main.cpp.obj + 0001:00086d80 ??__FgSpell_C_GetAutoRepeatingSpellDetour@Nampower@@YAXXZ 10087d80 f main.cpp.obj + 0001:00086da0 ??__FgSpell_C_GetSpellModifiersDetour@Nampower@@YAXXZ 10087da0 f main.cpp.obj + 0001:00086dc0 ??__FgSpell_C_GetSpellRadiusDetour@Nampower@@YAXXZ 10087dc0 f main.cpp.obj + 0001:00086de0 ??__FgSpell_C_HandleSpriteClickDetour@Nampower@@YAXXZ 10087de0 f main.cpp.obj + 0001:00086e00 ??__FgSpell_C_HandleTerrainClickDetour@Nampower@@YAXXZ 10087e00 f main.cpp.obj + 0001:00086e20 ??__FgSpell_C_TargetSpellDetour@Nampower@@YAXXZ 10087e20 f main.cpp.obj + 0001:00086e40 ??__FgSysMsgInitDetour@Nampower@@YAXXZ 10087e40 f main.cpp.obj + 0001:00086e60 ??__FgUnitCombatLogUnitDeadDetour@Nampower@@YAXXZ 10087e60 f main.cpp.obj + 0001:00086e80 ??__FspellIdToSlotCache@?1??ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z@YAXXZ 10087e80 f helper.cpp.obj + 0001:00086e90 ??__FspellSlotCache@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@YAXXZ 10087e90 f helper.cpp.obj + 0001:00086ea0 ??__FitemStatsArrayFieldRefs@Nampower@@YAXXZ 10087ea0 f misc_scripts.cpp.obj + 0001:00086eb0 ??__FitemStatsNestedArrayRefs@Nampower@@YAXXZ 10087eb0 f misc_scripts.cpp.obj + 0001:00086ec0 ??__FunitFieldsArrayFieldRefs@Nampower@@YAXXZ 10087ec0 f misc_scripts.cpp.obj + 0001:00086ed0 ??__FunitFieldsNestedArrayRefs@Nampower@@YAXXZ 10087ed0 f misc_scripts.cpp.obj + 0001:00086ee0 ??__FspellRecArrayFieldRefs@Nampower@@YAXXZ 10087ee0 f spell_scripts.cpp.obj + 0001:00086ef0 ??__FspellRecNestedArrayRefs@Nampower@@YAXXZ 10087ef0 f spell_scripts.cpp.obj + 0001:00086f00 ??__FitemNameToIdCache@Nampower@@YAXXZ 10087f00 f items.cpp.obj + 0001:00086f10 ??__FitemStatsCache@Nampower@@YAXXZ 10087f10 f items.cpp.obj + 0001:00086f20 ??__FpendingItemIds@Nampower@@YAXXZ 10087f20 f items.cpp.obj + 0001:00086f30 ??__FitemStatsArrayFieldMap@Nampower@@YAXXZ 10087f30 f dbc_fields.cpp.obj + 0001:00086f40 ??__FitemStatsFieldMap@Nampower@@YAXXZ 10087f40 f dbc_fields.cpp.obj + 0001:00086f50 ??__FspellRecArrayFieldMap@Nampower@@YAXXZ 10087f50 f dbc_fields.cpp.obj + 0001:00086f60 ??__FspellRecFieldMap@Nampower@@YAXXZ 10087f60 f dbc_fields.cpp.obj + 0001:00086f70 ??__FunitFieldsArrayFieldMap@Nampower@@YAXXZ 10087f70 f unit_fields.cpp.obj + 0001:00086f80 ??__FunitFieldsFieldMap@Nampower@@YAXXZ 10087f80 f unit_fields.cpp.obj + 0001:00086f90 ??__FregisteredTableRefs@Nampower@@YAXXZ 10087f90 f lua_refs.cpp.obj + 0001:00086fec ??__Finitlocks@std@@YAXXZ 10087fec f libcpmt:xlock.obj + 0001:00086ff6 ??__F_Fac_tidy_reg@std@@YAXXZ 10087ff6 f libcpmt:locale0.obj + 0001:00087000 ??__Fclassic_locale@std@@YAXXZ 10088000 f libcpmt:locale0.obj + 0001:0008700a ??__Finit_atexit@@YAXXZ 1008800a f libcpmt:iosptrs.obj + 0001:00087014 ??__Finitlocks@std@@YAXXZ 10088014 f libcpmt:iosptrs.obj + 0002:000001ec ?initlocks$initializer$@std@@3P6AXXZA 100891ec libcpmt:xlock.obj + 0002:000001f0 ?initlocks$initializer$@std@@3P6AXXZA 100891f0 libcpmt:iosptrs.obj + 0002:000001f4 ?init_atexit$initializer$@@3P6AXXZA 100891f4 libcpmt:iosptrs.obj + 0002:000001f8 ?_Fac_tidy_reg$initializer$@std@@3P6AXXZA 100891f8 libcpmt:locale0.obj + 0002:000001fc ?classic_locale$initializer$@std@@3P6AXXZA 100891fc libcpmt:locale0.obj + 0002:00000200 ?debugLogFile$initializer$@Nampower@@3P6AXXZA 10089200 logging.cpp.obj + 0002:00000204 ?gNonGcdCastQueue$initializer$@Nampower@@3P6AXXZA 10089204 main.cpp.obj + 0002:00000208 ?gCastHistory$initializer$@Nampower@@3P6AXXZA 10089208 main.cpp.obj + 0002:0000020c ?gSysMsgInitDetour$initializer$@Nampower@@3P6AXXZA 1008920c main.cpp.obj + 0002:00000210 ?gLoadScriptFunctionsDetour$initializer$@Nampower@@3P6AXXZA 10089210 main.cpp.obj + 0002:00000214 ?gCreateEventsDetour$initializer$@Nampower@@3P6AXXZA 10089214 main.cpp.obj + 0002:00000218 ?gSetEventCountDetour$initializer$@Nampower@@3P6AXXZA 10089218 main.cpp.obj + 0002:0000021c ?gSetCVarDetour$initializer$@Nampower@@3P6AXXZA 1008921c main.cpp.obj + 0002:00000220 ?gCGSpellBook_CastSpellDetour$initializer$@Nampower@@3P6AXXZA 10089220 main.cpp.obj + 0002:00000224 ?gCastDetour$initializer$@Nampower@@3P6AXXZA 10089224 main.cpp.obj + 0002:00000228 ?gSendCastDetour$initializer$@Nampower@@3P6AXXZA 10089228 main.cpp.obj + 0002:0000022c ?gCancelSpellDetour$initializer$@Nampower@@3P6AXXZA 1008922c main.cpp.obj + 0002:00000230 ?gSignalEventDetour$initializer$@Nampower@@3P6AXXZA 10089230 main.cpp.obj + 0002:00000234 ?gSpellFailedDetour$initializer$@Nampower@@3P6AXXZA 10089234 main.cpp.obj + 0002:00000238 ?gSpell_C_GetSpellModifiersDetour$initializer$@Nampower@@3P6AXXZA 10089238 main.cpp.obj + 0002:0000023c ?gSpell_C_GetSpellRadiusDetour$initializer$@Nampower@@3P6AXXZA 1008923c main.cpp.obj + 0002:00000240 ?gCastbarPatch$initializer$@Nampower@@3P6AXXZA 10089240 main.cpp.obj + 0002:00000244 ?gIEndSceneDetour$initializer$@Nampower@@3P6AXXZA 10089244 main.cpp.obj + 0002:00000248 ?gSpell_C_GetAutoRepeatingSpellDetour$initializer$@Nampower@@3P6AXXZA 10089248 main.cpp.obj + 0002:0000024c ?gSpell_C_CooldownEventTriggeredDetour$initializer$@Nampower@@3P6AXXZA 1008924c main.cpp.obj + 0002:00000250 ?gSpellGoDetour$initializer$@Nampower@@3P6AXXZA 10089250 main.cpp.obj + 0002:00000254 ?gSpellTargetUnitDetour$initializer$@Nampower@@3P6AXXZA 10089254 main.cpp.obj + 0002:00000258 ?gSpellStopCastingDetour$initializer$@Nampower@@3P6AXXZA 10089258 main.cpp.obj + 0002:0000025c ?gOnSpriteRightClickDetour$initializer$@Nampower@@3P6AXXZA 1008925c main.cpp.obj + 0002:00000260 ?gSpell_C_HandleSpriteClickDetour$initializer$@Nampower@@3P6AXXZA 10089260 main.cpp.obj + 0002:00000264 ?gSpell_C_HandleTerrainClickDetour$initializer$@Nampower@@3P6AXXZA 10089264 main.cpp.obj + 0002:00000268 ?gCGWorldFrame_OnLayerTrackTerrainDetour$initializer$@Nampower@@3P6AXXZA 10089268 main.cpp.obj + 0002:0000026c ?gSpell_C_TargetSpellDetour$initializer$@Nampower@@3P6AXXZA 1008926c main.cpp.obj + 0002:00000270 ?gSpellCooldownDetour$initializer$@Nampower@@3P6AXXZA 10089270 main.cpp.obj + 0002:00000274 ?gSpellDelayedDetour$initializer$@Nampower@@3P6AXXZA 10089274 main.cpp.obj + 0002:00000278 ?gCastResultHandlerDetour$initializer$@Nampower@@3P6AXXZA 10089278 main.cpp.obj + 0002:0000027c ?gSpellFailedOtherHandlerDetour$initializer$@Nampower@@3P6AXXZA 1008927c main.cpp.obj + 0002:00000280 ?gSpellChannelStartHandlerDetour$initializer$@Nampower@@3P6AXXZA 10089280 main.cpp.obj + 0002:00000284 ?gSpellChannelUpdateHandlerDetour$initializer$@Nampower@@3P6AXXZA 10089284 main.cpp.obj + 0002:00000288 ?gPlaySpellVisualHandlerDetour$initializer$@Nampower@@3P6AXXZA 10089288 main.cpp.obj + 0002:0000028c ?gSpellHealingLogHandlerDetour$initializer$@Nampower@@3P6AXXZA 1008928c main.cpp.obj + 0002:00000290 ?gSpellEnergizeLogHandlerDetour$initializer$@Nampower@@3P6AXXZA 10089290 main.cpp.obj + 0002:00000294 ?gProcResistHandlerDetour$initializer$@Nampower@@3P6AXXZA 10089294 main.cpp.obj + 0002:00000298 ?gSpellLogMissHandlerDetour$initializer$@Nampower@@3P6AXXZA 10089298 main.cpp.obj + 0002:0000029c ?gSpellOrDamageImmuneHandlerDetour$initializer$@Nampower@@3P6AXXZA 1008929c main.cpp.obj + 0002:000002a0 ?gSpellStartHandlerDetour$initializer$@Nampower@@3P6AXXZA 100892a0 main.cpp.obj + 0002:000002a4 ?gPeriodicAuraLogHandlerDetour$initializer$@Nampower@@3P6AXXZA 100892a4 main.cpp.obj + 0002:000002a8 ?gSpellNonMeleeDmgLogHandlerDetour$initializer$@Nampower@@3P6AXXZA 100892a8 main.cpp.obj + 0002:000002ac ?gCGPlayer_C_OnAttackIconPressedDetour$initializer$@Nampower@@3P6AXXZA 100892ac main.cpp.obj + 0002:000002b0 ?gAttackRoundInfo_ReadPacketDetour$initializer$@Nampower@@3P6AXXZA 100892b0 main.cpp.obj + 0002:000002b4 ?gCGActionBar_UseActionDetour$initializer$@Nampower@@3P6AXXZA 100892b4 main.cpp.obj + 0002:000002b8 ?gCGUnit_C_OnAuraRemovedDetour$initializer$@Nampower@@3P6AXXZA 100892b8 main.cpp.obj + 0002:000002bc ?gCGUnit_C_OnAuraAddedDetour$initializer$@Nampower@@3P6AXXZA 100892bc main.cpp.obj + 0002:000002c0 ?gCGUnit_C_OnAuraStacksChangedDetour$initializer$@Nampower@@3P6AXXZA 100892c0 main.cpp.obj + 0002:000002c4 ?gUnitCombatLogUnitDeadDetour$initializer$@Nampower@@3P6AXXZA 100892c4 main.cpp.obj + 0002:000002c8 ?gCGBuffBar_UpdateDurationDetour$initializer$@Nampower@@3P6AXXZA 100892c8 main.cpp.obj + 0002:000002cc ?gInvalidFunctionPtrCheckDetour$initializer$@Nampower@@3P6AXXZA 100892cc main.cpp.obj + 0002:000002d0 ?gGetSpellSlotFromLuaDetour$initializer$@Nampower@@3P6AXXZA 100892d0 main.cpp.obj + 0002:000002d4 ?gCSimpleFrame_GetNameDetour$initializer$@Nampower@@3P6AXXZA 100892d4 main.cpp.obj + 0002:000002d8 ??e$initializer$@?$exception_ptr_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@2P6AXXZA@@3P6AXXZA 100892d8 main.cpp.obj + 0002:000002dc ??e$initializer$@?$exception_ptr_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@2P6AXXZA@@3P6AXXZA 100892dc main.cpp.obj + 0002:000002e0 ?itemStatsArrayFieldRefs$initializer$@Nampower@@3P6AXXZA 100892e0 misc_scripts.cpp.obj + 0002:000002e4 ?unitFieldsArrayFieldRefs$initializer$@Nampower@@3P6AXXZA 100892e4 misc_scripts.cpp.obj + 0002:000002e8 ?itemStatsNestedArrayRefs$initializer$@Nampower@@3P6AXXZA 100892e8 misc_scripts.cpp.obj + 0002:000002ec ?unitFieldsNestedArrayRefs$initializer$@Nampower@@3P6AXXZA 100892ec misc_scripts.cpp.obj + 0002:000002f0 ?spellRecArrayFieldRefs$initializer$@Nampower@@3P6AXXZA 100892f0 spell_scripts.cpp.obj + 0002:000002f4 ?spellRecNestedArrayRefs$initializer$@Nampower@@3P6AXXZA 100892f4 spell_scripts.cpp.obj + 0002:000002f8 ?bagItemDataCache$initializer$@Nampower@@3P6AXXZA 100892f8 items.cpp.obj + 0002:000002fc ?equippedItemDataCache$initializer$@Nampower@@3P6AXXZA 100892fc items.cpp.obj + 0002:00000300 ?itemStatsCache$initializer$@Nampower@@3P6AXXZA 10089300 items.cpp.obj + 0002:00000304 ?itemNameToIdCache$initializer$@Nampower@@3P6AXXZA 10089304 items.cpp.obj + 0002:00000308 ?pendingItemIds$initializer$@Nampower@@3P6AXXZA 10089308 items.cpp.obj + 0002:0000030c ?itemStatsFieldMap$initializer$@Nampower@@3P6AXXZA 1008930c dbc_fields.cpp.obj + 0002:00000310 ?itemStatsArrayFieldMap$initializer$@Nampower@@3P6AXXZA 10089310 dbc_fields.cpp.obj + 0002:00000314 ?spellRecFieldMap$initializer$@Nampower@@3P6AXXZA 10089314 dbc_fields.cpp.obj + 0002:00000318 ?spellRecArrayFieldMap$initializer$@Nampower@@3P6AXXZA 10089318 dbc_fields.cpp.obj + 0002:0000031c ?unitFieldsFieldMap$initializer$@Nampower@@3P6AXXZA 1008931c unit_fields.cpp.obj + 0002:00000320 ?unitFieldsArrayFieldMap$initializer$@Nampower@@3P6AXXZA 10089320 unit_fields.cpp.obj + 0002:00000324 ?registeredTableRefs$initializer$@Nampower@@3P6AXXZA 10089324 lua_refs.cpp.obj + 0002:00000340 ?pinit@@3P6AHXZA 10089340 libcpmt:winapisupp.obj + 0002:00000380 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10089380 logging.cpp.obj + 0002:00000600 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10089600 cdatastore.cpp.obj + 0002:00000601 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10089601 game.cpp.obj + 0002:00000602 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10089602 main.cpp.obj + 0002:00000603 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10089603 main.cpp.obj + 0002:00006d70 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008fd70 helper.cpp.obj + 0002:00006d71 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008fd71 helper.cpp.obj + 0002:00006e10 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008fe10 spellcast.cpp.obj + 0002:00006e11 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008fe11 spellcast.cpp.obj + 0002:000075ca ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 100905ca spellchannel.cpp.obj + 0002:000075cb ?_Fake_alloc@std@@3U_Fake_allocator@1@B 100905cb spellchannel.cpp.obj + 0002:0000771c ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1009071c spellevents.cpp.obj + 0002:0000771d ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1009071d spellevents.cpp.obj + 0002:00007b12 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10090b12 misc_scripts.cpp.obj + 0002:00007b13 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10090b13 misc_scripts.cpp.obj + 0002:000085f0 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 100915f0 spell_scripts.cpp.obj + 0002:000085f1 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 100915f1 spell_scripts.cpp.obj + 0002:00008bc8 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10091bc8 cooldown_scripts.cpp.obj + 0002:00008bc9 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10091bc9 cooldown_scripts.cpp.obj + 0002:00008c81 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10091c81 item_scripts.cpp.obj + 0002:00008c82 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10091c82 item_scripts.cpp.obj + 0002:00009084 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10092084 items.cpp.obj + 0002:00009085 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10092085 items.cpp.obj + 0002:00009364 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10092364 dbc_fields.cpp.obj + 0002:00009365 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10092365 dbc_fields.cpp.obj + 0002:0000a34c ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1009334c unit_fields.cpp.obj + 0002:0000a34d ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1009334d unit_fields.cpp.obj + 0002:0000a704 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10093704 auras.cpp.obj + 0002:0000a705 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10093705 auras.cpp.obj + 0002:0000a706 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10093706 lua_refs.cpp.obj + 0002:0000a707 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10093707 lua_refs.cpp.obj + 0002:0000a72a ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1009372a autoattack.cpp.obj + 0002:0000a72b ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1009372b autoattack.cpp.obj + 0002:0000a7d0 ?tokenTable@@3QBUStringLiteral@@B 100937d0 libvcruntime:undname.obj + 0002:0000a858 ?nameTable@@3QBUStringLiteral@@B 10093858 libvcruntime:undname.obj + 0002:0000aaf0 ?rttiTable@@3QBUStringLiteral@@B 10093af0 libvcruntime:undname.obj + 0002:0000ab18 ?IndirectionName@@3QBUStringLiteral@@B 10093b18 libvcruntime:undname.obj + 0002:0000ab48 ?PrefixName@@3QBUStringLiteral@@B 10093b48 libvcruntime:undname.obj + 0002:0000b630 ?result@?1??IsValidIdentChar@@YA_ND@Z@4U@?1??InitValidIdentChar@@YA@XZ@B 10094630 libvcruntime:undname.obj + 0002:0000b768 ?module_names@?A0x14174aea@@3QBQB_WB 10094768 libvcruntime:winapi_downlevel.obj + 0002:0000b810 ?candidate_modules@?1??try_get_FlsAlloc@@YAP6GKP6GXPAX@Z@ZXZ@4QBW4module_id@?A0x14174aea@@B 10094810 libvcruntime:winapi_downlevel.obj + 0002:0000b824 ?candidate_modules@?1??try_get_FlsFree@@YAP6GHK@ZXZ@4QBW4module_id@?A0x14174aea@@B 10094824 libvcruntime:winapi_downlevel.obj + 0002:0000b834 ?candidate_modules@?1??try_get_FlsGetValue@@YAP6GPAXK@ZXZ@4QBW4module_id@?A0x14174aea@@B 10094834 libvcruntime:winapi_downlevel.obj + 0002:0000b848 ?candidate_modules@?1??try_get_FlsSetValue@@YAP6GHKPAX@ZXZ@4QBW4module_id@?A0x14174aea@@B 10094848 libvcruntime:winapi_downlevel.obj + 0002:0000b85c ?candidate_modules@?1??try_get_InitializeCriticalSectionEx@@YAP6GHPAU_RTL_CRITICAL_SECTION@@KK@ZXZ@4QBW4module_id@?A0x14174aea@@B 1009485c libvcruntime:winapi_downlevel.obj + 0002:0000ba90 ?errtable@@3QBUerrentry@?A0x31fdb9ec@@B 10094a90 libucrt:errno.obj + 0002:0000c760 _One 10095760 libucrt:ceil_pentium4.obj + 0002:0000c770 _Bns 10095770 libucrt:ceil_pentium4.obj + 0002:0000c780 _Zero 10095780 libucrt:ceil_pentium4.obj + 0002:0000c790 _S 10095790 libucrt:ceil_pentium4.obj + 0002:0000c7a0 _NegZero 100957a0 libucrt:ceil_pentium4.obj + 0002:0000c7a8 __first_127char 100957a8 libucrt:wsetlocale.obj + 0002:0000cde8 ?module_names@?A0x391cf84c@@3QBQB_WB 10095de8 libucrt:winapi_thunks.obj + 0002:0000d2f4 ?candidate_modules@?1??try_get_AreFileApisANSI@@YAP6GHXZXZ@4QBW4module_id@?A0x391cf84c@@B 100962f4 libucrt:winapi_thunks.obj + 0002:0000d308 ?candidate_modules@?1??try_get_CompareStringEx@@YAP6GHPB_WK0H0HPAU_nlsversioninfo@@PAXJ@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10096308 libucrt:winapi_thunks.obj + 0002:0000d320 ?candidate_modules@?1??try_get_EnumSystemLocalesEx@@YAP6GHP6GHPA_WKJ@ZKJPAX@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10096320 libucrt:winapi_thunks.obj + 0002:0000d33c ?candidate_modules@?1??try_get_GetDateFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH0@ZXZ@4QBW4module_id@?A0x391cf84c@@B 1009633c libucrt:winapi_thunks.obj + 0002:0000d364 ?candidate_modules@?1??try_get_GetLocaleInfoEx@@YAP6GHPB_WKPA_WH@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10096364 libucrt:winapi_thunks.obj + 0002:0000d39c ?candidate_modules@?1??try_get_GetTimeFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH@ZXZ@4QBW4module_id@?A0x391cf84c@@B 1009639c libucrt:winapi_thunks.obj + 0002:0000d3b4 ?candidate_modules@?1??try_get_GetUserDefaultLocaleName@@YAP6GHPA_WH@ZXZ@4QBW4module_id@?A0x391cf84c@@B 100963b4 libucrt:winapi_thunks.obj + 0002:0000d3d8 ?candidate_modules@?1??try_get_InitializeCriticalSectionEx@@YAP6GHPAU_RTL_CRITICAL_SECTION@@KK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 100963d8 libucrt:winapi_thunks.obj + 0002:0000d3e0 ?candidate_modules@?1??try_get_IsValidLocaleName@@YAP6GHPB_W@ZXZ@4QBW4module_id@?A0x391cf84c@@B 100963e0 libucrt:winapi_thunks.obj + 0002:0000d3fc ?candidate_modules@?1??try_get_LCMapStringEx@@YAP6GHPB_WK0HPA_WHPAU_nlsversioninfo@@PAXJ@ZXZ@4QBW4module_id@?A0x391cf84c@@B 100963fc libucrt:winapi_thunks.obj + 0002:0000d414 ?candidate_modules@?1??try_get_LCIDToLocaleName@@YAP6GHKPA_WHK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10096414 libucrt:winapi_thunks.obj + 0002:0000d430 ?candidate_modules@?1??try_get_LocaleNameToLCID@@YAP6GKPB_WK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10096430 libucrt:winapi_thunks.obj + 0002:0000d44c ?candidate_modules@?1??try_get_AppPolicyGetProcessTerminationMethod@@YAP6GJPAXPAW4AppPolicyProcessTerminationMethod@@@ZXZ@4QBW4module_id@?A0x391cf84c@@B 1009644c libucrt:winapi_thunks.obj + 0002:0000d478 ?candidate_modules@?1??try_get_FlsAlloc@@YAP6GKP6GXPAX@Z@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10096478 libucrt:winapi_thunks.obj + 0002:0000d480 ?candidate_modules@?1??try_get_FlsFree@@YAP6GHK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10096480 libucrt:winapi_thunks.obj + 0002:0000d488 ?candidate_modules@?1??try_get_FlsGetValue@@YAP6GPAXK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10096488 libucrt:winapi_thunks.obj + 0002:0000d490 ?candidate_modules@?1??try_get_FlsSetValue@@YAP6GHKPAX@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10096490 libucrt:winapi_thunks.obj + 0002:0000d498 ?strings@?1??fp_format_nan_or_infinity@@YAHW4__acrt_fp_class@@_NPADI1@Z@4QAY03QBDA 10096498 libucrt:cvt.obj + 0002:0000d520 ?_names@?1??_get_fname@@9@4QBU@?1??1@YAPADI@Z@B 10096520 libucrt:fpexcept.obj + 0002:0000d6e8 _over 100966e8 libucrt:fpctrl.obj + 0002:0000d6f4 _under 100966f4 libucrt:fpctrl.obj + 0002:0000df60 ?_mb_locale_names@@3QBQB_WB 10096f60 libucrt:mbctype.obj + 0002:0000ee10 ?LcidToLocaleNameTable@?A0x881e4c05@@3QBULcidToLocaleName@1@B 10097e10 libucrt:lcidtoname_downlevel.obj + 0002:0000ff30 ?LocaleNameToIndexTable@?A0x881e4c05@@3QBULocaleNameIndex@1@B 10098f30 libucrt:lcidtoname_downlevel.obj + 0002:00010f10 One 10099f10 libucrt:common.obj + 0002:00010f24 DblMax 10099f24 libucrt:common.obj + 0002:00010f2c DblMin 10099f2c libucrt:common.obj + 0002:00010f34 IeeeAdjO 10099f34 libucrt:common.obj + 0002:00010f3c IeeeAdjU 10099f3c libucrt:common.obj + 0002:00010f44 _infinity 10099f44 libucrt:common.obj + 0002:00010f4c _zero 10099f4c libucrt:common.obj + 0002:00010f60 _NAME_ 10099f60 libucrt:sqrt_impl.obj + 0002:00010f80 LOG_name 10099f80 libucrt:log10_impl.obj + 0002:00010fae One 10099fae libucrt:87disp.obj + 0002:00010fb6 Three 10099fb6 libucrt:87disp.obj + 0002:00010fbe XAMtoTagTab 10099fbe libucrt:87disp.obj + 0002:00010fd0 emask 10099fd0 libucrt:log10_pentium4.obj + 0002:00010fe0 CC 10099fe0 libucrt:log10_pentium4.obj + 0002:00010ff0 Magic 10099ff0 libucrt:log10_pentium4.obj + 0002:00011000 hi_mask 1009a000 libucrt:log10_pentium4.obj + 0002:00011010 LOG10_2 1009a010 libucrt:log10_pentium4.obj + 0002:00011020 place_L 1009a020 libucrt:log10_pentium4.obj + 0002:00011040 One 1009a040 libucrt:log10_pentium4.obj + 0002:00011050 Zero 1009a050 libucrt:log10_pentium4.obj + 0002:00011060 Two52 1009a060 libucrt:log10_pentium4.obj + 0002:00011070 Infs 1009a070 libucrt:log10_pentium4.obj + 0002:00011080 NaN 1009a080 libucrt:log10_pentium4.obj + 0002:00011090 coeff 1009a090 libucrt:log10_pentium4.obj + 0002:000110ee _log2max 1009a0ee libucrt:87tran.obj + 0002:000110f8 _smallarg 1009a0f8 libucrt:87tran.obj + 0002:00011102 _half 1009a102 libucrt:87tran.obj + 0002:000119a8 ?_Win_errtab@?A0xdad2e229@@3QBU_Win_errtab_t@1@B 1009a9a8 libcpmt:syserror.obj + 0002:00011c48 ?_Sys_errtab@?A0xdad2e229@@3QBU_Sys_errtab_t@1@B 1009ac48 libcpmt:syserror.obj + 0002:00012518 ?mods@?1??_Xfsopen@?A0x6dc13635@@YAPAU_iobuf@@PBDHH@Z@4QBQBDB 1009b518 libcpmt:fiopen.obj + 0002:000125b0 ?_Whitespace_bitmap@?A0xfa98056f@@3U_Whitespace_bitmap_t@1@B 1009b5b0 libcpmt:syserror_import_lib.obj + 0002:000126e0 _digits 1009b6e0 libcpmt:xstoul.obj + 0002:00012708 _ndigs 1009b708 libcpmt:xstoul.obj + 0002:00012730 _digits 1009b730 libcpmt:xstoull.obj + 0002:00012758 _ndigs 1009b758 libcpmt:xstoull.obj + 0002:00012790 _bias_low 1009b790 LIBCMT:ftol3.obj + 0002:000127a0 _bias_high 1009b7a0 LIBCMT:ftol3.obj + 0002:000127b0 _DP2to32 1009b7b0 LIBCMT:ftol3.obj + 0002:000127b8 _NaN 1009b7b8 LIBCMT:ftol3.obj + 0002:000127bc _onept5 1009b7bc LIBCMT:ftol3.obj + 0002:000127c4 _GS_ExceptionPointers 1009b7c4 LIBCMT:gs_report.obj + 0002:000127d0 two32 1009b7d0 LIBCMT:ftol2.obj + 0002:000127d4 two63 1009b7d4 LIBCMT:ftol2.obj + 0002:000127d8 _NaN 1009b7d8 LIBCMT:ftol2.obj + 0002:000127f0 ___acrt_initializers 1009b7f0 libucrt:initialization.obj + 0002:00015668 _ud_itab__16 1009e668 udis86:itab.obj + 0002:00015678 _ud_itab__32 1009e678 udis86:itab.obj + 0002:00015680 _ud_itab__330 1009e680 udis86:itab.obj + 0002:00015688 _ud_itab__157 1009e688 udis86:itab.obj + 0002:00015690 _ud_itab__208 1009e690 udis86:itab.obj + 0002:000156a0 _ud_itab__78 1009e6a0 udis86:itab.obj + 0002:000156a8 _ud_itab__103 1009e6a8 udis86:itab.obj + 0002:000156b0 _ud_itab__200 1009e6b0 udis86:itab.obj + 0002:000156b8 _ud_itab__44 1009e6b8 udis86:itab.obj + 0002:000156c0 _ud_itab__242 1009e6c0 udis86:itab.obj + 0002:000156c8 _ud_itab__87 1009e6c8 udis86:itab.obj + 0002:000156d0 _ud_itab__297 1009e6d0 udis86:itab.obj + 0002:000156d4 _ud_itab__308 1009e6d4 udis86:itab.obj + 0002:000156d8 _ud_itab__107 1009e6d8 udis86:itab.obj + 0002:000156e0 _ud_itab__398 1009e6e0 udis86:itab.obj + 0002:000156e4 _ud_itab__216 1009e6e4 udis86:itab.obj + 0002:000156f4 _ud_itab__350 1009e6f4 udis86:itab.obj + 0002:000156f8 _ud_itab__401 1009e6f8 udis86:itab.obj + 0002:000156fc _ud_itab__133 1009e6fc udis86:itab.obj + 0002:00015704 _ud_itab__413 1009e704 udis86:itab.obj + 0002:00015708 _ud_itab__361 1009e708 udis86:itab.obj + 0002:0001570c _ud_itab__203 1009e70c udis86:itab.obj + 0002:0001571c _ud_itab__282 1009e71c udis86:itab.obj + 0002:00015724 _ud_itab__61 1009e724 udis86:itab.obj + 0002:0001572c _ud_itab__186 1009e72c udis86:itab.obj + 0002:0001573c _ud_itab__429 1009e73c udis86:itab.obj + 0002:0001574c _ud_itab__363 1009e74c udis86:itab.obj + 0002:00015750 _ud_itab__271 1009e750 udis86:itab.obj + 0002:00015758 _ud_itab__5 1009e758 udis86:itab.obj + 0002:00015768 _ud_itab__14 1009e768 udis86:itab.obj + 0002:00015778 _ud_itab__121 1009e778 udis86:itab.obj + 0002:00015780 _ud_itab__34 1009e780 udis86:itab.obj + 0002:00015788 _ud_itab__147 1009e788 udis86:itab.obj + 0002:00015790 _ud_itab__115 1009e790 udis86:itab.obj + 0002:00015798 _ud_itab__346 1009e798 udis86:itab.obj + 0002:0001579c _ud_itab__213 1009e79c udis86:itab.obj + 0002:000157ac _ud_itab__143 1009e7ac udis86:itab.obj + 0002:000157b4 _ud_itab__19 1009e7b4 udis86:itab.obj + 0002:000157bc _ud_itab__12 1009e7bc udis86:itab.obj + 0002:000157c4 _ud_itab__267 1009e7c4 udis86:itab.obj + 0002:000157cc _ud_itab__97 1009e7cc udis86:itab.obj + 0002:000157d4 _ud_itab__84 1009e7d4 udis86:itab.obj + 0002:000157dc _ud_itab__150 1009e7dc udis86:itab.obj + 0002:000157e4 _ud_itab__249 1009e7e4 udis86:itab.obj + 0002:000157ec _ud_itab__137 1009e7ec udis86:itab.obj + 0002:000157f8 _ud_itab__116 1009e7f8 udis86:itab.obj + 0002:000159f8 _ud_itab__247 1009e9f8 udis86:itab.obj + 0002:00015a00 _ud_itab__421 1009ea00 udis86:itab.obj + 0002:00015a80 _ud_itab__349 1009ea80 udis86:itab.obj + 0002:00015a90 _ud_itab__327 1009ea90 udis86:itab.obj + 0002:00015a98 _ud_itab__420 1009ea98 udis86:itab.obj + 0002:00015aa8 _ud_itab__156 1009eaa8 udis86:itab.obj + 0002:00015ab0 _ud_itab__290 1009eab0 udis86:itab.obj + 0002:00015ab4 _ud_itab__302 1009eab4 udis86:itab.obj + 0002:00015ac4 _ud_itab__402 1009eac4 udis86:itab.obj + 0002:00015ac8 _ud_itab__73 1009eac8 udis86:itab.obj + 0002:00015ad0 _ud_itab__220 1009ead0 udis86:itab.obj + 0002:00015ae0 _ud_itab__118 1009eae0 udis86:itab.obj + 0002:00015ae8 _ud_itab__384 1009eae8 udis86:itab.obj + 0002:00015aec _ud_itab__347 1009eaec udis86:itab.obj + 0002:00015afc _ud_itab__366 1009eafc udis86:itab.obj + 0002:00015b00 _ud_itab__311 1009eb00 udis86:itab.obj + 0002:00015b04 _ud_itab__244 1009eb04 udis86:itab.obj + 0002:00015b0c _ud_itab__270 1009eb0c udis86:itab.obj + 0002:00015b14 _ud_itab__446 1009eb14 udis86:itab.obj + 0002:00015b18 _ud_itab__176 1009eb18 udis86:itab.obj + 0002:00015b20 _ud_itab__445 1009eb20 udis86:itab.obj + 0002:00015b30 _ud_itab__353 1009eb30 udis86:itab.obj + 0002:00015b34 _ud_itab__234 1009eb34 udis86:itab.obj + 0002:00015b3c _ud_itab__390 1009eb3c udis86:itab.obj + 0002:00015b40 _ud_itab__68 1009eb40 udis86:itab.obj + 0002:00015b48 _ud_itab__90 1009eb48 udis86:itab.obj + 0002:00015b50 _ud_itab__300 1009eb50 udis86:itab.obj + 0002:00015b58 _ud_itab__141 1009eb58 udis86:itab.obj + 0002:00015b60 _ud_itab__37 1009eb60 udis86:itab.obj + 0002:00015b64 _ud_itab__298 1009eb64 udis86:itab.obj + 0002:00015b68 _ud_itab__356 1009eb68 udis86:itab.obj + 0002:00015b6c _ud_itab__320 1009eb6c udis86:itab.obj + 0002:00015b70 _ud_itab__212 1009eb70 udis86:itab.obj + 0002:00015b80 _ud_itab__439 1009eb80 udis86:itab.obj + 0002:00015c00 _ud_itab__94 1009ec00 udis86:itab.obj + 0002:00015c08 _ud_itab__310 1009ec08 udis86:itab.obj + 0002:00015c0c _ud_itab__56 1009ec0c udis86:itab.obj + 0002:00015c10 _ud_itab__428 1009ec10 udis86:itab.obj + 0002:00015c18 _ud_itab__418 1009ec18 udis86:itab.obj + 0002:00015c98 _ud_itab__171 1009ec98 udis86:itab.obj + 0002:00015ca0 _ud_itab__304 1009eca0 udis86:itab.obj + 0002:00015cb0 _ud_itab__146 1009ecb0 udis86:itab.obj + 0002:00015cb8 _ud_itab__396 1009ecb8 udis86:itab.obj + 0002:00015cbc _ud_itab__206 1009ecbc udis86:itab.obj + 0002:00015ccc _ud_itab__437 1009eccc udis86:itab.obj + 0002:00015cd0 _ud_itab__333 1009ecd0 udis86:itab.obj + 0002:00015cf0 _ud_itab__228 1009ecf0 udis86:itab.obj + 0002:00015d00 _ud_itab__93 1009ed00 udis86:itab.obj + 0002:00015d08 _ud_itab__405 1009ed08 udis86:itab.obj + 0002:00015d18 _ud_itab__257 1009ed18 udis86:itab.obj + 0002:00015d20 _ud_itab__60 1009ed20 udis86:itab.obj + 0002:00015d24 _ud_itab__71 1009ed24 udis86:itab.obj + 0002:00015d2c _ud_itab__292 1009ed2c udis86:itab.obj + 0002:00015d34 _ud_itab__194 1009ed34 udis86:itab.obj + 0002:00015d3c _ud_itab__132 1009ed3c udis86:itab.obj + 0002:00015d44 _ud_itab__43 1009ed44 udis86:itab.obj + 0002:00015d4c _ud_itab__35 1009ed4c udis86:itab.obj + 0002:00015d54 _ud_itab__163 1009ed54 udis86:itab.obj + 0002:00015d5c _ud_itab__364 1009ed5c udis86:itab.obj + 0002:00015d60 _ud_itab__389 1009ed60 udis86:itab.obj + 0002:00015d64 _ud_itab__67 1009ed64 udis86:itab.obj + 0002:00015d6c _ud_itab__166 1009ed6c udis86:itab.obj + 0002:00015d74 _ud_itab__251 1009ed74 udis86:itab.obj + 0002:00015d7c _ud_itab__344 1009ed7c udis86:itab.obj + 0002:00015d84 _ud_itab__387 1009ed84 udis86:itab.obj + 0002:00015d88 _ud_itab__52 1009ed88 udis86:itab.obj + 0002:00015d8c _ud_itab__422 1009ed8c udis86:itab.obj + 0002:00015d90 _ud_itab__164 1009ed90 udis86:itab.obj + 0002:00015d98 _ud_itab__288 1009ed98 udis86:itab.obj + 0002:00015d9c _ud_itab__266 1009ed9c udis86:itab.obj + 0002:00015da4 _ud_itab__180 1009eda4 udis86:itab.obj + 0002:00015dac _ud_itab__190 1009edac udis86:itab.obj + 0002:00015db4 _ud_itab__22 1009edb4 udis86:itab.obj + 0002:00015dbc _ud_itab__407 1009edbc udis86:itab.obj + 0002:00015dc0 _ud_itab__373 1009edc0 udis86:itab.obj + 0002:00015dc8 _ud_itab__341 1009edc8 udis86:itab.obj + 0002:00015fc8 _ud_itab__236 1009efc8 udis86:itab.obj + 0002:00015fd0 _ud_itab__8 1009efd0 udis86:itab.obj + 0002:00015fe0 _ud_itab__172 1009efe0 udis86:itab.obj + 0002:00015fe8 _ud_itab__414 1009efe8 udis86:itab.obj + 0002:00015fec _ud_itab__392 1009efec udis86:itab.obj + 0002:00015ff0 _ud_itab__260 1009eff0 udis86:itab.obj + 0002:00015ff8 _ud_itab__108 1009eff8 udis86:itab.obj + 0002:00016000 _ud_itab__438 1009f000 udis86:itab.obj + 0002:00016010 _ud_itab__151 1009f010 udis86:itab.obj + 0002:00016018 _ud_itab__70 1009f018 udis86:itab.obj + 0002:00016020 _ud_itab__261 1009f020 udis86:itab.obj + 0002:00016028 _ud_itab__411 1009f028 udis86:itab.obj + 0002:00016038 _ud_itab__174 1009f038 udis86:itab.obj + 0002:00016040 _ud_itab__63 1009f040 udis86:itab.obj + 0002:00016048 _ud_itab__388 1009f048 udis86:itab.obj + 0002:0001604c _ud_itab__69 1009f04c udis86:itab.obj + 0002:00016054 _ud_itab__359 1009f054 udis86:itab.obj + 0002:00016058 _ud_itab__375 1009f058 udis86:itab.obj + 0002:00016060 _ud_itab__53 1009f060 udis86:itab.obj + 0002:00016068 _ud_itab__343 1009f068 udis86:itab.obj + 0002:0001606c _ud_itab__173 1009f06c udis86:itab.obj + 0002:00016074 _ud_itab__280 1009f074 udis86:itab.obj + 0002:0001607c _ud_itab__165 1009f07c udis86:itab.obj + 0002:00016084 _ud_itab__374 1009f084 udis86:itab.obj + 0002:00016088 _ud_itab__91 1009f088 udis86:itab.obj + 0002:00016090 _ud_itab__102 1009f090 udis86:itab.obj + 0002:00016098 _ud_itab__351 1009f098 udis86:itab.obj + 0002:000160a0 _ud_itab__352 1009f0a0 udis86:itab.obj + 0002:000160a4 _ud_itab__193 1009f0a4 udis86:itab.obj + 0002:000160ac _ud_itab__33 1009f0ac udis86:itab.obj + 0002:000160b4 _ud_itab__129 1009f0b4 udis86:itab.obj + 0002:000160bc _ud_itab__372 1009f0bc udis86:itab.obj + 0002:000160c0 _ud_itab__321 1009f0c0 udis86:itab.obj + 0002:000160c4 _ud_itab__98 1009f0c4 udis86:itab.obj + 0002:000160cc _ud_itab__272 1009f0cc udis86:itab.obj + 0002:000160d4 _ud_itab__325 1009f0d4 udis86:itab.obj + 0002:000160d8 _ud_itab__245 1009f0d8 udis86:itab.obj + 0002:000160e0 _ud_itab__198 1009f0e0 udis86:itab.obj + 0002:000160e8 _ud_itab__403 1009f0e8 udis86:itab.obj + 0002:00016108 _ud_itab__436 1009f108 udis86:itab.obj + 0002:00016188 _ud_itab__299 1009f188 udis86:itab.obj + 0002:0001618c _ud_itab__256 1009f18c udis86:itab.obj + 0002:00016194 _ud_itab__283 1009f194 udis86:itab.obj + 0002:0001619c _ud_itab__342 1009f19c udis86:itab.obj + 0002:000161a0 _ud_itab__140 1009f1a0 udis86:itab.obj + 0002:000161a8 _ud_itab__291 1009f1a8 udis86:itab.obj + 0002:000161ac _ud_itab__112 1009f1ac udis86:itab.obj + 0002:000161b4 _ud_itab__95 1009f1b4 udis86:itab.obj + 0002:000161bc _ud_itab__197 1009f1bc udis86:itab.obj + 0002:000161c4 _ud_itab__204 1009f1c4 udis86:itab.obj + 0002:000161d4 _ud_itab__385 1009f1d4 udis86:itab.obj + 0002:000161d8 _ud_itab__47 1009f1d8 udis86:itab.obj + 0002:000161e0 _ud_itab__246 1009f1e0 udis86:itab.obj + 0002:000161e8 _ud_itab__417 1009f1e8 udis86:itab.obj + 0002:000161f8 _ud_itab__2 1009f1f8 udis86:itab.obj + 0002:000161fc _ud_itab__440 1009f1fc udis86:itab.obj + 0002:00016204 _ud_itab__231 1009f204 udis86:itab.obj + 0002:00016410 _ud_itab__412 1009f410 udis86:itab.obj + 0002:00016420 _ud_itab__9 1009f420 udis86:itab.obj + 0002:00016430 _ud_itab__239 1009f430 udis86:itab.obj + 0002:00016438 _ud_itab__416 1009f438 udis86:itab.obj + 0002:0001643c _ud_itab__319 1009f43c udis86:itab.obj + 0002:00016440 _ud_itab__205 1009f440 udis86:itab.obj + 0002:00016450 _ud_itab__158 1009f450 udis86:itab.obj + 0002:00016458 _ud_itab__268 1009f458 udis86:itab.obj + 0002:00016460 _ud_itab__443 1009f460 udis86:itab.obj + 0002:00016470 _ud_itab__263 1009f470 udis86:itab.obj + 0002:00016478 _ud_itab__92 1009f478 udis86:itab.obj + 0002:00016480 _ud_itab__119 1009f480 udis86:itab.obj + 0002:00016488 _ud_itab__226 1009f488 udis86:itab.obj + 0002:00016490 _ud_itab__104 1009f490 udis86:itab.obj + 0002:00016498 _ud_itab__296 1009f498 udis86:itab.obj + 0002:0001649c _ud_itab__40 1009f49c udis86:itab.obj + 0002:000164a4 _ud_itab__309 1009f4a4 udis86:itab.obj + 0002:000164a8 _ud_itab__329 1009f4a8 udis86:itab.obj + 0002:000164b0 _ud_itab__134 1009f4b0 udis86:itab.obj + 0002:000164b8 _ud_itab__181 1009f4b8 udis86:itab.obj + 0002:000164c0 _ud_itab__386 1009f4c0 udis86:itab.obj + 0002:000164c4 _ud_itab__322 1009f4c4 udis86:itab.obj + 0002:000164cc _ud_itab__38 1009f4cc udis86:itab.obj + 0002:000164d4 _ud_itab__46 1009f4d4 udis86:itab.obj + 0002:000164dc _ud_itab__66 1009f4dc udis86:itab.obj + 0002:000164e4 _ud_itab__80 1009f4e4 udis86:itab.obj + 0002:000164ec _ud_itab__113 1009f4ec udis86:itab.obj + 0002:000164f4 _ud_itab__168 1009f4f4 udis86:itab.obj + 0002:000164fc _ud_itab__214 1009f4fc udis86:itab.obj + 0002:0001650c _ud_itab__110 1009f50c udis86:itab.obj + 0002:00016514 _ud_itab__114 1009f514 udis86:itab.obj + 0002:0001651c _ud_itab__259 1009f51c udis86:itab.obj + 0002:00016524 _ud_itab__139 1009f524 udis86:itab.obj + 0002:0001652c _ud_itab__378 1009f52c udis86:itab.obj + 0002:00016530 _ud_itab__340 1009f530 udis86:itab.obj + 0002:00016534 _ud_itab__379 1009f534 udis86:itab.obj + 0002:00016538 _ud_itab__305 1009f538 udis86:itab.obj + 0002:00016540 _ud_itab__394 1009f540 udis86:itab.obj + 0002:00016740 _ud_itab__225 1009f740 udis86:itab.obj + 0002:00016748 _ud_itab__237 1009f748 udis86:itab.obj + 0002:00016750 _ud_itab__400 1009f750 udis86:itab.obj + 0002:00016754 _ud_itab__419 1009f754 udis86:itab.obj + 0002:00016758 _ud_itab__126 1009f758 udis86:itab.obj + 0002:00016760 _ud_itab__328 1009f760 udis86:itab.obj + 0002:00016768 _ud_itab__238 1009f768 udis86:itab.obj + 0002:00016770 _ud_itab__334 1009f770 udis86:itab.obj + 0002:00016774 _ud_itab__380 1009f774 udis86:itab.obj + 0002:00016778 _ud_itab__10 1009f778 udis86:itab.obj + 0002:00016780 _ud_itab__42 1009f780 udis86:itab.obj + 0002:00016788 _ud_itab__24 1009f788 udis86:itab.obj + 0002:00016790 _ud_itab__371 1009f790 udis86:itab.obj + 0002:00016794 _ud_itab__218 1009f794 udis86:itab.obj + 0002:000167a4 _ud_itab__136 1009f7a4 udis86:itab.obj + 0002:000167ac _ud_itab__17 1009f7ac udis86:itab.obj + 0002:000167b4 _ud_itab__7 1009f7b4 udis86:itab.obj + 0002:000167c4 _ud_itab__106 1009f7c4 udis86:itab.obj + 0002:000167cc _ud_itab__339 1009f7cc udis86:itab.obj + 0002:000167dc _ud_itab__243 1009f7dc udis86:itab.obj + 0002:000167e4 _ud_itab__355 1009f7e4 udis86:itab.obj + 0002:000167e8 _ud_itab__3 1009f7e8 udis86:itab.obj + 0002:000167ec _ud_itab__170 1009f7ec udis86:itab.obj + 0002:000167f4 _ud_itab__254 1009f7f4 udis86:itab.obj + 0002:000167fc _ud_itab__144 1009f7fc udis86:itab.obj + 0002:00016808 _ud_itab__427 1009f808 udis86:itab.obj + 0002:00016888 _ud_itab__273 1009f888 udis86:itab.obj + 0002:00016890 _ud_itab__142 1009f890 udis86:itab.obj + 0002:00016898 _ud_itab__294 1009f898 udis86:itab.obj + 0002:0001689c _ud_itab__348 1009f89c udis86:itab.obj + 0002:000168a0 _ud_itab__36 1009f8a0 udis86:itab.obj + 0002:000168a8 _ud_itab__224 1009f8a8 udis86:itab.obj + 0002:000168b0 _ud_itab__65 1009f8b0 udis86:itab.obj + 0002:000168b8 _ud_itab__192 1009f8b8 udis86:itab.obj + 0002:000168c0 _ud_itab__395 1009f8c0 udis86:itab.obj + 0002:000168c4 _ud_itab__382 1009f8c4 udis86:itab.obj + 0002:000168c8 _ud_itab__410 1009f8c8 udis86:itab.obj + 0002:000168d8 _ud_itab__376 1009f8d8 udis86:itab.obj + 0002:000168dc _ud_itab__76 1009f8dc udis86:itab.obj + 0002:000168e4 _ud_itab__155 1009f8e4 udis86:itab.obj + 0002:000168ec _ud_itab__109 1009f8ec udis86:itab.obj + 0002:000168f4 _ud_itab__415 1009f8f4 udis86:itab.obj + 0002:000168f8 _ud_itab__279 1009f8f8 udis86:itab.obj + 0002:00016900 _ud_itab__295 1009f900 udis86:itab.obj + 0002:00016908 _ud_itab__29 1009f908 udis86:itab.obj + 0002:00016910 _ud_itab__354 1009f910 udis86:itab.obj + 0002:00016914 _ud_itab__27 1009f914 udis86:itab.obj + 0002:00016924 _ud_itab__82 1009f924 udis86:itab.obj + 0002:0001692c _ud_itab__15 1009f92c udis86:itab.obj + 0002:0001693c _ud_itab__199 1009f93c udis86:itab.obj + 0002:00016944 _ud_itab__21 1009f944 udis86:itab.obj + 0002:0001694c _ud_itab__179 1009f94c udis86:itab.obj + 0002:00016954 _ud_itab__217 1009f954 udis86:itab.obj + 0002:00016964 _ud_itab__435 1009f964 udis86:itab.obj + 0002:00016974 _ud_itab__303 1009f974 udis86:itab.obj + 0002:00016984 _ud_itab__250 1009f984 udis86:itab.obj + 0002:0001698c _ud_itab__331 1009f98c udis86:itab.obj + 0002:0001699c _ud_itab__441 1009f99c udis86:itab.obj + 0002:000169a0 _ud_itab__399 1009f9a0 udis86:itab.obj + 0002:00016ba0 _ud_itab__301 1009fba0 udis86:itab.obj + 0002:00016ba8 _ud_itab__196 1009fba8 udis86:itab.obj + 0002:00016bb0 _ud_itab__281 1009fbb0 udis86:itab.obj + 0002:00016bb8 _ud_itab__152 1009fbb8 udis86:itab.obj + 0002:00016bc0 _ud_itab__209 1009fbc0 udis86:itab.obj + 0002:00016bd0 _ud_itab__397 1009fbd0 udis86:itab.obj + 0002:00016bd4 _ud_itab__177 1009fbd4 udis86:itab.obj + 0002:00016bdc _ud_itab__368 1009fbdc udis86:itab.obj + 0002:00016be0 _ud_itab__430 1009fbe0 udis86:itab.obj + 0002:00016c60 _ud_itab__336 1009fc60 udis86:itab.obj + 0002:00016c64 _ud_itab__258 1009fc64 udis86:itab.obj + 0002:00016c6c _ud_itab__135 1009fc6c udis86:itab.obj + 0002:00016c74 _ud_itab__223 1009fc74 udis86:itab.obj + 0002:00016c7c _ud_itab__178 1009fc7c udis86:itab.obj + 0002:00016c8c _ud_itab__81 1009fc8c udis86:itab.obj + 0002:00016c94 _ud_itab__101 1009fc94 udis86:itab.obj + 0002:00016c9c _ud_itab__442 1009fc9c udis86:itab.obj + 0002:00016cac _ud_itab__235 1009fcac udis86:itab.obj + 0002:00016cbc _ud_itab__123 1009fcbc udis86:itab.obj + 0002:00016cc4 _ud_itab__11 1009fcc4 udis86:itab.obj + 0002:00016ccc _ud_itab__153 1009fccc udis86:itab.obj + 0002:00016cd4 _ud_itab__377 1009fcd4 udis86:itab.obj + 0002:00016cd8 _ud_itab__289 1009fcd8 udis86:itab.obj + 0002:00016ce0 _ud_itab__424 1009fce0 udis86:itab.obj + 0002:00016d60 _ud_itab__408 1009fd60 udis86:itab.obj + 0002:00016d68 _ud_itab__434 1009fd68 udis86:itab.obj + 0002:00016d6c _ud_itab__426 1009fd6c udis86:itab.obj + 0002:00016d7c _ud_itab__25 1009fd7c udis86:itab.obj + 0002:00016d90 _ud_itab__357 1009fd90 udis86:itab.obj + 0002:00016f90 _ud_itab__369 1009ff90 udis86:itab.obj + 0002:00017190 _ud_itab__221 100a0190 udis86:itab.obj + 0002:00017198 _ud_itab__215 100a0198 udis86:itab.obj + 0002:0001719c _ud_itab__210 100a019c udis86:itab.obj + 0002:000171ac _ud_itab__232 100a01ac udis86:itab.obj + 0002:000171b4 _ud_itab__169 100a01b4 udis86:itab.obj + 0002:000171bc _ud_itab__120 100a01bc udis86:itab.obj + 0002:000171c4 _ud_itab__383 100a01c4 udis86:itab.obj + 0002:000171c8 _ud_itab__219 100a01c8 udis86:itab.obj + 0002:000171d8 _ud_itab__195 100a01d8 udis86:itab.obj + 0002:000171e0 _ud_itab__57 100a01e0 udis86:itab.obj + 0002:000171e8 _ud_itab__264 100a01e8 udis86:itab.obj + 0002:000171f0 _ud_itab__240 100a01f0 udis86:itab.obj + 0002:000171f8 _ud_itab__423 100a01f8 udis86:itab.obj + 0002:00017208 _ud_itab__358 100a0208 udis86:itab.obj + 0002:0001720c _ud_itab__26 100a020c udis86:itab.obj + 0002:00017214 _ud_itab__188 100a0214 udis86:itab.obj + 0002:0001721c _ud_itab__191 100a021c udis86:itab.obj + 0002:00017224 _ud_itab__149 100a0224 udis86:itab.obj + 0002:0001722c _ud_itab__74 100a022c udis86:itab.obj + 0002:00017234 _ud_itab__362 100a0234 udis86:itab.obj + 0002:00017238 _ud_itab__287 100a0238 udis86:itab.obj + 0002:0001723c _ud_itab__48 100a023c udis86:itab.obj + 0002:00017244 _ud_itab__159 100a0244 udis86:itab.obj + 0002:0001724c _ud_itab__211 100a024c udis86:itab.obj + 0002:0001725c _ud_itab__64 100a025c udis86:itab.obj + 0002:00017264 _ud_itab__337 100a0264 udis86:itab.obj + 0002:00017268 _ud_itab__433 100a0268 udis86:itab.obj + 0002:000172e8 _ud_itab__55 100a02e8 udis86:itab.obj + 0002:000172f0 _ud_itab__45 100a02f0 udis86:itab.obj + 0002:000172f8 _ud_itab__317 100a02f8 udis86:itab.obj + 0002:000172fc _ud_itab__31 100a02fc udis86:itab.obj + 0002:00017300 _ud_itab__332 100a0300 udis86:itab.obj + 0002:00017310 _ud_itab__315 100a0310 udis86:itab.obj + 0002:00017318 _ud_itab__318 100a0318 udis86:itab.obj + 0002:00017320 _ud_itab__13 100a0320 udis86:itab.obj + 0002:00017328 _ud_itab__432 100a0328 udis86:itab.obj + 0002:00017338 _ud_itab__49 100a0338 udis86:itab.obj + 0002:00017340 _ud_itab__58 100a0340 udis86:itab.obj + 0002:00017348 _ud_itab__128 100a0348 udis86:itab.obj + 0002:00017350 _ud_itab__409 100a0350 udis86:itab.obj + 0002:00017360 _ud_itab__201 100a0360 udis86:itab.obj + 0002:00017368 _ud_itab__154 100a0368 udis86:itab.obj + 0002:00017370 _ud_itab__314 100a0370 udis86:itab.obj + 0002:00017380 _ud_itab__326 100a0380 udis86:itab.obj + 0002:00017388 _ud_itab__313 100a0388 udis86:itab.obj + 0002:00017398 _ud_itab__365 100a0398 udis86:itab.obj + 0002:000173a0 _ud_itab__335 100a03a0 udis86:itab.obj + 0002:000175a0 _ud_itab__241 100a05a0 udis86:itab.obj + 0002:000175a8 _ud_itab__162 100a05a8 udis86:itab.obj + 0002:000175b0 _ud_itab__72 100a05b0 udis86:itab.obj + 0002:000175b8 _ud_itab__275 100a05b8 udis86:itab.obj + 0002:000175bc _ud_itab__160 100a05bc udis86:itab.obj + 0002:000175c4 _ud_itab__182 100a05c4 udis86:itab.obj + 0002:000175d4 _ud_itab__131 100a05d4 udis86:itab.obj + 0002:000175dc _ud_itab__269 100a05dc udis86:itab.obj + 0002:000175e4 _ud_itab__51 100a05e4 udis86:itab.obj + 0002:000175ec _ud_itab__117 100a05ec udis86:itab.obj + 0002:000175f4 _ud_itab__391 100a05f4 udis86:itab.obj + 0002:000175f8 _ud_itab__367 100a05f8 udis86:itab.obj + 0002:000175fc _ud_itab__284 100a05fc udis86:itab.obj + 0002:00017600 _ud_itab__262 100a0600 udis86:itab.obj + 0002:00017608 _ud_itab__425 100a0608 udis86:itab.obj + 0002:0001760c _ud_itab__338 100a060c udis86:itab.obj + 0002:00017610 _ud_itab__393 100a0610 udis86:itab.obj + 0002:00017614 _ud_itab__122 100a0614 udis86:itab.obj + 0002:0001761c _ud_itab__79 100a061c udis86:itab.obj + 0002:00017624 _ud_itab__265 100a0624 udis86:itab.obj + 0002:0001762c _ud_itab__6 100a062c udis86:itab.obj + 0002:00017630 _ud_itab__85 100a0630 udis86:itab.obj + 0002:00017638 _ud_itab__276 100a0638 udis86:itab.obj + 0002:00017640 _ud_itab__202 100a0640 udis86:itab.obj + 0002:00017644 _ud_itab__148 100a0644 udis86:itab.obj + 0002:00017650 _ud_itab__54 100a0650 udis86:itab.obj + 0002:00017850 _ud_itab__89 100a0850 udis86:itab.obj + 0002:00017858 _ud_itab__274 100a0858 udis86:itab.obj + 0002:00017860 _ud_itab__312 100a0860 udis86:itab.obj + 0002:00017864 _ud_itab__187 100a0864 udis86:itab.obj + 0002:0001786c _ud_itab__381 100a086c udis86:itab.obj + 0002:00017870 _ud_itab__185 100a0870 udis86:itab.obj + 0002:00017878 _ud_itab__316 100a0878 udis86:itab.obj + 0002:00017880 _ud_itab__253 100a0880 udis86:itab.obj + 0002:00017888 _ud_itab__130 100a0888 udis86:itab.obj + 0002:00017890 _ud_itab__39 100a0890 udis86:itab.obj + 0002:00017898 _ud_itab__175 100a0898 udis86:itab.obj + 0002:000178a0 _ud_itab__145 100a08a0 udis86:itab.obj + 0002:000178a8 _ud_itab__167 100a08a8 udis86:itab.obj + 0002:000178b0 _ud_itab__255 100a08b0 udis86:itab.obj + 0002:000178b8 _ud_itab__323 100a08b8 udis86:itab.obj + 0002:000178bc _ud_itab__30 100a08bc udis86:itab.obj + 0002:000178c4 _ud_itab__370 100a08c4 udis86:itab.obj + 0002:000178c8 _ud_itab__233 100a08c8 udis86:itab.obj + 0002:000178d0 _ud_itab__444 100a08d0 udis86:itab.obj + 0002:000178e0 _ud_itab__229 100a08e0 udis86:itab.obj + 0002:000178e8 _ud_itab__100 100a08e8 udis86:itab.obj + 0002:000178f0 _ud_itab__1 100a08f0 udis86:itab.obj + 0002:000178f4 _ud_itab__207 100a08f4 udis86:itab.obj + 0002:000178f8 _ud_itab__184 100a08f8 udis86:itab.obj + 0002:00017900 _ud_itab__138 100a0900 udis86:itab.obj + 0002:00017908 _ud_itab__293 100a0908 udis86:itab.obj + 0002:0001790c _ud_itab__227 100a090c udis86:itab.obj + 0002:00017910 _ud_itab__83 100a0910 udis86:itab.obj + 0002:00017918 _ud_itab__41 100a0918 udis86:itab.obj + 0002:00017928 _ud_itab__252 100a0928 udis86:itab.obj + 0002:00017930 _ud_itab__4 100a0930 udis86:itab.obj + 0002:00017b30 _ud_itab__324 100a0b30 udis86:itab.obj + 0002:00017b34 _ud_itab__99 100a0b34 udis86:itab.obj + 0002:00017b3c _ud_itab__307 100a0b3c udis86:itab.obj + 0002:00017b40 _ud_itab__127 100a0b40 udis86:itab.obj + 0002:00017b48 _ud_itab__20 100a0b48 udis86:itab.obj + 0002:00017b50 _ud_itab__222 100a0b50 udis86:itab.obj + 0002:00017b60 _ud_itab__105 100a0b60 udis86:itab.obj + 0002:00017b68 _ud_itab__86 100a0b68 udis86:itab.obj + 0002:00017b70 _ud_itab__124 100a0b70 udis86:itab.obj + 0002:00017b78 _ud_itab__18 100a0b78 udis86:itab.obj + 0002:00017b80 _ud_itab__285 100a0b80 udis86:itab.obj + 0002:00017b84 _ud_itab__306 100a0b84 udis86:itab.obj + 0002:00017b88 _ud_itab__28 100a0b88 udis86:itab.obj + 0002:00017d88 _ud_itab__23 100a0d88 udis86:itab.obj + 0002:00017d90 _ud_itab__189 100a0d90 udis86:itab.obj + 0002:00017d98 _ud_itab__88 100a0d98 udis86:itab.obj + 0002:00017da0 _ud_itab__111 100a0da0 udis86:itab.obj + 0002:00017da8 _ud_itab__431 100a0da8 udis86:itab.obj + 0002:00017dac _ud_itab__96 100a0dac udis86:itab.obj + 0002:00017db4 _ud_itab__277 100a0db4 udis86:itab.obj + 0002:00017dbc _ud_itab__161 100a0dbc udis86:itab.obj + 0002:00017dc4 _ud_itab__286 100a0dc4 udis86:itab.obj + 0002:00017dc8 _ud_itab__278 100a0dc8 udis86:itab.obj + 0002:00017dd0 _ud_itab__230 100a0dd0 udis86:itab.obj + 0002:00017dd8 _ud_itab__406 100a0dd8 udis86:itab.obj + 0002:00017de8 _ud_itab__77 100a0de8 udis86:itab.obj + 0002:00017df0 _ud_itab__248 100a0df0 udis86:itab.obj + 0002:00017df8 _ud_itab__183 100a0df8 udis86:itab.obj + 0002:00017e00 _ud_itab__59 100a0e00 udis86:itab.obj + 0002:00017e08 _ud_itab__404 100a0e08 udis86:itab.obj + 0002:00017e0c _ud_itab__125 100a0e0c udis86:itab.obj + 0002:00017e14 _ud_itab__75 100a0e14 udis86:itab.obj + 0002:00017e1c _ud_itab__360 100a0e1c udis86:itab.obj + 0002:00017e20 _ud_itab__345 100a0e20 udis86:itab.obj + 0002:00017e30 _ud_itab__62 100a0e30 udis86:itab.obj + 0002:00017e38 _ud_itab__50 100a0e38 udis86:itab.obj + 0002:0001bb38 __unwindtable$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a4b38 logging.cpp.obj + 0002:0001bb48 __ehfuncinfo$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a4b48 logging.cpp.obj + 0002:0001bb6c __ehfuncinfo$??0_Locinfo@std@@QAE@PBD@Z 100a4b6c logging.cpp.obj + 0002:0001bb90 __unwindtable$??0_Locinfo@std@@QAE@PBD@Z 100a4b90 logging.cpp.obj + 0002:0001bbc8 __ehfuncinfo$??1?$basic_filebuf@DU?$char_traits@D@std@@@std@@UAE@XZ 100a4bc8 logging.cpp.obj + 0002:0001bbc8 __ehfuncinfo$??1_Locinfo@std@@QAE@XZ 100a4bc8 logging.cpp.obj + 0002:0001bbc8 __ehfuncinfo$??1?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@exception_detail@boost@@QAE@XZ 100a4bc8 main.cpp.obj + 0002:0001bbc8 __ehfuncinfo$??1CDataStore@Nampower@@UAE@XZ 100a4bc8 main.cpp.obj + 0002:0001bbc8 __ehfuncinfo$??1_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 100a4bc8 main.cpp.obj + 0002:0001bbc8 __ehfuncinfo$?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 100a4bc8 libucrt:mbstowcs.obj + 0002:0001bbc8 __ehfuncinfo$?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 100a4bc8 libucrt:write.obj + 0002:0001bbc8 __ehfuncinfo$?try_cor_exit_process@@YAXI@Z 100a4bc8 libucrt:exit.obj + 0002:0001bbc8 __ehfuncinfo$?_Tidy@ios_base@std@@AAEXXZ 100a4bc8 libcpmt:ios.obj + 0002:0001bbc8 __ehfuncinfo$??1_Init_atexit@@QAE@XZ 100a4bc8 libcpmt:iosptrs.obj + 0002:0001bbc8 __ehfuncinfo$___crtGetSystemTimePreciseAsFileTime 100a4bc8 libcpmt:winapisupp.obj + 0002:0001bbec __unwindtable$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 100a4bec logging.cpp.obj + 0002:0001bc04 __ehfuncinfo$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 100a4c04 logging.cpp.obj + 0002:0001bc28 __unwindtable$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 100a4c28 logging.cpp.obj + 0002:0001bc28 __unwindtable$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 100a4c28 main.cpp.obj + 0002:0001bc28 __unwindtable$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 100a4c28 spellcast.cpp.obj + 0002:0001bc30 __ehfuncinfo$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 100a4c30 logging.cpp.obj + 0002:0001bc30 __ehfuncinfo$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 100a4c30 main.cpp.obj + 0002:0001bc30 __ehfuncinfo$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 100a4c30 spellcast.cpp.obj + 0002:0001bc54 __unwindtable$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 100a4c54 logging.cpp.obj + 0002:0001bc54 __unwindtable$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a4c54 logging.cpp.obj + 0002:0001bc54 __unwindtable$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a4c54 logging.cpp.obj + 0002:0001bc54 __unwindtable$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a4c54 logging.cpp.obj + 0002:0001bc54 __unwindtable$??_Gios_base@std@@UAEPAXI@Z 100a4c54 logging.cpp.obj + 0002:0001bc54 __unwindtable$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 100a4c54 main.cpp.obj + 0002:0001bc54 __unwindtable$??1bad_alloc_@exception_detail@boost@@UAE@XZ 100a4c54 main.cpp.obj + 0002:0001bc54 __unwindtable$??1bad_exception_@exception_detail@boost@@UAE@XZ 100a4c54 main.cpp.obj + 0002:0001bc54 __unwindtable$??1exception@boost@@MAE@XZ 100a4c54 main.cpp.obj + 0002:0001bc54 __unwindtable$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 100a4c54 main.cpp.obj + 0002:0001bc54 __unwindtable$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a4c54 main.cpp.obj + 0002:0001bc54 __unwindtable$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a4c54 main.cpp.obj + 0002:0001bc54 __unwindtable$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a4c54 main.cpp.obj + 0002:0001bc54 __unwindtable$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a4c54 main.cpp.obj + 0002:0001bc54 __unwindtable$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 100a4c54 main.cpp.obj + 0002:0001bc54 __unwindtable$??_DError@hadesmem@@QAEXXZ 100a4c54 main.cpp.obj + 0002:0001bc54 __unwindtable$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a4c54 main.cpp.obj + 0002:0001bc54 __unwindtable$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a4c54 main.cpp.obj + 0002:0001bc54 __unwindtable$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 100a4c54 main.cpp.obj + 0002:0001bc54 __unwindtable$??_GCDataStore@Nampower@@UAEPAXI@Z 100a4c54 main.cpp.obj + 0002:0001bc54 __unwindtable$??_GError@hadesmem@@UAEPAXI@Z 100a4c54 main.cpp.obj + 0002:0001bc54 __unwindtable$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 100a4c54 main.cpp.obj + 0002:0001bc54 __unwindtable$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 100a4c54 main.cpp.obj + 0002:0001bc54 __unwindtable$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 100a4c54 libucrt:exit.obj + 0002:0001bc5c __ehfuncinfo$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 100a4c5c logging.cpp.obj + 0002:0001bc5c __ehfuncinfo$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a4c5c logging.cpp.obj + 0002:0001bc5c __ehfuncinfo$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a4c5c logging.cpp.obj + 0002:0001bc5c __ehfuncinfo$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a4c5c logging.cpp.obj + 0002:0001bc5c __ehfuncinfo$??_Gios_base@std@@UAEPAXI@Z 100a4c5c logging.cpp.obj + 0002:0001bc5c __ehfuncinfo$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 100a4c5c main.cpp.obj + 0002:0001bc5c __ehfuncinfo$??1bad_alloc_@exception_detail@boost@@UAE@XZ 100a4c5c main.cpp.obj + 0002:0001bc5c __ehfuncinfo$??1bad_exception_@exception_detail@boost@@UAE@XZ 100a4c5c main.cpp.obj + 0002:0001bc5c __ehfuncinfo$??1exception@boost@@MAE@XZ 100a4c5c main.cpp.obj + 0002:0001bc5c __ehfuncinfo$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 100a4c5c main.cpp.obj + 0002:0001bc5c __ehfuncinfo$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a4c5c main.cpp.obj + 0002:0001bc5c __ehfuncinfo$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a4c5c main.cpp.obj + 0002:0001bc5c __ehfuncinfo$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a4c5c main.cpp.obj + 0002:0001bc5c __ehfuncinfo$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a4c5c main.cpp.obj + 0002:0001bc5c __ehfuncinfo$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 100a4c5c main.cpp.obj + 0002:0001bc5c __ehfuncinfo$??_DError@hadesmem@@QAEXXZ 100a4c5c main.cpp.obj + 0002:0001bc5c __ehfuncinfo$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a4c5c main.cpp.obj + 0002:0001bc5c __ehfuncinfo$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a4c5c main.cpp.obj + 0002:0001bc5c __ehfuncinfo$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 100a4c5c main.cpp.obj + 0002:0001bc5c __ehfuncinfo$??_GCDataStore@Nampower@@UAEPAXI@Z 100a4c5c main.cpp.obj + 0002:0001bc5c __ehfuncinfo$??_GError@hadesmem@@UAEPAXI@Z 100a4c5c main.cpp.obj + 0002:0001bc5c __ehfuncinfo$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 100a4c5c main.cpp.obj + 0002:0001bc5c __ehfuncinfo$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 100a4c5c main.cpp.obj + 0002:0001bc5c __ehfuncinfo$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 100a4c5c libucrt:exit.obj + 0002:0001bc80 __unwindtable$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 100a4c80 logging.cpp.obj + 0002:0001bc90 __ehfuncinfo$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 100a4c90 logging.cpp.obj + 0002:0001bcb4 __unwindtable$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 100a4cb4 logging.cpp.obj + 0002:0001bccc __ehfuncinfo$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 100a4ccc logging.cpp.obj + 0002:0001bcf0 __unwindtable$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 100a4cf0 logging.cpp.obj + 0002:0001bcf0 __unwindtable$??__FdebugLogFile@Nampower@@YAXXZ 100a4cf0 logging.cpp.obj + 0002:0001bcf0 __unwindtable$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 100a4cf0 main.cpp.obj + 0002:0001bcf0 __unwindtable$__execute_onexit_table 100a4cf0 libucrt:onexit.obj + 0002:0001bcf8 __ehfuncinfo$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 100a4cf8 logging.cpp.obj + 0002:0001bcf8 __ehfuncinfo$??__FdebugLogFile@Nampower@@YAXXZ 100a4cf8 logging.cpp.obj + 0002:0001bcf8 __ehfuncinfo$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 100a4cf8 main.cpp.obj + 0002:0001bcf8 __ehfuncinfo$__execute_onexit_table 100a4cf8 libucrt:onexit.obj + 0002:0001bd1c __unwindtable$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 100a4d1c logging.cpp.obj + 0002:0001bd1c __unwindtable$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a4d1c spellevents.cpp.obj + 0002:0001bd24 __ehfuncinfo$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 100a4d24 logging.cpp.obj + 0002:0001bd24 __ehfuncinfo$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a4d24 spellevents.cpp.obj + 0002:0001bd48 __unwindtable$??__EdebugLogFile@Nampower@@YAXXZ 100a4d48 logging.cpp.obj + 0002:0001bd60 __ehfuncinfo$??__EdebugLogFile@Nampower@@YAXXZ 100a4d60 logging.cpp.obj + 0002:0001bd84 __unwindtable$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 100a4d84 logging.cpp.obj + 0002:0001bd84 __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 100a4d84 main.cpp.obj + 0002:0001bd9c __ehfuncinfo$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 100a4d9c logging.cpp.obj + 0002:0001bd9c __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 100a4d9c main.cpp.obj + 0002:0001bf04 __unwindtable$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 100a4f04 main.cpp.obj + 0002:0001bf1c __ehfuncinfo$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 100a4f1c main.cpp.obj + 0002:0001bf40 __catchsym$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$3 100a4f40 main.cpp.obj + 0002:0001bf50 __tryblocktable$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100a4f50 main.cpp.obj + 0002:0001bf64 __unwindtable$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100a4f64 main.cpp.obj + 0002:0001bf7c __ehfuncinfo$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100a4f7c main.cpp.obj + 0002:0001bfa0 __unwindtable$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 100a4fa0 main.cpp.obj + 0002:0001bfc0 __ehfuncinfo$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 100a4fc0 main.cpp.obj + 0002:0001bfe4 __unwindtable$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 100a4fe4 main.cpp.obj + 0002:0001bfec __ehfuncinfo$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 100a4fec main.cpp.obj + 0002:0001c010 __unwindtable$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 100a5010 main.cpp.obj + 0002:0001c018 __ehfuncinfo$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 100a5018 main.cpp.obj + 0002:0001c03c __unwindtable$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 100a503c main.cpp.obj + 0002:0001c054 __ehfuncinfo$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 100a5054 main.cpp.obj + 0002:0001c078 __ehfuncinfo$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 100a5078 main.cpp.obj + 0002:0001c09c __unwindtable$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 100a509c main.cpp.obj + 0002:0001c0cc __catchsym$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ$2 100a50cc main.cpp.obj + 0002:0001c0dc __unwindtable$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a50dc main.cpp.obj + 0002:0001c0ec __tryblocktable$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a50ec main.cpp.obj + 0002:0001c100 __ehfuncinfo$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a5100 main.cpp.obj + 0002:0001c124 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$7 100a5124 main.cpp.obj + 0002:0001c134 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100a5134 main.cpp.obj + 0002:0001c148 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100a5148 main.cpp.obj + 0002:0001c16c __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100a516c main.cpp.obj + 0002:0001c194 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$7 100a5194 main.cpp.obj + 0002:0001c1a4 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100a51a4 main.cpp.obj + 0002:0001c1b8 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100a51b8 main.cpp.obj + 0002:0001c1dc __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100a51dc main.cpp.obj + 0002:0001c204 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$7 100a5204 main.cpp.obj + 0002:0001c204 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$7 100a5204 main.cpp.obj + 0002:0001c214 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100a5214 main.cpp.obj + 0002:0001c214 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100a5214 main.cpp.obj + 0002:0001c228 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100a5228 main.cpp.obj + 0002:0001c228 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100a5228 main.cpp.obj + 0002:0001c24c __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100a524c main.cpp.obj + 0002:0001c24c __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100a524c main.cpp.obj + 0002:0001c274 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$7 100a5274 main.cpp.obj + 0002:0001c284 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100a5284 main.cpp.obj + 0002:0001c298 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100a5298 main.cpp.obj + 0002:0001c2bc __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100a52bc main.cpp.obj + 0002:0001c2e4 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$7 100a52e4 main.cpp.obj + 0002:0001c2f4 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100a52f4 main.cpp.obj + 0002:0001c308 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100a5308 main.cpp.obj + 0002:0001c32c __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100a532c main.cpp.obj + 0002:0001c354 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$7 100a5354 main.cpp.obj + 0002:0001c364 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100a5364 main.cpp.obj + 0002:0001c378 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100a5378 main.cpp.obj + 0002:0001c39c __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100a539c main.cpp.obj + 0002:0001c3c4 __catchsym$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$5 100a53c4 main.cpp.obj + 0002:0001c3d4 __tryblocktable$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100a53d4 main.cpp.obj + 0002:0001c3e8 __unwindtable$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100a53e8 main.cpp.obj + 0002:0001c408 __ehfuncinfo$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100a5408 main.cpp.obj + 0002:0001c42c __catchsym$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$11 100a542c main.cpp.obj + 0002:0001c43c __tryblocktable$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100a543c main.cpp.obj + 0002:0001c450 __unwindtable$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100a5450 main.cpp.obj + 0002:0001c470 __ehfuncinfo$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100a5470 main.cpp.obj + 0002:0001c494 __unwindtable$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 100a5494 main.cpp.obj + 0002:0001c4ac __ehfuncinfo$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 100a54ac main.cpp.obj + 0002:0001c4d0 __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 100a54d0 main.cpp.obj + 0002:0001c4d8 __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 100a54d8 main.cpp.obj + 0002:0001c4fc __catchsym$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z$5 100a54fc main.cpp.obj + 0002:0001c50c __tryblocktable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100a550c main.cpp.obj + 0002:0001c520 __unwindtable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100a5520 main.cpp.obj + 0002:0001c540 __ehfuncinfo$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100a5540 main.cpp.obj + 0002:0001c564 __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 100a5564 main.cpp.obj + 0002:0001c584 __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 100a5584 main.cpp.obj + 0002:0001c5a8 __unwindtable$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100a55a8 main.cpp.obj + 0002:0001c5b8 __tryblocktable$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100a55b8 main.cpp.obj + 0002:0001c5cc __catchsym$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ$3 100a55cc main.cpp.obj + 0002:0001c5ec __ehfuncinfo$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100a55ec main.cpp.obj + 0002:0001c610 __unwindtable$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100a5610 main.cpp.obj + 0002:0001c620 __tryblocktable$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100a5620 main.cpp.obj + 0002:0001c634 __catchsym$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ$3 100a5634 main.cpp.obj + 0002:0001c654 __ehfuncinfo$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100a5654 main.cpp.obj + 0002:0001c678 __catchsym$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z$5 100a5678 main.cpp.obj + 0002:0001c688 __tryblocktable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100a5688 main.cpp.obj + 0002:0001c69c __unwindtable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100a569c main.cpp.obj + 0002:0001c6bc __ehfuncinfo$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100a56bc main.cpp.obj + 0002:0001c6e0 __unwindtable$??0Error@hadesmem@@QAE@ABV01@@Z 100a56e0 main.cpp.obj + 0002:0001c6e8 __ehfuncinfo$??0Error@hadesmem@@QAE@ABV01@@Z 100a56e8 main.cpp.obj + 0002:0001c70c __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 100a570c main.cpp.obj + 0002:0001c71c __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 100a571c main.cpp.obj + 0002:0001c740 __unwindtable$??0Thread@hadesmem@@QAE@K@Z 100a5740 main.cpp.obj + 0002:0001c740 __unwindtable$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 100a5740 main.cpp.obj + 0002:0001c740 __unwindtable$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 100a5740 main.cpp.obj + 0002:0001c740 __unwindtable$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a5740 main.cpp.obj + 0002:0001c740 __unwindtable$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a5740 main.cpp.obj + 0002:0001c760 __ehfuncinfo$??0Thread@hadesmem@@QAE@K@Z 100a5760 main.cpp.obj + 0002:0001c760 __ehfuncinfo$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 100a5760 main.cpp.obj + 0002:0001c760 __ehfuncinfo$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 100a5760 main.cpp.obj + 0002:0001c760 __ehfuncinfo$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a5760 main.cpp.obj + 0002:0001c760 __ehfuncinfo$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a5760 main.cpp.obj + 0002:0001c784 __unwindtable$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 100a5784 main.cpp.obj + 0002:0001c784 __unwindtable$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 100a5784 main.cpp.obj + 0002:0001c784 __unwindtable$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 100a5784 main.cpp.obj + 0002:0001c784 __unwindtable$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 100a5784 main.cpp.obj + 0002:0001c7a4 __ehfuncinfo$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 100a57a4 main.cpp.obj + 0002:0001c7a4 __ehfuncinfo$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 100a57a4 main.cpp.obj + 0002:0001c7a4 __ehfuncinfo$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 100a57a4 main.cpp.obj + 0002:0001c7a4 __ehfuncinfo$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 100a57a4 main.cpp.obj + 0002:0001c7c8 __catchsym$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$3 100a57c8 main.cpp.obj + 0002:0001c7d8 __tryblocktable$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a57d8 main.cpp.obj + 0002:0001c7ec __unwindtable$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a57ec main.cpp.obj + 0002:0001c804 __ehfuncinfo$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a5804 main.cpp.obj + 0002:0001c828 __unwindtable$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 100a5828 main.cpp.obj + 0002:0001c848 __ehfuncinfo$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 100a5848 main.cpp.obj + 0002:0001c86c __ehfuncinfo$??0Process@hadesmem@@QAE@K@Z 100a586c main.cpp.obj + 0002:0001c890 __unwindtable$??0Process@hadesmem@@QAE@K@Z 100a5890 main.cpp.obj + 0002:0001c8d0 __catchsym$?CleanupUnchecked@Process@hadesmem@@AAEXXZ$3 100a58d0 main.cpp.obj + 0002:0001c8e0 __tryblocktable$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100a58e0 main.cpp.obj + 0002:0001c8f4 __unwindtable$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100a58f4 main.cpp.obj + 0002:0001c90c __ehfuncinfo$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100a590c main.cpp.obj + 0002:0001c930 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 100a5930 main.cpp.obj + 0002:0001c930 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 100a5930 main.cpp.obj + 0002:0001c930 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 100a5930 main.cpp.obj + 0002:0001c930 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 100a5930 main.cpp.obj + 0002:0001c930 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 100a5930 main.cpp.obj + 0002:0001c930 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 100a5930 main.cpp.obj + 0002:0001c930 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 100a5930 main.cpp.obj + 0002:0001c930 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 100a5930 main.cpp.obj + 0002:0001c950 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 100a5950 main.cpp.obj + 0002:0001c950 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 100a5950 main.cpp.obj + 0002:0001c950 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 100a5950 main.cpp.obj + 0002:0001c950 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 100a5950 main.cpp.obj + 0002:0001c950 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 100a5950 main.cpp.obj + 0002:0001c950 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 100a5950 main.cpp.obj + 0002:0001c950 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 100a5950 main.cpp.obj + 0002:0001c950 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 100a5950 main.cpp.obj + 0002:0001c974 __catchsym$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$7 100a5974 main.cpp.obj + 0002:0001c984 __tryblocktable$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100a5984 main.cpp.obj + 0002:0001c998 __ehfuncinfo$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100a5998 main.cpp.obj + 0002:0001c9bc __unwindtable$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100a59bc main.cpp.obj + 0002:0001c9f4 __catchsym$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ$3 100a59f4 main.cpp.obj + 0002:0001ca04 __tryblocktable$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100a5a04 main.cpp.obj + 0002:0001ca18 __unwindtable$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100a5a18 main.cpp.obj + 0002:0001ca30 __ehfuncinfo$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100a5a30 main.cpp.obj + 0002:0001ca54 __ehfuncinfo$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 100a5a54 main.cpp.obj + 0002:0001ca78 __unwindtable$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 100a5a78 main.cpp.obj + 0002:0001caa0 __catchsym$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$7 100a5aa0 main.cpp.obj + 0002:0001cab0 __tryblocktable$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a5ab0 main.cpp.obj + 0002:0001cac4 __ehfuncinfo$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a5ac4 main.cpp.obj + 0002:0001cae8 __unwindtable$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a5ae8 main.cpp.obj + 0002:0001cb20 __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 100a5b20 main.cpp.obj + 0002:0001cb40 __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 100a5b40 main.cpp.obj + 0002:0001cb64 __unwindtable$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a5b64 main.cpp.obj + 0002:0001cb64 __unwindtable$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a5b64 main.cpp.obj + 0002:0001cb6c __ehfuncinfo$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a5b6c main.cpp.obj + 0002:0001cb6c __ehfuncinfo$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a5b6c main.cpp.obj + 0002:0001cb90 __ehfuncinfo$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 100a5b90 main.cpp.obj + 0002:0001cbb4 __unwindtable$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 100a5bb4 main.cpp.obj + 0002:0001cbec __catchsym$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$6 100a5bec main.cpp.obj + 0002:0001cbfc __tryblocktable$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100a5bfc main.cpp.obj + 0002:0001cc10 __ehfuncinfo$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100a5c10 main.cpp.obj + 0002:0001cc34 __unwindtable$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100a5c34 main.cpp.obj + 0002:0001cc64 __catchsym$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$7 100a5c64 main.cpp.obj + 0002:0001cc74 __tryblocktable$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100a5c74 main.cpp.obj + 0002:0001cc88 __ehfuncinfo$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100a5c88 main.cpp.obj + 0002:0001ccac __unwindtable$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100a5cac main.cpp.obj + 0002:0001cce4 __catchsym$??0SuspendedProcess@hadesmem@@QAE@KK@Z$45 100a5ce4 main.cpp.obj + 0002:0001ccf4 __tryblocktable$??0SuspendedProcess@hadesmem@@QAE@KK@Z 100a5cf4 main.cpp.obj + 0002:0001cd08 __ehfuncinfo$??0SuspendedProcess@hadesmem@@QAE@KK@Z 100a5d08 main.cpp.obj + 0002:0001cd2c __unwindtable$??0SuspendedProcess@hadesmem@@QAE@KK@Z 100a5d2c main.cpp.obj + 0002:0001cdf4 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 100a5df4 main.cpp.obj + 0002:0001cdf4 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 100a5df4 main.cpp.obj + 0002:0001cdf4 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 100a5df4 main.cpp.obj + 0002:0001ce14 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 100a5e14 main.cpp.obj + 0002:0001ce14 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 100a5e14 main.cpp.obj + 0002:0001ce14 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 100a5e14 main.cpp.obj + 0002:0001ce38 __catchsym$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$5 100a5e38 main.cpp.obj + 0002:0001ce48 __tryblocktable$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 100a5e48 main.cpp.obj + 0002:0001ce5c __ehfuncinfo$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 100a5e5c main.cpp.obj + 0002:0001ce80 __unwindtable$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 100a5e80 main.cpp.obj + 0002:0001cea8 __catchsym$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$3 100a5ea8 main.cpp.obj + 0002:0001ceb8 __tryblocktable$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100a5eb8 main.cpp.obj + 0002:0001cecc __unwindtable$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100a5ecc main.cpp.obj + 0002:0001cee4 __ehfuncinfo$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100a5ee4 main.cpp.obj + 0002:0001cf08 __ehfuncinfo$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a5f08 main.cpp.obj + 0002:0001cf2c __unwindtable$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a5f2c main.cpp.obj + 0002:0001cf7c __ehfuncinfo$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a5f7c main.cpp.obj + 0002:0001cfa0 __unwindtable$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a5fa0 main.cpp.obj + 0002:0001cfe8 __unwindtable$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 100a5fe8 main.cpp.obj + 0002:0001cff0 __ehfuncinfo$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 100a5ff0 main.cpp.obj + 0002:0001d014 __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 100a6014 main.cpp.obj + 0002:0001d01c __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 100a601c main.cpp.obj + 0002:0001d040 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 100a6040 main.cpp.obj + 0002:0001d060 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 100a6060 main.cpp.obj + 0002:0001d084 __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 100a6084 main.cpp.obj + 0002:0001d08c __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 100a608c main.cpp.obj + 0002:0001d0b0 __ehfuncinfo$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 100a60b0 main.cpp.obj + 0002:0001d0d4 __unwindtable$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 100a60d4 main.cpp.obj + 0002:0001d104 __unwindtable$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 100a6104 main.cpp.obj + 0002:0001d124 __ehfuncinfo$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 100a6124 main.cpp.obj + 0002:0001d148 __unwindtable$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 100a6148 main.cpp.obj + 0002:0001d150 __ehfuncinfo$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 100a6150 main.cpp.obj + 0002:0001d174 __catchsym$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$5 100a6174 main.cpp.obj + 0002:0001d184 __tryblocktable$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100a6184 main.cpp.obj + 0002:0001d198 __unwindtable$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100a6198 main.cpp.obj + 0002:0001d1b8 __ehfuncinfo$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100a61b8 main.cpp.obj + 0002:0001d1dc __unwindtable$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 100a61dc main.cpp.obj + 0002:0001d1e4 __ehfuncinfo$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 100a61e4 main.cpp.obj + 0002:0001d208 __unwindtable$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 100a6208 main.cpp.obj + 0002:0001d210 __ehfuncinfo$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 100a6210 main.cpp.obj + 0002:0001d234 __unwindtable$?CacheItemNameToId@Nampower@@YAXPBDI@Z 100a6234 items.cpp.obj + 0002:0001d234 __unwindtable$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 100a6234 main.cpp.obj + 0002:0001d234 __unwindtable$?addCustomEvent@Nampower@@YAXIPAD@Z 100a6234 main.cpp.obj + 0002:0001d234 __unwindtable$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a6234 spell_scripts.cpp.obj + 0002:0001d234 __unwindtable$?TriggerQuickcast@Nampower@@YAXXZ 100a6234 spellcast.cpp.obj + 0002:0001d23c __ehfuncinfo$?CacheItemNameToId@Nampower@@YAXPBDI@Z 100a623c items.cpp.obj + 0002:0001d23c __ehfuncinfo$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 100a623c main.cpp.obj + 0002:0001d23c __ehfuncinfo$?addCustomEvent@Nampower@@YAXIPAD@Z 100a623c main.cpp.obj + 0002:0001d23c __ehfuncinfo$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a623c spell_scripts.cpp.obj + 0002:0001d23c __ehfuncinfo$?TriggerQuickcast@Nampower@@YAXXZ 100a623c spellcast.cpp.obj + 0002:0001d260 __unwindtable$?processQueues@Nampower@@YA_NXZ 100a6260 main.cpp.obj + 0002:0001d278 __ehfuncinfo$?processQueues@Nampower@@YA_NXZ 100a6278 main.cpp.obj + 0002:0001d29c __unwindtable$?SetSelectionTarget@Nampower@@YAX_K@Z 100a629c main.cpp.obj + 0002:0001d2ac __ehfuncinfo$?SetSelectionTarget@Nampower@@YAX_K@Z 100a62ac main.cpp.obj + 0002:0001d2d0 __unwindtable$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a62d0 main.cpp.obj + 0002:0001d2d8 __ehfuncinfo$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a62d8 main.cpp.obj + 0002:0001d2fc __unwindtable$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 100a62fc helper.cpp.obj + 0002:0001d2fc __unwindtable$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 100a62fc items.cpp.obj + 0002:0001d2fc __unwindtable$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 100a62fc main.cpp.obj + 0002:0001d2fc __unwindtable$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 100a62fc spell_scripts.cpp.obj + 0002:0001d2fc __unwindtable$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100a62fc spellcast.cpp.obj + 0002:0001d304 __ehfuncinfo$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 100a6304 helper.cpp.obj + 0002:0001d304 __ehfuncinfo$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 100a6304 items.cpp.obj + 0002:0001d304 __ehfuncinfo$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 100a6304 main.cpp.obj + 0002:0001d304 __ehfuncinfo$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 100a6304 spell_scripts.cpp.obj + 0002:0001d304 __ehfuncinfo$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100a6304 spellcast.cpp.obj + 0002:0001d328 __catchsym$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$7 100a6328 main.cpp.obj + 0002:0001d338 __tryblocktable$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100a6338 main.cpp.obj + 0002:0001d34c __ehfuncinfo$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100a634c main.cpp.obj + 0002:0001d370 __unwindtable$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100a6370 main.cpp.obj + 0002:0001d398 __unwindtable$?checkForStopChanneling@Nampower@@YAXXZ 100a6398 main.cpp.obj + 0002:0001d3a8 __ehfuncinfo$?checkForStopChanneling@Nampower@@YAXXZ 100a63a8 main.cpp.obj + 0002:0001d3cc __ehfuncinfo$?updateFromCvar@Nampower@@YAXPBD0@Z 100a63cc main.cpp.obj + 0002:0001d3f0 __unwindtable$?updateFromCvar@Nampower@@YAXPBD0@Z 100a63f0 main.cpp.obj + 0002:0001d500 __unwindtable$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 100a6500 main.cpp.obj + 0002:0001d500 __unwindtable$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 100a6500 main.cpp.obj + 0002:0001d500 __unwindtable$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 100a6500 main.cpp.obj + 0002:0001d500 __unwindtable$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 100a6500 main.cpp.obj + 0002:0001d500 __unwindtable$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 100a6500 main.cpp.obj + 0002:0001d508 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 100a6508 main.cpp.obj + 0002:0001d508 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 100a6508 main.cpp.obj + 0002:0001d508 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 100a6508 main.cpp.obj + 0002:0001d508 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 100a6508 main.cpp.obj + 0002:0001d508 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 100a6508 main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 100a652c main.cpp.obj + 0002:0001d52c __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 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 100a652c main.cpp.obj + 0002:0001d52c __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 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 100a652c main.cpp.obj + 0002:0001d52c __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 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 100a652c main.cpp.obj + 0002:0001d52c __ehfuncinfo$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 100a652c main.cpp.obj + 0002:0001d52c __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 100a652c main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 100a6550 main.cpp.obj + 0002:0001d550 __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 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 100a6550 main.cpp.obj + 0002:0001d550 __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 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 100a6550 main.cpp.obj + 0002:0001d550 __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 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 100a6550 main.cpp.obj + 0002:0001d550 __unwindtable$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 100a6550 main.cpp.obj + 0002:0001d550 __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 100a6550 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5a8 __ehfuncinfo$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a65a8 main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d5cc __unwindtable$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a65cc main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d614 __unwindtable$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a6614 main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d61c __ehfuncinfo$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a661c main.cpp.obj + 0002:0001d640 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$3 100a6640 main.cpp.obj + 0002:0001d650 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a6650 main.cpp.obj + 0002:0001d664 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a6664 main.cpp.obj + 0002:0001d67c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a667c main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6a0 __unwindtable$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 100a66a0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6c0 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 100a66c0 main.cpp.obj + 0002:0001d6e4 __unwindtable$?loadUserVar@Nampower@@YAXPBD@Z 100a66e4 main.cpp.obj + 0002:0001d6f4 __ehfuncinfo$?loadUserVar@Nampower@@YAXPBD@Z 100a66f4 main.cpp.obj + 0002:0001d718 __ehfuncinfo$?loadConfig@Nampower@@YAXXZ 100a6718 main.cpp.obj + 0002:0001d73c __unwindtable$?loadConfig@Nampower@@YAXXZ 100a673c main.cpp.obj + 0002:0001d79c __unwindtable$?initHooks@Nampower@@YAXXZ 100a679c main.cpp.obj + 0002:0001d7b4 __ehfuncinfo$?initHooks@Nampower@@YAXXZ 100a67b4 main.cpp.obj + 0002:0001d7d8 __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 100a67d8 main.cpp.obj + 0002:0001d7ec __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 100a67ec main.cpp.obj + 0002:0001d810 __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 100a6810 main.cpp.obj + 0002:0001d840 __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 100a6840 main.cpp.obj + 0002:0001d8d0 __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 100a68d0 main.cpp.obj + 0002:0001d8e4 __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 100a68e4 main.cpp.obj + 0002:0001d908 __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 100a6908 main.cpp.obj + 0002:0001d938 __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 100a6938 main.cpp.obj + 0002:0001d9c8 __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 100a69c8 main.cpp.obj + 0002:0001d9dc __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 100a69dc main.cpp.obj + 0002:0001da00 __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 100a6a00 main.cpp.obj + 0002:0001da30 __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 100a6a30 main.cpp.obj + 0002:0001dac0 __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 100a6ac0 main.cpp.obj + 0002:0001dad4 __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 100a6ad4 main.cpp.obj + 0002:0001daf8 __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 100a6af8 main.cpp.obj + 0002:0001db28 __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 100a6b28 main.cpp.obj + 0002:0001dbb8 __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 100a6bb8 main.cpp.obj + 0002:0001dbcc __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 100a6bcc main.cpp.obj + 0002:0001dbf0 __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 100a6bf0 main.cpp.obj + 0002:0001dc20 __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 100a6c20 main.cpp.obj + 0002:0001dcb0 __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 100a6cb0 main.cpp.obj + 0002:0001dcc4 __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 100a6cc4 main.cpp.obj + 0002:0001dce8 __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 100a6ce8 main.cpp.obj + 0002:0001dd18 __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 100a6d18 main.cpp.obj + 0002:0001dda8 __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 100a6da8 main.cpp.obj + 0002:0001ddbc __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 100a6dbc main.cpp.obj + 0002:0001dde0 __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 100a6de0 main.cpp.obj + 0002:0001de10 __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 100a6e10 main.cpp.obj + 0002:0001dea0 __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 100a6ea0 main.cpp.obj + 0002:0001deb4 __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 100a6eb4 main.cpp.obj + 0002:0001ded8 __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 100a6ed8 main.cpp.obj + 0002:0001df08 __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 100a6f08 main.cpp.obj + 0002:0001df98 __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 100a6f98 main.cpp.obj + 0002:0001dfac __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 100a6fac main.cpp.obj + 0002:0001dfd0 __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 100a6fd0 main.cpp.obj + 0002:0001e000 __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 100a7000 main.cpp.obj + 0002:0001e090 __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 100a7090 main.cpp.obj + 0002:0001e0a4 __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 100a70a4 main.cpp.obj + 0002:0001e0c8 __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 100a70c8 main.cpp.obj + 0002:0001e0f8 __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 100a70f8 main.cpp.obj + 0002:0001e188 __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 100a7188 main.cpp.obj + 0002:0001e19c __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 100a719c main.cpp.obj + 0002:0001e1c0 __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 100a71c0 main.cpp.obj + 0002:0001e1f0 __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 100a71f0 main.cpp.obj + 0002:0001e280 __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 100a7280 main.cpp.obj + 0002:0001e294 __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 100a7294 main.cpp.obj + 0002:0001e2b8 __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 100a72b8 main.cpp.obj + 0002:0001e2e8 __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 100a72e8 main.cpp.obj + 0002:0001e378 __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 100a7378 main.cpp.obj + 0002:0001e38c __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 100a738c main.cpp.obj + 0002:0001e3b0 __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 100a73b0 main.cpp.obj + 0002:0001e3e0 __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 100a73e0 main.cpp.obj + 0002:0001e470 __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 100a7470 main.cpp.obj + 0002:0001e484 __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 100a7484 main.cpp.obj + 0002:0001e4a8 __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 100a74a8 main.cpp.obj + 0002:0001e4d8 __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 100a74d8 main.cpp.obj + 0002:0001e568 __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 100a7568 main.cpp.obj + 0002:0001e57c __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 100a757c main.cpp.obj + 0002:0001e5a0 __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 100a75a0 main.cpp.obj + 0002:0001e5d0 __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 100a75d0 main.cpp.obj + 0002:0001e660 __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 100a7660 main.cpp.obj + 0002:0001e674 __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 100a7674 main.cpp.obj + 0002:0001e698 __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 100a7698 main.cpp.obj + 0002:0001e6c8 __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 100a76c8 main.cpp.obj + 0002:0001e758 __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 100a7758 main.cpp.obj + 0002:0001e76c __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 100a776c main.cpp.obj + 0002:0001e790 __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 100a7790 main.cpp.obj + 0002:0001e7c0 __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 100a77c0 main.cpp.obj + 0002:0001e850 __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 100a7850 main.cpp.obj + 0002:0001e864 __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 100a7864 main.cpp.obj + 0002:0001e888 __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 100a7888 main.cpp.obj + 0002:0001e8b8 __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 100a78b8 main.cpp.obj + 0002:0001e948 __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 100a7948 main.cpp.obj + 0002:0001e95c __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 100a795c main.cpp.obj + 0002:0001e980 __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 100a7980 main.cpp.obj + 0002:0001e9b0 __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 100a79b0 main.cpp.obj + 0002:0001ea40 __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 100a7a40 main.cpp.obj + 0002:0001ea54 __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 100a7a54 main.cpp.obj + 0002:0001ea78 __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 100a7a78 main.cpp.obj + 0002:0001eaa8 __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 100a7aa8 main.cpp.obj + 0002:0001eb38 __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 100a7b38 main.cpp.obj + 0002:0001eb4c __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 100a7b4c main.cpp.obj + 0002:0001eb70 __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 100a7b70 main.cpp.obj + 0002:0001eba0 __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 100a7ba0 main.cpp.obj + 0002:0001ec30 __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 100a7c30 main.cpp.obj + 0002:0001ec44 __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 100a7c44 main.cpp.obj + 0002:0001ec68 __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 100a7c68 main.cpp.obj + 0002:0001ec98 __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 100a7c98 main.cpp.obj + 0002:0001ed28 __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 100a7d28 main.cpp.obj + 0002:0001ed3c __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 100a7d3c main.cpp.obj + 0002:0001ed60 __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 100a7d60 main.cpp.obj + 0002:0001ed90 __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 100a7d90 main.cpp.obj + 0002:0001ee20 __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 100a7e20 main.cpp.obj + 0002:0001ee34 __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 100a7e34 main.cpp.obj + 0002:0001ee58 __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 100a7e58 main.cpp.obj + 0002:0001ee88 __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 100a7e88 main.cpp.obj + 0002:0001ef18 __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 100a7f18 main.cpp.obj + 0002:0001ef2c __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 100a7f2c main.cpp.obj + 0002:0001ef50 __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 100a7f50 main.cpp.obj + 0002:0001ef80 __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 100a7f80 main.cpp.obj + 0002:0001f010 __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 100a8010 main.cpp.obj + 0002:0001f024 __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 100a8024 main.cpp.obj + 0002:0001f048 __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 100a8048 main.cpp.obj + 0002:0001f078 __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 100a8078 main.cpp.obj + 0002:0001f108 __unwindtable$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a8108 main.cpp.obj + 0002:0001f110 __ehfuncinfo$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a8110 main.cpp.obj + 0002:0001f134 __unwindtable$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 100a8134 main.cpp.obj + 0002:0001f134 __unwindtable$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 100a8134 main.cpp.obj + 0002:0001f134 __unwindtable$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 100a8134 main.cpp.obj + 0002:0001f13c __ehfuncinfo$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 100a813c main.cpp.obj + 0002:0001f13c __ehfuncinfo$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 100a813c main.cpp.obj + 0002:0001f13c __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 100a813c main.cpp.obj + 0002:0001f160 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$3 100a8160 main.cpp.obj + 0002:0001f170 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a8170 main.cpp.obj + 0002:0001f184 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a8184 main.cpp.obj + 0002:0001f19c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a819c main.cpp.obj + 0002:0001f1c0 __unwindtable$??R@@QBE@XZ 100a81c0 main.cpp.obj + 0002:0001f1e0 __ehfuncinfo$??R@@QBE@XZ 100a81e0 main.cpp.obj + 0002:0001f204 __tryblocktable$_Load 100a8204 main.cpp.obj + 0002:0001f218 __catchsym$_Load$8 100a8218 main.cpp.obj + 0002:0001f238 __unwindtable$_Load 100a8238 main.cpp.obj + 0002:0001f258 __ehfuncinfo$_Load 100a8258 main.cpp.obj + 0002:0001f27c __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 100a827c main.cpp.obj + 0002:0001f284 __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 100a8284 main.cpp.obj + 0002:0001f2a8 __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 100a82a8 main.cpp.obj + 0002:0001f2a8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a82a8 main.cpp.obj + 0002:0001f2a8 __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 100a82a8 main.cpp.obj + 0002:0001f2a8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a82a8 main.cpp.obj + 0002:0001f2a8 __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 100a82a8 main.cpp.obj + 0002:0001f2a8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 100a82a8 main.cpp.obj + 0002:0001f2a8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a82a8 main.cpp.obj + 0002:0001f2a8 __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 100a82a8 main.cpp.obj + 0002:0001f2a8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a82a8 main.cpp.obj + 0002:0001f2a8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z 100a82a8 main.cpp.obj + 0002:0001f2a8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 100a82a8 main.cpp.obj + 0002:0001f2a8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 100a82a8 main.cpp.obj + 0002:0001f2a8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 100a82a8 main.cpp.obj + 0002:0001f2a8 __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 100a82a8 main.cpp.obj + 0002:0001f2a8 __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 100a82a8 main.cpp.obj + 0002:0001f2a8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z 100a82a8 main.cpp.obj + 0002:0001f2a8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 100a82a8 main.cpp.obj + 0002:0001f2a8 __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 100a82a8 main.cpp.obj + 0002:0001f2a8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 100a82a8 main.cpp.obj + 0002:0001f2a8 __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 100a82a8 main.cpp.obj + 0002:0001f2a8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 100a82a8 main.cpp.obj + 0002:0001f2a8 __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 100a82a8 main.cpp.obj + 0002:0001f2a8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a82a8 main.cpp.obj + 0002:0001f2a8 __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 100a82a8 main.cpp.obj + 0002:0001f2a8 __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 100a82a8 main.cpp.obj + 0002:0001f2a8 __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 100a82a8 main.cpp.obj + 0002:0001f2a8 __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 100a82a8 main.cpp.obj + 0002:0001f2c8 __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 100a82c8 main.cpp.obj + 0002:0001f2c8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a82c8 main.cpp.obj + 0002:0001f2c8 __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 100a82c8 main.cpp.obj + 0002:0001f2c8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a82c8 main.cpp.obj + 0002:0001f2c8 __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 100a82c8 main.cpp.obj + 0002:0001f2c8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 100a82c8 main.cpp.obj + 0002:0001f2c8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a82c8 main.cpp.obj + 0002:0001f2c8 __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 100a82c8 main.cpp.obj + 0002:0001f2c8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a82c8 main.cpp.obj + 0002:0001f2c8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z 100a82c8 main.cpp.obj + 0002:0001f2c8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 100a82c8 main.cpp.obj + 0002:0001f2c8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 100a82c8 main.cpp.obj + 0002:0001f2c8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 100a82c8 main.cpp.obj + 0002:0001f2c8 __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 100a82c8 main.cpp.obj + 0002:0001f2c8 __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 100a82c8 main.cpp.obj + 0002:0001f2c8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z 100a82c8 main.cpp.obj + 0002:0001f2c8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 100a82c8 main.cpp.obj + 0002:0001f2c8 __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 100a82c8 main.cpp.obj + 0002:0001f2c8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 100a82c8 main.cpp.obj + 0002:0001f2c8 __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 100a82c8 main.cpp.obj + 0002:0001f2c8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 100a82c8 main.cpp.obj + 0002:0001f2c8 __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 100a82c8 main.cpp.obj + 0002:0001f2c8 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a82c8 main.cpp.obj + 0002:0001f2c8 __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 100a82c8 main.cpp.obj + 0002:0001f2c8 __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 100a82c8 main.cpp.obj + 0002:0001f2c8 __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 100a82c8 main.cpp.obj + 0002:0001f2c8 __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 100a82c8 main.cpp.obj + 0002:0001f2ec __unwindtable$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 100a82ec main.cpp.obj + 0002:0001f2f4 __ehfuncinfo$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 100a82f4 main.cpp.obj + 0002:0001f318 __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 100a8318 main.cpp.obj + 0002:0001f328 __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 100a8328 main.cpp.obj + 0002:0001f34c __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 100a834c main.cpp.obj + 0002:0001f34c __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 100a834c main.cpp.obj + 0002:0001f354 __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 100a8354 main.cpp.obj + 0002:0001f354 __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 100a8354 main.cpp.obj + 0002:0001f378 __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 100a8378 main.cpp.obj + 0002:0001f398 __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 100a8398 main.cpp.obj + 0002:0001f3bc __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 100a83bc main.cpp.obj + 0002:0001f3dc __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 100a83dc main.cpp.obj + 0002:0001f400 __unwindtable$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 100a8400 main.cpp.obj + 0002:0001f410 __ehfuncinfo$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 100a8410 main.cpp.obj + 0002:0001f434 __ehfuncinfo$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 100a8434 main.cpp.obj + 0002:0001f458 __unwindtable$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 100a8458 main.cpp.obj + 0002:0001f480 __unwindtable$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 100a8480 main.cpp.obj + 0002:0001f480 __unwindtable$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 100a8480 main.cpp.obj + 0002:0001f480 __unwindtable$?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z 100a8480 main.cpp.obj + 0002:0001f480 __unwindtable$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 100a8480 main.cpp.obj + 0002:0001f480 __unwindtable$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 100a8480 main.cpp.obj + 0002:0001f480 __unwindtable$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 100a8480 main.cpp.obj + 0002:0001f480 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z 100a8480 main.cpp.obj + 0002:0001f480 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 100a8480 main.cpp.obj + 0002:0001f480 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 100a8480 main.cpp.obj + 0002:0001f480 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 100a8480 main.cpp.obj + 0002:0001f480 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 100a8480 main.cpp.obj + 0002:0001f480 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 100a8480 main.cpp.obj + 0002:0001f480 __unwindtable$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 100a8480 main.cpp.obj + 0002:0001f480 __unwindtable$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 100a8480 main.cpp.obj + 0002:0001f488 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 100a8488 main.cpp.obj + 0002:0001f488 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 100a8488 main.cpp.obj + 0002:0001f488 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z 100a8488 main.cpp.obj + 0002:0001f488 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 100a8488 main.cpp.obj + 0002:0001f488 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 100a8488 main.cpp.obj + 0002:0001f488 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 100a8488 main.cpp.obj + 0002:0001f488 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z 100a8488 main.cpp.obj + 0002:0001f488 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 100a8488 main.cpp.obj + 0002:0001f488 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 100a8488 main.cpp.obj + 0002:0001f488 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 100a8488 main.cpp.obj + 0002:0001f488 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 100a8488 main.cpp.obj + 0002:0001f488 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 100a8488 main.cpp.obj + 0002:0001f488 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 100a8488 main.cpp.obj + 0002:0001f488 __ehfuncinfo$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 100a8488 main.cpp.obj + 0002:0001f4ac __catchsym$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$3 100a84ac main.cpp.obj + 0002:0001f4bc __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a84bc main.cpp.obj + 0002:0001f4d0 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a84d0 main.cpp.obj + 0002:0001f4e8 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a84e8 main.cpp.obj + 0002:0001f50c __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$3 100a850c main.cpp.obj + 0002:0001f51c __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a851c main.cpp.obj + 0002:0001f530 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a8530 main.cpp.obj + 0002:0001f548 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a8548 main.cpp.obj + 0002:0001f56c __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$3 100a856c main.cpp.obj + 0002:0001f57c __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a857c main.cpp.obj + 0002:0001f590 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a8590 main.cpp.obj + 0002:0001f5a8 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a85a8 main.cpp.obj + 0002:0001f5cc __unwindtable$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 100a85cc main.cpp.obj + 0002:0001f5cc __unwindtable$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 100a85cc main.cpp.obj + 0002:0001f5d4 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 100a85d4 main.cpp.obj + 0002:0001f5d4 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 100a85d4 main.cpp.obj + 0002:0001f5f8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$3 100a85f8 main.cpp.obj + 0002:0001f608 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a8608 main.cpp.obj + 0002:0001f61c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a861c main.cpp.obj + 0002:0001f634 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a8634 main.cpp.obj + 0002:0001f658 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$3 100a8658 main.cpp.obj + 0002:0001f668 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a8668 main.cpp.obj + 0002:0001f67c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a867c main.cpp.obj + 0002:0001f694 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a8694 main.cpp.obj + 0002:0001f6b8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$3 100a86b8 main.cpp.obj + 0002:0001f6c8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a86c8 main.cpp.obj + 0002:0001f6dc __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a86dc main.cpp.obj + 0002:0001f6f4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a86f4 main.cpp.obj + 0002:0001f718 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$3 100a8718 main.cpp.obj + 0002:0001f728 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a8728 main.cpp.obj + 0002:0001f73c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a873c main.cpp.obj + 0002:0001f754 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a8754 main.cpp.obj + 0002:0001f778 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a8778 main.cpp.obj + 0002:0001f788 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a8788 main.cpp.obj + 0002:0001f79c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a879c main.cpp.obj + 0002:0001f7b4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a87b4 main.cpp.obj + 0002:0001f7d8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a87d8 main.cpp.obj + 0002:0001f7e8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a87e8 main.cpp.obj + 0002:0001f7fc __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a87fc main.cpp.obj + 0002:0001f814 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a8814 main.cpp.obj + 0002:0001f838 __catchsym$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a8838 main.cpp.obj + 0002:0001f848 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a8848 main.cpp.obj + 0002:0001f85c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a885c main.cpp.obj + 0002:0001f874 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a8874 main.cpp.obj + 0002:0001f898 __catchsym$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$3 100a8898 main.cpp.obj + 0002:0001f8a8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a88a8 main.cpp.obj + 0002:0001f8bc __unwindtable$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a88bc main.cpp.obj + 0002:0001f8d4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a88d4 main.cpp.obj + 0002:0001f8f8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$3 100a88f8 main.cpp.obj + 0002:0001f908 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a8908 main.cpp.obj + 0002:0001f91c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a891c main.cpp.obj + 0002:0001f934 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a8934 main.cpp.obj + 0002:0001f958 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$3 100a8958 main.cpp.obj + 0002:0001f968 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a8968 main.cpp.obj + 0002:0001f97c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a897c main.cpp.obj + 0002:0001f994 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a8994 main.cpp.obj + 0002:0001f9b8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$3 100a89b8 main.cpp.obj + 0002:0001f9c8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a89c8 main.cpp.obj + 0002:0001f9dc __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a89dc main.cpp.obj + 0002:0001f9f4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a89f4 main.cpp.obj + 0002:0001fa18 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$3 100a8a18 main.cpp.obj + 0002:0001fa28 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a8a28 main.cpp.obj + 0002:0001fa3c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a8a3c main.cpp.obj + 0002:0001fa54 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a8a54 main.cpp.obj + 0002:0001fa78 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a8a78 main.cpp.obj + 0002:0001fa88 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a8a88 main.cpp.obj + 0002:0001fa9c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a8a9c main.cpp.obj + 0002:0001fab4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a8ab4 main.cpp.obj + 0002:0001fad8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$3 100a8ad8 main.cpp.obj + 0002:0001fae8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a8ae8 main.cpp.obj + 0002:0001fafc __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a8afc main.cpp.obj + 0002:0001fb14 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a8b14 main.cpp.obj + 0002:0001fb38 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$3 100a8b38 main.cpp.obj + 0002:0001fb48 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a8b48 main.cpp.obj + 0002:0001fb5c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a8b5c main.cpp.obj + 0002:0001fb74 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a8b74 main.cpp.obj + 0002:0001fb98 __unwindtable$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 100a8b98 main.cpp.obj + 0002:0001fba0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 100a8ba0 main.cpp.obj + 0002:0001fbc4 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$3 100a8bc4 main.cpp.obj + 0002:0001fbd4 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a8bd4 main.cpp.obj + 0002:0001fbe8 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a8be8 main.cpp.obj + 0002:0001fc00 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a8c00 main.cpp.obj + 0002:0001fc24 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$3 100a8c24 main.cpp.obj + 0002:0001fc34 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a8c34 main.cpp.obj + 0002:0001fc48 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a8c48 main.cpp.obj + 0002:0001fc60 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a8c60 main.cpp.obj + 0002:0001fc84 __unwindtable$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 100a8c84 main.cpp.obj + 0002:0001fc84 __unwindtable$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 100a8c84 main.cpp.obj + 0002:0001fc8c __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 100a8c8c main.cpp.obj + 0002:0001fc8c __ehfuncinfo$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 100a8c8c main.cpp.obj + 0002:0001fcb0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$3 100a8cb0 main.cpp.obj + 0002:0001fcc0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a8cc0 main.cpp.obj + 0002:0001fcd4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a8cd4 main.cpp.obj + 0002:0001fcec __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a8cec main.cpp.obj + 0002:0001fd10 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$3 100a8d10 main.cpp.obj + 0002:0001fd20 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a8d20 main.cpp.obj + 0002:0001fd34 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a8d34 main.cpp.obj + 0002:0001fd4c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a8d4c main.cpp.obj + 0002:0001fd70 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$3 100a8d70 main.cpp.obj + 0002:0001fd80 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a8d80 main.cpp.obj + 0002:0001fd94 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a8d94 main.cpp.obj + 0002:0001fdac __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a8dac main.cpp.obj + 0002:0001fdd0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$3 100a8dd0 main.cpp.obj + 0002:0001fde0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a8de0 main.cpp.obj + 0002:0001fdf4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a8df4 main.cpp.obj + 0002:0001fe0c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a8e0c main.cpp.obj + 0002:0001fe30 __catchsym$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$3 100a8e30 main.cpp.obj + 0002:0001fe40 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a8e40 main.cpp.obj + 0002:0001fe54 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a8e54 main.cpp.obj + 0002:0001fe6c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a8e6c main.cpp.obj + 0002:0001fe90 __catchsym$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z$5 100a8e90 main.cpp.obj + 0002:0001fea0 __tryblocktable$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100a8ea0 main.cpp.obj + 0002:0001feb4 __unwindtable$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100a8eb4 main.cpp.obj + 0002:0001fed4 __ehfuncinfo$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100a8ed4 main.cpp.obj + 0002:0001fef8 __ehfuncinfo$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a8ef8 main.cpp.obj + 0002:0001ff1c __unwindtable$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a8f1c main.cpp.obj + 0002:0001ff84 __ehfuncinfo$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a8f84 main.cpp.obj + 0002:0001ffa8 __unwindtable$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a8fa8 main.cpp.obj + 0002:00020010 __unwindtable$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 100a9010 main.cpp.obj + 0002:00020030 __ehfuncinfo$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 100a9030 main.cpp.obj + 0002:00020054 __unwindtable$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 100a9054 main.cpp.obj + 0002:00020064 __ehfuncinfo$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 100a9064 main.cpp.obj + 0002:00020088 __unwindtable$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 100a9088 main.cpp.obj + 0002:000200a8 __ehfuncinfo$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 100a90a8 main.cpp.obj + 0002:000200cc __catchsym$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z$3 100a90cc main.cpp.obj + 0002:000200dc __tryblocktable$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 100a90dc main.cpp.obj + 0002:000200f0 __unwindtable$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 100a90f0 main.cpp.obj + 0002:00020108 __ehfuncinfo$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 100a9108 main.cpp.obj + 0002:0002012c __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 100a912c main.cpp.obj + 0002:00020144 __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 100a9144 main.cpp.obj + 0002:00020168 __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 100a9168 main.cpp.obj + 0002:00020170 __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 100a9170 main.cpp.obj + 0002:00020194 __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 100a9194 main.cpp.obj + 0002:0002019c __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 100a919c main.cpp.obj + 0002:000201c0 __catchsym$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z$3 100a91c0 main.cpp.obj + 0002:000201d0 __unwindtable$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100a91d0 main.cpp.obj + 0002:000201e0 __tryblocktable$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100a91e0 main.cpp.obj + 0002:000201f4 __ehfuncinfo$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100a91f4 main.cpp.obj + 0002:00020218 __unwindtable$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a9218 main.cpp.obj + 0002:00020230 __ehfuncinfo$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a9230 main.cpp.obj + 0002:00020254 __unwindtable$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a9254 main.cpp.obj + 0002:00020254 __unwindtable$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a9254 main.cpp.obj + 0002:0002025c __ehfuncinfo$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a925c main.cpp.obj + 0002:0002025c __ehfuncinfo$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a925c main.cpp.obj + 0002:00020280 __unwindtable$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a9280 main.cpp.obj + 0002:00020298 __ehfuncinfo$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a9298 main.cpp.obj + 0002:000202bc __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 100a92bc main.cpp.obj + 0002:000202d4 __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 100a92d4 main.cpp.obj + 0002:000202f8 __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 100a92f8 main.cpp.obj + 0002:00020310 __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 100a9310 main.cpp.obj + 0002:00020334 __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 100a9334 main.cpp.obj + 0002:00020358 __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 100a9358 main.cpp.obj + 0002:00020398 __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 100a9398 main.cpp.obj + 0002:000203bc __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 100a93bc main.cpp.obj + 0002:000203e4 __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 100a93e4 main.cpp.obj + 0002:000203e4 __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 100a93e4 main.cpp.obj + 0002:000203ec __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 100a93ec main.cpp.obj + 0002:000203ec __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 100a93ec main.cpp.obj + 0002:00020410 __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 100a9410 main.cpp.obj + 0002:00020420 __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 100a9420 main.cpp.obj + 0002:00020430 __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 100a9430 main.cpp.obj + 0002:00020444 __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 100a9444 main.cpp.obj + 0002:00020468 __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 100a9468 main.cpp.obj + 0002:00020478 __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 100a9478 main.cpp.obj + 0002:00020488 __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 100a9488 main.cpp.obj + 0002:0002049c __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 100a949c main.cpp.obj + 0002:000204c0 __unwindtable$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 100a94c0 main.cpp.obj + 0002:000204d8 __ehfuncinfo$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 100a94d8 main.cpp.obj + 0002:000204fc __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 100a94fc main.cpp.obj + 0002:0002050c __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 100a950c main.cpp.obj + 0002:0002051c __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 100a951c main.cpp.obj + 0002:00020530 __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 100a9530 main.cpp.obj + 0002:00020554 __catchsym$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z$3 100a9554 main.cpp.obj + 0002:00020564 __unwindtable$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a9564 main.cpp.obj + 0002:00020574 __tryblocktable$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a9574 main.cpp.obj + 0002:00020588 __ehfuncinfo$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a9588 main.cpp.obj + 0002:000207d4 __ehfuncinfo$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 100a97d4 helper.cpp.obj + 0002:000207f8 __unwindtable$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 100a97f8 helper.cpp.obj + 0002:00020820 __unwindtable$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 100a9820 helper.cpp.obj + 0002:00020838 __ehfuncinfo$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 100a9838 helper.cpp.obj + 0002:0002085c __unwindtable$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 100a985c helper.cpp.obj + 0002:0002085c __unwindtable$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 100a985c spellcast.cpp.obj + 0002:0002085c __unwindtable$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 100a985c spellcast.cpp.obj + 0002:0002085c __unwindtable$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a985c spellevents.cpp.obj + 0002:00020864 __ehfuncinfo$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 100a9864 helper.cpp.obj + 0002:00020864 __ehfuncinfo$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 100a9864 spellcast.cpp.obj + 0002:00020864 __ehfuncinfo$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 100a9864 spellcast.cpp.obj + 0002:00020864 __ehfuncinfo$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a9864 spellevents.cpp.obj + 0002:00020888 __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 100a9888 helper.cpp.obj + 0002:00020898 __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 100a9898 helper.cpp.obj + 0002:000208bc __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 100a98bc helper.cpp.obj + 0002:000208cc __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 100a98cc helper.cpp.obj + 0002:000208f0 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$7 100a98f0 spellcast.cpp.obj + 0002:00020900 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100a9900 spellcast.cpp.obj + 0002:00020914 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100a9914 spellcast.cpp.obj + 0002:00020938 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100a9938 spellcast.cpp.obj + 0002:00020960 __unwindtable$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 100a9960 spellcast.cpp.obj + 0002:00020970 __ehfuncinfo$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 100a9970 spellcast.cpp.obj + 0002:00020994 __unwindtable$?CastQueuedNormalSpell@Nampower@@YAXXZ 100a9994 spellcast.cpp.obj + 0002:000209a4 __ehfuncinfo$?CastQueuedNormalSpell@Nampower@@YAXXZ 100a99a4 spellcast.cpp.obj + 0002:000209c8 __ehfuncinfo$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100a99c8 spellcast.cpp.obj + 0002:000209ec __unwindtable$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100a99ec spellcast.cpp.obj + 0002:00020aac __unwindtable$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 100a9aac spellcast.cpp.obj + 0002:00020abc __ehfuncinfo$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 100a9abc spellcast.cpp.obj + 0002:00020ae0 __ehfuncinfo$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 100a9ae0 spellcast.cpp.obj + 0002:00020b04 __unwindtable$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 100a9b04 spellcast.cpp.obj + 0002:00020b2c __ehfuncinfo$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a9b2c spellchannel.cpp.obj + 0002:00020b50 __unwindtable$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a9b50 spellchannel.cpp.obj + 0002:00020b80 __unwindtable$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a9b80 spellchannel.cpp.obj + 0002:00020b90 __ehfuncinfo$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a9b90 spellchannel.cpp.obj + 0002:00020bb4 __ehfuncinfo$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 100a9bb4 spellevents.cpp.obj + 0002:00020bd8 __unwindtable$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 100a9bd8 spellevents.cpp.obj + 0002:00020c50 __unwindtable$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a9c50 spellevents.cpp.obj + 0002:00020c68 __ehfuncinfo$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a9c68 spellevents.cpp.obj + 0002:00020c8c __unwindtable$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100a9c8c spellevents.cpp.obj + 0002:00020ca4 __ehfuncinfo$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100a9ca4 spellevents.cpp.obj + 0002:00020cc8 __unwindtable$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 100a9cc8 spellevents.cpp.obj + 0002:00020cd8 __ehfuncinfo$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 100a9cd8 spellevents.cpp.obj + 0002:00020cfc __ehfuncinfo$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 100a9cfc spellevents.cpp.obj + 0002:00020d20 __unwindtable$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 100a9d20 spellevents.cpp.obj + 0002:00020d50 __unwindtable$?RunQueuedScript@Nampower@@YA_NH@Z 100a9d50 misc_scripts.cpp.obj + 0002:00020d50 __unwindtable$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 100a9d50 misc_scripts.cpp.obj + 0002:00020d58 __ehfuncinfo$?RunQueuedScript@Nampower@@YA_NH@Z 100a9d58 misc_scripts.cpp.obj + 0002:00020d58 __ehfuncinfo$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 100a9d58 misc_scripts.cpp.obj + 0002:00020d7c __unwindtable$?InitializeFieldMaps@Nampower@@YAXXZ 100a9d7c dbc_fields.cpp.obj + 0002:00020d7c __unwindtable$?Script_QueueScript@Nampower@@YAIPAI@Z 100a9d7c misc_scripts.cpp.obj + 0002:00020d9c __ehfuncinfo$?InitializeFieldMaps@Nampower@@YAXXZ 100a9d9c dbc_fields.cpp.obj + 0002:00020d9c __ehfuncinfo$?Script_QueueScript@Nampower@@YAIPAI@Z 100a9d9c misc_scripts.cpp.obj + 0002:00020dc0 __unwindtable$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 100a9dc0 misc_scripts.cpp.obj + 0002:00020dc0 __unwindtable$?Script_GetUnitField@Nampower@@YAIPAI@Z 100a9dc0 misc_scripts.cpp.obj + 0002:00020dc0 __unwindtable$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 100a9dc0 spell_scripts.cpp.obj + 0002:00020dc8 __ehfuncinfo$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 100a9dc8 misc_scripts.cpp.obj + 0002:00020dc8 __ehfuncinfo$?Script_GetUnitField@Nampower@@YAIPAI@Z 100a9dc8 misc_scripts.cpp.obj + 0002:00020dc8 __ehfuncinfo$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 100a9dc8 spell_scripts.cpp.obj + 0002:00020dec __ehfuncinfo$?TryDisenchant@Nampower@@YA_NXZ 100a9dec misc_scripts.cpp.obj + 0002:00020e10 __unwindtable$?TryDisenchant@Nampower@@YA_NXZ 100a9e10 misc_scripts.cpp.obj + 0002:00020e38 __unwindtable$?Script_DisenchantAll@Nampower@@YAIPAI@Z 100a9e38 misc_scripts.cpp.obj + 0002:00020e40 __ehfuncinfo$?Script_DisenchantAll@Nampower@@YAIPAI@Z 100a9e40 misc_scripts.cpp.obj + 0002:00020e64 __unwindtable$?Script_LearnTalentRank@Nampower@@YAIPAI@Z 100a9e64 misc_scripts.cpp.obj + 0002:00020e74 __ehfuncinfo$?Script_LearnTalentRank@Nampower@@YAIPAI@Z 100a9e74 misc_scripts.cpp.obj + 0002:00020e98 __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 100a9e98 items.cpp.obj + 0002:00020e98 __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 100a9e98 misc_scripts.cpp.obj + 0002:00020ea8 __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 100a9ea8 items.cpp.obj + 0002:00020ea8 __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 100a9ea8 misc_scripts.cpp.obj + 0002:00020ecc __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 100a9ecc misc_scripts.cpp.obj + 0002:00020ecc __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 100a9ecc misc_scripts.cpp.obj + 0002:00020ecc __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 100a9ecc spell_scripts.cpp.obj + 0002:00020ed4 __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 100a9ed4 misc_scripts.cpp.obj + 0002:00020ed4 __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 100a9ed4 misc_scripts.cpp.obj + 0002:00020ed4 __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 100a9ed4 spell_scripts.cpp.obj + 0002:00020ef8 __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 100a9ef8 dbc_fields.cpp.obj + 0002:00020ef8 __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 100a9ef8 misc_scripts.cpp.obj + 0002:00020f08 __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 100a9f08 dbc_fields.cpp.obj + 0002:00020f08 __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 100a9f08 misc_scripts.cpp.obj + 0002:00020f2c __unwindtable$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 100a9f2c spell_scripts.cpp.obj + 0002:00020f2c __unwindtable$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 100a9f2c spell_scripts.cpp.obj + 0002:00020f34 __ehfuncinfo$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 100a9f34 spell_scripts.cpp.obj + 0002:00020f34 __ehfuncinfo$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 100a9f34 spell_scripts.cpp.obj + 0002:00020f58 __unwindtable$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 100a9f58 spell_scripts.cpp.obj + 0002:00020f70 __ehfuncinfo$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 100a9f70 spell_scripts.cpp.obj + 0002:00020f94 __unwindtable$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 100a9f94 item_scripts.cpp.obj + 0002:00020fa4 __ehfuncinfo$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 100a9fa4 item_scripts.cpp.obj + 0002:00020fc8 __ehfuncinfo$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 100a9fc8 items.cpp.obj + 0002:00020fec __unwindtable$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 100a9fec items.cpp.obj + 0002:0002101c __unwindtable$??__EitemStatsCache@Nampower@@YAXXZ 100aa01c items.cpp.obj + 0002:0002102c __ehfuncinfo$??__EitemStatsCache@Nampower@@YAXXZ 100aa02c items.cpp.obj + 0002:00021050 __unwindtable$??__EitemNameToIdCache@Nampower@@YAXXZ 100aa050 items.cpp.obj + 0002:00021060 __ehfuncinfo$??__EitemNameToIdCache@Nampower@@YAXXZ 100aa060 items.cpp.obj + 0002:00021084 __unwindtable$??__EpendingItemIds@Nampower@@YAXXZ 100aa084 items.cpp.obj + 0002:00021094 __ehfuncinfo$??__EpendingItemIds@Nampower@@YAXXZ 100aa094 items.cpp.obj + 0002:000210b8 __unwindtable$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100aa0b8 items.cpp.obj + 0002:000210c0 __ehfuncinfo$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100aa0c0 items.cpp.obj + 0002:000210e4 __unwindtable$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100aa0e4 items.cpp.obj + 0002:000210f4 __ehfuncinfo$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100aa0f4 items.cpp.obj + 0002:00021118 __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 100aa118 items.cpp.obj + 0002:00021128 __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 100aa128 items.cpp.obj + 0002:0002114c __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 100aa14c items.cpp.obj + 0002:0002115c __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 100aa15c items.cpp.obj + 0002:00021180 __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 100aa180 items.cpp.obj + 0002:00021190 __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 100aa190 items.cpp.obj + 0002:000211b4 __unwindtable$?InitializeUnitFieldMaps@Nampower@@YAXXZ 100aa1b4 unit_fields.cpp.obj + 0002:000211c4 __ehfuncinfo$?InitializeUnitFieldMaps@Nampower@@YAXXZ 100aa1c4 unit_fields.cpp.obj + 0002:000211e8 __unwindtable$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 100aa1e8 lua_refs.cpp.obj + 0002:000211f8 __ehfuncinfo$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 100aa1f8 lua_refs.cpp.obj + 0002:00021220 __sehtable$___DestructExceptionObject 100aa220 libvcruntime:ehhelpers.obj + 0002:00021240 __sehtable$___RTDynamicCast 100aa240 libvcruntime:rtti.obj + 0002:00021260 __sehtable$___RTtypeid 100aa260 libvcruntime:rtti.obj + 0002:000212f0 __sehtable$?FrameUnwindToState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@H@Z 100aa2f0 libvcruntime:frame.obj + 0002:00021318 __sehtable$?CallCatchBlock@@YAPAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PBU_s_FuncInfo@@PAXHK@Z 100aa318 libvcruntime:frame.obj + 0002:00021340 __catchsym$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z$2 100aa340 libvcruntime:frame.obj + 0002:00021350 __unwindtable$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100aa350 libvcruntime:frame.obj + 0002:00021360 __tryblocktable$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100aa360 libvcruntime:frame.obj + 0002:00021374 __ehfuncinfo$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100aa374 libvcruntime:frame.obj + 0002:00021398 __sehtable$??$BuildCatchObjectHelperInternal@V__FrameHandler3@@@@YAHPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 100aa398 libvcruntime:frame.obj + 0002:000213b8 __sehtable$??$BuildCatchObjectInternal@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 100aa3b8 libvcruntime:frame.obj + 0002:00021410 __sehtable$___unDNameEx 100aa410 libvcruntime:undname.obj + 0002:0002142c __unwindtable$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 100aa42c libvcruntime:undname.obj + 0002:00021434 __ehfuncinfo$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 100aa434 libvcruntime:undname.obj + 0002:00021458 __sehtable$?_fclose_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 100aa458 libucrt:fclose.obj + 0002:00021478 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100aa478 libucrt:fflush.obj + 0002:00021498 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100aa498 libucrt:fflush.obj + 0002:000214b8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100aa4b8 libucrt:fflush.obj + 0002:000214d8 __sehtable$_fgetc 100aa4d8 libucrt:fgetc.obj + 0002:000214f8 __sehtable$?_fputc_internal@@YAHHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 100aa4f8 libucrt:fputc.obj + 0002:00021518 __sehtable$_fread_s 100aa518 libucrt:fread.obj + 0002:00021538 __sehtable$?common_fseek@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 100aa538 libucrt:fseek.obj + 0002:00021558 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@I@@QAEI$$QAV@@AAV@@$$QAV@@@Z 100aa558 libucrt:fwrite.obj + 0002:00021578 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100aa578 libucrt:setvbuf.obj + 0002:00021598 __sehtable$_ungetc 100aa598 libucrt:ungetc.obj + 0002:000215b8 __sehtable$_terminate 100aa5b8 libucrt:terminate.obj + 0002:000215d8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100aa5d8 libucrt:per_thread_data.obj + 0002:000215f8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100aa5f8 libucrt:per_thread_data.obj + 0002:00021618 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100aa618 libucrt:per_thread_data.obj + 0002:00021638 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100aa638 libucrt:per_thread_data.obj + 0002:00021658 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100aa658 libucrt:wsetlocale.obj + 0002:00021678 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100aa678 libucrt:wsetlocale.obj + 0002:00021698 __sehtable$??$?RV@@AAV@@AAV@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@AAV@@@Z 100aa698 libucrt:wsetlocale.obj + 0002:000216b8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100aa6b8 libucrt:winapi_thunks.obj + 0002:000216d8 __sehtable$__fcloseall 100aa6d8 libucrt:closeall.obj + 0002:000216f8 __sehtable$___acrt_initialize_lowio 100aa6f8 libucrt:ioinit.obj + 0002:00021718 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100aa718 libucrt:close.obj + 0002:00021738 __sehtable$?__acrt_stdio_allocate_stream@@YA?AV__crt_stdio_stream@@XZ 100aa738 libucrt:stream.obj + 0002:00021758 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100aa758 libucrt:commit.obj + 0002:00021778 __sehtable$__write_internal 100aa778 libucrt:write.obj + 0002:00021798 __sehtable$??$common_ftell@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 100aa798 libucrt:ftell.obj + 0002:000217b8 __sehtable$__read 100aa7b8 libucrt:read.obj + 0002:000217d8 __sehtable$??$common_lseek@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 100aa7d8 libucrt:lseek.obj + 0002:000217f8 __sehtable$___set_fpsr_sse2 100aa7f8 libucrt:fpctrl.obj + 0002:00021818 __sehtable$??R@@QBE@XZ 100aa818 libucrt:exit.obj + 0002:00021838 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100aa838 libucrt:exit.obj + 0002:00021858 __sehtable$_raise 100aa858 libucrt:signal.obj + 0002:00021878 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@P6AXH@Z@@QAEP6AXH@Z$$QAV@@AAV@@$$QAV@@@Z 100aa878 libucrt:signal.obj + 0002:00021898 __sehtable$__isindst 100aa898 libucrt:tzset.obj + 0002:000218b8 __sehtable$___tzset 100aa8b8 libucrt:tzset.obj + 0002:000218d8 __sehtable$___acrt_update_thread_locale_data 100aa8d8 libucrt:locale_refcounting.obj + 0002:000218f8 __sehtable$?update_thread_multibyte_data_internal@@YAPAU__crt_multibyte_data@@QAU__acrt_ptd@@QAPAU1@@Z 100aa8f8 libucrt:mbctype.obj + 0002:00021918 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100aa918 libucrt:mbctype.obj + 0002:00021938 __sehtable$__query_new_handler 100aa938 libucrt:new_handler.obj + 0002:00021958 __sehtable$__alloc_osfhnd 100aa958 libucrt:osfinfo.obj + 0002:00021978 __sehtable$___acrt_lowio_ensure_fh_exists 100aa978 libucrt:osfinfo.obj + 0002:00021998 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100aa998 libucrt:onexit.obj + 0002:000219b8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100aa9b8 libucrt:onexit.obj + 0002:000219d8 __sehtable$??$common_getenv_s@_W@@YAHQAIQA_WIQB_W@Z 100aa9d8 libucrt:getenv.obj + 0002:000219f4 __unwindtable$___dcrt_uninitialize_environments_nolock 100aa9f4 libucrt:environment_initialization.obj + 0002:00021a04 __ehfuncinfo$___dcrt_uninitialize_environments_nolock 100aaa04 libucrt:environment_initialization.obj + 0002:00021b68 __unwindtable$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 100aab68 libcpmt:locale0.obj + 0002:00021b70 __ehfuncinfo$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 100aab70 libcpmt:locale0.obj + 0002:00021b98 __sehtable$___scrt_is_nonwritable_in_current_image 100aab98 LIBCMT:utility.obj + 0002:00021bb8 __sehtable$?dllmain_crt_process_attach@@YAHQAUHINSTANCE__@@QAX@Z 100aabb8 LIBCMT:dll_dllmain.obj + 0002:00021bd8 __sehtable$?dllmain_crt_process_detach@@YAH_N@Z 100aabd8 LIBCMT:dll_dllmain.obj + 0002:00021c00 __sehtable$?dllmain_dispatch@@YAHQAUHINSTANCE__@@KQAX@Z 100aac00 LIBCMT:dll_dllmain.obj + 0002:00021c20 __sehtable$__IsNonwritableInCurrentImage 100aac20 LIBCMT:pesect.obj + 0002:00021c40 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@PAD@@QAEPAD$$QAV@@AAV@@$$QAV@@@Z 100aac40 libucrt:setlocale.obj + 0002:00021c60 __sehtable$??$common_fsopen@D@@YAPAU_iobuf@@QBD0H@Z 100aac60 libucrt:fopen.obj + 0002:00021c80 __sehtable$??$common_sopen_dispatch@D@@YAHQBDHHHQAHH@Z 100aac80 libucrt:open.obj + 0002:00021ca0 .edata 100aaca0 nampower.exp + 0002:00021cc8 rgpv 100aacc8 nampower.exp + 0002:00021ccc rgszName 100aaccc nampower.exp + 0002:00021cd0 rgwOrd 100aacd0 nampower.exp + 0002:00021cd2 szName 100aacd2 nampower.exp + 0002:00021cdf $N00001 100aacdf nampower.exp + 0002:00022640 .idata$6 100ab640 kernel32:KERNEL32.dll + 0002:0002265c .idata$6 100ab65c user32:USER32.dll + 0003:000000fc ?p_GetContext@?1??GetLuaStatePtr@Nampower@@YAPAIXZ@4P6IPAIXZA 100ac0fc main.cpp.obj + 0003:00000144 ?format@?1??TriggerSpellCastEvent@Nampower@@YAX_NIW4CastType@@_KI@Z@4PADA 100ac144 spellcast.cpp.obj + 0003:00000150 ?message@?O@??Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z@4PADA 100ac150 spellcast.cpp.obj + 0003:00000188 ?format@?1??TriggerSpellChannelStartEvent@Nampower@@YAXII@Z@4PADA 100ac188 spellchannel.cpp.obj + 0003:00000190 ?format@?1??TriggerSpellChannelUpdateEvent@Nampower@@YAXII@Z@4PADA 100ac190 spellchannel.cpp.obj + 0003:00000198 ?format@?1??TriggerSpellFailedSelfEvent@Nampower@@YAXIW4SpellCastResult@game@@_N@Z@4PADA 100ac198 spellevents.cpp.obj + 0003:000001a0 ?format@?1??TriggerSpellFailedOtherEvent@Nampower@@YAX_KI@Z@4PADA 100ac1a0 spellevents.cpp.obj + 0003:000001a8 ?format@?1??TriggerSpellHealEvent@Nampower@@YAX_K0IIEE@Z@4PADA 100ac1a8 spellevents.cpp.obj + 0003:000001b8 ?format@?1??TriggerSpellEnergizeEvent@Nampower@@YAX_K0IIIE@Z@4PADA 100ac1b8 spellevents.cpp.obj + 0003:000001c8 ?format@?1??TriggerSpellDelayedEvent@Nampower@@YAX_KI@Z@4PADA 100ac1c8 spellevents.cpp.obj + 0003:000001d0 ?format@?1??triggerAuraCastEventOnTarget@Nampower@@YAXPBUSpellRec@game@@HPAD1_K2II@Z@4PADA 100ac1d0 spellevents.cpp.obj + 0003:000001e4 ?format@?1??TriggerSpellStartEvent@Nampower@@YAXII_K0GI@Z@4PADA 100ac1e4 spellevents.cpp.obj + 0003:000001f4 ?format@?1??TriggerSpellGoEvent@Nampower@@YAXIIPB_K_KGEE@Z@4PADA 100ac1f4 spellevents.cpp.obj + 0003:00000204 ?format@?1??TriggerSpellMissEvent@Nampower@@YAX_K0II@Z@4PADA 100ac204 spellevents.cpp.obj + 0003:00000210 ?format@?1??TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z@4PADA 100ac210 spellevents.cpp.obj + 0003:00000228 ?castId@LuaFields@Nampower@@3PADA 100ac228 misc_scripts.cpp.obj + 0003:00000230 ?spellId@LuaFields@Nampower@@3PADA 100ac230 misc_scripts.cpp.obj + 0003:00000238 ?guid@LuaFields@Nampower@@3PADA 100ac238 misc_scripts.cpp.obj + 0003:00000240 ?castType@LuaFields@Nampower@@3PADA 100ac240 misc_scripts.cpp.obj + 0003:0000024c ?castStartS@LuaFields@Nampower@@3PADA 100ac24c misc_scripts.cpp.obj + 0003:00000258 ?castEndS@LuaFields@Nampower@@3PADA 100ac258 misc_scripts.cpp.obj + 0003:00000264 ?castRemainingMs@LuaFields@Nampower@@3PADA 100ac264 misc_scripts.cpp.obj + 0003:00000274 ?castDurationMs@LuaFields@Nampower@@3PADA 100ac274 misc_scripts.cpp.obj + 0003:00000284 ?gcdEndS@LuaFields@Nampower@@3PADA 100ac284 misc_scripts.cpp.obj + 0003:0000028c ?gcdRemainingMs@LuaFields@Nampower@@3PADA 100ac28c misc_scripts.cpp.obj + 0003:0000029c ?castInfoTableRef@Nampower@@3HA 100ac29c misc_scripts.cpp.obj + 0003:000002a0 ?itemStatsTableRef@Nampower@@3HA 100ac2a0 misc_scripts.cpp.obj + 0003:000002a4 ?unitDataTableRef@Nampower@@3HA 100ac2a4 misc_scripts.cpp.obj + 0003:000002a8 ?typeIdCounter@?1??CSimpleFrame_GetNameHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z@4PAIA 100ac2a8 misc_scripts.cpp.obj + 0003:000002ac ?nameplateTypeId@?1??CSimpleFrame_GetNameHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z@4PAIA 100ac2ac misc_scripts.cpp.obj + 0003:000002b0 ?spellRecTableRef@Nampower@@3HA 100ac2b0 spell_scripts.cpp.obj + 0003:000002b4 ?cooldownDetailTableRef@Nampower@@3HA 100ac2b4 cooldown_scripts.cpp.obj + 0003:000002b8 ?isOnCooldownKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac2b8 cooldown_scripts.cpp.obj + 0003:000002c8 ?cooldownRemainingMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac2c8 cooldown_scripts.cpp.obj + 0003:000002dc ?itemIdKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac2dc cooldown_scripts.cpp.obj + 0003:000002e4 ?itemHasActiveSpellKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac2e4 cooldown_scripts.cpp.obj + 0003:000002f8 ?itemActiveSpellIdKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac2f8 cooldown_scripts.cpp.obj + 0003:0000030c ?individualStartSKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac30c cooldown_scripts.cpp.obj + 0003:00000320 ?individualDurationMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac320 cooldown_scripts.cpp.obj + 0003:00000338 ?individualRemainingMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac338 cooldown_scripts.cpp.obj + 0003:00000350 ?isOnIndividualCooldownKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac350 cooldown_scripts.cpp.obj + 0003:00000368 ?categoryIdKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac368 cooldown_scripts.cpp.obj + 0003:00000374 ?categoryStartSKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac374 cooldown_scripts.cpp.obj + 0003:00000384 ?categoryDurationMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac384 cooldown_scripts.cpp.obj + 0003:00000398 ?categoryRemainingMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac398 cooldown_scripts.cpp.obj + 0003:000003ac ?isOnCategoryCooldownKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac3ac cooldown_scripts.cpp.obj + 0003:000003c4 ?gcdCategoryIdKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac3c4 cooldown_scripts.cpp.obj + 0003:000003d4 ?gcdCategoryStartSKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac3d4 cooldown_scripts.cpp.obj + 0003:000003e8 ?gcdCategoryDurationMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac3e8 cooldown_scripts.cpp.obj + 0003:00000400 ?gcdCategoryRemainingMsKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac400 cooldown_scripts.cpp.obj + 0003:00000418 ?isOnGcdCategoryCooldownKey@?1??PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@2@@Z@4PADA 100ac418 cooldown_scripts.cpp.obj + 0003:00000430 ?basicItemInfoTableRef@Nampower@@3HA 100ac430 item_scripts.cpp.obj + 0003:00000434 ?itemInfoTableRef@Nampower@@3HA 100ac434 item_scripts.cpp.obj + 0003:00000438 ?equippedItemsTableRef@Nampower@@3HA 100ac438 item_scripts.cpp.obj + 0003:0000043c ?bagItemsTableRef@Nampower@@3HA 100ac43c item_scripts.cpp.obj + 0003:00000440 ?trinketsTableRef@Nampower@@3HA 100ac440 item_scripts.cpp.obj + 0003:00000444 ?itemIdKey@Nampower@@3PADA 100ac444 item_scripts.cpp.obj + 0003:0000044c ?permanentEnchantIdKey@Nampower@@3PADA 100ac44c item_scripts.cpp.obj + 0003:00000460 ?tempEnchantIdKey@Nampower@@3PADA 100ac460 item_scripts.cpp.obj + 0003:00000470 ?stackCountKey@Nampower@@3PADA 100ac470 item_scripts.cpp.obj + 0003:0000047c ?durationKey@Nampower@@3PADA 100ac47c item_scripts.cpp.obj + 0003:00000488 ?flagsKey@Nampower@@3PADA 100ac488 item_scripts.cpp.obj + 0003:00000490 ?durabilityKey@Nampower@@3PADA 100ac490 item_scripts.cpp.obj + 0003:0000049c ?maxDurabilityKey@Nampower@@3PADA 100ac49c item_scripts.cpp.obj + 0003:000004ac ?tempEnchantmentTimeLeftMsKey@Nampower@@3PADA 100ac4ac item_scripts.cpp.obj + 0003:000004c8 ?tempEnchantmentChargesKey@Nampower@@3PADA 100ac4c8 item_scripts.cpp.obj + 0003:000004e0 ?bagIndexKey@Nampower@@3PADA 100ac4e0 item_scripts.cpp.obj + 0003:000004ec ?slotIndexKey@Nampower@@3PADA 100ac4ec item_scripts.cpp.obj + 0003:000004f8 ?trinketNameKey@Nampower@@3PADA 100ac4f8 item_scripts.cpp.obj + 0003:00000504 ?textureKey@Nampower@@3PADA 100ac504 item_scripts.cpp.obj + 0003:0000050c ?itemLevelKey@Nampower@@3PADA 100ac50c item_scripts.cpp.obj + 0003:00000518 ?format@?1??TriggerAuraEvent@Nampower@@YAXPAIII_NI@Z@4PADA 100ac518 auras.cpp.obj + 0003:00000528 ?format@?4??CGBuffBar_UpdateDurationHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@EH@Z@4PADA 100ac528 auras.cpp.obj + 0003:00000534 ?format@?1??UnitCombatLogUnitDeadHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_K@Z@4PADA 100ac534 auras.cpp.obj + 0003:00000538 ?format@?1??TriggerAutoAttackEvent@Nampower@@YAX_K0IIIEIII@Z@4PADA 100ac538 autoattack.cpp.obj + 0003:00000550 ?__vcrt_flsindex@@3KA 100ac550 libvcruntime:per_thread_data.obj + 0003:00000560 ?prefix@?1??getDimension@UnDecorator@@CA?AVDName@@_N@Z@4UStringLiteral@@A 100ac560 libvcruntime:undname.obj + 0003:00000628 ?errno_no_memory@@3HA 100ac628 libucrt:errno.obj + 0003:0000062c ?doserrno_no_memory@@3KA 100ac62c libucrt:errno.obj + 0003:000006a0 ?__acrt_flsindex@@3KA 100ac6a0 libucrt:per_thread_data.obj + 0003:000006a4 __ctype_loc_style 100ac6a4 libucrt:wsetlocale.obj + 0003:000008a8 ?__DAZ_ENABLED@?1??__set_fpsr_sse2@@9@9 100ac8a8 libucrt:fpctrl.obj + 0003:000008b8 ?tzstd_program@@3PADA 100ac8b8 libucrt:timeset.obj + 0003:000008f8 ?tzdst_program@@3PADA 100ac8f8 libucrt:timeset.obj + 0003:00000938 ?w_tzstd_program@@3PA_WA 100ac938 libucrt:timeset.obj + 0003:000009b8 ?w_tzdst_program@@3PA_WA 100ac9b8 libucrt:timeset.obj + 0003:00000a38 ?tzname_states@@3PAY01PADA 100aca38 libucrt:timeset.obj + 0003:00000a40 ?w_tzname_states@@3PAY01PA_WA 100aca40 libucrt:timeset.obj + 0003:00000a48 ?dststart@@3Utransitiondate@?A0x7639d0b4@@A 100aca48 libucrt:tzset.obj + 0003:00000a54 ?dstend@@3Utransitiondate@?A0x7639d0b4@@A 100aca54 libucrt:tzset.obj + 0003:00000c80 __mbctypes 100acc80 libucrt:mbctype.obj + 0003:00000d88 __mbcasemaps 100acd88 libucrt:mbctype.obj + 0003:00000e88 ?__rgctypeflag@@3PADA 100ace88 libucrt:mbctype.obj + 0003:00000e90 ?__rgcode_page_info@@3PAUcode_page_info@@A 100ace90 libucrt:mbctype.obj + 0003:00000f90 ?__dcrt_lowio_console_output_handle@@3PAXA 100acf90 libucrt:initcon.obj + 0003:00000fa0 ?init@std@@3JA 100acfa0 libcpmt:xlock.obj + 0003:00000fa8 ?valid@?1???$_Xfiopen@D@?A0x6dc13635@@YAPAU_iobuf@@PBDHH@Z@4QBHB 100acfa8 libcpmt:fiopen.obj + 0003:00000ff8 ?atcount_cdecl@@3IA 100acff8 libcpmt:iosptrs.obj + 0003:00016fa8 ?spellSlotCache@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@4V?$unordered_map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@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@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@@A 100c2fa8 helper.cpp.obj + 0003:00016fc8 ?$TSS0@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@4HA 100c2fc8 helper.cpp.obj + 0003:00016fcc ?spellIdToSlotCache@?1??ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z@4V?$unordered_map@_KIU?$hash@_K@std@@U?$equal_to@_K@2@V?$allocator@U?$pair@$$CB_KI@std@@@2@@std@@A 100c2fcc helper.cpp.obj + 0003:00016fec ?$TSS0@?1??ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z@4HA 100c2fec helper.cpp.obj + 0003:00016ff8 ?targetHitGuids@?1??SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@2@@Z@4PA_KA 100c2ff8 spellevents.cpp.obj + 0003:00017320 ?unitFieldsArrayFieldRefs@Nampower@@3V?$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@@A 100c3320 misc_scripts.cpp.obj + 0003:00017340 ?itemStatsNestedArrayRefs@Nampower@@3V?$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@@A 100c3340 misc_scripts.cpp.obj + 0003:00017360 ?unitFieldsNestedArrayRefs@Nampower@@3V?$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@@A 100c3360 misc_scripts.cpp.obj + 0003:00017380 ?itemStatsArrayFieldRefs@Nampower@@3V?$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@@A 100c3380 misc_scripts.cpp.obj + 0003:000173a0 ?spellRecArrayFieldRefs@Nampower@@3V?$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@@A 100c33a0 spell_scripts.cpp.obj + 0003:000173c0 ?spellRecNestedArrayRefs@Nampower@@3V?$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@@A 100c33c0 spell_scripts.cpp.obj + 0003:000173e0 ?lastTrinketCount@Nampower@@3IA 100c33e0 item_scripts.cpp.obj + 0003:000173e4 ?bagTableRefs@Nampower@@3V?$array@H$0N@@std@@A 100c33e4 item_scripts.cpp.obj + 0003:00017418 ?itemEntryTableRefs@Nampower@@3V?$array@V?$array@H$0EA@@std@@$0N@@std@@A 100c3418 item_scripts.cpp.obj + 0003:00018118 ?equippedItemTableRefs@Nampower@@3V?$array@H$0BD@@std@@A 100c4118 item_scripts.cpp.obj + 0003:000181b4 ?isExporting@Nampower@@3_NA 100c41b4 items.cpp.obj + 0003:000213b0 ?itemStatsCache@Nampower@@3V?$unordered_map@IPAUItemStats_C@game@@U?$hash@I@std@@U?$equal_to@I@4@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@4@@std@@A 100cd3b0 items.cpp.obj + 0003:000213d0 ?itemNameToIdCache@Nampower@@3V?$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@@A 100cd3d0 items.cpp.obj + 0003:000213f0 ?pendingItemIds@Nampower@@3V?$unordered_set@IU?$hash@I@std@@U?$equal_to@I@2@V?$allocator@I@2@@std@@A 100cd3f0 items.cpp.obj + 0003:00021410 ?currentExportItemId@Nampower@@3IA 100cd410 items.cpp.obj + 0003:00021494 ?fieldMapsInitialized@Nampower@@3_NA 100cd494 dbc_fields.cpp.obj + 0003:000214d8 ?unitFieldMapsInitialized@Nampower@@3_NA 100cd4d8 unit_fields.cpp.obj + 0003:000215a0 ?registeredTableRefs@Nampower@@3V?$vector@PAHV?$allocator@PAH@std@@@std@@A 100cd5a0 lua_refs.cpp.obj + 0003:000215b4 ?__vcrt_startup_thread_ptd@@3U__vcrt_ptd@@A 100cd5b4 libvcruntime:per_thread_data.obj + 0003:00021604 ?heap@@3V_HeapManager@@A 100cd604 libvcruntime:undname.obj + 0003:00021618 ?module_handles@@3PAPAUHINSTANCE__@@A 100cd618 libvcruntime:winapi_downlevel.obj + 0003:00021624 ?function_pointers@@3PAPAXA 100cd624 libvcruntime:winapi_downlevel.obj + 0003:00021638 ___vcrt_lock_table 100cd638 libvcruntime:locks.obj + 0003:00021650 ___vcrt_locks_initialized 100cd650 libvcruntime:locks.obj + 0003:00021654 ?__acrt_invalid_parameter_handler@@3V?$dual_state_global@P6AXPB_W00II@Z@__crt_state_management@@A 100cd654 libucrt:invalid_parameter.obj + 0003:00021678 ?module_handles@@3PAPAUHINSTANCE__@@A 100cd678 libucrt:winapi_thunks.obj + 0003:000216d0 ?encoded_function_pointers@@3PAPAXA 100cd6d0 libucrt:winapi_thunks.obj + 0003:0002175c ?static_enum_proc@?1??enum_system_locales_ex_nolock@@YAHQ6GHPA_WKJ@Z@Z@4P6GH0KJ@ZA 100cd75c libucrt:winapi_thunks.obj + 0003:00021968 ?__acrt_lock_table@@3PAU_RTL_CRITICAL_SECTION@@A 100cd968 libucrt:locks.obj + 0003:00021ab8 ?__acrt_locks_initialized@@3IA 100cdab8 libucrt:locks.obj + 0003:00021ac4 ?internal_state@?1??_mbtowc_internal@@9@4U_Mbstatet@@A 100cdac4 libucrt:mbtowc.obj + 0003:00021acc ?enable_percent_n@@3IA 100cdacc libucrt:printf_count_output.obj + 0003:00021ad0 ?c_termination_complete@@3JA 100cdad0 libucrt:exit.obj + 0003:00021ad4 ?thread_local_exit_callback_func@@3P6GXPAXK0@ZA 100cdad4 libucrt:exit.obj + 0003:00021ad8 ?c_exit_complete@?1???R@@QBE@XZ@4_NA 100cdad8 libucrt:exit.obj + 0003:00021adc ?ctrlc_action@@3V?$dual_state_global@P6AXH@Z@__crt_state_management@@A 100cdadc libucrt:signal.obj + 0003:00021ae0 ?ctrlbreak_action@@3V?$dual_state_global@P6AXH@Z@__crt_state_management@@A 100cdae0 libucrt:signal.obj + 0003:00021ae4 ?abort_action@@3V?$dual_state_global@P6AXH@Z@__crt_state_management@@A 100cdae4 libucrt:signal.obj + 0003:00021ae8 ?term_action@@3V?$dual_state_global@P6AXH@Z@__crt_state_management@@A 100cdae8 libucrt:signal.obj + 0003:00021af8 ?_tzname@@3V?$dual_state_global@PAPAD@__crt_state_management@@A 100cdaf8 libucrt:timeset.obj + 0003:00021afc ?w_tzname@@3V?$dual_state_global@PAPA_W@__crt_state_management@@A 100cdafc libucrt:timeset.obj + 0003:00021b00 ?last_wide_tz@@3PA_WA 100cdb00 libucrt:tzset.obj + 0003:00021b08 ?tz_api_used@@3HA 100cdb08 libucrt:tzset.obj + 0003:00021b0c ?tzset_init_state@@3V?$dual_state_global@J@__crt_state_management@@A 100cdb0c libucrt:tzset.obj + 0003:00021b10 ?tz_info@@3U_TIME_ZONE_INFORMATION@@A 100cdb10 libucrt:tzset.obj + 0003:00021bbc __pmatherr_set 100cdbbc libucrt:libm_error.obj + 0003:00021bcc ?fSystemSet@@3HA 100cdbcc libucrt:mbctype.obj + 0003:00021bd0 ?initialized@?1??__acrt_initialize_multibyte@@9@4_NA 100cdbd0 libucrt:mbctype.obj + 0003:00021bd4 ?__acrt_new_handler@@3V?$dual_state_global@P6AHI@Z@__crt_state_management@@A 100cdbd4 libucrt:new_handler.obj + 0003:00021bd8 ?__acrt_global_new_mode@@3V?$dual_state_global@J@__crt_state_management@@A 100cdbd8 libucrt:new_mode.obj + 0003:00021be0 ?user_matherr@@3V?$dual_state_global@P6AHPAU_exception@@@Z@__crt_state_management@@A 100cdbe0 libucrt:matherr.obj + 0003:00021bfc ?__acrt_app_type@@3W4_crt_app_type@@A 100cdbfc libucrt:report_runtime_error.obj + 0003:00021c00 ?internal_pst@?1??__mbrtoc32_utf8@__crt_mbstring@@YAIPA_UPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z@4U3@A 100cdc00 libucrt:mbrtoc32.obj + 0003:00021c20 ?initlocks@std@@3V_Init_locks@1@A 100cdc20 libcpmt:xlock.obj + 0003:00021c28 ?mtx@std@@3PAU_RTL_CRITICAL_SECTION@@A 100cdc28 libcpmt:xlock.obj + 0003:00021d04 ?classic_locale@std@@3Vlocale@1@A 100cdd04 libcpmt:locale0.obj + 0003:00021d0c ?_Fac_head@std@@3PAU_Fac_node@1@A 100cdd0c libcpmt:locale0.obj + 0003:00021d10 ?_Fac_tidy_reg@std@@3U_Fac_tidy_reg_t@1@B 100cdd10 libcpmt:locale0.obj + 0003:00021d14 _global_locale 100cdd14 libcpmt:locale0.obj + 0003:00021d18 ?registered@?1??_Setgloballocale@locale@std@@CAXPAX@Z@4_NA 100cdd18 libcpmt:locale0.obj + 0003:00021d20 ?stdstr@std@@3PAPAVios_base@1@A 100cdd20 libcpmt:ios.obj + 0003:00021d48 ?stdopens@std@@3PADA 100cdd48 libcpmt:ios.obj + 0003:00021d58 ?freq_cached@?1??_Query_perf_frequency@@9@4U?$atomic@_J@std@@A 100cdd58 libcpmt:xtime.obj + 0003:00021d80 ?initlocks@std@@3V_Init_locks@1@A 100cdd80 libcpmt:iosptrs.obj + 0003:00021d81 ?init_atexit@@3U_Init_atexit@@A 100cdd81 libcpmt:iosptrs.obj + 0003:00021d84 ?atfuns_cdecl@@3PAP6AXXZA 100cdd84 libcpmt:iosptrs.obj + 0003:00021dac ?__KERNEL32Function_GetCurrentPackageId@?A0x995b63b9@@3P6GJPAIPAE@ZA 100cddac libcpmt:winapisupp.obj + 0003:00021db0 ?__KERNEL32Function_GetSystemTimePreciseAsFileTime@?A0x995b63b9@@3P6GXPAU_FILETIME@@@ZA 100cddb0 libcpmt:winapisupp.obj + 0003:00021db4 ?__KERNEL32Function_GetTempPath2W@?A0x995b63b9@@3P6GKKPA_W@ZA 100cddb4 libcpmt:winapisupp.obj + 0003:00021e28 ?is_initialized_as_dll@@3_NA 100cde28 LIBCMT:utility.obj + 0003:00021e29 ?module_local_atexit_table_initialized@@3_NA 100cde29 LIBCMT:utility.obj + 0003:00021e2c ?module_local_atexit_table@@3U_onexit_table_t@@A 100cde2c LIBCMT:utility.obj + 0003:00021e38 ?module_local_at_quick_exit_table@@3U_onexit_table_t@@A 100cde38 LIBCMT:utility.obj + 0003:00021e44 ?g_tss_cv@@3U_RTL_CONDITION_VARIABLE@@A 100cde44 LIBCMT:thread_safe_statics.obj + 0003:00021e48 ?g_tss_srw@@3U_RTL_SRWLOCK@@A 100cde48 LIBCMT:thread_safe_statics.obj + 0003:00021e5c ?__proc_attached@@3HA 100cde5c LIBCMT:dll_dllmain.obj + 0003:00021e70 _GS_ExceptionRecord 100cde70 LIBCMT:gs_report.obj + 0003:00021ec0 _GS_ContextRecord 100cdec0 LIBCMT:gs_report.obj + 0003:00022198 ?program_name@?1???$common_configure_argv@D@@YAHW4_crt_argv_mode@@@Z@4PADA 100ce198 libucrt:argv_parsing.obj + 0003:000222bc ?internal_pst@?1??__c16rtomb_utf8@__crt_mbstring@@YAIPAD_SPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z@4U3@A 100ce2bc libucrt:c16rtomb.obj + 0004:00000060 $R000000 100cf060 * linker generated manifest res * diff --git a/nampower/helper.cpp b/nampower/helper.cpp index 5141b82..2b43f92 100644 --- a/nampower/helper.cpp +++ b/nampower/helper.cpp @@ -292,6 +292,63 @@ namespace Nampower { return guidStr; } + void PushGuidString(uintptr_t *luaState, uint64_t guid) { + char guidStr[21] = {0}; + std::snprintf(guidStr, sizeof(guidStr), "0x%016llX", static_cast(guid)); + lua_pushstring(luaState, guidStr); + } + + bool IsReadableMemory(const void *ptr, size_t size) { + if (!ptr || size == 0) { + return false; + } + + auto current = reinterpret_cast(ptr); + auto remaining = size; + while (remaining > 0) { + MEMORY_BASIC_INFORMATION mbi = {}; + if (VirtualQuery(reinterpret_cast(current), &mbi, sizeof(mbi)) == 0) { + return false; + } + + if (mbi.State != MEM_COMMIT) { + return false; + } + + if ((mbi.Protect & (PAGE_NOACCESS | PAGE_GUARD)) != 0) { + return false; + } + + auto regionEnd = reinterpret_cast(mbi.BaseAddress) + mbi.RegionSize; + if (regionEnd <= current) { + return false; + } + + auto chunk = static_cast(regionEnd - current); + if (chunk > remaining) { + chunk = remaining; + } + + remaining -= chunk; + current += chunk; + } + + return true; + } + + bool SafeReadMemory(const void *address, void *out, size_t size) { + if (!out || size == 0) { + return false; + } + + if (!IsReadableMemory(address, size)) { + return false; + } + + std::memcpy(out, address, size); + return true; + } + uint64_t GetUnitGuidFromString(const char *unitToken) { if (!unitToken) { return 0; diff --git a/nampower/helper.hpp b/nampower/helper.hpp index b640482..9e4a7de 100644 --- a/nampower/helper.hpp +++ b/nampower/helper.hpp @@ -71,6 +71,14 @@ namespace Nampower { bool IsSpellOnCooldown(uint32_t spellId); char *ConvertGuidToString(uint64_t guid); + void PushGuidString(uintptr_t *luaState, uint64_t guid); + bool IsReadableMemory(const void *ptr, size_t size); + bool SafeReadMemory(const void *address, void *out, size_t size); + + template + inline bool SafeRead(const void *address, T &out) { + return SafeReadMemory(address, &out, sizeof(T)); + } uint64_t GetUnitGuidFromLuaParam(uintptr_t *luaState, int paramIndex); @@ -116,4 +124,4 @@ namespace Nampower { lua_pushstring(luaState, const_cast(value)); lua_settable(luaState, -3); } -} \ No newline at end of file +} diff --git a/nampower/main.cpp b/nampower/main.cpp index e2edfde..2c43909 100644 --- a/nampower/main.cpp +++ b/nampower/main.cpp @@ -1698,6 +1698,9 @@ namespace Nampower { char getSpellPower[] = "GetSpellPower"; RegisterLuaFunction(getSpellPower, reinterpret_cast(Script_GetSpellPower)); + char learnTalentRank[] = "LearnTalentRank"; + RegisterLuaFunction(learnTalentRank, reinterpret_cast(Script_LearnTalentRank)); + } void load() { diff --git a/nampower/main.hpp b/nampower/main.hpp index bde9f47..4761a2c 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 = 34; + constexpr uint32_t MINOR_VERSION = 35; 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 e99708e..54146a5 100644 --- a/nampower/misc_scripts.cpp +++ b/nampower/misc_scripts.cpp @@ -259,6 +259,121 @@ namespace Nampower { return 0; } + uint32_t Script_LearnTalentRank(uintptr_t *luaState) { + luaState = GetLuaStatePtr(); + + if (!lua_isnumber(luaState, 1) || !lua_isnumber(luaState, 2) || !lua_isnumber(luaState, 3)) { + lua_error(luaState, "Usage: LearnTalentRank(talentPage, talentIndex, rank)"); + return 0; + } + + constexpr uintptr_t CGTalentInfo_m_talentTabs = 0x00BDCD24; + constexpr uintptr_t CGTalentInfo_m_talents = 0x00BDCD28; + constexpr uint32_t CMSG_LEARN_TALENT = 0x0251; + + auto talentPage = static_cast(lua_tonumber(luaState, 1)); + auto talentIndex = static_cast(lua_tonumber(luaState, 2)); + auto requestedRank = static_cast(lua_tonumber(luaState, 3)); + + if (talentPage < 1 || talentPage > 3) { + lua_error(luaState, "LearnTalentRank: talentPage must be in range 1-3"); + return 0; + } + if (talentIndex < 1 || talentIndex > 32) { + lua_error(luaState, "LearnTalentRank: talentIndex must be in range 1-32"); + return 0; + } + if (requestedRank < 1 || requestedRank > 5) { + lua_error(luaState, "LearnTalentRank: rank must be in range 1-5"); + return 0; + } + + auto const playerGuid = game::ClntObjMgrGetActivePlayerGuid(); + auto *playerUnit = game::ClntObjMgrObjectPtr(game::TYPEMASK_PLAYER, playerGuid); + if (!playerUnit) { + lua_error(luaState, "LearnTalentRank: active player not available"); + return 0; + } + + auto talentPage0Index = talentPage - 1; + auto talentIndex0 = talentIndex - 1; + int32_t talentTabCount = 0; + if (!SafeRead(reinterpret_cast(CGTalentInfo_m_talentTabs), talentTabCount)) { + lua_error(luaState, "LearnTalentRank: unable to read talent tab count"); + return 0; + } + + if (talentPage0Index < 0 || talentPage0Index >= talentTabCount || talentIndex0 < 0) { + lua_error(luaState, "LearnTalentRank: talent page/index out of bounds"); + return 0; + } + + uintptr_t talentsBase = 0; + if (!SafeRead(reinterpret_cast(CGTalentInfo_m_talents), talentsBase)) { + lua_error(luaState, "LearnTalentRank: unable to read talents base pointer"); + return 0; + } + + if (talentsBase == 0) { + lua_error(luaState, "LearnTalentRank: talents base pointer is null"); + return 0; + } + + auto talentTabSlotAddr = talentsBase + static_cast(talentPage0Index) * sizeof(uint32_t); + uintptr_t talentTabPtr = 0; + if (!SafeRead(reinterpret_cast(talentTabSlotAddr), talentTabPtr)) { + lua_error(luaState, "LearnTalentRank: unable to read talent tab pointer"); + return 0; + } + + if (talentTabPtr == 0) { + lua_error(luaState, "LearnTalentRank: talent tab pointer is null"); + return 0; + } + + uint32_t talentCountInTab = 0; + uintptr_t talentListBase = 0; + if (!SafeRead(reinterpret_cast(talentTabPtr + 0x8), talentCountInTab) || + !SafeRead(reinterpret_cast(talentTabPtr + 0xC), talentListBase)) { + lua_error(luaState, "LearnTalentRank: unable to read talent tab metadata"); + return 0; + } + + if (talentCountInTab == 0 || talentCountInTab >= 512 || talentListBase == 0) { + lua_error(luaState, "LearnTalentRank: invalid talent tab metadata"); + return 0; + } + + if (talentIndex0 >= static_cast(talentCountInTab)) { + lua_error(luaState, "LearnTalentRank: talent index not present in selected tab"); + return 0; + } + + auto talentEntryPtr = talentListBase + static_cast(talentIndex0) * 0x54; + int32_t talentId = 0; + if (!SafeRead(reinterpret_cast(talentEntryPtr), talentId)) { + lua_error(luaState, "LearnTalentRank: unable to read talent entry"); + return 0; + } + if (talentId <= 0 || talentId >= 200000) { + lua_error(luaState, "LearnTalentRank: resolved invalid talentId"); + return 0; + } + + auto requestedRank0Index = requestedRank - 1; + auto dataStore = CDataStore(); + dataStore.Put(CMSG_LEARN_TALENT); + dataStore.Put(static_cast(talentId)); + dataStore.Put(static_cast(requestedRank0Index)); + dataStore.Finalize(); + + auto const clientServicesSend = reinterpret_cast(Offsets::ClientServices_Send); + clientServicesSend(&dataStore); + + lua_pushnumber(luaState, 1); + return 1; + } + bool RunQueuedScript(int priority) { if (gScriptQueued && gScriptPriority == priority) { auto currentTime = GetTime(); @@ -492,8 +607,33 @@ namespace Nampower { GetTableRef(luaState, unitDataTableRef); } - // Push all simple fields using descriptors - PushFieldsToLua(luaState, unitFields, unitFieldsFields, unitFieldsFieldsCount); + // Push all simple fields using descriptors. + // UnitFields UINT64 members are GUID/object references and must be Lua strings. + for (size_t i = 0; i < unitFieldsFieldsCount; ++i) { + const auto &field = unitFieldsFields[i]; + lua_pushstring(luaState, const_cast(field.name)); + + const char *fieldPtr = reinterpret_cast(unitFields) + field.offset; + switch (field.type) { + case FieldType::UINT32: + lua_pushnumber(luaState, *reinterpret_cast(fieldPtr)); + break; + case FieldType::UINT8: + lua_pushnumber(luaState, *reinterpret_cast(fieldPtr)); + break; + case FieldType::FLOAT: + lua_pushnumber(luaState, *reinterpret_cast(fieldPtr)); + break; + case FieldType::UINT64: + PushGuidString(luaState, *reinterpret_cast(fieldPtr)); + break; + default: + lua_pushnil(luaState); + break; + } + + lua_settable(luaState, -3); + } // Push all array fields using descriptors with or without references based on copy parameter if (useCopy) { @@ -559,7 +699,7 @@ namespace Nampower { lua_pushnumber(luaState, *reinterpret_cast(fieldPtr)); return 1; case FieldType::UINT64: - lua_pushnumber(luaState, static_cast(*reinterpret_cast(fieldPtr))); + PushGuidString(luaState, *reinterpret_cast(fieldPtr)); return 1; case FieldType::FLOAT: lua_pushnumber(luaState, *reinterpret_cast(fieldPtr)); diff --git a/nampower/misc_scripts.hpp b/nampower/misc_scripts.hpp index 5bd44d7..ee51789 100644 --- a/nampower/misc_scripts.hpp +++ b/nampower/misc_scripts.hpp @@ -37,6 +37,7 @@ namespace Nampower { uint32_t Script_GetItemIconTexture(uintptr_t *luaState); uint32_t Script_GetSpellIconTexture(uintptr_t *luaState); + uint32_t Script_LearnTalentRank(uintptr_t *luaState); bool RunQueuedScript(int priority);