From 13b2bd0d3ce6bbdc07b2fbbc0114c8e972114505 Mon Sep 17 00:00:00 2001 From: avitasia Date: Sun, 15 Feb 2026 10:36:21 -0800 Subject: [PATCH] add PlayerisMoving/Swimming/Rooted functions --- README.md | 1 + SCRIPTS.md | 55 + nampower.map | 19792 +++++++++++++++++----------------- nampower/CMakeLists.txt | 2 + nampower/game.hpp | 28 + nampower/main.cpp | 10 + nampower/main.hpp | 2 +- nampower/player_scripts.cpp | 63 + nampower/player_scripts.hpp | 14 + 9 files changed, 10074 insertions(+), 9893 deletions(-) create mode 100644 nampower/player_scripts.cpp create mode 100644 nampower/player_scripts.hpp diff --git a/README.md b/README.md index 6d0910f..177145e 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ 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) +- Player movement state queries (PlayerIsMoving, PlayerIsRooted, PlayerIsSwimming) - Talent helpers (LearnTalentRank) - Spell lookups and utilities diff --git a/SCRIPTS.md b/SCRIPTS.md index 1889ee4..4d678c7 100644 --- a/SCRIPTS.md +++ b/SCRIPTS.md @@ -47,6 +47,10 @@ For custom events, see [EVENTS.md](EVENTS.md). For installation, configuration, - [GetTrinkets](#gettrinketscopy) - [GetTrinketCooldown](#gettrinketcooldownslotitemidorname) - [UseTrinket](#usetrinketslotitemidorname-target) + - [Player State](#player-state) + - [PlayerIsMoving](#playerismoving) + - [PlayerIsRooted](#playerisrooted) + - [PlayerIsSwimming](#playerisswimming) - [Utility Functions](#utility-functions) - [DisenchantAll](#disenchantallitemidorname-includesoulbound-or-disenchantallquality-includesoulbound) --- @@ -1068,6 +1072,57 @@ Will stop channeling early on the next tick if you have queue channeling spells --- +### Player State + +#### PlayerIsMoving() +Returns whether the active player is currently moving. + +**Returns:** +- `1` if the player is moving (forward, backward, strafing, jumping, falling, pitching, or on spline elevation) +- `nil` if the player is stationary + +**Examples:** +```lua +-- Check if player is moving +if PlayerIsMoving() == 1 then + print("Player is moving") +else + print("Player is stationary") +end +``` + +#### PlayerIsRooted() +Returns whether the active player is currently rooted (unable to move). + +**Returns:** +- `1` if the player is rooted +- `nil` if the player is not rooted + +**Examples:** +```lua +-- Check if player is rooted +if PlayerIsRooted() == 1 then + print("Player is rooted!") +end +``` + +#### PlayerIsSwimming() +Returns whether the active player is currently swimming. + +**Returns:** +- `1` if the player is swimming +- `nil` if the player is not swimming + +**Examples:** +```lua +-- Check if player is swimming +if PlayerIsSwimming() == 1 then + print("Player is swimming") +end +``` + +--- + ### Utility Functions #### DisenchantAll(itemIdOrName, [includeSoulbound]) or DisenchantAll(quality, [includeSoulbound]) diff --git a/nampower.map b/nampower.map index 38bda1d..e87d090 100644 --- a/nampower.map +++ b/nampower.map @@ -1,14 +1,14 @@ nampower - Timestamp is 698e53ef (Thu Feb 12 14:27:59 2026) + Timestamp is 699211ba (Sun Feb 15 10:34:34 2026) Preferred load address is 10000000 Start Length Name Class 0001:00000000 000009e0H .text$di CODE - 0001:000009e0 000808b0H .text$mn CODE - 0001:00081290 00005310H .text$x CODE - 0001:000865a0 00000a7eH .text$yd CODE + 0001:000009e0 00080aa0H .text$mn CODE + 0001:00081480 00005320H .text$x CODE + 0001:000867a0 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 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 + 0002:00000380 00018200H .rdata DATA + 0002:00018580 00000000H .rdata$CastGuardVftablesA DATA + 0002:00018580 00000000H .rdata$CastGuardVftablesC DATA + 0002:00018580 00000018H .rdata$T DATA + 0002:00018598 00002d50H .rdata$r DATA + 0002:0001b2e8 000003b8H .rdata$sxdata DATA + 0002:0001b6a0 00000118H .rdata$voltmd DATA + 0002:0001b7b8 00000398H .rdata$zzzdbg DATA + 0002:0001bb50 00000004H .rtc$IAA DATA + 0002:0001bb54 00000004H .rtc$IZZ DATA + 0002:0001bb58 00000004H .rtc$TAA DATA + 0002:0001bb5c 00000004H .rtc$TZZ DATA + 0002:0001bb60 00000004H .tls DATA + 0002:0001bb64 0000000cH .tls$ DATA + 0002:0001bb70 00000008H .tls$ZZZ DATA + 0002:0001bb78 00006168H .xdata$x DATA + 0002:00021ce0 00000044H .edata DATA + 0002:00021d24 00000028H .idata$2 DATA + 0002:00021d4c 00000014H .idata$3 DATA + 0002:00021d60 000001e0H .idata$4 DATA + 0002:00021f40 000008e0H .idata$6 DATA 0003:00000000 000138a0H .data DATA 0003:000138a0 00001168H .data$r DATA 0003:00014a08 00002318H .data$rs DATA @@ -1189,1581 +1189,1584 @@ 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 + 0001:00033d20 ?LuaCall@Nampower@@YAXPBD@Z 10034d20 f main.cpp.obj + 0001:00033d30 ?OnSpriteRightClickHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@_K@Z 10034d30 f main.cpp.obj + 0001:00033dd0 ?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 10034dd0 f i main.cpp.obj + 0001:00033ee0 ?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 10034ee0 f i main.cpp.obj + 0001:00033ff0 ?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10034ff0 f i main.cpp.obj + 0001:000343e0 ?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100353e0 f i main.cpp.obj + 0001:000344f0 ?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 100354f0 f main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:00034620 ?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10035620 f i main.cpp.obj + 0001:000346b0 ?RemovePatch@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 100356b0 f i main.cpp.obj + 0001:000346f0 ?RemovePatch@?$PatchDetour@P6GXXZPAX@hadesmem@@MAEXXZ 100356f0 f i main.cpp.obj + 0001:00034730 ?RemovePatch@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10035730 f i main.cpp.obj + 0001:00034770 ?RemovePatch@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MAEXXZ 10035770 f i main.cpp.obj + 0001:000347b0 ?RemovePatch@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MAEXXZ 100357b0 f i main.cpp.obj + 0001:000347f0 ?RemovePatch@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MAEXXZ 100357f0 f i main.cpp.obj + 0001:00034830 ?RemovePatch@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MAEXXZ 10035830 f i main.cpp.obj + 0001:00034870 ?RemovePatch@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MAEXXZ 10035870 f i main.cpp.obj + 0001:000348b0 ?RemovePatch@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MAEXXZ 100358b0 f i main.cpp.obj + 0001:000348f0 ?RemovePatch@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MAEXXZ 100358f0 f i main.cpp.obj + 0001:00034930 ?RemovePatch@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MAEXXZ 10035930 f i main.cpp.obj + 0001:00034970 ?RemovePatch@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MAEXXZ 10035970 f i main.cpp.obj + 0001:000349b0 ?RemovePatch@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MAEXXZ 100359b0 f i main.cpp.obj + 0001:000349f0 ?RemovePatch@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MAEXXZ 100359f0 f i main.cpp.obj + 0001:00034a30 ?RemovePatch@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MAEXXZ 10035a30 f i main.cpp.obj + 0001:00034a70 ?RemovePatch@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MAEXXZ 10035a70 f i main.cpp.obj + 0001:00034ab0 ?RemovePatch@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MAEXXZ 10035ab0 f i main.cpp.obj + 0001:00034af0 ?RemovePatch@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MAEXXZ 10035af0 f i main.cpp.obj + 0001:00034b30 ?RemovePatch@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MAEXXZ 10035b30 f i main.cpp.obj + 0001:00034b70 ?RemovePatch@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10035b70 f i main.cpp.obj + 0001:00034bb0 ?RemovePatch@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MAEXXZ 10035bb0 f i main.cpp.obj + 0001:00034bf0 ?RemovePatch@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10035bf0 f i main.cpp.obj + 0001:00034c30 ?RemovePatch@?$PatchDetour@P6IXXZPAX@hadesmem@@MAEXXZ 10035c30 f i main.cpp.obj + 0001:00034c70 ?RemovePatch@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MAEXXZ 10035c70 f i main.cpp.obj + 0001:00034cb0 ?RemovePatch@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MAEXXZ 10035cb0 f i main.cpp.obj + 0001:00034cf0 ?RemovePatch@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MAEXXZ 10035cf0 f i main.cpp.obj + 0001:00034d30 ?RemovePatch@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MAEXXZ 10035d30 f i main.cpp.obj + 0001:00034d70 ?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035d70 f i main.cpp.obj + 0001:00034e50 ?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10035e50 f i main.cpp.obj + 0001:00034f40 ?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035f40 f i main.cpp.obj + 0001:00035020 ?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10036020 f i main.cpp.obj + 0001:00035100 ?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10036100 f i main.cpp.obj + 0001:000351e0 ?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100361e0 f i main.cpp.obj + 0001:000352c0 ?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100362c0 f i main.cpp.obj + 0001:000353a0 ?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100363a0 f i main.cpp.obj + 0001:00035480 ?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10036480 f i main.cpp.obj + 0001:00035560 ?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 10036560 f i main.cpp.obj + 0001:00035640 ?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10036640 f i main.cpp.obj + 0001:00035720 ?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10036720 f i main.cpp.obj + 0001:00035800 ?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10036800 f i main.cpp.obj + 0001:000358e0 ?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100368e0 f i main.cpp.obj + 0001:000359c0 ?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100369c0 f i main.cpp.obj + 0001:00035aa0 ?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 10036aa0 f i main.cpp.obj + 0001:00035b80 ?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10036b80 f i main.cpp.obj + 0001:00035c60 ?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10036c60 f i main.cpp.obj + 0001:00035d40 ?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10036d40 f i main.cpp.obj + 0001:00035e20 ?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10036e20 f i main.cpp.obj + 0001:00035f00 ?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10036f00 f i main.cpp.obj + 0001:00035fe0 ?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10036fe0 f i main.cpp.obj + 0001:000360c0 ?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100370c0 f i main.cpp.obj + 0001:000361a0 ?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100371a0 f i main.cpp.obj + 0001:00036280 ?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10037280 f i main.cpp.obj + 0001:00036360 ?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10037360 f i main.cpp.obj + 0001:00036440 ?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10037440 f i main.cpp.obj + 0001:00036520 ?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 10037520 f i main.cpp.obj + 0001:00036650 ?ResetCastFlags@Nampower@@YAXXZ 10037650 f main.cpp.obj + 0001:000366b0 ?ResetChannelingFlags@Nampower@@YAXXZ 100376b0 f main.cpp.obj + 0001:000366f0 ?ResetDisenchantState@Nampower@@YAXXZ 100376f0 f main.cpp.obj + 0001:00036720 ?ResetOnSwingFlags@Nampower@@YAXXZ 10037720 f main.cpp.obj + 0001:00036740 ?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 10037740 f i main.cpp.obj + 0001:00036800 ?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 10037800 f i main.cpp.obj + 0001:00036940 ?Script_SetCVarHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAI@Z 10037940 f main.cpp.obj + 0001:000369b0 ?SetSelectionTarget@Nampower@@YAX_K@Z 100379b0 f main.cpp.obj + 0001:00036ad0 ?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 10037ad0 f i main.cpp.obj + 0001:00036b80 ?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 10037b80 f i main.cpp.obj + 0001:00036b80 ?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 10037b80 f i main.cpp.obj + 0001:00036c20 ?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 10037c20 f i main.cpp.obj + 0001:00036ce0 ?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 10037ce0 f i main.cpp.obj + 0001:00036ce0 ?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 10037ce0 f i main.cpp.obj + 0001:00036ce0 ?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 10037ce0 f i main.cpp.obj + 0001:00036ce0 ?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 10037ce0 f i main.cpp.obj + 0001:00036d80 ?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 10037d80 f i main.cpp.obj + 0001:00036e30 ?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 10037e30 f i main.cpp.obj + 0001:00036ef0 ?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z 10037ef0 f i main.cpp.obj + 0001:00036fa0 ?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 10037fa0 f i main.cpp.obj + 0001:00037050 ?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 10038050 f i main.cpp.obj + 0001:000370f0 ?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 100380f0 f i main.cpp.obj + 0001:000370f0 ?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 100380f0 f i main.cpp.obj + 0001:000370f0 ?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 100380f0 f i main.cpp.obj + 0001:000370f0 ?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 100380f0 f i main.cpp.obj + 0001:000371b0 ?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 100381b0 f i main.cpp.obj + 0001:00037270 ?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 10038270 f i main.cpp.obj + 0001:00037340 ?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z 10038340 f i main.cpp.obj + 0001:00037400 ?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 10038400 f i main.cpp.obj + 0001:00037400 ?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 10038400 f i main.cpp.obj + 0001:000374c0 ?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 100384c0 f i main.cpp.obj + 0001:00037570 ?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 10038570 f i main.cpp.obj + 0001:00037620 ?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 10038620 f i main.cpp.obj + 0001:000376e0 ?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 100386e0 f i main.cpp.obj + 0001:000377b0 ?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 100387b0 f i main.cpp.obj + 0001:00037880 ?SuspendThread@hadesmem@@YAKABVThread@1@@Z 10038880 f i main.cpp.obj + 0001:000379a0 ?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100389a0 f main.cpp.obj + 0001:00037a40 ?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 10038a40 f i main.cpp.obj + 0001:00037b40 ?TraceFormatImpl@@YAXPBDABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 10038b40 f i main.cpp.obj + 0001:00037c30 ?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 10038c30 f i main.cpp.obj + 0001:00037de0 ?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 10038de0 f i main.cpp.obj + 0001:00037f40 ?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10038f40 f i main.cpp.obj + 0001:000382a0 ?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 100392a0 f i main.cpp.obj + 0001:00038400 ?WritePatch@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10039400 f i main.cpp.obj + 0001:00038440 ?WritePatch@?$PatchDetour@P6GXXZPAX@hadesmem@@MAEXXZ 10039440 f i main.cpp.obj + 0001:00038480 ?WritePatch@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10039480 f i main.cpp.obj + 0001:000384c0 ?WritePatch@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MAEXXZ 100394c0 f i main.cpp.obj + 0001:00038500 ?WritePatch@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MAEXXZ 10039500 f i main.cpp.obj + 0001:00038540 ?WritePatch@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MAEXXZ 10039540 f i main.cpp.obj + 0001:00038580 ?WritePatch@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MAEXXZ 10039580 f i main.cpp.obj + 0001:000385c0 ?WritePatch@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MAEXXZ 100395c0 f i main.cpp.obj + 0001:00038600 ?WritePatch@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MAEXXZ 10039600 f i main.cpp.obj + 0001:00038640 ?WritePatch@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MAEXXZ 10039640 f i main.cpp.obj + 0001:00038680 ?WritePatch@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MAEXXZ 10039680 f i main.cpp.obj + 0001:000386c0 ?WritePatch@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MAEXXZ 100396c0 f i main.cpp.obj + 0001:00038700 ?WritePatch@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MAEXXZ 10039700 f i main.cpp.obj + 0001:00038740 ?WritePatch@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MAEXXZ 10039740 f i main.cpp.obj + 0001:00038780 ?WritePatch@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MAEXXZ 10039780 f i main.cpp.obj + 0001:000387c0 ?WritePatch@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MAEXXZ 100397c0 f i main.cpp.obj + 0001:00038800 ?WritePatch@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MAEXXZ 10039800 f i main.cpp.obj + 0001:00038840 ?WritePatch@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MAEXXZ 10039840 f i main.cpp.obj + 0001:00038880 ?WritePatch@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MAEXXZ 10039880 f i main.cpp.obj + 0001:000388c0 ?WritePatch@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 100398c0 f i main.cpp.obj + 0001:00038900 ?WritePatch@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MAEXXZ 10039900 f i main.cpp.obj + 0001:00038940 ?WritePatch@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10039940 f i main.cpp.obj + 0001:00038980 ?WritePatch@?$PatchDetour@P6IXXZPAX@hadesmem@@MAEXXZ 10039980 f i main.cpp.obj + 0001:000389c0 ?WritePatch@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MAEXXZ 100399c0 f i main.cpp.obj + 0001:00038a00 ?WritePatch@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MAEXXZ 10039a00 f i main.cpp.obj + 0001:00038a40 ?WritePatch@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MAEXXZ 10039a40 f i main.cpp.obj + 0001:00038a80 ?WritePatch@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MAEXXZ 10039a80 f i main.cpp.obj + 0001:00038ac0 ?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10039ac0 f i main.cpp.obj + 0001:00038bd0 ?_Buy_nonzero@?$vector@DV?$allocator@D@std@@@std@@AAEXI@Z 10039bd0 f i main.cpp.obj + 0001:00038bd0 ?_Buy_nonzero@?$vector@EV?$allocator@E@std@@@std@@AAEXI@Z 10039bd0 f i main.cpp.obj + 0001:00038c60 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@2@PAX@Z 10039c60 f i main.cpp.obj + 0001:00038c60 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@2@PAX@Z 10039c60 f i main.cpp.obj + 0001:00038c80 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039c80 f i main.cpp.obj + 0001:00038c80 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039c80 f i main.cpp.obj + 0001:00038ca0 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@2@PAX@Z 10039ca0 f i main.cpp.obj + 0001:00038ca0 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@2@PAX@Z 10039ca0 f i main.cpp.obj + 0001:00038cc0 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10039cc0 f i main.cpp.obj + 0001:00038cc0 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10039cc0 f i main.cpp.obj + 0001:00038ce0 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@2@PAX@Z 10039ce0 f i main.cpp.obj + 0001:00038ce0 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@2@PAX@Z 10039ce0 f i main.cpp.obj + 0001:00038d00 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039d00 f i main.cpp.obj + 0001:00038d00 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039d00 f i main.cpp.obj + 0001:00038d20 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@2@PAX@Z 10039d20 f i main.cpp.obj + 0001:00038d20 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@2@PAX@Z 10039d20 f i main.cpp.obj + 0001:00038d40 ?_Copy@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEPAV?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039d40 f i main.cpp.obj + 0001:00038d40 ?_Move@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEPAV?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10039d40 f i main.cpp.obj + 0001:00038d60 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@@2@PAX@Z 10039d60 f i main.cpp.obj + 0001:00038d60 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@@2@PAX@Z 10039d60 f i main.cpp.obj + 0001:00038d80 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@2@PAX@Z 10039d80 f i main.cpp.obj + 0001:00038d80 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@2@PAX@Z 10039d80 f i main.cpp.obj + 0001:00038da0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@2@PAX@Z 10039da0 f i main.cpp.obj + 0001:00038da0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@2@PAX@Z 10039da0 f i main.cpp.obj + 0001:00038dc0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@2@PAX@Z 10039dc0 f i main.cpp.obj + 0001:00038dc0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@2@PAX@Z 10039dc0 f i main.cpp.obj + 0001:00038de0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@2@PAX@Z 10039de0 f i main.cpp.obj + 0001:00038de0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@2@PAX@Z 10039de0 f i main.cpp.obj + 0001:00038e00 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@2@PAX@Z 10039e00 f i main.cpp.obj + 0001:00038e00 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@2@PAX@Z 10039e00 f i main.cpp.obj + 0001:00038e20 ?_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 10039e20 f i main.cpp.obj + 0001:00038e20 ?_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 10039e20 f i main.cpp.obj + 0001:00038e40 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@2@PAX@Z 10039e40 f i main.cpp.obj + 0001:00038e40 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@2@PAX@Z 10039e40 f i main.cpp.obj + 0001:00038e60 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@2@PAX@Z 10039e60 f i main.cpp.obj + 0001:00038e60 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@2@PAX@Z 10039e60 f i main.cpp.obj + 0001:00038e80 ?_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 10039e80 f i main.cpp.obj + 0001:00038e80 ?_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 10039e80 f i main.cpp.obj + 0001:00038ea0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@2@PAX@Z 10039ea0 f i main.cpp.obj + 0001:00038ea0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@2@PAX@Z 10039ea0 f i main.cpp.obj + 0001:00038ec0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@2@PAX@Z 10039ec0 f i main.cpp.obj + 0001:00038ec0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@2@PAX@Z 10039ec0 f i main.cpp.obj + 0001:00038ee0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@2@PAX@Z 10039ee0 f i main.cpp.obj + 0001:00038ee0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@2@PAX@Z 10039ee0 f i main.cpp.obj + 0001:00038f00 ?_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 10039f00 f i main.cpp.obj + 0001:00038f00 ?_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 10039f00 f i main.cpp.obj + 0001:00038f20 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10039f20 f i main.cpp.obj + 0001:00038f20 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10039f20 f i main.cpp.obj + 0001:00038f40 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@2@PAX@Z 10039f40 f i main.cpp.obj + 0001:00038f40 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@2@PAX@Z 10039f40 f i main.cpp.obj + 0001:00038f60 ?_Copy@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEPAV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@2@PAX@Z 10039f60 f i main.cpp.obj + 0001:00038f60 ?_Move@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAEPAV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@2@PAX@Z 10039f60 f i main.cpp.obj + 0001:00038f80 ?_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 10039f80 f i main.cpp.obj + 0001:00038f80 ?_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 10039f80 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fa0 ?_Delete_this@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EAEX_N@Z 10039fa0 f i main.cpp.obj + 0001:00038fc0 ?_Delete_this@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10039fc0 f i main.cpp.obj + 0001:00038fc0 ?_Delete_this@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10039fc0 f i main.cpp.obj + 0001:00038fd0 ?_Destroy@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10039fd0 f i main.cpp.obj + 0001:00038fd0 ?_Destroy@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 10039fd0 f i main.cpp.obj + 0001:00038ff0 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAI11$$QAPAVCDataStore@Nampower@@@Z 10039ff0 f i main.cpp.obj + 0001:00038ff0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAPAX$$QAI3@Z 10039ff0 f i main.cpp.obj + 0001:00038ff0 ?_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 10039ff0 f i main.cpp.obj + 0001:00039020 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 1003a020 f i main.cpp.obj + 0001:00039020 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 1003a020 f i main.cpp.obj + 0001:00039020 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAPAUCTerrainClickEvent@game@@@Z 1003a020 f i main.cpp.obj + 0001:00039020 ?_Do_call@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEPAH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 1003a020 f i main.cpp.obj + 0001:00039020 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI@Z 1003a020 f i main.cpp.obj + 0001:00039040 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAPAVCDataStore@Nampower@@@Z 1003a040 f i main.cpp.obj + 0001:00039040 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAH$$QAI@Z 1003a040 f i main.cpp.obj + 0001:00039060 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QA_K@Z 1003a060 f i main.cpp.obj + 0001:00039060 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QA_K@Z 1003a060 f i main.cpp.obj + 0001:00039080 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAH$$QAPAI2@Z 1003a080 f i main.cpp.obj + 0001:00039080 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI$$QAH2@Z 1003a080 f i main.cpp.obj + 0001:00039080 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX1$$QAI@Z 1003a080 f i main.cpp.obj + 0001:00039080 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX1$$QAPAVCDataStore@Nampower@@@Z 1003a080 f i main.cpp.obj + 0001:00039080 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX$$QAH2@Z 1003a080 f i main.cpp.obj + 0001:000390b0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@@Z 1003a0b0 f i main.cpp.obj + 0001:000390c0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAE$$QAH@Z 1003a0c0 f i main.cpp.obj + 0001:000390e0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI$$QAH$$QA_K@Z 1003a0e0 f i main.cpp.obj + 0001:00039110 ?_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 1003a110 f i main.cpp.obj + 0001:00039150 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAPAX$$QAH$$QAE@Z 1003a150 f i main.cpp.obj + 0001:00039180 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAUSpellCast@game@@$$QAD@Z 1003a180 f i main.cpp.obj + 0001:000391a0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QA_N1$$QAW4SpellCastResult@game@@@Z 1003a1a0 f i main.cpp.obj + 0001:000391d0 ?_Do_call@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAE_N$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI1$$QAI$$QAM@Z 1003a1d0 f i main.cpp.obj + 0001:00039210 ?_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 1003a210 f i main.cpp.obj + 0001:00039240 ?_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 1003a240 f i main.cpp.obj + 0001:00039550 ?_Ffmt@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABAPADPADDH@Z 1003a550 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039610 ?_Get@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EBEPBXXZ 1003a610 f i main.cpp.obj + 0001:00039620 ?_Get_deleter@_Ref_count_base@std@@UBEPAXABVtype_info@@@Z 1003a620 f i main.cpp.obj + 0001:00039620 ?get_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a620 f i main.cpp.obj + 0001:00039620 ?get_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a620 f i main.cpp.obj + 0001:00039620 ?get_deleter@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a620 f i main.cpp.obj + 0001:00039620 ?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 1003a620 f i main.cpp.obj + 0001:00039620 ?get_deleter@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a620 f i main.cpp.obj + 0001:00039620 ?get_local_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a620 f i main.cpp.obj + 0001:00039620 ?get_local_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a620 f i main.cpp.obj + 0001:00039620 ?get_local_deleter@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a620 f i main.cpp.obj + 0001:00039620 ?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 1003a620 f i main.cpp.obj + 0001:00039620 ?get_local_deleter@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 1003a620 f i main.cpp.obj + 0001:00039630 ?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 1003a630 f i main.cpp.obj + 0001:000397b0 ?_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 1003a7b0 f i spell_scripts.cpp.obj + 0001:000397b0 ?_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 1003a7b0 f i main.cpp.obj + 0001:000397b0 ?_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 1003a7b0 f i main.cpp.obj + 0001:000399a0 ?_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 1003a9a0 f i main.cpp.obj + 0001:00039d20 ?_Lrotate@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEXPAU?$_Tree_node@KPAX@2@@Z 1003ad20 f i main.cpp.obj + 0001:00039d70 ?_Min@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@SAPAU?$_Tree_node@KPAX@2@PAU32@@Z 1003ad70 f i main.cpp.obj + 0001:00039d90 ?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 1003ad90 f i main.cpp.obj + 0001:00039e70 ?_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 1003ae70 f i main.cpp.obj + 0001:00039ee0 ?_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 1003aee0 f i main.cpp.obj + 0001:00039f50 ?_Rrotate@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEXPAU?$_Tree_node@KPAX@2@@Z 1003af50 f i main.cpp.obj + 0001:00039fb0 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEABVtype_info@@XZ 1003afb0 f i main.cpp.obj + 0001:00039fc0 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEABVtype_info@@XZ 1003afc0 f i main.cpp.obj + 0001:00039fd0 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEABVtype_info@@XZ 1003afd0 f i main.cpp.obj + 0001:00039fe0 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEABVtype_info@@XZ 1003afe0 f i main.cpp.obj + 0001:00039ff0 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEABVtype_info@@XZ 1003aff0 f i main.cpp.obj + 0001:0003a000 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEABVtype_info@@XZ 1003b000 f i main.cpp.obj + 0001:0003a010 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEABVtype_info@@XZ 1003b010 f i main.cpp.obj + 0001:0003a020 ?_Target_type@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEABVtype_info@@XZ 1003b020 f i main.cpp.obj + 0001:0003a030 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEABVtype_info@@XZ 1003b030 f i main.cpp.obj + 0001:0003a040 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@EBEABVtype_info@@XZ 1003b040 f i main.cpp.obj + 0001:0003a050 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEABVtype_info@@XZ 1003b050 f i main.cpp.obj + 0001:0003a060 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEABVtype_info@@XZ 1003b060 f i main.cpp.obj + 0001:0003a070 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEABVtype_info@@XZ 1003b070 f i main.cpp.obj + 0001:0003a080 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEABVtype_info@@XZ 1003b080 f i main.cpp.obj + 0001:0003a090 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EBEABVtype_info@@XZ 1003b090 f i main.cpp.obj + 0001:0003a0a0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@EBEABVtype_info@@XZ 1003b0a0 f i main.cpp.obj + 0001:0003a0b0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEABVtype_info@@XZ 1003b0b0 f i main.cpp.obj + 0001:0003a0c0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EBEABVtype_info@@XZ 1003b0c0 f i main.cpp.obj + 0001:0003a0d0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEABVtype_info@@XZ 1003b0d0 f i main.cpp.obj + 0001:0003a0e0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEABVtype_info@@XZ 1003b0e0 f i main.cpp.obj + 0001:0003a0f0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEABVtype_info@@XZ 1003b0f0 f i main.cpp.obj + 0001:0003a100 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EBEABVtype_info@@XZ 1003b100 f i main.cpp.obj + 0001:0003a110 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEABVtype_info@@XZ 1003b110 f i main.cpp.obj + 0001:0003a120 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEABVtype_info@@XZ 1003b120 f i main.cpp.obj + 0001:0003a130 ?_Target_type@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEABVtype_info@@XZ 1003b130 f i main.cpp.obj + 0001:0003a140 ?_Target_type@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EBEABVtype_info@@XZ 1003b140 f i main.cpp.obj + 0001:0003a150 ?_Throw_tree_length_error@std@@YAXXZ 1003b150 f i main.cpp.obj + 0001:0003a160 ?_Tidy@?$vector@UCastSpellParams@@V?$allocator@UCastSpellParams@@@std@@@std@@AAEXXZ 1003b160 f i main.cpp.obj + 0001:0003a1d0 ?_Tidy@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEXXZ 1003b1d0 f i main.cpp.obj + 0001:0003a230 ?_Xlength@?$vector@DV?$allocator@D@std@@@std@@CAXXZ 1003b230 f i main.cpp.obj + 0001:0003a230 ?_Xlength@?$vector@EV?$allocator@E@std@@@std@@CAXXZ 1003b230 f i main.cpp.obj + 0001:0003a230 ?_Xlength@?$vector@PAHV?$allocator@PAH@std@@@std@@CAXXZ 1003b230 f i lua_refs.cpp.obj + 0001:0003a230 ?_Xlength@?$vector@UCastSpellParams@@V?$allocator@UCastSpellParams@@@std@@@std@@CAXXZ 1003b230 f i main.cpp.obj + 0001:0003a230 ?_Xlength@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@CAXXZ 1003b230 f i main.cpp.obj + 0001:0003a240 ?addCustomEvent@Nampower@@YAXIPAD@Z 1003b240 f main.cpp.obj + 0001:0003a360 ?add_ref@error_info_container_impl@exception_detail@boost@@EBEXXZ 1003b360 f i main.cpp.obj + 0001:0003a370 ?append@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@ID@Z 1003b370 f i main.cpp.obj + 0001:0003a4d0 ?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@QBDI@Z 1003b4d0 f i main.cpp.obj + 0001:0003a5c0 ?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 1003b5c0 f i main.cpp.obj + 0001:0003a760 ?checkForStopChanneling@Nampower@@YAXXZ 1003b760 f main.cpp.obj + 0001:0003aa70 ?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 1003ba70 f i main.cpp.obj + 0001:0003aa8e ?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEPBVclone_base@23@XZ 1003ba8e f i main.cpp.obj + 0001:0003aaa0 ?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 1003baa0 f i main.cpp.obj + 0001:0003ab7a ?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEPBVclone_base@23@XZ 1003bb7a f i main.cpp.obj + 0001:0003ab90 ?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 1003bb90 f i main.cpp.obj + 0001:0003ac70 ?clone@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 1003bc70 f i main.cpp.obj + 0001:0003aca0 ?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 1003bca0 f i main.cpp.obj + 0001:0003ad20 ?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 1003bd20 f i main.cpp.obj + 0001:0003adc0 ?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 1003bdc0 f i main.cpp.obj + 0001:0003b080 ?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 1003c080 f i main.cpp.obj + 0001:0003b150 ?current_exception_diagnostic_information@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z 1003c150 f i main.cpp.obj + 0001:0003b1f0 ?deallocate@?$allocator@VSuspendedThread@hadesmem@@@std@@QAEXQAVSuspendedThread@hadesmem@@I@Z 1003c1f0 f i main.cpp.obj + 0001:0003b230 ?dec@std@@YAAAVios_base@1@AAV21@@Z 1003c230 f i main.cpp.obj + 0001:0003b250 ?destroy@sp_counted_base@detail@boost@@UAEXXZ 1003c250 f i main.cpp.obj + 0001:0003b260 ?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 1003c260 f i main.cpp.obj + 0001:0003b4a0 ?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 1003c4a0 f i main.cpp.obj + 0001:0003b900 ?dispose@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEXXZ 1003c900 f i main.cpp.obj + 0001:0003b900 ?dispose@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEXXZ 1003c900 f i main.cpp.obj + 0001:0003b910 ?dispose@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEXXZ 1003c910 f i main.cpp.obj + 0001:0003b910 ?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 1003c910 f i main.cpp.obj + 0001:0003b910 ?dispose@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEXXZ 1003c910 f i main.cpp.obj + 0001:0003b920 ?do_falsename@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003c920 f i main.cpp.obj + 0001:0003b960 ?do_grouping@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003c960 f i main.cpp.obj + 0001:0003b9a0 ?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DJ@Z 1003c9a0 f i main.cpp.obj + 0001:0003ba70 ?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 1003ca70 f i main.cpp.obj + 0001:0003bb40 ?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 1003cb40 f i main.cpp.obj + 0001:0003bd40 ?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 1003cd40 f i main.cpp.obj + 0001:0003bf40 ?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 1003cf40 f i main.cpp.obj + 0001:0003bfb0 ?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 1003cfb0 f i main.cpp.obj + 0001:0003c090 ?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 1003d090 f i main.cpp.obj + 0001:0003c170 ?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 1003d170 f i main.cpp.obj + 0001:0003c370 ?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 1003d370 f i main.cpp.obj + 0001:0003c710 ?do_thousands_sep@?$numpunct@D@std@@MBEDXZ 1003d710 f i main.cpp.obj + 0001:0003c720 ?do_truename@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003d720 f i main.cpp.obj + 0001:0003c760 ?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 1003d760 f i main.cpp.obj + 0001:0003c7a0 ?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 1003d7a0 f i main.cpp.obj + 0001:0003c8f0 ?get@error_info_container_impl@exception_detail@boost@@UBE?AV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 1003d8f0 f i main.cpp.obj + 0001:0003c970 ?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 1003d970 f i main.cpp.obj + 0001:0003ca30 ?hex@std@@YAAAVios_base@1@AAV21@@Z 1003da30 f i main.cpp.obj + 0001:0003ca60 ?initCustomEvents@Nampower@@YAXXZ 1003da60 f main.cpp.obj + 0001:0003d240 ?initHooks@Nampower@@YAXXZ 1003e240 f main.cpp.obj + 0001:0003def0 ?insert@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@IID@Z 1003eef0 f i main.cpp.obj + 0001:0003e0a0 ?loadConfig@Nampower@@YAXXZ 1003f0a0 f main.cpp.obj + 0001:0003f550 ?loadUserVar@Nampower@@YAXPBD@Z 10040550 f main.cpp.obj + 0001:0003f6e0 ?name_value_string@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@EBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 100406e0 f i main.cpp.obj + 0001:0003f700 ?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 10040700 f i main.cpp.obj + 0001:0003f720 ?now@steady_clock@chrono@std@@SA?AV?$time_point@Usteady_clock@chrono@std@@V?$duration@_JU?$ratio@$00$0DLJKMKAA@@std@@@23@@23@XZ 10040720 f i main.cpp.obj + 0001:0003f820 ?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 10040820 f i main.cpp.obj + 0001:0003f9a0 ?overflow@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHH@Z 100409a0 f i main.cpp.obj + 0001:0003faf0 ?pbackfail@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHH@Z 10040af0 f i main.cpp.obj + 0001:0003fb40 ?pop@CastQueue@Nampower@@QAE?AUCastSpellParams@@XZ 10040b40 f i main.cpp.obj + 0001:0003fbe0 ?processQueues@Nampower@@YA_NXZ 10040be0 f main.cpp.obj + 0001:0003fee0 ?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 10040ee0 f i main.cpp.obj + 0001:00040060 ?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 10041060 f i main.cpp.obj + 0001:000402d0 ?release@error_info_container_impl@exception_detail@boost@@EBE_NXZ 100412d0 f i main.cpp.obj + 0001:00040370 ?reset@?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@QAEXPAVAllocator@hadesmem@@@Z 10041370 f i main.cpp.obj + 0001:00040393 ?rethrow@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEXXZ 10041393 f i main.cpp.obj + 0001:000403a0 ?rethrow@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEXXZ 100413a0 f i main.cpp.obj + 0001:000403c1 ?rethrow@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEXXZ 100413c1 f i main.cpp.obj + 0001:000403d0 ?rethrow@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEXXZ 100413d0 f i main.cpp.obj + 0001:00040400 ?rethrow@?$wrapexcept@VError@hadesmem@@@boost@@UBEXXZ 10041400 f i main.cpp.obj + 0001:00040420 ?safeRename@Nampower@@YA_NPBD0@Z 10041420 f main.cpp.obj + 0001:000404b0 ?seekoff@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAE?AV?$fpos@U_Mbstatet@@@2@_JHH@Z 100414b0 f i main.cpp.obj + 0001:000406a0 ?seekpos@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAE?AV?$fpos@U_Mbstatet@@@2@V32@H@Z 100416a0 f i main.cpp.obj + 0001:00040810 ?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 10041810 f i main.cpp.obj + 0001:00040950 ?stof@std@@YAMABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@PAI@Z 10041950 f i main.cpp.obj + 0001:000409c0 ?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 100419c0 f i main.cpp.obj + 0001:00040aa0 ?underflow@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHXZ 10041aa0 f i main.cpp.obj + 0001:00040b00 ?updateFromCvar@Nampower@@YAXPBD0@Z 10041b00 f main.cpp.obj + 0001:00041b00 _Load 10042b00 f main.cpp.obj + 0001:00041c80 __scprintf 10042c80 f i main.cpp.obj + 0001:00041cb0 __snprintf 10042cb0 f i main.cpp.obj + 0001:00041cf0 _sprintf_s 10042cf0 f i main.cpp.obj + 0001:00041d20 ??$?R_K@?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@QBEIAB_K@Z 10042d20 f i helper.cpp.obj + 0001:00041d90 ??$_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 10042d90 f misc_scripts.cpp.obj + 0001:00041d90 ??$_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 10042d90 f misc_scripts.cpp.obj + 0001:00041e80 ??$_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 10042e80 f i helper.cpp.obj + 0001:00042130 ??$_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 10043130 f i helper.cpp.obj + 0001:00042300 ??$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 10043300 f items.cpp.obj + 0001:00042300 ??$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 10043300 f items.cpp.obj + 0001:00042300 ??$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 10043300 f misc_scripts.cpp.obj + 0001:00042300 ??$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 10043300 f items.cpp.obj + 0001:00042300 ??$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 10043300 f helper.cpp.obj + 0001:00042380 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@@std@@@std@@QAE@XZ 10043380 f i helper.cpp.obj + 0001:00042380 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@@std@@@std@@QAE@XZ 10043380 f i helper.cpp.obj + 0001:00042400 ??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 10043400 f i helper.cpp.obj + 0001:00042490 ??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 10043490 f items.cpp.obj + 0001:00042490 ??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 10043490 f items.cpp.obj + 0001:00042490 ??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 10043490 f misc_scripts.cpp.obj + 0001:00042490 ??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 10043490 f items.cpp.obj + 0001:00042490 ??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 10043490 f helper.cpp.obj + 0001:00042570 ??1?$list@U?$pair@$$CB_KI@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@@std@@QAE@XZ 10043570 f i helper.cpp.obj + 0001:00042730 ?ConvertGuidToString@Nampower@@YAPAD_K@Z 10043730 f helper.cpp.obj + 0001:00042760 ?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 10043760 f helper.cpp.obj + 0001:00042950 ?GetGcdOrCooldownForSpell@Nampower@@YAII@Z 10043950 f helper.cpp.obj + 0001:00042990 ?GetNameplateDistance@Nampower@@YAMXZ 10043990 f helper.cpp.obj + 0001:000429e0 ?GetRemainingCooldownForSpell@Nampower@@YAII@Z 100439e0 f helper.cpp.obj + 0001:00042a50 ?GetSpellIdFromSpellName@Nampower@@YAIPBD@Z 10043a50 f helper.cpp.obj + 0001:00042a90 ?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 10043a90 f helper.cpp.obj + 0001:00042e10 ?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 10043e10 f helper.cpp.obj + 0001:00042fd0 ?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 10043fd0 f helper.cpp.obj + 0001:00043120 ?IsSpellOnCooldown@Nampower@@YA_NI@Z 10044120 f helper.cpp.obj + 0001:00043180 ?IsTargetingTerrainSpell@Nampower@@YA_NXZ 10044180 f helper.cpp.obj + 0001:00043190 ?PushGuidString@Nampower@@YAXPAI_K@Z 10044190 f helper.cpp.obj + 0001:000431f0 ?SafeReadMemory@Nampower@@YA_NPBXPAXI@Z 100441f0 f helper.cpp.obj + 0001:000432a0 ?SetNameplateDistance@Nampower@@YAXM@Z 100442a0 f helper.cpp.obj + 0001:000432c0 ?SpellIsAttackTradeskillOrEnchant@Nampower@@YA_NPBUSpellRec@game@@@Z 100442c0 f helper.cpp.obj + 0001:00043300 ?SpellIsChanneling@Nampower@@YA_NPBUSpellRec@game@@@Z 10044300 f helper.cpp.obj + 0001:00043310 ?SpellIsMounting@Nampower@@YA_NPBUSpellRec@game@@@Z 10044310 f helper.cpp.obj + 0001:00043340 ?SpellIsOnGcd@Nampower@@YA_NPBUSpellRec@game@@@Z 10044340 f helper.cpp.obj + 0001:00043360 ?SpellIsOnSwing@Nampower@@YA_NPBUSpellRec@game@@@Z 10044360 f helper.cpp.obj + 0001:00043370 ?SpellIsTargeting@Nampower@@YA_NPBUSpellRec@game@@@Z 10044370 f helper.cpp.obj + 0001:00043470 ?_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 10044470 f i items.cpp.obj + 0001:00043470 ?_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 10044470 f i items.cpp.obj + 0001:00043470 ?_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 10044470 f i misc_scripts.cpp.obj + 0001:00043470 ?_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 10044470 f i items.cpp.obj + 0001:00043470 ?_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 10044470 f i helper.cpp.obj + 0001:00043820 ?_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 10044820 f i helper.cpp.obj + 0001:00043960 _snprintf 10044960 f i helper.cpp.obj + 0001:000439a0 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100449a0 f i spellcast.cpp.obj + 0001:00043b50 ?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 10044b50 f spellcast.cpp.obj + 0001:00044170 ?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 10045170 f spellcast.cpp.obj + 0001:000442f0 ?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 100452f0 f spellcast.cpp.obj + 0001:00044470 ?CGWorldFrame_OnLayerTrackTerrainHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAXHH@Z 10045470 f spellcast.cpp.obj + 0001:000444e0 ?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 100454e0 f spellcast.cpp.obj + 0001:000446a0 ?CastQueuedNonGcdSpell@Nampower@@YAXXZ 100456a0 f spellcast.cpp.obj + 0001:00044890 ?CastQueuedNormalSpell@Nampower@@YAXXZ 10045890 f spellcast.cpp.obj + 0001:00044a80 ?SendCastHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z 10045a80 f spellcast.cpp.obj + 0001:00044ac0 ?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 10045ac0 f spellcast.cpp.obj + 0001:000461c0 ?Spell_C_HandleTerrainClickHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z 100471c0 f spellcast.cpp.obj + 0001:000461e0 ?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 100471e0 f spellcast.cpp.obj + 0001:00046360 ?TriggerQuickcast@Nampower@@YAXXZ 10047360 f spellcast.cpp.obj + 0001:000464c0 ?TriggerSpellCastEvent@Nampower@@YAX_NIW4CastType@@_KI@Z 100474c0 f spellcast.cpp.obj + 0001:00046510 ?TriggerSpellQueuedEvent@Nampower@@YAXW4QueueEvents@@I@Z 10047510 f spellcast.cpp.obj + 0001:00046530 ?findSpellId@CastQueue@Nampower@@QAEPAUCastSpellParams@@I@Z 10047530 f i spellcast.cpp.obj + 0001:00046570 ?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 10047570 f i spellcast.cpp.obj + 0001:00046750 ?pushFront@CastQueue@Nampower@@QAEXABUCastSpellParams@@@Z 10047750 f i spellcast.cpp.obj + 0001:00046870 ??$Get@H@CDataStore@Nampower@@QAEXAAH@Z 10047870 f i spellevents.cpp.obj + 0001:00046870 ??$Get@I@CDataStore@Nampower@@QAEXAAI@Z 10047870 f i spellchannel.cpp.obj + 0001:000468d0 ?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100478d0 f spellchannel.cpp.obj + 0001:00046ee0 ?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10047ee0 f spellchannel.cpp.obj + 0001:00047190 ??$Get@F@CDataStore@Nampower@@QAEXAAF@Z 10048190 f i spellevents.cpp.obj + 0001:000471f0 ??$Get@_K@CDataStore@Nampower@@QAEXAA_K@Z 100481f0 f i spellevents.cpp.obj + 0001:00047260 ?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10048260 f spellevents.cpp.obj + 0001:00047790 ?PeriodicAuraLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 10048790 f spellevents.cpp.obj + 0001:000479a0 ?ProcResistHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100489a0 f spellevents.cpp.obj + 0001:00047a20 ?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 10048a20 f spellevents.cpp.obj + 0001:00047b90 ?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10048b90 f spellevents.cpp.obj + 0001:00047d90 ?SpellEnergizeLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10048d90 f spellevents.cpp.obj + 0001:00047e30 ?SpellFailedOtherHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10048e30 f spellevents.cpp.obj + 0001:00047ea0 ?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 10048ea0 f spellevents.cpp.obj + 0001:000485c0 ?SpellHealingLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100495c0 f spellevents.cpp.obj + 0001:00048660 ?SpellLogMissHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10049660 f spellevents.cpp.obj + 0001:00048700 ?SpellNonMeleeDmgLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 10049700 f spellevents.cpp.obj + 0001:00048800 ?SpellOrDamageImmuneHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10049800 f spellevents.cpp.obj + 0001:00048880 ?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 10049880 f spellevents.cpp.obj + 0001:00048db0 ?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 10049db0 f spellevents.cpp.obj + 0001:00049a20 ?TriggerAuraCastEvent@Nampower@@YAXPBUSpellRec@game@@_KQA_KE1_N@Z 1004aa20 f spellevents.cpp.obj + 0001:00049cf0 ?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 1004acf0 f spellevents.cpp.obj + 0001:0004a070 ?TriggerSpellEnergizeEvent@Nampower@@YAX_K0IIIE@Z 1004b070 f spellevents.cpp.obj + 0001:0004a130 ?TriggerSpellHealEvent@Nampower@@YAX_K0IIEE@Z 1004b130 f spellevents.cpp.obj + 0001:0004a1f0 ?TriggerSpellMissEvent@Nampower@@YAX_K0II@Z 1004b1f0 f spellevents.cpp.obj + 0001:0004a260 ?findOldestWaitingForServerSpellId@CastQueue@Nampower@@QAEPAUCastSpellParams@@I@Z 1004b260 f i spellevents.cpp.obj + 0001:0004a2b0 ?triggerAuraCastEventOnTarget@Nampower@@YAXPBUSpellRec@game@@HPAD1_K2II@Z 1004b2b0 f spellevents.cpp.obj + 0001:0004a3a0 ??$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 1004b3a0 f i misc_scripts.cpp.obj + 0001:0004a3a0 ??$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 1004b3a0 f i spell_scripts.cpp.obj + 0001:0004a3a0 ??$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 1004b3a0 f i misc_scripts.cpp.obj + 0001:0004a610 ??$_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 1004b610 f i misc_scripts.cpp.obj + 0001:0004a610 ??$_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 1004b610 f i items.cpp.obj + 0001:0004a690 ??$_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 1004b690 f i misc_scripts.cpp.obj + 0001:0004a690 ??$_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 1004b690 f i dbc_fields.cpp.obj + 0001:0004a8d0 ??$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 1004b8d0 f i misc_scripts.cpp.obj + 0001:0004a8d0 ??$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 1004b8d0 f i items.cpp.obj + 0001:0004a920 ??$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 1004b920 f i misc_scripts.cpp.obj + 0001:0004aa20 ??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 1004ba20 f i misc_scripts.cpp.obj + 0001:0004aa20 ??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 1004ba20 f i items.cpp.obj + 0001:0004aad0 ??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 1004bad0 f i misc_scripts.cpp.obj + 0001:0004aad0 ??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 1004bad0 f i items.cpp.obj + 0001:0004aaf0 ??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 1004baf0 f i misc_scripts.cpp.obj + 0001:0004aaf0 ??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 1004baf0 f i items.cpp.obj + 0001:0004ab60 ??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 1004bb60 f i misc_scripts.cpp.obj + 0001:0004ab60 ??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 1004bb60 f i items.cpp.obj + 0001:0004ab90 ??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 1004bb90 f i misc_scripts.cpp.obj + 0001:0004ab90 ??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 1004bb90 f i items.cpp.obj + 0001:0004abb0 ?CSimpleFrame_GetNameHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1004bbb0 f misc_scripts.cpp.obj + 0001:0004ad00 ?PushTableValue@Nampower@@YAXPAIPADI@Z 1004bd00 f i misc_scripts.cpp.obj + 0001:0004ad50 ?RunQueuedScript@Nampower@@YA_NH@Z 1004bd50 f misc_scripts.cpp.obj + 0001:0004ae90 ?Script_CancelPlayerAuraSlot@Nampower@@YAIPAI@Z 1004be90 f misc_scripts.cpp.obj + 0001:0004af30 ?Script_CancelPlayerAuraSpellId@Nampower@@YAIPAI@Z 1004bf30 f misc_scripts.cpp.obj + 0001:0004b000 ?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 1004c000 f misc_scripts.cpp.obj + 0001:0004b100 ?Script_DisenchantAll@Nampower@@YAIPAI@Z 1004c100 f misc_scripts.cpp.obj + 0001:0004b4f0 ?Script_GetCastInfo@Nampower@@YAIPAI@Z 1004c4f0 f misc_scripts.cpp.obj + 0001:0004b830 ?Script_GetCurrentCastingInfo@Nampower@@YAIPAI@Z 1004c830 f misc_scripts.cpp.obj + 0001:0004b980 ?Script_GetItemIconTexture@Nampower@@YAIPAI@Z 1004c980 f misc_scripts.cpp.obj + 0001:0004ba20 ?Script_GetItemLevel@Nampower@@YAIPAI@Z 1004ca20 f misc_scripts.cpp.obj + 0001:0004bad0 ?Script_GetItemStats@Nampower@@YAIPAI@Z 1004cad0 f misc_scripts.cpp.obj + 0001:0004be80 ?Script_GetItemStatsField@Nampower@@YAIPAI@Z 1004ce80 f misc_scripts.cpp.obj + 0001:0004c2e0 ?Script_GetNampowerVersion@Nampower@@YAIPAI@Z 1004d2e0 f misc_scripts.cpp.obj + 0001:0004c340 ?Script_GetPlayerAuraDuration@Nampower@@YAIPAI@Z 1004d340 f misc_scripts.cpp.obj + 0001:0004c450 ?Script_GetSpellIconTexture@Nampower@@YAIPAI@Z 1004d450 f misc_scripts.cpp.obj + 0001:0004c500 ?Script_GetUnitData@Nampower@@YAIPAI@Z 1004d500 f misc_scripts.cpp.obj + 0001:0004c860 ?Script_GetUnitField@Nampower@@YAIPAI@Z 1004d860 f misc_scripts.cpp.obj + 0001:0004cbc0 ?Script_LearnTalentRank@Nampower@@YAIPAI@Z 1004dbc0 f misc_scripts.cpp.obj + 0001:0004cf70 ?Script_QueueScript@Nampower@@YAIPAI@Z 1004df70 f misc_scripts.cpp.obj + 0001:0004d270 ?Script_StartItemExport@Nampower@@YAIPAI@Z 1004e270 f misc_scripts.cpp.obj + 0001:0004d280 ?TryDisenchant@Nampower@@YA_NXZ 1004e280 f misc_scripts.cpp.obj + 0001:0004d610 ?_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 1004e610 f i misc_scripts.cpp.obj + 0001:0004d610 ?_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 1004e610 f i items.cpp.obj + 0001:0004d8d0 ??$_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 1004e8d0 f i spell_scripts.cpp.obj + 0001:0004db10 ??$_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 1004eb10 f i spell_scripts.cpp.obj + 0001:0004db60 ?GetSpellSlotFromLuaHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@HPAI1@Z 1004eb60 f spell_scripts.cpp.obj + 0001:0004dcb0 ?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 1004ecb0 f spell_scripts.cpp.obj + 0001:0004ddc0 ?Script_GetSpellIdForName@Nampower@@YAIPAI@Z 1004edc0 f spell_scripts.cpp.obj + 0001:0004de30 ?Script_GetSpellModifiers@Nampower@@YAIPAI@Z 1004ee30 f spell_scripts.cpp.obj + 0001:0004dfb0 ?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 1004efb0 f spell_scripts.cpp.obj + 0001:0004e100 ?Script_GetSpellPower@Nampower@@YAIPAI@Z 1004f100 f spell_scripts.cpp.obj + 0001:0004e270 ?Script_GetSpellRec@Nampower@@YAIPAI@Z 1004f270 f spell_scripts.cpp.obj + 0001:0004e6b0 ?Script_GetSpellRecField@Nampower@@YAIPAI@Z 1004f6b0 f spell_scripts.cpp.obj + 0001:0004ebb0 ?Script_GetSpellSlotTypeIdForName@Nampower@@YAIPAI@Z 1004fbb0 f spell_scripts.cpp.obj + 0001:0004ed30 ?Script_IsSpellInRange@Nampower@@YAIPAI@Z 1004fd30 f spell_scripts.cpp.obj + 0001:0004eff0 ?Script_IsSpellUsable@Nampower@@YAIPAI@Z 1004fff0 f spell_scripts.cpp.obj + 0001:0004f130 ?Script_QueueSpellByName@Nampower@@YAIPAI@Z 10050130 f spell_scripts.cpp.obj + 0001:0004f240 ?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 10050240 f spell_scripts.cpp.obj + 0001:0004f360 ?GetCooldownFromSpellHistory@Nampower@@YA?AUCooldownDetail@1@III@Z 10050360 f cooldown_scripts.cpp.obj + 0001:0004f620 ?GetItemCooldownDetail@Nampower@@YA?AUCooldownDetail@1@I@Z 10050620 f cooldown_scripts.cpp.obj + 0001:0004f7c0 ?PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@1@@Z 100507c0 f cooldown_scripts.cpp.obj + 0001:0004fcf0 ?Script_GetItemIdCooldown@Nampower@@YAIPAI@Z 10050cf0 f cooldown_scripts.cpp.obj + 0001:0004fdd0 ?Script_GetSpellIdCooldown@Nampower@@YAIPAI@Z 10050dd0 f cooldown_scripts.cpp.obj + 0001:0004fe90 ?Script_GetTrinketCooldown@Nampower@@YAIPAI@Z 10050e90 f cooldown_scripts.cpp.obj + 0001:000500b0 ??0CachedItemData@Nampower@@QAE@XZ 100510b0 f i item_scripts.cpp.obj + 0001:00050520 ?ClearBagSlot@Nampower@@YAXPAIHI@Z 10051520 f item_scripts.cpp.obj + 0001:00050600 ?CreateBasicItemInfoTable@Nampower@@YAXPAIPAUCGItem@game@@@Z 10051600 f item_scripts.cpp.obj + 0001:000506f0 ?CreateItemInfoTable@Nampower@@YAXPAIPAUCGItem_C@game@@@Z 100516f0 f item_scripts.cpp.obj + 0001:000509a0 ?GetSingleBagItems@Nampower@@YAIPAIH@Z 100519a0 f item_scripts.cpp.obj + 0001:00050d90 ?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 10051d90 f item_scripts.cpp.obj + 0001:000512c0 ?Script_FindPlayerItemSlot@Nampower@@YAIPAI@Z 100522c0 f item_scripts.cpp.obj + 0001:00051430 ?Script_GetAmmo@Nampower@@YAIPAI@Z 10052430 f item_scripts.cpp.obj + 0001:000515c0 ?Script_GetBagItem@Nampower@@YAIPAI@Z 100525c0 f item_scripts.cpp.obj + 0001:00051890 ?Script_GetBagItems@Nampower@@YAIPAI@Z 10052890 f item_scripts.cpp.obj + 0001:00051a30 ?Script_GetEquippedItem@Nampower@@YAIPAI@Z 10052a30 f item_scripts.cpp.obj + 0001:00051bb0 ?Script_GetEquippedItems@Nampower@@YAIPAI@Z 10052bb0 f item_scripts.cpp.obj + 0001:00051d30 ?Script_GetTrinkets@Nampower@@YAIPAI@Z 10052d30 f item_scripts.cpp.obj + 0001:000521e0 ?Script_UseItemIdOrName@Nampower@@YAIPAI@Z 100531e0 f item_scripts.cpp.obj + 0001:00052360 ?Script_UseTrinket@Nampower@@YAIPAI@Z 10053360 f item_scripts.cpp.obj + 0001:00052590 ??$_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 10053590 f i items.cpp.obj + 0001:00052590 ??$_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 10053590 f i items.cpp.obj + 0001:00052600 ??$_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 10053600 f i items.cpp.obj + 0001:00052800 ??$_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 10053800 f i items.cpp.obj + 0001:000529f0 ??$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 100539f0 f i items.cpp.obj + 0001:00052be0 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@IPAX@std@@@std@@@std@@QAE@XZ 10053be0 f i items.cpp.obj + 0001:00052be0 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@IPAX@std@@@std@@@std@@QAE@XZ 10053be0 f i items.cpp.obj + 0001:00052c00 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@@std@@@std@@QAE@XZ 10053c00 f i items.cpp.obj + 0001:00052c00 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@@std@@@std@@QAE@XZ 10053c00 f i items.cpp.obj + 0001:00052c20 ??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 10053c20 f i items.cpp.obj + 0001:00052cb0 ??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 10053cb0 f i items.cpp.obj + 0001:00052d40 ??1?$list@IV?$allocator@I@std@@@std@@QAE@XZ 10053d40 f i items.cpp.obj + 0001:00052d80 ??1?$list@U?$pair@$$CBIPAUItemStats_C@game@@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@2@@std@@QAE@XZ 10053d80 f i items.cpp.obj + 0001:00052dc0 ??_H@YGXPAXIIP6EPAX0@Z@Z 10053dc0 f i items.cpp.obj + 0001:00052df0 ?CacheItemNameToId@Nampower@@YAXPBDI@Z 10053df0 f items.cpp.obj + 0001:00052e80 ?ClearItemCaches@Nampower@@YAXXZ 10053e80 f items.cpp.obj + 0001:00052fe0 ?DoesItemMatch@Nampower@@YA_NIIPBD@Z 10053fe0 f items.cpp.obj + 0001:000530b0 ?FindPlayerDisenchantItem@Nampower@@YA?AUPlayerItemSearchResult@1@I_N@Z 100540b0 f items.cpp.obj + 0001:000532c0 ?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 100542c0 f items.cpp.obj + 0001:00053900 ?GetBagPtrFromContainer@Nampower@@YAPAIPAI@Z 10054900 f items.cpp.obj + 0001:00053920 ?GetItemIdFromCache@Nampower@@YAIPBD@Z 10054920 f items.cpp.obj + 0001:00053a10 ?GetItemStats@Nampower@@YAPAUItemStats_C@game@@I@Z 10054a10 f items.cpp.obj + 0001:00053a90 ?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 10054a90 f items.cpp.obj + 0001:00053cb0 ?LoadItem@Nampower@@YA_NI@Z 10054cb0 f items.cpp.obj + 0001:00053d80 ?StartItemExport@Nampower@@YAXXZ 10054d80 f items.cpp.obj + 0001:00053da0 ?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 10054da0 f items.cpp.obj + 0001:00053f70 ?_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 10054f70 f i items.cpp.obj + 0001:000540d0 ?_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 100550d0 f i items.cpp.obj + 0001:00054230 ?_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 10055230 f i items.cpp.obj + 0001:000543e0 ?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 100553e0 f i items.cpp.obj + 0001:00054460 ?InitializeFieldMaps@Nampower@@YAXXZ 10055460 f dbc_fields.cpp.obj + 0001:00054760 ?InitializeUnitFieldMaps@Nampower@@YAXXZ 10055760 f unit_fields.cpp.obj + 0001:00054910 ?CGBuffBar_UpdateDurationHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@EH@Z 10055910 f auras.cpp.obj + 0001:00054990 ?CGUnit_C_OnAuraAddedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z 10055990 f auras.cpp.obj + 0001:000549d0 ?CGUnit_C_OnAuraRemovedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z 100559d0 f auras.cpp.obj + 0001:00054a10 ?CGUnit_C_OnAuraStacksChangedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z 10055a10 f auras.cpp.obj + 0001:00054a70 ?TriggerAuraEvent@Nampower@@YAXPAIII_NI@Z 10055a70 f auras.cpp.obj + 0001:00054c90 ?UnitCombatLogUnitDeadHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_K@Z 10055c90 f auras.cpp.obj + 0001:00054ce0 ??$_Emplace_reallocate@ABQAH@?$vector@PAHV?$allocator@PAH@std@@@std@@AAEPAPAHQAPAHABQAH@Z 10055ce0 f i lua_refs.cpp.obj + 0001:00054e40 ?CleanupAllLuaTableRefs@Nampower@@YAXXZ 10055e40 f lua_refs.cpp.obj + 0001:00054fd0 ?GetTableRef@Nampower@@YAXPAIAAH@Z 10055fd0 f lua_refs.cpp.obj + 0001:00055050 ?AttackRoundInfo_ReadPacketHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@1@@Z 10056050 f autoattack.cpp.obj + 0001:00055410 ?Script_PlayerIsMoving@Nampower@@YAIPAI@Z 10056410 f player_scripts.cpp.obj + 0001:00055470 ?Script_PlayerIsRooted@Nampower@@YAIPAI@Z 10056470 f player_scripts.cpp.obj + 0001:000554d0 ?Script_PlayerIsSwimming@Nampower@@YAIPAI@Z 100564d0 f player_scripts.cpp.obj + 0001:0005552b __get_purecall_handler 1005652b f libvcruntime:purevirt.obj + 0001:00055532 __purecall 10056532 f libvcruntime:purevirt.obj + 0001:0005554e ___DestructExceptionObject 1005654e f libvcruntime:ehhelpers.obj + 0001:000555ef ?_CallMemberFunction0@@YGXQAX0@Z 100565ef f i libvcruntime:ehhelpers.obj + 0001:00055654 __IsExceptionObjectToBeDestroyed 10056654 f libvcruntime:ehhelpers.obj + 0001:0005567a ___AdjustPointer 1005667a f libvcruntime:ehhelpers.obj + 0001:0005569f ___FrameUnwindFilter 1005669f f libvcruntime:ehhelpers.obj + 0001:000556f5 ___std_terminate 100566f5 f libvcruntime:ehhelpers.obj + 0001:000556fa ___std_exception_copy 100566fa f libvcruntime:std_exception.obj + 0001:0005575d ___std_exception_destroy 1005675d f libvcruntime:std_exception.obj + 0001:0005577c __CxxThrowException@8 1005677c f libvcruntime:throw.obj + 0001:000557e8 ?GetRangeOfTrysToCheck@__FrameHandler3@@SA?AU?$pair@Viterator@TryBlockMap@__FrameHandler3@@V123@@std@@AAVTryBlockMap@1@HPAXPBU_s_FuncInfo@@H@Z 100567e8 f libvcruntime:trnsctrl.obj + 0001:00055857 ?_CallCatchBlock2@@YAPAXPAUEHRegistrationNode@@PBU_s_FuncInfo@@PAXHK@Z 10056857 f libvcruntime:trnsctrl.obj + 0001:000558b4 ?_CallSETranslator@@YAHPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAX2PBU_s_FuncInfo@@H1@Z 100568b4 f libvcruntime:trnsctrl.obj + 0001:000559a4 ?_JumpToContinuation@@YGXPAXPAUEHRegistrationNode@@@Z 100569a4 f libvcruntime:trnsctrl.obj + 0001:000559d4 ?_UnwindNestedFrames@@YGXPAUEHRegistrationNode@@PAUEHExceptionRecord@@@Z 100569d4 f libvcruntime:trnsctrl.obj + 0001:00055a28 __CatchGuardHandler 10056a28 f libvcruntime:trnsctrl.obj + 0001:00055a59 __CreateFrameInfo 10056a59 f libvcruntime:trnsctrl.obj + 0001:00055a7d __FindAndUnlinkFrame 10056a7d f libvcruntime:trnsctrl.obj + 0001:00055ac5 __TranslatorGuardHandler 10056ac5 f libvcruntime:trnsctrl.obj + 0001:00055b64 ___CxxFrameHandler3 10056b64 f libvcruntime:trnsctrl.obj + 0001:00055ba0 _memcpy 10056ba0 f libvcruntime:memcpy.obj + 0001:00055ba0 _memmove 10056ba0 f libvcruntime:memmove.obj + 0001:00056120 ??0__non_rtti_object@std@@QAE@ABV01@@Z 10057120 f i libvcruntime:rtti.obj + 0001:0005613b ??0bad_typeid@std@@QAE@ABV01@@Z 1005713b f i libvcruntime:rtti.obj + 0001:00056156 ??_E__non_rtti_object@std@@UAEPAXI@Z 10057156 f i libvcruntime:rtti.obj + 0001:00056156 ??_Ebad_function_call@std@@UAEPAXI@Z 10057156 f i libcpmt:xthrow.obj + 0001:00056156 ??_Ebad_typeid@std@@UAEPAXI@Z 10057156 f i libvcruntime:rtti.obj + 0001:00056156 ??_Einvalid_argument@std@@UAEPAXI@Z 10057156 f i libcpmt:xthrow.obj + 0001:00056156 ??_Elength_error@std@@UAEPAXI@Z 10057156 f i libcpmt:xthrow.obj + 0001:00056156 ??_Elogic_error@std@@UAEPAXI@Z 10057156 f i libcpmt:xthrow.obj + 0001:00056156 ??_Eout_of_range@std@@UAEPAXI@Z 10057156 f i libcpmt:xthrow.obj + 0001:00056156 ??_G__non_rtti_object@std@@UAEPAXI@Z 10057156 f i libvcruntime:rtti.obj + 0001:00056156 ??_Gbad_function_call@std@@UAEPAXI@Z 10057156 f i libcpmt:xthrow.obj + 0001:00056156 ??_Gbad_typeid@std@@UAEPAXI@Z 10057156 f i libvcruntime:rtti.obj + 0001:00056156 ??_Ginvalid_argument@std@@UAEPAXI@Z 10057156 f i libcpmt:xthrow.obj + 0001:00056156 ??_Glength_error@std@@UAEPAXI@Z 10057156 f i libcpmt:xthrow.obj + 0001:00056156 ??_Glogic_error@std@@UAEPAXI@Z 10057156 f i libcpmt:xthrow.obj + 0001:00056156 ??_Gout_of_range@std@@UAEPAXI@Z 10057156 f i libcpmt:xthrow.obj + 0001:00056527 ?__construct_from_string_literal@__non_rtti_object@std@@SA?AV12@QBD@Z 10057527 f i libvcruntime:rtti.obj + 0001:00056543 ?__construct_from_string_literal@bad_cast@std@@SA?AV12@QBD@Z 10057543 f i libvcruntime:rtti.obj + 0001:0005655f ?__construct_from_string_literal@bad_typeid@std@@SA?AV12@QBD@Z 1005755f f i libvcruntime:rtti.obj + 0001:0005657b ___RTDynamicCast 1005757b f libvcruntime:rtti.obj + 0001:0005666e ___RTtypeid 1005766e f libvcruntime:rtti.obj + 0001:00056704 ??3@YAXPAX@Z 10057704 f LIBCMT:delete_scalar.obj + 0001:00056709 ___std_type_info_compare 10057709 f libvcruntime:std_type_info.obj + 0001:00056745 ___std_type_info_destroy_list 10057745 f libvcruntime:std_type_info.obj + 0001:00056768 ___std_type_info_name 10057768 f libvcruntime:std_type_info.obj + 0001:00056830 _memset 10057830 f libvcruntime:memset.obj + 0001:00056990 _strstr 10057990 f libvcruntime:strstr.obj + 0001:00056c00 _memchr 10057c00 f libvcruntime:memchr.obj + 0001:00056cad ___vcrt_freefls@4 10057cad f libvcruntime:per_thread_data.obj + 0001:00056cc9 ___vcrt_freeptd_for_this_thread 10057cc9 f libvcruntime:per_thread_data.obj + 0001:00056cf4 ___vcrt_getptd 10057cf4 f libvcruntime:per_thread_data.obj + 0001:00056d02 ___vcrt_getptd_noexit 10057d02 f libvcruntime:per_thread_data.obj + 0001:00056d94 ___vcrt_getptd_noinit 10057d94 f libvcruntime:per_thread_data.obj + 0001:00056dcb ___vcrt_initialize_ptd 10057dcb f libvcruntime:per_thread_data.obj + 0001:00056dfe ___vcrt_uninitialize_ptd 10057dfe f libvcruntime:per_thread_data.obj + 0001:00056e60 __except_handler4 10057e60 f libvcruntime:chandler4.obj + 0001:000576f0 ??$TypeMatchHelper@V__FrameHandler3@@@@YAHPBU_s_HandlerType@@PBU_s_CatchableType@@PBU_s_ThrowInfo@@@Z 100586f0 f i libvcruntime:frame.obj + 0001:0005777e ??$__InternalCxxFrameHandler@V__FrameHandler3@@@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@H1E@Z 1005877e f i libvcruntime:frame.obj + 0001:00057880 ??$__InternalCxxFrameHandlerWrapper@V__FrameHandler3@@@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@H1E@Z 10058880 f i libvcruntime:frame.obj + 0001:00057ae1 ?FrameUnwindToEmptyState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@@Z 10058ae1 f libvcruntime:frame.obj + 0001:00057af9 ?FrameUnwindToState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@H@Z 10058af9 f libvcruntime:frame.obj + 0001:00057c7b ?_CallMemberFunction1@@YGXQAX00@Z 10058c7b f i libvcruntime:frame.obj + 0001:00057c8b ?_CallMemberFunction2@@YGXQAX00H@Z 10058c8b f i libvcruntime:frame.obj + 0001:00057c9e ?getESTypes@__FrameHandler3@@SAPBU_s_ESTypeList@@PBU_s_FuncInfo@@@Z 10058c9e f i libvcruntime:frame.obj + 0001:00057cb0 __CallSettingFrame@12 10058cb0 f libvcruntime:lowhelpr.obj + 0001:00057cd7 __NLG_Return 10058cd7 libvcruntime:lowhelpr.obj + 0001:00057cfc ___except_validate_context_record 10058cfc f libvcruntime:jbcxrval.obj + 0001:00057d2c ??$?0$00@DName@@QAE@PBDU?$StringLifeSelector@$00@@@Z 10058d2c f i libvcruntime:undname.obj + 0001:00057d5f ??$?0$01@DName@@QAE@PBDU?$StringLifeSelector@$01@@@Z 10058d5f f i libvcruntime:undname.obj + 0001:00057d5f ??$?0$0A@@DName@@QAE@PBDU?$StringLifeSelector@$0A@@@@Z 10058d5f f i libvcruntime:undname.obj + 0001:00057d92 ??$?0$01@pcharNode@@QAE@PBDHU?$StringLifeSelector@$01@@@Z 10058d92 f i libvcruntime:undname.obj + 0001:00057d92 ??$?0$0A@@pcharNode@@QAE@PBDHU?$StringLifeSelector@$0A@@@@Z 10058d92 f i libvcruntime:undname.obj + 0001:00057dd2 ??$append@VDNameNode@@@DName@@AAEXPBVDNameNode@@@Z 10058dd2 f i libvcruntime:undname.obj + 0001:00057dd2 ??$append@VDNameStatusNode@@@DName@@AAEXPBVDNameStatusNode@@@Z 10058dd2 f i libvcruntime:undname.obj + 0001:00057dd2 ??$append@VcharNode@@@DName@@AAEXPBVcharNode@@@Z 10058dd2 f i libvcruntime:undname.obj + 0001:00057dd2 ??$append@VpcharNode@@@DName@@AAEXPBVpcharNode@@@Z 10058dd2 f i libvcruntime:undname.obj + 0001:00057e13 ??$doPchar@$00@DName@@AAEXPBDH@Z 10058e13 f i libvcruntime:undname.obj + 0001:00057e7f ??$doPchar@$01@DName@@AAEXPBDH@Z 10058e7f f i libvcruntime:undname.obj + 0001:00057e7f ??$doPchar@$0A@@DName@@AAEXPBDH@Z 10058e7f f i libvcruntime:undname.obj + 0001:00057fac ??0DName@@QAE@AAPBDD@Z 10058fac f libvcruntime:undname.obj + 0001:00058035 ??0DName@@QAE@ABUStringLiteral@@@Z 10059035 f libvcruntime:undname.obj + 0001:0005805c ??0DName@@QAE@PAV0@@Z 1005905c f libvcruntime:undname.obj + 0001:000580a3 ??0DName@@QAE@W4DNameStatus@@@Z 100590a3 f libvcruntime:undname.obj + 0001:000580e3 ??0DName@@QAE@_J@Z 100590e3 f libvcruntime:undname.obj + 0001:0005816d ??0DName@@QAE@_K@Z 1005916d f libvcruntime:undname.obj + 0001:000581d1 ??0DNameNode@@IAE@XZ 100591d1 f i libvcruntime:undname.obj + 0001:000581da ??0UnDecorator@@QAE@PBDP6APADJ@ZK@Z 100591da f i libvcruntime:undname.obj + 0001:0005823e ??0pDNameNode@@QAE@PAVDName@@@Z 1005923e f libvcruntime:undname.obj + 0001:00058266 ??0pairNode@@QAE@PBVDNameNode@@0@Z 10059266 f i libvcruntime:undname.obj + 0001:0005828c ??2@YAPAXIAAV_HeapManager@@H@Z 1005928c f libvcruntime:undname.obj + 0001:000582ab ??4DName@@QAEAAV0@ABUStringLiteral@@@Z 100592ab f libvcruntime:undname.obj + 0001:000582cc ??4DName@@QAEAAV0@W4DNameStatus@@@Z 100592cc f libvcruntime:undname.obj + 0001:000582fe ??AReplicator@@QBE?AVDName@@H@Z 100592fe f libvcruntime:undname.obj + 0001:0005833a ??H@YA?AVDName@@ABUStringLiteral@@ABV0@@Z 1005933a f i libvcruntime:undname.obj + 0001:0005835c ??H@YA?AVDName@@DABV0@@Z 1005935c f i libvcruntime:undname.obj + 0001:00058387 ??H@YA?AVDName@@W4DNameStatus@@ABV0@@Z 10059387 f i libvcruntime:undname.obj + 0001:000583a9 ??HDName@@QBE?AV0@ABUStringLiteral@@@Z 100593a9 f libvcruntime:undname.obj + 0001:000583cb ??HDName@@QBE?AV0@ABV0@@Z 100593cb f libvcruntime:undname.obj + 0001:000583ed ??HDName@@QBE?AV0@D@Z 100593ed f libvcruntime:undname.obj + 0001:0005840f ??HDName@@QBE?AV0@W4DNameStatus@@@Z 1005940f f libvcruntime:undname.obj + 0001:00058431 ??YDName@@QAEAAV0@ABUStringLiteral@@@Z 10059431 f libvcruntime:undname.obj + 0001:00058489 ??YDName@@QAEAAV0@ABV0@@Z 10059489 f libvcruntime:undname.obj + 0001:000584e0 ??YDName@@QAEAAV0@D@Z 100594e0 f libvcruntime:undname.obj + 0001:00058535 ??YDName@@QAEAAV0@W4DNameStatus@@@Z 10059535 f libvcruntime:undname.obj + 0001:00058575 ??YReplicator@@QAEAAV0@ABVDName@@@Z 10059575 f libvcruntime:undname.obj + 0001:000585b5 ??_5DName@@QAEAAV0@ABV0@@Z 100595b5 f libvcruntime:undname.obj + 0001:000585d4 ?Destructor@_HeapManager@@QAEXXZ 100595d4 f i libvcruntime:undname.obj + 0001:00058609 ?UScore@UnDecorator@@SA?AUStringLiteral@@W4Tokens@@@Z 10059609 f libvcruntime:undname.obj + 0001:00058630 ?composeDeclaration@UnDecorator@@CA?AVDName@@ABV2@@Z 10059630 f i libvcruntime:undname.obj + 0001:000593b6 ?doPchar@DName@@AAEXD@Z 1005a3b6 f libvcruntime:undname.obj + 0001:000593ee ?getAddressOf@UnDecorator@@CA?AVDName@@XZ 1005a3ee f libvcruntime:undname.obj + 0001:00059456 ?getArgumentList@UnDecorator@@CA?AVDName@@XZ 1005a456 f libvcruntime:undname.obj + 0001:00059563 ?getArgumentTypes@UnDecorator@@CA?AVDName@@XZ 1005a563 f libvcruntime:undname.obj + 0001:0005966b ?getArrayAccess@UnDecorator@@CA?AVDName@@XZ 1005a66b f libvcruntime:undname.obj + 0001:000596df ?getArrayObject@UnDecorator@@CA?AVDName@@XZ 1005a6df f libvcruntime:undname.obj + 0001:0005977d ?getArrayType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005a77d f i libvcruntime:undname.obj + 0001:0005991a ?getBasedType@UnDecorator@@CA?AVDName@@XZ 1005a91a f libvcruntime:undname.obj + 0001:000599c9 ?getBasicDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005a9c9 f libvcruntime:undname.obj + 0001:00059f25 ?getCallingConvention@UnDecorator@@CA?AVDName@@XZ 1005af25 f libvcruntime:undname.obj + 0001:00059fef ?getDataIndirectType@UnDecorator@@CA?AVDName@@ABV2@W4IndirectionKind@@0H@Z 1005afef f libvcruntime:undname.obj + 0001:0005a6ae ?getDataIndirectType@UnDecorator@@CA?AVDName@@XZ 1005b6ae f i libvcruntime:undname.obj + 0001:0005a6dc ?getDataType@UnDecorator@@CA?AVDName@@PAV2@@Z 1005b6dc f libvcruntime:undname.obj + 0001:0005a7b3 ?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 1005b7b3 f libvcruntime:undname.obj + 0001:0005aa07 ?getDimension@UnDecorator@@CA?AVDName@@_N@Z 1005ba07 f libvcruntime:undname.obj + 0001:0005ab0e ?getDispatchTarget@UnDecorator@@CA?AVDName@@XZ 1005bb0e f libvcruntime:undname.obj + 0001:0005ab5f ?getECSUDataType@UnDecorator@@CA?AVDName@@XZ 1005bb5f f libvcruntime:undname.obj + 0001:0005ad09 ?getEnumType@UnDecorator@@CA?AVDName@@XZ 1005bd09 f i libvcruntime:undname.obj + 0001:0005ae1d ?getExtendedDataIndirectType@UnDecorator@@CA?AVDName@@AAW4IndirectionKind@@AA_NH@Z 1005be1d f libvcruntime:undname.obj + 0001:0005b020 ?getExternalDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005c020 f i libvcruntime:undname.obj + 0001:0005b085 ?getFloatingPoint@UnDecorator@@CA?AVDName@@H@Z 1005c085 f libvcruntime:undname.obj + 0001:0005b148 ?getFunctionIndirectType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005c148 f libvcruntime:undname.obj + 0001:0005b4f2 ?getLastChar@DName@@QBEDXZ 1005c4f2 f i libvcruntime:undname.obj + 0001:0005b512 ?getLastChar@DNameStatusNode@@UBEDXZ 1005c512 f i libvcruntime:undname.obj + 0001:0005b51e ?getLastChar@charNode@@UBEDXZ 1005c51e f i libvcruntime:undname.obj + 0001:0005b522 ?getLastChar@pDNameNode@@UBEDXZ 1005c522 f i libvcruntime:undname.obj + 0001:0005b530 ?getLastChar@pairNode@@UBEDXZ 1005c530 f i libvcruntime:undname.obj + 0001:0005b565 ?getLastChar@pcharNode@@UBEDXZ 1005c565 f i libvcruntime:undname.obj + 0001:0005b577 ?getLexicalFrame@UnDecorator@@CA?AVDName@@XZ 1005c577 f i libvcruntime:undname.obj + 0001:0005b5a8 ?getMemberAccess@UnDecorator@@CA?AVDName@@XZ 1005c5a8 f libvcruntime:undname.obj + 0001:0005b618 ?getMemoryWithBuffer@_HeapManager@@QAEPAXI@Z 1005c618 f libvcruntime:undname.obj + 0001:0005b682 ?getMemoryWithoutBuffer@_HeapManager@@QAEPAXI@Z 1005c682 f libvcruntime:undname.obj + 0001:0005b6a2 ?getNoexcept@UnDecorator@@CA?AVDName@@XZ 1005c6a2 f libvcruntime:undname.obj + 0001:0005b6ea ?getNumberOfDimensions@UnDecorator@@CAHXZ 1005c6ea f libvcruntime:undname.obj + 0001:0005b744 ?getOperatorName@UnDecorator@@CA?AVDName@@_NPA_N@Z 1005c744 f i libvcruntime:undname.obj + 0001:0005c00a ?getPointerToMember@UnDecorator@@CA?AVDName@@XZ 1005d00a f libvcruntime:undname.obj + 0001:0005c0c6 ?getPrimaryDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005d0c6 f libvcruntime:undname.obj + 0001:0005c314 ?getPtrRefDataType@UnDecorator@@CA?AVDName@@ABV2@H@Z 1005d314 f libvcruntime:undname.obj + 0001:0005c481 ?getPtrRefType@UnDecorator@@CA?AVDName@@ABV2@0W4IndirectionKind@@@Z 1005d481 f libvcruntime:undname.obj + 0001:0005c592 ?getRestrictionSpec@UnDecorator@@CA?AVDName@@XZ 1005d592 f libvcruntime:undname.obj + 0001:0005c6ab ?getReturnType@UnDecorator@@CA?AVDName@@PAV2@@Z 1005d6ab f libvcruntime:undname.obj + 0001:0005c6da ?getScope@UnDecorator@@CA?AVDName@@XZ 1005d6da f libvcruntime:undname.obj + 0001:0005ca98 ?getScopedName@UnDecorator@@CA?AVDName@@XZ 1005da98 f libvcruntime:undname.obj + 0001:0005cb8d ?getSignedDimension@UnDecorator@@CA?AVDName@@XZ 1005db8d f libvcruntime:undname.obj + 0001:0005cbde ?getString@DName@@QBEPADPAD0@Z 1005dbde f i libvcruntime:undname.obj + 0001:0005cc0b ?getString@DName@@QBEPADPADH@Z 1005dc0b f i libvcruntime:undname.obj + 0001:0005cc60 ?getString@DNameStatusNode@@UBEPADPAD0@Z 1005dc60 f i libvcruntime:undname.obj + 0001:0005cca7 ?getString@charNode@@UBEPADPAD0@Z 1005dca7 f i libvcruntime:undname.obj + 0001:0005ccbc ?getString@pDNameNode@@UBEPADPAD0@Z 1005dcbc f i libvcruntime:undname.obj + 0001:0005ccd3 ?getString@pairNode@@UBEPADPAD0@Z 1005dcd3 f i libvcruntime:undname.obj + 0001:0005cd19 ?getString@pcharNode@@UBEPADPAD0@Z 1005dd19 f i libvcruntime:undname.obj + 0001:0005cd34 ?getStringEncoding@UnDecorator@@CA?AVDName@@W4PrefixKind@@H@Z 1005dd34 f libvcruntime:undname.obj + 0001:0005cdc7 ?getStringHelper@@YAPADPADPBD1H@Z 1005ddc7 f i libvcruntime:undname.obj + 0001:0005cdf1 ?getStringObject@UnDecorator@@CA?AVDName@@XZ 1005ddf1 f libvcruntime:undname.obj + 0001:0005ce5d ?getSymbolName@UnDecorator@@CA?AVDName@@XZ 1005de5d f i libvcruntime:undname.obj + 0001:0005cea5 ?getTemplateArgumentList@UnDecorator@@CA?AVDName@@XZ 1005dea5 f libvcruntime:undname.obj + 0001:0005d055 ?getTemplateName@UnDecorator@@CA?AVDName@@_N@Z 1005e055 f libvcruntime:undname.obj + 0001:0005d1d0 ?getTemplateNonTypeArgument@UnDecorator@@CA?AVDName@@XZ 1005e1d0 f libvcruntime:undname.obj + 0001:0005d598 ?getTemplateTypeArgument@UnDecorator@@CA?AVDName@@XZ 1005e598 f libvcruntime:undname.obj + 0001:0005d6a9 ?getThisType@UnDecorator@@CA?AVDName@@XZ 1005e6a9 f i libvcruntime:undname.obj + 0001:0005d6d8 ?getThrowTypes@UnDecorator@@CA?AVDName@@XZ 1005e6d8 f libvcruntime:undname.obj + 0001:0005d6f7 ?getTypeEncoding@UnDecorator@@CAHXZ 1005e6f7 f i libvcruntime:undname.obj + 0001:0005da33 ?getUndecoratedName@UnDecorator@@QAEPADPADH@Z 1005ea33 f i libvcruntime:undname.obj + 0001:0005db54 ?getUnionObject@UnDecorator@@CA?AVDName@@XZ 1005eb54 f libvcruntime:undname.obj + 0001:0005dbfb ?getVCallThunkType@UnDecorator@@CA?AVDName@@XZ 1005ebfb f i libvcruntime:undname.obj + 0001:0005dc45 ?getValue@UnDecorator@@CA?AV?$optional@_K@std@@XZ 1005ec45 f libvcruntime:undname.obj + 0001:0005dc95 ?getValueObject@UnDecorator@@CA?AVDName@@XZ 1005ec95 f libvcruntime:undname.obj + 0001:0005ddc1 ?getVdispMapType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005edc1 f i libvcruntime:undname.obj + 0001:0005de22 ?getVfTableType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005ee22 f i libvcruntime:undname.obj + 0001:0005df76 ?getZName@UnDecorator@@CA?AVDName@@_N0@Z 1005ef76 f libvcruntime:undname.obj + 0001:0005e18f ?get_current_character_and_increment_buffer@UnDecorator@@CADXZ 1005f18f f i libvcruntime:undname.obj + 0001:0005e1a3 ?increment_buffer@UnDecorator@@CA_NI@Z 1005f1a3 f i libvcruntime:undname.obj + 0001:0005e1cb ?isEmpty@DName@@QBEHXZ 1005f1cb f i libvcruntime:undname.obj + 0001:0005e1d3 ?isValid@DName@@QBEHXZ 1005f1d3 f i libvcruntime:undname.obj + 0001:0005e1dd ?length@DName@@QBEHXZ 1005f1dd f i libvcruntime:undname.obj + 0001:0005e1fc ?length@DNameStatusNode@@UBEHXZ 1005f1fc f i libvcruntime:undname.obj + 0001:0005e1fc ?length@pcharNode@@UBEHXZ 1005f1fc f i libvcruntime:undname.obj + 0001:0005e1fc ?raw_length@DNameStatusNode@@UBEHXZ 1005f1fc f i libvcruntime:undname.obj + 0001:0005e1fc ?raw_length@pcharNode@@UBEHXZ 1005f1fc f i libvcruntime:undname.obj + 0001:0005e200 ?length@charNode@@UBEHXZ 1005f200 f i libvcruntime:undname.obj + 0001:0005e200 ?raw_length@charNode@@UBEHXZ 1005f200 f i libvcruntime:undname.obj + 0001:0005e200 __get_startup_argv_mode 1005f200 f i LIBCMT:argv_mode.obj + 0001:0005e204 ?length@pDNameNode@@UBEHXZ 1005f204 f i libvcruntime:undname.obj + 0001:0005e212 ?length@pairNode@@UBEHXZ 1005f212 f i libvcruntime:undname.obj + 0001:0005e25b ?make@DNameStatusNode@@SAPBV1@W4DNameStatus@@@Z 1005f25b f i libvcruntime:undname.obj + 0001:0005e277 ?parseDecoratedName@UnDecorator@@CA?AVDName@@XZ 1005f277 f libvcruntime:undname.obj + 0001:0005e372 ?raw_length@pairNode@@UBEHXZ 1005f372 f i libvcruntime:undname.obj + 0001:0005e3c8 ___unDName 1005f3c8 f libvcruntime:undname.obj + 0001:0005e3eb ___unDNameEx 1005f3eb f libvcruntime:undname.obj + 0001:0005e490 _strchr 1005f490 f libvcruntime:strchr.obj + 0001:0005e4fe ___from_strstr_to_strchr 1005f4fe libvcruntime:strchr.obj + 0001:0005e6a6 ___vcrt_FlsAlloc 1005f6a6 f libvcruntime:winapi_downlevel.obj + 0001:0005e6e1 ___vcrt_FlsFree 1005f6e1 f libvcruntime:winapi_downlevel.obj + 0001:0005e71c ___vcrt_FlsGetValue 1005f71c f libvcruntime:winapi_downlevel.obj + 0001:0005e757 ___vcrt_FlsSetValue 1005f757 f libvcruntime:winapi_downlevel.obj + 0001:0005e795 ___vcrt_InitializeCriticalSectionEx 1005f795 f libvcruntime:winapi_downlevel.obj + 0001:0005e7e0 __local_unwind4 1005f7e0 f libvcruntime:exsup4.obj + 0001:0005e8d0 @_EH4_CallFilterFunc@8 1005f8d0 f libvcruntime:exsup4.obj + 0001:0005e8f0 @_EH4_TransferToHandler@8 1005f8f0 f libvcruntime:exsup4.obj + 0001:0005e910 @_EH4_GlobalUnwind2@8 1005f910 f libvcruntime:exsup4.obj + 0001:0005e930 @_EH4_LocalUnwind@16 1005f930 f libvcruntime:exsup4.obj + 0001:0005e947 _unexpected 1005f947 f libvcruntime:unexpected.obj + 0001:0005e964 ?GetCurrentState@__FrameHandler3@@SAHPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@@Z 1005f964 f libvcruntime:ehstate.obj + 0001:0005e981 ?SetState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PBU_s_FuncInfo@@H@Z 1005f981 f libvcruntime:ehstate.obj + 0001:0005e990 __NLG_Notify1 1005f990 f libvcruntime:exsup.obj + 0001:0005e9a0 __NLG_Notify 1005f9a0 f libvcruntime:exsup.obj + 0001:0005e9b7 __NLG_Dispatch 1005f9b7 libvcruntime:exsup.obj + 0001:0005e9b7 __NLG_Dispatch2 1005f9b7 libvcruntime:exsup.obj + 0001:0005e9c0 __NLG_Call 1005f9c0 f libvcruntime:exsup.obj + 0001:0005e9c2 __NLG_Return2 1005f9c2 libvcruntime:exsup.obj + 0001:0005e9c3 ___vcrt_initialize_locks 1005f9c3 f libvcruntime:locks.obj + 0001:0005e9ff ___vcrt_lock 1005f9ff f libvcruntime:locks.obj + 0001:0005ea14 ___vcrt_uninitialize_locks 1005fa14 f libvcruntime:locks.obj + 0001:0005ea43 ___vcrt_unlock 1005fa43 f libvcruntime:locks.obj + 0001:0005ea58 ??0__crt_cached_ptd_host@@QAE@QAU__crt_locale_pointers@@@Z 1005fa58 f i libucrt:invalid_parameter.obj + 0001:0005eaa0 ??1__crt_cached_ptd_host@@QAE@XZ 1005faa0 f i libucrt:invalid_parameter.obj + 0001:0005eadc ?check_synchronize_global_state_index@__crt_cached_ptd_host@@AAEIXZ 1005fadc f i libucrt:invalid_parameter.obj + 0001:0005eb05 ?force_synchronize_per_thread_data@__crt_cached_ptd_host@@AAEPAU__acrt_ptd@@XZ 1005fb05 f i libucrt:invalid_parameter.obj + 0001:0005eb4b ?get_raw_ptd@__crt_cached_ptd_host@@QAEPAU__acrt_ptd@@XZ 1005fb4b f i libucrt:invalid_parameter.obj + 0001:0005eb68 ___acrt_call_reportfault 1005fb68 f libucrt:invalid_parameter.obj + 0001:0005eca1 ___acrt_initialize_invalid_parameter_handler 1005fca1 f libucrt:invalid_parameter.obj + 0001:0005ecb0 __invalid_parameter 1005fcb0 f libucrt:invalid_parameter.obj + 0001:0005ece7 __invalid_parameter_internal 1005fce7 f libucrt:invalid_parameter.obj + 0001:0005ed64 __invalid_parameter_noinfo 1005fd64 f libucrt:invalid_parameter.obj + 0001:0005ed74 __invalid_parameter_noinfo_noreturn 1005fd74 f libucrt:invalid_parameter.obj + 0001:0005ed91 __invoke_watson 1005fd91 f libucrt:invalid_parameter.obj + 0001:0005edc5 ___acrt_initialize_stdio 1005fdc5 f libucrt:_file.obj + 0001:0005ee8d ___acrt_iob_func 1005fe8d f libucrt:_file.obj + 0001:0005ee9d ___acrt_uninitialize_stdio 1005fe9d f libucrt:_file.obj + 0001:0005eee9 __get_stream_buffer_pointers 1005fee9 f libucrt:_file.obj + 0001:0005ef2f __lock_file 1005ff2f f libucrt:_file.obj + 0001:0005ef43 __unlock_file 1005ff43 f libucrt:_file.obj + 0001:0005f07c _fclose 1006007c f libucrt:fclose.obj + 0001:0005f2e5 ___acrt_stdio_flush_nolock 100602e5 f libucrt:fflush.obj + 0001:0005f34e __fflush_nolock 1006034e f libucrt:fflush.obj + 0001:0005f3b3 __flushall 100603b3 f libucrt:fflush.obj + 0001:0005f3bc _fflush 100603bc f libucrt:fflush.obj + 0001:0005f40f __fgetc_nolock 1006040f f libucrt:fgetc.obj + 0001:0005f44b _fgetc 1006044b f libucrt:fgetc.obj + 0001:0005f564 _fgetpos 10060564 f libucrt:fgetpos.obj + 0001:0005f6f3 __fputc_nolock_internal 100606f3 f libucrt:fputc.obj + 0001:0005f720 _fputc 10060720 f libucrt:fputc.obj + 0001:0005f754 __fread_nolock_s 10060754 f libucrt:fread.obj + 0001:0005f92d _fread 1006092d f libucrt:fread.obj + 0001:0005f94a _fread_s 1006094a f libucrt:fread.obj + 0001:0005fa68 _fsetpos 10060a68 f libucrt:fsetpos.obj + 0001:0005faa3 ?LongLongSub@@YAJ_J0PA_J@Z 10060aa3 f i libucrt:fseek.obj + 0001:0005fd8c __fseeki64 10060d8c f libucrt:fseek.obj + 0001:0005fdc6 _fseek 10060dc6 f libucrt:fseek.obj + 0001:0005fea7 __fwrite_internal 10060ea7 f libucrt:fwrite.obj + 0001:0005ff1e __fwrite_nolock_internal 10060f1e f libucrt:fwrite.obj + 0001:000600c5 _fwrite 100610c5 f libucrt:fwrite.obj + 0001:000602c3 _setvbuf 100612c3 f libucrt:setvbuf.obj + 0001:000602fd __ungetc_nolock 100612fd f libucrt:ungetc.obj + 0001:000603f1 _ungetc 100613f1 f libucrt:ungetc.obj + 0001:00060464 _free 10061464 f libucrt:free.obj + 0001:0006047f ??$__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 1006147f f i libucrt:rename.obj + 0001:00060531 ??$__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 10061531 f i libucrt:rename.obj + 0001:0006054e ??0_LocaleUpdate@@QAE@QAU__crt_locale_pointers@@@Z 1006154e f i libucrt:rename.obj + 0001:000605d0 ?__acrt_get_utf8_acp_compatibility_codepage@@YAIXZ 100615d0 f i libucrt:rename.obj + 0001:0006060f ?_deallocate@?$__crt_win32_buffer@DU__crt_win32_buffer_internal_dynamic_resizing@@@@AAEXXZ 1006160f f i libucrt:argv_wildcards.obj + 0001:0006060f ?_deallocate@?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@AAEXXZ 1006160f f i libucrt:rename.obj + 0001:00060629 ?allocate@?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@QAEHI@Z 10061629 f i libucrt:rename.obj + 0001:00060668 ?allocate@__crt_win32_buffer_internal_dynamic_resizing@@SAHQAPAXIABV__crt_win32_buffer_empty_debug_info@@@Z 10061668 f i libucrt:rename.obj + 0001:00060687 _rename 10061687 f libucrt:rename.obj + 0001:00060abc ??$count@D@formatting_buffer@__crt_stdio_output@@QBEIXZ 10061abc f i libucrt:output.obj + 0001:00060ad4 ??$ensure_buffer_is_big_enough@D@formatting_buffer@__crt_stdio_output@@QAE_NIAAV__crt_cached_ptd_host@@@Z 10061ad4 f i libucrt:output.obj + 0001:00060b55 ??$is_overflow_condition@K@__crt_strtox@@YA_NIK@Z 10061b55 f i libucrt:output.obj + 0001:00060b89 ??$is_wide_character_specifier@D@__crt_stdio_output@@YA_N_KDW4length_modifier@0@@Z 10061b89 f i libucrt:output.obj + 0001:00060bba ??$make_c_string_character_source@DPAPAD@__crt_strtox@@YA?AV?$c_string_character_source@D@0@QBDQAPAD@Z 10061bba f i libucrt:output.obj + 0001:00060bba ??$make_c_string_character_source@_WPAPA_W@__crt_strtox@@YA?AV?$c_string_character_source@_W@0@QB_WQAPA_W@Z 10061bba f i libucrt:output.obj + 0001:00060bd5 ??$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 10061bd5 f i libucrt:output.obj + 0001:00060de4 ??$scratch_data@D@formatting_buffer@__crt_stdio_output@@QAEPADXZ 10061de4 f i libucrt:output.obj + 0001:00060e02 ??$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 10061e02 f i libucrt:output.obj + 0001:00060e02 ??$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 10061e02 f i libucrt:output.obj + 0001:00060f8f ??$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 10061f8f f i libucrt:output.obj + 0001:00060f8f ??$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 10061f8f f i libucrt:output.obj + 0001:0006111c ??$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 1006211c f i libucrt:output.obj + 0001:0006111c ??$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 1006211c f i libucrt:output.obj + 0001:000612a9 ??$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 100622a9 f i libucrt:output.obj + 0001:000612a9 ??$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 100622a9 f i libucrt:output.obj + 0001:0006130c ??$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 1006230c f i libucrt:output.obj + 0001:0006130c ??$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 1006230c f i libucrt:output.obj + 0001:00061393 ??$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 10062393 f i libucrt:output.obj + 0001:00061393 ??$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 10062393 f i libucrt:output.obj + 0001:00061410 ??$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 10062410 f i libucrt:output.obj + 0001:00061410 ??$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 10062410 f i libucrt:output.obj + 0001:00061488 ??$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 10062488 f i libucrt:output.obj + 0001:00061488 ??$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 10062488 f i libucrt:output.obj + 0001:0006152f ??$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 1006252f f i libucrt:output.obj + 0001:0006152f ??$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 1006252f f i libucrt:output.obj + 0001:000615b9 ??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 100625b9 f i libucrt:output.obj + 0001:00061620 ??1formatting_buffer@__crt_stdio_output@@QAE@XZ 10062620 f i libucrt:output.obj + 0001:0006163a ??4?$__crt_unique_heap_ptr@DU__crt_internal_free_policy@@@@QAEAAV0@$$QAV0@@Z 1006263a f i libucrt:output.obj + 0001:0006165e ?crop_zeroes@__crt_stdio_output@@YAXPADQAU__crt_locale_pointers@@@Z 1006265e f i libucrt:output.obj + 0001:000616be ?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 100626be f i libucrt:output.obj + 0001:000616fb ?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 100626fb f i libucrt:output.obj + 0001:00061736 ?force_decimal_point@__crt_stdio_output@@YAXPADQAU__crt_locale_pointers@@@Z 10062736 f i libucrt:output.obj + 0001:00061792 ?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 10062792 f i libucrt:output.obj + 0001:00061792 ?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 10062792 f i libucrt:output.obj + 0001:0006180a ?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 1006280a f i libucrt:output.obj + 0001:00061aee ?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 10062aee f i libucrt:output.obj + 0001:00061dc2 ?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 10062dc2 f i libucrt:output.obj + 0001:00061dc2 ?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 10062dc2 f i libucrt:output.obj + 0001:00061f1b ?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 10062f1b f i libucrt:output.obj + 0001:00061f1b ?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 10062f1b f i libucrt:output.obj + 0001:0006227a ?to_integer_size@__crt_stdio_output@@YAIW4length_modifier@1@@Z 1006327a f i libucrt:output.obj + 0001:000622ce ?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 100632ce f i libucrt:output.obj + 0001:000622ce ?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 100632ce f i libucrt:output.obj + 0001:00062331 ?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 10063331 f i libucrt:output.obj + 0001:00062331 ?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 10063331 f i libucrt:output.obj + 0001:000624c2 ?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 100634c2 f i libucrt:output.obj + 0001:000624c2 ?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 100634c2 f i libucrt:output.obj + 0001:00062557 ?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 10063557 f i libucrt:output.obj + 0001:00062557 ?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 10063557 f i libucrt:output.obj + 0001:000625dc ?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 100635dc f i libucrt:output.obj + 0001:000625dc ?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 100635dc f i libucrt:output.obj + 0001:000625f9 ?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 100635f9 f i libucrt:output.obj + 0001:000625f9 ?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 100635f9 f i libucrt:output.obj + 0001:0006260f ?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 1006360f f i libucrt:output.obj + 0001:0006260f ?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 1006360f f i libucrt:output.obj + 0001:00062681 ?unget@?$c_string_character_source@D@__crt_strtox@@QAEXD@Z 10063681 f i libucrt:output.obj + 0001:000626aa ?unget@?$c_string_character_source@_W@__crt_strtox@@QAEX_W@Z 100636aa f i libucrt:output.obj + 0001:000626e0 ?update_locale_slow@__crt_cached_ptd_host@@AAEXXZ 100636e0 f i libucrt:output.obj + 0001:0006273b ?validate@?$c_string_character_source@D@__crt_strtox@@QBE_NXZ 1006373b f i libucrt:output.obj + 0001:0006273b ?validate@?$c_string_character_source@_W@__crt_strtox@@QBE_NXZ 1006373b f i libucrt:output.obj + 0001:00062756 ?validate@?$string_output_adapter@D@__crt_stdio_output@@QBE_NAAV__crt_cached_ptd_host@@@Z 10063756 f i libucrt:output.obj + 0001:00062787 ?write_string@?$string_output_adapter@D@__crt_stdio_output@@QBEXQBDHQAHAAV__crt_cached_ptd_host@@@Z 10063787 f i libucrt:output.obj + 0001:000627ee ___acrt_locale_get_ctype_array_value 100637ee f i libucrt:output.obj + 0001:00062810 ___stdio_common_vsprintf 10063810 f libucrt:output.obj + 0001:00062851 ___stdio_common_vsprintf_s 10063851 f libucrt:output.obj + 0001:00062892 ___acrt_errno_from_os_error 10063892 f libucrt:errno.obj + 0001:000628d5 ___acrt_errno_map_os_error 100638d5 f libucrt:errno.obj + 0001:000628f8 ___acrt_errno_map_os_error_ptd 100638f8 f libucrt:errno.obj + 0001:0006291c ___doserrno 1006391c f libucrt:errno.obj + 0001:0006292f __errno 1006392f f libucrt:errno.obj + 0001:00062942 _frexp 10063942 f libucrt:frexp.obj + 0001:00062a3c _calloc 10063a3c f libucrt:calloc.obj + 0001:00062a47 _abort 10063a47 f libucrt:abort.obj + 0001:00062a8b ??$is_overflow_condition@_K@__crt_strtox@@YA_NI_K@Z 10063a8b f i libucrt:atox.obj + 0001:00062acc ??$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 10063acc f i libucrt:atox.obj + 0001:00062d13 ??$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 10063d13 f i libucrt:atox.obj + 0001:00063321 ??$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 10064321 f i libucrt:atox.obj + 0001:000635e9 __ischartype_l 100645e9 f i libucrt:atox.obj + 0001:00063640 __wtol 10064640 f libucrt:atox.obj + 0001:0006367f _atoi 1006467f f libucrt:atox.obj + 0001:0006367f _atol 1006467f f libucrt:atox.obj + 0001:000636be ??$assemble_floating_point_value_t@M@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAM@Z 100646be f i libucrt:strtod.obj + 0001:000636ee ??$assemble_floating_point_value_t@N@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAN@Z 100646ee f i libucrt:strtod.obj + 0001:000637bf ??$convert_decimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z 100647bf f i libucrt:strtod.obj + 0001:000637e0 ??$convert_hexadecimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z 100647e0 f i libucrt:strtod.obj + 0001:00063801 ??$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 10064801 f i libucrt:strtod.obj + 0001:00063881 ??$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 10064881 f i libucrt:strtod.obj + 0001:00063c99 ??$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 10064c99 f i libucrt:strtod.obj + 0001:00063d4c ??$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 10064d4c f i libucrt:strtod.obj + 0001:00063e50 ??$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 10064e50 f i libucrt:strtod.obj + 0001:00063e8c ??$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 10064e8c f i libucrt:strtod.obj + 0001:00063ec8 ??$parse_floating_point_write_result@M@__crt_strtox@@YA?AW4SLD_STATUS@@W4floating_point_parse_result@0@ABUfloating_point_string@0@QAM@Z 10064ec8 f i libucrt:strtod.obj + 0001:00064034 ??R@@QBE@XZ 10065034 f i libucrt:strtod.obj + 0001:00064034 ??R@@QBE@XZ 10065034 f i libucrt:strtod.obj + 0001:00064034 ??R@@QBE@XZ 10065034 f i libucrt:strtod.obj + 0001:0006405a ?as_double@floating_point_value@__crt_strtox@@QBEAANXZ 1006505a f i libucrt:strtod.obj + 0001:0006407f ?as_float@floating_point_value@__crt_strtox@@QBEAAMXZ 1006507f f i libucrt:strtod.obj + 0001:000640a4 ?assemble_floating_point_infinity@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z 100650a4 f i libucrt:strtod.obj + 0001:000640e4 ?assemble_floating_point_value@__crt_strtox@@YA?AW4SLD_STATUS@@_KH_N1ABVfloating_point_value@1@@Z 100650e4 f i libucrt:strtod.obj + 0001:0006443d ?assemble_floating_point_value_from_big_integer@__crt_strtox@@YA?AW4SLD_STATUS@@ABUbig_integer@1@I_N1ABVfloating_point_value@1@@Z 1006543d f i libucrt:strtod.obj + 0001:000645cf ?assemble_floating_point_zero@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z 100655cf f i libucrt:strtod.obj + 0001:00064604 ?convert_decimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z 10065604 f i libucrt:strtod.obj + 0001:000663aa ?convert_hexadecimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z 100673aa f i libucrt:strtod.obj + 0001:00066450 ?denormal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ 10067450 f i libucrt:strtod.obj + 0001:00066470 ?divide@__crt_strtox@@YA_KAAUbig_integer@1@ABU21@@Z 10067470 f i libucrt:strtod.obj + 0001:0006691b ?normal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ 1006791b f i libucrt:strtod.obj + 0001:00066932 _strtof 10067932 f libucrt:strtod.obj + 0001:00066950 _strcspn 10067950 f libucrt:strcspn.obj + 0001:000669a0 _strncmp 100679a0 f libucrt:strncmp.obj + 0001:00066ca9 __localtime64_s 10067ca9 f libucrt:localtime.obj + 0001:00066cb4 _localeconv 10067cb4 f libucrt:localeconv.obj + 0001:00066cdc ??$__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 10067cdc f i libucrt:strftime.obj + 0001:00066d9e ??$__acrt_wcs_to_mbs_cp@U__crt_win32_buffer_no_resizing@@@@YAHQB_WAAV?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@I@Z 10067d9e f i libucrt:strftime.obj + 0001:00066dbb ??R@@QBE@IQB_WQADI@Z 10067dbb f i libucrt:strftime.obj + 0001:00066dbb ??R@@QBE@IQB_WQADI@Z 10067dbb f i libucrt:argv_wildcards.obj + 0001:00066ddf ?allocate@?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@QAEHI@Z 10067ddf f i libucrt:strftime.obj + 0001:00066e06 ?set_to_nullptr@?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@QAEXXZ 10067e06 f i libucrt:strftime.obj + 0001:00066e1a __Gettnames 10067e1a f libucrt:strftime.obj + 0001:00066e1f __Strftime 10067e1f f libucrt:strftime.obj + 0001:00066e3f __Strftime_l 10067e3f f libucrt:strftime.obj + 0001:00066f3a __dclass 10067f3a f libucrt:nan.obj + 0001:00066f4b __dsign 10067f4b f libucrt:nan.obj + 0001:00066f5b __ldclass 10067f5b f libucrt:nanl.obj + 0001:00066f6c ___ascii_stricmp 10067f6c f libucrt:stricmp.obj + 0001:00066fa5 __strcmpi 10067fa5 f libucrt:stricmp.obj + 0001:00066fa5 __stricmp 10067fa5 f libucrt:stricmp.obj + 0001:00066fee __stricmp_l 10067fee f libucrt:stricmp.obj + 0001:0006707e _strtoull 1006807e f libucrt:strtox.obj + 0001:000670ca _wcstol 100680ca f libucrt:strtox.obj + 0001:00067110 __tolower_l 10068110 f libucrt:tolower_toupper.obj + 0001:0006720e _tolower 1006820e f libucrt:tolower_toupper.obj + 0001:00067240 __libm_sse2_sqrt_precise 10068240 f libucrt:sqrt_sse2_precise.obj + 0001:00067340 _ceil 10068340 f libucrt:ceil_pentium4.obj + 0001:00067380 __ceil_pentium4 10068380 f libucrt:ceil_pentium4.obj + 0001:0006745d __strnicmp 1006845d f libucrt:strnicmp.obj + 0001:000674ca __strnicmp_l 100684ca f libucrt:strnicmp.obj + 0001:00067595 _terminate 10068595 f libucrt:terminate.obj + 0001:000675d1 _malloc 100685d1 f libucrt:malloc.obj + 0001:000675dc _strcpy_s 100685dc f libucrt:strcpy_s.obj + 0001:00067636 _wcsncmp 10068636 f libucrt:wcsncmp.obj + 0001:000679ae ___acrt_freeptd 100689ae f libucrt:per_thread_data.obj + 0001:000679da ___acrt_getptd 100689da f libucrt:per_thread_data.obj + 0001:00067a95 ___acrt_getptd_head 10068a95 f libucrt:per_thread_data.obj + 0001:00067b2b ___acrt_getptd_noexit 10068b2b f libucrt:per_thread_data.obj + 0001:00067bdc ___acrt_getptd_noexit_explicit 10068bdc f libucrt:per_thread_data.obj + 0001:00067c7f ___acrt_initialize_ptd 10068c7f f libucrt:per_thread_data.obj + 0001:00067cab ___acrt_uninitialize_ptd 10068cab f libucrt:per_thread_data.obj + 0001:00067dc5 ??0_expandlocale_locale_name_cache@@QAE@QA_WIQAU__crt_qualified_locale_data@@@Z 10068dc5 f i libucrt:wsetlocale.obj + 0001:00067e0f ??1_expandlocale_locale_name_cache@@QAE@XZ 10068e0f f i libucrt:wsetlocale.obj + 0001:00067fa7 ?commit_locale_name@_expandlocale_locale_name_cache@@QAEXQB_WI@Z 10068fa7 f i libucrt:wsetlocale.obj + 0001:00067feb ?commit_locale_name_cache_already_updated@_expandlocale_locale_name_cache@@QAEXQB_WI@Z 10068feb f i libucrt:wsetlocale.obj + 0001:00068020 ___acrt_copy_locale_name 10069020 f libucrt:wsetlocale.obj + 0001:00068080 ___acrt_set_locale_changed 10069080 f libucrt:wsetlocale.obj + 0001:0006808b ___acrt_uninitialize_locale 1006908b f libucrt:wsetlocale.obj + 0001:000680b2 ___lc_lctowcs 100690b2 f libucrt:wsetlocale.obj + 0001:00068122 ___lc_wcstolc 10069122 f libucrt:wsetlocale.obj + 0001:00068654 __wcscats 10069654 f libucrt:wsetlocale.obj + 0001:00068695 __wsetlocale 10069695 f libucrt:wsetlocale.obj + 0001:0006938a __calloc_base 1006a38a f libucrt:calloc_base.obj + 0001:000693e7 __free_base 1006a3e7 f libucrt:free_base.obj + 0001:000694aa ??$__crt_fast_encode_pointer@P6AHXZ@@YAP6AHXZQ6AHXZ@Z 1006a4aa f i libucrt:onexit.obj + 0001:000694aa ??$__crt_fast_encode_pointer@P6GHPA_WKJ@Z@@YAP6GHPA_WKJ@ZQ6GH0KJ@Z@Z 1006a4aa f i libucrt:winapi_thunks.obj + 0001:000694aa ??$__crt_fast_encode_pointer@PAP6AXXZ@@YAPAP6AXXZQAP6AXXZ@Z 1006a4aa f i libucrt:onexit.obj + 0001:000694aa ??$__crt_fast_encode_pointer@PAX@@YAPAXQAX@Z 1006a4aa f i libucrt:winapi_thunks.obj + 0001:0006976a ___acrt_AppPolicyGetProcessTerminationMethodInternal@4 1006a76a f libucrt:winapi_thunks.obj + 0001:000697aa ___acrt_AreFileApisANSI@0 1006a7aa f libucrt:winapi_thunks.obj + 0001:000697c9 ___acrt_CompareStringEx@36 1006a7c9 f libucrt:winapi_thunks.obj + 0001:00069826 ___acrt_EnumSystemLocalesEx@16 1006a826 f libucrt:winapi_thunks.obj + 0001:0006987a ___acrt_FlsAlloc@4 1006a87a f libucrt:winapi_thunks.obj + 0001:000698b9 ___acrt_FlsFree@4 1006a8b9 f libucrt:winapi_thunks.obj + 0001:000698f8 ___acrt_FlsGetValue@4 1006a8f8 f libucrt:winapi_thunks.obj + 0001:00069937 ___acrt_FlsSetValue@8 1006a937 f libucrt:winapi_thunks.obj + 0001:00069979 ___acrt_GetDateFormatEx@28 1006a979 f libucrt:winapi_thunks.obj + 0001:000699d0 ___acrt_GetLocaleInfoEx@16 1006a9d0 f libucrt:winapi_thunks.obj + 0001:00069a0f ___acrt_GetTimeFormatEx@24 1006aa0f f libucrt:winapi_thunks.obj + 0001:00069a54 ___acrt_GetUserDefaultLocaleName@8 1006aa54 f libucrt:winapi_thunks.obj + 0001:00069a90 ___acrt_InitializeCriticalSectionEx@12 1006aa90 f libucrt:winapi_thunks.obj + 0001:00069adb ___acrt_IsValidLocaleName@4 1006aadb f libucrt:winapi_thunks.obj + 0001:00069b13 ___acrt_LCIDToLocaleName@16 1006ab13 f libucrt:winapi_thunks.obj + 0001:00069b52 ___acrt_LCMapStringEx@36 1006ab52 f libucrt:winapi_thunks.obj + 0001:00069baf ___acrt_LocaleNameToLCID@8 1006abaf f libucrt:winapi_thunks.obj + 0001:00069be0 ___acrt_can_use_vista_locale_apis 1006abe0 f libucrt:winapi_thunks.obj + 0001:00069beb ___acrt_eagerly_load_locale_apis 1006abeb f libucrt:winapi_thunks.obj + 0001:00069c22 ___acrt_initialize_winapi_thunks 1006ac22 f libucrt:winapi_thunks.obj + 0001:00069c36 ___acrt_uninitialize_winapi_thunks 1006ac36 f libucrt:winapi_thunks.obj + 0001:00069c6c __fcloseall 1006ac6c f libucrt:closeall.obj + 0001:00069d17 ___acrt_stdio_free_buffer_nolock 1006ad17 f libucrt:_freebuf.obj + 0001:00069ebd ___acrt_initialize_lowio 1006aebd f libucrt:ioinit.obj + 0001:00069f1d ___acrt_uninitialize_lowio 1006af1d f libucrt:ioinit.obj + 0001:00069f49 __fileno 1006af49 f libucrt:fileno.obj + 0001:0006a001 __close_internal 1006b001 f libucrt:close.obj + 0001:0006a0a4 __close_nolock 1006b0a4 f libucrt:close.obj + 0001:0006a0d4 __close_nolock_internal 1006b0d4 f libucrt:close.obj + 0001:0006a174 ?__acrt_stdio_allocate_stream@@YA?AV__crt_stdio_stream@@XZ 1006b174 f libucrt:stream.obj + 0001:0006a1dd ?__acrt_stdio_free_stream@@YAXV__crt_stdio_stream@@@Z 1006b1dd f libucrt:stream.obj + 0001:0006a2da ___acrt_initialize_locks 1006b2da f libucrt:locks.obj + 0001:0006a31b ___acrt_lock 1006b31b f libucrt:locks.obj + 0001:0006a332 ___acrt_uninitialize_locks 1006b332 f libucrt:locks.obj + 0001:0006a363 ___acrt_unlock 1006b363 f libucrt:locks.obj + 0001:0006a37a __lock_locales 1006b37a f libucrt:locks.obj + 0001:0006a388 __unlock_locales 1006b388 f libucrt:locks.obj + 0001:0006a433 __commit 1006b433 f libucrt:commit.obj + 0001:0006ac52 __write 1006bc52 f libucrt:write.obj + 0001:0006ac89 __write_internal 1006bc89 f libucrt:write.obj + 0001:0006ad9a __write_nolock 1006bd9a f libucrt:write.obj + 0001:0006b145 ___acrt_stdio_refill_and_read_narrow_nolock 1006c145 f libucrt:_filbuf.obj + 0001:0006b747 __ftelli64 1006c747 f libucrt:ftell.obj + 0001:0006b77d __ftelli64_nolock_internal 1006c77d f libucrt:ftell.obj + 0001:0006b9d5 ___acrt_stdio_flush_and_write_narrow_nolock 1006c9d5 f libucrt:_flsbuf.obj + 0001:0006bebc __read 1006cebc f libucrt:read.obj + 0001:0006bfd5 __read_nolock 1006cfd5 f libucrt:read.obj + 0001:0006c508 __lseeki64 1006d508 f libucrt:lseek.obj + 0001:0006c548 __lseeki64_internal 1006d548 f libucrt:lseek.obj + 0001:0006c566 __lseeki64_nolock 1006d566 f libucrt:lseek.obj + 0001:0006c5a6 __lseeki64_nolock_internal 1006d5a6 f libucrt:lseek.obj + 0001:0006c5c4 ___acrt_should_use_temporary_buffer 1006d5c4 f libucrt:_sftbuf.obj + 0001:0006c602 ___acrt_stdio_begin_temporary_buffering_nolock 1006d602 f libucrt:_sftbuf.obj + 0001:0006c6ad ___acrt_stdio_end_temporary_buffering_nolock 1006d6ad f libucrt:_sftbuf.obj + 0001:0006c6eb ___acrt_stdio_allocate_buffer_nolock 1006d6eb f libucrt:_getbuf.obj + 0001:0006c747 __malloc_base 1006d747 f libucrt:malloc_base.obj + 0001:0006c82d ___acrt_MultiByteToWideChar 1006d82d f libucrt:multibytetowidechar.obj + 0001:0006c857 ___acrt_update_locale_info 1006d857 f libucrt:locale_update.obj + 0001:0006c884 ___acrt_update_locale_info_explicit 1006d884 f libucrt:locale_update.obj + 0001:0006c8b5 ___acrt_update_multibyte_info 1006d8b5 f libucrt:locale_update.obj + 0001:0006c8e2 ___acrt_update_multibyte_info_explicit 1006d8e2 f libucrt:locale_update.obj + 0001:0006c913 __wrename 1006d913 f libucrt:wrename.obj + 0001:0006c940 _strnlen 1006d940 f libucrt:strnlen.obj + 0001:0006ca62 _wcsnlen 1006da62 f libucrt:strnlen.obj + 0001:0006cc12 ?__acrt_fp_classify@@YA?AW4__acrt_fp_class@@ABN@Z 1006dc12 f i libucrt:cvt.obj + 0001:0006d5ea ___acrt_fp_format 1006e5ea f libucrt:cvt.obj + 0001:0006d76b __wctomb_internal 1006e76b f libucrt:wctomb.obj + 0001:0006d8d5 __mbtowc_internal 1006e8d5 f libucrt:mbtowc.obj + 0001:0006da08 __get_printf_count_output 1006ea08 f libucrt:printf_count_output.obj + 0001:0006da1d __errcode 1006ea1d f libucrt:fpexcept.obj + 0001:0006da51 __except1 1006ea51 f libucrt:fpexcept.obj + 0001:0006db1f __handle_exc 1006eb1f f libucrt:fpexcept.obj + 0001:0006dd9f __raise_exc 1006ed9f f libucrt:fpexcept.obj + 0001:0006ddc2 __raise_exc_ex 1006edc2 f libucrt:fpexcept.obj + 0001:0006e0b3 __set_errno_from_matherr 1006f0b3 f libucrt:fpexcept.obj + 0001:0006e0e4 __umatherr 1006f0e4 f libucrt:fpexcept.obj + 0001:0006e184 __decomp 1006f184 f libucrt:util.obj + 0001:0006e256 __set_exp 1006f256 f libucrt:util.obj + 0001:0006e283 __sptype 1006f283 f libucrt:util.obj + 0001:0006e2e6 ___set_fpsr_sse2 1006f2e6 f libucrt:fpctrl.obj + 0001:0006e366 __clrfp 1006f366 f libucrt:fpctrl.obj + 0001:0006e377 __ctrlfp 1006f377 f libucrt:fpctrl.obj + 0001:0006e3a1 __set_statfp 1006f3a1 f libucrt:fpctrl.obj + 0001:0006e3fa __statfp 1006f3fa f libucrt:fpctrl.obj + 0001:0006e457 ??$__crt_fast_decode_pointer@P6AHI@Z@@YAP6AHI@ZQ6AHI@Z@Z 1006f457 f i libucrt:new_handler.obj + 0001:0006e457 ??$__crt_fast_decode_pointer@P6AXH@Z@@YAP6AXH@ZQ6AXH@Z@Z 1006f457 f i libucrt:signal.obj + 0001:0006e457 ??$__crt_fast_decode_pointer@P6GXPAXK0@Z@@YAP6GXPAXK0@ZQ6GX0K0@Z@Z 1006f457 f i libucrt:exit.obj + 0001:0006e6ff ___acrt_initialize_thread_local_exit_callback 1006f6ff f libucrt:exit.obj + 0001:0006e70e __cexit 1006f70e f libucrt:exit.obj + 0001:0006e71d __exit 1006f71d f libucrt:exit.obj + 0001:0006e733 __is_c_termination_complete 1006f733 f libucrt:exit.obj + 0001:0006e80c ___acrt_get_sigabrt_handler 1006f80c f libucrt:signal.obj + 0001:0006e833 ___acrt_initialize_signal_handlers 1006f833 f libucrt:signal.obj + 0001:0006e851 _raise 1006f851 f libucrt:signal.obj + 0001:0006ea43 ___pctype_func 1006fa43 f libucrt:ctype.obj + 0001:0006ea67 _iswctype 1006fa67 f libucrt:iswctype.obj + 0001:0006ead0 __isctype_l 1006fad0 f libucrt:isctype.obj + 0001:0006eb9b _fegetround 1006fb9b f libucrt:fegetround.obj + 0001:0006eba8 ___acrt_initialize_timeset 1006fba8 f libucrt:timeset.obj + 0001:0006ebdd ___daylight 1006fbdd f libucrt:timeset.obj + 0001:0006ebe3 ___dstbias 1006fbe3 f libucrt:timeset.obj + 0001:0006ebe9 ___timezone 1006fbe9 f libucrt:timeset.obj + 0001:0006ebef ___tzname 1006fbef f libucrt:timeset.obj + 0001:0006ebf5 ___wide_tzname 1006fbf5 f libucrt:timeset.obj + 0001:0006ebfb __get_daylight 1006fbfb f libucrt:timeset.obj + 0001:0006ec27 __get_dstbias 1006fc27 f libucrt:timeset.obj + 0001:0006ec53 __get_timezone 1006fc53 f libucrt:timeset.obj + 0001:0006ec7f ??$__crt_time_elapsed_leap_years@H@@YAHH@Z 1006fc7f f i libucrt:gmtime.obj + 0001:0006ecb9 ??$__crt_time_is_leap_year@H@@YA_NH@Z 1006fcb9 f i libucrt:gmtime.obj + 0001:0006eeff __gmtime64_s 1006feff f libucrt:gmtime.obj + 0001:0006f7c9 ___tzset 100707c9 f libucrt:tzset.obj + 0001:0006f826 __isindst 10070826 f libucrt:tzset.obj + 0001:0006f90a ___acrt_WideCharToMultiByte 1007090a f libucrt:widechartomultibyte.obj + 0001:0006f976 ??1?$__crt_scoped_stack_ptr@_W@@QAE@XZ 10070976 f i libucrt:wcsftime.obj + 0001:000709da __W_Gettnames 100719da f libucrt:wcsftime.obj + 0001:000710d6 __Wcsftime_l 100720d6 f libucrt:wcsftime.obj + 0001:00071236 __freea_crt 10072236 f i libucrt:wcsftime.obj + 0001:00071256 __dtest 10072256 f libucrt:_test.obj + 0001:000712ba __ldtest 100722ba f libucrt:_test.obj + 0001:000714b4 ___acrt_LCMapStringA 100724b4 f libucrt:lcmapstringa.obj + 0001:000714fd ___libm_error_support 100724fd f libucrt:libm_error.obj + 0001:00071700 _sqrt 10072700 f libucrt:sqrt.obj + 0001:0007170e ___acrt_initialize_sse2 1007270e f libucrt:mathfcns.obj + 0001:0007171e __ceil_default 1007271e f libucrt:ceil.obj + 0001:000717e0 ___ascii_strnicmp 100727e0 f libucrt:_strnicm.obj + 0001:00071841 ___acrt_add_locale_ref 10072841 f libucrt:locale_refcounting.obj + 0001:000718be ___acrt_free_locale 100728be f libucrt:locale_refcounting.obj + 0001:00071a06 ___acrt_locale_add_lc_time_reference 10072a06 f libucrt:locale_refcounting.obj + 0001:00071a2f ___acrt_locale_free_lc_time_if_unreferenced 10072a2f f libucrt:locale_refcounting.obj + 0001:00071a60 ___acrt_locale_release_lc_time_reference 10072a60 f libucrt:locale_refcounting.obj + 0001:00071a89 ___acrt_release_locale_ref 10072a89 f libucrt:locale_refcounting.obj + 0001:00071b0a ___acrt_update_thread_locale_data 10072b0a f libucrt:locale_refcounting.obj + 0001:00071b8b __updatetlocinfoEx_nolock 10072b8b f libucrt:locale_refcounting.obj + 0001:00072157 ___acrt_initialize_multibyte 10073157 f libucrt:mbctype.obj + 0001:0007219f ___acrt_update_thread_multibyte_data 1007319f f libucrt:mbctype.obj + 0001:000721b2 __setmbcp_nolock 100731b2 f libucrt:mbctype.obj + 0001:000723b7 __seh_filter_dll 100733b7 f libucrt:exception_filter.obj + 0001:000723d7 __seh_filter_exe 100733d7 f libucrt:exception_filter.obj + 0001:0007251d ____lc_codepage_func 1007351d f libucrt:initctype.obj + 0001:00072542 ____lc_locale_name_func 10073542 f libucrt:initctype.obj + 0001:00072569 ____mb_cur_max_func 10073569 f libucrt:initctype.obj + 0001:0007258e ___acrt_locale_initialize_ctype 1007358e f libucrt:initctype.obj + 0001:000729eb ___acrt_locale_free_monetary 100739eb f libucrt:initmon.obj + 0001:00072ae9 ___acrt_locale_initialize_monetary 10073ae9 f libucrt:initmon.obj + 0001:00072e4a ___acrt_locale_free_numeric 10073e4a f libucrt:initnum.obj + 0001:00072eb3 ___acrt_locale_initialize_numeric 10073eb3 f libucrt:initnum.obj + 0001:00073371 ___acrt_locale_free_time 10074371 f libucrt:inittime.obj + 0001:00073455 ___acrt_locale_initialize_time 10074455 f libucrt:inittime.obj + 0001:000734d0 _wcscat_s 100744d0 f libucrt:wcscat_s.obj + 0001:0007353f _wcscpy_s 1007453f f libucrt:wcscpy_s.obj + 0001:0007368b _wcsncat_s 1007468b f libucrt:wcsncat_s.obj + 0001:00073764 _wcsncpy_s 10074764 f libucrt:wcsncpy_s.obj + 0001:0007376f _wcscspn 1007476f f libucrt:wcscspn.obj + 0001:000737c8 _wcspbrk 100747c8 f libucrt:wcspbrk.obj + 0001:00073816 ___acrt_GetStringTypeA 10074816 f libucrt:getstringtypea.obj + 0001:0007400e ___acrt_get_qualified_locale 1007500e f libucrt:get_qualified_locale.obj + 0001:00074983 ___acrt_get_qualified_locale_downlevel 10075983 f libucrt:getqloc_downlevel.obj + 0001:00074b73 ___acrt_initialize_new_handler 10075b73 f libucrt:new_handler.obj + 0001:00074b82 __callnewh 10075b82 f libucrt:new_handler.obj + 0001:00074bae __query_new_handler 10075bae f libucrt:new_handler.obj + 0001:00074c05 __query_new_mode 10075c05 f libucrt:new_mode.obj + 0001:00074c0c ___acrt_initialize_heap 10075c0c f libucrt:heap_handle.obj + 0001:00074c1d ___acrt_uninitialize_heap 10075c1d f libucrt:heap_handle.obj + 0001:00074c77 ___acrt_DownlevelLCIDToLocaleName 10075c77 f libucrt:lcidtoname_downlevel.obj + 0001:00074d1a ___acrt_DownlevelLocaleNameToLCID 10075d1a f libucrt:lcidtoname_downlevel.obj + 0001:00074d46 ___acrt_get_process_end_policy 10075d46 f libucrt:win_policies.obj + 0001:00074d6d ___acrt_lowio_create_handle_array 10075d6d f libucrt:osfinfo.obj + 0001:00074de8 ___acrt_lowio_destroy_handle_array 10075de8 f libucrt:osfinfo.obj + 0001:00074e1d ___acrt_lowio_ensure_fh_exists 10075e1d f libucrt:osfinfo.obj + 0001:00074ebb ___acrt_lowio_lock_fh 10075ebb f libucrt:osfinfo.obj + 0001:00074ede ___acrt_lowio_set_os_handle 10075ede f libucrt:osfinfo.obj + 0001:00074f70 ___acrt_lowio_unlock_fh 10075f70 f libucrt:osfinfo.obj + 0001:00074f93 __alloc_osfhnd 10075f93 f libucrt:osfinfo.obj + 0001:000750a6 __free_osfhnd 100760a6 f libucrt:osfinfo.obj + 0001:00075137 __get_osfhandle 10076137 f libucrt:osfinfo.obj + 0001:000751a1 __isatty 100761a1 f libucrt:isatty.obj + 0001:00075223 ?__mbrtowc_utf8@__crt_mbstring@@YAIPA_WPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10076223 f libucrt:mbrtowc.obj + 0001:00075266 ?__mbsrtowcs_utf8@__crt_mbstring@@YAIPA_WPAPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10076266 f libucrt:mbrtowc.obj + 0001:0007536e __putwch_nolock 1007636e f libucrt:putwch.obj + 0001:00075451 ___acrt_fp_strflt_to_string 10076451 f libucrt:_fptostr.obj + 0001:0007554b ___acrt_fltout 1007654b f libucrt:cfout.obj + 0001:00076b33 ?__c32rtomb_utf8@__crt_mbstring@@YAIPAD_UPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10077b33 f libucrt:c32rtomb.obj + 0001:00076be3 ___acrt_has_user_matherr 10077be3 f libucrt:matherr.obj + 0001:00076c00 ___acrt_initialize_user_matherr 10077c00 f libucrt:matherr.obj + 0001:00076c0f ___acrt_invoke_user_matherr 10077c0f f libucrt:matherr.obj + 0001:00076c45 __initterm 10077c45 f libucrt:initterm.obj + 0001:00076c70 __initterm_e 10077c70 f libucrt:initterm.obj + 0001:00076f30 __crt_atexit 10077f30 f libucrt:onexit.obj + 0001:00076f46 __execute_onexit_table 10077f46 f libucrt:onexit.obj + 0001:00076f84 __initialize_onexit_table 10077f84 f libucrt:onexit.obj + 0001:00076fad __register_onexit_function 10077fad f libucrt:onexit.obj + 0001:00076fe0 ___acrt_app_verifier_enabled 10077fe0 f libucrt:peb_access.obj + 0001:00076ff2 ___acrt_is_secure_process 10077ff2 f libucrt:peb_access.obj + 0001:00077005 ___acrt_GetStringTypeW 10078005 f libucrt:getstringtypew.obj + 0001:000772e7 ___acrt_fenv_get_common_round_control 100782e7 f libucrt:_fenvutils.obj + 0001:00077309 ___acrt_fenv_get_control 10078309 f libucrt:_fenvutils.obj + 0001:00077389 ___acrt_fenv_get_status 10078389 f libucrt:_fenvutils.obj + 0001:00077433 ___acrt_fenv_set_control 10078433 f libucrt:_fenvutils.obj + 0001:000774ae ___acrt_fenv_set_status 100784ae f libucrt:_fenvutils.obj + 0001:0007773b __wgetenv_s 1007873b f libucrt:getenv.obj + 0001:00077746 ___ascii_wcsicmp 10078746 f libucrt:wcsicmp.obj + 0001:00077783 __towlower_internal 10078783 f i libucrt:wcsicmp.obj + 0001:000777c2 __wcsicmp 100787c2 f libucrt:wcsicmp.obj + 0001:0007780b __wcsicmp_l 1007880b f libucrt:wcsicmp.obj + 0001:000778c3 ___strncnt 100788c3 f libucrt:strncnt.obj + 0001:000778e0 __twoToTOS 100788e0 f libucrt:common.obj + 0001:000778f5 __load_CW 100788f5 f libucrt:common.obj + 0001:0007790c __convertTOStoQNaN 1007890c f libucrt:common.obj + 0001:00077925 __fload_withFB 10078925 f libucrt:common.obj + 0001:00077968 __checkTOS_withFB 10078968 f libucrt:common.obj + 0001:0007797e __fast_exit 1007897e f libucrt:common.obj + 0001:0007798b __math_exit 1007898b f libucrt:common.obj + 0001:000779b5 __check_overflow_exit 100789b5 f libucrt:common.obj + 0001:000779c9 __check_range_exit 100789c9 f libucrt:common.obj + 0001:00077a70 __CIsqrt 10078a70 f libucrt:sqrt_impl.obj + 0001:00077a84 __sqrt_common 10078a84 libucrt:sqrt_impl.obj + 0001:00077b21 __frnd 10078b21 f libucrt:frnd.obj + 0001:00077c23 ___acrt_GetLocaleInfoA 10078c23 f libucrt:getlocaleinfoa.obj + 0001:00077f01 __itow_s 10078f01 f libucrt:xtoa.obj + 0001:00077f34 ___ascii_wcsnicmp 10078f34 f libucrt:wcsnicmp.obj + 0001:00077f83 __wcsnicmp 10078f83 f libucrt:wcsnicmp.obj + 0001:00077fcf __wcsnicmp_l 10078fcf f libucrt:wcsnicmp.obj + 0001:000780a2 __query_app_type 100790a2 f libucrt:report_runtime_error.obj + 0001:000780a8 ?__mbrtoc32_utf8@__crt_mbstring@@YAIPA_UPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 100790a8 f libucrt:mbrtoc32.obj + 0001:00078278 ___dcrt_lowio_ensure_console_output_initialized 10079278 f libucrt:initcon.obj + 0001:00078297 ___dcrt_terminate_console_output 10079297 f libucrt:initcon.obj + 0001:000782ae ___dcrt_write_console 100792ae f libucrt:initcon.obj + 0001:00078303 __controlfp_s 10079303 f libucrt:contrlfp.obj + 0001:00078362 _fegetenv 10079362 f libucrt:fegetenv.obj + 0001:0007837f _fesetenv 1007937f f libucrt:fesetenv.obj + 0001:000783cb _feholdexcept 100793cb f libucrt:feholdexcept.obj + 0001:00078420 __CIlog10 10079420 f libucrt:log10_impl.obj + 0001:0007845b __CIlog10_default 1007945b f libucrt:log10_impl.obj + 0001:0007846f __log10_default 1007946f libucrt:log10_impl.obj + 0001:00078530 ?reset_and_return@__crt_mbstring@@YAIIPAU_Mbstatet@@@Z 10079530 f libucrt:common_utf8.obj + 0001:00078544 ?return_illegal_sequence@__crt_mbstring@@YAIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10079544 f libucrt:common_utf8.obj + 0001:00078566 __recalloc_base 10079566 f libucrt:recalloc.obj + 0001:000785d3 __wcsnicoll 100795d3 f libucrt:wcsnicol.obj + 0001:00078640 __wcsnicoll_l 10079640 f libucrt:wcsnicol.obj + 0001:00078ac1 ___dcrt_get_or_create_wide_environment_nolock 10079ac1 f libucrt:environment_initialization.obj + 0001:00078ac6 ___dcrt_uninitialize_environments_nolock 10079ac6 f libucrt:environment_initialization.obj + 0001:00078b17 __initialize_narrow_environment 10079b17 f libucrt:environment_initialization.obj + 0001:00078b1c __towlower_l 10079b1c f libucrt:towlower.obj + 0001:00078bf0 __startTwoArgErrorHandling 10079bf0 f libucrt:genexcep.obj + 0001:00078c07 __startOneArgErrorHandling 10079c07 f libucrt:genexcep.obj + 0001:00078c50 __trandisp1 10079c50 f libucrt:87disp.obj + 0001:00078cc5 __trandisp2 10079cc5 f libucrt:87disp.obj + 0001:00078d5f __rttospopde 10079d5f libucrt:87disp.obj + 0001:00078d64 __rttospop 10079d64 libucrt:87disp.obj + 0001:00078d70 __rtnospop 10079d70 f libucrt:87disp.obj + 0001:00078d80 __rttosnpop 10079d80 f libucrt:87disp.obj + 0001:00078d81 __rtnospopde 10079d81 libucrt:87disp.obj + 0001:00078d88 __rtzeropop 10079d88 libucrt:87disp.obj + 0001:00078d8a __rtzeronpop 10079d8a libucrt:87disp.obj + 0001:00078d90 __rtzerospop 10079d90 f libucrt:87disp.obj + 0001:00078d9d __rtonepop 10079d9d libucrt:87disp.obj + 0001:00078da0 __rtonenpop 10079da0 f libucrt:87disp.obj + 0001:00078db0 __tosnan1 10079db0 f libucrt:87disp.obj + 0001:00078de0 __nosnan2 10079de0 f libucrt:87disp.obj + 0001:00078df0 __tosnan2 10079df0 f libucrt:87disp.obj + 0001:00078e20 __nan2 10079e20 f libucrt:87disp.obj + 0001:00078e60 __rtindfpop 10079e60 f libucrt:87disp.obj + 0001:00078e62 __rtindfnpop 10079e62 libucrt:87disp.obj + 0001:00078e73 __rttosnpopde 10079e73 libucrt:87disp.obj + 0001:00078e80 __rtatan2inf 10079e80 f libucrt:87disp.obj + 0001:00078e9d __rtchsifneg 10079e9d libucrt:87disp.obj + 0001:00078f5b _strncpy_s 10079f5b f libucrt:strncpy_s.obj + 0001:0007900d __clearfp 1007a00d f libucrt:ieee87.obj + 0001:000790eb __control87 1007a0eb f libucrt:ieee87.obj + 0001:00079490 __CIlog10_pentium4 1007a490 f libucrt:log10_pentium4.obj + 0001:000794a8 __log10_pentium4 1007a4a8 libucrt:log10_pentium4.obj + 0001:00079740 __fFEXP 1007a740 f libucrt:87tran.obj + 0001:00079797 __rtinfpopse 1007a797 libucrt:87tran.obj + 0001:00079799 __rtinfnpopse 1007a799 libucrt:87tran.obj + 0001:000797a9 __fFLN 1007a7a9 libucrt:87tran.obj + 0001:0007985e __rtinfpop 1007a85e libucrt:87tran.obj + 0001:00079860 __rtinfnpop 1007a860 libucrt:87tran.obj + 0001:00079870 __rtforexpinf 1007a870 f libucrt:87tran.obj + 0001:0007987d __ffexpm1 1007a87d libucrt:87tran.obj + 0001:00079926 __msize_base 1007a926 f libucrt:msize.obj + 0001:00079959 __realloc_base 1007a959 f libucrt:realloc_base.obj + 0001:000799c2 ___acrt_CompareStringW 1007a9c2 f libucrt:comparestringw.obj + 0001:00079a5e ___dcrt_get_narrow_environment_from_os 1007aa5e f libucrt:get_environment_from_os.obj + 0001:00079afe ___dcrt_get_wide_environment_from_os 1007aafe f libucrt:get_environment_from_os.obj + 0001:00079f07 ___dcrt_set_variable_in_wide_environment_nolock 1007af07 f libucrt:setenv.obj + 0001:00079f12 ___acrt_LCMapStringW 1007af12 f libucrt:lcmapstringw.obj + 0001:00079f50 __87except 1007af50 f libucrt:87except.obj + 0001:0007a060 __d_inttype 1007b060 f libucrt:powhlp.obj + 0001:0007a0c8 __powhlp 1007b0c8 f libucrt:powhlp.obj + 0001:0007a496 _mbstowcs_s 1007b496 f libucrt:mbstowcs.obj + 0001:0007a4d3 __fpclass 1007b4d3 f libucrt:ieeemisc.obj + 0001:0007a577 _CreateToolhelp32Snapshot@8 1007b577 f kernel32:KERNEL32.dll + 0001:0007a57d _Thread32First@8 1007b57d f kernel32:KERNEL32.dll + 0001:0007a583 _Thread32Next@8 1007b583 f kernel32:KERNEL32.dll + 0001:0007a589 ??0_Init_locks@std@@QAE@XZ 1007b589 f libcpmt:xlock.obj + 0001:0007a5b6 ??0_Lockit@std@@QAE@H@Z 1007b5b6 f libcpmt:xlock.obj + 0001:0007a5e7 ??1_Init_locks@std@@QAE@XZ 1007b5e7 f libcpmt:xlock.obj + 0001:0007a60e ??1_Lockit@std@@QAE@XZ 1007b60e f libcpmt:xlock.obj + 0001:0007a62d ??0bad_function_call@std@@QAE@ABV01@@Z 1007b62d f i libcpmt:xthrow.obj + 0001:0007a648 ??0bad_function_call@std@@QAE@XZ 1007b648 f i libcpmt:xthrow.obj + 0001:0007a659 ??0invalid_argument@std@@QAE@ABV01@@Z 1007b659 f i libcpmt:xthrow.obj + 0001:0007a674 ??0invalid_argument@std@@QAE@PBD@Z 1007b674 f i libcpmt:xthrow.obj + 0001:0007a693 ??0length_error@std@@QAE@ABV01@@Z 1007b693 f i libcpmt:xthrow.obj + 0001:0007a6ae ??0length_error@std@@QAE@PBD@Z 1007b6ae f i libcpmt:xthrow.obj + 0001:0007a6cd ??0logic_error@std@@QAE@ABV01@@Z 1007b6cd f i libcpmt:xthrow.obj + 0001:0007a6e8 ??0out_of_range@std@@QAE@ABV01@@Z 1007b6e8 f i libcpmt:xthrow.obj + 0001:0007a703 ??0out_of_range@std@@QAE@PBD@Z 1007b703 f i libcpmt:xthrow.obj + 0001:0007a722 ??0runtime_error@std@@QAE@PBD@Z 1007b722 f i libcpmt:xthrow.obj + 0001:0007a741 ?_Xbad_alloc@std@@YAXXZ 1007b741 f libcpmt:xthrow.obj + 0001:0007a741 ?__scrt_throw_std_bad_alloc@@YAXXZ 1007b741 f LIBCMT:throw_bad_alloc.obj + 0001:0007a75e ?_Xbad_function_call@std@@YAXXZ 1007b75e f libcpmt:xthrow.obj + 0001:0007a77b ?_Xinvalid_argument@std@@YAXPBD@Z 1007b77b f libcpmt:xthrow.obj + 0001:0007a79b ?_Xlength_error@std@@YAXPBD@Z 1007b79b f libcpmt:xthrow.obj + 0001:0007a7bb ?_Xout_of_range@std@@YAXPBD@Z 1007b7bb f libcpmt:xthrow.obj + 0001:0007a7db ?_Xruntime_error@std@@YAXPBD@Z 1007b7db f libcpmt:xthrow.obj + 0001:0007a7fb ?what@bad_function_call@std@@UBEPBDXZ 1007b7fb f i libcpmt:xthrow.obj + 0001:0007a801 ?_Syserror_map@std@@YAPBDH@Z 1007b801 f libcpmt:syserror.obj + 0001:0007a826 ??0_Locimp@locale@std@@AAE@_N@Z 1007b826 f i libcpmt:locale0.obj + 0001:0007a867 ??1_Fac_node@std@@QAE@XZ 1007b867 f i libcpmt:locale0.obj + 0001:0007a898 ??1_Fac_tidy_reg_t@std@@QAE@XZ 1007b898 f i libcpmt:locale0.obj + 0001:0007a8bf ??1_Locimp@locale@std@@MAE@XZ 1007b8bf f i libcpmt:locale0.obj + 0001:0007a8ea ??4?$_Yarn@D@std@@QAEAAV01@PBD@Z 1007b8ea f i libcpmt:locale0.obj + 0001:0007a93e ??_E_Locimp@locale@std@@MAEPAXI@Z 1007b93e f i libcpmt:locale0.obj + 0001:0007a93e ??_G_Locimp@locale@std@@MAEPAXI@Z 1007b93e f i libcpmt:locale0.obj + 0001:0007a960 ?_Facet_Register@std@@YAXPAV_Facet_base@1@@Z 1007b960 f libcpmt:locale0.obj + 0001:0007a98c ?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ 1007b98c f libcpmt:locale0.obj + 0001:0007a992 ?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 1007b992 f libcpmt:locale0.obj + 0001:0007aa1f ?_Locimp_dtor@_Locimp@locale@std@@CAXPAV123@@Z 1007ba1f f libcpmt:locale0.obj + 0001:0007aa90 ?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z 1007ba90 f libcpmt:locale0.obj + 0001:0007aadb ?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z 1007badb f libcpmt:locale0.obj + 0001:0007aaf5 ?_New_Locimp@_Locimp@locale@std@@CAPAV123@_N@Z 1007baf5 f libcpmt:locale0.obj + 0001:0007ab18 ?_Setgloballocale@locale@std@@CAXPAX@Z 1007bb18 f libcpmt:locale0.obj + 0001:0007ab40 __Deletegloballocale 1007bb40 f libcpmt:locale0.obj + 0001:0007aba5 __Getctype 1007bba5 f libcpmt:_tolower.obj + 0001:0007ac10 __Tolower 1007bc10 f libcpmt:_tolower.obj + 0001:0007ad1c __Toupper 1007bd1c f libcpmt:_toupper.obj + 0001:0007ae28 ?_Addstd@ios_base@std@@SAXPAV12@@Z 1007be28 f libcpmt:ios.obj + 0001:0007ae74 ?_Callfns@ios_base@std@@AAEXW4event@12@@Z 1007be74 f i libcpmt:ios.obj + 0001:0007aea7 ?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z 1007bea7 f libcpmt:ios.obj + 0001:0007aee7 ?_Tidy@ios_base@std@@AAEXXZ 1007bee7 f i libcpmt:ios.obj + 0001:0007af62 ?uncaught_exception@std@@YA_NXZ 1007bf62 f libcpmt:uncaught_exception.obj + 0001:0007af67 ___std_init_once_link_alternate_names_and_abort@0 1007bf67 f libcpmt:xonce2.obj + 0001:0007af6c __Query_perf_counter 1007bf6c f libcpmt:xtime.obj + 0001:0007af83 __Query_perf_frequency 1007bf83 f libcpmt:xtime.obj + 0001:0007afc0 __Xtime_get_ticks 1007bfc0 f libcpmt:xtime.obj + 0001:0007afe7 __Getcvt 1007bfe7 f libcpmt:xwctomb.obj + 0001:0007b0d7 ?_Fiopen@std@@YAPAU_iobuf@@PBDHH@Z 1007c0d7 f libcpmt:fiopen.obj + 0001:0007b0e0 ?setw@std@@YA?AU?$_Smanip@_J@1@_J@Z 1007c0e0 f libcpmt:iomanip.obj + 0001:0007b10e __Mtxdst 1007c10e f libcpmt:xmtx.obj + 0001:0007b11c __Mtxinit 1007c11c f libcpmt:xmtx.obj + 0001:0007b131 __Mtxlock 1007c131 f libcpmt:xmtx.obj + 0001:0007b13f __Mtxunlock 1007c13f f libcpmt:xmtx.obj + 0001:0007b14d ??1_Init_atexit@@QAE@XZ 1007c14d f i libcpmt:iosptrs.obj + 0001:0007b1b5 ?_Atexit@@YAXP6AXXZ@Z 1007c1b5 f libcpmt:iosptrs.obj + 0001:0007b1e4 ___crtLCMapStringA 1007c1e4 f libcpmt:StlLCMapStringA.obj + 0001:0007b3f5 ___crtGetSystemTimePreciseAsFileTime 1007c3f5 f libcpmt:winapisupp.obj + 0001:0007b44a ??2@YAPAXI@Z 1007c44a f LIBCMT:new_scalar.obj + 0001:0007b47a ??3@YAXPAXI@Z 1007c47a f LIBCMT:delete_scalar_size.obj + 0001:0007b488 ??_V@YAXPAX@Z 1007c488 f LIBCMT:delete_array.obj + 0001:0007b4d1 ___scrt_acquire_startup_lock 1007c4d1 f LIBCMT:utility.obj + 0001:0007b503 ___scrt_dllmain_after_initialize_c 1007c503 f LIBCMT:utility.obj + 0001:0007b52e ___scrt_dllmain_before_initialize_c 1007c52e f LIBCMT:utility.obj + 0001:0007b53c ___scrt_dllmain_crt_thread_attach 1007c53c f LIBCMT:utility.obj + 0001:0007b55b ___scrt_dllmain_crt_thread_detach 1007c55b f LIBCMT:utility.obj + 0001:0007b568 ___scrt_dllmain_exception_filter 1007c568 f LIBCMT:utility.obj + 0001:0007b59c ___scrt_dllmain_uninitialize_c 1007c59c f LIBCMT:utility.obj + 0001:0007b5bf ___scrt_dllmain_uninitialize_critical 1007c5bf f LIBCMT:utility.obj + 0001:0007b5cc ___scrt_initialize_crt 1007c5cc f LIBCMT:utility.obj + 0001:0007b605 ___scrt_initialize_onexit_tables 1007c605 f LIBCMT:utility.obj + 0001:0007b68c ___scrt_is_nonwritable_in_current_image 1007c68c f LIBCMT:utility.obj + 0001:0007b720 ___scrt_release_startup_lock 1007c720 f LIBCMT:utility.obj + 0001:0007b73d ___scrt_uninitialize_crt 1007c73d f LIBCMT:utility.obj + 0001:0007b765 __onexit 1007c765 f LIBCMT:utility.obj + 0001:0007b792 _atexit 1007c792 f LIBCMT:utility.obj + 0001:0007b7a7 @__security_check_cookie@4 1007c7a7 f LIBCMT:secchk.obj + 0001:0007b7b5 ??_Etype_info@@UAEPAXI@Z 1007c7b5 f i LIBCMT:std_type_info_static.obj + 0001:0007b7b5 ??_Gtype_info@@UAEPAXI@Z 1007c7b5 f i LIBCMT:std_type_info_static.obj + 0001:0007b7d8 ??_U@YAPAXI@Z 1007c7d8 f LIBCMT:new_array.obj + 0001:0007b7f0 __allshl 1007c7f0 f LIBCMT:llshl.obj + 0001:0007b810 __aullshr 1007c810 f LIBCMT:ullshr.obj + 0001:0007b82f __Init_thread_abort 1007c82f f LIBCMT:thread_safe_statics.obj + 0001:0007b85a __Init_thread_footer 1007c85a f LIBCMT:thread_safe_statics.obj + 0001:0007b8ab __Init_thread_header 1007c8ab f LIBCMT:thread_safe_statics.obj + 0001:0007b8fa __Init_thread_wait_v2 1007c8fa f LIBCMT:thread_safe_statics.obj + 0001:0007b910 __alldiv 1007c910 f LIBCMT:lldiv.obj + 0001:0007b9c0 __alldvrm 1007c9c0 f LIBCMT:lldvrm.obj + 0001:0007baa0 __allmul 1007caa0 f LIBCMT:llmul.obj + 0001:0007bae0 __allrem 1007cae0 f LIBCMT:llrem.obj + 0001:0007bb92 ?__scrt_initialize_type_info@@YAXXZ 1007cb92 f LIBCMT:tncleanup.obj + 0001:0007bb9e ?__scrt_uninitialize_type_info@@YAXXZ 1007cb9e f LIBCMT:tncleanup.obj + 0001:0007bbb0 __ftol3 1007cbb0 f LIBCMT:ftol3.obj + 0001:0007bc20 __dtoul3 1007cc20 f LIBCMT:ftol3.obj + 0001:0007bcd0 __dtoul3_legacy 1007ccd0 f LIBCMT:ftol3.obj + 0001:0007bd00 __dtol3 1007cd00 f LIBCMT:ftol3.obj + 0001:0007bdb0 __ultod3 1007cdb0 f LIBCMT:ftol3.obj + 0001:0007be00 __ltod3 1007ce00 f LIBCMT:ftol3.obj + 0001:0007c182 __DllMainCRTStartup@12 1007d182 f LIBCMT:dll_dllmain.obj + 0001:0007c1b0 __SEH_prolog4 1007d1b0 f LIBCMT:sehprolg4.obj + 0001:0007c1f5 @_guard_check_icall@4 1007d1f5 f i LIBCMT:checkcfg.obj + 0001:0007c1fb ___isa_available_init 1007d1fb f LIBCMT:cpu_disp.obj + 0001:0007c530 __FindPESection 1007d530 f LIBCMT:pesect.obj + 0001:0007c580 __IsNonwritableInCurrentImage 1007d580 f LIBCMT:pesect.obj + 0001:0007c640 __ValidateImageBase 1007d640 f LIBCMT:pesect.obj + 0001:0007c671 __EH_epilog3 1007d671 f LIBCMT:ehprolg3.obj + 0001:0007c685 __EH_prolog3 1007d685 f LIBCMT:ehprolg3.obj + 0001:0007c6b8 __EH_prolog3_catch 1007d6b8 f LIBCMT:ehprolg3.obj + 0001:0007c6f0 __aulldvrm 1007d6f0 f LIBCMT:ulldvrm.obj + 0001:0007c785 ___scrt_fastfail 1007d785 f LIBCMT:utility_desktop.obj + 0001:0007c89a __crt_debugger_hook 1007d89a f LIBCMT:utility_desktop.obj + 0001:0007c8b0 __aulldiv 1007d8b0 f LIBCMT:ulldiv.obj + 0001:0007c920 __aullrem 1007d920 f LIBCMT:ullrem.obj + 0001:0007c995 ___raise_securityfailure 1007d995 f LIBCMT:gs_report.obj + 0001:0007c9bd ___report_gsfailure 1007d9bd f LIBCMT:gs_report.obj + 0001:0007cab8 ___report_rangecheckfailure 1007dab8 f LIBCMT:gs_report.obj + 0001:0007cac5 ___report_securityfailure 1007dac5 f LIBCMT:gs_report.obj + 0001:0007cba0 __alloca_probe 1007dba0 f LIBCMT:chkstk.obj + 0001:0007cba0 __chkstk 1007dba0 f LIBCMT:chkstk.obj + 0001:0007cbd0 __alloca_probe_16 1007dbd0 f LIBCMT:alloca16.obj + 0001:0007cbe6 __alloca_probe_8 1007dbe6 LIBCMT:alloca16.obj + 0001:0007cc00 __ftol2_sse 1007dc00 f LIBCMT:ftol2.obj + 0001:0007cc10 __ftoi2 1007dc10 f LIBCMT:ftol2.obj + 0001:0007cc8c ?__scrt_throw_std_bad_array_new_length@@YAXXZ 1007dc8c f LIBCMT:throw_bad_alloc.obj + 0001:0007cca9 ___scrt_is_ucrt_dll_in_use 1007dca9 f LIBCMT:ucrt_detection.obj + 0001:0007cd02 ___security_init_cookie 1007dd02 f LIBCMT:gs_support.obj + 0001:0007cd4d _DllMain@12 1007dd4d f LIBCMT:dll_dllmain_stub.obj + 0001:0007cd53 ___local_stdio_scanf_options 1007dd53 f i LIBCMT:default_local_stdio_options.obj + 0001:0007cd59 ___scrt_initialize_default_local_stdio_options 1007dd59 f LIBCMT:default_local_stdio_options.obj + 0001:0007cd76 ___scrt_get_dyn_tls_init_callback 1007dd76 f LIBCMT:dyn_tls_init.obj + 0001:0007cd7c __RTC_Initialize 1007dd7c f LIBCMT:initsect.obj + 0001:0007cda8 __RTC_Terminate 1007dda8 f LIBCMT:initsect.obj + 0001:0007cdd4 _memcmp 1007ddd4 f libvcruntime:memcmp.obj + 0001:0007e460 _strrchr 1007f460 f libvcruntime:strrchr.obj + 0001:0007e597 _wcschr 1007f597 f libvcruntime:wcschr.obj + 0001:0007e638 ___uncaught_exception 1007f638 f libvcruntime:uncaught_exception.obj + 0001:0007e64c ___vcrt_initialize 1007f64c f libvcruntime:initialization.obj + 0001:0007e66b ___vcrt_thread_attach 1007f66b f libvcruntime:initialization.obj + 0001:0007e676 ___vcrt_thread_detach 1007f676 f libvcruntime:initialization.obj + 0001:0007e67e ___vcrt_uninitialize 1007f67e f libvcruntime:initialization.obj + 0001:0007e695 ___vcrt_uninitialize_critical 1007f695 f libvcruntime:initialization.obj + 0001:0007e8f2 _setlocale 1007f8f2 f libucrt:setlocale.obj + 0001:0007e930 _islower 1007f930 f libucrt:_ctype.obj + 0001:0007e9c0 _isupper 1007f9c0 f libucrt:_ctype.obj + 0001:0007ea44 __wcsdup 1007fa44 f libucrt:wcsdup.obj + 0001:0007eb5a __fsopen 1007fb5a f libucrt:fopen.obj + 0001:0007ee16 ___acrt_allocate_buffer_for_argv 1007fe16 f libucrt:argv_parsing.obj + 0001:0007ee65 __configure_narrow_argv 1007fe65 f libucrt:argv_parsing.obj + 0001:0007ef6b ___acrt_initialize 1007ff6b f libucrt:initialization.obj + 0001:0007ef7d ___acrt_thread_attach 1007ff7d f libucrt:initialization.obj + 0001:0007ef88 ___acrt_thread_detach 1007ff88 f libucrt:initialization.obj + 0001:0007ef90 ___acrt_uninitialize 1007ff90 f libucrt:initialization.obj + 0001:0007efc0 ___acrt_uninitialize_critical 1007ffc0 f libucrt:initialization.obj + 0001:0007f34e __wcstombs_s_l 1008034e f libucrt:wcstombs.obj + 0001:0007f38c ??$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z 1008038c f i libucrt:openfile.obj + 0001:0007f639 ?__acrt_stdio_parse_mode_D@@YA_NAAU__acrt_stdio_stream_mode@@@Z 10080639 f i libucrt:openfile.obj + 0001:0007f654 ?__acrt_stdio_parse_mode_T@@YA_NAAU__acrt_stdio_stream_mode@@@Z 10080654 f i libucrt:openfile.obj + 0001:0007f673 ?__acrt_stdio_parse_mode_b@@YA_NAAU__acrt_stdio_stream_mode@@@Z 10080673 f i libucrt:openfile.obj + 0001:0007f693 ?__acrt_stdio_parse_mode_c@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 10080693 f i libucrt:openfile.obj + 0001:0007f6b5 ?__acrt_stdio_parse_mode_n@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 100806b5 f i libucrt:openfile.obj + 0001:0007f6d7 ?__acrt_stdio_parse_mode_plus@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 100806d7 f i libucrt:openfile.obj + 0001:0007f70d ?__acrt_stdio_parse_mode_t@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1008070d f i libucrt:openfile.obj + 0001:0007f72d ?__acrt_stdio_parse_mode_x@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1008072d f i libucrt:openfile.obj + 0001:0007f74d __openfile 1008074d f libucrt:openfile.obj + 0001:0007f770 ??$__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 10080770 f i libucrt:argv_wildcards.obj + 0001:0007fd0e ?allocate@?$__crt_win32_buffer@DU__crt_win32_buffer_internal_dynamic_resizing@@@@QAEHI@Z 10080d0e f i libucrt:argv_wildcards.obj + 0001:0007fdd1 ___acrt_expand_narrow_argv_wildcards 10080dd1 f libucrt:argv_wildcards.obj + 0001:0007fddc ___acrt_GetModuleFileNameA 10080ddc f libucrt:getmodulefilenamea.obj + 0001:0007fecd __ismbblead 10080ecd f libucrt:ismbbyte.obj + 0001:0007fee5 ___acrt_initialize_command_line 10080ee5 f libucrt:argv_data.obj + 0001:0007fefe ___acrt_execute_initializers 10080efe f libucrt:shared_initialization.obj + 0001:0007ff66 ___acrt_execute_uninitializers 10080f66 f libucrt:shared_initialization.obj + 0001:0007ff97 ?__wcsrtombs_utf8@__crt_mbstring@@YAIPADPAPB_WIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10080f97 f libucrt:wcrtomb.obj + 0001:00080690 __sopen_nolock 10081690 f libucrt:open.obj + 0001:000806fe __sopen_s 100816fe f libucrt:open.obj + 0001:0008071e __wsopen_nolock 1008171e f libucrt:open.obj + 0001:00080a50 _qsort 10081a50 f libucrt:qsort.obj + 0001:00080f40 _strpbrk 10081f40 f libucrt:strpbrk.obj + 0001:00080f80 __mbsdec 10081f80 f libucrt:mbsdec.obj + 0001:00080f97 __mbsdec_l 10081f97 f libucrt:mbsdec.obj + 0001:00081024 ?__c16rtomb_utf8@__crt_mbstring@@YAIPAD_SPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10082024 f libucrt:c16rtomb.obj + 0001:000810ce __get_fmode 100820ce f libucrt:setmode.obj + 0001:000810fb __setmode_nolock 100820fb f libucrt:setmode.obj + 0001:000811ca ??0__crt_seek_guard@@QAE@H_J@Z 100821ca f i libucrt:chsize.obj + 0001:00081217 __chsize_nolock 10082217 f libucrt:chsize.obj + 0001:0008124e __chsize_nolock_internal 1008224e f libucrt:chsize.obj + 0001:000813e5 ___acrt_initialize_fmode 100823e5 f libucrt:txtmode.obj + 0001:000813fb __filter_x86_sse2_floating_point_exception 100823fb f LIBCMT:x86_exception_filter.obj + 0001:000813fb __filter_x86_sse2_floating_point_exception_default 100823fb 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 @@ -3240,3597 +3243,3600 @@ 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 + 0002:00002590 ??_C@_0P@GNPNONPK@PlayerIsMoving@ 1008b590 main.cpp.obj + 0002:000025a0 ??_C@_0P@BEJAMHEO@PlayerIsRooted@ 1008b5a0 main.cpp.obj + 0002:000025b0 ??_C@_0BB@DODJPBOK@PlayerIsSwimming@ 1008b5b0 main.cpp.obj + 0002:000025c8 ??_7?$PatchDetour@P6IXXZPAX@hadesmem@@6B@ 1008b5c8 main.cpp.obj + 0002:00002618 ??_C@_0CA@CBNOLNBD@Exception?5in?5Nampower?3?3load?$CI?$CJ?3?5@ 1008b618 main.cpp.obj + 0002:00002638 ??_C@_0P@NAFFIKBA@Nampower?5Error@ 1008b638 main.cpp.obj + 0002:00002648 ??_C@_0CG@PNCMOHNE@Unknown?5exception?5in?5Nampower?3?3@ 1008b648 main.cpp.obj + 0002:00002670 ??_C@_0BK@DKOOEMML@Restoring?5original?5bytes?4@ 1008b670 main.cpp.obj + 0002:00002690 ??_C@_0EE@CMAMOMOO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b690 main.cpp.obj + 0002:000026d4 ??_C@_0BG@LCAOCHAL@Writing?5jump?5to?5stub?4@ 1008b6d4 main.cpp.obj + 0002:000026f0 ??_C@_0ED@FNJJIMJO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b6f0 main.cpp.obj + 0002:00002734 ??_C@_0L@NBAFHLHH@Stub?5near?4@ 1008b734 main.cpp.obj + 0002:00002740 ??_C@_0EF@HPLFPOCH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b740 main.cpp.obj + 0002:00002788 ??_C@_0EI@IEHKJNFE@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b788 main.cpp.obj + 0002:000027d0 ??_C@_0M@GFKJMBMN@operator?5?$CI?$CJ@ 1008b7d0 main.cpp.obj + 0002:000027e0 ??_C@_0FH@PGJHJNK@C?3?2software?2hadesmem?9v142?9Relea@ 1008b7e0 main.cpp.obj + 0002:00002838 ??_C@_0BK@NOAOGKJA@Unknown?5instruction?5size?4@ 1008b838 main.cpp.obj + 0002:00002854 ??_C@_0DG@JEMBOIJP@This?5?$DN?5?$CFp?0?5Target?5?$DN?5?$CFp?0?5Detour?5@ 1008b854 main.cpp.obj + 0002:0000288c ??_C@_0DO@BDGDLPLM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008b88c main.cpp.obj + 0002:000028cc ??_C@_05KHOEDHDN@Apply@ 1008b8cc main.cpp.obj + 0002:000028d4 ??_C@_0BE@FPCEIMCK@Disassembly?5failed?4@ 1008b8d4 main.cpp.obj + 0002:000028e8 ??_C@_08LMIDJNHP@Invalid?4@ 1008b8e8 main.cpp.obj + 0002:000028f4 ??_C@_09CGOPAKAI@?$CFs?4?5?$FL?$CFs?$FN?4@ 1008b8f4 main.cpp.obj + 0002:00002900 ??_C@_0BM@LBDNLCLP@Operand?1offset?5size?5is?5?$CFhu?4@ 1008b900 main.cpp.obj + 0002:0000291c ??_C@_0BH@BFFFOFOC@Jump?1call?5target?5?$DN?5?$CFp?4@ 1008b91c main.cpp.obj + 0002:00002934 ??_C@_0BH@LEKNPHHB@Writing?5resolved?5jump?4@ 1008b934 main.cpp.obj + 0002:0000294c ??_C@_0BH@KLECKKIK@Writing?5resolved?5call?4@ 1008b94c main.cpp.obj + 0002:00002964 ??_C@_0CE@JLFHLNDK@Writing?5jump?5back?5to?5original?5c@ 1008b964 main.cpp.obj + 0002:00002988 ??_C@_0EN@DGGOEDLL@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008b988 main.cpp.obj + 0002:000029d8 ??_C@_0EM@OFOCKEIK@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008b9d8 main.cpp.obj + 0002:00002a28 ??_C@_0EO@GEKODJPD@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008ba28 main.cpp.obj + 0002:00002a78 ??_C@_0FB@CEIIMG@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008ba78 main.cpp.obj + 0002:00002ad0 ??_C@_0EH@NEPCCDBP@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008bad0 main.cpp.obj + 0002:00002b18 ??_C@_07CLEOFAGA@Cleanup@ 1008bb18 main.cpp.obj + 0002:00002b20 ??_C@_0FI@HFJICEID@C?3?2software?2hadesmem?9v142?9Relea@ 1008bb20 main.cpp.obj + 0002:00002b78 ??_C@_0BM@KIILNFBE@SmartHandle?5cleanup?5failed?4@ 1008bb78 main.cpp.obj + 0002:00002b98 ??_7?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 1008bb98 main.cpp.obj + 0002:00002bc4 ??_C@_02BBAHNLBA@?$CFp@ 1008bbc4 main.cpp.obj + 0002:00002bcc ??_7?$numpunct@D@std@@6B@ 1008bbcc main.cpp.obj + 0002:00002bf0 ??_7?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@6B@ 1008bbf0 main.cpp.obj + 0002:00002c44 ??_7?$PatchDetour@P6IXI@ZPAX@hadesmem@@6B@ 1008bc44 main.cpp.obj + 0002:00002c98 ??_7?$PatchDetour@P6IXEH@ZPAX@hadesmem@@6B@ 1008bc98 main.cpp.obj + 0002:00002cec ??_7?$PatchDetour@P6IX_K@ZPAX@hadesmem@@6B@ 1008bcec main.cpp.obj + 0002:00002d40 ??_7?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@6B@ 1008bd40 main.cpp.obj + 0002:00002d94 ??_7?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@6B@ 1008bd94 main.cpp.obj + 0002:00002de8 ??_7?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@6B@ 1008bde8 main.cpp.obj + 0002:00002e3c ??_7?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1008be3c main.cpp.obj + 0002:00002e90 ??_7?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1008be90 main.cpp.obj + 0002:00002ee4 ??_7?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1008bee4 main.cpp.obj + 0002:00002f38 ??_7?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@6B@ 1008bf38 main.cpp.obj + 0002:00002f8c ??_7?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@6B@ 1008bf8c main.cpp.obj + 0002:00002fe0 ??_7?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@6B@ 1008bfe0 main.cpp.obj + 0002:00003034 ??_7?$PatchDetour@P6IH_K@ZPAX@hadesmem@@6B@ 1008c034 main.cpp.obj + 0002:00003088 ??_7?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@6B@ 1008c088 main.cpp.obj + 0002:000030dc ??_7?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 1008c0dc main.cpp.obj + 0002:00003130 ??_7?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@6B@ 1008c130 main.cpp.obj + 0002:00003184 ??_7?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@6B@ 1008c184 main.cpp.obj + 0002:000031d8 ??_7?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@6B@ 1008c1d8 main.cpp.obj + 0002:0000322c ??_7?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@6B@ 1008c22c main.cpp.obj + 0002:00003280 ??_7?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@6B@ 1008c280 main.cpp.obj + 0002:000032d4 ??_7?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@6B@ 1008c2d4 main.cpp.obj + 0002:00003328 ??_7?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@6B@ 1008c328 main.cpp.obj + 0002:0000337c ??_7?$PatchDetour@P6IXHI@ZPAX@hadesmem@@6B@ 1008c37c main.cpp.obj + 0002:000033d0 ??_7?$PatchDetour@P6GXXZPAX@hadesmem@@6B@ 1008c3d0 main.cpp.obj + 0002:00003420 ??_C@_0FJ@CKOLAMMN@hadesmem?3?3detail?3?3SmartHandleIm@ 1008c420 main.cpp.obj + 0002:00003480 ??_C@_0FL@DOKMKPPP@hadesmem?3?3detail?3?3SmartHandleIm@ 1008c480 main.cpp.obj + 0002:000034e0 ??_C@_0ED@JCILNKDP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008c4e0 main.cpp.obj + 0002:00003528 ??_C@_0EC@NBLPENOM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008c528 main.cpp.obj + 0002:00003570 ??_C@_0EE@IONPJLFD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008c570 main.cpp.obj + 0002:000035b8 ??_C@_0EH@GCGPEKIN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008c5b8 main.cpp.obj + 0002:00003600 ??_C@_0DN@HCDNLHCD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__s@ 1008c600 main.cpp.obj + 0002:00003640 ??_C@_0FA@GGFAPFCJ@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c640 main.cpp.obj + 0002:00003690 ??_C@_0EP@NOCFAKPK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c690 main.cpp.obj + 0002:000036e0 ??_C@_0FB@HKPPPFCN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c6e0 main.cpp.obj + 0002:00003738 ??_C@_0FE@PMBAGJMC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c738 main.cpp.obj + 0002:00003790 ??_C@_0EK@IODNOJBC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c790 main.cpp.obj + 0002:000037e0 ??_C@_0FK@DHPECJNJ@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c7e0 main.cpp.obj + 0002:00003840 ??_C@_0FJ@KEPJMAML@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c840 main.cpp.obj + 0002:000038a0 ??_C@_0FL@MHBDKDON@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c8a0 main.cpp.obj + 0002:00003900 ??_C@_0FO@CIOCKLLO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c900 main.cpp.obj + 0002:00003960 ??_C@_0FE@OCCPBJAI@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c960 main.cpp.obj + 0002:000039b8 ??_C@_0GB@CMIPBGLM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008c9b8 main.cpp.obj + 0002:00003a20 ??_C@_0GA@NOGDNOJO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ca20 main.cpp.obj + 0002:00003a80 ??_C@_0GC@PKNAENAF@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ca80 main.cpp.obj + 0002:00003ae8 ??_C@_0GF@ENIDGHPD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008cae8 main.cpp.obj + 0002:00003b50 ??_C@_0FL@MEMFFBCH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008cb50 main.cpp.obj + 0002:00003bb0 ??_C@_0IE@MPIDPNEO@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008cbb0 main.cpp.obj + 0002:00003c38 ??_C@_0ID@LBIDDOBG@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008cc38 main.cpp.obj + 0002:00003cc0 ??_C@_0IF@KJIANCNO@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008ccc0 main.cpp.obj + 0002:00003d48 ??_C@_0II@FBONHKFA@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008cd48 main.cpp.obj + 0002:00003dd0 ??_C@_0HO@FGBNGFMK@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008cdd0 main.cpp.obj + 0002:00003e50 ??_C@_0FN@COKBPBGB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ce50 main.cpp.obj + 0002:00003eb0 ??_C@_0FM@JNBHAJFN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ceb0 main.cpp.obj + 0002:00003f10 ??_C@_0FO@CLAMNIL@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008cf10 main.cpp.obj + 0002:00003f70 ??_C@_0GB@NABJKIJC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008cf70 main.cpp.obj + 0002:00003fd8 ??_C@_0FH@MGHHMICM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008cfd8 main.cpp.obj + 0002:00004030 ??_C@_0GE@LHOMILHH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d030 main.cpp.obj + 0002:00004098 ??_C@_0GD@NJDMKFFO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d098 main.cpp.obj + 0002:00004100 ??_C@_0GF@PGPNDFKA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d100 main.cpp.obj + 0002:00004168 ??_C@_0GI@DAAJFHPP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d168 main.cpp.obj + 0002:000041d0 ??_C@_0FO@PNFCAMCC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d1d0 main.cpp.obj + 0002:00004230 ??_C@_0HE@KIIMFCKG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d230 main.cpp.obj + 0002:000042a8 ??_C@_0HD@GDGGBKIN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d2a8 main.cpp.obj + 0002:00004320 ??_C@_0HF@HDGLHDL@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d320 main.cpp.obj + 0002:00004398 ??_C@_0HI@MEEMOBOO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d398 main.cpp.obj + 0002:00004410 ??_C@_0GO@CMGODEII@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d410 main.cpp.obj + 0002:00004480 ??_C@_0EP@MGMDIOMN@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008d480 main.cpp.obj + 0002:000044d0 ??_C@_0EO@EHLMJGBK@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008d4d0 main.cpp.obj + 0002:00004520 ??_C@_0FA@NNDIEADH@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008d520 main.cpp.obj + 0002:00004570 ??_C@_0FD@HBBDECCN@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008d570 main.cpp.obj + 0002:000045c8 ??_C@_0EJ@GALGJHOJ@hadesmem?3?3PatchDetour?$DMint?5?$CK?5?$CI__@ 1008d5c8 main.cpp.obj + 0002:00004618 ??_C@_0IP@NMBMNIFG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d618 main.cpp.obj + 0002:000046a8 ??_C@_0IO@ECDOHAAO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d6a8 main.cpp.obj + 0002:00004738 ??_C@_0JA@LKPPNFKN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d738 main.cpp.obj + 0002:000047c8 ??_C@_0JD@IIKBFGCA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d7c8 main.cpp.obj + 0002:00004860 ??_C@_0IJ@KIKGLEPM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008d860 main.cpp.obj + 0002:000048f0 ??_C@_0FG@CLOAKDIP@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008d8f0 main.cpp.obj + 0002:00004948 ??_C@_0FF@NMBCPEJK@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008d948 main.cpp.obj + 0002:000049a0 ??_C@_0FH@EFAHEDKG@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008d9a0 main.cpp.obj + 0002:000049f8 ??_C@_0FK@BAIJOOIM@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008d9f8 main.cpp.obj + 0002:00004a58 ??_C@_0FA@FNDKAGCN@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008da58 main.cpp.obj + 0002:00004aa8 ??_C@_0EP@CMBHHAFN@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008daa8 main.cpp.obj + 0002:00004af8 ??_C@_0EO@EGAFDPJO@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008daf8 main.cpp.obj + 0002:00004b48 ??_C@_0FA@CNNNAHIN@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008db48 main.cpp.obj + 0002:00004b98 ??_C@_0FD@NGICPGCO@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008db98 main.cpp.obj + 0002:00004bf0 ??_C@_0EJ@BHJFEBKJ@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008dbf0 main.cpp.obj + 0002:00004c40 ??_C@_0GJ@FBMDGMBA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008dc40 main.cpp.obj + 0002:00004cb0 ??_C@_0GI@JFIHMDBB@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008dcb0 main.cpp.obj + 0002:00004d18 ??_C@_0GK@CFMNOOLM@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008dd18 main.cpp.obj + 0002:00004d88 ??_C@_0GN@GBCACBEA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008dd88 main.cpp.obj + 0002:00004df8 ??_C@_0GD@HFBIACGA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008ddf8 main.cpp.obj + 0002:00004e60 ??_C@_0EO@EHOAFBKP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008de60 main.cpp.obj + 0002:00004eb0 ??_C@_0EN@NKHFDJMO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008deb0 main.cpp.obj + 0002:00004f00 ??_C@_0EP@HOAFGDJM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008df00 main.cpp.obj + 0002:00004f50 ??_C@_0FC@ECPPMLHP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008df50 main.cpp.obj + 0002:00004fa8 ??_C@_0EI@NIFCFMJK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008dfa8 main.cpp.obj + 0002:00004ff0 ??_C@_0HA@OBNHLGJL@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008dff0 main.cpp.obj + 0002:00005060 ??_C@_0GP@FBMFGKGL@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008e060 main.cpp.obj + 0002:000050d0 ??_C@_0HB@FPBHKAMO@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008e0d0 main.cpp.obj + 0002:00005148 ??_C@_0HE@DOKJMEEF@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008e148 main.cpp.obj + 0002:000051c0 ??_C@_0GK@OBCFALJF@hadesmem?3?3PatchDetour?$DMbool?5?$CI__f@ 1008e1c0 main.cpp.obj + 0002:00005230 ??_C@_0GJ@DKOBECBA@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008e230 main.cpp.obj + 0002:000052a0 ??_C@_0GI@NMPIDHEB@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008e2a0 main.cpp.obj + 0002:00005308 ??_C@_0GK@CFKGMMJC@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008e308 main.cpp.obj + 0002:00005378 ??_C@_0GN@COCBLEFK@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008e378 main.cpp.obj + 0002:000053e8 ??_C@_0GD@LGHOPJLB@hadesmem?3?3PatchDetour?$DMint?5?$CI__st@ 1008e3e8 main.cpp.obj + 0002:00005450 ??_C@_0IC@FJDBMJMP@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008e450 main.cpp.obj + 0002:000054d8 ??_C@_0IB@KBPDBFM@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008e4d8 main.cpp.obj + 0002:00005560 ??_C@_0ID@DDKJNDFM@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008e560 main.cpp.obj + 0002:000055e8 ??_C@_0IG@OIPFBMAJ@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008e5e8 main.cpp.obj + 0002:00005670 ??_C@_0HM@JJIDEBIB@hadesmem?3?3PatchDetour?$DMint?5?$CI__fa@ 1008e670 main.cpp.obj + 0002:000056f0 ??_C@_0GK@EOGIHJKJ@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e6f0 main.cpp.obj + 0002:00005760 ??_C@_0GJ@OEBBBEMC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e760 main.cpp.obj + 0002:000057d0 ??_C@_0GL@JHGPEOIB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e7d0 main.cpp.obj + 0002:00005840 ??_C@_0GO@NLEMCJBM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e840 main.cpp.obj + 0002:000058b0 ??_C@_0GE@KOJFDDGH@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e8b0 main.cpp.obj + 0002:00005918 ??_C@_0FE@OMCNLAAC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e918 main.cpp.obj + 0002:00005970 ??_C@_0FD@MGKJMNOB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e970 main.cpp.obj + 0002:000059c8 ??_C@_0FF@NGMJHBCI@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008e9c8 main.cpp.obj + 0002:00005a20 ??_C@_0FI@GKIOGDFD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ea20 main.cpp.obj + 0002:00005a78 ??_C@_0EO@BGCEFFKG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ea78 main.cpp.obj + 0002:00005ac8 ??_C@_0GP@DKFIDIIB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008eac8 main.cpp.obj + 0002:00005b38 ??_C@_0GO@GFICKGEB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008eb38 main.cpp.obj + 0002:00005ba8 ??_C@_0HA@KCKONGDK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008eba8 main.cpp.obj + 0002:00005c18 ??_C@_0HD@EHLMMKOM@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ec18 main.cpp.obj + 0002:00005c90 ??_C@_0GJ@EAIACKBB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ec90 main.cpp.obj + 0002:00005d00 ??_C@_0GH@BBHBKCOP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ed00 main.cpp.obj + 0002:00005d68 ??_C@_0GG@PIECFKPL@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ed68 main.cpp.obj + 0002:00005dd0 ??_C@_0GI@IIPLDPP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008edd0 main.cpp.obj + 0002:00005e38 ??_C@_0GL@IEDLBBFB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ee38 main.cpp.obj + 0002:00005ea8 ??_C@_0GB@MMKDCIPG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008eea8 main.cpp.obj + 0002:00005f10 ??_C@_0FA@LPCANDDG@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ef10 main.cpp.obj + 0002:00005f60 ??_C@_0EP@HIFJMJBD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008ef60 main.cpp.obj + 0002:00005fb0 ??_C@_0FB@PHCOIIPO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008efb0 main.cpp.obj + 0002:00006008 ??_C@_0FE@BIJKAHNP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f008 main.cpp.obj + 0002:00006060 ??_C@_0EK@NCEOOBCN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f060 main.cpp.obj + 0002:000060b0 ??_C@_0FB@IOIDOGLA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f0b0 main.cpp.obj + 0002:00006108 ??_C@_0FA@LFOCKALN@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f108 main.cpp.obj + 0002:00006158 ??_C@_0FC@PDMEANNO@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f158 main.cpp.obj + 0002:000061b0 ??_C@_0FF@CGPMCGFD@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f1b0 main.cpp.obj + 0002:00006208 ??_C@_0EL@MJEICIOC@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f208 main.cpp.obj + 0002:00006258 ??_C@_0EM@DLPEIJNB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f258 main.cpp.obj + 0002:000062a8 ??_C@_0EL@BCECPAAA@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f2a8 main.cpp.obj + 0002:000062f8 ??_C@_0EN@MJMECLHP@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f2f8 main.cpp.obj + 0002:00006348 ??_C@_0FA@DNJIJCBK@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f348 main.cpp.obj + 0002:00006398 ??_C@_0EG@HFKCIJJB@hadesmem?3?3PatchDetour?$DMvoid?5?$CI__f@ 1008f398 main.cpp.obj + 0002:000063e0 ??_C@_0GJ@EGCMJIML@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008f3e0 main.cpp.obj + 0002:00006450 ??_C@_0GI@MNMNFLIP@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008f450 main.cpp.obj + 0002:000064b8 ??_C@_0GK@DENLAKBE@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008f4b8 main.cpp.obj + 0002:00006528 ??_C@_0GN@HIINKODA@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008f528 main.cpp.obj + 0002:00006598 ??_C@_0GD@LLEEMILN@hadesmem?3?3PatchDetour?$DMunsigned?5@ 1008f598 main.cpp.obj + 0002:00006600 ??_7?$wrapexcept@VError@hadesmem@@@boost@@6B@ 1008f600 main.cpp.obj + 0002:00006610 ??_7?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@std@@@ 1008f610 main.cpp.obj + 0002:0000661c ??_7?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@1@@ 1008f61c main.cpp.obj + 0002:00006620 ??_8?$wrapexcept@VError@hadesmem@@@boost@@7B@ 1008f620 main.cpp.obj + 0002:0000662c ??_C@_0P@CADPMCCM@Toolhelp32Enum@ 1008f62c main.cpp.obj + 0002:00006640 ??_7?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 1008f640 main.cpp.obj + 0002:00006650 ??_C@_01PKGAHCOL@?$CJ@ 1008f650 main.cpp.obj + 0002:00006654 ??_C@_0BF@KCPMKJAM@?5attempts?5?$CIoffset?50x@ 1008f654 main.cpp.obj + 0002:0000666c ??_C@_0BI@LPFEPKOA@?5?5Hook?5succeeded?5after?5@ 1008f66c main.cpp.obj + 0002:00006684 ??_C@_0P@GMOIJGGB@?5?9?5retrying?4?4?4@ 1008f684 main.cpp.obj + 0002:00006694 ??_C@_0BL@GLPGJHGB@?5?5Hook?5failed?5on?5offset?50x@ 1008f694 main.cpp.obj + 0002:000066b0 ??_C@_0BA@BHOKINGE@?5?5FAILED?5after?5@ 1008f6b0 main.cpp.obj + 0002:000066c0 ??_C@_0CP@GBDDEGCO@?5?5Hook?5failed?5with?5std?3?3excepti@ 1008f6c0 main.cpp.obj + 0002:000066f0 ??_C@_0DC@OCFGAIKL@?5?5Hook?5failed?5with?5unknown?5exce@ 1008f6f0 main.cpp.obj + 0002:00006724 ??_C@_07NBEOHAHH@?5Type?3?5@ 1008f724 main.cpp.obj + 0002:0000672c ??_C@_0L@LKMHAKKL@?5Protect?3?5@ 1008f72c main.cpp.obj + 0002:00006738 ??_C@_08CHPDLAMK@?5State?3?5@ 1008f738 main.cpp.obj + 0002:00006744 ??_C@_07FNIPFEMD@?5Size?3?5@ 1008f744 main.cpp.obj + 0002:0000674c ??_C@_0BJ@KJCAKANC@?5?5Memory?5info?5?9?5Base?3?50x@ 1008f74c main.cpp.obj + 0002:00006768 ??_C@_0L@CLBNCPDM@createHook@ 1008f768 main.cpp.obj + 0002:00006774 ??_C@_0CI@DFGDNLDL@C?3?2workspace?2nampower?2nampower?2@ 1008f774 main.cpp.obj + 0002:0000679c ??_C@_0CP@CACHEKIE@Failed?5to?5create?5hook?5after?5all@ 1008f79c main.cpp.obj + 0002:000067d0 ??_7?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 1008f7d0 main.cpp.obj + 0002:000067e4 ??_7?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 1008f7e4 main.cpp.obj + 0002:000067f4 ??_C@_02MDKMJEGG@eE@ 1008f7f4 main.cpp.obj + 0002:000067f8 ??_C@_02OOPEBDOJ@pP@ 1008f7f8 main.cpp.obj + 0002:000067fc ??_C@_04IHCGILC@?$CB?$CFx?$AA@ 1008f7fc main.cpp.obj + 0002:00006804 ??_C@_0M@HIBANGPP@PatchDetour@ 1008f804 main.cpp.obj + 0002:00006810 ??_C@_0CN@JBEOHMAH@PatchDetour?5only?5supported?5on?5l@ 1008f810 main.cpp.obj + 0002:00006840 ??_C@_0BA@FOIKENOD@vector?5too?5long@ 1008f840 main.cpp.obj + 0002:00006854 ??_7?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 1008f854 main.cpp.obj + 0002:0000685c ??_7?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bbad_alloc@std@@@ 1008f85c main.cpp.obj + 0002:00006868 ??_7?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6B@ 1008f868 main.cpp.obj + 0002:00006874 ??_8?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@7B@ 1008f874 main.cpp.obj + 0002:00006880 ??_C@_0EC@KFLIJNMG@C?3?2software?2boost_1_80_0?2boost?1@ 1008f880 main.cpp.obj + 0002:000068c8 ??_C@_0IK@LHEHAGMH@class?5boost?3?3exception_ptr?5__cd@ 1008f8c8 main.cpp.obj + 0002:00006958 ??_7?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 1008f958 main.cpp.obj + 0002:00006960 ??_7?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bbad_exception@std@@@ 1008f960 main.cpp.obj + 0002:0000696c ??_7?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6B@ 1008f96c main.cpp.obj + 0002:00006978 ??_8?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@7B@ 1008f978 main.cpp.obj + 0002:00006980 ??_C@_0IO@BHMGIOEK@class?5boost?3?3exception_ptr?5__cd@ 1008f980 main.cpp.obj + 0002:00006a14 ??_7?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@6B@ 1008fa14 main.cpp.obj + 0002:00006a30 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@6B@ 1008fa30 main.cpp.obj + 0002:00006a4c ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@6B@ 1008fa4c main.cpp.obj + 0002:00006a68 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@6B@ 1008fa68 main.cpp.obj + 0002:00006a84 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@6B@ 1008fa84 main.cpp.obj + 0002:00006aa0 ??_7?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@6B@ 1008faa0 main.cpp.obj + 0002:00006abc ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@6B@ 1008fabc main.cpp.obj + 0002:00006ad8 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@6B@ 1008fad8 main.cpp.obj + 0002:00006af4 ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@6B@ 1008faf4 main.cpp.obj + 0002:00006b10 ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@6B@ 1008fb10 main.cpp.obj + 0002:00006b2c ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@6B@ 1008fb2c main.cpp.obj + 0002:00006b48 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@6B@ 1008fb48 main.cpp.obj + 0002:00006b64 ??_7?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@6B@ 1008fb64 main.cpp.obj + 0002:00006b80 ??_7?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@6B@ 1008fb80 main.cpp.obj + 0002:00006b9c ??_7?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@6B@ 1008fb9c main.cpp.obj + 0002:00006bb8 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@6B@ 1008fbb8 main.cpp.obj + 0002:00006bd4 ??_7?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@6B@ 1008fbd4 main.cpp.obj + 0002:00006bf0 ??_7?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@6B@ 1008fbf0 main.cpp.obj + 0002:00006c0c ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@6B@ 1008fc0c main.cpp.obj + 0002:00006c28 ??_7?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@6B@ 1008fc28 main.cpp.obj + 0002:00006c44 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@6B@ 1008fc44 main.cpp.obj + 0002:00006c60 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@6B@ 1008fc60 main.cpp.obj + 0002:00006c7c ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@6B@ 1008fc7c main.cpp.obj + 0002:00006c98 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@6B@ 1008fc98 main.cpp.obj + 0002:00006cb4 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@6B@ 1008fcb4 main.cpp.obj + 0002:00006cd0 ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@6B@ 1008fcd0 main.cpp.obj + 0002:00006cec ??_7?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@6B@ 1008fcec main.cpp.obj + 0002:00006d08 ??_7?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 1008fd08 main.cpp.obj + 0002:00006d24 ??_7?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 1008fd24 main.cpp.obj + 0002:00006d40 ??_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@ 1008fd40 main.cpp.obj + 0002:00006d5c ??_7?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@6B@ 1008fd5c main.cpp.obj + 0002:00006d78 __real@4202a05f20000000 1008fd78 main.cpp.obj + 0002:00006d80 __xmm@7fffffffffffffff7fffffffffffffff 1008fd80 main.cpp.obj + 0002:00006d90 __xmm@ffffffff000000000000000000000000 1008fd90 main.cpp.obj + 0002:00006da4 ??_C@_0BI@DIFNIIHI@invalid?5stoull?5argument@ 1008fda4 helper.cpp.obj + 0002:00006dbc ??_C@_0BN@NGMOKJGA@stoull?5argument?5out?5of?5range@ 1008fdbc helper.cpp.obj + 0002:00006ddc ??_C@_09IFBAIJJB@0x?$CF016llX@ 1008fddc helper.cpp.obj + 0002:00006de8 ??_C@_02MDDDDAID@0x@ 1008fde8 helper.cpp.obj + 0002:00006dec ??_C@_02FGLHBECB@0X@ 1008fdec helper.cpp.obj + 0002:00006df0 ??_C@_0BL@GOIGLPKN@unordered_map?1set?5too?5long@ 1008fdf0 helper.cpp.obj + 0002:00006e0c ??_C@_0BK@OGNNAFAB@invalid?5hash?5bucket?5count@ 1008fe0c helper.cpp.obj + 0002:00006e28 __real@3ff8000000000000 1008fe28 helper.cpp.obj + 0002:00006e30 __xmm@41f00000000000000000000000000000 1008fe30 helper.cpp.obj + 0002:00006e44 ??_C@_0BC@MHCHADOA@?5for?5gcdCategory?5@ 1008fe44 spellcast.cpp.obj + 0002:00006e58 ??_C@_06BIDGLIKJ@?5with?5@ 1008fe58 spellcast.cpp.obj + 0002:00006e60 ??_C@_0BP@FJKKCADI@Replacing?5queued?5nonGcd?5spell?5@ 1008fe60 spellcast.cpp.obj + 0002:00006e80 ??_C@_0DN@LFNKAAEA@Target?5changed?5during?5quick?5cas@ 1008fe80 spellcast.cpp.obj + 0002:00006ec0 ??_C@_0BA@MCIJFKAO@?5queuetrigger?3?5@ 1008fec0 spellcast.cpp.obj + 0002:00006ed0 ??_C@_0N@CJFDIMCD@?5quickcast?3?5@ 1008fed0 spellcast.cpp.obj + 0002:00006ee0 ??_C@_0BM@EOLKOAOP@Quickcasting?5terrain?5spell?5@ 1008fee0 spellcast.cpp.obj + 0002:00006efc ??_C@_0DL@IFODHHPF@GetChannelBaseDuration?3?5Duratio@ 1008fefc spellcast.cpp.obj + 0002:00006f38 ??_C@_0DA@JCBAJNFA@Ignoring?5non?5active?5player?5begi@ 1008ff38 spellcast.cpp.obj + 0002:00006f68 ??_C@_0BH@CIIHKNNM@?5time?5since?5last?5cast?5@ 1008ff68 spellcast.cpp.obj + 0002:00006f80 ??_C@_0L@CFJAIELA@?5latency?3?5@ 1008ff80 spellcast.cpp.obj + 0002:00006f8c ??_C@_06GJNNAKOE@?5Gcd?3?5@ 1008ff8c spellcast.cpp.obj + 0002:00006f94 ??_C@_09NPFKODNJ@?5buffer?3?5@ 1008ff94 spellcast.cpp.obj + 0002:00006fa0 ??_C@_0N@CCNKJBBP@?5cast?5time?3?5@ 1008ffa0 spellcast.cpp.obj + 0002:00006fb0 ??_C@_01ODHLEDKK@?$CI@ 1008ffb0 spellcast.cpp.obj + 0002:00006fb4 ??_C@_0M@BFOLJPLE@BeginCast?5?$CD@ 1008ffb4 spellcast.cpp.obj + 0002:00006fc0 ??_C@_07FJDGAAH@?5NO?5Gcd@ 1008ffc0 spellcast.cpp.obj + 0002:00006fc8 ??_C@_0BO@OKAMCEBE@Decreasing?5default?5buffer?5to?5@ 1008ffc8 spellcast.cpp.obj + 0002:00006fe8 ??_C@_0CD@HHFGFCEF@Triggering?5queued?5non?5gcd?5cast?5@ 1008ffe8 spellcast.cpp.obj + 0002:0000700c ??_C@_0CK@IDCOKNOH@Ignoring?5queued?5non?5gcd?5cast?0?5n@ 1009000c spellcast.cpp.obj + 0002:00007038 ??_C@_0BL@OIEKGDFF@Triggering?5queued?5cast?5of?5@ 10090038 spellcast.cpp.obj + 0002:00007054 ??_C@_0CC@DLDNPCKF@Ignoring?5queued?5cast?0?5no?5spell?5@ 10090054 spellcast.cpp.obj + 0002:00007078 ??_C@_0BH@MNDFAADJ@?0?5triggering?5quickcast@ 10090078 spellcast.cpp.obj + 0002:00007090 ??_C@_0DE@CEFFBIDD@CastSpell?5double?5cast?5detected?5@ 10090090 spellcast.cpp.obj + 0002:000070c4 ??_C@_0DF@OKDGBKLA@Use?5action?5double?5cast?5detected@ 100900c4 spellcast.cpp.obj + 0002:000070fc ??_C@_0CK@KAINKJIL@Ignoring?5non?5active?5player?5cast@ 100900fc spellcast.cpp.obj + 0002:00007128 ??_C@_0BB@POLDOEMN@?5due?5to?5buff?5cap@ 10090128 spellcast.cpp.obj + 0002:0000713c ??_C@_0BG@FMMOGOEG@Blocking?5mount?5spell?5@ 1009013c spellcast.cpp.obj + 0002:00007154 ??_C@_06EGFPNNHB@?5from?5@ 10090154 spellcast.cpp.obj + 0002:0000715c ??_C@_0BO@GDCPHICE@Updating?5selection?5target?5to?5@ 1009015c spellcast.cpp.obj + 0002:0000717c ??_C@_0BH@DKPBEKJE@?0?5ending?5channel?5early@ 1009017c spellcast.cpp.obj + 0002:00007194 ??_C@_0BK@JFKBDLAO@Double?5cast?5detected?5for?5@ 10090194 spellcast.cpp.obj + 0002:000071b0 ??_C@_0BI@LMDLBPCD@?0?5time?5since?5last?5cast?5@ 100901b0 spellcast.cpp.obj + 0002:000071c8 ??_C@_08DJKAFFEB@?5target?5@ 100901c8 spellcast.cpp.obj + 0002:000071d4 ??_C@_09GCJJPOLD@?5on?5guid?5@ 100901d4 spellcast.cpp.obj + 0002:000071e0 ??_C@_08EJFJFLKG@?5itemId?5@ 100901e0 spellcast.cpp.obj + 0002:000071ec ??_C@_0O@CIKJCEOK@Attempt?5cast?5@ 100901ec spellcast.cpp.obj + 0002:000071fc ??_C@_0BI@DAADBDOK@Queuing?5on?5swing?5spell?5@ 100901fc spellcast.cpp.obj + 0002:00007214 ??_C@_0BL@JIPDAEEF@Successful?5on?5swing?5spell?5@ 10090214 spellcast.cpp.obj + 0002:00007230 ??_C@_03NEMEPNJG@ms?5@ 10090230 spellcast.cpp.obj + 0002:00007234 ??_C@_0CH@CAOMOENB@Queuing?5targeting?5for?5after?5cas@ 10090234 spellcast.cpp.obj + 0002:0000725c ??_C@_0DE@KDCLAKNN@Queuing?5instant?5cast?5targeting?5@ 1009025c spellcast.cpp.obj + 0002:00007290 ??_C@_0DE@BKONOIBH@Updating?5instant?5cast?5non?5GCD?5t@ 10090290 spellcast.cpp.obj + 0002:000072c4 ??_C@_0P@NGFFJPPH@?5gcd?5category?5@ 100902c4 spellcast.cpp.obj + 0002:000072d4 ??_C@_0DM@FPCEIGOB@Queuing?5instant?5cast?5non?5GCD?5ta@ 100902d4 spellcast.cpp.obj + 0002:00007310 ??_C@_0BN@HPKBJIBH@Queuing?5for?5after?5cast?1gcd?3?5@ 10090310 spellcast.cpp.obj + 0002:00007330 ??_C@_0BN@NNFKHHAA@Updating?5non?5GCD?5params?5for?5@ 10090330 spellcast.cpp.obj + 0002:00007350 ??_C@_0CF@LOKNHDBF@Queuing?5non?5GCD?5for?5after?5cast?1@ 10090350 spellcast.cpp.obj + 0002:00007378 ??_C@_0N@PBPCOGKN@instant?5cast@ 10090378 spellcast.cpp.obj + 0002:00007388 ??_C@_0L@OAKOENBO@channeling@ 10090388 spellcast.cpp.obj + 0002:00007394 ??_C@_0BG@HMCDLKNN@?5for?5after?5cast?1gcd?3?5@ 10090394 spellcast.cpp.obj + 0002:000073ac ??_C@_08INMJLCKL@Queuing?5@ 100903ac spellcast.cpp.obj + 0002:000073b8 ??_C@_0BF@COEDODBD@?5non?5GCD?5params?5for?5@ 100903b8 spellcast.cpp.obj + 0002:000073d0 ??_C@_09MNPPNDJM@Updating?5@ 100903d0 spellcast.cpp.obj + 0002:000073dc ??_C@_0BO@BJDBMPFM@?5non?5GCD?5for?5after?5cast?1gcd?3?5@ 100903dc spellcast.cpp.obj + 0002:000073fc ??_C@_0N@MJFJIIIG@ms?5remaining@ 100903fc spellcast.cpp.obj + 0002:0000740c ??_C@_0BG@BELMLGGG@Cast?5or?5delay?5active?5@ 1009040c spellcast.cpp.obj + 0002:00007424 ??_C@_0M@GEFIMPOA@Gcd?5active?5@ 10090424 spellcast.cpp.obj + 0002:00007430 ??_C@_0DJ@HICJFDGG@?5cast?5still?5waiting?5for?5server?5@ 10090430 spellcast.cpp.obj + 0002:0000746c ??_C@_09CPGKBJMK@Ignoring?5@ 1009046c spellcast.cpp.obj + 0002:00007478 ??_C@_0DH@KHOFHJBE@?5cast?5recently?5succeeded?5for?5th@ 10090478 spellcast.cpp.obj + 0002:000074b0 ??_C@_0EA@OCEKPMFJ@Canceling?5spell?5cast?5due?5to?5pre@ 100904b0 spellcast.cpp.obj + 0002:000074f0 ??_C@_0CF@LIPBLKIF@Retry?5cast?5after?5cancel?5still?5f@ 100904f0 spellcast.cpp.obj + 0002:00007518 ??_C@_0BF@BEANNNJB@?5spellIsOnCooldown?5?$DN@ 10090518 spellcast.cpp.obj + 0002:00007530 ??_C@_0BG@JAEPGBDL@?5pendingOnSwingCast?5?$DN@ 10090530 spellcast.cpp.obj + 0002:00007548 ??_C@_0EF@NBDHPPFO@Initial?5cast?5failed?5but?5not?5can@ 10090548 spellcast.cpp.obj + 0002:00007590 ??_C@_0DE@DGCCEIJD@Ignoring?5cancel?5spell?5cast?5due?5@ 10090590 spellcast.cpp.obj + 0002:000075c4 ??_C@_08NFIDAFLL@?5reason?3@ 100905c4 spellcast.cpp.obj + 0002:000075d0 ??_C@_0P@OHLEPHP@?5notifyServer?3@ 100905d0 spellcast.cpp.obj + 0002:000075e0 ??_C@_0BK@LBLJOMCE@Cancel?5spell?5cast?5failed?3@ 100905e0 spellcast.cpp.obj + 0002:000075fc ??_C@_0L@DHBENNO@?5duration?5@ 100905fc spellchannel.cpp.obj + 0002:00007608 ??_C@_0BA@PHCPFKHC@Channel?5start?3?5@ 10090608 spellchannel.cpp.obj + 0002:00007618 ??_C@_0EB@ONHCPBOA@Adding?51?5second?5to?5Arcane?5Missi@ 10090618 spellchannel.cpp.obj + 0002:0000765c ??_C@_05POFHKGEO@?5for?5@ 1009065c spellchannel.cpp.obj + 0002:00007664 ??_C@_0BN@FEHMJJBM@Invalid?5originalDuration?5of?5@ 10090664 spellchannel.cpp.obj + 0002:00007684 ??_C@_0BD@BMJLBBMG@?5scaled?5tick?5time?5@ 10090684 spellchannel.cpp.obj + 0002:00007698 ??_C@_0BE@HNMLIODA@Original?5tick?5time?5@ 10090698 spellchannel.cpp.obj + 0002:000076ac ??_C@_0BJ@OBCFLFNO@?0?5defaulting?5to?5duration@ 100906ac spellchannel.cpp.obj + 0002:000076c8 ??_C@_0BP@KNLPIMJL@Invalid?5channel?5tick?5time?5for?5@ 100906c8 spellchannel.cpp.obj + 0002:000076e8 ??_C@_0CD@PPICPDAH@Ignoring?1resetting?5channeling?5f@ 100906e8 spellchannel.cpp.obj + 0002:0000770c ??_C@_09IMKLHFKG@?5elapsed?5@ 1009070c spellchannel.cpp.obj + 0002:00007718 ??_C@_0P@DILMPNKC@Channel?5done?3?5@ 10090718 spellchannel.cpp.obj + 0002:00007728 ??_C@_0M@HOBALKP@?5remaining?5@ 10090728 spellchannel.cpp.obj + 0002:00007734 ??_C@_0BB@IJINAKFI@Channel?5update?3?5@ 10090734 spellchannel.cpp.obj + 0002:00007748 __real@3f800000 10090748 spellchannel.cpp.obj + 0002:00007750 ??_C@_08KHPECABI@?5result?5@ 10090750 spellevents.cpp.obj + 0002:0000775c ??_C@_06BFJJLGJH@?5guid?5@ 1009075c spellevents.cpp.obj + 0002:00007764 ??_C@_0BD@JCCHCLOL@Spell?5target?5unit?5@ 10090764 spellevents.cpp.obj + 0002:00007778 ??_C@_0BL@DLGFEAGG@?0?5stopping?5disenchant?5loop@ 10090778 spellevents.cpp.obj + 0002:00007794 ??_C@_0CF@GIAGKMIP@Disenchant?5spell?5failed?5with?5re@ 10090794 spellevents.cpp.obj + 0002:000077bc ??_C@_0P@LJPLECIE@?5queuing?5retry@ 100907bc spellevents.cpp.obj + 0002:000077cc ??_C@_0BH@EOGBFMAP@?5is?5still?5on?5cooldown?5@ 100907cc spellevents.cpp.obj + 0002:000077e4 ??_C@_0P@KAMGEGPI@Non?5gcd?5spell?5@ 100907e4 spellevents.cpp.obj + 0002:000077f4 ??_C@_06IPOHHIAK@Spell?5@ 100907f4 spellevents.cpp.obj + 0002:000077fc ??_C@_05LDELDIBH@Item?5@ 100907fc spellevents.cpp.obj + 0002:00007804 ??_C@_0DK@JCOGHOGB@?5not?5queuing?5retry?5due?5to?5retry@ 10090804 spellevents.cpp.obj + 0002:00007840 ??_C@_06FHPAMJEI@?5code?5@ 10090840 spellevents.cpp.obj + 0002:00007848 ??_C@_0BB@GOHBAIHL@Cast?5failed?5for?5@ 10090848 spellevents.cpp.obj + 0002:0000785c ??_C@_0CM@MHLCDCAG@?0?5but?5a?5recent?5cast?5succeeded?0?5@ 1009085c spellevents.cpp.obj + 0002:00007888 ??_C@_0P@LOMEMCGF@?5non?5gcd?5code?5@ 10090888 spellevents.cpp.obj + 0002:00007898 ??_C@_0BC@HJBAKONN@Cast?5failed?5for?5?$CD@ 10090898 spellevents.cpp.obj + 0002:000078ac ??_C@_08KEELPODO@?0?5retry?5@ 100908ac spellevents.cpp.obj + 0002:000078b8 ??_C@_0BK@OMKDJBI@?0?5gcd?5active?5not?5retrying@ 100908b8 spellevents.cpp.obj + 0002:000078d4 ??_C@_0DG@MLJODHHA@?0?5not?5retrying?5as?5it?5has?5alread@ 100908d4 spellevents.cpp.obj + 0002:0000790c ??_C@_0CJ@IJODEHEO@?0?5no?5recent?5cast?5params?5found?5i@ 1009090c spellevents.cpp.obj + 0002:00007938 ??_C@_0BG@FLHHKDJE@Increasing?5buffer?5to?5@ 10090938 spellevents.cpp.obj + 0002:00007950 ??_C@_0BO@GJJBLJHI@?5spell?5queued?5?$CL?5ignored?5code?5@ 10090950 spellevents.cpp.obj + 0002:00007970 ??_C@_0P@HGCHGFMH@?5ignored?5code?5@ 10090970 spellevents.cpp.obj + 0002:00007980 ??_C@_0L@OAJLDHO@?5cast?5end?5@ 10090980 spellevents.cpp.obj + 0002:0000798c ??_C@_0M@IGIIHODJ@?5for?5cast?5?$CD@ 1009098c spellevents.cpp.obj + 0002:00007998 ??_C@_0BC@DONHDJOM@Spell?5delayed?5by?5@ 10090998 spellevents.cpp.obj + 0002:000079ac ??_C@_0CC@EGDHOKK@Negative?5server?5delay?5using?51?5m@ 100909ac spellevents.cpp.obj + 0002:000079d0 ??_C@_0BJ@OIOPABDB@?5since?5last?5cast?5result?5@ 100909d0 spellevents.cpp.obj + 0002:000079ec ??_C@_0P@NNAMHHPH@?5server?5delay?5@ 100909ec spellevents.cpp.obj + 0002:000079fc ??_C@_09HEBFMKKB@?5latency?5@ 100909fc spellevents.cpp.obj + 0002:00007a08 ??_C@_08PBNHDDEM@?5status?5@ 10090a08 spellevents.cpp.obj + 0002:00007a14 ??_C@_0BC@EJFCOIPD@Cast?5result?5for?5?$CD@ 10090a14 spellevents.cpp.obj + 0002:00007a28 ??_C@_0DG@HHHCJMND@Unable?5to?5determine?5spell?5infor@ 10090a28 spellevents.cpp.obj + 0002:00007a60 ??_C@_0CK@IFJMEEJK@?5resolved?0?5casting?5queued?5on?5sw@ 10090a60 spellevents.cpp.obj + 0002:00007a8c ??_C@_0BA@IBBPALEH@On?5swing?5spell?5@ 10090a8c spellevents.cpp.obj + 0002:00007a9c ??_C@_0BP@KBPEDDDH@ms?4?5?5Updated?5cast?5end?5time?5to?5@ 10090a9c spellevents.cpp.obj + 0002:00007abc ??_C@_0P@FFNLEJE@?5increased?5by?5@ 10090abc spellevents.cpp.obj + 0002:00007acc ??_C@_0BG@GOJCDGMO@Server?5cast?5time?5for?5@ 10090acc spellevents.cpp.obj + 0002:00007ae4 ??_C@_0BD@BGGCHONF@?5using?5gcd?5instead@ 10090ae4 spellevents.cpp.obj + 0002:00007af8 ??_C@_0BL@FOLCLIGH@?5was?5reduced?5below?5gcd?5of?5@ 10090af8 spellevents.cpp.obj + 0002:00007b14 ??_C@_0BC@BIFPIPLA@Server?5cast?5time?5@ 10090b14 spellevents.cpp.obj + 0002:00007b28 ??_C@_0P@FFGOHLGM@?5decreased?5by?5@ 10090b28 spellevents.cpp.obj + 0002:00007b38 ??_C@_01IHBHIGKO@?0@ 10090b38 spellevents.cpp.obj + 0002:00007b3c ??_C@_05FAEMOKCC@0?00?00@ 10090b3c spellevents.cpp.obj + 0002:00007b44 ??_C@_0DK@CIFAMPDN@ChannelStopCastingNextTick?5acti@ 10090b44 misc_scripts.cpp.obj + 0002:00007b80 ??_C@_0BK@BMIHLO@Item?5not?5found?5in?5DBCache@ 10090b80 misc_scripts.cpp.obj + 0002:00007b9c ??_C@_0BM@BBGLOLG@Usage?3?5GetItemLevel?$CIitemId?$CJ@ 10090b9c misc_scripts.cpp.obj + 0002:00007bb8 ??_C@_0BH@ICDGKODB@Trying?5to?5queue?5script@ 10090bb8 misc_scripts.cpp.obj + 0002:00007bd0 ??_C@_0BJ@GCMABBOM@Queuing?5script?5priority?5@ 10090bd0 misc_scripts.cpp.obj + 0002:00007bec ??_C@_0BB@FNONMKDE@Queuing?5script?3?5@ 10090bec misc_scripts.cpp.obj + 0002:00007c00 ??_C@_0P@HMLODIOA@Invalid?5script@ 10090c00 misc_scripts.cpp.obj + 0002:00007c10 ??_C@_0DB@IIJNBKKP@Usage?3?5QueueScript?$CI?$CCscript?$CC?0?5?$CIo@ 10090c10 misc_scripts.cpp.obj + 0002:00007c44 ??_C@_0DG@CFKCJDMF@Usage?3?5LearnTalentRank?$CItalentPa@ 10090c44 misc_scripts.cpp.obj + 0002:00007c7c ??_C@_0DB@KHHAPJHC@LearnTalentRank?3?5talentPage?5mus@ 10090c7c misc_scripts.cpp.obj + 0002:00007cb0 ??_C@_0DD@CEAMLHNG@LearnTalentRank?3?5talentIndex?5mu@ 10090cb0 misc_scripts.cpp.obj + 0002:00007ce4 ??_C@_0CL@LNIFCCIK@LearnTalentRank?3?5rank?5must?5be?5i@ 10090ce4 misc_scripts.cpp.obj + 0002:00007d10 ??_C@_0CN@IIMNGAJO@LearnTalentRank?3?5active?5player?5@ 10090d10 misc_scripts.cpp.obj + 0002:00007d40 ??_C@_0DB@KAIKGKJP@LearnTalentRank?3?5unable?5to?5read@ 10090d40 misc_scripts.cpp.obj + 0002:00007d74 ??_C@_0DB@EGFHDGCE@LearnTalentRank?3?5talent?5page?1in@ 10090d74 misc_scripts.cpp.obj + 0002:00007da8 ??_C@_0DF@PBDCOHKH@LearnTalentRank?3?5unable?5to?5read@ 10090da8 misc_scripts.cpp.obj + 0002:00007de0 ??_C@_0CO@NNINIBAN@LearnTalentRank?3?5talents?5base?5p@ 10090de0 misc_scripts.cpp.obj + 0002:00007e10 ??_C@_0DD@IOILFIIO@LearnTalentRank?3?5unable?5to?5read@ 10090e10 misc_scripts.cpp.obj + 0002:00007e44 ??_C@_0CM@LFMAAGG@LearnTalentRank?3?5talent?5tab?5poi@ 10090e44 misc_scripts.cpp.obj + 0002:00007e70 ??_C@_0DE@KGHHPFML@LearnTalentRank?3?5unable?5to?5read@ 10090e70 misc_scripts.cpp.obj + 0002:00007ea4 ??_C@_0CN@NANFJOCM@LearnTalentRank?3?5invalid?5talent@ 10090ea4 misc_scripts.cpp.obj + 0002:00007ed4 ??_C@_0DK@BCIOPPLL@LearnTalentRank?3?5talent?5index?5n@ 10090ed4 misc_scripts.cpp.obj + 0002:00007f10 ??_C@_0CN@ENLDBILH@LearnTalentRank?3?5unable?5to?5read@ 10090f10 misc_scripts.cpp.obj + 0002:00007f40 ??_C@_0CL@CFACCJMP@LearnTalentRank?3?5resolved?5inval@ 10090f40 misc_scripts.cpp.obj + 0002:00007f6c ??_C@_0CA@LIPPIENP@Running?5queued?5script?5priority?5@ 10090f6c misc_scripts.cpp.obj + 0002:00007f8c ??_C@_0CE@NEDOMOFN@Usage?3?5GetItemStats?$CIitemId?0?5?$FLco@ 10090f8c misc_scripts.cpp.obj + 0002:00007fb0 ??_C@_0M@NDEOCEGH@displayName@ 10090fb0 misc_scripts.cpp.obj + 0002:00007fbc ??_C@_0M@PPJNHBMP@description@ 10090fbc misc_scripts.cpp.obj + 0002:00007fc8 ??_C@_0DE@DAMKFGHF@Usage?3?5GetItemStatsField?$CIitemId@ 10090fc8 misc_scripts.cpp.obj + 0002:00007ffc ??_C@_0BD@JACGONMB@Unknown?5field?5name@ 10090ffc misc_scripts.cpp.obj + 0002:00008010 ??_C@_0GL@FBDGPFHJ@Usage?3?5GetUnitData?$CIunitToken?0?5?$FL@ 10091010 misc_scripts.cpp.obj + 0002:00008080 ??_C@_0HH@IDABAAKA@Usage?3?5GetUnitField?$CIunitToken?0?5@ 10091080 misc_scripts.cpp.obj + 0002:000080f8 ??_C@_0CH@POINFHMC@Trying?5disenchant?5with?5quality?5@ 100910f8 misc_scripts.cpp.obj + 0002:00008120 ??_C@_0DC@DMOAEFOF@No?5disenchantable?5item?5found?0?5s@ 10091120 misc_scripts.cpp.obj + 0002:00008154 ??_C@_0DO@MCLKPIML@DEFAULT_CHAT_FRAME?3AddMessage?$CI?$CC@ 10091154 misc_scripts.cpp.obj + 0002:00008194 ??_C@_0CC@JPCIHLOK@Invalid?5item?0?5stopping?5disencha@ 10091194 misc_scripts.cpp.obj + 0002:000081b8 ??_C@_0CE@FKMNNJC@No?5player?5unit?0?5stopping?5disenc@ 100911b8 misc_scripts.cpp.obj + 0002:000081e0 ??_C@_0KC@NEILAFDD@local?5itemLink?5?$DN?5GetContainerIt@ 100911e0 misc_scripts.cpp.obj + 0002:00008284 ??_C@_0CB@IFDJLBBM@Cast?5failed?0?5stopping?5disenchan@ 10091284 misc_scripts.cpp.obj + 0002:000082a8 ??_C@_0ED@LGBHLFPD@DEFAULT_CHAT_FRAME?3AddMessage?$CI?$CC@ 100912a8 misc_scripts.cpp.obj + 0002:000082f0 ??_C@_0BFF@NPPMOAEC@Usage?3?5DisenchantAll?$CIitemIdOrNa@ 100912f0 misc_scripts.cpp.obj + 0002:00008448 ??_C@_0CF@KNHJOLMC@You?5do?5not?5have?5the?5Disenchant?5@ 10091448 misc_scripts.cpp.obj + 0002:00008470 ??_C@_06HBBJMNDD@greens@ 10091470 misc_scripts.cpp.obj + 0002:00008478 ??_C@_05EBCMBJBB@blues@ 10091478 misc_scripts.cpp.obj + 0002:00008480 ??_C@_07MBLGJMK@purples@ 10091480 misc_scripts.cpp.obj + 0002:00008488 ??_C@_0CJ@IECDANKF@Usage?3?5GetItemIconTexture?$CIdispl@ 10091488 misc_scripts.cpp.obj + 0002:000084b4 ??_C@_0N@HLONNMCP@QuestionMark@ 100914b4 misc_scripts.cpp.obj + 0002:000084c4 ??_C@_0CI@EAELDEKM@Usage?3?5GetSpellIconTexture?$CIspel@ 100914c4 misc_scripts.cpp.obj + 0002:000084ec ??_C@_0CH@JKODAONC@Usage?3?5GetPlayerAuraDuration?$CIau@ 100914ec misc_scripts.cpp.obj + 0002:00008514 ??_C@_0CG@MADAJHEF@Usage?3?5CancelPlayerAuraSlot?$CIaur@ 10091514 misc_scripts.cpp.obj + 0002:0000853c ??_C@_0DJ@CFIPDIAI@Usage?3?5CancelPlayerAuraSpellId?$CI@ 1009153c misc_scripts.cpp.obj + 0002:00008578 ??_C@_0CK@EONLFDPA@Attempt?5to?5find?5?8this?8?5in?5non?9f@ 10091578 misc_scripts.cpp.obj + 0002:000085a4 ??_C@_0CG@DOJPPKKG@Wrong?5object?5type?5for?5member?5fu@ 100915a4 misc_scripts.cpp.obj + 0002:000085cc ??_C@_0CK@NLEAGDNO@Attempt?5to?5find?5?8this?8?5in?5non?9t@ 100915cc misc_scripts.cpp.obj + 0002:000085f8 __real@0000000000000000 100915f8 misc_scripts.cpp.obj + 0002:00008600 __real@3ff0000000000000 10091600 misc_scripts.cpp.obj + 0002:00008608 __real@4000000000000000 10091608 misc_scripts.cpp.obj + 0002:00008610 __real@4042000000000000 10091610 misc_scripts.cpp.obj + 0002:00008618 __real@408f400000000000 10091618 misc_scripts.cpp.obj + 0002:00008624 ??_C@_0CD@FAFLFIPA@Casting?5next?5spell?5without?5queu@ 10091624 spell_scripts.cpp.obj + 0002:00008648 ??_C@_0BO@KHCNJBCM@Force?5queuing?5next?5cast?5spell@ 10091648 spell_scripts.cpp.obj + 0002:00008668 ??_C@_0BI@HLPDJJIN@SpellStopCasting?5called@ 10091668 spell_scripts.cpp.obj + 0002:00008680 ??_C@_0BJ@HOOGKLNO@Unable?5to?5parse?5spell?5id@ 10091680 spell_scripts.cpp.obj + 0002:000086a0 ??_C@_0IC@LFNFOIMM@Unable?5to?5determine?5spell?5id?5fr@ 100916a0 spell_scripts.cpp.obj + 0002:00008724 ??_C@_06JJLAMBGK@target@ 10091724 spell_scripts.cpp.obj + 0002:0000872c ??_C@_0BA@LCNPPGJD@Spell?5not?5found@ 1009172c spell_scripts.cpp.obj + 0002:0000873c ??_C@_0CB@DNBDKHMK@Usage?3?5IsSpellInRange?$CIspellName@ 1009173c spell_scripts.cpp.obj + 0002:00008760 ??_C@_0IB@NFBGPDMF@Unable?5to?5determine?5spell?5id?5fr@ 10091760 spell_scripts.cpp.obj + 0002:000087e4 ??_C@_0CA@CKMJHD@Usage?3?5IsSpellUsable?$CIspellName?$CJ@ 100917e4 spell_scripts.cpp.obj + 0002:00008804 ??_C@_0CE@BNAKDPLE@Usage?3?5GetSpellIdForName?$CIspellN@ 10091804 spell_scripts.cpp.obj + 0002:00008828 ??_C@_0BJ@EJDPBOLF@Spell?5not?5found?5for?5id?3?5@ 10091828 spell_scripts.cpp.obj + 0002:00008844 ??_C@_0CJ@PPAJFPII@Usage?3?5GetSpellNameAndRankForId@ 10091844 spell_scripts.cpp.obj + 0002:00008870 ??_C@_05LOCENACC@spell@ 10091870 spell_scripts.cpp.obj + 0002:00008878 ??_C@_03LAMLDFEG@pet@ 10091878 spell_scripts.cpp.obj + 0002:0000887c ??_C@_0CM@BIFAHKMN@Usage?3?5GetSpellSlotTypeIdForNam@ 1009187c spell_scripts.cpp.obj + 0002:000088a8 ??_C@_0CE@PGDGANLK@Usage?3?5GetSpellRec?$CIspellId?0?5?$FLco@ 100918a8 spell_scripts.cpp.obj + 0002:000088cc ??_C@_04MEMAJGDJ@name@ 100918cc spell_scripts.cpp.obj + 0002:000088d4 ??_C@_04PNBFHPGN@rank@ 100918d4 spell_scripts.cpp.obj + 0002:000088dc ??_C@_07OGDNBKKB@tooltip@ 100918dc spell_scripts.cpp.obj + 0002:000088e4 ??_C@_0DE@IFOKCNBD@Usage?3?5GetSpellRecField?$CIspellId@ 100918e4 spell_scripts.cpp.obj + 0002:00008918 ??_C@_0BOB@PPLDFGIB@Usage?3?5GetSpellModifiers?$CIspellI@ 10091918 spell_scripts.cpp.obj + 0002:00008afc ??_C@_0DB@LGIDKANG@Invalid?5modifier?5type?4?5Must?5be?5@ 10091afc spell_scripts.cpp.obj + 0002:00008b30 ??_C@_0BB@NBBEIOIN@Invalid?5spell?5id@ 10091b30 spell_scripts.cpp.obj + 0002:00008b44 ??_C@_08KJJBJMM@spellId?3@ 10091b44 spell_scripts.cpp.obj + 0002:00008b50 ??_C@_0CH@HJHOCEPB@Unable?5convert?5spell?5id?5to?5spel@ 10091b50 spell_scripts.cpp.obj + 0002:00008b78 ??_C@_0CP@KGJBOLFG@Unable?5parse?5spell?5id?4?5?5Format?5@ 10091b78 spell_scripts.cpp.obj + 0002:00008ba8 ??_C@_0CK@PDFCMKHC@Unable?5to?5find?5spell?5slot?5for?5s@ 10091ba8 spell_scripts.cpp.obj + 0002:00008bd4 ??_C@_03NBFOK@net@ 10091bd4 spell_scripts.cpp.obj + 0002:00008bd8 ??_C@_08BAGPHLDB@positive@ 10091bd8 spell_scripts.cpp.obj + 0002:00008be4 ??_C@_08JKGPMEKK@negative@ 10091be4 spell_scripts.cpp.obj + 0002:00008bf0 __real@bff0000000000000 10091bf0 spell_scripts.cpp.obj + 0002:00008bfc ??_C@_0CB@KIFLLFHK@Usage?3?5GetSpellCooldown?$CIspellId@ 10091bfc cooldown_scripts.cpp.obj + 0002:00008c20 ??_C@_0DM@HPPALOOP@Usage?3?5GetItemCooldown?$CIitemId?$CJ?5@ 10091c20 cooldown_scripts.cpp.obj + 0002:00008c5c ??_C@_0CF@IPNKEPCD@Item?5name?5lookup?5not?5yet?5implem@ 10091c5c cooldown_scripts.cpp.obj + 0002:00008c84 ??_C@_0CN@EGAOPKGE@Usage?3?5GetTrinketCooldown?$CIslot?$HM@ 10091c84 cooldown_scripts.cpp.obj + 0002:00008cb4 ??_C@_0BG@JDLJPL@missing?5item?5at?5slot?5@ 10091cb4 item_scripts.cpp.obj + 0002:00008ccc ??_C@_0BM@FGPCGLD@missing?5itemfields?5at?5slot?5@ 10091ccc item_scripts.cpp.obj + 0002:00008ce8 ??_C@_0BK@BKPACGJE@Unable?5to?5get?5player?5unit@ 10091ce8 item_scripts.cpp.obj + 0002:00008d08 ??_C@_0EC@DILDBMOF@Usage?3?5FindPlayerItemSlot?$CIitemN@ 10091d08 item_scripts.cpp.obj + 0002:00008d4c ??_C@_0CP@MNDKGGNA@Usage?3?5UseItemIdOrName?$CIitemIdOr@ 10091d4c item_scripts.cpp.obj + 0002:00008d7c ??_C@_0CA@BIHDFGEI@Unable?5to?5determine?5target?5guid@ 10091d7c item_scripts.cpp.obj + 0002:00008d9c ??_C@_0CP@GCLNMKJC@Usage?3?5UseTrinket?$CIslot?$HMitemIdOr@ 10091d9c item_scripts.cpp.obj + 0002:00008dcc ??_C@_07NBCGADJA@Unknown@ 10091dcc item_scripts.cpp.obj + 0002:00008dd8 ??_C@_0FB@JKJLJBPE@Usage?3?5GetEquippedItems?$CI?$CJ?5or?5Ge@ 10091dd8 item_scripts.cpp.obj + 0002:00008e2c ??_C@_0BD@LPJJAPAF@Unable?5to?5get?5unit@ 10091e2c item_scripts.cpp.obj + 0002:00008e40 ??_C@_0BE@IENECEIE@Cannot?5inspect?5unit@ 10091e40 item_scripts.cpp.obj + 0002:00008e58 ??_C@_0EF@LNGINBID@Usage?3?5GetEquippedItem?$CIunitStr?0@ 10091e58 item_scripts.cpp.obj + 0002:00008ea0 ??_C@_0CH@PFFKDIPF@Slot?5must?5be?5a?5number?5between?51@ 10091ea0 item_scripts.cpp.obj + 0002:00008ec8 ??_C@_0BO@MMGGBFIG@Slot?5must?5be?5between?51?5and?519@ 10091ec8 item_scripts.cpp.obj + 0002:00008ee8 ??_C@_0CC@HHMLLACK@Usage?3?5GetBagItem?$CIbagIndex?0?5slo@ 10091ee8 item_scripts.cpp.obj + 0002:00008f0c ??_C@_0BL@OJIHPLAE@Bag?5index?5must?5be?5a?5number@ 10091f0c item_scripts.cpp.obj + 0002:00008f28 ??_C@_0BG@GOJBCPAF@Slot?5must?5be?5a?5number@ 10091f28 item_scripts.cpp.obj + 0002:00008f40 ??_C@_0CI@CDBJNJGK@Slot?5must?5be?5between?51?5and?516?5f@ 10091f40 item_scripts.cpp.obj + 0002:00008f68 ??_C@_0BG@DIIBAFFP@Slot?5exceeds?5bag?5size@ 10091f68 item_scripts.cpp.obj + 0002:00008f80 ??_C@_0BB@CNCNDCLG@Bank?5is?5not?5open@ 10091f80 item_scripts.cpp.obj + 0002:00008f98 ??_C@_0EI@CGLLNKOK@For?5bag?5?91?0?5slot?5must?5be?51?924?5?$CI@ 10091f98 item_scripts.cpp.obj + 0002:00008fe0 ??_C@_0DI@KFDHOLPD@For?5bag?5?92?5?$CIkeyring?$CJ?0?5slot?5must@ 10091fe0 item_scripts.cpp.obj + 0002:00009018 ??_C@_0EH@DPGHDAMK@Invalid?5bag?5index?4?5Valid?5values@ 10092018 item_scripts.cpp.obj + 0002:00009060 ??_C@_0FE@NKJKFJGK@Invalid?5bag?5index?4?5Valid?5values@ 10092060 item_scripts.cpp.obj + 0002:000090b8 ??_C@_0O@LOMMFJIH@Added?5itemId?5@ 100920b8 items.cpp.obj + 0002:000090c8 ??_C@_0P@FANPLMKM@Still?5missing?5@ 100920c8 items.cpp.obj + 0002:000090d8 ??_C@_02KEGNLNML@?0?5@ 100920d8 items.cpp.obj + 0002:000090e0 ?itemStatsFields@Nampower@@3QBUFieldDescriptor@1@B 100920e0 dbc_fields.cpp.obj + 0002:000092cc ?itemStatsFieldsCount@Nampower@@3IB 100922cc dbc_fields.cpp.obj + 0002:000092d0 ?itemStatsArrayFields@Nampower@@3QBUArrayFieldDescriptor@1@B 100922d0 dbc_fields.cpp.obj + 0002:00009390 ?itemStatsArrayFieldsCount@Nampower@@3IB 10092390 dbc_fields.cpp.obj + 0002:00009398 ?spellRecFields@Nampower@@3QBUFieldDescriptor@1@B 10092398 dbc_fields.cpp.obj + 0002:00009674 ?spellRecFieldsCount@Nampower@@3IB 10092674 dbc_fields.cpp.obj + 0002:00009678 ?spellRecArrayFields@Nampower@@3QBUArrayFieldDescriptor@1@B 10092678 dbc_fields.cpp.obj + 0002:000097d8 ?spellRecArrayFieldsCount@Nampower@@3IB 100927d8 dbc_fields.cpp.obj + 0002:000097dc ??_C@_05ENKANFLO@class@ 100927dc dbc_fields.cpp.obj + 0002:000097e4 ??_C@_08CLNMFNJL@subclass@ 100927e4 dbc_fields.cpp.obj + 0002:000097f0 ??_C@_0O@NBHNKLJP@displayInfoID@ 100927f0 dbc_fields.cpp.obj + 0002:00009800 ??_C@_07DADGLCBN@quality@ 10092800 dbc_fields.cpp.obj + 0002:00009808 ??_C@_05GECEPKB@flags@ 10092808 dbc_fields.cpp.obj + 0002:00009810 ??_C@_08GNIKKBDF@buyPrice@ 10092810 dbc_fields.cpp.obj + 0002:0000981c ??_C@_09EHAEBHNG@sellPrice@ 1009281c dbc_fields.cpp.obj + 0002:00009828 ??_C@_0O@LJIBMGHI@inventoryType@ 10092828 dbc_fields.cpp.obj + 0002:00009838 ??_C@_0P@HKBMDFLF@allowableClass@ 10092838 dbc_fields.cpp.obj + 0002:00009848 ??_C@_0O@PJFDKFL@allowableRace@ 10092848 dbc_fields.cpp.obj + 0002:00009858 ??_C@_09OOKEJBK@itemLevel@ 10092858 dbc_fields.cpp.obj + 0002:00009864 ??_C@_0O@PCBOEJHN@requiredLevel@ 10092864 dbc_fields.cpp.obj + 0002:00009874 ??_C@_0O@LIAFDLBE@requiredSkill@ 10092874 dbc_fields.cpp.obj + 0002:00009884 ??_C@_0BC@EKIBFNMJ@requiredSkillRank@ 10092884 dbc_fields.cpp.obj + 0002:00009898 ??_C@_0O@OFODCCDP@requiredSpell@ 10092898 dbc_fields.cpp.obj + 0002:000098a8 ??_C@_0BC@MKNCAGLF@requiredHonorRank@ 100928a8 dbc_fields.cpp.obj + 0002:000098bc ??_C@_0BB@LFMLPJEO@requiredCityRank@ 100928bc dbc_fields.cpp.obj + 0002:000098d0 ??_C@_0M@EOJIPGFP@requiredRep@ 100928d0 dbc_fields.cpp.obj + 0002:000098dc ??_C@_0BA@PNCCEJI@requiredRepRank@ 100928dc dbc_fields.cpp.obj + 0002:000098ec ??_C@_08LAEJCBOD@maxCount@ 100928ec dbc_fields.cpp.obj + 0002:000098f8 ??_C@_09EFCPONM@stackable@ 100928f8 dbc_fields.cpp.obj + 0002:00009904 ??_C@_0P@FLPNDKGI@containerSlots@ 10092904 dbc_fields.cpp.obj + 0002:00009914 ??_C@_05EKJCMADO@delay@ 10092914 dbc_fields.cpp.obj + 0002:0000991c ??_C@_08JNBMCKNJ@ammoType@ 1009291c dbc_fields.cpp.obj + 0002:00009928 ??_C@_0P@PEGEDPKE@rangedModRange@ 10092928 dbc_fields.cpp.obj + 0002:00009938 ??_C@_07FHKKHDI@bonding@ 10092938 dbc_fields.cpp.obj + 0002:00009940 ??_C@_08DDOGIPAD@pageText@ 10092940 dbc_fields.cpp.obj + 0002:0000994c ??_C@_0L@PFAGFGH@languageID@ 1009294c dbc_fields.cpp.obj + 0002:00009958 ??_C@_0N@IBEKAJCP@pageMaterial@ 10092958 dbc_fields.cpp.obj + 0002:00009968 ??_C@_0N@NAMEJOJP@startQuestID@ 10092968 dbc_fields.cpp.obj + 0002:00009978 ??_C@_06OMMPKEO@lockID@ 10092978 dbc_fields.cpp.obj + 0002:00009980 ??_C@_08KNOEMJMM@material@ 10092980 dbc_fields.cpp.obj + 0002:0000998c ??_C@_0M@BOJKDFJE@sheatheType@ 1009298c dbc_fields.cpp.obj + 0002:00009998 ??_C@_0P@HIEKOBJC@randomProperty@ 10092998 dbc_fields.cpp.obj + 0002:000099a8 ??_C@_05PIBOEKAB@block@ 100929a8 dbc_fields.cpp.obj + 0002:000099b0 ??_C@_07KIDCFHFO@itemSet@ 100929b0 dbc_fields.cpp.obj + 0002:000099b8 ??_C@_0O@NEJOMBPE@maxDurability@ 100929b8 dbc_fields.cpp.obj + 0002:000099c8 ??_C@_04GOEDGNCF@area@ 100929c8 dbc_fields.cpp.obj + 0002:000099d0 ??_C@_03HBNNNHNM@map@ 100929d0 dbc_fields.cpp.obj + 0002:000099d4 ??_C@_08LGBPINEC@duration@ 100929d4 dbc_fields.cpp.obj + 0002:000099e0 ??_C@_09CEJOBILD@bagFamily@ 100929e0 dbc_fields.cpp.obj + 0002:000099ec ??_C@_09CFJCKAOO@bonusStat@ 100929ec dbc_fields.cpp.obj + 0002:000099f8 ??_C@_0M@MMCFAFHA@bonusAmount@ 100929f8 dbc_fields.cpp.obj + 0002:00009a04 ??_C@_09MJALHBHH@minDamage@ 10092a04 dbc_fields.cpp.obj + 0002:00009a10 ??_C@_09MIAHOLMD@maxDamage@ 10092a10 dbc_fields.cpp.obj + 0002:00009a1c ??_C@_0L@HKMKJPBM@damageType@ 10092a1c dbc_fields.cpp.obj + 0002:00009a28 ??_C@_0M@DMKJBJGO@resistances@ 10092a28 dbc_fields.cpp.obj + 0002:00009a34 ??_C@_07MKDPBGJO@spellID@ 10092a34 dbc_fields.cpp.obj + 0002:00009a3c ??_C@_0N@NIGGJAAD@spellTrigger@ 10092a3c dbc_fields.cpp.obj + 0002:00009a4c ??_C@_0N@DAPOMAGP@spellCharges@ 10092a4c dbc_fields.cpp.obj + 0002:00009a5c ??_C@_0O@GKHBOHOH@spellCooldown@ 10092a5c dbc_fields.cpp.obj + 0002:00009a6c ??_C@_0O@HJMFFAIE@spellCategory@ 10092a6c dbc_fields.cpp.obj + 0002:00009a7c ??_C@_0BG@IGIBPPC@spellCategoryCooldown@ 10092a7c dbc_fields.cpp.obj + 0002:00009a94 ??_C@_02EGCJHIOB@id@ 10092a94 dbc_fields.cpp.obj + 0002:00009a98 ??_C@_06HBLHOEKM@school@ 10092a98 dbc_fields.cpp.obj + 0002:00009aa0 ??_C@_08MBJIKOEN@category@ 10092aa0 dbc_fields.cpp.obj + 0002:00009aac ??_C@_06KIGBPMF@castUI@ 10092aac dbc_fields.cpp.obj + 0002:00009ab4 ??_C@_06GAIIABAG@dispel@ 10092ab4 dbc_fields.cpp.obj + 0002:00009abc ??_C@_08EFFOODE@mechanic@ 10092abc dbc_fields.cpp.obj + 0002:00009ac8 ??_C@_0L@HNMJPKNA@attributes@ 10092ac8 dbc_fields.cpp.obj + 0002:00009ad4 ??_C@_0N@ENOHBPAB@attributesEx@ 10092ad4 dbc_fields.cpp.obj + 0002:00009ae4 ??_C@_0O@JKDKIDPI@attributesEx2@ 10092ae4 dbc_fields.cpp.obj + 0002:00009af4 ??_C@_0O@IDCBLCLJ@attributesEx3@ 10092af4 dbc_fields.cpp.obj + 0002:00009b04 ??_C@_0O@MMGACEHO@attributesEx4@ 10092b04 dbc_fields.cpp.obj + 0002:00009b14 ??_C@_07CGBCCMBN@stances@ 10092b14 dbc_fields.cpp.obj + 0002:00009b1c ??_C@_0L@KNGFDFAC@stancesNot@ 10092b1c dbc_fields.cpp.obj + 0002:00009b28 ??_C@_07KJOMBCLC@targets@ 10092b28 dbc_fields.cpp.obj + 0002:00009b30 ??_C@_0BD@GAPMJMNG@targetCreatureType@ 10092b30 dbc_fields.cpp.obj + 0002:00009b44 ??_C@_0BD@GELPPEEP@requiresSpellFocus@ 10092b44 dbc_fields.cpp.obj + 0002:00009b58 ??_C@_0BA@EEKMKLJE@casterAuraState@ 10092b58 dbc_fields.cpp.obj + 0002:00009b68 ??_C@_0BA@CDAFIMFO@targetAuraState@ 10092b68 dbc_fields.cpp.obj + 0002:00009b78 ??_C@_0BB@JFPKLBEC@castingTimeIndex@ 10092b78 dbc_fields.cpp.obj + 0002:00009b8c ??_C@_0N@OMFIFLPG@recoveryTime@ 10092b8c dbc_fields.cpp.obj + 0002:00009b9c ??_C@_0BF@NPKKFBDI@categoryRecoveryTime@ 10092b9c dbc_fields.cpp.obj + 0002:00009bb4 ??_C@_0P@IEPIDAFJ@interruptFlags@ 10092bb4 dbc_fields.cpp.obj + 0002:00009bc4 ??_C@_0BD@LHLLGJCG@auraInterruptFlags@ 10092bc4 dbc_fields.cpp.obj + 0002:00009bd8 ??_C@_0BG@BMOJLJDO@channelInterruptFlags@ 10092bd8 dbc_fields.cpp.obj + 0002:00009bf0 ??_C@_09MICPAJOG@procFlags@ 10092bf0 dbc_fields.cpp.obj + 0002:00009bfc ??_C@_0L@PJKMHGON@procChance@ 10092bfc dbc_fields.cpp.obj + 0002:00009c08 ??_C@_0M@PACCPFFC@procCharges@ 10092c08 dbc_fields.cpp.obj + 0002:00009c14 ??_C@_08JHFEFDMB@maxLevel@ 10092c14 dbc_fields.cpp.obj + 0002:00009c20 ??_C@_09JJGGMDBI@baseLevel@ 10092c20 dbc_fields.cpp.obj + 0002:00009c2c ??_C@_0L@DIBPEIPN@spellLevel@ 10092c2c dbc_fields.cpp.obj + 0002:00009c38 ??_C@_0O@ILAOIAFF@durationIndex@ 10092c38 dbc_fields.cpp.obj + 0002:00009c48 ??_C@_09MHMIHKMK@powerType@ 10092c48 dbc_fields.cpp.obj + 0002:00009c54 ??_C@_08NBEIGJPH@manaCost@ 10092c54 dbc_fields.cpp.obj + 0002:00009c60 ??_C@_0BB@MKFEABBK@manaCostPerlevel@ 10092c60 dbc_fields.cpp.obj + 0002:00009c74 ??_C@_0O@GDKBJHLD@manaPerSecond@ 10092c74 dbc_fields.cpp.obj + 0002:00009c84 ??_C@_0BG@PCCJIIB@manaPerSecondPerLevel@ 10092c84 dbc_fields.cpp.obj + 0002:00009c9c ??_C@_0L@IIPJFCFA@rangeIndex@ 10092c9c dbc_fields.cpp.obj + 0002:00009ca8 ??_C@_05HJCMGBKF@speed@ 10092ca8 dbc_fields.cpp.obj + 0002:00009cb0 ??_C@_0P@GNIGGCNF@modalNextSpell@ 10092cb0 dbc_fields.cpp.obj + 0002:00009cc0 ??_C@_0M@FHMAKNIE@stackAmount@ 10092cc0 dbc_fields.cpp.obj + 0002:00009ccc ??_C@_0BC@FAGICCEI@equippedItemClass@ 10092ccc dbc_fields.cpp.obj + 0002:00009ce0 ??_C@_0BJ@EHCBMJCE@equippedItemSubClassMask@ 10092ce0 dbc_fields.cpp.obj + 0002:00009cfc ??_C@_0BO@GFGEHKDA@equippedItemInventoryTypeMask@ 10092cfc dbc_fields.cpp.obj + 0002:00009d1c ??_C@_0M@CODBPNAF@spellVisual@ 10092d1c dbc_fields.cpp.obj + 0002:00009d28 ??_C@_0N@JNDEJBAD@spellVisual2@ 10092d28 dbc_fields.cpp.obj + 0002:00009d38 ??_C@_0M@FHDHCBKL@spellIconID@ 10092d38 dbc_fields.cpp.obj + 0002:00009d44 ??_C@_0N@HAKPAPKJ@activeIconID@ 10092d44 dbc_fields.cpp.obj + 0002:00009d54 ??_C@_0O@DAMIPNAM@spellPriority@ 10092d54 dbc_fields.cpp.obj + 0002:00009d64 ??_C@_0BD@LHHLGOL@manaCostPercentage@ 10092d64 dbc_fields.cpp.obj + 0002:00009d78 ??_C@_0BG@DDDBFLLC@startRecoveryCategory@ 10092d78 dbc_fields.cpp.obj + 0002:00009d90 ??_C@_0BC@MJCLHCCP@startRecoveryTime@ 10092d90 dbc_fields.cpp.obj + 0002:00009da4 ??_C@_0P@GDMECBOP@maxTargetLevel@ 10092da4 dbc_fields.cpp.obj + 0002:00009db4 ??_C@_0BA@GMGOGAED@spellFamilyName@ 10092db4 dbc_fields.cpp.obj + 0002:00009dc4 ??_C@_0BB@LGDKHJHF@spellFamilyFlags@ 10092dc4 dbc_fields.cpp.obj + 0002:00009dd8 ??_C@_0BD@JJENEIAA@maxAffectedTargets@ 10092dd8 dbc_fields.cpp.obj + 0002:00009dec ??_C@_08BJLHHCCM@dmgClass@ 10092dec dbc_fields.cpp.obj + 0002:00009df8 ??_C@_0P@KJEDBIHM@preventionType@ 10092df8 dbc_fields.cpp.obj + 0002:00009e08 ??_C@_0P@CNKPMAAI@stanceBarOrder@ 10092e08 dbc_fields.cpp.obj + 0002:00009e18 ??_C@_0N@BEIHPEI@minFactionId@ 10092e18 dbc_fields.cpp.obj + 0002:00009e28 ??_C@_0O@HHGPPNGP@minReputation@ 10092e28 dbc_fields.cpp.obj + 0002:00009e38 ??_C@_0BD@IBLBOBLJ@requiredAuraVision@ 10092e38 dbc_fields.cpp.obj + 0002:00009e4c ??_C@_05LPPONKPN@totem@ 10092e4c dbc_fields.cpp.obj + 0002:00009e54 ??_C@_07EAHOPPHC@reagent@ 10092e54 dbc_fields.cpp.obj + 0002:00009e5c ??_C@_0N@DEFECNCJ@reagentCount@ 10092e5c dbc_fields.cpp.obj + 0002:00009e6c ??_C@_06HOPIODND@effect@ 10092e6c dbc_fields.cpp.obj + 0002:00009e74 ??_C@_0P@HANPKOLJ@effectDieSides@ 10092e74 dbc_fields.cpp.obj + 0002:00009e84 ??_C@_0P@NFCDHLMP@effectBaseDice@ 10092e84 dbc_fields.cpp.obj + 0002:00009e94 ??_C@_0BD@OJNOKKJI@effectDicePerLevel@ 10092e94 dbc_fields.cpp.obj + 0002:00009ea8 ??_C@_0BJ@CMMOAIOC@effectRealPointsPerLevel@ 10092ea8 dbc_fields.cpp.obj + 0002:00009ec4 ??_C@_0BB@ECGJIMP@effectBasePoints@ 10092ec4 dbc_fields.cpp.obj + 0002:00009ed8 ??_C@_0P@JKKLIPGJ@effectMechanic@ 10092ed8 dbc_fields.cpp.obj + 0002:00009ee8 ??_C@_0BG@MHBOODBP@effectImplicitTargetA@ 10092ee8 dbc_fields.cpp.obj + 0002:00009f00 ??_C@_0BG@OMDDLANM@effectImplicitTargetB@ 10092f00 dbc_fields.cpp.obj + 0002:00009f18 ??_C@_0BC@JNJBJJNN@effectRadiusIndex@ 10092f18 dbc_fields.cpp.obj + 0002:00009f2c ??_C@_0BE@ELOBPJHK@effectApplyAuraName@ 10092f2c dbc_fields.cpp.obj + 0002:00009f40 ??_C@_0BA@FCGCEODA@effectAmplitude@ 10092f40 dbc_fields.cpp.obj + 0002:00009f50 ??_C@_0BE@EMECGFL@effectMultipleValue@ 10092f50 dbc_fields.cpp.obj + 0002:00009f64 ??_C@_0BC@EMGMPKNK@effectChainTarget@ 10092f64 dbc_fields.cpp.obj + 0002:00009f78 ??_C@_0P@KFOJCMPA@effectItemType@ 10092f78 dbc_fields.cpp.obj + 0002:00009f88 ??_C@_0BA@KMPEGA@effectMiscValue@ 10092f88 dbc_fields.cpp.obj + 0002:00009f98 ??_C@_0BD@JLKEALFA@effectTriggerSpell@ 10092f98 dbc_fields.cpp.obj + 0002:00009fac ??_C@_0BK@EGJBCINL@effectPointsPerComboPoint@ 10092fac dbc_fields.cpp.obj + 0002:00009fc8 ??_C@_0O@GNCEHKMO@dmgMultiplier@ 10092fc8 dbc_fields.cpp.obj + 0002:00009fd8 ?unitFieldsFields@Nampower@@3QBUFieldDescriptor@1@B 10092fd8 unit_fields.cpp.obj + 0002:0000a2e4 ?unitFieldsFieldsCount@Nampower@@3IB 100932e4 unit_fields.cpp.obj + 0002:0000a2e8 ?unitFieldsArrayFields@Nampower@@3QBUArrayFieldDescriptor@1@B 100932e8 unit_fields.cpp.obj + 0002:0000a378 ?unitFieldsArrayFieldsCount@Nampower@@3IB 10093378 unit_fields.cpp.obj + 0002:0000a380 ??_C@_05GNKDCGJG@charm@ 10093380 unit_fields.cpp.obj + 0002:0000a388 ??_C@_06PEOHCAFD@summon@ 10093388 unit_fields.cpp.obj + 0002:0000a390 ??_C@_09HKLHHFJN@charmedBy@ 10093390 unit_fields.cpp.obj + 0002:0000a39c ??_C@_0L@CCGPLGPK@summonedBy@ 1009339c unit_fields.cpp.obj + 0002:0000a3a8 ??_C@_09LFPMGGII@createdBy@ 100933a8 unit_fields.cpp.obj + 0002:0000a3b4 ??_C@_09MLEJIPBC@persuaded@ 100933b4 unit_fields.cpp.obj + 0002:0000a3c0 ??_C@_0O@EMAEPHOL@channelObject@ 100933c0 unit_fields.cpp.obj + 0002:0000a3d0 ??_C@_06KJINILIP@health@ 100933d0 unit_fields.cpp.obj + 0002:0000a3d8 ??_C@_06KBHLMNEH@power1@ 100933d8 unit_fields.cpp.obj + 0002:0000a3e0 ??_C@_06IKFGJOIE@power2@ 100933e0 unit_fields.cpp.obj + 0002:0000a3e8 ??_C@_06JDENKPMF@power3@ 100933e8 unit_fields.cpp.obj + 0002:0000a3f0 ??_C@_06NMAMDJAC@power4@ 100933f0 unit_fields.cpp.obj + 0002:0000a3f8 ??_C@_06MFBHAIED@power5@ 100933f8 unit_fields.cpp.obj + 0002:0000a400 ??_C@_09IGCJFBJ@maxHealth@ 10093400 unit_fields.cpp.obj + 0002:0000a40c ??_C@_09JENDNB@maxPower1@ 1009340c unit_fields.cpp.obj + 0002:0000a418 ??_C@_09CLLJIABC@maxPower2@ 10093418 unit_fields.cpp.obj + 0002:0000a424 ??_C@_09DCKCLBFD@maxPower3@ 10093424 unit_fields.cpp.obj + 0002:0000a430 ??_C@_09HNODCHJE@maxPower4@ 10093430 unit_fields.cpp.obj + 0002:0000a43c ??_C@_09GEPIBGNF@maxPower5@ 1009343c unit_fields.cpp.obj + 0002:0000a448 ??_C@_05KJNJLLGA@level@ 10093448 unit_fields.cpp.obj + 0002:0000a450 ??_C@_0BA@HDIFLJID@factionTemplate@ 10093450 unit_fields.cpp.obj + 0002:0000a460 ??_C@_06NLMMIAIA@bytes0@ 10093460 unit_fields.cpp.obj + 0002:0000a468 ??_C@_09BFHAFMLP@auraState@ 10093468 unit_fields.cpp.obj + 0002:0000a474 ??_C@_0P@DGLGADKE@baseAttackTime@ 10093474 unit_fields.cpp.obj + 0002:0000a484 ??_C@_0BC@CGEKFAIO@offhandAttackTime@ 10093484 unit_fields.cpp.obj + 0002:0000a498 ??_C@_0BB@DNFLGEGG@rangedAttackTime@ 10093498 unit_fields.cpp.obj + 0002:0000a4ac ??_C@_0P@PGEDLHEL@boundingRadius@ 100934ac unit_fields.cpp.obj + 0002:0000a4bc ??_C@_0M@DOJLMCBI@combatReach@ 100934bc unit_fields.cpp.obj + 0002:0000a4c8 ??_C@_09EJIHCEAC@displayId@ 100934c8 unit_fields.cpp.obj + 0002:0000a4d4 ??_C@_0BA@HLLMBDFA@nativeDisplayId@ 100934d4 unit_fields.cpp.obj + 0002:0000a4e4 ??_C@_0P@HOLJBBID@mountDisplayId@ 100934e4 unit_fields.cpp.obj + 0002:0000a4f4 ??_C@_0BB@LCJMKLPB@minOffhandDamage@ 100934f4 unit_fields.cpp.obj + 0002:0000a508 ??_C@_0BB@KHBHHPAD@maxOffhandDamage@ 10093508 unit_fields.cpp.obj + 0002:0000a51c ??_C@_06MCNHLBMB@bytes1@ 1009351c unit_fields.cpp.obj + 0002:0000a524 ??_C@_09DIJBEFAN@petNumber@ 10093524 unit_fields.cpp.obj + 0002:0000a530 ??_C@_0BB@OMLEJGDP@petNameTimestamp@ 10093530 unit_fields.cpp.obj + 0002:0000a544 ??_C@_0O@FGKOPGHG@petExperience@ 10093544 unit_fields.cpp.obj + 0002:0000a554 ??_C@_0BA@PAHIIHLL@petNextLevelExp@ 10093554 unit_fields.cpp.obj + 0002:0000a564 ??_C@_0N@CMKAPPHA@dynamicFlags@ 10093564 unit_fields.cpp.obj + 0002:0000a574 ??_C@_0N@IEJBDBBA@channelSpell@ 10093574 unit_fields.cpp.obj + 0002:0000a584 ??_C@_0N@DHEPGEFO@modCastSpeed@ 10093584 unit_fields.cpp.obj + 0002:0000a594 ??_C@_0P@ENACAIIN@createdBySpell@ 10093594 unit_fields.cpp.obj + 0002:0000a5a4 ??_C@_08NEIKGCEE@npcFlags@ 100935a4 unit_fields.cpp.obj + 0002:0000a5b0 ??_C@_0O@DDNCOFID@npcEmoteState@ 100935b0 unit_fields.cpp.obj + 0002:0000a5c0 ??_C@_0P@GKAKCLOA@trainingPoints@ 100935c0 unit_fields.cpp.obj + 0002:0000a5d0 ??_C@_05MAPNABCF@stat0@ 100935d0 unit_fields.cpp.obj + 0002:0000a5d8 ??_C@_05NJOGDAGE@stat1@ 100935d8 unit_fields.cpp.obj + 0002:0000a5e0 ??_C@_05PCMLGDKH@stat2@ 100935e0 unit_fields.cpp.obj + 0002:0000a5e8 ??_C@_05OLNAFCOG@stat3@ 100935e8 unit_fields.cpp.obj + 0002:0000a5f0 ??_C@_05KEJBMECB@stat4@ 100935f0 unit_fields.cpp.obj + 0002:0000a5f8 ??_C@_08OPMNAGFL@baseMana@ 100935f8 unit_fields.cpp.obj + 0002:0000a604 ??_C@_0L@PHGDMNPJ@baseHealth@ 10093604 unit_fields.cpp.obj + 0002:0000a610 ??_C@_06OJPKOCAC@bytes2@ 10093610 unit_fields.cpp.obj + 0002:0000a618 ??_C@_0M@KIFIFFDF@attackPower@ 10093618 unit_fields.cpp.obj + 0002:0000a624 ??_C@_0BA@IPAHCKCK@attackPowerMods@ 10093624 unit_fields.cpp.obj + 0002:0000a634 ??_C@_0BG@IHJMPLFM@attackPowerMultiplier@ 10093634 unit_fields.cpp.obj + 0002:0000a64c ??_C@_0BC@JCJAIEDA@rangedAttackPower@ 1009364c unit_fields.cpp.obj + 0002:0000a660 ??_C@_0BG@PBLNABOL@rangedAttackPowerMods@ 10093660 unit_fields.cpp.obj + 0002:0000a678 ??_C@_0BM@MHJJMDPM@rangedAttackPowerMultiplier@ 10093678 unit_fields.cpp.obj + 0002:0000a694 ??_C@_0BA@DNGOHFNJ@minRangedDamage@ 10093694 unit_fields.cpp.obj + 0002:0000a6a4 ??_C@_0BA@GMJHMOIE@maxRangedDamage@ 100936a4 unit_fields.cpp.obj + 0002:0000a6b4 ??_C@_0BD@KMOEPALK@virtualItemDisplay@ 100936b4 unit_fields.cpp.obj + 0002:0000a6c8 ??_C@_0BA@CLDBCJMB@virtualItemInfo@ 100936c8 unit_fields.cpp.obj + 0002:0000a6d8 ??_C@_04OKPNOAGJ@aura@ 100936d8 unit_fields.cpp.obj + 0002:0000a6e0 ??_C@_09BEADLLCK@auraFlags@ 100936e0 unit_fields.cpp.obj + 0002:0000a6ec ??_C@_0L@DDHBIJIK@auraLevels@ 100936ec unit_fields.cpp.obj + 0002:0000a6f8 ??_C@_0BB@LCGCAOC@auraApplications@ 100936f8 unit_fields.cpp.obj + 0002:0000a70c ??_C@_0BC@LHCFADJ@powerCostModifier@ 1009370c unit_fields.cpp.obj + 0002:0000a720 ??_C@_0BE@CIJMDBF@powerCostMultiplier@ 10093720 unit_fields.cpp.obj + 0002:0000a738 ??_C@_0CC@DBGAMKLH@Clearing?5all?5LUA?5table?5referenc@ 10093738 lua_refs.cpp.obj + 0002:0000a760 __pDestructExceptionObject 10093760 libvcruntime:ehhelpers.obj + 0002:0000a768 ??_7bad_typeid@std@@6B@ 10093768 libvcruntime:rtti.obj + 0002:0000a774 ??_7__non_rtti_object@std@@6B@ 10093774 libvcruntime:rtti.obj + 0002:0000a77c ??_C@_0CB@CGKGGDFI@Access?5violation?5?9?5no?5RTTI?5data@ 1009377c libvcruntime:rtti.obj + 0002:0000a7a0 ??_C@_0CH@OLLMPELC@Attempted?5a?5typeid?5of?5nullptr?5p@ 100937a0 libvcruntime:rtti.obj + 0002:0000a7c8 ??_C@_0CB@EEENAAHH@Bad?5read?5pointer?5?9?5no?5RTTI?5data@ 100937c8 libvcruntime:rtti.obj + 0002:0000a7ec ??_C@_0BC@JNJNLHBP@Bad?5dynamic_cast?$CB@ 100937ec libvcruntime:rtti.obj + 0002:0000ab88 ??_C@_08EHJDFFNH@__based?$CI@ 10093b88 libvcruntime:undname.obj + 0002:0000ab94 ??_C@_07KOLFKCDI@__cdecl@ 10093b94 libvcruntime:undname.obj + 0002:0000ab9c ??_C@_08GHMPAG@__pascal@ 10093b9c libvcruntime:undname.obj + 0002:0000aba8 ??_C@_09IFJBGAPI@__stdcall@ 10093ba8 libvcruntime:undname.obj + 0002:0000abb4 ??_C@_0L@NPHFGOKO@__thiscall@ 10093bb4 libvcruntime:undname.obj + 0002:0000abc0 ??_C@_0L@JMKHOMEK@__fastcall@ 10093bc0 libvcruntime:undname.obj + 0002:0000abcc ??_C@_0N@BCKKPABJ@__vectorcall@ 10093bcc libvcruntime:undname.obj + 0002:0000abdc ??_C@_09HIJEGCPM@__clrcall@ 10093bdc libvcruntime:undname.obj + 0002:0000abe8 ??_C@_06GHPCKEAG@__eabi@ 10093be8 libvcruntime:undname.obj + 0002:0000abf0 ??_C@_09IOPIDJLG@__swift_1@ 10093bf0 libvcruntime:undname.obj + 0002:0000abfc ??_C@_09KFNFGKHF@__swift_2@ 10093bfc libvcruntime:undname.obj + 0002:0000ac08 ??_C@_09LMMOFLDE@__swift_3@ 10093c08 libvcruntime:undname.obj + 0002:0000ac14 ??_C@_07JOMMBBKO@__ptr64@ 10093c14 libvcruntime:undname.obj + 0002:0000ac1c ??_C@_0L@PILCLIHE@__restrict@ 10093c1c libvcruntime:undname.obj + 0002:0000ac28 ??_C@_0M@GFIIJFMG@__unaligned@ 10093c28 libvcruntime:undname.obj + 0002:0000ac34 ??_C@_09DHDLOLLB@restrict?$CI@ 10093c34 libvcruntime:undname.obj + 0002:0000ac40 ??_C@_04NIHEBCM@?5new@ 10093c40 libvcruntime:undname.obj + 0002:0000ac48 ??_C@_07FPCDHGMM@?5delete@ 10093c48 libvcruntime:undname.obj + 0002:0000ac50 ??_C@_01NEMOKFLO@?$DN@ 10093c50 libvcruntime:undname.obj + 0002:0000ac54 ??_C@_02GPIOPFAK@?$DO?$DO@ 10093c54 libvcruntime:undname.obj + 0002:0000ac58 ??_C@_02FODMEDOG@?$DM?$DM@ 10093c58 libvcruntime:undname.obj + 0002:0000ac5c ??_C@_01DCLJPIOD@?$CB@ 10093c5c libvcruntime:undname.obj + 0002:0000ac60 ??_C@_02EGOFBIJA@?$DN?$DN@ 10093c60 libvcruntime:undname.obj + 0002:0000ac64 ??_C@_02FDNJECIE@?$CB?$DN@ 10093c64 libvcruntime:undname.obj + 0002:0000ac68 ??_C@_02GPECMEKF@?$FL?$FN@ 10093c68 libvcruntime:undname.obj + 0002:0000ac6c ??_C@_08LHJFAFGD@operator@ 10093c6c libvcruntime:undname.obj + 0002:0000ac78 ??_C@_02HBOOOICD@?9?$DO@ 10093c78 libvcruntime:undname.obj + 0002:0000ac7c ??_C@_01NBENCBCI@?$CK@ 10093c7c libvcruntime:undname.obj + 0002:0000ac80 ??_C@_02ECNGHCIF@?$CL?$CL@ 10093c80 libvcruntime:undname.obj + 0002:0000ac84 ??_C@_02BAABKJLB@?9?9@ 10093c84 libvcruntime:undname.obj + 0002:0000ac88 ??_C@_01JOAMLHOP@?9@ 10093c88 libvcruntime:undname.obj + 0002:0000ac8c ??_C@_01MIFGBAGJ@?$CL@ 10093c8c libvcruntime:undname.obj + 0002:0000ac90 ??_C@_01HNPIGOCE@?$CG@ 10093c90 libvcruntime:undname.obj + 0002:0000ac94 ??_C@_03MNHNFDLC@?9?$DO?$CK@ 10093c94 libvcruntime:undname.obj + 0002:0000ac98 ??_C@_01KMDKNFGN@?1@ 10093c98 libvcruntime:undname.obj + 0002:0000ac9c ??_C@_01FGNFDNOH@?$CF@ 10093c9c libvcruntime:undname.obj + 0002:0000aca0 ??_C@_01MNNFJEPP@?$DM@ 10093ca0 libvcruntime:undname.obj + 0002:0000aca4 ??_C@_02EHCHHCKH@?$DM?$DN@ 10093ca4 libvcruntime:undname.obj + 0002:0000aca8 ??_C@_01PPODPGHN@?$DO@ 10093ca8 libvcruntime:undname.obj + 0002:0000acac ??_C@_02EEKDKGMJ@?$DO?$DN@ 10093cac libvcruntime:undname.obj + 0002:0000acb0 ??_C@_02HCKGKOFO@?$CI?$CJ@ 10093cb0 libvcruntime:undname.obj + 0002:0000acb4 ??_C@_01PJKLJHI@?$HO@ 10093cb4 libvcruntime:undname.obj + 0002:0000acb8 ??_C@_01JKBOJNNK@?$FO@ 10093cb8 libvcruntime:undname.obj + 0002:0000acbc ??_C@_01DNKMNLPK@?$HM@ 10093cbc libvcruntime:undname.obj + 0002:0000acc0 ??_C@_02PPKAJPJL@?$CG?$CG@ 10093cc0 libvcruntime:undname.obj + 0002:0000acc4 ??_C@_02NONPIBCD@?$HM?$HM@ 10093cc4 libvcruntime:undname.obj + 0002:0000acc8 ??_C@_02FPIMKNGF@?$CK?$DN@ 10093cc8 libvcruntime:undname.obj + 0002:0000accc ??_C@_02FOEOMHFC@?$CL?$DN@ 10093ccc libvcruntime:undname.obj + 0002:0000acd0 ??_C@_02FKMDLLOA@?9?$DN@ 10093cd0 libvcruntime:undname.obj + 0002:0000acd4 ??_C@_02FJEHGPIO@?1?$DN@ 10093cd4 libvcruntime:undname.obj + 0002:0000acd8 ??_C@_02FENAOKFI@?$CF?$DN@ 10093cd8 libvcruntime:undname.obj + 0002:0000acdc ??_C@_03IKFCCPFF@?$DO?$DO?$DN@ 10093cdc libvcruntime:undname.obj + 0002:0000ace0 ??_C@_03CDNPDDLA@?$DM?$DM?$DN@ 10093ce0 libvcruntime:undname.obj + 0002:0000ace4 ??_C@_02FGJGFEAB@?$CG?$DN@ 10093ce4 libvcruntime:undname.obj + 0002:0000ace8 ??_C@_02DHLNPPGH@?$HM?$DN@ 10093ce8 libvcruntime:undname.obj + 0002:0000acec ??_C@_02MHEGNOJ@?$FO?$DN@ 10093cec libvcruntime:undname.obj + 0002:0000acf0 ??_C@_09IFPLHPGF@?$GAvftable?8@ 10093cf0 libvcruntime:undname.obj + 0002:0000acfc ??_C@_09BLBHBJP@?$GAvbtable?8@ 10093cfc libvcruntime:undname.obj + 0002:0000ad08 ??_C@_07FEEIOKP@?$GAvcall?8@ 10093d08 libvcruntime:undname.obj + 0002:0000ad10 ??_C@_08LLFFHHDJ@?$GAtypeof?8@ 10093d10 libvcruntime:undname.obj + 0002:0000ad1c ??_C@_0BF@KDPPACIK@?$GAlocal?5static?5guard?8@ 10093d1c libvcruntime:undname.obj + 0002:0000ad34 ??_C@_08OBABFOLI@?$GAstring?8@ 10093d34 libvcruntime:undname.obj + 0002:0000ad40 ??_C@_0BD@JDLKDPAB@?$GAvbase?5destructor?8@ 10093d40 libvcruntime:undname.obj + 0002:0000ad54 ??_C@_0BN@DEGPLNFK@?$GAvector?5deleting?5destructor?8@ 10093d54 libvcruntime:undname.obj + 0002:0000ad74 ??_C@_0BO@OBMKPJIG@?$GAdefault?5constructor?5closure?8@ 10093d74 libvcruntime:undname.obj + 0002:0000ad94 ??_C@_0BN@IMDCHIKM@?$GAscalar?5deleting?5destructor?8@ 10093d94 libvcruntime:undname.obj + 0002:0000adb4 ??_C@_0BO@PFGOCPJJ@?$GAvector?5constructor?5iterator?8@ 10093db4 libvcruntime:undname.obj + 0002:0000add4 ??_C@_0BN@LFPFMEDL@?$GAvector?5destructor?5iterator?8@ 10093dd4 libvcruntime:undname.obj + 0002:0000adf4 ??_C@_0CE@IKBNEHA@?$GAvector?5vbase?5constructor?5itera@ 10093df4 libvcruntime:undname.obj + 0002:0000ae18 ??_C@_0BL@NILFHHPC@?$GAvirtual?5displacement?5map?8@ 10093e18 libvcruntime:undname.obj + 0002:0000ae34 ??_C@_0CB@JONCMFFK@?$GAeh?5vector?5constructor?5iterator@ 10093e34 libvcruntime:undname.obj + 0002:0000ae58 ??_C@_0CA@GCEOPDGL@?$GAeh?5vector?5destructor?5iterator?8@ 10093e58 libvcruntime:undname.obj + 0002:0000ae78 ??_C@_0CH@OOJPLCPH@?$GAeh?5vector?5vbase?5constructor?5it@ 10093e78 libvcruntime:undname.obj + 0002:0000aea0 ??_C@_0BL@LLKPOHJI@?$GAcopy?5constructor?5closure?8@ 10093ea0 libvcruntime:undname.obj + 0002:0000aebc ??_C@_0BA@KBCDOMBN@?$GAudt?5returning?8@ 10093ebc libvcruntime:undname.obj + 0002:0000aecc ??_C@_03KLGMFNMG@?$GAEH@ 10093ecc libvcruntime:undname.obj + 0002:0000aed0 ??_C@_05KHLCHHI@?$GARTTI@ 10093ed0 libvcruntime:undname.obj + 0002:0000aed8 ??_C@_0BA@KKLDJDLB@?$GAlocal?5vftable?8@ 10093ed8 libvcruntime:undname.obj + 0002:0000aee8 ??_C@_0CE@IIHCMGGL@?$GAlocal?5vftable?5constructor?5clos@ 10093ee8 libvcruntime:undname.obj + 0002:0000af0c ??_C@_06FHBGPFGH@?5new?$FL?$FN@ 10093f0c libvcruntime:undname.obj + 0002:0000af14 ??_C@_09LBNFPBCA@?5delete?$FL?$FN@ 10093f14 libvcruntime:undname.obj + 0002:0000af20 ??_C@_0P@HJKNJFNN@?$GAomni?5callsig?8@ 10093f20 libvcruntime:undname.obj + 0002:0000af30 ??_C@_0BL@CNOONJFP@?$GAplacement?5delete?5closure?8@ 10093f30 libvcruntime:undname.obj + 0002:0000af4c ??_C@_0BN@CKNJLHMB@?$GAplacement?5delete?$FL?$FN?5closure?8@ 10093f4c libvcruntime:undname.obj + 0002:0000af6c ??_C@_0CG@CFDHKGGD@?$GAmanaged?5vector?5constructor?5ite@ 10093f6c libvcruntime:undname.obj + 0002:0000af94 ??_C@_0CF@IMGKMJNO@?$GAmanaged?5vector?5destructor?5iter@ 10093f94 libvcruntime:undname.obj + 0002:0000afbc ??_C@_0CG@HLDDJMAG@?$GAeh?5vector?5copy?5constructor?5ite@ 10093fbc libvcruntime:undname.obj + 0002:0000afe4 ??_C@_0CM@FCBBDIGB@?$GAeh?5vector?5vbase?5copy?5construct@ 10093fe4 libvcruntime:undname.obj + 0002:0000b010 ??_C@_0BL@CLIPGLGB@?$GAdynamic?5initializer?5for?5?8@ 10094010 libvcruntime:undname.obj + 0002:0000b02c ??_C@_0CB@PDBIFEP@?$GAdynamic?5atexit?5destructor?5for?5@ 1009402c libvcruntime:undname.obj + 0002:0000b050 ??_C@_0CD@CGAJBKEJ@?$GAvector?5copy?5constructor?5iterat@ 10094050 libvcruntime:undname.obj + 0002:0000b074 ??_C@_0CJ@GJELGAMM@?$GAvector?5vbase?5copy?5constructor?5@ 10094074 libvcruntime:undname.obj + 0002:0000b0a0 ??_C@_0CL@FGIJHLCE@?$GAmanaged?5vector?5copy?5constructo@ 100940a0 libvcruntime:undname.obj + 0002:0000b0cc ??_C@_0BM@PMGGMLDN@?$GAlocal?5static?5thread?5guard?8@ 100940cc libvcruntime:undname.obj + 0002:0000b0e8 ??_C@_0N@BDNMDMOL@operator?5?$CC?$CC?5@ 100940e8 libvcruntime:undname.obj + 0002:0000b0f8 ??_C@_0BC@GGEBGALA@operator?5co_await@ 100940f8 libvcruntime:undname.obj + 0002:0000b10c ??_C@_0M@GAAIMMOH@operator?$DM?$DN?$DO@ 1009410c libvcruntime:undname.obj + 0002:0000b118 ??_C@_0BC@DAFEJGAK@?5Type?5Descriptor?8@ 10094118 libvcruntime:undname.obj + 0002:0000b12c ??_C@_0BM@LDKODKLH@?5Base?5Class?5Descriptor?5at?5?$CI@ 1009412c libvcruntime:undname.obj + 0002:0000b148 ??_C@_0BD@LGICGFMM@?5Base?5Class?5Array?8@ 10094148 libvcruntime:undname.obj + 0002:0000b15c ??_C@_0BN@MECKDCOJ@?5Class?5Hierarchy?5Descriptor?8@ 1009415c libvcruntime:undname.obj + 0002:0000b17c ??_C@_0BK@CFCOFLF@?5Complete?5Object?5Locator?8@ 1009417c libvcruntime:undname.obj + 0002:0000b198 ??_C@_0BG@JNJLAMPM@?$GAanonymous?5namespace?8@ 10094198 libvcruntime:undname.obj + 0002:0000b1b0 ??_C@_04HEJADOOB@CV?3?5@ 100941b0 libvcruntime:undname.obj + 0002:0000b1b8 ??_C@_02MOLJINC@?3?3@ 100941b8 libvcruntime:undname.obj + 0002:0000b1bc ??_C@_0BE@JAEOCHPE@template?9parameter?9@ 100941bc libvcruntime:undname.obj + 0002:0000b1d0 ??_C@_0BF@LNLGBBNL@?$GAtemplate?9parameter?9@ 100941d0 libvcruntime:undname.obj + 0002:0000b1e8 ??_C@_0O@KHGCOMHP@generic?9type?9@ 100941e8 libvcruntime:undname.obj + 0002:0000b1f8 ??_C@_0P@ODDENDLM@?$GAgeneric?9type?9@ 100941f8 libvcruntime:undname.obj + 0002:0000b208 ??_C@_02OHHJMEON@?8?8@ 10094208 libvcruntime:undname.obj + 0002:0000b20c ??_C@_0BN@IBLMMFAP@?$GAnon?9type?9template?9parameter@ 1009420c libvcruntime:undname.obj + 0002:0000b22c ??_C@_03DLDNIBIK@?$CFlf@ 1009422c libvcruntime:undname.obj + 0002:0000b230 ??_C@_04OFALKAJ@?$DP?$DP_C@ 10094230 libvcruntime:undname.obj + 0002:0000b238 ??_C@_03KHICJKCI@?4?4?4@ 10094238 libvcruntime:undname.obj + 0002:0000b23c ??_C@_04HIBGFPH@NULL@ 1009423c libvcruntime:undname.obj + 0002:0000b244 ??_C@_02DPKJAMEF@?$CFd@ 10094244 libvcruntime:undname.obj + 0002:0000b248 ??_C@_0BK@IHCCFNEL@?$GAtemplate?9type?9parameter?9@ 10094248 libvcruntime:undname.obj + 0002:0000b264 ??_C@_0BK@OFCNNNKO@?$GAgeneric?9class?9parameter?9@ 10094264 libvcruntime:undname.obj + 0002:0000b280 ??_C@_0BL@NGJBLFIL@?$GAgeneric?9method?9parameter?9@ 10094280 libvcruntime:undname.obj + 0002:0000b29c ??_C@_07OHNGEDJK@nullptr@ 1009429c libvcruntime:undname.obj + 0002:0000b2a4 ??_C@_06COJIGPIB@lambda@ 100942a4 libvcruntime:undname.obj + 0002:0000b2ac ??_C@_04GKJNKENE@void@ 100942ac libvcruntime:undname.obj + 0002:0000b2b4 ??_C@_0BE@EODMJLIF@?$GAtemplate?9parameter@ 100942b4 libvcruntime:undname.obj + 0002:0000b2c8 ??_C@_03OPGICMGF@?$HN?8?5@ 100942c8 libvcruntime:undname.obj + 0002:0000b2cc ??_C@_02IGFCGPIL@?$HN?8@ 100942cc libvcruntime:undname.obj + 0002:0000b2d0 ??_C@_0N@CBHHHENL@?$GAvtordispex?$HL@ 100942d0 libvcruntime:undname.obj + 0002:0000b2e0 ??_C@_0L@GHPFDFH@?$GAvtordisp?$HL@ 100942e0 libvcruntime:undname.obj + 0002:0000b2ec ??_C@_0L@HNGCOGAE@?$GAadjustor?$HL@ 100942ec libvcruntime:undname.obj + 0002:0000b2f8 ??_C@_0CB@KJDOOODE@?$GAlocal?5static?5destructor?5helper@ 100942f8 libvcruntime:undname.obj + 0002:0000b31c ??_C@_0DB@ILEFOCIJ@?$GAtemplate?5static?5data?5member?5co@ 1009431c libvcruntime:undname.obj + 0002:0000b350 ??_C@_0DA@HGFJFBBE@?$GAtemplate?5static?5data?5member?5de@ 10094350 libvcruntime:undname.obj + 0002:0000b380 ??_C@_07PGOEDBHP@static?5@ 10094380 libvcruntime:undname.obj + 0002:0000b388 ??_C@_08NIEOINHE@virtual?5@ 10094388 libvcruntime:undname.obj + 0002:0000b394 ??_C@_09LAPHOOG@private?3?5@ 10094394 libvcruntime:undname.obj + 0002:0000b3a0 ??_C@_0M@GAIFPFIP@protected?3?5@ 100943a0 libvcruntime:undname.obj + 0002:0000b3ac ??_C@_08GPDDCMKI@public?3?5@ 100943ac libvcruntime:undname.obj + 0002:0000b3b8 ??_C@_08KJLFOPNE@?$FLthunk?$FN?3@ 100943b8 libvcruntime:undname.obj + 0002:0000b3c4 ??_C@_0M@DHNBOJMP@extern?5?$CCC?$CC?5@ 100943c4 libvcruntime:undname.obj + 0002:0000b3d0 ??_C@_02KCKGHPCA@?$CJ?5@ 100943d0 libvcruntime:undname.obj + 0002:0000b3d4 ??_C@_05CIHEBHNO@char?5@ 100943d4 libvcruntime:undname.obj + 0002:0000b3dc ??_C@_06EHJMALKF@short?5@ 100943dc libvcruntime:undname.obj + 0002:0000b3e4 ??_C@_04LAHKHJMA@int?5@ 100943e4 libvcruntime:undname.obj + 0002:0000b3ec ??_C@_05CJIMAING@long?5@ 100943ec libvcruntime:undname.obj + 0002:0000b3f4 ??_C@_09EBBEKKIH@unsigned?5@ 100943f4 libvcruntime:undname.obj + 0002:0000b400 ??_C@_05BEFAKPML@void?5@ 10094400 libvcruntime:undname.obj + 0002:0000b408 ??_C@_09GAIEOBLP@volatile?5@ 10094408 libvcruntime:undname.obj + 0002:0000b414 ??_C@_08PABEKFH@volatile@ 10094414 libvcruntime:undname.obj + 0002:0000b420 ??_C@_0BA@LKIJLKPP@std?3?3nullptr_t?5@ 10094420 libvcruntime:undname.obj + 0002:0000b430 ??_C@_0P@GCOCNKDM@std?3?3nullptr_t@ 10094430 libvcruntime:undname.obj + 0002:0000b440 ??_C@_0L@EGPHHEKN@?$DMellipsis?$DO@ 10094440 libvcruntime:undname.obj + 0002:0000b44c ??_C@_04EENFHACM@?0?4?4?4@ 1009444c libvcruntime:undname.obj + 0002:0000b454 ??_C@_0M@ELJOJFFH@?0?$DMellipsis?$DO@ 10094454 libvcruntime:undname.obj + 0002:0000b460 ??_C@_09DNHFEOJI@?5noexcept@ 10094460 libvcruntime:undname.obj + 0002:0000b46c ??_C@_03PBJBJNON@cpu@ 1009446c libvcruntime:undname.obj + 0002:0000b470 ??_C@_03DCBBJBAA@amp@ 10094470 libvcruntime:undname.obj + 0002:0000b474 ??_C@_04ENMBGAPA@char@ 10094474 libvcruntime:undname.obj + 0002:0000b47c ??_C@_05BFKKPKCG@short@ 1009447c libvcruntime:undname.obj + 0002:0000b484 ??_C@_03JBIPMCLC@int@ 10094484 libvcruntime:undname.obj + 0002:0000b488 ??_C@_04GOKPGOLB@long@ 10094488 libvcruntime:undname.obj + 0002:0000b490 ??_C@_05KNFBNCOH@float@ 10094490 libvcruntime:undname.obj + 0002:0000b498 ??_C@_06BNJCAIGJ@double@ 10094498 libvcruntime:undname.obj + 0002:0000b4a0 ??_C@_04DDKJGDCM@bool@ 100944a0 libvcruntime:undname.obj + 0002:0000b4a8 ??_C@_06EBGKOKIG@__int8@ 100944a8 libvcruntime:undname.obj + 0002:0000b4b0 ??_C@_07ICFHOGAF@__int16@ 100944b0 libvcruntime:undname.obj + 0002:0000b4b8 ??_C@_07OFLPPHGP@__int32@ 100944b8 libvcruntime:undname.obj + 0002:0000b4c0 ??_C@_07LFCOJCAC@__int64@ 100944c0 libvcruntime:undname.obj + 0002:0000b4c8 ??_C@_08GAHOLHEO@__int128@ 100944c8 libvcruntime:undname.obj + 0002:0000b4d4 ??_C@_09EEKGDCPH@?$DMunknown?$DO@ 100944d4 libvcruntime:undname.obj + 0002:0000b4e0 ??_C@_07CFHGOPCN@char8_t@ 100944e0 libvcruntime:undname.obj + 0002:0000b4e8 ??_C@_08HBIPOFJB@char16_t@ 100944e8 libvcruntime:undname.obj + 0002:0000b4f4 ??_C@_08IECNCBKG@char32_t@ 100944f4 libvcruntime:undname.obj + 0002:0000b500 ??_C@_07CLGGIAMF@wchar_t@ 10094500 libvcruntime:undname.obj + 0002:0000b508 ??_C@_04HAPDLBFF@auto@ 10094508 libvcruntime:undname.obj + 0002:0000b510 ??_C@_0P@LHCGKIGK@decltype?$CIauto?$CJ@ 10094510 libvcruntime:undname.obj + 0002:0000b520 ??_C@_05PCNBGHCF@this?5@ 10094520 libvcruntime:undname.obj + 0002:0000b528 ??_C@_06GCICPBLB@__w64?5@ 10094528 libvcruntime:undname.obj + 0002:0000b530 ??_C@_07NFANNNEC@UNKNOWN@ 10094530 libvcruntime:undname.obj + 0002:0000b538 ??_C@_07EDHNAJHC@signed?5@ 10094538 libvcruntime:undname.obj + 0002:0000b540 ??_C@_05BNCCCJPP@const@ 10094540 libvcruntime:undname.obj + 0002:0000b548 ??_C@_09EFNPDFFP@?5volatile@ 10094548 libvcruntime:undname.obj + 0002:0000b554 ??_C@_0P@GCIFDJCJ@?$GAunknown?5ecsu?8@ 10094554 libvcruntime:undname.obj + 0002:0000b564 ??_C@_06MOJHIBMG@union?5@ 10094564 libvcruntime:undname.obj + 0002:0000b56c ??_C@_07DIBCDNGL@struct?5@ 1009456c libvcruntime:undname.obj + 0002:0000b574 ??_C@_06LJBABKPM@class?5@ 10094574 libvcruntime:undname.obj + 0002:0000b57c ??_C@_08KOFANOFK@coclass?5@ 1009457c libvcruntime:undname.obj + 0002:0000b588 ??_C@_0N@DLIEFKNA@cointerface?5@ 10094588 libvcruntime:undname.obj + 0002:0000b598 ??_C@_05LJGMCFOG@enum?5@ 10094598 libvcruntime:undname.obj + 0002:0000b5a0 ??_C@_06LIJLOJAG@const?5@ 100945a0 libvcruntime:undname.obj + 0002:0000b5a8 ??_C@_02KJPKDIBN@?$CG?5@ 100945a8 libvcruntime:undname.obj + 0002:0000b5ac ??_C@_03PCKGMOPB@?$CG?$CG?5@ 100945ac libvcruntime:undname.obj + 0002:0000b5b0 ??_C@_0M@EALIELKG@cli?3?3array?$DM@ 100945b0 libvcruntime:undname.obj + 0002:0000b5bc ??_C@_0O@GKABPPIF@cli?3?3pin_ptr?$DM@ 100945bc libvcruntime:undname.obj + 0002:0000b5cc ??_C@_02GOGNNPBN@?$CJ?$FL@ 100945cc libvcruntime:undname.obj + 0002:0000b5d0 ??_C@_06EEGAIFAK@?$HLflat?$HN@ 100945d0 libvcruntime:undname.obj + 0002:0000b5d8 ??_C@_05JIBOFOHK@?$HLfor?5@ 100945d8 libvcruntime:undname.obj + 0002:0000b5e0 ??_C@_02MDINNEEG@s?5@ 100945e0 libvcruntime:undname.obj + 0002:0000b5e8 ??_7DNameNode@@6B@ 100945e8 libvcruntime:undname.obj + 0002:0000b5fc ??_7charNode@@6B@ 100945fc libvcruntime:undname.obj + 0002:0000b610 ??_7pcharNode@@6B@ 10094610 libvcruntime:undname.obj + 0002:0000b624 ??_7pDNameNode@@6B@ 10094624 libvcruntime:undname.obj + 0002:0000b638 ??_7DNameStatusNode@@6B@ 10094638 libvcruntime:undname.obj + 0002:0000b64c ??_7pairNode@@6B@ 1009464c libvcruntime:undname.obj + 0002:0000b760 ??_C@_04OKOHEJBO@?5?$DP?$DP?5@ 10094760 libvcruntime:undname.obj + 0002:0000b768 ?nodes@?1??make@DNameStatusNode@@SAPBV2@W4DNameStatus@@@Z@4QBV2@B 10094768 libvcruntime:undname.obj + 0002:0000b7a4 ??_C@_1DM@KHCHBNEB@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 100947a4 libvcruntime:winapi_downlevel.obj + 0002:0000b7e0 ??_C@_1DK@LPPGFMPP@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 100947e0 libvcruntime:winapi_downlevel.obj + 0002:0000b81c ??_C@_1BC@GDMECMAK@?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AA3?$AA2@ 1009481c libvcruntime:winapi_downlevel.obj + 0002:0000b830 ??_C@_1BA@PFFKHIOG@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9@ 10094830 libvcruntime:winapi_downlevel.obj + 0002:0000b848 ??_C@_08KNHFBNJ@FlsAlloc@ 10094848 libvcruntime:winapi_downlevel.obj + 0002:0000b85c ??_C@_07PEJMOBNF@FlsFree@ 1009485c libvcruntime:winapi_downlevel.obj + 0002:0000b86c ??_C@_0M@GDNOONDI@FlsGetValue@ 1009486c libvcruntime:winapi_downlevel.obj + 0002:0000b880 ??_C@_0M@JCPCPOEF@FlsSetValue@ 10094880 libvcruntime:winapi_downlevel.obj + 0002:0000b894 ??_C@_0BM@HCFOFFN@InitializeCriticalSectionEx@ 10094894 libvcruntime:winapi_downlevel.obj + 0002:0000b8b0 ?standard_lookup_table_spectre@__crt_stdio_output@@3V?$spectre_mitigated_lookup_table@Ustate_transition_pair@__crt_stdio_output@@$0IA@@1@B 100948b0 libucrt:output.obj + 0002:0000b9b0 ?format_validation_lookup_table_spectre@__crt_stdio_output@@3V?$spectre_mitigated_lookup_table@Ustate_transition_pair@__crt_stdio_output@@$0IA@@1@B 100949b0 libucrt:output.obj + 0002:0000bab0 ??_C@_1O@CEDCILHN@?$AA?$CI?$AAn?$AAu?$AAl?$AAl?$AA?$CJ@ 10094ab0 libucrt:output.obj + 0002:0000bc28 __real@8000000000000000 10094c28 libucrt:frexp.obj + 0002:0000bc30 ?large_power_data@?1??multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@2@I@Z@4QBIB 10094c30 libucrt:strtod.obj + 0002:0000c538 ?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 10095538 libucrt:strtod.obj + 0002:0000c5d0 ?small_powers_of_ten@?1??multiply_by_power_of_ten@__crt_strtox@@YA_NAAUbig_integer@2@I@Z@4QBIB 100955d0 libucrt:strtod.obj + 0002:0000c5f8 ??_C@_1GE@DPGDJKLM@?$AAm?$AAi?$AAn?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AA?2?$AAc?$AAr?$AAt?$AAs?$AA?2@ 100955f8 libucrt:strtod.obj + 0002:0000c660 ??_C@_1FM@FELNCOBF@?$AA_?$AA_?$AAc?$AAr?$AAt?$AA_?$AAs?$AAt?$AAr?$AAt?$AAo?$AAx?$AA?3?$AA?3?$AAf@ 10095660 libucrt:strtod.obj + 0002:0000c6bc ??_C@_1BG@GEMHBGAF@?$AA_?$AAi?$AAs?$AA_?$AAd?$AAo?$AAu?$AAb?$AAl?$AAe@ 100956bc libucrt:strtod.obj + 0002:0000c6d8 ??_C@_1FK@JOJELFFO@?$AA_?$AA_?$AAc?$AAr?$AAt?$AA_?$AAs?$AAt?$AAr?$AAt?$AAo?$AAx?$AA?3?$AA?3?$AAf@ 100956d8 libucrt:strtod.obj + 0002:0000c734 ??_C@_1BI@BANMPGJI@?$AA?$CB?$AA_?$AAi?$AAs?$AA_?$AAd?$AAo?$AAu?$AAb?$AAl?$AAe@ 10095734 libucrt:strtod.obj + 0002:0000c74c ?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 1009574c libucrt:strtod.obj + 0002:0000c750 ?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 10095750 libucrt:strtod.obj + 0002:0000c754 ?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 10095754 libucrt:strtod.obj + 0002:0000c75c ?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 1009575c libucrt:strtod.obj + 0002:0000c764 ?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 10095764 libucrt:strtod.obj + 0002:0000c768 ?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 10095768 libucrt:strtod.obj + 0002:0000c76c ?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 1009576c libucrt:strtod.obj + 0002:0000c774 ?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 10095774 libucrt:strtod.obj + 0002:0000c77c ?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 1009577c libucrt:strtod.obj + 0002:0000c780 ?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 10095780 libucrt:strtod.obj + 0002:0000c858 ___lc_category 10095858 libucrt:wsetlocale.obj + 0002:0000c8a0 ??_C@_1O@GIFLHMA@?$AAL?$AAC?$AA_?$AAA?$AAL?$AAL@ 100958a0 libucrt:wsetlocale.obj + 0002:0000c8b0 ??_C@_1BG@PPOMIBNJ@?$AAL?$AAC?$AA_?$AAC?$AAO?$AAL?$AAL?$AAA?$AAT?$AAE@ 100958b0 libucrt:wsetlocale.obj + 0002:0000c8c8 ??_C@_1BC@FFJGAPJM@?$AAL?$AAC?$AA_?$AAC?$AAT?$AAY?$AAP?$AAE@ 100958c8 libucrt:wsetlocale.obj + 0002:0000c8dc ??_C@_1BI@PCKFNJFB@?$AAL?$AAC?$AA_?$AAM?$AAO?$AAN?$AAE?$AAT?$AAA?$AAR?$AAY@ 100958dc libucrt:wsetlocale.obj + 0002:0000c8f4 ??_C@_1BG@ENIEDKID@?$AAL?$AAC?$AA_?$AAN?$AAU?$AAM?$AAE?$AAR?$AAI?$AAC@ 100958f4 libucrt:wsetlocale.obj + 0002:0000c90c ??_C@_1BA@HAAOMIIG@?$AAL?$AAC?$AA_?$AAT?$AAI?$AAM?$AAE@ 1009590c libucrt:wsetlocale.obj + 0002:0000c91c ??_C@_15NBPDDFIP@?$AA?$DN?$AA?$DL@ 1009591c libucrt:wsetlocale.obj + 0002:0000c924 ??_C@_13PJJBFPED@?$AA?$DL@ 10095924 libucrt:wsetlocale.obj + 0002:0000c928 ??_C@_13NMPKAAJP@?$AA?$DN@ 10095928 libucrt:wsetlocale.obj + 0002:0000c92c ??_C@_13IMODFHAA@?$AA?9@ 1009592c libucrt:wsetlocale.obj + 0002:0000c930 ??_C@_17EFJLDFDO@?$AA?9?$AA_?$AA?4@ 10095930 libucrt:wsetlocale.obj + 0002:0000c938 ??_C@_13FHBKNHDA@?$AAC@ 10095938 libucrt:wsetlocale.obj + 0002:0000c93c ??_C@_17MBJJLFDM@?$AA_?$AA?4?$AA?0@ 1009593c libucrt:wsetlocale.obj + 0002:0000c944 ??_C@_13ENNFDPBH@?$AA_@ 10095944 libucrt:wsetlocale.obj + 0002:0000c948 ??_C@_13JOFGPIOO@?$AA?4@ 10095948 libucrt:wsetlocale.obj + 0002:0000c950 ___lc_time_c 10095950 libucrt:nlsdata.obj + 0002:0000cab4 ??_C@_03KOEHGMDN@Sun@ 10095ab4 libucrt:nlsdata.obj + 0002:0000cab8 ??_C@_03PDAGKDH@Mon@ 10095ab8 libucrt:nlsdata.obj + 0002:0000cabc ??_C@_03NAGEINEP@Tue@ 10095abc libucrt:nlsdata.obj + 0002:0000cac0 ??_C@_03MHOMLAJA@Wed@ 10095ac0 libucrt:nlsdata.obj + 0002:0000cac4 ??_C@_03IOFIKPDN@Thu@ 10095ac4 libucrt:nlsdata.obj + 0002:0000cac8 ??_C@_03IDIOELNC@Fri@ 10095ac8 libucrt:nlsdata.obj + 0002:0000cacc ??_C@_03FEFJNEK@Sat@ 10095acc libucrt:nlsdata.obj + 0002:0000cad0 ??_C@_06OOPIFAJ@Sunday@ 10095ad0 libucrt:nlsdata.obj + 0002:0000cad8 ??_C@_06JLEDEDGH@Monday@ 10095ad8 libucrt:nlsdata.obj + 0002:0000cae0 ??_C@_07BAAGCFCM@Tuesday@ 10095ae0 libucrt:nlsdata.obj + 0002:0000cae8 ??_C@_09DLIGFAKA@Wednesday@ 10095ae8 libucrt:nlsdata.obj + 0002:0000caf4 ??_C@_08HACCIKIA@Thursday@ 10095af4 libucrt:nlsdata.obj + 0002:0000cb00 ??_C@_06JECMNKMI@Friday@ 10095b00 libucrt:nlsdata.obj + 0002:0000cb08 ??_C@_08INBOOONO@Saturday@ 10095b08 libucrt:nlsdata.obj + 0002:0000cb14 ??_C@_03JIHJHPIE@Jan@ 10095b14 libucrt:nlsdata.obj + 0002:0000cb18 ??_C@_03HJBDCHOM@Feb@ 10095b18 libucrt:nlsdata.obj + 0002:0000cb1c ??_C@_03ODNJBKGA@Mar@ 10095b1c libucrt:nlsdata.obj + 0002:0000cb20 ??_C@_03LEOLGMJP@Apr@ 10095b20 libucrt:nlsdata.obj + 0002:0000cb24 ??_C@_03CNMDKL@May@ 10095b24 libucrt:nlsdata.obj + 0002:0000cb28 ??_C@_03IDFGHECI@Jun@ 10095b28 libucrt:nlsdata.obj + 0002:0000cb2c ??_C@_03LBGABGKK@Jul@ 10095b2c libucrt:nlsdata.obj + 0002:0000cb30 ??_C@_03IFJFEIGA@Aug@ 10095b30 libucrt:nlsdata.obj + 0002:0000cb34 ??_C@_03GGCAPAJC@Sep@ 10095b34 libucrt:nlsdata.obj + 0002:0000cb38 ??_C@_03BMAOKBAD@Oct@ 10095b38 libucrt:nlsdata.obj + 0002:0000cb3c ??_C@_03JPJOFNIA@Nov@ 10095b3c libucrt:nlsdata.obj + 0002:0000cb40 ??_C@_03MKABNOCG@Dec@ 10095b40 libucrt:nlsdata.obj + 0002:0000cb44 ??_C@_07CGJPFGJA@January@ 10095b44 libucrt:nlsdata.obj + 0002:0000cb4c ??_C@_08GNJGEPFN@February@ 10095b4c libucrt:nlsdata.obj + 0002:0000cb58 ??_C@_05HPCKOFNC@March@ 10095b58 libucrt:nlsdata.obj + 0002:0000cb60 ??_C@_05DMJDNLEJ@April@ 10095b60 libucrt:nlsdata.obj + 0002:0000cb68 ??_C@_04CNLMGBGM@June@ 10095b68 libucrt:nlsdata.obj + 0002:0000cb70 ??_C@_04MIEPOIFP@July@ 10095b70 libucrt:nlsdata.obj + 0002:0000cb78 ??_C@_06LBBHFDDG@August@ 10095b78 libucrt:nlsdata.obj + 0002:0000cb80 ??_C@_09BHHEALKD@September@ 10095b80 libucrt:nlsdata.obj + 0002:0000cb8c ??_C@_07JJNFCEND@October@ 10095b8c libucrt:nlsdata.obj + 0002:0000cb94 ??_C@_08HCHEGEOA@November@ 10095b94 libucrt:nlsdata.obj + 0002:0000cba0 ??_C@_08EDHMEBNP@December@ 10095ba0 libucrt:nlsdata.obj + 0002:0000cbac ??_C@_02DEDBPAFC@AM@ 10095bac libucrt:nlsdata.obj + 0002:0000cbb0 ??_C@_02CJNFDJBF@PM@ 10095bb0 libucrt:nlsdata.obj + 0002:0000cbb4 ??_C@_08BPBNCDIB@MM?1dd?1yy@ 10095bb4 libucrt:nlsdata.obj + 0002:0000cbc0 ??_C@_0BE@CKGJFCPC@dddd?0?5MMMM?5dd?0?5yyyy@ 10095bc0 libucrt:nlsdata.obj + 0002:0000cbd4 ??_C@_08JCCMCCIL@HH?3mm?3ss@ 10095bd4 libucrt:nlsdata.obj + 0002:0000cbe0 ??_C@_17MBGCMIPB@?$AAS?$AAu?$AAn@ 10095be0 libucrt:nlsdata.obj + 0002:0000cbe8 ??_C@_17KBOMKBF@?$AAM?$AAo?$AAn@ 10095be8 libucrt:nlsdata.obj + 0002:0000cbf0 ??_C@_17BMKGEGOJ@?$AAT?$AAu?$AAe@ 10095bf0 libucrt:nlsdata.obj + 0002:0000cbf8 ??_C@_17CJEDCEPE@?$AAW?$AAe?$AAd@ 10095bf8 libucrt:nlsdata.obj + 0002:0000cc00 ??_C@_17PDPHAADD@?$AAT?$AAh?$AAu@ 10095c00 libucrt:nlsdata.obj + 0002:0000cc08 ??_C@_17HFOLPPLP@?$AAF?$AAr?$AAi@ 10095c08 libucrt:nlsdata.obj + 0002:0000cc10 ??_C@_17GGIBDPIH@?$AAS?$AAa?$AAt@ 10095c10 libucrt:nlsdata.obj + 0002:0000cc18 ??_C@_1O@IHNHDHPB@?$AAS?$AAu?$AAn?$AAd?$AAa?$AAy@ 10095c18 libucrt:nlsdata.obj + 0002:0000cc28 ??_C@_1O@MMNBFLIA@?$AAM?$AAo?$AAn?$AAd?$AAa?$AAy@ 10095c28 libucrt:nlsdata.obj + 0002:0000cc38 ??_C@_1BA@ENFBFFEK@?$AAT?$AAu?$AAe?$AAs?$AAd?$AAa?$AAy@ 10095c38 libucrt:nlsdata.obj + 0002:0000cc48 ??_C@_1BE@EBOGMDOH@?$AAW?$AAe?$AAd?$AAn?$AAe?$AAs?$AAd?$AAa?$AAy@ 10095c48 libucrt:nlsdata.obj + 0002:0000cc5c ??_C@_1BC@HHMNLIHE@?$AAT?$AAh?$AAu?$AAr?$AAs?$AAd?$AAa?$AAy@ 10095c5c libucrt:nlsdata.obj + 0002:0000cc70 ??_C@_1O@PDICJHAG@?$AAF?$AAr?$AAi?$AAd?$AAa?$AAy@ 10095c70 libucrt:nlsdata.obj + 0002:0000cc80 ??_C@_1BC@ENMNNPAJ@?$AAS?$AAa?$AAt?$AAu?$AAr?$AAd?$AAa?$AAy@ 10095c80 libucrt:nlsdata.obj + 0002:0000cc94 ??_C@_17DKNBKCHM@?$AAJ?$AAa?$AAn@ 10095c94 libucrt:nlsdata.obj + 0002:0000cc9c ??_C@_17LMDJEKJN@?$AAF?$AAe?$AAb@ 10095c9c libucrt:nlsdata.obj + 0002:0000cca4 ??_C@_17CKNLEDEC@?$AAM?$AAa?$AAr@ 10095ca4 libucrt:nlsdata.obj + 0002:0000ccac ??_C@_17LFPOIHDD@?$AAA?$AAp?$AAr@ 10095cac libucrt:nlsdata.obj + 0002:0000ccb4 ??_C@_17PNNKMEED@?$AAM?$AAa?$AAy@ 10095cb4 libucrt:nlsdata.obj + 0002:0000ccbc ??_C@_17KCJGOCPB@?$AAJ?$AAu?$AAn@ 10095cbc libucrt:nlsdata.obj + 0002:0000ccc4 ??_C@_17IJPCKHK@?$AAJ?$AAu?$AAl@ 10095cc4 libucrt:nlsdata.obj + 0002:0000cccc ??_C@_17ICPELBCN@?$AAA?$AAu?$AAg@ 10095ccc libucrt:nlsdata.obj + 0002:0000ccd4 ??_C@_17HCHCOKMG@?$AAS?$AAe?$AAp@ 10095cd4 libucrt:nlsdata.obj + 0002:0000ccdc ??_C@_17FNLKOI@?$AAO?$AAc?$AAt@ 10095cdc libucrt:nlsdata.obj + 0002:0000cce4 ??_C@_17BBDMLCIG@?$AAN?$AAo?$AAv@ 10095ce4 libucrt:nlsdata.obj + 0002:0000ccec ??_C@_17EGKACKIF@?$AAD?$AAe?$AAc@ 10095cec libucrt:nlsdata.obj + 0002:0000ccf4 ??_C@_1BA@EFMEIEBA@?$AAJ?$AAa?$AAn?$AAu?$AAa?$AAr?$AAy@ 10095cf4 libucrt:nlsdata.obj + 0002:0000cd04 ??_C@_1BC@JGDDFFAM@?$AAF?$AAe?$AAb?$AAr?$AAu?$AAa?$AAr?$AAy@ 10095d04 libucrt:nlsdata.obj + 0002:0000cd18 ??_C@_1M@IKEENEDF@?$AAM?$AAa?$AAr?$AAc?$AAh@ 10095d18 libucrt:nlsdata.obj + 0002:0000cd24 ??_C@_1M@GJNLMHFD@?$AAA?$AAp?$AAr?$AAi?$AAl@ 10095d24 libucrt:nlsdata.obj + 0002:0000cd30 ??_C@_19EPFLPGAP@?$AAJ?$AAu?$AAn?$AAe@ 10095d30 libucrt:nlsdata.obj + 0002:0000cd3c ??_C@_19BIFMLPCD@?$AAJ?$AAu?$AAl?$AAy@ 10095d3c libucrt:nlsdata.obj + 0002:0000cd48 ??_C@_1O@PAHLKOAC@?$AAA?$AAu?$AAg?$AAu?$AAs?$AAt@ 10095d48 libucrt:nlsdata.obj + 0002:0000cd58 ??_C@_1BE@DKAAMBJL@?$AAS?$AAe?$AAp?$AAt?$AAe?$AAm?$AAb?$AAe?$AAr@ 10095d58 libucrt:nlsdata.obj + 0002:0000cd6c ??_C@_1BA@EPANDLNG@?$AAO?$AAc?$AAt?$AAo?$AAb?$AAe?$AAr@ 10095d6c libucrt:nlsdata.obj + 0002:0000cd7c ??_C@_1BC@BGLIFPF@?$AAN?$AAo?$AAv?$AAe?$AAm?$AAb?$AAe?$AAr@ 10095d7c libucrt:nlsdata.obj + 0002:0000cd90 ??_C@_1BC@FEMKIFH@?$AAD?$AAe?$AAc?$AAe?$AAm?$AAb?$AAe?$AAr@ 10095d90 libucrt:nlsdata.obj + 0002:0000cda4 ??_C@_15ODEHAHHF@?$AAA?$AAM@ 10095da4 libucrt:nlsdata.obj + 0002:0000cdac ??_C@_15CLMNNGEL@?$AAP?$AAM@ 10095dac libucrt:nlsdata.obj + 0002:0000cdb4 ??_C@_1BC@IEBCMHCM@?$AAM?$AAM?$AA?1?$AAd?$AAd?$AA?1?$AAy?$AAy@ 10095db4 libucrt:nlsdata.obj + 0002:0000cdc8 ??_C@_1CI@KNAKOEBC@?$AAd?$AAd?$AAd?$AAd?$AA?0?$AA?5?$AAM?$AAM?$AAM?$AAM?$AA?5?$AAd?$AAd?$AA?0?$AA?5@ 10095dc8 libucrt:nlsdata.obj + 0002:0000cdf0 ??_C@_1BC@GDGBMEMK@?$AAH?$AAH?$AA?3?$AAm?$AAm?$AA?3?$AAs?$AAs@ 10095df0 libucrt:nlsdata.obj + 0002:0000ce04 ??_C@_1M@BMHNFIME@?$AAe?$AAn?$AA?9?$AAU?$AAS@ 10095e04 libucrt:nlsdata.obj + 0002:0000ce10 ??_C@_13CGOKJPIL@?$AA?1@ 10095e10 libucrt:winapi_thunks.obj + 0002:0000ce70 ??_C@_1EA@JGEFHKEI@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10095e70 libucrt:winapi_thunks.obj + 0002:0000ceb0 ??_C@_1DI@KMEPCBPN@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10095eb0 libucrt:winapi_thunks.obj + 0002:0000cee8 ??_C@_1DI@IJCEHOCB@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10095ee8 libucrt:winapi_thunks.obj + 0002:0000cf20 ??_C@_1EI@MPIAOHOC@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10095f20 libucrt:winapi_thunks.obj + 0002:0000cf68 ??_C@_1FK@FPHCKFIE@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10095f68 libucrt:winapi_thunks.obj + 0002:0000cfc8 ??_C@_1EM@DILCGIIO@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10095fc8 libucrt:winapi_thunks.obj + 0002:0000d014 ??_C@_1DM@LNCGDDPN@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10096014 libucrt:winapi_thunks.obj + 0002:0000d050 ??_C@_1DO@FPAPJEMD@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10096050 libucrt:winapi_thunks.obj + 0002:0000d090 ??_C@_1DK@NDHNAHIO@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 10096090 libucrt:winapi_thunks.obj + 0002:0000d0cc ??_C@_1DM@KGHDGBCM@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 100960cc libucrt:winapi_thunks.obj + 0002:0000d108 ??_C@_1EO@IJIOEFOH@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAr?$AAt?$AAc?$AAo@ 10096108 libucrt:winapi_thunks.obj + 0002:0000d158 ??_C@_1FG@HHGEKANL@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAs?$AAe?$AAc?$AAu@ 10096158 libucrt:winapi_thunks.obj + 0002:0000d1b0 ??_C@_1EG@DBIOJECG@?$AAe?$AAx?$AAt?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAn?$AAt?$AAu?$AAs@ 100961b0 libucrt:winapi_thunks.obj + 0002:0000d1f8 ??_C@_1EO@FIHMJCLF@?$AAe?$AAx?$AAt?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAn?$AAt?$AAu?$AAs@ 100961f8 libucrt:winapi_thunks.obj + 0002:0000d248 ??_C@_1BC@DNHGCMLG@?$AAa?$AAd?$AAv?$AAa?$AAp?$AAi?$AA3?$AA2@ 10096248 libucrt:winapi_thunks.obj + 0002:0000d25c ??_C@_1BG@CJPGBMEF@?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AAb?$AAa?$AAs?$AAe@ 1009625c libucrt:winapi_thunks.obj + 0002:0000d274 ??_C@_1M@OAIMIKLP@?$AAn?$AAt?$AAd?$AAl?$AAl@ 10096274 libucrt:winapi_thunks.obj + 0002:0000d280 ??_C@_1EG@DPGNFKGC@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAa?$AAp?$AAp?$AAm@ 10096280 libucrt:winapi_thunks.obj + 0002:0000d2c8 ??_C@_1O@BCCLBEOE@?$AAu?$AAs?$AAe?$AAr?$AA3?$AA2@ 100962c8 libucrt:winapi_thunks.obj + 0002:0000d2d8 ??_C@_1DM@BPJLHKCE@?$AAa?$AAp?$AAi?$AA?9?$AAm?$AAs?$AA?9?$AAw?$AAi?$AAn?$AA?9?$AAc?$AAo?$AAr?$AAe@ 100962d8 libucrt:winapi_thunks.obj + 0002:0000d314 ??_C@_1BA@IAIFMGEF@?$AAe?$AAx?$AAt?$AA?9?$AAm?$AAs?$AA?9@ 10096314 libucrt:winapi_thunks.obj + 0002:0000d328 ??_C@_0BA@FHFNEAED@AreFileApisANSI@ 10096328 libucrt:winapi_thunks.obj + 0002:0000d340 ??_C@_0BA@IHGNDAEB@CompareStringEx@ 10096340 libucrt:winapi_thunks.obj + 0002:0000d358 ??_C@_0BE@LJANKFHF@EnumSystemLocalesEx@ 10096358 libucrt:winapi_thunks.obj + 0002:0000d374 ??_C@_0BA@EPCJIIPD@GetDateFormatEx@ 10096374 libucrt:winapi_thunks.obj + 0002:0000d384 ??_C@_0O@NNMIPI@GetTempPath2W@ 10096384 libucrt:winapi_thunks.obj + 0002:0000d39c ??_C@_0BA@ONOKGCMP@GetLocaleInfoEx@ 1009639c libucrt:winapi_thunks.obj + 0002:0000d3ac ??_C@_0BP@FPNJPEJC@GetSystemTimePreciseAsFileTime@ 100963ac libucrt:winapi_thunks.obj + 0002:0000d3d4 ??_C@_0BA@CIJJKCJJ@GetTimeFormatEx@ 100963d4 libucrt:winapi_thunks.obj + 0002:0000d3ec ??_C@_0BJ@PBCCBIPI@GetUserDefaultLocaleName@ 100963ec libucrt:winapi_thunks.obj + 0002:0000d418 ??_C@_0BC@CELBKLLA@IsValidLocaleName@ 10096418 libucrt:winapi_thunks.obj + 0002:0000d434 ??_C@_0O@KKBNKAPF@LCMapStringEx@ 10096434 libucrt:winapi_thunks.obj + 0002:0000d44c ??_C@_0BB@CDHDDLLP@LCIDToLocaleName@ 1009644c libucrt:winapi_thunks.obj + 0002:0000d468 ??_C@_0BB@HBDEELFH@LocaleNameToLCID@ 10096468 libucrt:winapi_thunks.obj + 0002:0000d480 ??_C@_0CF@OJOFEIGO@AppPolicyGetProcessTerminationM@ 10096480 libucrt:winapi_thunks.obj + 0002:0000d508 ??_C@_03OEIAHPBN@INF@ 10096508 libucrt:cvt.obj + 0002:0000d50c ??_C@_03OJHLLCGB@inf@ 1009650c libucrt:cvt.obj + 0002:0000d510 ??_C@_03LKNCIKJB@NAN@ 10096510 libucrt:cvt.obj + 0002:0000d514 ??_C@_03LHCJEHON@nan@ 10096514 libucrt:cvt.obj + 0002:0000d518 ??_C@_09OFJJIMPC@NAN?$CISNAN?$CJ@ 10096518 libucrt:cvt.obj + 0002:0000d524 ??_C@_09IPFBKMDL@nan?$CIsnan?$CJ@ 10096524 libucrt:cvt.obj + 0002:0000d530 ??_C@_08IKHNHAJ@NAN?$CIIND?$CJ@ 10096530 libucrt:cvt.obj + 0002:0000d53c ??_C@_08OFCDMILK@nan?$CIind?$CJ@ 1009653c libucrt:cvt.obj + 0002:0000d548 ??_C@_05KLBDPFGC@e?$CL000@ 10096548 libucrt:cvt.obj + 0002:0000d638 ??_C@_03KHJOGHMM@exp@ 10096638 libucrt:fpexcept.obj + 0002:0000d63c ??_C@_03JGHBODFD@pow@ 1009663c libucrt:fpexcept.obj + 0002:0000d640 ??_C@_03MGHMBJCF@log@ 10096640 libucrt:fpexcept.obj + 0002:0000d644 ??_C@_05HGHHAHAP@log10@ 10096644 libucrt:fpexcept.obj + 0002:0000d64c ??_C@_04COOMCNPB@sinh@ 1009664c libucrt:fpexcept.obj + 0002:0000d654 ??_C@_04HPJJNFIM@cosh@ 10096654 libucrt:fpexcept.obj + 0002:0000d65c ??_C@_04FJHINJAO@tanh@ 1009665c libucrt:fpexcept.obj + 0002:0000d664 ??_C@_04FIHNOPOL@asin@ 10096664 libucrt:fpexcept.obj + 0002:0000d66c ??_C@_04PDIFKINK@acos@ 1009666c libucrt:fpexcept.obj + 0002:0000d674 ??_C@_04MLLJIGOK@atan@ 10096674 libucrt:fpexcept.obj + 0002:0000d67c ??_C@_05KNGEOGJB@atan2@ 1009667c libucrt:fpexcept.obj + 0002:0000d684 ??_C@_04EIAKFFMI@sqrt@ 10096684 libucrt:fpexcept.obj + 0002:0000d68c ??_C@_03BLEJJJBH@sin@ 1009668c libucrt:fpexcept.obj + 0002:0000d690 ??_C@_03LALBNOCG@cos@ 10096690 libucrt:fpexcept.obj + 0002:0000d694 ??_C@_03IIINPABG@tan@ 10096694 libucrt:fpexcept.obj + 0002:0000d698 ??_C@_04GFPJNGEK@ceil@ 10096698 libucrt:fpexcept.obj + 0002:0000d6a0 ??_C@_05PBJFFIGL@floor@ 100966a0 libucrt:fpexcept.obj + 0002:0000d6a8 ??_C@_04ODHECPBC@fabs@ 100966a8 libucrt:fpexcept.obj + 0002:0000d6b0 ??_C@_04EHEDPDJG@modf@ 100966b0 libucrt:fpexcept.obj + 0002:0000d6b8 ??_C@_05CEJMAHNP@ldexp@ 100966b8 libucrt:fpexcept.obj + 0002:0000d6c0 ??_C@_05KBKMEMPO@_cabs@ 100966c0 libucrt:fpexcept.obj + 0002:0000d6c8 ??_C@_06MEIMCGCF@_hypot@ 100966c8 libucrt:fpexcept.obj + 0002:0000d6d0 ??_C@_04KEPJIHGP@fmod@ 100966d0 libucrt:fpexcept.obj + 0002:0000d6d8 ??_C@_05GKKHEGJL@frexp@ 100966d8 libucrt:fpexcept.obj + 0002:0000d6e0 ??_C@_03MJLDFKDL@_y0@ 100966e0 libucrt:fpexcept.obj + 0002:0000d6e4 ??_C@_03NAKIGLHK@_y1@ 100966e4 libucrt:fpexcept.obj + 0002:0000d6e8 ??_C@_03ONILCKOB@_yn@ 100966e8 libucrt:fpexcept.obj + 0002:0000d6ec ??_C@_05JGDBENOH@_logb@ 100966ec libucrt:fpexcept.obj + 0002:0000d6f4 ??_C@_0L@KDOEJCKC@_nextafter@ 100966f4 libucrt:fpexcept.obj + 0002:0000d700 __d_inf 10096700 libucrt:util.obj + 0002:0000d708 __d_max 10096708 libucrt:util.obj + 0002:0000d710 __d_mzero 10096710 libucrt:util.obj + 0002:0000d730 ??_C@_1BI@BGOHAHKC@?$AAm?$AAs?$AAc?$AAo?$AAr?$AAe?$AAe?$AA?4?$AAd?$AAl?$AAl@ 10096730 libucrt:exit.obj + 0002:0000d748 ??_C@_0P@MIGLKIOC@CorExitProcess@ 10096748 libucrt:exit.obj + 0002:0000d758 ___newctype 10096758 libucrt:ctype.obj + 0002:0000da58 ___newclmap 10096a58 libucrt:ctype.obj + 0002:0000dbd8 ___newcumap 10096bd8 libucrt:ctype.obj + 0002:0000dd58 __wctype 10096d58 libucrt:ctype.obj + 0002:0000df5c ??_C@_15HNJCPLHL@?$AAT?$AAZ@ 10096f5c libucrt:tzset.obj + 0002:0000df64 ??_C@_1M@PBPMMENC@?$AAa?$AAm?$AA?1?$AAp?$AAm@ 10096f64 libucrt:wcsftime.obj + 0002:0000df70 ??_C@_17BLFJJHMM@?$AAa?$AA?1?$AAp@ 10096f70 libucrt:wcsftime.obj + 0002:0000df78 ??_C@_13HOIJIPNN@?$AA?5@ 10096f78 libucrt:wcsftime.obj + 0002:0000df7c ??_C@_13LBAGMAIH@?$AA?6@ 10096f7c libucrt:wcsftime.obj + 0002:0000df80 ??_C@_13EBCNDICG@?$AA?3@ 10096f80 libucrt:wcsftime.obj + 0002:0000df84 ??_C@_13KDLDGPGJ@?$AA?7@ 10096f84 libucrt:wcsftime.obj + 0002:0000df88 ??_C@_13KJIIAINM@?$AA?$CL@ 10096f88 libucrt:wcsftime.obj + 0002:0000df8c ??_C@_13EJFHHPOP@?$AA?$CF@ 10096f8c libucrt:wcsftime.obj + 0002:0000dfa0 ??_C@_1M@HPNHIDJI@?$AAj?$AAa?$AA?9?$AAJ?$AAP@ 10096fa0 libucrt:mbctype.obj + 0002:0000dfac ??_C@_1M@BIBDDEMK@?$AAz?$AAh?$AA?9?$AAC?$AAN@ 10096fac libucrt:mbctype.obj + 0002:0000dfb8 ??_C@_1M@JLOOOEGK@?$AAk?$AAo?$AA?9?$AAK?$AAR@ 10096fb8 libucrt:mbctype.obj + 0002:0000dfc4 ??_C@_1M@CLNBBOPM@?$AAz?$AAh?$AA?9?$AAT?$AAW@ 10096fc4 libucrt:mbctype.obj + 0002:0000dfd0 ___acrt_exception_action_table 10096fd0 libucrt:exception_filter.obj + 0002:0000e060 ___acrt_signal_action_table_count 10097060 libucrt:exception_filter.obj + 0002:0000e064 ___acrt_signal_action_first_fpe_index 10097064 libucrt:exception_filter.obj + 0002:0000e068 ___acrt_signal_action_fpe_count 10097068 libucrt:exception_filter.obj + 0002:0000e070 ___acrt_rg_language 10097070 libucrt:get_qualified_locale.obj + 0002:0000e37c ___acrt_rg_language_count 1009737c libucrt:get_qualified_locale.obj + 0002:0000e380 ___acrt_rg_country 10097380 libucrt:get_qualified_locale.obj + 0002:0000e494 ___acrt_rg_country_count 10097494 libucrt:get_qualified_locale.obj + 0002:0000e498 ??_C@_1BC@LLOKLNP@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa?$AAn@ 10097498 libucrt:get_qualified_locale.obj + 0002:0000e4ac ??_C@_1CC@HEIGCDGG@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa?$AAn?$AA?5?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs@ 100974ac libucrt:get_qualified_locale.obj + 0002:0000e4d0 ??_C@_1CC@IHCNOMIN@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa?$AAn?$AA?9?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs@ 100974d0 libucrt:get_qualified_locale.obj + 0002:0000e4f4 ??_C@_1BG@GKAGPCGG@?$AAa?$AAu?$AAs?$AAt?$AAr?$AAa?$AAl?$AAi?$AAa?$AAn@ 100974f4 libucrt:get_qualified_locale.obj + 0002:0000e50c ??_C@_1BA@GMENCENF@?$AAb?$AAe?$AAl?$AAg?$AAi?$AAa?$AAn@ 1009750c libucrt:get_qualified_locale.obj + 0002:0000e51c ??_C@_1BC@PJMIIAAN@?$AAc?$AAa?$AAn?$AAa?$AAd?$AAi?$AAa?$AAn@ 1009751c libucrt:get_qualified_locale.obj + 0002:0000e530 ??_C@_17NOIMNFBF@?$AAc?$AAh?$AAh@ 10097530 libucrt:get_qualified_locale.obj + 0002:0000e538 ??_C@_17GGDALCHA@?$AAc?$AAh?$AAi@ 10097538 libucrt:get_qualified_locale.obj + 0002:0000e540 ??_C@_1BA@NPNJKIBL@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe@ 10097540 libucrt:get_qualified_locale.obj + 0002:0000e550 ??_C@_1CC@DINBAMMJ@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAh?$AAo?$AAn?$AAg?$AAk?$AAo?$AAn@ 10097550 libucrt:get_qualified_locale.obj + 0002:0000e574 ??_C@_1CG@IOBJPACO@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAs?$AAi?$AAm?$AAp?$AAl?$AAi?$AAf@ 10097574 libucrt:get_qualified_locale.obj + 0002:0000e59c ??_C@_1CE@GAJNDCKG@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAs?$AAi?$AAn?$AAg?$AAa?$AAp?$AAo@ 1009759c libucrt:get_qualified_locale.obj + 0002:0000e5c0 ??_C@_1CI@PAJPIOOD@?$AAc?$AAh?$AAi?$AAn?$AAe?$AAs?$AAe?$AA?9?$AAt?$AAr?$AAa?$AAd?$AAi?$AAt?$AAi@ 100975c0 libucrt:get_qualified_locale.obj + 0002:0000e5e8 ??_C@_1BM@NILJBMMD@?$AAd?$AAu?$AAt?$AAc?$AAh?$AA?9?$AAb?$AAe?$AAl?$AAg?$AAi?$AAa?$AAn@ 100975e8 libucrt:get_qualified_locale.obj + 0002:0000e604 ??_C@_1CC@OOJPJNEJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa@ 10097604 libucrt:get_qualified_locale.obj + 0002:0000e628 ??_C@_1BI@IOLFEEM@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAa?$AAu?$AAs@ 10097628 libucrt:get_qualified_locale.obj + 0002:0000e640 ??_C@_1BO@HFFNLENJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAb?$AAe?$AAl?$AAi?$AAz?$AAe@ 10097640 libucrt:get_qualified_locale.obj + 0002:0000e660 ??_C@_1BI@HAPKJMPO@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAa?$AAn@ 10097660 libucrt:get_qualified_locale.obj + 0002:0000e678 ??_C@_1CE@HLNDMIOJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAa?$AAr?$AAi?$AAb?$AAb?$AAe@ 10097678 libucrt:get_qualified_locale.obj + 0002:0000e69c ??_C@_1BI@LDHJHHAC@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAi?$AAr?$AAe@ 1009769c libucrt:get_qualified_locale.obj + 0002:0000e6b4 ??_C@_1CA@NJMMCFOC@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAj?$AAa?$AAm?$AAa?$AAi?$AAc?$AAa@ 100976b4 libucrt:get_qualified_locale.obj + 0002:0000e6d4 ??_C@_1BG@BHJEBBGG@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAn?$AAz@ 100976d4 libucrt:get_qualified_locale.obj + 0002:0000e6ec ??_C@_1CK@FGOEJJCO@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?5?$AAa@ 100976ec libucrt:get_qualified_locale.obj + 0002:0000e718 ??_C@_1DE@PDBJPCJ@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAt?$AAr?$AAi?$AAn?$AAi?$AAd?$AAa@ 10097718 libucrt:get_qualified_locale.obj + 0002:0000e74c ??_C@_1BG@JGCANDME@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAk@ 1009774c libucrt:get_qualified_locale.obj + 0002:0000e764 ??_C@_1BG@DINKMLE@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAs@ 10097764 libucrt:get_qualified_locale.obj + 0002:0000e77c ??_C@_1BI@NMFDBHJE@?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAs?$AAa@ 1009777c libucrt:get_qualified_locale.obj + 0002:0000e794 ??_C@_1BO@OIHKJKII@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAb?$AAe?$AAl?$AAg?$AAi?$AAa?$AAn@ 10097794 libucrt:get_qualified_locale.obj + 0002:0000e7b4 ??_C@_1CA@NKAELJKI@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAc?$AAa?$AAn?$AAa?$AAd?$AAi?$AAa?$AAn@ 100977b4 libucrt:get_qualified_locale.obj + 0002:0000e7d4 ??_C@_1CE@MGKCNLGN@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAl?$AAu?$AAx?$AAe?$AAm?$AAb?$AAo?$AAu@ 100977d4 libucrt:get_qualified_locale.obj + 0002:0000e7f8 ??_C@_1BK@CEGEAILM@?$AAf?$AAr?$AAe?$AAn?$AAc?$AAh?$AA?9?$AAs?$AAw?$AAi?$AAs?$AAs@ 100977f8 libucrt:get_qualified_locale.obj + 0002:0000e814 ??_C@_1CA@PAFKEOCC@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAa?$AAu?$AAs?$AAt?$AAr?$AAi?$AAa?$AAn@ 10097814 libucrt:get_qualified_locale.obj + 0002:0000e834 ??_C@_1CI@HCFHGOFD@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAl?$AAi?$AAc?$AAh?$AAt?$AAe?$AAn?$AAs@ 10097834 libucrt:get_qualified_locale.obj + 0002:0000e85c ??_C@_1CE@FEDDNPDG@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAl?$AAu?$AAx?$AAe?$AAm?$AAb?$AAo?$AAu@ 1009785c libucrt:get_qualified_locale.obj + 0002:0000e880 ??_C@_1BK@LIMINNMN@?$AAg?$AAe?$AAr?$AAm?$AAa?$AAn?$AA?9?$AAs?$AAw?$AAi?$AAs?$AAs@ 10097880 libucrt:get_qualified_locale.obj + 0002:0000e89c ??_C@_1BM@LGMDBEPD@?$AAi?$AAr?$AAi?$AAs?$AAh?$AA?9?$AAe?$AAn?$AAg?$AAl?$AAi?$AAs?$AAh@ 1009789c libucrt:get_qualified_locale.obj + 0002:0000e8b8 ??_C@_1BM@NNCFBAEE@?$AAi?$AAt?$AAa?$AAl?$AAi?$AAa?$AAn?$AA?9?$AAs?$AAw?$AAi?$AAs?$AAs@ 100978b8 libucrt:get_qualified_locale.obj + 0002:0000e8d4 ??_C@_1BE@FEDJNPIB@?$AAn?$AAo?$AAr?$AAw?$AAe?$AAg?$AAi?$AAa?$AAn@ 100978d4 libucrt:get_qualified_locale.obj + 0002:0000e8e8 ??_C@_1CC@CILKDEIE@?$AAn?$AAo?$AAr?$AAw?$AAe?$AAg?$AAi?$AAa?$AAn?$AA?9?$AAb?$AAo?$AAk?$AAm?$AAa@ 100978e8 libucrt:get_qualified_locale.obj + 0002:0000e90c ??_C@_1CE@DHMMHEPL@?$AAn?$AAo?$AAr?$AAw?$AAe?$AAg?$AAi?$AAa?$AAn?$AA?9?$AAn?$AAy?$AAn?$AAo?$AAr@ 1009790c libucrt:get_qualified_locale.obj + 0002:0000e930 ??_C@_1CK@OPNMHECD@?$AAp?$AAo?$AAr?$AAt?$AAu?$AAg?$AAu?$AAe?$AAs?$AAe?$AA?9?$AAb?$AAr?$AAa?$AAz@ 10097930 libucrt:get_qualified_locale.obj + 0002:0000e95c ??_C@_1CE@KEEHCDB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAa?$AAr?$AAg?$AAe?$AAn?$AAt?$AAi@ 1009795c libucrt:get_qualified_locale.obj + 0002:0000e980 ??_C@_1CA@GIAOLHJD@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAb?$AAo?$AAl?$AAi?$AAv?$AAi?$AAa@ 10097980 libucrt:get_qualified_locale.obj + 0002:0000e9a0 ??_C@_1BM@OJNDFNPD@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAh?$AAi?$AAl?$AAe@ 100979a0 libucrt:get_qualified_locale.obj + 0002:0000e9bc ??_C@_1CC@OCOLPALL@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAo?$AAl?$AAo?$AAm?$AAb?$AAi@ 100979bc libucrt:get_qualified_locale.obj + 0002:0000e9e0 ??_C@_1CG@BPOFMKBB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAc?$AAo?$AAs?$AAt?$AAa?$AA?5?$AAr@ 100979e0 libucrt:get_qualified_locale.obj + 0002:0000ea08 ??_C@_1DG@IGOBAPBB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAd?$AAo?$AAm?$AAi?$AAn?$AAi?$AAc@ 10097a08 libucrt:get_qualified_locale.obj + 0002:0000ea40 ??_C@_1CA@JHAPGEGI@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAe?$AAc?$AAu?$AAa?$AAd?$AAo?$AAr@ 10097a40 libucrt:get_qualified_locale.obj + 0002:0000ea60 ??_C@_1CI@LAPALJPP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAe?$AAl?$AA?5?$AAs?$AAa?$AAl?$AAv@ 10097a60 libucrt:get_qualified_locale.obj + 0002:0000ea88 ??_C@_1CE@PDGBOFOM@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAg?$AAu?$AAa?$AAt?$AAe?$AAm?$AAa@ 10097a88 libucrt:get_qualified_locale.obj + 0002:0000eaac ??_C@_1CC@NBEBAODI@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAh?$AAo?$AAn?$AAd?$AAu?$AAr?$AAa@ 10097aac libucrt:get_qualified_locale.obj + 0002:0000ead0 ??_C@_1CA@LLKGHBMF@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAm?$AAe?$AAx?$AAi?$AAc?$AAa?$AAn@ 10097ad0 libucrt:get_qualified_locale.obj + 0002:0000eaf0 ??_C@_1BO@LKNDOIGD@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAm?$AAo?$AAd?$AAe?$AAr?$AAn@ 10097af0 libucrt:get_qualified_locale.obj + 0002:0000eb10 ??_C@_1CE@NMDMOEEB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAn?$AAi?$AAc?$AAa?$AAr?$AAa?$AAg@ 10097b10 libucrt:get_qualified_locale.obj + 0002:0000eb34 ??_C@_1BO@LLCBEJGB@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAa?$AAn?$AAa?$AAm?$AAa@ 10097b34 libucrt:get_qualified_locale.obj + 0002:0000eb54 ??_C@_1CC@FKPGGIHO@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAa?$AAr?$AAa?$AAg?$AAu?$AAa@ 10097b54 libucrt:get_qualified_locale.obj + 0002:0000eb78 ??_C@_1BK@CDEIHOOP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAe?$AAr?$AAu@ 10097b78 libucrt:get_qualified_locale.obj + 0002:0000eb94 ??_C@_1CI@GAHAKKGP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAp?$AAu?$AAe?$AAr?$AAt?$AAo?$AA?5@ 10097b94 libucrt:get_qualified_locale.obj + 0002:0000ebbc ??_C@_1CA@NKJBCAGP@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAu?$AAr?$AAu?$AAg?$AAu?$AAa?$AAy@ 10097bbc libucrt:get_qualified_locale.obj + 0002:0000ebdc ??_C@_1CE@ODILCONM@?$AAs?$AAp?$AAa?$AAn?$AAi?$AAs?$AAh?$AA?9?$AAv?$AAe?$AAn?$AAe?$AAz?$AAu?$AAe@ 10097bdc libucrt:get_qualified_locale.obj + 0002:0000ec00 ??_C@_1CA@OBNMCGFO@?$AAs?$AAw?$AAe?$AAd?$AAi?$AAs?$AAh?$AA?9?$AAf?$AAi?$AAn?$AAl?$AAa?$AAn?$AAd@ 10097c00 libucrt:get_qualified_locale.obj + 0002:0000ec20 ??_C@_1M@PIPDDPPI@?$AAs?$AAw?$AAi?$AAs?$AAs@ 10097c20 libucrt:get_qualified_locale.obj + 0002:0000ec2c ??_C@_15PJPFLCCM@?$AAu?$AAk@ 10097c2c libucrt:get_qualified_locale.obj + 0002:0000ec34 ??_C@_15GMFIMNFM@?$AAu?$AAs@ 10097c34 libucrt:get_qualified_locale.obj + 0002:0000ec3c ??_C@_17HAEBFAGL@?$AAu?$AAs?$AAa@ 10097c3c libucrt:get_qualified_locale.obj + 0002:0000ec44 ??_C@_1BA@DPFJEPHB@?$AAa?$AAm?$AAe?$AAr?$AAi?$AAc?$AAa@ 10097c44 libucrt:get_qualified_locale.obj + 0002:0000ec54 ??_C@_1BA@ELOGGFK@?$AAb?$AAr?$AAi?$AAt?$AAa?$AAi?$AAn@ 10097c54 libucrt:get_qualified_locale.obj + 0002:0000ec64 ??_C@_1M@GHBGIGDA@?$AAc?$AAh?$AAi?$AAn?$AAa@ 10097c64 libucrt:get_qualified_locale.obj + 0002:0000ec70 ??_C@_1M@NCHEJOPO@?$AAc?$AAz?$AAe?$AAc?$AAh@ 10097c70 libucrt:get_qualified_locale.obj + 0002:0000ec7c ??_C@_1BA@BKPAPBLA@?$AAe?$AAn?$AAg?$AAl?$AAa?$AAn?$AAd@ 10097c7c libucrt:get_qualified_locale.obj + 0002:0000ec8c ??_C@_1BM@HKBCKIPC@?$AAg?$AAr?$AAe?$AAa?$AAt?$AA?5?$AAb?$AAr?$AAi?$AAt?$AAa?$AAi?$AAn@ 10097c8c libucrt:get_qualified_locale.obj + 0002:0000eca8 ??_C@_1BA@PPCHPGJB@?$AAh?$AAo?$AAl?$AAl?$AAa?$AAn?$AAd@ 10097ca8 libucrt:get_qualified_locale.obj + 0002:0000ecb8 ??_C@_1BE@JBMPEGDG@?$AAh?$AAo?$AAn?$AAg?$AA?9?$AAk?$AAo?$AAn?$AAg@ 10097cb8 libucrt:get_qualified_locale.obj + 0002:0000eccc ??_C@_1BI@KOELBBPJ@?$AAn?$AAe?$AAw?$AA?9?$AAz?$AAe?$AAa?$AAl?$AAa?$AAn?$AAd@ 10097ccc libucrt:get_qualified_locale.obj + 0002:0000ece4 ??_C@_15HIEBHAIO@?$AAn?$AAz@ 10097ce4 libucrt:get_qualified_locale.obj + 0002:0000ecec ??_C@_1BC@CHBCPFPI@?$AAp?$AAr?$AA?5?$AAc?$AAh?$AAi?$AAn?$AAa@ 10097cec libucrt:get_qualified_locale.obj + 0002:0000ed00 ??_C@_1BC@JAOIIFKD@?$AAp?$AAr?$AA?9?$AAc?$AAh?$AAi?$AAn?$AAa@ 10097d00 libucrt:get_qualified_locale.obj + 0002:0000ed14 ??_C@_1BI@BEHPPHKC@?$AAp?$AAu?$AAe?$AAr?$AAt?$AAo?$AA?9?$AAr?$AAi?$AAc?$AAo@ 10097d14 libucrt:get_qualified_locale.obj + 0002:0000ed2c ??_C@_1O@PAEOFKDI@?$AAs?$AAl?$AAo?$AAv?$AAa?$AAk@ 10097d2c libucrt:get_qualified_locale.obj + 0002:0000ed3c ??_C@_1BK@FIHMCKAM@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?5?$AAa?$AAf?$AAr?$AAi?$AAc?$AAa@ 10097d3c libucrt:get_qualified_locale.obj + 0002:0000ed58 ??_C@_1BI@NAEOODKB@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?5?$AAk?$AAo?$AAr?$AAe?$AAa@ 10097d58 libucrt:get_qualified_locale.obj + 0002:0000ed70 ??_C@_1BK@FBDGGIFF@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?9?$AAa?$AAf?$AAr?$AAi?$AAc?$AAa@ 10097d70 libucrt:get_qualified_locale.obj + 0002:0000ed8c ??_C@_1BI@GHLEJDPK@?$AAs?$AAo?$AAu?$AAt?$AAh?$AA?9?$AAk?$AAo?$AAr?$AAe?$AAa@ 10097d8c libucrt:get_qualified_locale.obj + 0002:0000eda4 ??_C@_1CE@PLHLOMJF@?$AAt?$AAr?$AAi?$AAn?$AAi?$AAd?$AAa?$AAd?$AA?5?$AA?$CG?$AA?5?$AAt?$AAo?$AAb?$AAa@ 10097da4 libucrt:get_qualified_locale.obj + 0002:0000edc8 ??_C@_1BO@MODIMHHI@?$AAu?$AAn?$AAi?$AAt?$AAe?$AAd?$AA?9?$AAk?$AAi?$AAn?$AAg?$AAd?$AAo?$AAm@ 10097dc8 libucrt:get_qualified_locale.obj + 0002:0000ede8 ??_C@_1BM@FFHJONBJ@?$AAu?$AAn?$AAi?$AAt?$AAe?$AAd?$AA?9?$AAs?$AAt?$AAa?$AAt?$AAe?$AAs@ 10097de8 libucrt:get_qualified_locale.obj + 0002:0000ee04 ??_C@_19MPDNHKDG@?$AAu?$AAt?$AAf?$AA8@ 10097e04 libucrt:get_qualified_locale.obj + 0002:0000ee10 ??_C@_17DNCLJFIF@?$AAA?$AAC?$AAP@ 10097e10 libucrt:get_qualified_locale.obj + 0002:0000ee18 ??_C@_1M@FPEIIFAM@?$AAu?$AAt?$AAf?$AA?9?$AA8@ 10097e18 libucrt:get_qualified_locale.obj + 0002:0000ee24 ??_C@_17CIKBIHLH@?$AAO?$AAC?$AAP@ 10097e24 libucrt:get_qualified_locale.obj + 0002:0000ee2c ___rglangidNotDefault 10097e2c libucrt:getqloc_downlevel.obj + 0002:0000f560 ??_C@_15EMKDOKLE@?$AAa?$AAr@ 10098560 libucrt:lcidtoname_downlevel.obj + 0002:0000f568 ??_C@_15KNPADPLH@?$AAb?$AAg@ 10098568 libucrt:lcidtoname_downlevel.obj + 0002:0000f570 ??_C@_15EDMHLDMO@?$AAc?$AAa@ 10098570 libucrt:lcidtoname_downlevel.obj + 0002:0000f578 ??_C@_1O@BPEAJADD@?$AAz?$AAh?$AA?9?$AAC?$AAH?$AAS@ 10098578 libucrt:lcidtoname_downlevel.obj + 0002:0000f588 ??_C@_15LJNHCMNK@?$AAc?$AAs@ 10098588 libucrt:lcidtoname_downlevel.obj + 0002:0000f590 ??_C@_15FOMCIDHG@?$AAd?$AAa@ 10098590 libucrt:lcidtoname_downlevel.obj + 0002:0000f598 ??_C@_15NBKABECB@?$AAd?$AAe@ 10098598 libucrt:lcidtoname_downlevel.obj + 0002:0000f5a0 ??_C@_15GHPEIIAO@?$AAe?$AAl@ 100985a0 libucrt:lcidtoname_downlevel.obj + 0002:0000f5a8 ??_C@_15MNPNEAIF@?$AAe?$AAn@ 100985a8 libucrt:lcidtoname_downlevel.obj + 0002:0000f5b0 ??_C@_15GPIOMPMH@?$AAe?$AAs@ 100985b0 libucrt:lcidtoname_downlevel.obj + 0002:0000f5b8 ??_C@_15NGLOAKJC@?$AAf?$AAi@ 100985b8 libucrt:lcidtoname_downlevel.obj + 0002:0000f5c0 ??_C@_15FBKGNKAM@?$AAf?$AAr@ 100985c0 libucrt:lcidtoname_downlevel.obj + 0002:0000f5c8 ??_C@_15KGGCNEFK@?$AAh?$AAe@ 100985c8 libucrt:lcidtoname_downlevel.obj + 0002:0000f5d0 ??_C@_15PGHLIDMF@?$AAh?$AAu@ 100985d0 libucrt:lcidtoname_downlevel.obj + 0002:0000f5d8 ??_C@_15BIEMAPLM@?$AAi?$AAs@ 100985d8 libucrt:lcidtoname_downlevel.obj + 0002:0000f5e0 ??_C@_15IFJLDHAF@?$AAi?$AAt@ 100985e0 libucrt:lcidtoname_downlevel.obj + 0002:0000f5e8 ??_C@_15GEMIOCAG@?$AAj?$AAa@ 100985e8 libucrt:lcidtoname_downlevel.obj + 0002:0000f5f0 ??_C@_15EPELEGJA@?$AAk?$AAo@ 100985f0 libucrt:lcidtoname_downlevel.obj + 0002:0000f5f8 ??_C@_15NDDHIMN@?$AAn?$AAl@ 100985f8 libucrt:lcidtoname_downlevel.obj + 0002:0000f600 ??_C@_15BPIGNHCD@?$AAn?$AAo@ 10098600 libucrt:lcidtoname_downlevel.obj + 0002:0000f608 ??_C@_15DEOPBLCG@?$AAp?$AAl@ 10098608 libucrt:lcidtoname_downlevel.obj + 0002:0000f610 ??_C@_15KBECGEFG@?$AAp?$AAt@ 10098610 libucrt:lcidtoname_downlevel.obj + 0002:0000f618 ??_C@_15GLJCBFMD@?$AAr?$AAo@ 10098618 libucrt:lcidtoname_downlevel.obj + 0002:0000f620 ??_C@_15FEDGKCDI@?$AAr?$AAu@ 10098620 libucrt:lcidtoname_downlevel.obj + 0002:0000f628 ??_C@_15GLKMLLHM@?$AAh?$AAr@ 10098628 libucrt:lcidtoname_downlevel.obj + 0002:0000f630 ??_C@_15CPKMFBDB@?$AAs?$AAk@ 10098630 libucrt:lcidtoname_downlevel.obj + 0002:0000f638 ??_C@_15BAAIOGMK@?$AAs?$AAq@ 10098638 libucrt:lcidtoname_downlevel.obj + 0002:0000f640 ??_C@_15INNPNOHD@?$AAs?$AAv@ 10098640 libucrt:lcidtoname_downlevel.obj + 0002:0000f648 ??_C@_15CABMMOGH@?$AAt?$AAh@ 10098648 libucrt:lcidtoname_downlevel.obj + 0002:0000f650 ??_C@_15BPLIHJJM@?$AAt?$AAr@ 10098650 libucrt:lcidtoname_downlevel.obj + 0002:0000f658 ??_C@_15NEOEKKDJ@?$AAu?$AAr@ 10098658 libucrt:lcidtoname_downlevel.obj + 0002:0000f660 ??_C@_15NFICGAJK@?$AAi?$AAd@ 10098660 libucrt:lcidtoname_downlevel.obj + 0002:0000f668 ??_C@_15HPJPHDM@?$AAb?$AAe@ 10098668 libucrt:lcidtoname_downlevel.obj + 0002:0000f670 ??_C@_15LCHLGJII@?$AAs?$AAl@ 10098670 libucrt:lcidtoname_downlevel.obj + 0002:0000f678 ??_C@_15PCFJPHHO@?$AAe?$AAt@ 10098678 libucrt:lcidtoname_downlevel.obj + 0002:0000f680 ??_C@_15HPFPGODN@?$AAl?$AAv@ 10098680 libucrt:lcidtoname_downlevel.obj + 0002:0000f688 ??_C@_15NFFGKGLG@?$AAl?$AAt@ 10098688 libucrt:lcidtoname_downlevel.obj + 0002:0000f690 ??_C@_15BDAKCCHN@?$AAf?$AAa@ 10098690 libucrt:lcidtoname_downlevel.obj + 0002:0000f698 ??_C@_15NFGIAIAJ@?$AAv?$AAi@ 10098698 libucrt:lcidtoname_downlevel.obj + 0002:0000f6a0 ??_C@_15LMKNDMHN@?$AAh?$AAy@ 100986a0 libucrt:lcidtoname_downlevel.obj + 0002:0000f6a8 ??_C@_15IJBHMCFL@?$AAa?$AAz@ 100986a8 libucrt:lcidtoname_downlevel.obj + 0002:0000f6b0 ??_C@_15EKOFJABL@?$AAe?$AAu@ 100986b0 libucrt:lcidtoname_downlevel.obj + 0002:0000f6b8 ??_C@_15BGHADCNK@?$AAm?$AAk@ 100986b8 libucrt:lcidtoname_downlevel.obj + 0002:0000f6c0 ??_C@_15JDNICKHM@?$AAa?$AAf@ 100986c0 libucrt:lcidtoname_downlevel.obj + 0002:0000f6c8 ??_C@_15KPJEDBKD@?$AAk?$AAa@ 100986c8 libucrt:lcidtoname_downlevel.obj + 0002:0000f6d0 ??_C@_15PDNFFFEO@?$AAf?$AAo@ 100986d0 libucrt:lcidtoname_downlevel.obj + 0002:0000f6d8 ??_C@_15OMLEGLOC@?$AAh?$AAi@ 100986d8 libucrt:lcidtoname_downlevel.obj + 0002:0000f6e0 ??_C@_15IDNNENKK@?$AAm?$AAs@ 100986e0 libucrt:lcidtoname_downlevel.obj + 0002:0000f6e8 ??_C@_15MACJNBMH@?$AAk?$AAk@ 100986e8 libucrt:lcidtoname_downlevel.obj + 0002:0000f6f0 ??_C@_15DKDJEOND@?$AAk?$AAy@ 100986f0 libucrt:lcidtoname_downlevel.obj + 0002:0000f6f8 ??_C@_15DFGDLJBG@?$AAs?$AAw@ 100986f8 libucrt:lcidtoname_downlevel.obj + 0002:0000f700 ??_C@_15BBFAICNG@?$AAu?$AAz@ 10098700 libucrt:lcidtoname_downlevel.obj + 0002:0000f708 ??_C@_15DKNDCGEA@?$AAt?$AAt@ 10098708 libucrt:lcidtoname_downlevel.obj + 0002:0000f710 ??_C@_15MGIFMDPL@?$AAp?$AAa@ 10098710 libucrt:lcidtoname_downlevel.obj + 0002:0000f718 ??_C@_15HCNDBBA@?$AAg?$AAu@ 10098718 libucrt:lcidtoname_downlevel.obj + 0002:0000f720 ??_C@_15FNBEIBON@?$AAt?$AAa@ 10098720 libucrt:lcidtoname_downlevel.obj + 0002:0000f728 ??_C@_15NCHGBGLK@?$AAt?$AAe@ 10098728 libucrt:lcidtoname_downlevel.obj + 0002:0000f730 ??_C@_15PHPHCBPF@?$AAk?$AAn@ 10098730 libucrt:lcidtoname_downlevel.obj + 0002:0000f738 ??_C@_15DLGBCKMP@?$AAm?$AAr@ 10098738 libucrt:lcidtoname_downlevel.obj + 0002:0000f740 ??_C@_15EABBLBFF@?$AAs?$AAa@ 10098740 libucrt:lcidtoname_downlevel.obj + 0002:0000f748 ??_C@_15CBKOMCOI@?$AAm?$AAn@ 10098748 libucrt:lcidtoname_downlevel.obj + 0002:0000f750 ??_C@_15CKDMCJAF@?$AAg?$AAl@ 10098750 libucrt:lcidtoname_downlevel.obj + 0002:0000f758 ??_C@_17CNJFBPG@?$AAk?$AAo?$AAk@ 10098758 libucrt:lcidtoname_downlevel.obj + 0002:0000f760 ??_C@_17FFBJICPL@?$AAs?$AAy?$AAr@ 10098760 libucrt:lcidtoname_downlevel.obj + 0002:0000f768 ??_C@_17KPNDCPAF@?$AAd?$AAi?$AAv@ 10098768 libucrt:lcidtoname_downlevel.obj + 0002:0000f770 ??_C@_11LOCGONAA@@ 10098770 libucrt:lcidtoname_downlevel.obj + 0002:0000f774 ??_C@_1M@OKAHONE@?$AAa?$AAr?$AA?9?$AAS?$AAA@ 10098774 libucrt:lcidtoname_downlevel.obj + 0002:0000f780 ??_C@_1M@FFFIGIGK@?$AAb?$AAg?$AA?9?$AAB?$AAG@ 10098780 libucrt:lcidtoname_downlevel.obj + 0002:0000f78c ??_C@_1M@BJNKEDC@?$AAc?$AAa?$AA?9?$AAE?$AAS@ 1009878c libucrt:lcidtoname_downlevel.obj + 0002:0000f798 ??_C@_1M@IJJHFJHA@?$AAc?$AAs?$AA?9?$AAC?$AAZ@ 10098798 libucrt:lcidtoname_downlevel.obj + 0002:0000f7a4 ??_C@_1M@CLPEOBGI@?$AAd?$AAa?$AA?9?$AAD?$AAK@ 100987a4 libucrt:lcidtoname_downlevel.obj + 0002:0000f7b0 ??_C@_1M@MCMADGCB@?$AAd?$AAe?$AA?9?$AAD?$AAE@ 100987b0 libucrt:lcidtoname_downlevel.obj + 0002:0000f7bc ??_C@_1M@OOCKEMAM@?$AAe?$AAl?$AA?9?$AAG?$AAR@ 100987bc libucrt:lcidtoname_downlevel.obj + 0002:0000f7c8 ??_C@_1M@DDNJFGID@?$AAf?$AAi?$AA?9?$AAF?$AAI@ 100987c8 libucrt:lcidtoname_downlevel.obj + 0002:0000f7d4 ??_C@_1M@GLIPPMAC@?$AAf?$AAr?$AA?9?$AAF?$AAR@ 100987d4 libucrt:lcidtoname_downlevel.obj + 0002:0000f7e0 ??_C@_1M@GFMCHPE@?$AAh?$AAe?$AA?9?$AAI?$AAL@ 100987e0 libucrt:lcidtoname_downlevel.obj + 0002:0000f7ec ??_C@_1M@MHLPGNKM@?$AAh?$AAu?$AA?9?$AAH?$AAU@ 100987ec libucrt:lcidtoname_downlevel.obj + 0002:0000f7f8 ??_C@_1M@LPDDNNPN@?$AAi?$AAs?$AA?9?$AAI?$AAS@ 100987f8 libucrt:lcidtoname_downlevel.obj + 0002:0000f804 ??_C@_1M@MADIPODN@?$AAi?$AAt?$AA?9?$AAI?$AAT@ 10098804 libucrt:lcidtoname_downlevel.obj + 0002:0000f810 ??_C@_1M@IHBJJGG@?$AAn?$AAl?$AA?9?$AAN?$AAL@ 10098810 libucrt:lcidtoname_downlevel.obj + 0002:0000f81c ??_C@_1M@EANAGDL@?$AAn?$AAb?$AA?9?$AAN?$AAO@ 1009881c libucrt:lcidtoname_downlevel.obj + 0002:0000f828 ??_C@_1M@NEIEMEGP@?$AAp?$AAl?$AA?9?$AAP?$AAL@ 10098828 libucrt:lcidtoname_downlevel.obj + 0002:0000f834 ??_C@_1M@BOCFIGEP@?$AAp?$AAt?$AA?9?$AAB?$AAR@ 10098834 libucrt:lcidtoname_downlevel.obj + 0002:0000f840 ??_C@_1M@IMPFOPBG@?$AAr?$AAo?$AA?9?$AAR?$AAO@ 10098840 libucrt:lcidtoname_downlevel.obj + 0002:0000f84c ??_C@_1M@IDNNEJMM@?$AAr?$AAu?$AA?9?$AAR?$AAU@ 1009884c libucrt:lcidtoname_downlevel.obj + 0002:0000f858 ??_C@_1M@LILEEOGM@?$AAh?$AAr?$AA?9?$AAH?$AAR@ 10098858 libucrt:lcidtoname_downlevel.obj + 0002:0000f864 ??_C@_1M@FKIFEHPB@?$AAs?$AAk?$AA?9?$AAS?$AAK@ 10098864 libucrt:lcidtoname_downlevel.obj + 0002:0000f870 ??_C@_1M@LJMAMNPJ@?$AAs?$AAq?$AA?9?$AAA?$AAL@ 10098870 libucrt:lcidtoname_downlevel.obj + 0002:0000f87c ??_C@_1M@GIAKDKJK@?$AAs?$AAv?$AA?9?$AAS?$AAE@ 1009887c libucrt:lcidtoname_downlevel.obj + 0002:0000f888 ??_C@_1M@MKJKIKCL@?$AAt?$AAh?$AA?9?$AAT?$AAH@ 10098888 libucrt:lcidtoname_downlevel.obj + 0002:0000f894 ??_C@_1M@MFLCCMPB@?$AAt?$AAr?$AA?9?$AAT?$AAR@ 10098894 libucrt:lcidtoname_downlevel.obj + 0002:0000f8a0 ??_C@_1M@OIJHDKJN@?$AAu?$AAr?$AA?9?$AAP?$AAK@ 100988a0 libucrt:lcidtoname_downlevel.obj + 0002:0000f8ac ??_C@_1M@LHIPCIEK@?$AAi?$AAd?$AA?9?$AAI?$AAD@ 100988ac libucrt:lcidtoname_downlevel.obj + 0002:0000f8b8 ??_C@_1M@MFMOBGI@?$AAu?$AAk?$AA?9?$AAU?$AAA@ 100988b8 libucrt:lcidtoname_downlevel.obj + 0002:0000f8c4 ??_C@_1M@OBGLJIPL@?$AAb?$AAe?$AA?9?$AAB?$AAY@ 100988c4 libucrt:lcidtoname_downlevel.obj + 0002:0000f8d0 ??_C@_1M@BCFAJEAD@?$AAs?$AAl?$AA?9?$AAS?$AAI@ 100988d0 libucrt:lcidtoname_downlevel.obj + 0002:0000f8dc ??_C@_1M@FKFFEDDN@?$AAe?$AAt?$AA?9?$AAE?$AAE@ 100988dc libucrt:lcidtoname_downlevel.obj + 0002:0000f8e8 ??_C@_1M@KGKKAACI@?$AAl?$AAv?$AA?9?$AAL?$AAV@ 100988e8 libucrt:lcidtoname_downlevel.obj + 0002:0000f8f4 ??_C@_1M@IFGBIJO@?$AAl?$AAt?$AA?9?$AAL?$AAT@ 100988f4 libucrt:lcidtoname_downlevel.obj + 0002:0000f900 ??_C@_1M@FGEAHEDM@?$AAf?$AAa?$AA?9?$AAI?$AAR@ 10098900 libucrt:lcidtoname_downlevel.obj + 0002:0000f90c ??_C@_1M@KBMAIBFN@?$AAv?$AAi?$AA?9?$AAV?$AAN@ 1009890c libucrt:lcidtoname_downlevel.obj + 0002:0000f918 ??_C@_1M@GPCBKDJK@?$AAh?$AAy?$AA?9?$AAA?$AAM@ 10098918 libucrt:lcidtoname_downlevel.obj + 0002:0000f924 ??_C@_1BG@BECMDDJB@?$AAa?$AAz?$AA?9?$AAA?$AAZ?$AA?9?$AAL?$AAa?$AAt?$AAn@ 10098924 libucrt:lcidtoname_downlevel.obj + 0002:0000f93c ??_C@_1M@MAOFCAEA@?$AAe?$AAu?$AA?9?$AAE?$AAS@ 1009893c libucrt:lcidtoname_downlevel.obj + 0002:0000f948 ??_C@_1M@IGHABKPI@?$AAm?$AAk?$AA?9?$AAM?$AAK@ 10098948 libucrt:lcidtoname_downlevel.obj + 0002:0000f954 ??_C@_1M@IAIGNEJG@?$AAt?$AAn?$AA?9?$AAZ?$AAA@ 10098954 libucrt:lcidtoname_downlevel.obj + 0002:0000f960 ??_C@_1M@IIJCOJFA@?$AAx?$AAh?$AA?9?$AAZ?$AAA@ 10098960 libucrt:lcidtoname_downlevel.obj + 0002:0000f96c ??_C@_1M@LGPJHNJH@?$AAz?$AAu?$AA?9?$AAZ?$AAA@ 1009896c libucrt:lcidtoname_downlevel.obj + 0002:0000f978 ??_C@_1M@HOKAOIO@?$AAa?$AAf?$AA?9?$AAZ?$AAA@ 10098978 libucrt:lcidtoname_downlevel.obj + 0002:0000f984 ??_C@_1M@DPCLHLIE@?$AAk?$AAa?$AA?9?$AAG?$AAE@ 10098984 libucrt:lcidtoname_downlevel.obj + 0002:0000f990 ??_C@_1M@BLKMHJBI@?$AAf?$AAo?$AA?9?$AAF?$AAO@ 10098990 libucrt:lcidtoname_downlevel.obj + 0002:0000f99c ??_C@_1M@LGGJAPPB@?$AAh?$AAi?$AA?9?$AAI?$AAN@ 1009899c libucrt:lcidtoname_downlevel.obj + 0002:0000f9a8 ??_C@_1M@FIKPIHFE@?$AAm?$AAt?$AA?9?$AAM?$AAT@ 100989a8 libucrt:lcidtoname_downlevel.obj + 0002:0000f9b4 ??_C@_1M@HEGGPBFA@?$AAs?$AAe?$AA?9?$AAN?$AAO@ 100989b4 libucrt:lcidtoname_downlevel.obj + 0002:0000f9c0 ??_C@_1M@EIBJEEPA@?$AAm?$AAs?$AA?9?$AAM?$AAY@ 100989c0 libucrt:lcidtoname_downlevel.obj + 0002:0000f9cc ??_C@_1M@FHLBGMPP@?$AAk?$AAk?$AA?9?$AAK?$AAZ@ 100989cc libucrt:lcidtoname_downlevel.obj + 0002:0000f9d8 ??_C@_1M@NGJJLCGI@?$AAk?$AAy?$AA?9?$AAK?$AAG@ 100989d8 libucrt:lcidtoname_downlevel.obj + 0002:0000f9e4 ??_C@_1M@GIENNBFC@?$AAs?$AAw?$AA?9?$AAK?$AAE@ 100989e4 libucrt:lcidtoname_downlevel.obj + 0002:0000f9f0 ??_C@_1BG@NDGMJIMJ@?$AAu?$AAz?$AA?9?$AAU?$AAZ?$AA?9?$AAL?$AAa?$AAt?$AAn@ 100989f0 libucrt:lcidtoname_downlevel.obj + 0002:0000fa08 ??_C@_1M@IDCCIHBC@?$AAt?$AAt?$AA?9?$AAR?$AAU@ 10098a08 libucrt:lcidtoname_downlevel.obj + 0002:0000fa14 ??_C@_1M@LOICPMOJ@?$AAb?$AAn?$AA?9?$AAI?$AAN@ 10098a14 libucrt:lcidtoname_downlevel.obj + 0002:0000fa20 ??_C@_1M@KPKKNEAH@?$AAp?$AAa?$AA?9?$AAI?$AAN@ 10098a20 libucrt:lcidtoname_downlevel.obj + 0002:0000fa2c ??_C@_1M@PJGPPBOG@?$AAg?$AAu?$AA?9?$AAI?$AAN@ 10098a2c libucrt:lcidtoname_downlevel.obj + 0002:0000fa38 ??_C@_1M@KMKMOPHI@?$AAt?$AAa?$AA?9?$AAI?$AAN@ 10098a38 libucrt:lcidtoname_downlevel.obj + 0002:0000fa44 ??_C@_1M@KFEHEPAC@?$AAt?$AAe?$AA?9?$AAI?$AAN@ 10098a44 libucrt:lcidtoname_downlevel.obj + 0002:0000fa50 ??_C@_1M@CDCLMGHI@?$AAk?$AAn?$AA?9?$AAI?$AAN@ 10098a50 libucrt:lcidtoname_downlevel.obj + 0002:0000fa5c ??_C@_1M@MIODLDKF@?$AAm?$AAl?$AA?9?$AAI?$AAN@ 10098a5c libucrt:lcidtoname_downlevel.obj + 0002:0000fa68 ??_C@_1M@PBIEACPO@?$AAm?$AAr?$AA?9?$AAI?$AAN@ 10098a68 libucrt:lcidtoname_downlevel.obj + 0002:0000fa74 ??_C@_1M@NIDEAGPH@?$AAs?$AAa?$AA?9?$AAI?$AAN@ 10098a74 libucrt:lcidtoname_downlevel.obj + 0002:0000fa80 ??_C@_1M@FHIHCBIO@?$AAm?$AAn?$AA?9?$AAM?$AAN@ 10098a80 libucrt:lcidtoname_downlevel.obj + 0002:0000fa8c ??_C@_1M@JAIJPENP@?$AAc?$AAy?$AA?9?$AAG?$AAB@ 10098a8c libucrt:lcidtoname_downlevel.obj + 0002:0000fa98 ??_C@_1M@PHGFBEPN@?$AAg?$AAl?$AA?9?$AAE?$AAS@ 10098a98 libucrt:lcidtoname_downlevel.obj + 0002:0000faa4 ??_C@_1O@KPIPDNCP@?$AAk?$AAo?$AAk?$AA?9?$AAI?$AAN@ 10098aa4 libucrt:lcidtoname_downlevel.obj + 0002:0000fab4 ??_C@_1O@KNHJLDJA@?$AAs?$AAy?$AAr?$AA?9?$AAS?$AAY@ 10098ab4 libucrt:lcidtoname_downlevel.obj + 0002:0000fac4 ??_C@_1O@MKEKBLAH@?$AAd?$AAi?$AAv?$AA?9?$AAM?$AAV@ 10098ac4 libucrt:lcidtoname_downlevel.obj + 0002:0000fad4 ??_C@_1O@OHDCKDDF@?$AAq?$AAu?$AAz?$AA?9?$AAB?$AAO@ 10098ad4 libucrt:lcidtoname_downlevel.obj + 0002:0000fae4 ??_C@_1M@LEPJNLFD@?$AAn?$AAs?$AA?9?$AAZ?$AAA@ 10098ae4 libucrt:lcidtoname_downlevel.obj + 0002:0000faf0 ??_C@_1M@OMLEIIJB@?$AAm?$AAi?$AA?9?$AAN?$AAZ@ 10098af0 libucrt:lcidtoname_downlevel.obj + 0002:0000fafc ??_C@_1M@PMPEAILG@?$AAa?$AAr?$AA?9?$AAI?$AAQ@ 10098afc libucrt:lcidtoname_downlevel.obj + 0002:0000fb08 ??_C@_1M@CNKPNOEE@?$AAd?$AAe?$AA?9?$AAC?$AAH@ 10098b08 libucrt:lcidtoname_downlevel.obj + 0002:0000fb14 ??_C@_1M@LKMGMLKO@?$AAe?$AAn?$AA?9?$AAG?$AAB@ 10098b14 libucrt:lcidtoname_downlevel.obj + 0002:0000fb20 ??_C@_1M@PGKJFFGL@?$AAe?$AAs?$AA?9?$AAM?$AAX@ 10098b20 libucrt:lcidtoname_downlevel.obj + 0002:0000fb2c ??_C@_1M@DNNANBDC@?$AAf?$AAr?$AA?9?$AAB?$AAE@ 10098b2c libucrt:lcidtoname_downlevel.obj + 0002:0000fb38 ??_C@_1M@HLGMDFHM@?$AAi?$AAt?$AA?9?$AAC?$AAH@ 10098b38 libucrt:lcidtoname_downlevel.obj + 0002:0000fb44 ??_C@_1M@CLLBGJH@?$AAn?$AAl?$AA?9?$AAB?$AAE@ 10098b44 libucrt:lcidtoname_downlevel.obj + 0002:0000fb50 ??_C@_1M@BODBOGLF@?$AAn?$AAn?$AA?9?$AAN?$AAO@ 10098b50 libucrt:lcidtoname_downlevel.obj + 0002:0000fb5c ??_C@_1M@HFFAHKAD@?$AAp?$AAt?$AA?9?$AAP?$AAT@ 10098b5c libucrt:lcidtoname_downlevel.obj + 0002:0000fb68 ??_C@_1BG@LNOAKHIE@?$AAs?$AAr?$AA?9?$AAS?$AAP?$AA?9?$AAL?$AAa?$AAt?$AAn@ 10098b68 libucrt:lcidtoname_downlevel.obj + 0002:0000fb80 ??_C@_1M@HBMHBGAK@?$AAs?$AAv?$AA?9?$AAF?$AAI@ 10098b80 libucrt:lcidtoname_downlevel.obj + 0002:0000fb8c ??_C@_1BG@DGCJGJBE@?$AAa?$AAz?$AA?9?$AAA?$AAZ?$AA?9?$AAC?$AAy?$AAr?$AAl@ 10098b8c libucrt:lcidtoname_downlevel.obj + 0002:0000fba4 ??_C@_1M@KEJDAAHB@?$AAs?$AAe?$AA?9?$AAS?$AAE@ 10098ba4 libucrt:lcidtoname_downlevel.obj + 0002:0000fbb0 ??_C@_1M@HEIBJJAD@?$AAm?$AAs?$AA?9?$AAB?$AAN@ 10098bb0 libucrt:lcidtoname_downlevel.obj + 0002:0000fbbc ??_C@_1BG@PBGJMCEM@?$AAu?$AAz?$AA?9?$AAU?$AAZ?$AA?9?$AAC?$AAy?$AAr?$AAl@ 10098bbc libucrt:lcidtoname_downlevel.obj + 0002:0000fbd4 ??_C@_1O@LAOBCMDF@?$AAq?$AAu?$AAz?$AA?9?$AAE?$AAC@ 10098bd4 libucrt:lcidtoname_downlevel.obj + 0002:0000fbe4 ??_C@_1M@POEEMAIO@?$AAa?$AAr?$AA?9?$AAE?$AAG@ 10098be4 libucrt:lcidtoname_downlevel.obj + 0002:0000fbf0 ??_C@_1M@EFAKDEDL@?$AAz?$AAh?$AA?9?$AAH?$AAK@ 10098bf0 libucrt:lcidtoname_downlevel.obj + 0002:0000fbfc ??_C@_1M@HKKIJHGI@?$AAd?$AAe?$AA?9?$AAA?$AAT@ 10098bfc libucrt:lcidtoname_downlevel.obj + 0002:0000fc08 ??_C@_1M@KBFBEHJF@?$AAe?$AAn?$AA?9?$AAA?$AAU@ 10098c08 libucrt:lcidtoname_downlevel.obj + 0002:0000fc14 ??_C@_1M@MNPLFAAH@?$AAe?$AAs?$AA?9?$AAE?$AAS@ 10098c14 libucrt:lcidtoname_downlevel.obj + 0002:0000fc20 ??_C@_1M@HJOOJFMA@?$AAf?$AAr?$AA?9?$AAC?$AAA@ 10098c20 libucrt:lcidtoname_downlevel.obj + 0002:0000fc2c ??_C@_1BG@JPOFPNAB@?$AAs?$AAr?$AA?9?$AAS?$AAP?$AA?9?$AAC?$AAy?$AAr?$AAl@ 10098c2c libucrt:lcidtoname_downlevel.obj + 0002:0000fc44 ??_C@_1M@LNFOCMOB@?$AAs?$AAe?$AA?9?$AAF?$AAI@ 10098c44 libucrt:lcidtoname_downlevel.obj + 0002:0000fc50 ??_C@_1O@MGJBOAMB@?$AAq?$AAu?$AAz?$AA?9?$AAP?$AAE@ 10098c50 libucrt:lcidtoname_downlevel.obj + 0002:0000fc60 ??_C@_1M@GJINLBOK@?$AAa?$AAr?$AA?9?$AAL?$AAY@ 10098c60 libucrt:lcidtoname_downlevel.obj + 0002:0000fc6c ??_C@_1M@GGMNHJNL@?$AAz?$AAh?$AA?9?$AAS?$AAG@ 10098c6c libucrt:lcidtoname_downlevel.obj + 0002:0000fc78 ??_C@_1M@HOIKODND@?$AAd?$AAe?$AA?9?$AAL?$AAU@ 10098c78 libucrt:lcidtoname_downlevel.obj + 0002:0000fc84 ??_C@_1M@DDOCCGFG@?$AAe?$AAn?$AA?9?$AAC?$AAA@ 10098c84 libucrt:lcidtoname_downlevel.obj + 0002:0000fc90 ??_C@_1M@BNOEMJLF@?$AAe?$AAs?$AA?9?$AAG?$AAT@ 10098c90 libucrt:lcidtoname_downlevel.obj + 0002:0000fc9c ??_C@_1M@EOGNKEK@?$AAf?$AAr?$AA?9?$AAC?$AAH@ 10098c9c libucrt:lcidtoname_downlevel.obj + 0002:0000fca8 ??_C@_1M@FLIDJFHL@?$AAh?$AAr?$AA?9?$AAB?$AAA@ 10098ca8 libucrt:lcidtoname_downlevel.obj + 0002:0000fcb4 ??_C@_1O@FMCELNAJ@?$AAs?$AAm?$AAj?$AA?9?$AAN?$AAO@ 10098cb4 libucrt:lcidtoname_downlevel.obj + 0002:0000fcc4 ??_C@_1M@JHGLJMGJ@?$AAa?$AAr?$AA?9?$AAD?$AAZ@ 10098cc4 libucrt:lcidtoname_downlevel.obj + 0002:0000fcd0 ??_C@_1M@JKKFDCNP@?$AAz?$AAh?$AA?9?$AAM?$AAO@ 10098cd0 libucrt:lcidtoname_downlevel.obj + 0002:0000fcdc ??_C@_1M@GEEFALPE@?$AAd?$AAe?$AA?9?$AAL?$AAI@ 10098cdc libucrt:lcidtoname_downlevel.obj + 0002:0000fce8 ??_C@_1M@IGEOFBG@?$AAe?$AAn?$AA?9?$AAN?$AAZ@ 10098ce8 libucrt:lcidtoname_downlevel.obj + 0002:0000fcf4 ??_C@_1M@KDBONEHP@?$AAe?$AAs?$AA?9?$AAC?$AAR@ 10098cf4 libucrt:lcidtoname_downlevel.obj + 0002:0000fd00 ??_C@_1M@FHMDOHNN@?$AAf?$AAr?$AA?9?$AAL?$AAU@ 10098d00 libucrt:lcidtoname_downlevel.obj + 0002:0000fd0c ??_C@_1BG@NFKKMAFG@?$AAb?$AAs?$AA?9?$AAB?$AAA?$AA?9?$AAL?$AAa?$AAt?$AAn@ 10098d0c libucrt:lcidtoname_downlevel.obj + 0002:0000fd24 ??_C@_1O@IMNBEMCI@?$AAs?$AAm?$AAj?$AA?9?$AAS?$AAE@ 10098d24 libucrt:lcidtoname_downlevel.obj + 0002:0000fd34 ??_C@_1M@DHHMBNDP@?$AAa?$AAr?$AA?9?$AAM?$AAA@ 10098d34 libucrt:lcidtoname_downlevel.obj + 0002:0000fd40 ??_C@_1M@BNBLJCGH@?$AAe?$AAn?$AA?9?$AAI?$AAE@ 10098d40 libucrt:lcidtoname_downlevel.obj + 0002:0000fd4c ??_C@_1M@GEPAFMDL@?$AAe?$AAs?$AA?9?$AAP?$AAA@ 10098d4c libucrt:lcidtoname_downlevel.obj + 0002:0000fd58 ??_C@_1M@OJONDMDL@?$AAf?$AAr?$AA?9?$AAM?$AAC@ 10098d58 libucrt:lcidtoname_downlevel.obj + 0002:0000fd64 ??_C@_1BG@OBCNFJB@?$AAs?$AAr?$AA?9?$AAB?$AAA?$AA?9?$AAL?$AAa?$AAt?$AAn@ 10098d64 libucrt:lcidtoname_downlevel.obj + 0002:0000fd7c ??_C@_1O@KEMEEGPO@?$AAs?$AAm?$AAa?$AA?9?$AAN?$AAO@ 10098d7c libucrt:lcidtoname_downlevel.obj + 0002:0000fd8c ??_C@_1M@ELMGFODK@?$AAa?$AAr?$AA?9?$AAT?$AAN@ 10098d8c libucrt:lcidtoname_downlevel.obj + 0002:0000fd98 ??_C@_1M@BHDLHFAF@?$AAe?$AAn?$AA?9?$AAZ?$AAA@ 10098d98 libucrt:lcidtoname_downlevel.obj + 0002:0000fda4 ??_C@_1M@BMGIGLIF@?$AAe?$AAs?$AA?9?$AAD?$AAO@ 10098da4 libucrt:lcidtoname_downlevel.obj + 0002:0000fdb0 ??_C@_1BG@CMBHIPBE@?$AAs?$AAr?$AA?9?$AAB?$AAA?$AA?9?$AAC?$AAy?$AAr?$AAl@ 10098db0 libucrt:lcidtoname_downlevel.obj + 0002:0000fdc8 ??_C@_1O@HEDBLHNP@?$AAs?$AAm?$AAa?$AA?9?$AAS?$AAE@ 10098dc8 libucrt:lcidtoname_downlevel.obj + 0002:0000fdd8 ??_C@_1M@DAGCADIM@?$AAa?$AAr?$AA?9?$AAO?$AAM@ 10098dd8 libucrt:lcidtoname_downlevel.obj + 0002:0000fde4 ??_C@_1M@FODLMICG@?$AAe?$AAn?$AA?9?$AAJ?$AAM@ 10098de4 libucrt:lcidtoname_downlevel.obj + 0002:0000fdf0 ??_C@_1M@DNMLCIHB@?$AAe?$AAs?$AA?9?$AAV?$AAE@ 10098df0 libucrt:lcidtoname_downlevel.obj + 0002:0000fdfc ??_C@_1O@EOKHMKJK@?$AAs?$AAm?$AAs?$AA?9?$AAF?$AAI@ 10098dfc libucrt:lcidtoname_downlevel.obj + 0002:0000fe0c ??_C@_1M@CAFJMKOF@?$AAa?$AAr?$AA?9?$AAY?$AAE@ 10098e0c libucrt:lcidtoname_downlevel.obj + 0002:0000fe18 ??_C@_1M@CBFHIJLI@?$AAe?$AAn?$AA?9?$AAC?$AAB@ 10098e18 libucrt:lcidtoname_downlevel.obj + 0002:0000fe24 ??_C@_1M@BGNFLDN@?$AAe?$AAs?$AA?9?$AAC?$AAO@ 10098e24 libucrt:lcidtoname_downlevel.obj + 0002:0000fe30 ??_C@_1O@JMPHMAMC@?$AAs?$AAm?$AAn?$AA?9?$AAF?$AAI@ 10098e30 libucrt:lcidtoname_downlevel.obj + 0002:0000fe40 ??_C@_1M@JLANABKE@?$AAa?$AAr?$AA?9?$AAS?$AAY@ 10098e40 libucrt:lcidtoname_downlevel.obj + 0002:0000fe4c ??_C@_1M@HPKGCFGN@?$AAe?$AAn?$AA?9?$AAB?$AAZ@ 10098e4c libucrt:lcidtoname_downlevel.obj + 0002:0000fe58 ??_C@_1M@OLJCMLGM@?$AAe?$AAs?$AA?9?$AAP?$AAE@ 10098e58 libucrt:lcidtoname_downlevel.obj + 0002:0000fe64 ??_C@_1M@MKKGFKLE@?$AAa?$AAr?$AA?9?$AAJ?$AAO@ 10098e64 libucrt:lcidtoname_downlevel.obj + 0002:0000fe70 ??_C@_1M@EKPGLDNI@?$AAe?$AAn?$AA?9?$AAT?$AAT@ 10098e70 libucrt:lcidtoname_downlevel.obj + 0002:0000fe7c ??_C@_1M@OONGHFHE@?$AAe?$AAs?$AA?9?$AAA?$AAR@ 10098e7c libucrt:lcidtoname_downlevel.obj + 0002:0000fe88 ??_C@_1M@OOJFGBHE@?$AAa?$AAr?$AA?9?$AAL?$AAB@ 10098e88 libucrt:lcidtoname_downlevel.obj + 0002:0000fe94 ??_C@_1M@GCEJHNEG@?$AAe?$AAn?$AA?9?$AAZ?$AAW@ 10098e94 libucrt:lcidtoname_downlevel.obj + 0002:0000fea0 ??_C@_1M@JNOCAHJI@?$AAe?$AAs?$AA?9?$AAE?$AAC@ 10098ea0 libucrt:lcidtoname_downlevel.obj + 0002:0000feac ??_C@_1M@JEFHPGGB@?$AAa?$AAr?$AA?9?$AAK?$AAW@ 10098eac libucrt:lcidtoname_downlevel.obj + 0002:0000feb8 ??_C@_1M@MLKIBJOJ@?$AAe?$AAn?$AA?9?$AAP?$AAH@ 10098eb8 libucrt:lcidtoname_downlevel.obj + 0002:0000fec4 ??_C@_1M@BDNIPEND@?$AAe?$AAs?$AA?9?$AAC?$AAL@ 10098ec4 libucrt:lcidtoname_downlevel.obj + 0002:0000fed0 ??_C@_1M@MPNMEKBD@?$AAa?$AAr?$AA?9?$AAA?$AAE@ 10098ed0 libucrt:lcidtoname_downlevel.obj + 0002:0000fedc ??_C@_1M@KBJALCPI@?$AAe?$AAs?$AA?9?$AAU?$AAY@ 10098edc libucrt:lcidtoname_downlevel.obj + 0002:0000fee8 ??_C@_1M@LLCCOAGA@?$AAa?$AAr?$AA?9?$AAB?$AAH@ 10098ee8 libucrt:lcidtoname_downlevel.obj + 0002:0000fef4 ??_C@_1M@PBFNCDEL@?$AAe?$AAs?$AA?9?$AAP?$AAY@ 10098ef4 libucrt:lcidtoname_downlevel.obj + 0002:0000ff00 ??_C@_1M@EDGINPNP@?$AAa?$AAr?$AA?9?$AAQ?$AAA@ 10098f00 libucrt:lcidtoname_downlevel.obj + 0002:0000ff0c ??_C@_1M@MKDBIIJI@?$AAe?$AAs?$AA?9?$AAB?$AAO@ 10098f0c libucrt:lcidtoname_downlevel.obj + 0002:0000ff18 ??_C@_1M@CPKKEBLD@?$AAe?$AAs?$AA?9?$AAS?$AAV@ 10098f18 libucrt:lcidtoname_downlevel.obj + 0002:0000ff24 ??_C@_1M@NDBGMMJL@?$AAe?$AAs?$AA?9?$AAH?$AAN@ 10098f24 libucrt:lcidtoname_downlevel.obj + 0002:0000ff30 ??_C@_1M@JIJIBHDP@?$AAe?$AAs?$AA?9?$AAN?$AAI@ 10098f30 libucrt:lcidtoname_downlevel.obj + 0002:0000ff3c ??_C@_1M@CGFMKEEK@?$AAe?$AAs?$AA?9?$AAP?$AAR@ 10098f3c libucrt:lcidtoname_downlevel.obj + 0002:0000ff48 ??_C@_1O@ICJHKIIK@?$AAz?$AAh?$AA?9?$AAC?$AAH?$AAT@ 10098f48 libucrt:lcidtoname_downlevel.obj + 0002:0000ff58 ??_C@_15CLNEJCE@?$AAs?$AAr@ 10098f58 libucrt:lcidtoname_downlevel.obj + 0002:00010680 ??_C@_1M@KAHEKEIG@?$AAa?$AAf?$AA?9?$AAz?$AAa@ 10099680 libucrt:lcidtoname_downlevel.obj + 0002:0001068c ??_C@_1M@GIECOABL@?$AAa?$AAr?$AA?9?$AAa?$AAe@ 1009968c libucrt:lcidtoname_downlevel.obj + 0002:00010698 ??_C@_1M@BMLMEKGI@?$AAa?$AAr?$AA?9?$AAb?$AAh@ 10099698 libucrt:lcidtoname_downlevel.obj + 0002:000106a4 ??_C@_1M@DAPFDGGB@?$AAa?$AAr?$AA?9?$AAd?$AAz@ 100996a4 libucrt:lcidtoname_downlevel.obj + 0002:000106b0 ??_C@_1M@FJNKGKIG@?$AAa?$AAr?$AA?9?$AAe?$AAg@ 100996b0 libucrt:lcidtoname_downlevel.obj + 0002:000106bc ??_C@_1M@FLGKKCLO@?$AAa?$AAr?$AA?9?$AAi?$AAq@ 100996bc libucrt:lcidtoname_downlevel.obj + 0002:000106c8 ??_C@_1M@GNDIPALM@?$AAa?$AAr?$AA?9?$AAj?$AAo@ 100996c8 libucrt:lcidtoname_downlevel.obj + 0002:000106d4 ??_C@_1M@DDMJFMGJ@?$AAa?$AAr?$AA?9?$AAk?$AAw@ 100996d4 libucrt:lcidtoname_downlevel.obj + 0002:000106e0 ??_C@_1M@EJALMLHM@?$AAa?$AAr?$AA?9?$AAl?$AAb@ 100996e0 libucrt:lcidtoname_downlevel.obj + 0002:000106ec ??_C@_1M@MOBDBLOC@?$AAa?$AAr?$AA?9?$AAl?$AAy@ 100996ec libucrt:lcidtoname_downlevel.obj + 0002:000106f8 ??_C@_1M@JAOCLHDH@?$AAa?$AAr?$AA?9?$AAm?$AAa@ 100996f8 libucrt:lcidtoname_downlevel.obj + 0002:00010704 ??_C@_1M@JHPMKJIE@?$AAa?$AAr?$AA?9?$AAo?$AAm@ 10099704 libucrt:lcidtoname_downlevel.obj + 0002:00010710 ??_C@_1M@OEPGHFNH@?$AAa?$AAr?$AA?9?$AAq?$AAa@ 10099710 libucrt:lcidtoname_downlevel.obj + 0002:0001071c ??_C@_1M@KJDONENM@?$AAa?$AAr?$AA?9?$AAs?$AAa@ 1009971c libucrt:lcidtoname_downlevel.obj + 0002:00010728 ??_C@_1M@DMJDKLKM@?$AAa?$AAr?$AA?9?$AAs?$AAy@ 10099728 libucrt:lcidtoname_downlevel.obj + 0002:00010734 ??_C@_1M@OMFIPEDC@?$AAa?$AAr?$AA?9?$AAt?$AAn@ 10099734 libucrt:lcidtoname_downlevel.obj + 0002:00010740 ??_C@_1M@IHMHGAON@?$AAa?$AAr?$AA?9?$AAy?$AAe@ 10099740 libucrt:lcidtoname_downlevel.obj + 0002:0001074c ??_C@_1BG@KDCPGJGB@?$AAa?$AAz?$AA?9?$AAa?$AAz?$AA?9?$AAc?$AAy?$AAr?$AAl@ 1009974c libucrt:lcidtoname_downlevel.obj + 0002:00010764 ??_C@_1BG@IBCKDDOE@?$AAa?$AAz?$AA?9?$AAa?$AAz?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10099764 libucrt:lcidtoname_downlevel.obj + 0002:0001077c ??_C@_1M@EGPFDCPD@?$AAb?$AAe?$AA?9?$AAb?$AAy@ 1009977c libucrt:lcidtoname_downlevel.obj + 0002:00010788 ??_C@_1M@PCMGMCGC@?$AAb?$AAg?$AA?9?$AAb?$AAg@ 10099788 libucrt:lcidtoname_downlevel.obj + 0002:00010794 ??_C@_1M@BJBMFGOB@?$AAb?$AAn?$AA?9?$AAi?$AAn@ 10099794 libucrt:lcidtoname_downlevel.obj + 0002:000107a0 ??_C@_1BG@EAKMMACD@?$AAb?$AAs?$AA?9?$AAb?$AAa?$AA?9?$AAl?$AAa?$AAt?$AAn@ 100997a0 libucrt:lcidtoname_downlevel.obj + 0002:000107b8 ??_C@_1M@KGADAODK@?$AAc?$AAa?$AA?9?$AAe?$AAs@ 100997b8 libucrt:lcidtoname_downlevel.obj + 0002:000107c4 ??_C@_1M@COAJPDHI@?$AAc?$AAs?$AA?9?$AAc?$AAz@ 100997c4 libucrt:lcidtoname_downlevel.obj + 0002:000107d0 ??_C@_1M@DHBHFONH@?$AAc?$AAy?$AA?9?$AAg?$AAb@ 100997d0 libucrt:lcidtoname_downlevel.obj + 0002:000107dc ??_C@_1M@IMGKELGA@?$AAd?$AAa?$AA?9?$AAd?$AAk@ 100997dc libucrt:lcidtoname_downlevel.obj + 0002:000107e8 ??_C@_1M@NNDGDNGA@?$AAd?$AAe?$AA?9?$AAa?$AAt@ 100997e8 libucrt:lcidtoname_downlevel.obj + 0002:000107f4 ??_C@_1M@IKDBHEEM@?$AAd?$AAe?$AA?9?$AAc?$AAh@ 100997f4 libucrt:lcidtoname_downlevel.obj + 0002:00010800 ??_C@_1M@GFFOJMCJ@?$AAd?$AAe?$AA?9?$AAd?$AAe@ 10099800 libucrt:lcidtoname_downlevel.obj + 0002:0001080c ??_C@_1M@MDNLKBPM@?$AAd?$AAe?$AA?9?$AAl?$AAi@ 1009980c libucrt:lcidtoname_downlevel.obj + 0002:00010818 ??_C@_1M@NJBEEJNL@?$AAd?$AAe?$AA?9?$AAl?$AAu@ 10099818 libucrt:lcidtoname_downlevel.obj + 0002:00010824 ??_C@_1O@GNNELBAP@?$AAd?$AAi?$AAv?$AA?9?$AAm?$AAv@ 10099824 libucrt:lcidtoname_downlevel.obj + 0002:00010834 ??_C@_1M@EJLEOGAE@?$AAe?$AAl?$AA?9?$AAg?$AAr@ 10099834 libucrt:lcidtoname_downlevel.obj + 0002:00010840 ??_C@_1M@GMPONJN@?$AAe?$AAn?$AA?9?$AAa?$AAu@ 10099840 libucrt:lcidtoname_downlevel.obj + 0002:0001084c ??_C@_1M@NIDIIPGF@?$AAe?$AAn?$AA?9?$AAb?$AAz@ 1009984c libucrt:lcidtoname_downlevel.obj + 0002:00010858 ??_C@_1M@JEHMIMFO@?$AAe?$AAn?$AA?9?$AAc?$AAa@ 10099858 libucrt:lcidtoname_downlevel.obj + 0002:00010864 ??_C@_1M@IGMJCDLA@?$AAe?$AAn?$AA?9?$AAc?$AAb@ 10099864 libucrt:lcidtoname_downlevel.obj + 0002:00010870 ??_C@_1M@BNFIGBKG@?$AAe?$AAn?$AA?9?$AAg?$AAb@ 10099870 libucrt:lcidtoname_downlevel.obj + 0002:0001087c ??_C@_1M@LKIFDIGP@?$AAe?$AAn?$AA?9?$AAi?$AAe@ 1009987c libucrt:lcidtoname_downlevel.obj + 0002:00010888 ??_C@_1M@PJKFGCCO@?$AAe?$AAn?$AA?9?$AAj?$AAm@ 10099888 libucrt:lcidtoname_downlevel.obj + 0002:00010894 ??_C@_1M@KPPKEPBO@?$AAe?$AAn?$AA?9?$AAn?$AAz@ 10099894 libucrt:lcidtoname_downlevel.obj + 0002:000108a0 ??_C@_1M@GMDGLDOB@?$AAe?$AAn?$AA?9?$AAp?$AAh@ 100998a0 libucrt:lcidtoname_downlevel.obj + 0002:000108ac ??_C@_1M@ONGIBJNA@?$AAe?$AAn?$AA?9?$AAt?$AAt@ 100998ac libucrt:lcidtoname_downlevel.obj + 0002:000108b8 ??_C@_1M@LLODPCMM@?$AAe?$AAn?$AA?9?$AAu?$AAs@ 100998b8 libucrt:lcidtoname_downlevel.obj + 0002:000108c4 ??_C@_1M@LAKFNPAN@?$AAe?$AAn?$AA?9?$AAz?$AAa@ 100998c4 libucrt:lcidtoname_downlevel.obj + 0002:000108d0 ??_C@_1M@MFNHNHEO@?$AAe?$AAn?$AA?9?$AAz?$AAw@ 100998d0 libucrt:lcidtoname_downlevel.obj + 0002:000108dc ??_C@_1M@EJEINPHM@?$AAe?$AAs?$AA?9?$AAa?$AAr@ 100998dc libucrt:lcidtoname_downlevel.obj + 0002:000108e8 ??_C@_1M@GNKPCCJA@?$AAe?$AAs?$AA?9?$AAb?$AAo@ 100998e8 libucrt:lcidtoname_downlevel.obj + 0002:000108f4 ??_C@_1M@LEEGFONL@?$AAe?$AAs?$AA?9?$AAc?$AAl@ 100998f4 libucrt:lcidtoname_downlevel.obj + 0002:00010900 ??_C@_1M@KGPDPBDF@?$AAe?$AAs?$AA?9?$AAc?$AAo@ 10099900 libucrt:lcidtoname_downlevel.obj + 0002:0001090c ??_C@_1M@EIAHOHH@?$AAe?$AAs?$AA?9?$AAc?$AAr@ 1009990c libucrt:lcidtoname_downlevel.obj + 0002:00010918 ??_C@_1M@LLPGMBIN@?$AAe?$AAs?$AA?9?$AAd?$AAo@ 10099918 libucrt:lcidtoname_downlevel.obj + 0002:00010924 ??_C@_1M@DKHMKNJA@?$AAe?$AAs?$AA?9?$AAe?$AAc@ 10099924 libucrt:lcidtoname_downlevel.obj + 0002:00010930 ??_C@_1M@GKGFPKAP@?$AAe?$AAs?$AA?9?$AAe?$AAs@ 10099930 libucrt:lcidtoname_downlevel.obj + 0002:0001093c ??_C@_1M@LKHKGDLN@?$AAe?$AAs?$AA?9?$AAg?$AAt@ 1009993c libucrt:lcidtoname_downlevel.obj + 0002:00010948 ??_C@_1M@HEIIGGJD@?$AAe?$AAs?$AA?9?$AAh?$AAn@ 10099948 libucrt:lcidtoname_downlevel.obj + 0002:00010954 ??_C@_1M@FBDHPPGD@?$AAe?$AAs?$AA?9?$AAm?$AAx@ 10099954 libucrt:lcidtoname_downlevel.obj + 0002:00010960 ??_C@_1M@DPAGLNDH@?$AAe?$AAs?$AA?9?$AAn?$AAi@ 10099960 libucrt:lcidtoname_downlevel.obj + 0002:0001096c ??_C@_1M@MDGOPGDD@?$AAe?$AAs?$AA?9?$AAp?$AAa@ 1009996c libucrt:lcidtoname_downlevel.obj + 0002:00010978 ??_C@_1M@EMAMGBGE@?$AAe?$AAs?$AA?9?$AAp?$AAe@ 10099978 libucrt:lcidtoname_downlevel.obj + 0002:00010984 ??_C@_1M@IBMCAOEC@?$AAe?$AAs?$AA?9?$AAp?$AAr@ 10099984 libucrt:lcidtoname_downlevel.obj + 0002:00010990 ??_C@_1M@FGMDIJED@?$AAe?$AAs?$AA?9?$AAp?$AAy@ 10099990 libucrt:lcidtoname_downlevel.obj + 0002:0001099c ??_C@_1M@IIDEOLLL@?$AAe?$AAs?$AA?9?$AAs?$AAv@ 1009999c libucrt:lcidtoname_downlevel.obj + 0002:000109a8 ??_C@_1M@GAOBIPA@?$AAe?$AAs?$AA?9?$AAu?$AAy@ 100999a8 libucrt:lcidtoname_downlevel.obj + 0002:000109b4 ??_C@_1M@JKFFICHJ@?$AAe?$AAs?$AA?9?$AAv?$AAe@ 100999b4 libucrt:lcidtoname_downlevel.obj + 0002:000109c0 ??_C@_1M@PNMLOJDF@?$AAe?$AAt?$AA?9?$AAe?$AAe@ 100999c0 libucrt:lcidtoname_downlevel.obj + 0002:000109cc ??_C@_1M@GHHLIKEI@?$AAe?$AAu?$AA?9?$AAe?$AAs@ 100999cc libucrt:lcidtoname_downlevel.obj + 0002:000109d8 ??_C@_1M@PBNONODE@?$AAf?$AAa?$AA?9?$AAi?$AAr@ 100999d8 libucrt:lcidtoname_downlevel.obj + 0002:000109e4 ??_C@_1M@JEEHPMIL@?$AAf?$AAi?$AA?9?$AAf?$AAi@ 100999e4 libucrt:lcidtoname_downlevel.obj + 0002:000109f0 ??_C@_1M@LMDCNDBA@?$AAf?$AAo?$AA?9?$AAf?$AAo@ 100999f0 libucrt:lcidtoname_downlevel.obj + 0002:000109fc ??_C@_1M@JKEOHLDK@?$AAf?$AAr?$AA?9?$AAb?$AAe@ 100999fc libucrt:lcidtoname_downlevel.obj + 0002:00010a08 ??_C@_1M@NOHADPMI@?$AAf?$AAr?$AA?9?$AAc?$AAa@ 10099a08 libucrt:lcidtoname_downlevel.obj + 0002:00010a14 ??_C@_1M@KDHIHAEC@?$AAf?$AAr?$AA?9?$AAc?$AAh@ 10099a14 libucrt:lcidtoname_downlevel.obj + 0002:00010a20 ??_C@_1M@MMBBFGAK@?$AAf?$AAr?$AA?9?$AAf?$AAr@ 10099a20 libucrt:lcidtoname_downlevel.obj + 0002:00010a2c ??_C@_1M@PAFNENNF@?$AAf?$AAr?$AA?9?$AAl?$AAu@ 10099a2c libucrt:lcidtoname_downlevel.obj + 0002:00010a38 ??_C@_1M@EOHDJGDD@?$AAf?$AAr?$AA?9?$AAm?$AAc@ 10099a38 libucrt:lcidtoname_downlevel.obj + 0002:00010a44 ??_C@_1M@FAPLLOPF@?$AAg?$AAl?$AA?9?$AAe?$AAs@ 10099a44 libucrt:lcidtoname_downlevel.obj + 0002:00010a50 ??_C@_1M@FOPBFLOO@?$AAg?$AAu?$AA?9?$AAi?$AAn@ 10099a50 libucrt:lcidtoname_downlevel.obj + 0002:00010a5c ??_C@_1M@KBMCINPM@?$AAh?$AAe?$AA?9?$AAi?$AAl@ 10099a5c libucrt:lcidtoname_downlevel.obj + 0002:00010a68 ??_C@_1M@BBPHKFPJ@?$AAh?$AAi?$AA?9?$AAi?$AAn@ 10099a68 libucrt:lcidtoname_downlevel.obj + 0002:00010a74 ??_C@_1M@PMBNDPHD@?$AAh?$AAr?$AA?9?$AAb?$AAa@ 10099a74 libucrt:lcidtoname_downlevel.obj + 0002:00010a80 ??_C@_1M@BPCKOEGE@?$AAh?$AAr?$AA?9?$AAh?$AAr@ 10099a80 libucrt:lcidtoname_downlevel.obj + 0002:00010a8c ??_C@_1M@GACBMHKE@?$AAh?$AAu?$AA?9?$AAh?$AAu@ 10099a8c libucrt:lcidtoname_downlevel.obj + 0002:00010a98 ??_C@_1M@MILPAJJC@?$AAh?$AAy?$AA?9?$AAa?$AAm@ 10099a98 libucrt:lcidtoname_downlevel.obj + 0002:00010aa4 ??_C@_1M@BABBICEC@?$AAi?$AAd?$AA?9?$AAi?$AAd@ 10099aa4 libucrt:lcidtoname_downlevel.obj + 0002:00010ab0 ??_C@_1M@BIKNHHPF@?$AAi?$AAs?$AA?9?$AAi?$AAs@ 10099ab0 libucrt:lcidtoname_downlevel.obj + 0002:00010abc ??_C@_1M@NMPCJPHE@?$AAi?$AAt?$AA?9?$AAc?$AAh@ 10099abc libucrt:lcidtoname_downlevel.obj + 0002:00010ac8 ??_C@_1M@GHKGFEDF@?$AAi?$AAt?$AA?9?$AAi?$AAt@ 10099ac8 libucrt:lcidtoname_downlevel.obj + 0002:00010ad4 ??_C@_1M@NIEJCJJA@?$AAj?$AAa?$AA?9?$AAj?$AAp@ 10099ad4 libucrt:lcidtoname_downlevel.obj + 0002:00010ae0 ??_C@_1M@JILFNBIM@?$AAk?$AAa?$AA?9?$AAg?$AAe@ 10099ae0 libucrt:lcidtoname_downlevel.obj + 0002:00010aec ??_C@_1M@PACPMGPH@?$AAk?$AAk?$AA?9?$AAk?$AAz@ 10099aec libucrt:lcidtoname_downlevel.obj + 0002:00010af8 ??_C@_1M@IELFGMHA@?$AAk?$AAn?$AA?9?$AAi?$AAn@ 10099af8 libucrt:lcidtoname_downlevel.obj + 0002:00010b04 ??_C@_1O@IBBJHCH@?$AAk?$AAo?$AAk?$AA?9?$AAi?$AAn@ 10099b04 libucrt:lcidtoname_downlevel.obj + 0002:00010b14 ??_C@_1M@DMHAEOGC@?$AAk?$AAo?$AA?9?$AAk?$AAr@ 10099b14 libucrt:lcidtoname_downlevel.obj + 0002:00010b20 ??_C@_1M@HBAHBIGA@?$AAk?$AAy?$AA?9?$AAk?$AAg@ 10099b20 libucrt:lcidtoname_downlevel.obj + 0002:00010b2c ??_C@_1M@KPMILCJG@?$AAl?$AAt?$AA?9?$AAl?$AAt@ 10099b2c libucrt:lcidtoname_downlevel.obj + 0002:00010b38 ??_C@_1M@BDEKKCA@?$AAl?$AAv?$AA?9?$AAl?$AAv@ 10099b38 libucrt:lcidtoname_downlevel.obj + 0002:00010b44 ??_C@_1M@ELCKCCJJ@?$AAm?$AAi?$AA?9?$AAn?$AAz@ 10099b44 libucrt:lcidtoname_downlevel.obj + 0002:00010b50 ??_C@_1M@CBOOLAPA@?$AAm?$AAk?$AA?9?$AAm?$AAk@ 10099b50 libucrt:lcidtoname_downlevel.obj + 0002:00010b5c ??_C@_1M@GPHNBJKN@?$AAm?$AAl?$AA?9?$AAi?$AAn@ 10099b5c libucrt:lcidtoname_downlevel.obj + 0002:00010b68 ??_C@_1M@PABJILIG@?$AAm?$AAn?$AA?9?$AAm?$AAn@ 10099b68 libucrt:lcidtoname_downlevel.obj + 0002:00010b74 ??_C@_1M@FGBKKIPG@?$AAm?$AAr?$AA?9?$AAi?$AAn@ 10099b74 libucrt:lcidtoname_downlevel.obj + 0002:00010b80 ??_C@_1M@NDBPDDAL@?$AAm?$AAs?$AA?9?$AAb?$AAn@ 10099b80 libucrt:lcidtoname_downlevel.obj + 0002:00010b8c ??_C@_1M@OPIHOOPI@?$AAm?$AAs?$AA?9?$AAm?$AAy@ 10099b8c libucrt:lcidtoname_downlevel.obj + 0002:00010b98 ??_C@_1M@PPDBCNFM@?$AAm?$AAt?$AA?9?$AAm?$AAt@ 10099b98 libucrt:lcidtoname_downlevel.obj + 0002:00010ba4 ??_C@_1M@KDJDKMDD@?$AAn?$AAb?$AA?9?$AAn?$AAo@ 10099ba4 libucrt:lcidtoname_downlevel.obj + 0002:00010bb0 ??_C@_1M@KFCFLMJP@?$AAn?$AAl?$AA?9?$AAb?$AAe@ 10099bb0 libucrt:lcidtoname_downlevel.obj + 0002:00010bbc ??_C@_1M@KPOPDDGO@?$AAn?$AAl?$AA?9?$AAn?$AAl@ 10099bbc libucrt:lcidtoname_downlevel.obj + 0002:00010bc8 ??_C@_1M@LJKPEMLN@?$AAn?$AAn?$AA?9?$AAn?$AAo@ 10099bc8 libucrt:lcidtoname_downlevel.obj + 0002:00010bd4 ??_C@_1M@BDGHHBFL@?$AAn?$AAs?$AA?9?$AAz?$AAa@ 10099bd4 libucrt:lcidtoname_downlevel.obj + 0002:00010be0 ??_C@_1M@IDEHOAP@?$AAp?$AAa?$AA?9?$AAi?$AAn@ 10099be0 libucrt:lcidtoname_downlevel.obj + 0002:00010bec ??_C@_1M@HDBKGOGH@?$AAp?$AAl?$AA?9?$AAp?$AAl@ 10099bec libucrt:lcidtoname_downlevel.obj + 0002:00010bf8 ??_C@_1M@LJLLCMEH@?$AAp?$AAt?$AA?9?$AAb?$AAr@ 10099bf8 libucrt:lcidtoname_downlevel.obj + 0002:00010c04 ??_C@_1M@NCMONAAL@?$AAp?$AAt?$AA?9?$AAp?$AAt@ 10099c04 libucrt:lcidtoname_downlevel.obj + 0002:00010c10 ??_C@_1O@EAKMAJDN@?$AAq?$AAu?$AAz?$AA?9?$AAb?$AAo@ 10099c10 libucrt:lcidtoname_downlevel.obj + 0002:00010c20 ??_C@_1O@BHHPIGDN@?$AAq?$AAu?$AAz?$AA?9?$AAe?$AAc@ 10099c20 libucrt:lcidtoname_downlevel.obj + 0002:00010c30 ??_C@_1O@GBAPEKMJ@?$AAq?$AAu?$AAz?$AA?9?$AAp?$AAe@ 10099c30 libucrt:lcidtoname_downlevel.obj + 0002:00010c40 ??_C@_1M@CLGLEFBO@?$AAr?$AAo?$AA?9?$AAr?$AAo@ 10099c40 libucrt:lcidtoname_downlevel.obj + 0002:00010c4c ??_C@_1M@CEEDODME@?$AAr?$AAu?$AA?9?$AAr?$AAu@ 10099c4c libucrt:lcidtoname_downlevel.obj + 0002:00010c58 ??_C@_1M@HPKKKMPP@?$AAs?$AAa?$AA?9?$AAi?$AAn@ 10099c58 libucrt:lcidtoname_downlevel.obj + 0002:00010c64 ??_C@_1M@BKMAIGOJ@?$AAs?$AAe?$AA?9?$AAf?$AAi@ 10099c64 libucrt:lcidtoname_downlevel.obj + 0002:00010c70 ??_C@_1M@NDPIFLFI@?$AAs?$AAe?$AA?9?$AAn?$AAo@ 10099c70 libucrt:lcidtoname_downlevel.obj + 0002:00010c7c ??_C@_1M@DANKKHJ@?$AAs?$AAe?$AA?9?$AAs?$AAe@ 10099c7c libucrt:lcidtoname_downlevel.obj + 0002:00010c88 ??_C@_1M@PNBLONPJ@?$AAs?$AAk?$AA?9?$AAs?$AAk@ 10099c88 libucrt:lcidtoname_downlevel.obj + 0002:00010c94 ??_C@_1M@LFMODOAL@?$AAs?$AAl?$AA?9?$AAs?$AAi@ 10099c94 libucrt:lcidtoname_downlevel.obj + 0002:00010ca0 ??_C@_1O@DFKOMPG@?$AAs?$AAm?$AAa?$AA?9?$AAn?$AAo@ 10099ca0 libucrt:lcidtoname_downlevel.obj + 0002:00010cb0 ??_C@_1O@NDKPBNNH@?$AAs?$AAm?$AAa?$AA?9?$AAs?$AAe@ 10099cb0 libucrt:lcidtoname_downlevel.obj + 0002:00010cc0 ??_C@_1O@PLLKBHAB@?$AAs?$AAm?$AAj?$AA?9?$AAn?$AAo@ 10099cc0 libucrt:lcidtoname_downlevel.obj + 0002:00010cd0 ??_C@_1O@CLEPOGCA@?$AAs?$AAm?$AAj?$AA?9?$AAs?$AAe@ 10099cd0 libucrt:lcidtoname_downlevel.obj + 0002:00010ce0 ??_C@_1O@DLGJGKMK@?$AAs?$AAm?$AAn?$AA?9?$AAf?$AAi@ 10099ce0 libucrt:lcidtoname_downlevel.obj + 0002:00010cf0 ??_C@_1O@OJDJGAJC@?$AAs?$AAm?$AAs?$AA?9?$AAf?$AAi@ 10099cf0 libucrt:lcidtoname_downlevel.obj + 0002:00010d00 ??_C@_1M@BOFOGHPB@?$AAs?$AAq?$AA?9?$AAa?$AAl@ 10099d00 libucrt:lcidtoname_downlevel.obj + 0002:00010d0c ??_C@_1BG@LJBBIPGB@?$AAs?$AAr?$AA?9?$AAb?$AAa?$AA?9?$AAc?$AAy?$AAr?$AAl@ 10099d0c libucrt:lcidtoname_downlevel.obj + 0002:00010d24 ??_C@_1BG@JLBENFOE@?$AAs?$AAr?$AA?9?$AAb?$AAa?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10099d24 libucrt:lcidtoname_downlevel.obj + 0002:00010d3c ??_C@_1BG@KODPNHE@?$AAs?$AAr?$AA?9?$AAs?$AAp?$AA?9?$AAc?$AAy?$AAr?$AAl@ 10099d3c libucrt:lcidtoname_downlevel.obj + 0002:00010d54 ??_C@_1BG@CIOGKHPB@?$AAs?$AAr?$AA?9?$AAs?$AAp?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10099d54 libucrt:lcidtoname_downlevel.obj + 0002:00010d6c ??_C@_1M@NGFJLMAC@?$AAs?$AAv?$AA?9?$AAf?$AAi@ 10099d6c libucrt:lcidtoname_downlevel.obj + 0002:00010d78 ??_C@_1M@MPJEJAJC@?$AAs?$AAv?$AA?9?$AAs?$AAe@ 10099d78 libucrt:lcidtoname_downlevel.obj + 0002:00010d84 ??_C@_1M@MPNDHLFK@?$AAs?$AAw?$AA?9?$AAk?$AAe@ 10099d84 libucrt:lcidtoname_downlevel.obj + 0002:00010d90 ??_C@_1O@KOHBJJI@?$AAs?$AAy?$AAr?$AA?9?$AAs?$AAy@ 10099d90 libucrt:lcidtoname_downlevel.obj + 0002:00010da0 ??_C@_1M@LDCEFHA@?$AAt?$AAa?$AA?9?$AAi?$AAn@ 10099da0 libucrt:lcidtoname_downlevel.obj + 0002:00010dac ??_C@_1M@CNJOFAK@?$AAt?$AAe?$AA?9?$AAi?$AAn@ 10099dac libucrt:lcidtoname_downlevel.obj + 0002:00010db8 ??_C@_1M@GNAECACD@?$AAt?$AAh?$AA?9?$AAt?$AAh@ 10099db8 libucrt:lcidtoname_downlevel.obj + 0002:00010dc4 ??_C@_1M@CHBIHOJO@?$AAt?$AAn?$AA?9?$AAz?$AAa@ 10099dc4 libucrt:lcidtoname_downlevel.obj + 0002:00010dd0 ??_C@_1M@GCCMIGPJ@?$AAt?$AAr?$AA?9?$AAt?$AAr@ 10099dd0 libucrt:lcidtoname_downlevel.obj + 0002:00010ddc ??_C@_1M@CELMCNBK@?$AAt?$AAt?$AA?9?$AAr?$AAu@ 10099ddc libucrt:lcidtoname_downlevel.obj + 0002:00010de8 ??_C@_1M@KLMCELGA@?$AAu?$AAk?$AA?9?$AAu?$AAa@ 10099de8 libucrt:lcidtoname_downlevel.obj + 0002:00010df4 ??_C@_1M@EPAJJAJF@?$AAu?$AAr?$AA?9?$AAp?$AAk@ 10099df4 libucrt:lcidtoname_downlevel.obj + 0002:00010e00 ??_C@_1BG@GEGPMCDJ@?$AAu?$AAz?$AA?9?$AAu?$AAz?$AA?9?$AAc?$AAy?$AAr?$AAl@ 10099e00 libucrt:lcidtoname_downlevel.obj + 0002:00010e18 ??_C@_1BG@EGGKJILM@?$AAu?$AAz?$AA?9?$AAu?$AAz?$AA?9?$AAl?$AAa?$AAt?$AAn@ 10099e18 libucrt:lcidtoname_downlevel.obj + 0002:00010e30 ??_C@_1M@GFOCLFF@?$AAv?$AAi?$AA?9?$AAv?$AAn@ 10099e30 libucrt:lcidtoname_downlevel.obj + 0002:00010e3c ??_C@_1M@CPAMEDFI@?$AAx?$AAh?$AA?9?$AAz?$AAa@ 10099e3c libucrt:lcidtoname_downlevel.obj + 0002:00010e48 ??_C@_1O@EBKIFIGN@?$AAz?$AAh?$AA?9?$AAc?$AAh?$AAs@ 10099e48 libucrt:lcidtoname_downlevel.obj + 0002:00010e58 ??_C@_1O@NMHPGANE@?$AAz?$AAh?$AA?9?$AAc?$AAh?$AAt@ 10099e58 libucrt:lcidtoname_downlevel.obj + 0002:00010e68 ??_C@_1M@LPINJOMC@?$AAz?$AAh?$AA?9?$AAc?$AAn@ 10099e68 libucrt:lcidtoname_downlevel.obj + 0002:00010e74 ??_C@_1M@OCJEJODD@?$AAz?$AAh?$AA?9?$AAh?$AAk@ 10099e74 libucrt:lcidtoname_downlevel.obj + 0002:00010e80 ??_C@_1M@DNDLJINH@?$AAz?$AAh?$AA?9?$AAm?$AAo@ 10099e80 libucrt:lcidtoname_downlevel.obj + 0002:00010e8c ??_C@_1M@MBFDNDND@?$AAz?$AAh?$AA?9?$AAs?$AAg@ 10099e8c libucrt:lcidtoname_downlevel.obj + 0002:00010e98 ??_C@_1M@IMEPLEPE@?$AAz?$AAh?$AA?9?$AAt?$AAw@ 10099e98 libucrt:lcidtoname_downlevel.obj + 0002:00010ea4 ??_C@_1M@BBGHNHJP@?$AAz?$AAu?$AA?9?$AAz?$AAa@ 10099ea4 libucrt:lcidtoname_downlevel.obj + 0002:00010eb0 ??_C@_01GBGANLPD@0@ 10099eb0 libucrt:cfout.obj + 0002:00010eb4 ??_C@_05DNEBIAHO@1?$CDINF@ 10099eb4 libucrt:cfout.obj + 0002:00010ebc ??_C@_06IMKFLFPG@1?$CDQNAN@ 10099ebc libucrt:cfout.obj + 0002:00010ec4 ??_C@_06PGGFOGJG@1?$CDSNAN@ 10099ec4 libucrt:cfout.obj + 0002:00010ecc ??_C@_05PHHOCPM@1?$CDIND@ 10099ecc libucrt:cfout.obj + 0002:00010ed4 __days 10099ed4 libucrt:days.obj + 0002:00010f08 __lpdays 10099f08 libucrt:days.obj + 0002:00010f48 __DEFAULT_CW_in_mem 10099f48 libucrt:common.obj + 0002:00010f4a __pi_by_2_to_61 10099f4a libucrt:common.obj + 0002:00010f98 ??_C@_1BA@BALFACEM@?$AAC?$AAO?$AAN?$AAO?$AAU?$AAT?$AA$@ 10099f98 libucrt:initcon.obj + 0002:00010fc0 __indefinite 10099fc0 libucrt:87disp.obj + 0002:00010fca __piby2 10099fca libucrt:87disp.obj + 0002:00010fd4 __piby4 10099fd4 libucrt:87disp.obj + 0002:00011100 __infinity 1009a100 libucrt:87tran.obj + 0002:0001110a __minfinity 1009a10a libucrt:87tran.obj + 0002:00011114 __logemax 1009a114 libucrt:87tran.obj + 0002:0001113a __OP_EXPjmptab 1009a13a libucrt:87tran.obj + 0002:00011160 ___acrt_log10_table_t 1009a160 libucrt:log10_tables.obj + 0002:00011570 ___acrt_log10_table_cb 1009a570 libucrt:log10_tables.obj + 0002:00011980 __real@3fe0000000000000 1009a980 libucrt:powhlp.obj + 0002:0001198c ??_7bad_function_call@std@@6B@ 1009a98c libcpmt:xthrow.obj + 0002:00011994 ??_C@_0BC@DPJNKNAF@bad?5function?5call@ 1009a994 libcpmt:xthrow.obj + 0002:000119ac ??_7logic_error@std@@6B@ 1009a9ac libcpmt:xthrow.obj + 0002:000119b8 ??_7invalid_argument@std@@6B@ 1009a9b8 libcpmt:xthrow.obj + 0002:000119c4 ??_7length_error@std@@6B@ 1009a9c4 libcpmt:xthrow.obj + 0002:000119d0 ??_7out_of_range@std@@6B@ 1009a9d0 libcpmt:xthrow.obj + 0002:00011ef0 ??_C@_07IPNMCAN@success@ 1009aef0 libcpmt:syserror.obj + 0002:00011ef8 ??_C@_0BN@LKKBCCDB@address?5family?5not?5supported@ 1009aef8 libcpmt:syserror.obj + 0002:00011f18 ??_C@_0P@LDMLAFHI@address?5in?5use@ 1009af18 libcpmt:syserror.obj + 0002:00011f28 ??_C@_0BG@DHPCNBJB@address?5not?5available@ 1009af28 libcpmt:syserror.obj + 0002:00011f40 ??_C@_0BC@DFIBIBIL@already?5connected@ 1009af40 libcpmt:syserror.obj + 0002:00011f54 ??_C@_0BH@CAKOHOMI@argument?5list?5too?5long@ 1009af54 libcpmt:syserror.obj + 0002:00011f6c ??_C@_0BH@CGIMPKIM@argument?5out?5of?5domain@ 1009af6c libcpmt:syserror.obj + 0002:00011f84 ??_C@_0M@KGHGGJGL@bad?5address@ 1009af84 libcpmt:syserror.obj + 0002:00011f90 ??_C@_0BE@MPJPGCEO@bad?5file?5descriptor@ 1009af90 libcpmt:syserror.obj + 0002:00011fa4 ??_C@_0M@PMMIEFCP@bad?5message@ 1009afa4 libcpmt:syserror.obj + 0002:00011fb0 ??_C@_0M@KPHOFDBE@broken?5pipe@ 1009afb0 libcpmt:syserror.obj + 0002:00011fbc ??_C@_0BD@MGNDDEGM@connection?5aborted@ 1009afbc libcpmt:syserror.obj + 0002:00011fd0 ??_C@_0BP@KAIHPOGN@connection?5already?5in?5progress@ 1009afd0 libcpmt:syserror.obj + 0002:00011ff0 ??_C@_0BD@PJLIIJEL@connection?5refused@ 1009aff0 libcpmt:syserror.obj + 0002:00012004 ??_C@_0BB@IECNJNOI@connection?5reset@ 1009b004 libcpmt:syserror.obj + 0002:00012018 ??_C@_0BC@PPHBOELF@cross?5device?5link@ 1009b018 libcpmt:syserror.obj + 0002:0001202c ??_C@_0BN@KDMIFEIP@destination?5address?5required@ 1009b02c libcpmt:syserror.obj + 0002:0001204c ??_C@_0BI@NGCEHDD@device?5or?5resource?5busy@ 1009b04c libcpmt:syserror.obj + 0002:00012064 ??_C@_0BE@JIDOCPHM@directory?5not?5empty@ 1009b064 libcpmt:syserror.obj + 0002:00012078 ??_C@_0BI@BNCLIGPB@executable?5format?5error@ 1009b078 libcpmt:syserror.obj + 0002:00012090 ??_C@_0M@MIDIAGJP@file?5exists@ 1009b090 libcpmt:syserror.obj + 0002:0001209c ??_C@_0P@DNAJLBJK@file?5too?5large@ 1009b09c libcpmt:syserror.obj + 0002:000120ac ??_C@_0BC@EJHOMAAK@filename?5too?5long@ 1009b0ac libcpmt:syserror.obj + 0002:000120c0 ??_C@_0BH@KEFGLDAF@function?5not?5supported@ 1009b0c0 libcpmt:syserror.obj + 0002:000120d8 ??_C@_0BB@DHFDFGDM@host?5unreachable@ 1009b0d8 libcpmt:syserror.obj + 0002:000120ec ??_C@_0BD@JPHBMONG@identifier?5removed@ 1009b0ec libcpmt:syserror.obj + 0002:00012100 ??_C@_0BG@CDNPAGJK@illegal?5byte?5sequence@ 1009b100 libcpmt:syserror.obj + 0002:00012118 ??_C@_0CD@BNPLBMNA@inappropriate?5io?5control?5operat@ 1009b118 libcpmt:syserror.obj + 0002:0001213c ??_C@_0M@EGEKIIMP@interrupted@ 1009b13c libcpmt:syserror.obj + 0002:00012148 ??_C@_0BB@FCMFBGOM@invalid?5argument@ 1009b148 libcpmt:syserror.obj + 0002:0001215c ??_C@_0N@OHAFKDEK@invalid?5seek@ 1009b15c libcpmt:syserror.obj + 0002:0001216c ??_C@_08GLNPIFBN@io?5error@ 1009b16c libcpmt:syserror.obj + 0002:00012178 ??_C@_0P@FLLDBIDK@is?5a?5directory@ 1009b178 libcpmt:syserror.obj + 0002:00012188 ??_C@_0N@IFLPBIOP@message?5size@ 1009b188 libcpmt:syserror.obj + 0002:00012198 ??_C@_0N@KIIEAAIO@network?5down@ 1009b198 libcpmt:syserror.obj + 0002:000121a8 ??_C@_0O@FNPDBHEE@network?5reset@ 1009b1a8 libcpmt:syserror.obj + 0002:000121b8 ??_C@_0BE@IFNCKGE@network?5unreachable@ 1009b1b8 libcpmt:syserror.obj + 0002:000121cc ??_C@_0BA@PFFCAOFK@no?5buffer?5space@ 1009b1cc libcpmt:syserror.obj + 0002:000121dc ??_C@_0BB@IEPBLJHK@no?5child?5process@ 1009b1dc libcpmt:syserror.obj + 0002:000121f0 ??_C@_07PLECNNKG@no?5link@ 1009b1f0 libcpmt:syserror.obj + 0002:000121f8 ??_C@_0BC@NJECKMKE@no?5lock?5available@ 1009b1f8 libcpmt:syserror.obj + 0002:0001220c ??_C@_0BF@PBGGPKKE@no?5message?5available@ 1009b20c libcpmt:syserror.obj + 0002:00012224 ??_C@_0L@EDOLMPAK@no?5message@ 1009b224 libcpmt:syserror.obj + 0002:00012230 ??_C@_0BD@EAMBFIDF@no?5protocol?5option@ 1009b230 libcpmt:syserror.obj + 0002:00012244 ??_C@_0BD@IJDJKDEA@no?5space?5on?5device@ 1009b244 libcpmt:syserror.obj + 0002:00012258 ??_C@_0BE@MKFDAFMP@no?5stream?5resources@ 1009b258 libcpmt:syserror.obj + 0002:0001226c ??_C@_0BK@IMCPHCBI@no?5such?5device?5or?5address@ 1009b26c libcpmt:syserror.obj + 0002:00012288 ??_C@_0P@FDINDDOK@no?5such?5device@ 1009b288 libcpmt:syserror.obj + 0002:00012298 ??_C@_0BK@NDOCBPGE@no?5such?5file?5or?5directory@ 1009b298 libcpmt:syserror.obj + 0002:000122b4 ??_C@_0BA@ENLPPKBN@no?5such?5process@ 1009b2b4 libcpmt:syserror.obj + 0002:000122c4 ??_C@_0BA@DOCPFFJG@not?5a?5directory@ 1009b2c4 libcpmt:syserror.obj + 0002:000122d4 ??_C@_0N@POEIPGGF@not?5a?5socket@ 1009b2d4 libcpmt:syserror.obj + 0002:000122e4 ??_C@_0N@LGAPMMPI@not?5a?5stream@ 1009b2e4 libcpmt:syserror.obj + 0002:000122f4 ??_C@_0O@GLMIBBEG@not?5connected@ 1009b2f4 libcpmt:syserror.obj + 0002:00012304 ??_C@_0BC@ENOOLCNF@not?5enough?5memory@ 1009b304 libcpmt:syserror.obj + 0002:00012318 ??_C@_0O@NHEDABJP@not?5supported@ 1009b318 libcpmt:syserror.obj + 0002:00012328 ??_C@_0BD@MOLBPMEA@operation?5canceled@ 1009b328 libcpmt:syserror.obj + 0002:0001233c ??_C@_0BG@KDKHOPCO@operation?5in?5progress@ 1009b33c libcpmt:syserror.obj + 0002:00012354 ??_C@_0BI@OHIEJAAB@operation?5not?5permitted@ 1009b354 libcpmt:syserror.obj + 0002:0001236c ??_C@_0BI@LNEGIFLN@operation?5not?5supported@ 1009b36c libcpmt:syserror.obj + 0002:00012384 ??_C@_0BG@OEMDKMEE@operation?5would?5block@ 1009b384 libcpmt:syserror.obj + 0002:0001239c ??_C@_0L@BLPOFLNJ@owner?5dead@ 1009b39c libcpmt:syserror.obj + 0002:000123a8 ??_C@_0BC@CIJDGCDI@permission?5denied@ 1009b3a8 libcpmt:syserror.obj + 0002:000123bc ??_C@_0P@FNPOCJBE@protocol?5error@ 1009b3bc libcpmt:syserror.obj + 0002:000123cc ??_C@_0BH@JPPPLHJB@protocol?5not?5supported@ 1009b3cc libcpmt:syserror.obj + 0002:000123e4 ??_C@_0BG@EICBIHDP@read?5only?5file?5system@ 1009b3e4 libcpmt:syserror.obj + 0002:000123fc ??_C@_0BO@BJBOMOEJ@resource?5deadlock?5would?5occur@ 1009b3fc libcpmt:syserror.obj + 0002:0001241c ??_C@_0BP@LKNGHENJ@resource?5unavailable?5try?5again@ 1009b41c libcpmt:syserror.obj + 0002:0001243c ??_C@_0BE@GOIPJJHG@result?5out?5of?5range@ 1009b43c libcpmt:syserror.obj + 0002:00012450 ??_C@_0BG@MPLKFPAE@state?5not?5recoverable@ 1009b450 libcpmt:syserror.obj + 0002:00012468 ??_C@_0P@DIIFGFCG@stream?5timeout@ 1009b468 libcpmt:syserror.obj + 0002:00012478 ??_C@_0P@IPFDMIFL@text?5file?5busy@ 1009b478 libcpmt:syserror.obj + 0002:00012488 ??_C@_09KJPPMAOI@timed?5out@ 1009b488 libcpmt:syserror.obj + 0002:00012494 ??_C@_0BO@HACHBEKI@too?5many?5files?5open?5in?5system@ 1009b494 libcpmt:syserror.obj + 0002:000124b4 ??_C@_0BE@GHAFMPAH@too?5many?5files?5open@ 1009b4b4 libcpmt:syserror.obj + 0002:000124c8 ??_C@_0P@HCOMKFCC@too?5many?5links@ 1009b4c8 libcpmt:syserror.obj + 0002:000124d8 ??_C@_0BO@EFGOJEF@too?5many?5symbolic?5link?5levels@ 1009b4d8 libcpmt:syserror.obj + 0002:000124f8 ??_C@_0BA@KGKGOOJA@value?5too?5large@ 1009b4f8 libcpmt:syserror.obj + 0002:00012508 ??_C@_0BE@MIEJDDNH@wrong?5protocol?5type@ 1009b508 libcpmt:syserror.obj + 0002:0001251c ??_C@_0O@BFJCFAAK@unknown?5error@ 1009b51c libcpmt:syserror.obj + 0002:00012530 ??_7_Locimp@locale@std@@6B@ 1009b530 libcpmt:locale0.obj + 0002:0001253c ??_C@_01GFHCPBMG@C@ 1009b53c libcpmt:locale0.obj + 0002:00012540 ?_BADOFF@std@@3_JB 1009b540 libcpmt:ios.obj + 0002:0001259c ??_C@_01KDCPPGHE@r@ 1009b59c libcpmt:fiopen.obj + 0002:000125a0 ??_C@_01NOFIACDB@w@ 1009b5a0 libcpmt:fiopen.obj + 0002:000125a4 ??_C@_01MCMALHOG@a@ 1009b5a4 libcpmt:fiopen.obj + 0002:000125a8 ??_C@_02JDPG@rb@ 1009b5a8 libcpmt:fiopen.obj + 0002:000125ac ??_C@_02GMLFBBN@wb@ 1009b5ac libcpmt:fiopen.obj + 0002:000125b0 ??_C@_02BOGAIONP@ab@ 1009b5b0 libcpmt:fiopen.obj + 0002:000125b4 ??_C@_02CBLLGHLK@r?$CL@ 1009b5b4 libcpmt:fiopen.obj + 0002:000125b8 ??_C@_02CHHAKFFB@w?$CL@ 1009b5b8 libcpmt:fiopen.obj + 0002:000125bc ??_C@_02DPNLHKJD@a?$CL@ 1009b5bc libcpmt:fiopen.obj + 0002:000125c0 ??_C@_03HMFOOINA@r?$CLb@ 1009b5c0 libcpmt:fiopen.obj + 0002:000125c4 ??_C@_03ELIABIOC@w?$CLb@ 1009b5c4 libcpmt:fiopen.obj + 0002:000125c8 ??_C@_03DOPCBAKB@a?$CLb@ 1009b5c8 libcpmt:fiopen.obj + 0002:000125cc ??_C@_02LGOGKLMG@wx@ 1009b5cc libcpmt:fiopen.obj + 0002:000125d0 ??_C@_03PLKNOCDJ@w?$CLx@ 1009b5d0 libcpmt:fiopen.obj + 0002:000125d4 ??_C@_03IEOGFEHG@wbx@ 1009b5d4 libcpmt:fiopen.obj + 0002:000125d8 ??_C@_04KJKJPALC@w?$CLbx@ 1009b5d8 libcpmt:fiopen.obj + 0002:000126e0 ??_C@_1BK@MGMFAEKH@?$AAk?$AAe?$AAr?$AAn?$AAe?$AAl?$AA3?$AA2?$AA?4?$AAd?$AAl?$AAl@ 1009b6e0 libcpmt:winapisupp.obj + 0002:000126fc ??_C@_0BE@JOGNEJCI@GetCurrentPackageId@ 1009b6fc libcpmt:winapisupp.obj + 0002:000127b4 ??_7type_info@@6B@ 1009b7b4 LIBCMT:std_type_info_static.obj + 0002:000127f0 __pDefaultRawDllMain 1009b7f0 LIBCMT:dll_dllmain.obj + 0002:000127f0 __pRawDllMain 1009b7f0 LIBCMT:dll_dllmain.obj + 0002:00012810 __xmm@00000000000000000000000000000000 1009b810 libvcruntime:wcschr.obj + 0002:000128a0 ?ccs@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 1009b8a0 libucrt:openfile.obj + 0002:000128a4 ?utf8_encoding@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 1009b8a4 libucrt:openfile.obj + 0002:000128ac ?utf16_encoding@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 1009b8ac libucrt:openfile.obj + 0002:000128b4 ?unicode_encoding@?1???$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z@4QBDB 1009b8b4 libucrt:openfile.obj + 0002:000128bb __Asan_string_should_annotate 1009b8bb libcpmt:asan_noop.obj + 0002:000128bb __Asan_string_should_annotate_default 1009b8bb libcpmt:asan_noop.obj + 0002:000128bc __Asan_vector_should_annotate_default 1009b8bc libcpmt:asan_noop.obj + 0002:000128c0 ??_C@_04NOJCDH@?$CF02x?$AA@ 1009b8c0 udis86:udis86.obj + 0002:000128c8 ??_C@_04GOMEICPF@far?5?$AA@ 1009b8c8 udis86:syn-intel.obj + 0002:000128d0 ??_C@_05MAAGGIBB@byte?5?$AA@ 1009b8d0 udis86:syn-intel.obj + 0002:000128d8 ??_C@_05FIBEKMPA@word?5?$AA@ 1009b8d8 udis86:syn-intel.obj + 0002:000128e0 ??_C@_06LEDLKNL@dword?5?$AA@ 1009b8e0 udis86:syn-intel.obj + 0002:000128e8 ??_C@_06DOKFAJLC@qword?5?$AA@ 1009b8e8 udis86:syn-intel.obj + 0002:000128f0 ??_C@_06GMJNCGBF@tword?5?$AA@ 1009b8f0 udis86:syn-intel.obj + 0002:000128f8 ??_C@_06JEEOOCB@oword?5?$AA@ 1009b8f8 udis86:syn-intel.obj + 0002:00012900 ??_C@_06NEKEHNF@yword?5?$AA@ 1009b900 udis86:syn-intel.obj + 0002:00012908 ??_C@_02DKCKIIND@?$CFs?$AA@ 1009b908 udis86:syn-intel.obj + 0002:0001290c ??_C@_01OHGJGJJP@?$FL?$AA@ 1009b90c udis86:syn-intel.obj + 0002:00012910 ??_C@_03DKEJHHJP@?$CFs?3?$AA@ 1009b910 udis86:syn-intel.obj + 0002:00012914 ??_C@_01MIFGBAGJ@?$CL?$AA@ 1009b914 udis86:syn-intel.obj + 0002:00012916 ??_C@_00CNPNBAHC@?$AA@ 1009b916 udis86:syn-intel.obj + 0002:00012918 ??_C@_04HDOCAJNK@?$CFs?$CFs?$AA@ 1009b918 udis86:syn-intel.obj + 0002:00012920 ??_C@_03COCDEFBB@?$CK?$CFd?$AA@ 1009b920 udis86:syn-intel.obj + 0002:00012924 ??_C@_01LBDDMOBJ@?$FN?$AA@ 1009b924 udis86:syn-intel.obj + 0002:00012928 ??_C@_0P@CGOKHBFO@word?50x?$CFx?30x?$CFx?$AA@ 1009b928 udis86:syn-intel.obj + 0002:00012938 ??_C@_0BA@PAPCPIOM@dword?50x?$CFx?30x?$CFx?$AA@ 1009b938 udis86:syn-intel.obj + 0002:00012948 ??_C@_02DPKJAMEF@?$CFd?$AA@ 1009b948 udis86:syn-intel.obj + 0002:0001294c ??_C@_04HCEKKKGN@o32?5?$AA@ 1009b94c udis86:syn-intel.obj + 0002:00012954 ??_C@_04NPEKMKDK@o16?5?$AA@ 1009b954 udis86:syn-intel.obj + 0002:0001295c ??_C@_04MNHKBEAM@a32?5?$AA@ 1009b95c udis86:syn-intel.obj + 0002:00012964 ??_C@_04GAHKHEFL@a16?5?$AA@ 1009b964 udis86:syn-intel.obj + 0002:0001296c ??_C@_03IKGEINEE@?$CFs?5?$AA@ 1009b96c udis86:syn-intel.obj + 0002:00012970 ??_C@_05NCPMCJGP@lock?5?$AA@ 1009b970 udis86:syn-intel.obj + 0002:00012978 ??_C@_04HHECPAIO@rep?5?$AA@ 1009b978 udis86:syn-intel.obj + 0002:00012980 ??_C@_05OJKCIHFO@repe?5?$AA@ 1009b980 udis86:syn-intel.obj + 0002:00012988 ??_C@_06LIOODCPM@repne?5?$AA@ 1009b988 udis86:syn-intel.obj + 0002:00012990 ??_C@_01CLKCMJKC@?5?$AA@ 1009b990 udis86:syn-intel.obj + 0002:00012994 ??_C@_02KEGNLNML@?0?5?$AA@ 1009b994 udis86:syn-intel.obj + 0002:00012998 _ud_mnemonics_str 1009b998 udis86:itab.obj + 0002:000137c8 ??_C@_06KMJLBAPP@opctbl?$AA@ 1009c7c8 udis86:itab.obj + 0002:000137d0 ??_C@_02ODPMDCNK@?1m?$AA@ 1009c7d0 udis86:itab.obj + 0002:000137d4 ??_C@_04NPNKCMIL@?1reg?$AA@ 1009c7d4 udis86:itab.obj + 0002:000137dc ??_C@_04PBBKLNFH@?1mod?$AA@ 1009c7dc udis86:itab.obj + 0002:000137e4 ??_C@_03KBMMDGFP@?1rm?$AA@ 1009c7e4 udis86:itab.obj + 0002:000137e8 ??_C@_07KBMOBFIF@?1vendor?$AA@ 1009c7e8 udis86:itab.obj + 0002:000137f0 ??_C@_06ENDGCOGG@?13dnow?$AA@ 1009c7f0 udis86:itab.obj + 0002:000137f8 ??_C@_04ENPLPGKO@?1sse?$AA@ 1009c7f8 udis86:itab.obj + 0002:00013800 ??_C@_02NBMKFAFI@?1o?$AA@ 1009c800 udis86:itab.obj + 0002:00013804 ??_C@_04JNOCLFEC@?1vex?$AA@ 1009c804 udis86:itab.obj + 0002:0001380c ??_C@_05FBAHOGKC@?1vexl?$AA@ 1009c80c udis86:itab.obj + 0002:00013814 ??_C@_05PIDBCNDI@?1vexw?$AA@ 1009c814 udis86:itab.obj + 0002:0001381c ??_C@_04GOLICMFI@?1x87?$AA@ 1009c81c udis86:itab.obj + 0002:00013824 ??_C@_02EPEJHNNG@?1a?$AA@ 1009c824 udis86:itab.obj + 0002:00013828 ??_C@_03GINCELHE@aaa?$AA@ 1009c828 udis86:itab.obj + 0002:0001382c ??_C@_03BFKFLPDB@aad?$AA@ 1009c82c udis86:itab.obj + 0002:00013830 ??_C@_03MEGHAEHI@aam?$AA@ 1009c830 udis86:itab.obj + 0002:00013834 ??_C@_03BACGDLKH@aas?$AA@ 1009c834 udis86:itab.obj + 0002:00013838 ??_C@_03FMCPOLBN@adc?$AA@ 1009c838 udis86:itab.obj + 0002:0001383c ??_C@_03BDGOHNNK@add?$AA@ 1009c83c udis86:itab.obj + 0002:00013840 ??_C@_05DPFIJ@addpd?$AA@ 1009c840 udis86:itab.obj + 0002:00013848 ??_C@_05FIAHBBP@addps?$AA@ 1009c848 udis86:itab.obj + 0002:00013850 ??_C@_05CEFELNA@addsd?$AA@ 1009c850 udis86:itab.obj + 0002:00013858 ??_C@_05HMGMPEG@addss?$AA@ 1009c858 udis86:itab.obj + 0002:00013860 ??_C@_08BHNFBKK@addsubpd?$AA@ 1009c860 udis86:itab.obj + 0002:0001386c ??_C@_08EPONFDM@addsubps?$AA@ 1009c86c udis86:itab.obj + 0002:00013878 ??_C@_06BNJBDCNN@aesdec?$AA@ 1009c878 udis86:itab.obj + 0002:00013880 ??_C@_0L@DKDBOHOJ@aesdeclast?$AA@ 1009c880 udis86:itab.obj + 0002:0001388c ??_C@_06KJHILKFJ@aesenc?$AA@ 1009c88c udis86:itab.obj + 0002:00013894 ??_C@_0L@PEJMLDIN@aesenclast?$AA@ 1009c894 udis86:itab.obj + 0002:000138a0 ??_C@_06OBOILLLI@aesimc?$AA@ 1009c8a0 udis86:itab.obj + 0002:000138a8 ??_C@_0BA@BKBPMOOB@aeskeygenassist?$AA@ 1009c8a8 udis86:itab.obj + 0002:000138b8 ??_C@_03BOPJPIAM@and?$AA@ 1009c8b8 udis86:itab.obj + 0002:000138bc ??_C@_06JPIHJOLE@andnpd?$AA@ 1009c8bc udis86:itab.obj + 0002:000138c4 ??_C@_06JKAEBKCC@andnps?$AA@ 1009c8c4 udis86:itab.obj + 0002:000138cc ??_C@_05EKLDONCI@andpd?$AA@ 1009c8cc udis86:itab.obj + 0002:000138d4 ??_C@_05EPDAGJLO@andps?$AA@ 1009c8d4 udis86:itab.obj + 0002:000138dc ??_C@_04MBAAHCPD@arpl?$AA@ 1009c8dc udis86:itab.obj + 0002:000138e4 ??_C@_07NLBKFAKD@blendpd?$AA@ 1009c8e4 udis86:itab.obj + 0002:000138ec ??_C@_07NOJJNEDF@blendps?$AA@ 1009c8ec udis86:itab.obj + 0002:000138f4 ??_C@_08HANBBCNB@blendvpd?$AA@ 1009c8f4 udis86:itab.obj + 0002:00013900 ??_C@_08HFFCJGEH@blendvps?$AA@ 1009c900 udis86:itab.obj + 0002:0001390c ??_C@_05PFKAILG@bound?$AA@ 1009c90c udis86:itab.obj + 0002:00013914 ??_C@_03CKIEAFED@bsf?$AA@ 1009c914 udis86:itab.obj + 0002:00013918 ??_C@_03ECKNCBG@bsr?$AA@ 1009c918 udis86:itab.obj + 0002:0001391c ??_C@_05CFLBCKNG@bswap?$AA@ 1009c91c udis86:itab.obj + 0002:00013924 ??_C@_02LOIFFB@bt?$AA@ 1009c924 udis86:itab.obj + 0002:00013928 ??_C@_03FCLMOHID@btc?$AA@ 1009c928 udis86:itab.obj + 0002:0001392c ??_C@_03BGFMEJD@btr?$AA@ 1009c92c udis86:itab.obj + 0002:00013930 ??_C@_03BIHOPFNC@bts?$AA@ 1009c930 udis86:itab.obj + 0002:00013934 ??_C@_04OMFAIDPG@call?$AA@ 1009c934 udis86:itab.obj + 0002:0001393c ??_C@_03NMAFIIHB@cbw?$AA@ 1009c93c udis86:itab.obj + 0002:00013940 ??_C@_03IONCFDEF@cdq?$AA@ 1009c940 udis86:itab.obj + 0002:00013944 ??_C@_04BOLCPIKO@cdqe?$AA@ 1009c944 udis86:itab.obj + 0002:0001394c ??_C@_03PIDFHCCO@clc?$AA@ 1009c94c udis86:itab.obj + 0002:00013950 ??_C@_03LHHEOEOJ@cld?$AA@ 1009c950 udis86:itab.obj + 0002:00013954 ??_C@_07KNLCLAFM@clflush?$AA@ 1009c954 udis86:itab.obj + 0002:0001395c ??_C@_04GPBIEAIP@clgi?$AA@ 1009c95c udis86:itab.obj + 0002:00013964 ??_C@_03CNKJKKE@cli?$AA@ 1009c964 udis86:itab.obj + 0002:00013968 ??_C@_04MBFFKHHN@clts?$AA@ 1009c968 udis86:itab.obj + 0002:00013970 ??_C@_03PJPHBIBJ@cmc?$AA@ 1009c970 udis86:itab.obj + 0002:00013974 ??_C@_05OOCADJAF@cmova?$AA@ 1009c974 udis86:itab.obj + 0002:0001397c ??_C@_06GIAOELFE@cmovae?$AA@ 1009c97c udis86:itab.obj + 0002:00013984 ??_C@_05MFANGKMG@cmovb?$AA@ 1009c984 udis86:itab.obj + 0002:0001398c ??_C@_06GKEIPFAN@cmovbe?$AA@ 1009c98c udis86:itab.obj + 0002:00013994 ??_C@_05LIHKJOID@cmovg?$AA@ 1009c994 udis86:itab.obj + 0002:0001399c ??_C@_06GMIDDHOG@cmovge?$AA@ 1009c99c udis86:itab.obj + 0002:000139a4 ??_C@_05FLIOEHEI@cmovl?$AA@ 1009c9a4 udis86:itab.obj + 0002:000139ac ??_C@_06GANGNIAH@cmovle?$AA@ 1009c9ac udis86:itab.obj + 0002:000139b4 ??_C@_06JJLNOEOD@cmovno?$AA@ 1009c9b4 udis86:itab.obj + 0002:000139bc ??_C@_06FEOHOKHN@cmovnp?$AA@ 1009c9bc udis86:itab.obj + 0002:000139c4 ??_C@_06HPMKLJLO@cmovns?$AA@ 1009c9c4 udis86:itab.obj + 0002:000139cc ??_C@_06KOAIACPH@cmovnz?$AA@ 1009c9cc udis86:itab.obj + 0002:000139d4 ??_C@_05HAKDBEIL@cmovo?$AA@ 1009c9d4 udis86:itab.obj + 0002:000139dc ??_C@_05LNPJBKBF@cmovp?$AA@ 1009c9dc udis86:itab.obj + 0002:000139e4 ??_C@_05JGNEEJNG@cmovs?$AA@ 1009c9e4 udis86:itab.obj + 0002:000139ec ??_C@_05EHBGPCJP@cmovz?$AA@ 1009c9ec udis86:itab.obj + 0002:000139f4 ??_C@_03JIBIFJIL@cmp?$AA@ 1009c9f4 udis86:itab.obj + 0002:000139f8 ??_C@_05JPKAPGDL@cmppd?$AA@ 1009c9f8 udis86:itab.obj + 0002:00013a00 ??_C@_05JKCDHCKN@cmpps?$AA@ 1009ca00 udis86:itab.obj + 0002:00013a08 ??_C@_05MLLMOPOE@cmpsb?$AA@ 1009ca08 udis86:itab.obj + 0002:00013a10 ??_C@_05JNOGEIGC@cmpsd?$AA@ 1009ca10 udis86:itab.obj + 0002:00013a18 ??_C@_05KKFDKOHG@cmpsq?$AA@ 1009ca18 udis86:itab.obj + 0002:00013a20 ??_C@_05JIGFMMPE@cmpss?$AA@ 1009ca20 udis86:itab.obj + 0002:00013a28 ??_C@_05PMAJAJPA@cmpsw?$AA@ 1009ca28 udis86:itab.obj + 0002:00013a30 ??_C@_07KJLDDDDB@cmpxchg?$AA@ 1009ca30 udis86:itab.obj + 0002:00013a38 ??_C@_0L@LMBAAHML@cmpxchg16b?$AA@ 1009ca38 udis86:itab.obj + 0002:00013a44 ??_C@_09EDOHCBK@cmpxchg8b?$AA@ 1009ca44 udis86:itab.obj + 0002:00013a50 ??_C@_06FBMFLIKJ@comisd?$AA@ 1009ca50 udis86:itab.obj + 0002:00013a58 ??_C@_06FEEGDMDP@comiss?$AA@ 1009ca58 udis86:itab.obj + 0002:00013a60 ??_C@_05CDPJMNMF@cpuid?$AA@ 1009ca60 udis86:itab.obj + 0002:00013a68 ??_C@_03EAHOANAB@cqo?$AA@ 1009ca68 udis86:itab.obj + 0002:00013a6c ??_C@_05KBIBMHFC@crc32?$AA@ 1009ca6c udis86:itab.obj + 0002:00013a74 ??_C@_08FGJFEIPF@cvtdq2pd?$AA@ 1009ca74 udis86:itab.obj + 0002:00013a80 ??_C@_08FDBGMMGD@cvtdq2ps?$AA@ 1009ca80 udis86:itab.obj + 0002:00013a8c ??_C@_08EKEIPNDC@cvtpd2dq?$AA@ 1009ca8c udis86:itab.obj + 0002:00013a98 ??_C@_08NDHMGOMH@cvtpd2pi?$AA@ 1009ca98 udis86:itab.obj + 0002:00013aa4 ??_C@_08GDFBJEBM@cvtpd2ps?$AA@ 1009caa4 udis86:itab.obj + 0002:00013ab0 ??_C@_08JOECNEDL@cvtpi2pd?$AA@ 1009cab0 udis86:itab.obj + 0002:00013abc ??_C@_08JLMBFAKN@cvtpi2ps?$AA@ 1009cabc udis86:itab.obj + 0002:00013ac8 ??_C@_08JIIILGKA@cvtps2dq?$AA@ 1009cac8 udis86:itab.obj + 0002:00013ad4 ??_C@_08LEBCFLBI@cvtps2pd?$AA@ 1009cad4 udis86:itab.obj + 0002:00013ae0 ??_C@_08BLMCFFF@cvtps2pi?$AA@ 1009cae0 udis86:itab.obj + 0002:00013aec ??_C@_08FHKOKCDA@cvtsd2si?$AA@ 1009caec udis86:itab.obj + 0002:00013af8 ??_C@_08OHIDFIOL@cvtsd2ss?$AA@ 1009caf8 udis86:itab.obj + 0002:00013b04 ??_C@_08BKJABIMM@cvtsi2sd?$AA@ 1009cb04 udis86:itab.obj + 0002:00013b10 ??_C@_08BPBDJMFK@cvtsi2ss?$AA@ 1009cb10 udis86:itab.obj + 0002:00013b1c ??_C@_08DAMAJHOP@cvtss2sd?$AA@ 1009cb1c udis86:itab.obj + 0002:00013b28 ??_C@_08IFGOOJKC@cvtss2si?$AA@ 1009cb28 udis86:itab.obj + 0002:00013b34 ??_C@_09NBGJDONK@cvttpd2dq?$AA@ 1009cb34 udis86:itab.obj + 0002:00013b40 ??_C@_09EIFNKNCP@cvttpd2pi?$AA@ 1009cb40 udis86:itab.obj + 0002:00013b4c ??_C@_09DKJHFEI@cvttps2dq?$AA@ 1009cb4c udis86:itab.obj + 0002:00013b58 ??_C@_09JKJNOGLN@cvttps2pi?$AA@ 1009cb58 udis86:itab.obj + 0002:00013b64 ??_C@_09MMIPGBNI@cvttsd2si?$AA@ 1009cb64 udis86:itab.obj + 0002:00013b70 ??_C@_09BOEPCKEK@cvttss2si?$AA@ 1009cb70 udis86:itab.obj + 0002:00013b7c ??_C@_03KHAHKIHI@cwd?$AA@ 1009cb7c udis86:itab.obj + 0002:00013b80 ??_C@_04EGPDGBEE@cwde?$AA@ 1009cb80 udis86:itab.obj + 0002:00013b88 ??_C@_03FPAMLLEG@daa?$AA@ 1009cb88 udis86:itab.obj + 0002:00013b8c ??_C@_03CHPIMLJF@das?$AA@ 1009cb8c udis86:itab.obj + 0002:00013b90 ??_C@_03GKDDHBBI@dec?$AA@ 1009cb90 udis86:itab.obj + 0002:00013b94 ??_C@_03FEJMGOGI@div?$AA@ 1009cb94 udis86:itab.obj + 0002:00013b98 ??_C@_05FCEODPJP@divpd?$AA@ 1009cb98 udis86:itab.obj + 0002:00013ba0 ??_C@_05FHMNLLAJ@divps?$AA@ 1009cba0 udis86:itab.obj + 0002:00013ba8 ??_C@_05FAAIIBMG@divsd?$AA@ 1009cba8 udis86:itab.obj + 0002:00013bb0 ??_C@_05FFILAFFA@divss?$AA@ 1009cbb0 udis86:itab.obj + 0002:00013bb8 ??_C@_04GLDALPAA@dppd?$AA@ 1009cbb8 udis86:itab.obj + 0002:00013bc0 ??_C@_04GOLDDLJG@dpps?$AA@ 1009cbc0 udis86:itab.obj + 0002:00013bc8 ??_C@_04OFFOKNEH@emms?$AA@ 1009cbc8 udis86:itab.obj + 0002:00013bd0 ??_C@_05IHEOCMON@enter?$AA@ 1009cbd0 udis86:itab.obj + 0002:00013bd8 ??_C@_09JKKJMDNE@extractps?$AA@ 1009cbd8 udis86:itab.obj + 0002:00013be4 ??_C@_05GDKIIOEP@f2xm1?$AA@ 1009cbe4 udis86:itab.obj + 0002:00013bec ??_C@_04ODHECPBC@fabs?$AA@ 1009cbec udis86:itab.obj + 0002:00013bf4 ??_C@_04OCHKNHDG@fadd?$AA@ 1009cbf4 udis86:itab.obj + 0002:00013bfc ??_C@_05OAGHJGLI@faddp?$AA@ 1009cbfc udis86:itab.obj + 0002:00013c04 ??_C@_04PONMCJGA@fbld?$AA@ 1009cc04 udis86:itab.obj + 0002:00013c0c ??_C@_05HGCPCADO@fbstp?$AA@ 1009cc0c udis86:itab.obj + 0002:00013c14 ??_C@_04EEOKGCEP@fchs?$AA@ 1009cc14 udis86:itab.obj + 0002:00013c1c ??_C@_05JGAIANAI@fclex?$AA@ 1009cc1c udis86:itab.obj + 0002:00013c24 ??_C@_06BMFGNME@fcmovb?$AA@ 1009cc24 udis86:itab.obj + 0002:00013c2c ??_C@_07IEICFMCG@fcmovbe?$AA@ 1009cc2c udis86:itab.obj + 0002:00013c34 ??_C@_06EOIEPLAD@fcmove?$AA@ 1009cc34 udis86:itab.obj + 0002:00013c3c ??_C@_07MCNJDDIF@fcmovnb?$AA@ 1009cc3c udis86:itab.obj + 0002:00013c44 ??_C@_08IFJKDBHO@fcmovnbe?$AA@ 1009cc44 udis86:itab.obj + 0002:00013c50 ??_C@_07INJIKFEC@fcmovne?$AA@ 1009cc50 udis86:itab.obj + 0002:00013c58 ??_C@_07MHFKLHBD@fcmovnu?$AA@ 1009cc58 udis86:itab.obj + 0002:00013c60 ??_C@_06EEGOJFC@fcmovu?$AA@ 1009cc60 udis86:itab.obj + 0002:00013c68 ??_C@_04JFOEELBF@fcom?$AA@ 1009cc68 udis86:itab.obj + 0002:00013c70 ??_C@_05IADIFENB@fcom2?$AA@ 1009cc70 udis86:itab.obj + 0002:00013c78 ??_C@_05NJHHNAEO@fcomi?$AA@ 1009cc78 udis86:itab.obj + 0002:00013c80 ??_C@_06LOICGCLB@fcomip?$AA@ 1009cc80 udis86:itab.obj + 0002:00013c88 ??_C@_05ECHHHJFG@fcomp?$AA@ 1009cc88 udis86:itab.obj + 0002:00013c90 ??_C@_06HGCBOGII@fcomp3?$AA@ 1009cc90 udis86:itab.obj + 0002:00013c98 ??_C@_06CAHLEBAO@fcomp5?$AA@ 1009cc98 udis86:itab.obj + 0002:00013ca0 ??_C@_06KNHFPKEO@fcompp?$AA@ 1009cca0 udis86:itab.obj + 0002:00013ca8 ??_C@_04EBKFHEMK@fcos?$AA@ 1009cca8 udis86:itab.obj + 0002:00013cb0 ??_C@_07HAEGMECA@fdecstp?$AA@ 1009ccb0 udis86:itab.obj + 0002:00013cb8 ??_C@_04KFIIMEIE@fdiv?$AA@ 1009ccb8 udis86:itab.obj + 0002:00013cc0 ??_C@_05MFEPLGAL@fdivp?$AA@ 1009ccc0 udis86:itab.obj + 0002:00013cc8 ??_C@_05PHHJNEIJ@fdivr?$AA@ 1009ccc8 udis86:itab.obj + 0002:00013cd0 ??_C@_06LLKMDLKG@fdivrp?$AA@ 1009ccd0 udis86:itab.obj + 0002:00013cd8 ??_C@_05EMBDBHLO@femms?$AA@ 1009ccd8 udis86:itab.obj + 0002:00013ce0 ??_C@_05BBECMOMI@ffree?$AA@ 1009cce0 udis86:itab.obj + 0002:00013ce8 ??_C@_06LKJBHBLK@ffreep?$AA@ 1009cce8 udis86:itab.obj + 0002:00013cf0 ??_C@_05MJGHPKBO@fiadd?$AA@ 1009ccf0 udis86:itab.obj + 0002:00013cf8 ??_C@_05LOPJGGDN@ficom?$AA@ 1009ccf8 udis86:itab.obj + 0002:00013d00 ??_C@_06HHOJMMIB@ficomp?$AA@ 1009cd00 udis86:itab.obj + 0002:00013d08 ??_C@_05IOJFOJKM@fidiv?$AA@ 1009cd08 udis86:itab.obj + 0002:00013d10 ??_C@_06MCOHGBFO@fidivr?$AA@ 1009cd10 udis86:itab.obj + 0002:00013d18 ??_C@_04CJNNKOGB@fild?$AA@ 1009cd18 udis86:itab.obj + 0002:00013d20 ??_C@_05FGIMAGOJ@fimul?$AA@ 1009cd20 udis86:itab.obj + 0002:00013d28 ??_C@_07HLFGFFCD@fincstp?$AA@ 1009cd28 udis86:itab.obj + 0002:00013d30 ??_C@_04HEGFFIHN@fist?$AA@ 1009cd30 udis86:itab.obj + 0002:00013d38 ??_C@_05BPPBBCP@fistp?$AA@ 1009cd38 udis86:itab.obj + 0002:00013d40 ??_C@_06IDOGBDGC@fisttp?$AA@ 1009cd40 udis86:itab.obj + 0002:00013d48 ??_C@_05HIMJALML@fisub?$AA@ 1009cd48 udis86:itab.obj + 0002:00013d50 ??_C@_06BBMHMJEH@fisubr?$AA@ 1009cd50 udis86:itab.obj + 0002:00013d58 ??_C@_03IAKKBENL@fld?$AA@ 1009cd58 udis86:itab.obj + 0002:00013d5c ??_C@_04NHNMKGPK@fld1?$AA@ 1009cd5c udis86:itab.obj + 0002:00013d64 ??_C@_05FCPJNCEL@fldcw?$AA@ 1009cd64 udis86:itab.obj + 0002:00013d6c ??_C@_06KOKFHIJJ@fldenv?$AA@ 1009cd6c udis86:itab.obj + 0002:00013d74 ??_C@_06NHOEKBFF@fldl2e?$AA@ 1009cd74 udis86:itab.obj + 0002:00013d7c ??_C@_06IEDNICEF@fldl2t?$AA@ 1009cd7c udis86:itab.obj + 0002:00013d84 ??_C@_06EIGJIGJN@fldlg2?$AA@ 1009cd84 udis86:itab.obj + 0002:00013d8c ??_C@_06EHLILNBC@fldln2?$AA@ 1009cd8c udis86:itab.obj + 0002:00013d94 ??_C@_05JINIPALN@fldpi?$AA@ 1009cd94 udis86:itab.obj + 0002:00013d9c ??_C@_04MEFBDADE@fldz?$AA@ 1009cd9c udis86:itab.obj + 0002:00013da4 ??_C@_04HNJBCLMB@fmul?$AA@ 1009cda4 udis86:itab.obj + 0002:00013dac ??_C@_05MDCBBKPL@fmulp?$AA@ 1009cdac udis86:itab.obj + 0002:00013db4 ??_C@_06HABPFIJH@fndisi?$AA@ 1009cdb4 udis86:itab.obj + 0002:00013dbc ??_C@_05EMBMEKMC@fneni?$AA@ 1009cdbc udis86:itab.obj + 0002:00013dc4 ??_C@_06PLIFOOCF@fninit?$AA@ 1009cdc4 udis86:itab.obj + 0002:00013dcc ??_C@_04JIOCPPNE@fnop?$AA@ 1009cdcc udis86:itab.obj + 0002:00013dd4 ??_C@_06MNBFLGAN@fnsave?$AA@ 1009cdd4 udis86:itab.obj + 0002:00013ddc ??_C@_07OLELHDDB@fnsetpm?$AA@ 1009cddc udis86:itab.obj + 0002:00013de4 ??_C@_06MIMLAAOI@fnstcw?$AA@ 1009cde4 udis86:itab.obj + 0002:00013dec ??_C@_07OBOALIBJ@fnstenv?$AA@ 1009cdec udis86:itab.obj + 0002:00013df4 ??_C@_06NEONKDJI@fnstsw?$AA@ 1009cdf4 udis86:itab.obj + 0002:00013dfc ??_C@_06HDLDNKJH@fpatan?$AA@ 1009cdfc udis86:itab.obj + 0002:00013e04 ??_C@_05DGDLCGOC@fprem?$AA@ 1009ce04 udis86:itab.obj + 0002:00013e0c ??_C@_06IIGPLPMA@fprem1?$AA@ 1009ce0c udis86:itab.obj + 0002:00013e14 ??_C@_05DPHEICCB@fptan?$AA@ 1009ce14 udis86:itab.obj + 0002:00013e1c ??_C@_07OGNGBFFO@frndint?$AA@ 1009ce1c udis86:itab.obj + 0002:00013e24 ??_C@_06MILCMPCJ@frstor?$AA@ 1009ce24 udis86:itab.obj + 0002:00013e2c ??_C@_06BCJCCFPK@frstpm?$AA@ 1009ce2c udis86:itab.obj + 0002:00013e34 ??_C@_06DAMBGGM@fscale?$AA@ 1009ce34 udis86:itab.obj + 0002:00013e3c ??_C@_04OKFNDDPL@fsin?$AA@ 1009ce3c udis86:itab.obj + 0002:00013e44 ??_C@_07DGCKCKGH@fsincos?$AA@ 1009ce44 udis86:itab.obj + 0002:00013e4c ??_C@_05OBEHOPDB@fsqrt?$AA@ 1009ce4c udis86:itab.obj + 0002:00013e54 ??_C@_03NNBCOCMH@fst?$AA@ 1009ce54 udis86:itab.obj + 0002:00013e58 ??_C@_04CKOCDMAH@fstp?$AA@ 1009ce58 udis86:itab.obj + 0002:00013e60 ??_C@_05FIBDHACN@fstp1?$AA@ 1009ce60 udis86:itab.obj + 0002:00013e68 ??_C@_05IJNBMLGE@fstp8?$AA@ 1009ce68 udis86:itab.obj + 0002:00013e70 ??_C@_05JAMKPKCF@fstp9?$AA@ 1009ce70 udis86:itab.obj + 0002:00013e78 ??_C@_04FDNECGOD@fsub?$AA@ 1009ce78 udis86:itab.obj + 0002:00013e80 ??_C@_05BGGPBOBC@fsubp?$AA@ 1009ce80 udis86:itab.obj + 0002:00013e88 ??_C@_05CEFJHMJA@fsubr?$AA@ 1009ce88 udis86:itab.obj + 0002:00013e90 ??_C@_06NPBELDMO@fsubrp?$AA@ 1009ce90 udis86:itab.obj + 0002:00013e98 ??_C@_04NGBGNHDP@ftst?$AA@ 1009ce98 udis86:itab.obj + 0002:00013ea0 ??_C@_05BLOJBMLO@fucom?$AA@ 1009cea0 udis86:itab.obj + 0002:00013ea8 ??_C@_06JIPNKHHJ@fucomi?$AA@ 1009cea8 udis86:itab.obj + 0002:00013eb0 ??_C@_07GHOENMJ@fucomip?$AA@ 1009ceb0 udis86:itab.obj + 0002:00013eb8 ??_C@_06DPNAOGB@fucomp?$AA@ 1009ceb8 udis86:itab.obj + 0002:00013ec0 ??_C@_07BFIJNFDG@fucompp?$AA@ 1009cec0 udis86:itab.obj + 0002:00013ec8 ??_C@_04BIGCLGIB@fxam?$AA@ 1009cec8 udis86:itab.obj + 0002:00013ed0 ??_C@_04GGJBJGKK@fxch?$AA@ 1009ced0 udis86:itab.obj + 0002:00013ed8 ??_C@_05INEPCIJH@fxch4?$AA@ 1009ced8 udis86:itab.obj + 0002:00013ee0 ??_C@_05KGGCHLFE@fxch7?$AA@ 1009cee0 udis86:itab.obj + 0002:00013ee8 ??_C@_07BBJJIBJB@fxrstor?$AA@ 1009cee8 udis86:itab.obj + 0002:00013ef0 ??_C@_06BIJKFHIL@fxsave?$AA@ 1009cef0 udis86:itab.obj + 0002:00013ef8 ??_C@_07MCCHLCHD@fxtract?$AA@ 1009cef8 udis86:itab.obj + 0002:00013f00 ??_C@_05NFKLLKBO@fyl2x?$AA@ 1009cf00 udis86:itab.obj + 0002:00013f08 ??_C@_07GNFJNPAE@fyl2xp1?$AA@ 1009cf08 udis86:itab.obj + 0002:00013f10 ??_C@_06BKPLENB@getsec?$AA@ 1009cf10 udis86:itab.obj + 0002:00013f18 ??_C@_06JEPEIJNG@haddpd?$AA@ 1009cf18 udis86:itab.obj + 0002:00013f20 ??_C@_06JBHHANEA@haddps?$AA@ 1009cf20 udis86:itab.obj + 0002:00013f28 ??_C@_03CKLHHBLJ@hlt?$AA@ 1009cf28 udis86:itab.obj + 0002:00013f2c ??_C@_06KCABMLKI@hsubpd?$AA@ 1009cf2c udis86:itab.obj + 0002:00013f34 ??_C@_06KHICEPDO@hsubps?$AA@ 1009cf34 udis86:itab.obj + 0002:00013f3c ??_C@_04CHNIFDFF@idiv?$AA@ 1009cf3c udis86:itab.obj + 0002:00013f44 ??_C@_04PPMBLMBA@imul?$AA@ 1009cf44 udis86:itab.obj + 0002:00013f4c ??_C@_02LMMGJAGL@in?$AA@ 1009cf4c udis86:itab.obj + 0002:00013f50 ??_C@_03JEAMEGCE@inc?$AA@ 1009cf50 udis86:itab.obj + 0002:00013f54 ??_C@_04HHHKECMC@insb?$AA@ 1009cf54 udis86:itab.obj + 0002:00013f5c ??_C@_04CBCAOFEE@insd?$AA@ 1009cf5c udis86:itab.obj + 0002:00013f64 ??_C@_08JOECPMHJ@insertps?$AA@ 1009cf64 udis86:itab.obj + 0002:00013f70 ??_C@_04EAMPKENG@insw?$AA@ 1009cf70 udis86:itab.obj + 0002:00013f78 ??_C@_03JBIPMCLC@int?$AA@ 1009cf78 udis86:itab.obj + 0002:00013f7c ??_C@_04ODKDFKNA@int1?$AA@ 1009cf7c udis86:itab.obj + 0002:00013f84 ??_C@_04NBJFDIFC@int3?$AA@ 1009cf84 udis86:itab.obj + 0002:00013f8c ??_C@_04MHJLCKAK@into?$AA@ 1009cf8c udis86:itab.obj + 0002:00013f94 ??_C@_04CHOLCHKP@invd?$AA@ 1009cf94 udis86:itab.obj + 0002:00013f9c ??_C@_06CLILIBGB@invept?$AA@ 1009cf9c udis86:itab.obj + 0002:00013fa4 ??_C@_06DHGMIPHJ@invlpg?$AA@ 1009cfa4 udis86:itab.obj + 0002:00013fac ??_C@_07FFAIPPPB@invlpga?$AA@ 1009cfac udis86:itab.obj + 0002:00013fb4 ??_C@_07ILBKJJN@invvpid?$AA@ 1009cfb4 udis86:itab.obj + 0002:00013fbc ??_C@_05LMEFNKHP@iretd?$AA@ 1009cfbc udis86:itab.obj + 0002:00013fc4 ??_C@_05ILPADMGL@iretq?$AA@ 1009cfc4 udis86:itab.obj + 0002:00013fcc ??_C@_05NNKKJLON@iretw?$AA@ 1009cfcc udis86:itab.obj + 0002:00013fd4 ??_C@_02DJBIDCPN@ja?$AA@ 1009cfd4 udis86:itab.obj + 0002:00013fd8 ??_C@_03NLLPAJHB@jae?$AA@ 1009cfd8 udis86:itab.obj + 0002:00013fdc ??_C@_02BCDFGBDO@jb?$AA@ 1009cfdc udis86:itab.obj + 0002:00013fe0 ??_C@_03NJPJLHCI@jbe?$AA@ 1009cfe0 udis86:itab.obj + 0002:00013fe4 ??_C@_04EMPOJHHH@jcxz?$AA@ 1009cfe4 udis86:itab.obj + 0002:00013fec ??_C@_05BACBHKCE@jecxz?$AA@ 1009cfec udis86:itab.obj + 0002:00013ff4 ??_C@_02GPECJFHL@jg?$AA@ 1009cff4 udis86:itab.obj + 0002:00013ff8 ??_C@_03NPDCHFMD@jge?$AA@ 1009cff8 udis86:itab.obj + 0002:00013ffc ??_C@_02IMLGEMLA@jl?$AA@ 1009cffc udis86:itab.obj + 0002:00014000 ??_C@_03NDGHJKCC@jle?$AA@ 1009d000 udis86:itab.obj + 0002:00014004 ??_C@_03OFBABGAB@jmp?$AA@ 1009d004 udis86:itab.obj + 0002:00014008 ??_C@_03CKAMKGMG@jno?$AA@ 1009d008 udis86:itab.obj + 0002:0001400c ??_C@_03OHFGKIFI@jnp?$AA@ 1009d00c udis86:itab.obj + 0002:00014010 ??_C@_03MMHLPLJL@jns?$AA@ 1009d010 udis86:itab.obj + 0002:00014014 ??_C@_03BNLJEANC@jnz?$AA@ 1009d014 udis86:itab.obj + 0002:00014018 ??_C@_02KHJLBPHD@jo?$AA@ 1009d018 udis86:itab.obj + 0002:0001401c ??_C@_02GKMBBBON@jp?$AA@ 1009d01c udis86:itab.obj + 0002:00014020 ??_C@_05MCOBDBLG@jrcxz?$AA@ 1009d020 udis86:itab.obj + 0002:00014028 ??_C@_02EBOMECCO@js?$AA@ 1009d028 udis86:itab.obj + 0002:0001402c ??_C@_02JACOPJGH@jz?$AA@ 1009d02c udis86:itab.obj + 0002:00014030 ??_C@_04JDOGFEHB@lahf?$AA@ 1009d030 udis86:itab.obj + 0002:00014038 ??_C@_03PLFHNCDL@lar?$AA@ 1009d038 udis86:itab.obj + 0002:0001403c ??_C@_05OOIGKPHA@lddqu?$AA@ 1009d03c udis86:itab.obj + 0002:00014044 ??_C@_07HNIFNPIO@ldmxcsr?$AA@ 1009d044 udis86:itab.obj + 0002:0001404c ??_C@_03OEIHCBJB@lds?$AA@ 1009d04c udis86:itab.obj + 0002:00014050 ??_C@_03JNLBDLHF@lea?$AA@ 1009d050 udis86:itab.obj + 0002:00014054 ??_C@_05KLLFHCCG@leave?$AA@ 1009d054 udis86:itab.obj + 0002:0001405c ??_C@_03OFEFELKG@les?$AA@ 1009d05c udis86:itab.obj + 0002:00014060 ??_C@_06CIBIHIMB@lfence?$AA@ 1009d060 udis86:itab.obj + 0002:00014068 ??_C@_03OHADPFPP@lfs?$AA@ 1009d068 udis86:itab.obj + 0002:0001406c ??_C@_04MHGDICBK@lgdt?$AA@ 1009d06c udis86:itab.obj + 0002:00014074 ??_C@_03OGMBJPMI@lgs?$AA@ 1009d074 udis86:itab.obj + 0002:00014078 ??_C@_04CHLMPFCJ@lidt?$AA@ 1009d078 udis86:itab.obj + 0002:00014080 ??_C@_04BAGCAFBL@lldt?$AA@ 1009d080 udis86:itab.obj + 0002:00014088 ??_C@_04JKJKIEEI@lmsw?$AA@ 1009d088 udis86:itab.obj + 0002:00014090 ??_C@_04MKMCLCOO@lock?$AA@ 1009d090 udis86:itab.obj + 0002:00014098 ??_C@_05JPFBMOJJ@lodsb?$AA@ 1009d098 udis86:itab.obj + 0002:000140a0 ??_C@_05MJALGJBP@lodsd?$AA@ 1009d0a0 udis86:itab.obj + 0002:000140a8 ??_C@_05POLOIPAL@lodsq?$AA@ 1009d0a8 udis86:itab.obj + 0002:000140b0 ??_C@_05KIOECIIN@lodsw?$AA@ 1009d0b0 udis86:itab.obj + 0002:000140b8 ??_C@_04GKOOIABA@loop?$AA@ 1009d0b8 udis86:itab.obj + 0002:000140c0 ??_C@_05FFHGBAG@loope?$AA@ 1009d0c0 udis86:itab.obj + 0002:000140c8 ??_C@_06PNLJICFH@loopne?$AA@ 1009d0c8 udis86:itab.obj + 0002:000140d0 ??_C@_03DALEJKPK@lsl?$AA@ 1009d0d0 udis86:itab.obj + 0002:000140d4 ??_C@_03PNOOJEGE@lss?$AA@ 1009d0d4 udis86:itab.obj + 0002:000140d8 ??_C@_03OBLKLDKA@ltr?$AA@ 1009d0d8 udis86:itab.obj + 0002:000140dc ??_C@_0L@KDNMNDNK@maskmovdqu?$AA@ 1009d0dc udis86:itab.obj + 0002:000140e8 ??_C@_08HDJHBAFE@maskmovq?$AA@ 1009d0e8 udis86:itab.obj + 0002:000140f4 ??_C@_05KFOOFCKF@maxpd?$AA@ 1009d0f4 udis86:itab.obj + 0002:000140fc ??_C@_05KAGNNGDD@maxps?$AA@ 1009d0fc udis86:itab.obj + 0002:00014104 ??_C@_05KHKIOMPM@maxsd?$AA@ 1009d104 udis86:itab.obj + 0002:0001410c ??_C@_05KCCLGIGK@maxss?$AA@ 1009d10c udis86:itab.obj + 0002:00014114 ??_C@_06IOGPHDHF@mfence?$AA@ 1009d114 udis86:itab.obj + 0002:0001411c ??_C@_05OAOMBBCH@minpd?$AA@ 1009d11c udis86:itab.obj + 0002:00014124 ??_C@_05OFGPJFLB@minps?$AA@ 1009d124 udis86:itab.obj + 0002:0001412c ??_C@_05OCKKKPHO@minsd?$AA@ 1009d12c udis86:itab.obj + 0002:00014134 ??_C@_05OHCJCLOI@minss?$AA@ 1009d134 udis86:itab.obj + 0002:0001413c ??_C@_07LAMOHCEE@monitor?$AA@ 1009d13c udis86:itab.obj + 0002:00014144 ??_C@_07MAFPCABL@montmul?$AA@ 1009d144 udis86:itab.obj + 0002:0001414c ??_C@_03CNBJFNFA@mov?$AA@ 1009d14c udis86:itab.obj + 0002:00014150 ??_C@_06NBDIPDNB@movapd?$AA@ 1009d150 udis86:itab.obj + 0002:00014158 ??_C@_06NELLHHEH@movaps?$AA@ 1009d158 udis86:itab.obj + 0002:00014160 ??_C@_05PMLINNKI@movbe?$AA@ 1009d160 udis86:itab.obj + 0002:00014168 ??_C@_04GKNHOGAK@movd?$AA@ 1009d168 udis86:itab.obj + 0002:00014170 ??_C@_07NEEFCFLI@movddup?$AA@ 1009d170 udis86:itab.obj + 0002:00014178 ??_C@_07NPEMCIBB@movdq2q?$AA@ 1009d178 udis86:itab.obj + 0002:00014180 ??_C@_06JKFDJNJB@movdqa?$AA@ 1009d180 udis86:itab.obj + 0002:00014188 ??_C@_06LEPNEKME@movdqu?$AA@ 1009d188 udis86:itab.obj + 0002:00014190 ??_C@_07PJOHHBHO@movhlps?$AA@ 1009d190 udis86:itab.obj + 0002:00014198 ??_C@_06KMDALMFL@movhpd?$AA@ 1009d198 udis86:itab.obj + 0002:000141a0 ??_C@_06KJLDDIMN@movhps?$AA@ 1009d1a0 udis86:itab.obj + 0002:000141a8 ??_C@_07IDAFEAOJ@movlhps?$AA@ 1009d1a8 udis86:itab.obj + 0002:000141b0 ??_C@_06CDFCCLAM@movlpd?$AA@ 1009d1b0 udis86:itab.obj + 0002:000141b8 ??_C@_06CGNBKPJK@movlps?$AA@ 1009d1b8 udis86:itab.obj + 0002:000141c0 ??_C@_08IBPGOKMO@movmskpd?$AA@ 1009d1c0 udis86:itab.obj + 0002:000141cc ??_C@_08IEHFGOFI@movmskps?$AA@ 1009d1cc udis86:itab.obj + 0002:000141d8 ??_C@_07MKBDJCIA@movntdq?$AA@ 1009d1d8 udis86:itab.obj + 0002:000141e0 ??_C@_08JBJEMKFE@movntdqa?$AA@ 1009d1e0 udis86:itab.obj + 0002:000141ec ??_C@_06DLPMDFBG@movnti?$AA@ 1009d1ec udis86:itab.obj + 0002:000141f4 ??_C@_07OGIJHPDI@movntpd?$AA@ 1009d1f4 udis86:itab.obj + 0002:000141fc ??_C@_07ODAKPLKO@movntps?$AA@ 1009d1fc udis86:itab.obj + 0002:00014204 ??_C@_06LJOHKNEP@movntq?$AA@ 1009d204 udis86:itab.obj + 0002:0001420c ??_C@_04FNGCAABO@movq?$AA@ 1009d20c udis86:itab.obj + 0002:00014214 ??_C@_07JGNMJFDC@movq2dq?$AA@ 1009d214 udis86:itab.obj + 0002:0001421c ??_C@_05KOBNICCI@movsb?$AA@ 1009d21c udis86:itab.obj + 0002:00014224 ??_C@_05PIEHCFKO@movsd?$AA@ 1009d224 udis86:itab.obj + 0002:0001422c ??_C@_08NPBMCKFO@movshdup?$AA@ 1009d22c udis86:itab.obj + 0002:00014238 ??_C@_08CKJMIMJO@movsldup?$AA@ 1009d238 udis86:itab.obj + 0002:00014244 ??_C@_05MPPCMDLK@movsq?$AA@ 1009d244 udis86:itab.obj + 0002:0001424c ??_C@_05PNMEKBDI@movss?$AA@ 1009d24c udis86:itab.obj + 0002:00014254 ??_C@_05JJKIGEDM@movsw?$AA@ 1009d254 udis86:itab.obj + 0002:0001425c ??_C@_05BODAHIPD@movsx?$AA@ 1009d25c udis86:itab.obj + 0002:00014264 ??_C@_06CFDLDNHN@movsxd?$AA@ 1009d264 udis86:itab.obj + 0002:0001426c ??_C@_06OEDDDBJ@movupd?$AA@ 1009d26c udis86:itab.obj + 0002:00014274 ??_C@_06LMALHIP@movups?$AA@ 1009d274 udis86:itab.obj + 0002:0001427c ??_C@_05BBOBEDHM@movzx?$AA@ 1009d27c udis86:itab.obj + 0002:00014284 ??_C@_07ILNGPEGO@mpsadbw?$AA@ 1009d284 udis86:itab.obj + 0002:0001428c ??_C@_03IMIFIBCN@mul?$AA@ 1009d28c udis86:itab.obj + 0002:00014290 ??_C@_05OPPFKDCP@mulpd?$AA@ 1009d290 udis86:itab.obj + 0002:00014298 ??_C@_05OKHGCHLJ@mulps?$AA@ 1009d298 udis86:itab.obj + 0002:000142a0 ??_C@_05ONLDBNHG@mulsd?$AA@ 1009d2a0 udis86:itab.obj + 0002:000142a8 ??_C@_05OIDAJJOA@mulss?$AA@ 1009d2a8 udis86:itab.obj + 0002:000142b0 ??_C@_05DOGKKCDM@mwait?$AA@ 1009d2b0 udis86:itab.obj + 0002:000142b8 ??_C@_03GBOCFEHI@neg?$AA@ 1009d2b8 udis86:itab.obj + 0002:000142bc ??_C@_03GJPGFFDI@nop?$AA@ 1009d2bc udis86:itab.obj + 0002:000142c0 ??_C@_03NJKJADM@not?$AA@ 1009d2c0 udis86:itab.obj + 0002:000142c4 ??_C@_02FODMLBIE@or?$AA@ 1009d2c4 udis86:itab.obj + 0002:000142c8 ??_C@_04LGOJEGJK@orpd?$AA@ 1009d2c8 udis86:itab.obj + 0002:000142d0 ??_C@_04LDGKMCAM@orps?$AA@ 1009d2d0 udis86:itab.obj + 0002:000142d8 ??_C@_03KEJHNBPP@out?$AA@ 1009d2d8 udis86:itab.obj + 0002:000142dc ??_C@_05GDIMGEIL@outsb?$AA@ 1009d2dc udis86:itab.obj + 0002:000142e4 ??_C@_05DFNGMDAN@outsd?$AA@ 1009d2e4 udis86:itab.obj + 0002:000142ec ??_C@_05FEDJICJP@outsw?$AA@ 1009d2ec udis86:itab.obj + 0002:000142f4 ??_C@_05HBBOONME@pabsb?$AA@ 1009d2f4 udis86:itab.obj + 0002:000142fc ??_C@_05CHEEEKEC@pabsd?$AA@ 1009d2fc udis86:itab.obj + 0002:00014304 ??_C@_05EGKLALNA@pabsw?$AA@ 1009d304 udis86:itab.obj + 0002:0001430c ??_C@_08MFCBDIOA@packssdw?$AA@ 1009d30c udis86:itab.obj + 0002:00014318 ??_C@_08OMPEMDNN@packsswb?$AA@ 1009d318 udis86:itab.obj + 0002:00014324 ??_C@_08EKGBMNEA@packusdw?$AA@ 1009d324 udis86:itab.obj + 0002:00014330 ??_C@_08GDLEDGHN@packuswb?$AA@ 1009d330 udis86:itab.obj + 0002:0001433c ??_C@_05ENBMAHON@paddb?$AA@ 1009d33c udis86:itab.obj + 0002:00014344 ??_C@_05BLEGKAGL@paddd?$AA@ 1009d344 udis86:itab.obj + 0002:0001434c ??_C@_05CMPDEGHP@paddq?$AA@ 1009d34c udis86:itab.obj + 0002:00014354 ??_C@_06JENJECKA@paddsb?$AA@ 1009d354 udis86:itab.obj + 0002:0001435c ??_C@_06KDGMKELE@paddsw?$AA@ 1009d35c udis86:itab.obj + 0002:00014364 ??_C@_07LJAGOFBE@paddusb?$AA@ 1009d364 udis86:itab.obj + 0002:0001436c ??_C@_07IOLDADAA@paddusw?$AA@ 1009d36c udis86:itab.obj + 0002:00014374 ??_C@_05HKKJOBPJ@paddw?$AA@ 1009d374 udis86:itab.obj + 0002:0001437c ??_C@_07JOJBOKO@palignr?$AA@ 1009d37c udis86:itab.obj + 0002:00014384 ??_C@_04ENDAMC@pand?$AA@ 1009d384 udis86:itab.obj + 0002:0001438c ??_C@_05IOBEKIIF@pandn?$AA@ 1009d38c udis86:itab.obj + 0002:00014394 ??_C@_05LFEKCGKA@pavgb?$AA@ 1009d394 udis86:itab.obj + 0002:0001439c ??_C@_07LALIDMFE@pavgusb?$AA@ 1009d39c udis86:itab.obj + 0002:000143a4 ??_C@_05ICPPMALE@pavgw?$AA@ 1009d3a4 udis86:itab.obj + 0002:000143ac ??_C@_08PKEFIDIF@pblendvb?$AA@ 1009d3ac udis86:itab.obj + 0002:000143b8 ??_C@_07PABJNHCL@pblendw?$AA@ 1009d3b8 udis86:itab.obj + 0002:000143c0 ??_C@_09EPKDNNCN@pclmulqdq?$AA@ 1009d3c0 udis86:itab.obj + 0002:000143cc ??_C@_07MPGLBHEG@pcmpeqb?$AA@ 1009d3cc udis86:itab.obj + 0002:000143d4 ??_C@_07JJDBLAMA@pcmpeqd?$AA@ 1009d3d4 udis86:itab.obj + 0002:000143dc ??_C@_07KOIEFGNE@pcmpeqq?$AA@ 1009d3dc udis86:itab.obj + 0002:000143e4 ??_C@_07PINOPBFC@pcmpeqw?$AA@ 1009d3e4 udis86:itab.obj + 0002:000143ec ??_C@_09MJAIJFNM@pcmpestri?$AA@ 1009d3ec udis86:itab.obj + 0002:000143f8 ??_C@_09KNGEFANI@pcmpestrm?$AA@ 1009d3f8 udis86:itab.obj + 0002:00014404 ??_C@_07GDKJBNCG@pcmpgtb?$AA@ 1009d404 udis86:itab.obj + 0002:0001440c ??_C@_07DFPDLKKA@pcmpgtd?$AA@ 1009d40c udis86:itab.obj + 0002:00014414 ??_C@_07CEGFMLE@pcmpgtq?$AA@ 1009d414 udis86:itab.obj + 0002:0001441c ??_C@_07FEBMPLDC@pcmpgtw?$AA@ 1009d41c udis86:itab.obj + 0002:00014424 ??_C@_09LOMKFFKH@pcmpistri?$AA@ 1009d424 udis86:itab.obj + 0002:00014430 ??_C@_09NKKGJAKD@pcmpistrm?$AA@ 1009d430 udis86:itab.obj + 0002:0001443c ??_C@_06PLIDEHJN@pextrb?$AA@ 1009d43c udis86:itab.obj + 0002:00014444 ??_C@_06KNNJOABL@pextrd?$AA@ 1009d444 udis86:itab.obj + 0002:0001444c ??_C@_06JKGMAGAP@pextrq?$AA@ 1009d44c udis86:itab.obj + 0002:00014454 ??_C@_06MMDGKBIJ@pextrw?$AA@ 1009d454 udis86:itab.obj + 0002:0001445c ??_C@_05EPNILPFG@pf2id?$AA@ 1009d45c udis86:itab.obj + 0002:00014464 ??_C@_05CODHPOME@pf2iw?$AA@ 1009d464 udis86:itab.obj + 0002:0001446c ??_C@_05NELGAMAL@pfacc?$AA@ 1009d46c udis86:itab.obj + 0002:00014474 ??_C@_05JOLIIMEJ@pfadd?$AA@ 1009d474 udis86:itab.obj + 0002:0001447c ??_C@_07CCCOOHDB@pfcmpeq?$AA@ 1009d47c udis86:itab.obj + 0002:00014484 ??_C@_07PAEOEAK@pfcmpge?$AA@ 1009d484 udis86:itab.obj + 0002:0001448c ??_C@_07FMNNMHBK@pfcmpgt?$AA@ 1009d48c udis86:itab.obj + 0002:00014494 ??_C@_05DENCKMEH@pfmax?$AA@ 1009d494 udis86:itab.obj + 0002:0001449c ??_C@_05CGFJEICI@pfmin?$AA@ 1009d49c udis86:itab.obj + 0002:000144a4 ??_C@_05BFDHALO@pfmul?$AA@ 1009d4a4 udis86:itab.obj + 0002:000144ac ??_C@_06PBIPAILK@pfnacc?$AA@ 1009d4ac udis86:itab.obj + 0002:000144b4 ??_C@_07HEBANBEP@pfpnacc?$AA@ 1009d4b4 udis86:itab.obj + 0002:000144bc ??_C@_05PHPFLFOI@pfrcp?$AA@ 1009d4bc udis86:itab.obj + 0002:000144c4 ??_C@_08CABPKCDG@pfrcpit1?$AA@ 1009d4c4 udis86:itab.obj + 0002:000144d0 ??_C@_08LDCPBPF@pfrcpit2?$AA@ 1009d4d0 udis86:itab.obj + 0002:000144dc ??_C@_08BOKJIJBN@pfrsqit1?$AA@ 1009d4dc udis86:itab.obj + 0002:000144e8 ??_C@_07OJNGDJDJ@pfrsqrt?$AA@ 1009d4e8 udis86:itab.obj + 0002:000144f0 ??_C@_05CPBGHNJM@pfsub?$AA@ 1009d4f0 udis86:itab.obj + 0002:000144f8 ??_C@_06OEJPNCGG@pfsubr?$AA@ 1009d4f8 udis86:itab.obj + 0002:00014500 ??_C@_06DEAFIOGL@phaddd?$AA@ 1009d500 udis86:itab.obj + 0002:00014508 ??_C@_07KDEDOHJK@phaddsw?$AA@ 1009d508 udis86:itab.obj + 0002:00014510 ??_C@_06FFOKMPPJ@phaddw?$AA@ 1009d510 udis86:itab.obj + 0002:00014518 ??_C@_0L@EKOFBFBK@phminposuw?$AA@ 1009d518 udis86:itab.obj + 0002:00014524 ??_C@_06MCANAGMB@phsubd?$AA@ 1009d524 udis86:itab.obj + 0002:0001452c ??_C@_07JFLGKFOE@phsubsw?$AA@ 1009d52c udis86:itab.obj + 0002:00014534 ??_C@_06KDOCEHFD@phsubw?$AA@ 1009d534 udis86:itab.obj + 0002:0001453c ??_C@_05MGNEGPLK@pi2fd?$AA@ 1009d53c udis86:itab.obj + 0002:00014544 ??_C@_05KHDLCOCI@pi2fw?$AA@ 1009d544 udis86:itab.obj + 0002:0001454c ??_C@_06PODGNNHN@pinsrb?$AA@ 1009d54c udis86:itab.obj + 0002:00014554 ??_C@_06KIGMHKPL@pinsrd?$AA@ 1009d554 udis86:itab.obj + 0002:0001455c ??_C@_06JPNJJMOP@pinsrq?$AA@ 1009d55c udis86:itab.obj + 0002:00014564 ??_C@_06MJIDDLGJ@pinsrw?$AA@ 1009d564 udis86:itab.obj + 0002:0001456c ??_C@_09CBBJJIHC@pmaddubsw?$AA@ 1009d56c udis86:itab.obj + 0002:00014578 ??_C@_07JHJNCBHD@pmaddwd?$AA@ 1009d578 udis86:itab.obj + 0002:00014580 ??_C@_06DBDEOFIM@pmaxsb?$AA@ 1009d580 udis86:itab.obj + 0002:00014588 ??_C@_06GHGOECAK@pmaxsd?$AA@ 1009d588 udis86:itab.obj + 0002:00014590 ??_C@_06GIBADJI@pmaxsw?$AA@ 1009d590 udis86:itab.obj + 0002:00014598 ??_C@_06DFLJJJDO@pmaxub?$AA@ 1009d598 udis86:itab.obj + 0002:000145a0 ??_C@_06GDODDOLI@pmaxud?$AA@ 1009d5a0 udis86:itab.obj + 0002:000145a8 ??_C@_06CAMHPCK@pmaxuw?$AA@ 1009d5a8 udis86:itab.obj + 0002:000145b0 ??_C@_06HEDGKGAO@pminsb?$AA@ 1009d5b0 udis86:itab.obj + 0002:000145b8 ??_C@_06CCGMABII@pminsd?$AA@ 1009d5b8 udis86:itab.obj + 0002:000145c0 ??_C@_06EDIDEABK@pminsw?$AA@ 1009d5c0 udis86:itab.obj + 0002:000145c8 ??_C@_06HALLNKLM@pminub?$AA@ 1009d5c8 udis86:itab.obj + 0002:000145d0 ??_C@_06CGOBHNDK@pminud?$AA@ 1009d5d0 udis86:itab.obj + 0002:000145d8 ??_C@_06EHAODMKI@pminuw?$AA@ 1009d5d8 udis86:itab.obj + 0002:000145e0 ??_C@_08JFPNOFE@pmovmskb?$AA@ 1009d5e0 udis86:itab.obj + 0002:000145ec ??_C@_08FIAFOMLP@pmovsxbd?$AA@ 1009d5ec udis86:itab.obj + 0002:000145f8 ??_C@_08GPLAAKKL@pmovsxbq?$AA@ 1009d5f8 udis86:itab.obj + 0002:00014604 ??_C@_08DJOKKNCN@pmovsxbw?$AA@ 1009d604 udis86:itab.obj + 0002:00014610 ??_C@_08GLDNHGBJ@pmovsxdq?$AA@ 1009d610 udis86:itab.obj + 0002:0001461c ??_C@_08ECOIINCE@pmovsxwd?$AA@ 1009d61c udis86:itab.obj + 0002:00014628 ??_C@_08HFFNGLDA@pmovsxwq?$AA@ 1009d628 udis86:itab.obj + 0002:00014634 ??_C@_08FFBFIOMO@pmovzxbd?$AA@ 1009d634 udis86:itab.obj + 0002:00014640 ??_C@_08GCKAGINK@pmovzxbq?$AA@ 1009d640 udis86:itab.obj + 0002:0001464c ??_C@_08DEPKMPFM@pmovzxbw?$AA@ 1009d64c udis86:itab.obj + 0002:00014658 ??_C@_08GGCNBEGI@pmovzxdq?$AA@ 1009d658 udis86:itab.obj + 0002:00014664 ??_C@_08EPPIOPFF@pmovzxwd?$AA@ 1009d664 udis86:itab.obj + 0002:00014670 ??_C@_08HIENAJEB@pmovzxwq?$AA@ 1009d670 udis86:itab.obj + 0002:0001467c ??_C@_06DKJOAGB@pmuldq?$AA@ 1009d67c udis86:itab.obj + 0002:00014684 ??_C@_08DNGAMAOA@pmulhrsw?$AA@ 1009d684 udis86:itab.obj + 0002:00014690 ??_C@_07BCFIBGPO@pmulhrw?$AA@ 1009d690 udis86:itab.obj + 0002:00014698 ??_C@_07BHBHAAHL@pmulhuw?$AA@ 1009d698 udis86:itab.obj + 0002:000146a0 ??_C@_06FMOJLOID@pmulhw?$AA@ 1009d6a0 udis86:itab.obj + 0002:000146a8 ??_C@_06DKAPFHMN@pmulld?$AA@ 1009d6a8 udis86:itab.obj + 0002:000146b0 ??_C@_06FLOABGFP@pmullw?$AA@ 1009d6b0 udis86:itab.obj + 0002:000146b8 ??_C@_07PONKOBPI@pmuludq?$AA@ 1009d6b8 udis86:itab.obj + 0002:000146c0 ??_C@_03NJDAHFJE@pop?$AA@ 1009d6c0 udis86:itab.obj + 0002:000146c4 ??_C@_04ILFNDNMO@popa?$AA@ 1009d6c4 udis86:itab.obj + 0002:000146cc ??_C@_05HNMGBMCJ@popad?$AA@ 1009d6cc udis86:itab.obj + 0002:000146d4 ??_C@_06KOACKPNP@popcnt?$AA@ 1009d6d4 udis86:itab.obj + 0002:000146dc ??_C@_05HIIJAKKM@popfd?$AA@ 1009d6dc udis86:itab.obj + 0002:000146e4 ??_C@_05EPDMOMLI@popfq?$AA@ 1009d6e4 udis86:itab.obj + 0002:000146ec ??_C@_05BJGGELDO@popfw?$AA@ 1009d6ec udis86:itab.obj + 0002:000146f4 ??_C@_03OLAGBHBG@por?$AA@ 1009d6f4 udis86:itab.obj + 0002:000146f8 ??_C@_08FCDJGKEM@prefetch?$AA@ 1009d6f8 udis86:itab.obj + 0002:00014704 ??_C@_0M@ENHAGFIJ@prefetchnta?$AA@ 1009d704 udis86:itab.obj + 0002:00014710 ??_C@_0L@HNBFCMAJ@prefetcht0?$AA@ 1009d710 udis86:itab.obj + 0002:0001471c ??_C@_0L@GEAOBNEI@prefetcht1?$AA@ 1009d71c udis86:itab.obj + 0002:00014728 ??_C@_0L@EPCDEOIL@prefetcht2?$AA@ 1009d728 udis86:itab.obj + 0002:00014734 ??_C@_06DIHGEBBD@psadbw?$AA@ 1009d734 udis86:itab.obj + 0002:0001473c ??_C@_06ONHPFNFA@pshufb?$AA@ 1009d73c udis86:itab.obj + 0002:00014744 ??_C@_06LLCFPKNG@pshufd?$AA@ 1009d744 udis86:itab.obj + 0002:0001474c ??_C@_07GGPEEEO@pshufhw?$AA@ 1009d74c udis86:itab.obj + 0002:00014754 ??_C@_07BGGOMJC@pshuflw?$AA@ 1009d754 udis86:itab.obj + 0002:0001475c ??_C@_06NKMKLLEE@pshufw?$AA@ 1009d75c udis86:itab.obj + 0002:00014764 ??_C@_06CEBMLKEM@psignb?$AA@ 1009d764 udis86:itab.obj + 0002:0001476c ??_C@_06HCEGBNMK@psignd?$AA@ 1009d76c udis86:itab.obj + 0002:00014774 ??_C@_06BDKJFMFI@psignw?$AA@ 1009d774 udis86:itab.obj + 0002:0001477c ??_C@_05MKMBBNNO@pslld?$AA@ 1009d77c udis86:itab.obj + 0002:00014784 ??_C@_06FHIFHGHJ@pslldq?$AA@ 1009d784 udis86:itab.obj + 0002:0001478c ??_C@_05PNHEPLMK@psllq?$AA@ 1009d78c udis86:itab.obj + 0002:00014794 ??_C@_05KLCOFMEM@psllw?$AA@ 1009d794 udis86:itab.obj + 0002:0001479c ??_C@_05HCNPKOCB@psrad?$AA@ 1009d79c udis86:itab.obj + 0002:000147a4 ??_C@_05BDDAOPLD@psraw?$AA@ 1009d7a4 udis86:itab.obj + 0002:000147ac ??_C@_05HKAHDNHC@psrld?$AA@ 1009d7ac udis86:itab.obj + 0002:000147b4 ??_C@_06IIFFFPJK@psrldq?$AA@ 1009d7b4 udis86:itab.obj + 0002:000147bc ??_C@_05ENLCNLGG@psrlq?$AA@ 1009d7bc udis86:itab.obj + 0002:000147c4 ??_C@_05BLOIHMOA@psrlw?$AA@ 1009d7c4 udis86:itab.obj + 0002:000147cc ??_C@_05LLBEIPEH@psubb?$AA@ 1009d7cc udis86:itab.obj + 0002:000147d4 ??_C@_05ONEOCIMB@psubd?$AA@ 1009d7d4 udis86:itab.obj + 0002:000147dc ??_C@_05NKPLMONF@psubq?$AA@ 1009d7dc udis86:itab.obj + 0002:000147e4 ??_C@_06KCCMAANO@psubsb?$AA@ 1009d7e4 udis86:itab.obj + 0002:000147ec ??_C@_06JFJJOGMK@psubsw?$AA@ 1009d7ec udis86:itab.obj + 0002:000147f4 ??_C@_07OINEMGN@psubusb?$AA@ 1009d7f4 udis86:itab.obj + 0002:000147fc ??_C@_07DJDIKKHJ@psubusw?$AA@ 1009d7fc udis86:itab.obj + 0002:00014804 ??_C@_05IMKBGJFD@psubw?$AA@ 1009d804 udis86:itab.obj + 0002:0001480c ??_C@_06JOEFOFIP@pswapd?$AA@ 1009d80c udis86:itab.obj + 0002:00014814 ??_C@_05FIFBHIFI@ptest?$AA@ 1009d814 udis86:itab.obj + 0002:0001481c ??_C@_09MMDMOCBC@punpckhbw?$AA@ 1009d81c udis86:itab.obj + 0002:00014828 ??_C@_09JOOLDJCG@punpckhdq?$AA@ 1009d828 udis86:itab.obj + 0002:00014834 ??_C@_0L@JJJNOAEF@punpckhqdq?$AA@ 1009d834 udis86:itab.obj + 0002:00014840 ??_C@_09LHDOMCBL@punpckhwd?$AA@ 1009d840 udis86:itab.obj + 0002:0001484c ??_C@_09EDFOHFEF@punpcklbw?$AA@ 1009d84c udis86:itab.obj + 0002:00014858 ??_C@_09BBIJKOHB@punpckldq?$AA@ 1009d858 udis86:itab.obj + 0002:00014864 ??_C@_0L@GMBNEGIF@punpcklqdq?$AA@ 1009d864 udis86:itab.obj + 0002:00014870 ??_C@_09DIFMFFEM@punpcklwd?$AA@ 1009d870 udis86:itab.obj + 0002:0001487c ??_C@_04GHHNIPCF@push?$AA@ 1009d87c udis86:itab.obj + 0002:00014884 ??_C@_05DHIFPDCO@pusha?$AA@ 1009d884 udis86:itab.obj + 0002:0001488c ??_C@_06NNHACGJP@pushad?$AA@ 1009d88c udis86:itab.obj + 0002:00014894 ??_C@_06NIDPDABK@pushfd?$AA@ 1009d894 udis86:itab.obj + 0002:0001489c ??_C@_06OPIKNGAO@pushfq?$AA@ 1009d89c udis86:itab.obj + 0002:000148a4 ??_C@_06LJNAHBII@pushfw?$AA@ 1009d8a4 udis86:itab.obj + 0002:000148ac ??_C@_04DAAGPHDH@pxor?$AA@ 1009d8ac udis86:itab.obj + 0002:000148b4 ??_C@_03JMFEBJCG@rcl?$AA@ 1009d8b4 udis86:itab.obj + 0002:000148b8 ??_C@_05ONJJBNPC@rcpps?$AA@ 1009d8b8 udis86:itab.obj + 0002:000148c0 ??_C@_05OPNPKDKL@rcpss?$AA@ 1009d8c0 udis86:itab.obj + 0002:000148c8 ??_C@_03EIBFCGPJ@rcr?$AA@ 1009d8c8 udis86:itab.obj + 0002:000148cc ??_C@_05OGJHMBLI@rdmsr?$AA@ 1009d8cc udis86:itab.obj + 0002:000148d4 ??_C@_05BIFODJA@rdpmc?$AA@ 1009d8d4 udis86:itab.obj + 0002:000148dc ??_C@_06MJFBMHIP@rdrand?$AA@ 1009d8dc udis86:itab.obj + 0002:000148e4 ??_C@_05JIFPPKLN@rdtsc?$AA@ 1009d8e4 udis86:itab.obj + 0002:000148ec ??_C@_06JKHHOJDN@rdtscp?$AA@ 1009d8ec udis86:itab.obj + 0002:000148f4 ??_C@_03HOKODIMJ@rep?$AA@ 1009d8f4 udis86:itab.obj + 0002:000148f8 ??_C@_05GIPJNDPP@repne?$AA@ 1009d8f8 udis86:itab.obj + 0002:00014900 ??_C@_03BKMCPNMN@ret?$AA@ 1009d900 udis86:itab.obj + 0002:00014904 ??_C@_04NGGILANB@retf?$AA@ 1009d904 udis86:itab.obj + 0002:0001490c ??_C@_03JFEOOAEC@rol?$AA@ 1009d90c udis86:itab.obj + 0002:00014910 ??_C@_03EBAPNPJN@ror?$AA@ 1009d910 udis86:itab.obj + 0002:00014914 ??_C@_07JFJPHJIO@roundpd?$AA@ 1009d914 udis86:itab.obj + 0002:0001491c ??_C@_07JABMPNBI@roundps?$AA@ 1009d91c udis86:itab.obj + 0002:00014924 ??_C@_07JHNJMHNH@roundsd?$AA@ 1009d924 udis86:itab.obj + 0002:0001492c ??_C@_07JCFKEDEB@roundss?$AA@ 1009d92c udis86:itab.obj + 0002:00014934 ??_C@_03JJGJILBH@rsm?$AA@ 1009d934 udis86:itab.obj + 0002:00014938 ??_C@_07FOPKGEKI@rsqrtps?$AA@ 1009d938 udis86:itab.obj + 0002:00014940 ??_C@_07FMLMNKPB@rsqrtss?$AA@ 1009d940 udis86:itab.obj + 0002:00014948 ??_C@_04HBFGFECC@sahf?$AA@ 1009d948 udis86:itab.obj + 0002:00014950 ??_C@_04LCIAILL@salc?$AA@ 1009d950 udis86:itab.obj + 0002:00014958 ??_C@_03PDCNJFPC@sar?$AA@ 1009d958 udis86:itab.obj + 0002:0001495c ??_C@_03LLKJDJPK@sbb?$AA@ 1009d95c udis86:itab.obj + 0002:00014960 ??_C@_05JPPPGDOE@scasb?$AA@ 1009d960 udis86:itab.obj + 0002:00014968 ??_C@_05MJKFMEGC@scasd?$AA@ 1009d968 udis86:itab.obj + 0002:00014970 ??_C@_05POBACCHG@scasq?$AA@ 1009d970 udis86:itab.obj + 0002:00014978 ??_C@_05KIEKIFPA@scasw?$AA@ 1009d978 udis86:itab.obj + 0002:00014980 ??_C@_04KEEJAPKG@seta?$AA@ 1009d980 udis86:itab.obj + 0002:00014988 ??_C@_05CHJLNADA@setae?$AA@ 1009d988 udis86:itab.obj + 0002:00014990 ??_C@_04IPGEFMGF@setb?$AA@ 1009d990 udis86:itab.obj + 0002:00014998 ??_C@_05CFNNGOGJ@setbe?$AA@ 1009d998 udis86:itab.obj + 0002:000149a0 ??_C@_04PCBDKICA@setg?$AA@ 1009d9a0 udis86:itab.obj + 0002:000149a8 ??_C@_05CDBGKMIC@setge?$AA@ 1009d9a8 udis86:itab.obj + 0002:000149b0 ??_C@_04BBOHHBOL@setl?$AA@ 1009d9b0 udis86:itab.obj + 0002:000149b8 ??_C@_05CPEDEDGD@setle?$AA@ 1009d9b8 udis86:itab.obj + 0002:000149c0 ??_C@_05NGCIHPIH@setno?$AA@ 1009d9c0 udis86:itab.obj + 0002:000149c8 ??_C@_05BLHCHBBJ@setnp?$AA@ 1009d9c8 udis86:itab.obj + 0002:000149d0 ??_C@_05DAFPCCNK@setns?$AA@ 1009d9d0 udis86:itab.obj + 0002:000149d8 ??_C@_05OBJNJJJD@setnz?$AA@ 1009d9d8 udis86:itab.obj + 0002:000149e0 ??_C@_04DKMKCCCI@seto?$AA@ 1009d9e0 udis86:itab.obj + 0002:000149e8 ??_C@_04PHJACMLG@setp?$AA@ 1009d9e8 udis86:itab.obj + 0002:000149f0 ??_C@_04NMLNHPHF@sets?$AA@ 1009d9f0 udis86:itab.obj + 0002:000149f8 ??_C@_04NHPMEDM@setz?$AA@ 1009d9f8 udis86:itab.obj + 0002:00014a00 ??_C@_06LJIOJEOG@sfence?$AA@ 1009da00 udis86:itab.obj + 0002:00014a08 ??_C@_04CFNDICEJ@sgdt?$AA@ 1009da08 udis86:itab.obj + 0002:00014a10 ??_C@_03CILNJBKC@shl?$AA@ 1009da10 udis86:itab.obj + 0002:00014a14 ??_C@_04DJGBNBPG@shld?$AA@ 1009da14 udis86:itab.obj + 0002:00014a1c ??_C@_03PMPMKOHN@shr?$AA@ 1009da1c udis86:itab.obj + 0002:00014a20 ??_C@_04CPNJFPIM@shrd?$AA@ 1009da20 udis86:itab.obj + 0002:00014a28 ??_C@_06CBKLGGJD@shufpd?$AA@ 1009da28 udis86:itab.obj + 0002:00014a30 ??_C@_06CECIOCAF@shufps?$AA@ 1009da30 udis86:itab.obj + 0002:00014a38 ??_C@_04MFAMPFHK@sidt?$AA@ 1009da38 udis86:itab.obj + 0002:00014a40 ??_C@_06JOKOMMPP@skinit?$AA@ 1009da40 udis86:itab.obj + 0002:00014a48 ??_C@_04PCNCAFEI@sldt?$AA@ 1009da48 udis86:itab.obj + 0002:00014a50 ??_C@_04HICKIEBL@smsw?$AA@ 1009da50 udis86:itab.obj + 0002:00014a58 ??_C@_06ENECHGME@sqrtpd?$AA@ 1009da58 udis86:itab.obj + 0002:00014a60 ??_C@_06EIMBPCFC@sqrtps?$AA@ 1009da60 udis86:itab.obj + 0002:00014a68 ??_C@_06EPAEMIJN@sqrtsd?$AA@ 1009da68 udis86:itab.obj + 0002:00014a70 ??_C@_06EKIHEMAL@sqrtss?$AA@ 1009da70 udis86:itab.obj + 0002:00014a78 ??_C@_03LKBJNHHJ@stc?$AA@ 1009da78 udis86:itab.obj + 0002:00014a7c ??_C@_03PFFIEBLO@std?$AA@ 1009da7c udis86:itab.obj + 0002:00014a80 ??_C@_04JKFFKIHN@stgi?$AA@ 1009da80 udis86:itab.obj + 0002:00014a88 ??_C@_03EAPGDPPD@sti?$AA@ 1009da88 udis86:itab.obj + 0002:00014a8c ??_C@_07LPMAGAMH@stmxcsr?$AA@ 1009da8c udis86:itab.obj + 0002:00014a94 ??_C@_05KNOAFPEF@stosb?$AA@ 1009da94 udis86:itab.obj + 0002:00014a9c ??_C@_05PLLKPIMD@stosd?$AA@ 1009da9c udis86:itab.obj + 0002:00014aa4 ??_C@_05MMAPBONH@stosq?$AA@ 1009daa4 udis86:itab.obj + 0002:00014aac ??_C@_05JKFFLJFB@stosw?$AA@ 1009daac udis86:itab.obj + 0002:00014ab4 ??_C@_03OJMAPEGJ@str?$AA@ 1009dab4 udis86:itab.obj + 0002:00014ab8 ??_C@_03KCMAIMAP@sub?$AA@ 1009dab8 udis86:itab.obj + 0002:00014abc ??_C@_05DGPGLHPH@subpd?$AA@ 1009dabc udis86:itab.obj + 0002:00014ac4 ??_C@_05DDHFDDGB@subps?$AA@ 1009dac4 udis86:itab.obj + 0002:00014acc ??_C@_05DELAAJKO@subsd?$AA@ 1009dacc udis86:itab.obj + 0002:00014ad4 ??_C@_05DBDDINDI@subss?$AA@ 1009dad4 udis86:itab.obj + 0002:00014adc ??_C@_06CPNDNOLP@swapgs?$AA@ 1009dadc udis86:itab.obj + 0002:00014ae4 ??_C@_07JJMJNHGG@syscall?$AA@ 1009dae4 udis86:itab.obj + 0002:00014aec ??_C@_08HHDECGPN@sysenter?$AA@ 1009daec udis86:itab.obj + 0002:00014af8 ??_C@_07LPEIGAGB@sysexit?$AA@ 1009daf8 udis86:itab.obj + 0002:00014b00 ??_C@_06OJDFPBAP@sysret?$AA@ 1009db00 udis86:itab.obj + 0002:00014b08 ??_C@_04CEJDCDCH@test?$AA@ 1009db08 udis86:itab.obj + 0002:00014b10 ??_C@_07ENDLCHEK@ucomisd?$AA@ 1009db10 udis86:itab.obj + 0002:00014b18 ??_C@_07EILIKDNM@ucomiss?$AA@ 1009db18 udis86:itab.obj + 0002:00014b20 ??_C@_03CAPEEHMA@ud2?$AA@ 1009db20 udis86:itab.obj + 0002:00014b24 ??_C@_08EBLLCNNO@unpckhpd?$AA@ 1009db24 udis86:itab.obj + 0002:00014b30 ??_C@_08EEDIKJEI@unpckhps?$AA@ 1009db30 udis86:itab.obj + 0002:00014b3c ??_C@_08MONJLKIJ@unpcklpd?$AA@ 1009db3c udis86:itab.obj + 0002:00014b48 ??_C@_08MLFKDOBP@unpcklps?$AA@ 1009db48 udis86:itab.obj + 0002:00014b54 ??_C@_06KDBFGOEF@vaddpd?$AA@ 1009db54 udis86:itab.obj + 0002:00014b5c ??_C@_06KGJGOKND@vaddps?$AA@ 1009db5c udis86:itab.obj + 0002:00014b64 ??_C@_06KBFDNABM@vaddsd?$AA@ 1009db64 udis86:itab.obj + 0002:00014b6c ??_C@_06KENAFEIK@vaddss?$AA@ 1009db6c udis86:itab.obj + 0002:00014b74 ??_C@_09PPKJNIKN@vaddsubpd?$AA@ 1009db74 udis86:itab.obj + 0002:00014b80 ??_C@_09PKCKFMDL@vaddsubps?$AA@ 1009db80 udis86:itab.obj + 0002:00014b8c ??_C@_07IPOAKKNN@vaesdec?$AA@ 1009db8c udis86:itab.obj + 0002:00014b94 ??_C@_0M@OBBELEHO@vaesdeclast?$AA@ 1009db94 udis86:itab.obj + 0002:00014ba0 ??_C@_07DLAJCCFJ@vaesenc?$AA@ 1009dba0 udis86:itab.obj + 0002:00014ba8 ??_C@_0M@CPLJOABK@vaesenclast?$AA@ 1009dba8 udis86:itab.obj + 0002:00014bb4 ??_C@_07HDJJCDLI@vaesimc?$AA@ 1009dbb4 udis86:itab.obj + 0002:00014bbc ??_C@_0BB@PMMLANHC@vaeskeygenassist?$AA@ 1009dbbc udis86:itab.obj + 0002:00014bd0 ??_C@_07NPGAGLE@vandnpd?$AA@ 1009dbd0 udis86:itab.obj + 0002:00014bd8 ??_C@_07IHFICCC@vandnps?$AA@ 1009dbd8 udis86:itab.obj + 0002:00014be0 ??_C@_06OJKFHGOE@vandpd?$AA@ 1009dbe0 udis86:itab.obj + 0002:00014be8 ??_C@_06OMCGPCHC@vandps?$AA@ 1009dbe8 udis86:itab.obj + 0002:00014bf0 ??_C@_08NLIICBDL@vblendpd?$AA@ 1009dbf0 udis86:itab.obj + 0002:00014bfc ??_C@_08NOALKFKN@vblendps?$AA@ 1009dbfc udis86:itab.obj + 0002:00014c08 ??_C@_09IOAFJLNG@vblendvpd?$AA@ 1009dc08 udis86:itab.obj + 0002:00014c14 ??_C@_09ILIGBPEA@vblendvps?$AA@ 1009dc14 udis86:itab.obj + 0002:00014c20 ??_C@_0N@MDBHDICD@vbroadcastsd?$AA@ 1009dc20 udis86:itab.obj + 0002:00014c30 ??_C@_0N@MGJELMLF@vbroadcastss?$AA@ 1009dc30 udis86:itab.obj + 0002:00014c40 ??_C@_06DMLGGNPH@vcmppd?$AA@ 1009dc40 udis86:itab.obj + 0002:00014c48 ??_C@_06DJDFOJGB@vcmpps?$AA@ 1009dc48 udis86:itab.obj + 0002:00014c50 ??_C@_06DOPANDKO@vcmpsd?$AA@ 1009dc50 udis86:itab.obj + 0002:00014c58 ??_C@_06DLHDFHDI@vcmpss?$AA@ 1009dc58 udis86:itab.obj + 0002:00014c60 ??_C@_07MDLECAKJ@vcomisd?$AA@ 1009dc60 udis86:itab.obj + 0002:00014c68 ??_C@_07MGDHKEDP@vcomiss?$AA@ 1009dc68 udis86:itab.obj + 0002:00014c70 ??_C@_09KIEBMBPC@vcvtdq2pd?$AA@ 1009dc70 udis86:itab.obj + 0002:00014c7c ??_C@_09KNMCEFGE@vcvtdq2ps?$AA@ 1009dc7c udis86:itab.obj + 0002:00014c88 ??_C@_09LEJMHEDF@vcvtpd2dq?$AA@ 1009dc88 udis86:itab.obj + 0002:00014c94 ??_C@_09JNIFBNBL@vcvtpd2ps?$AA@ 1009dc94 udis86:itab.obj + 0002:00014ca0 ??_C@_09GGFMDPKH@vcvtps2dq?$AA@ 1009dca0 udis86:itab.obj + 0002:00014cac ??_C@_09EKMGNCBP@vcvtps2pd?$AA@ 1009dcac udis86:itab.obj + 0002:00014cb8 ??_C@_09KJHKCLDH@vcvtsd2si?$AA@ 1009dcb8 udis86:itab.obj + 0002:00014cc4 ??_C@_09BJFHNBOM@vcvtsd2ss?$AA@ 1009dcc4 udis86:itab.obj + 0002:00014cd0 ??_C@_09OEEEJBML@vcvtsi2sd?$AA@ 1009dcd0 udis86:itab.obj + 0002:00014cdc ??_C@_09OBMHBFFN@vcvtsi2ss?$AA@ 1009dcdc udis86:itab.obj + 0002:00014ce8 ??_C@_09MOBEBOOI@vcvtss2sd?$AA@ 1009dce8 udis86:itab.obj + 0002:00014cf4 ??_C@_09HLLKGAKF@vcvtss2si?$AA@ 1009dcf4 udis86:itab.obj + 0002:00014d00 ??_C@_0L@EPPDHPPA@vcvttpd2dq?$AA@ 1009dd00 udis86:itab.obj + 0002:00014d0c ??_C@_0L@JNDDDEGC@vcvttps2dq?$AA@ 1009dd0c udis86:itab.obj + 0002:00014d18 ??_C@_0L@FCBFCAPC@vcvttsd2si?$AA@ 1009dd18 udis86:itab.obj + 0002:00014d24 ??_C@_0L@IANFGLGA@vcvttss2si?$AA@ 1009dd24 udis86:itab.obj + 0002:00014d30 ??_C@_06PBFIKEFD@vdivpd?$AA@ 1009dd30 udis86:itab.obj + 0002:00014d38 ??_C@_06PENLCAMF@vdivps?$AA@ 1009dd38 udis86:itab.obj + 0002:00014d40 ??_C@_06PDBOBKAK@vdivsd?$AA@ 1009dd40 udis86:itab.obj + 0002:00014d48 ??_C@_06PGJNJOJM@vdivss?$AA@ 1009dd48 udis86:itab.obj + 0002:00014d50 ??_C@_05MBKLAHGC@vdppd?$AA@ 1009dd50 udis86:itab.obj + 0002:00014d58 ??_C@_05MECIIDPE@vdpps?$AA@ 1009dd58 udis86:itab.obj + 0002:00014d60 ??_C@_04JMLLNPG@verr?$AA@ 1009dd60 udis86:itab.obj + 0002:00014d68 ??_C@_04HELMEJLD@verw?$AA@ 1009dd68 udis86:itab.obj + 0002:00014d70 ??_C@_0N@GHEEFFJN@vextractf128?$AA@ 1009dd70 udis86:itab.obj + 0002:00014d80 ??_C@_0L@EDDICPO@vextractps?$AA@ 1009dd80 udis86:itab.obj + 0002:00014d8c ??_C@_07GIFBBNG@vhaddpd?$AA@ 1009dd8c udis86:itab.obj + 0002:00014d94 ??_C@_07DAGJFEA@vhaddps?$AA@ 1009dd94 udis86:itab.obj + 0002:00014d9c ??_C@_07DAHAFDKI@vhsubpd?$AA@ 1009dd9c udis86:itab.obj + 0002:00014da4 ??_C@_07DFPDNHDO@vhsubps?$AA@ 1009dda4 udis86:itab.obj + 0002:00014dac ??_C@_0M@HPBOMOMM@vinsertf128?$AA@ 1009ddac udis86:itab.obj + 0002:00014db8 ??_C@_09GAJGHFHO@vinsertps?$AA@ 1009ddb8 udis86:itab.obj + 0002:00014dc4 ??_C@_06ENJADELM@vlddqu?$AA@ 1009ddc4 udis86:itab.obj + 0002:00014dcc ??_C@_0M@HIPJIAEN@vmaskmovdqu?$AA@ 1009ddcc udis86:itab.obj + 0002:00014dd8 ??_C@_0L@PCLMIHED@vmaskmovpd?$AA@ 1009ddd8 udis86:itab.obj + 0002:00014de4 ??_C@_0L@PHDPADNF@vmaskmovps?$AA@ 1009dde4 udis86:itab.obj + 0002:00014df0 ??_C@_06GPIMJGJ@vmaxpd?$AA@ 1009ddf0 udis86:itab.obj + 0002:00014df8 ??_C@_06DHLENPP@vmaxps?$AA@ 1009ddf8 udis86:itab.obj + 0002:00014e00 ??_C@_06ELOHHDA@vmaxsd?$AA@ 1009de00 udis86:itab.obj + 0002:00014e08 ??_C@_06BDNPDKG@vmaxss?$AA@ 1009de08 udis86:itab.obj + 0002:00014e10 ??_C@_06IMMMFCAA@vmcall?$AA@ 1009de10 udis86:itab.obj + 0002:00014e18 ??_C@_07JAMFMPEO@vmclear?$AA@ 1009de18 udis86:itab.obj + 0002:00014e20 ??_C@_06EDPKIKOL@vminpd?$AA@ 1009de20 udis86:itab.obj + 0002:00014e28 ??_C@_06EGHJAOHN@vminps?$AA@ 1009de28 udis86:itab.obj + 0002:00014e30 ??_C@_06EBLMDELC@vminsd?$AA@ 1009de30 udis86:itab.obj + 0002:00014e38 ??_C@_06EEDPLACE@vminss?$AA@ 1009de38 udis86:itab.obj + 0002:00014e40 ??_C@_08FDGBGFFD@vmlaunch?$AA@ 1009de40 udis86:itab.obj + 0002:00014e4c ??_C@_06COECKLLJ@vmload?$AA@ 1009de4c udis86:itab.obj + 0002:00014e54 ??_C@_07HLGEACDE@vmmcall?$AA@ 1009de54 udis86:itab.obj + 0002:00014e5c ??_C@_07EDEJGLNB@vmovapd?$AA@ 1009de5c udis86:itab.obj + 0002:00014e64 ??_C@_07EGMKOPEH@vmovaps?$AA@ 1009de64 udis86:itab.obj + 0002:00014e6c ??_C@_05MAEMFOGI@vmovd?$AA@ 1009de6c udis86:itab.obj + 0002:00014e74 ??_C@_08NENHFECA@vmovddup?$AA@ 1009de74 udis86:itab.obj + 0002:00014e80 ??_C@_07ICCAFJB@vmovdqa?$AA@ 1009de80 udis86:itab.obj + 0002:00014e88 ??_C@_07CGIMNCME@vmovdqu?$AA@ 1009de88 udis86:itab.obj + 0002:00014e90 ??_C@_08PJHFAAOG@vmovhlps?$AA@ 1009de90 udis86:itab.obj + 0002:00014e9c ??_C@_07DOEBCEFL@vmovhpd?$AA@ 1009de9c udis86:itab.obj + 0002:00014ea4 ??_C@_07DLMCKAMN@vmovhps?$AA@ 1009dea4 udis86:itab.obj + 0002:00014eac ??_C@_08IDJHDBHB@vmovlhps?$AA@ 1009deac udis86:itab.obj + 0002:00014eb8 ??_C@_07LBCDLDAM@vmovlpd?$AA@ 1009deb8 udis86:itab.obj + 0002:00014ec0 ??_C@_07LEKADHJK@vmovlps?$AA@ 1009dec0 udis86:itab.obj + 0002:00014ec8 ??_C@_09HPCCGDMJ@vmovmskpd?$AA@ 1009dec8 udis86:itab.obj + 0002:00014ed4 ??_C@_09HKKBOHFP@vmovmskps?$AA@ 1009ded4 udis86:itab.obj + 0002:00014ee0 ??_C@_08MKIBODBI@vmovntdq?$AA@ 1009dee0 udis86:itab.obj + 0002:00014eec ??_C@_09GPEAEDFD@vmovntdqa?$AA@ 1009deec udis86:itab.obj + 0002:00014ef8 ??_C@_08OGBLAOKA@vmovntpd?$AA@ 1009def8 udis86:itab.obj + 0002:00014f04 ??_C@_08ODJIIKDG@vmovntps?$AA@ 1009df04 udis86:itab.obj + 0002:00014f10 ??_C@_05PHPJLIHM@vmovq?$AA@ 1009df10 udis86:itab.obj + 0002:00014f18 ??_C@_06FLFBLOGC@vmovsd?$AA@ 1009df18 udis86:itab.obj + 0002:00014f20 ??_C@_09CBMIKDFJ@vmovshdup?$AA@ 1009df20 udis86:itab.obj + 0002:00014f2c ??_C@_09NEEIAFJJ@vmovsldup?$AA@ 1009df2c udis86:itab.obj + 0002:00014f38 ??_C@_06FONCDKPE@vmovss?$AA@ 1009df38 udis86:itab.obj + 0002:00014f40 ??_C@_07JMDCKLBJ@vmovupd?$AA@ 1009df40 udis86:itab.obj + 0002:00014f48 ??_C@_07JJLBCPIP@vmovups?$AA@ 1009df48 udis86:itab.obj + 0002:00014f50 ??_C@_08ILEEIFPG@vmpsadbw?$AA@ 1009df50 udis86:itab.obj + 0002:00014f5c ??_C@_07JMJJCKJK@vmptrld?$AA@ 1009df5c udis86:itab.obj + 0002:00014f64 ??_C@_07MBCBNMIG@vmptrst?$AA@ 1009df64 udis86:itab.obj + 0002:00014f6c ??_C@_06JOCPGCDO@vmread?$AA@ 1009df6c udis86:itab.obj + 0002:00014f74 ??_C@_08EIHJLGKP@vmresume?$AA@ 1009df74 udis86:itab.obj + 0002:00014f80 ??_C@_05JKJGIHPJ@vmrun?$AA@ 1009df80 udis86:itab.obj + 0002:00014f88 ??_C@_06CMFPFIGN@vmsave?$AA@ 1009df88 udis86:itab.obj + 0002:00014f90 ??_C@_06EMODDIOD@vmulpd?$AA@ 1009df90 udis86:itab.obj + 0002:00014f98 ??_C@_06EJGALMHF@vmulps?$AA@ 1009df98 udis86:itab.obj + 0002:00014fa0 ??_C@_06EOKFIGLK@vmulsd?$AA@ 1009dfa0 udis86:itab.obj + 0002:00014fa8 ??_C@_06ELCGACCM@vmulss?$AA@ 1009dfa8 udis86:itab.obj + 0002:00014fb0 ??_C@_07ICOKPMJF@vmwrite?$AA@ 1009dfb0 udis86:itab.obj + 0002:00014fb8 ??_C@_06IMFLOOPM@vmxoff?$AA@ 1009dfb8 udis86:itab.obj + 0002:00014fc0 ??_C@_05OEJKEBDL@vmxon?$AA@ 1009dfc0 udis86:itab.obj + 0002:00014fc8 ??_C@_05BMHCPOPI@vorpd?$AA@ 1009dfc8 udis86:itab.obj + 0002:00014fd0 ??_C@_05BJPBHKGO@vorps?$AA@ 1009dfd0 udis86:itab.obj + 0002:00014fd8 ??_C@_06NCAIHGAI@vpabsb?$AA@ 1009dfd8 udis86:itab.obj + 0002:00014fe0 ??_C@_06IEFCNBIO@vpabsd?$AA@ 1009dfe0 udis86:itab.obj + 0002:00014fe8 ??_C@_06OFLNJABM@vpabsw?$AA@ 1009dfe8 udis86:itab.obj + 0002:00014ff0 ??_C@_09DLPFLBOH@vpackssdw?$AA@ 1009dff0 udis86:itab.obj + 0002:00014ffc ??_C@_09BCCAEKNK@vpacksswb?$AA@ 1009dffc udis86:itab.obj + 0002:00015008 ??_C@_09LELFEEEH@vpackusdw?$AA@ 1009e008 udis86:itab.obj + 0002:00015014 ??_C@_09JNGALPHK@vpackuswb?$AA@ 1009e014 udis86:itab.obj + 0002:00015020 ??_C@_06OOAKJMCB@vpaddb?$AA@ 1009e020 udis86:itab.obj + 0002:00015028 ??_C@_06LIFADLKH@vpaddd?$AA@ 1009e028 udis86:itab.obj + 0002:00015030 ??_C@_06IPOFNNLD@vpaddq?$AA@ 1009e030 udis86:itab.obj + 0002:00015038 ??_C@_07GKINKKA@vpaddsb?$AA@ 1009e038 udis86:itab.obj + 0002:00015040 ??_C@_07DBBNDMLE@vpaddsw?$AA@ 1009e040 udis86:itab.obj + 0002:00015048 ??_C@_08LJJEJEIM@vpaddusb?$AA@ 1009e048 udis86:itab.obj + 0002:00015054 ??_C@_08IOCBHCJI@vpaddusw?$AA@ 1009e054 udis86:itab.obj + 0002:00015060 ??_C@_06NJLPHKDF@vpaddw?$AA@ 1009e060 udis86:itab.obj + 0002:00015068 ??_C@_08JHLGPDG@vpalignr?$AA@ 1009e068 udis86:itab.obj + 0002:00015074 ??_C@_05KKNGIIKA@vpand?$AA@ 1009e074 udis86:itab.obj + 0002:0001507c ??_C@_06CNACDDEJ@vpandn?$AA@ 1009e07c udis86:itab.obj + 0002:00015084 ??_C@_06BGFMLNGM@vpavgb?$AA@ 1009e084 udis86:itab.obj + 0002:0001508c ??_C@_06CBOJFLHI@vpavgw?$AA@ 1009e08c udis86:itab.obj + 0002:00015094 ??_C@_09EJBAKIC@vpblendvb?$AA@ 1009e094 udis86:itab.obj + 0002:000150a0 ??_C@_08PAILKGLD@vpblendw?$AA@ 1009e0a0 udis86:itab.obj + 0002:000150ac ??_C@_0L@NBDJJMAH@vpclmulqdq?$AA@ 1009e0ac udis86:itab.obj + 0002:000150b8 ??_C@_08MPPJGGNO@vpcmpeqb?$AA@ 1009e0b8 udis86:itab.obj + 0002:000150c4 ??_C@_08JJKDMBFI@vpcmpeqd?$AA@ 1009e0c4 udis86:itab.obj + 0002:000150d0 ??_C@_08KOBGCHEM@vpcmpeqq?$AA@ 1009e0d0 udis86:itab.obj + 0002:000150dc ??_C@_08PIEMIAMK@vpcmpeqw?$AA@ 1009e0dc udis86:itab.obj + 0002:000150e8 ??_C@_0L@FHJCNEPG@vpcmpestri?$AA@ 1009e0e8 udis86:itab.obj + 0002:000150f4 ??_C@_0L@DDPOBBPC@vpcmpestrm?$AA@ 1009e0f4 udis86:itab.obj + 0002:00015100 ??_C@_08GDDLGMLO@vpcmpgtb?$AA@ 1009e100 udis86:itab.obj + 0002:0001510c ??_C@_08DFGBMLDI@vpcmpgtd?$AA@ 1009e10c udis86:itab.obj + 0002:00015118 ??_C@_08CNECNCM@vpcmpgtq?$AA@ 1009e118 udis86:itab.obj + 0002:00015124 ??_C@_08FEIOIKKK@vpcmpgtw?$AA@ 1009e124 udis86:itab.obj + 0002:00015130 ??_C@_0L@CAFABEIN@vpcmpistri?$AA@ 1009e130 udis86:itab.obj + 0002:0001513c ??_C@_0L@EEDMNBIJ@vpcmpistrm?$AA@ 1009e13c udis86:itab.obj + 0002:00015148 ??_C@_0L@EBGBBKJC@vperm2f128?$AA@ 1009e148 udis86:itab.obj + 0002:00015154 ??_C@_09PAKFEJKO@vpermilpd?$AA@ 1009e154 udis86:itab.obj + 0002:00015160 ??_C@_09PFCGMNDI@vpermilps?$AA@ 1009e160 udis86:itab.obj + 0002:0001516c ??_C@_07GJPCNPJN@vpextrb?$AA@ 1009e16c udis86:itab.obj + 0002:00015174 ??_C@_07DPKIHIBL@vpextrd?$AA@ 1009e174 udis86:itab.obj + 0002:0001517c ??_C@_07IBNJOAP@vpextrq?$AA@ 1009e17c udis86:itab.obj + 0002:00015184 ??_C@_07FOEHDJIJ@vpextrw?$AA@ 1009e184 udis86:itab.obj + 0002:0001518c ??_C@_07KGHEBGGL@vphaddd?$AA@ 1009e18c udis86:itab.obj + 0002:00015194 ??_C@_08KDNBJGAC@vphaddsw?$AA@ 1009e194 udis86:itab.obj + 0002:000151a0 ??_C@_07MHJLFHPJ@vphaddw?$AA@ 1009e1a0 udis86:itab.obj + 0002:000151a8 ??_C@_0M@JBMAEGIN@vphminposuw?$AA@ 1009e1a8 udis86:itab.obj + 0002:000151b4 ??_C@_07FAHMJOMB@vphsubd?$AA@ 1009e1b4 udis86:itab.obj + 0002:000151bc ??_C@_08JFCENEHM@vphsubsw?$AA@ 1009e1bc udis86:itab.obj + 0002:000151c8 ??_C@_07DBJDNPFD@vphsubw?$AA@ 1009e1c8 udis86:itab.obj + 0002:000151d0 ??_C@_07GMEHEFHN@vpinsrb?$AA@ 1009e1d0 udis86:itab.obj + 0002:000151d8 ??_C@_07DKBNOCPL@vpinsrd?$AA@ 1009e1d8 udis86:itab.obj + 0002:000151e0 ??_C@_07NKIAEOP@vpinsrq?$AA@ 1009e1e0 udis86:itab.obj + 0002:000151e8 ??_C@_07FLPCKDGJ@vpinsrw?$AA@ 1009e1e8 udis86:itab.obj + 0002:000151f0 ??_C@_0L@LPIDNJFI@vpmaddubsw?$AA@ 1009e1f0 udis86:itab.obj + 0002:000151fc ??_C@_08JHAPFAOL@vpmaddwd?$AA@ 1009e1fc udis86:itab.obj + 0002:00015208 ??_C@_07KDEFHNIM@vpmaxsb?$AA@ 1009e208 udis86:itab.obj + 0002:00015210 ??_C@_07PFBPNKAK@vpmaxsd?$AA@ 1009e210 udis86:itab.obj + 0002:00015218 ??_C@_07JEPAJLJI@vpmaxsw?$AA@ 1009e218 udis86:itab.obj + 0002:00015220 ??_C@_07KHMIABDO@vpmaxub?$AA@ 1009e220 udis86:itab.obj + 0002:00015228 ??_C@_07PBJCKGLI@vpmaxud?$AA@ 1009e228 udis86:itab.obj + 0002:00015230 ??_C@_07JAHNOHCK@vpmaxuw?$AA@ 1009e230 udis86:itab.obj + 0002:00015238 ??_C@_07OGEHDOAO@vpminsb?$AA@ 1009e238 udis86:itab.obj + 0002:00015240 ??_C@_07LABNJJII@vpminsd?$AA@ 1009e240 udis86:itab.obj + 0002:00015248 ??_C@_07NBPCNIBK@vpminsw?$AA@ 1009e248 udis86:itab.obj + 0002:00015250 ??_C@_07OCMKECLM@vpminub?$AA@ 1009e250 udis86:itab.obj + 0002:00015258 ??_C@_07LEJAOFDK@vpminud?$AA@ 1009e258 udis86:itab.obj + 0002:00015260 ??_C@_07NFHPKEKI@vpminuw?$AA@ 1009e260 udis86:itab.obj + 0002:00015268 ??_C@_09PHILFHFD@vpmovmskb?$AA@ 1009e268 udis86:itab.obj + 0002:00015274 ??_C@_09KGNBGFLI@vpmovsxbd?$AA@ 1009e274 udis86:itab.obj + 0002:00015280 ??_C@_09JBGEIDKM@vpmovsxbq?$AA@ 1009e280 udis86:itab.obj + 0002:0001528c ??_C@_09MHDOCECK@vpmovsxbw?$AA@ 1009e28c udis86:itab.obj + 0002:00015298 ??_C@_09LMDMAECD@vpmovsxwd?$AA@ 1009e298 udis86:itab.obj + 0002:000152a4 ??_C@_09ILIJOCDH@vpmovsxwq?$AA@ 1009e2a4 udis86:itab.obj + 0002:000152b0 ??_C@_09KLMBAHMJ@vpmovzxbd?$AA@ 1009e2b0 udis86:itab.obj + 0002:000152bc ??_C@_09JMHEOBNN@vpmovzxbq?$AA@ 1009e2bc udis86:itab.obj + 0002:000152c8 ??_C@_09MKCOEGFL@vpmovzxbw?$AA@ 1009e2c8 udis86:itab.obj + 0002:000152d4 ??_C@_09JIPJJNGP@vpmovzxdq?$AA@ 1009e2d4 udis86:itab.obj + 0002:000152e0 ??_C@_09LBCMGGFC@vpmovzxwd?$AA@ 1009e2e0 udis86:itab.obj + 0002:000152ec ??_C@_09IGJJIAEG@vpmovzxwq?$AA@ 1009e2ec udis86:itab.obj + 0002:000152f8 ??_C@_07JBNIHIGB@vpmuldq?$AA@ 1009e2f8 udis86:itab.obj + 0002:00015300 ??_C@_09MDLEEJOH@vpmulhrsw?$AA@ 1009e300 udis86:itab.obj + 0002:0001530c ??_C@_08BHIFHBOD@vpmulhuw?$AA@ 1009e30c udis86:itab.obj + 0002:00015318 ??_C@_07MOJICGID@vpmulhw?$AA@ 1009e318 udis86:itab.obj + 0002:00015320 ??_C@_07KIHOMPMN@vpmulld?$AA@ 1009e320 udis86:itab.obj + 0002:00015328 ??_C@_07MJJBIOFP@vpmullw?$AA@ 1009e328 udis86:itab.obj + 0002:00015330 ??_C@_04HKPCCKHI@vpor?$AA@ 1009e330 udis86:itab.obj + 0002:00015338 ??_C@_07KKAHNJBD@vpsadbw?$AA@ 1009e338 udis86:itab.obj + 0002:00015340 ??_C@_07HPAOMFFA@vpshufb?$AA@ 1009e340 udis86:itab.obj + 0002:00015348 ??_C@_07CJFEGCNG@vpshufd?$AA@ 1009e348 udis86:itab.obj + 0002:00015350 ??_C@_08GPNDFNG@vpshufhw?$AA@ 1009e350 udis86:itab.obj + 0002:0001535c ??_C@_08BPEJNAK@vpshuflw?$AA@ 1009e35c udis86:itab.obj + 0002:00015368 ??_C@_07LGGNCCEM@vpsignb?$AA@ 1009e368 udis86:itab.obj + 0002:00015370 ??_C@_07OADHIFMK@vpsignd?$AA@ 1009e370 udis86:itab.obj + 0002:00015378 ??_C@_07IBNIMEFI@vpsignw?$AA@ 1009e378 udis86:itab.obj + 0002:00015380 ??_C@_06GJNHIGBC@vpslld?$AA@ 1009e380 udis86:itab.obj + 0002:00015388 ??_C@_07MFPEOOHJ@vpslldq?$AA@ 1009e388 udis86:itab.obj + 0002:00015390 ??_C@_06FOGCGAAG@vpsllq?$AA@ 1009e390 udis86:itab.obj + 0002:00015398 ??_C@_06IDIMHIA@vpsllw?$AA@ 1009e398 udis86:itab.obj + 0002:000153a0 ??_C@_06NBMJDFON@vpsrad?$AA@ 1009e3a0 udis86:itab.obj + 0002:000153a8 ??_C@_06LACGHEHP@vpsraw?$AA@ 1009e3a8 udis86:itab.obj + 0002:000153b0 ??_C@_06NJBBKGLO@vpsrld?$AA@ 1009e3b0 udis86:itab.obj + 0002:000153b8 ??_C@_07BKCEMHJK@vpsrldq?$AA@ 1009e3b8 udis86:itab.obj + 0002:000153c0 ??_C@_06OOKEEAKK@vpsrlq?$AA@ 1009e3c0 udis86:itab.obj + 0002:000153c8 ??_C@_06LIPOOHCM@vpsrlw?$AA@ 1009e3c8 udis86:itab.obj + 0002:000153d0 ??_C@_06BIACBEIL@vpsubb?$AA@ 1009e3d0 udis86:itab.obj + 0002:000153d8 ??_C@_06EOFILDAN@vpsubd?$AA@ 1009e3d8 udis86:itab.obj + 0002:000153e0 ??_C@_06HJONFFBJ@vpsubq?$AA@ 1009e3e0 udis86:itab.obj + 0002:000153e8 ??_C@_07DAFNJINO@vpsubsb?$AA@ 1009e3e8 udis86:itab.obj + 0002:000153f0 ??_C@_07HOIHOMK@vpsubsw?$AA@ 1009e3f0 udis86:itab.obj + 0002:000153f8 ??_C@_08OBPDNPF@vpsubusb?$AA@ 1009e3f8 udis86:itab.obj + 0002:00015404 ??_C@_08DJKKNLOB@vpsubusw?$AA@ 1009e404 udis86:itab.obj + 0002:00015410 ??_C@_06CPLHPCJP@vpsubw?$AA@ 1009e410 udis86:itab.obj + 0002:00015418 ??_C@_06PLEHODJE@vptest?$AA@ 1009e418 udis86:itab.obj + 0002:00015420 ??_C@_0L@FCKGKDDI@vpunpckhbw?$AA@ 1009e420 udis86:itab.obj + 0002:0001542c ??_C@_0L@HBHIAM@vpunpckhdq?$AA@ 1009e42c udis86:itab.obj + 0002:00015438 ??_C@_0M@ECLILDNC@vpunpckhqdq?$AA@ 1009e438 udis86:itab.obj + 0002:00015444 ??_C@_0L@CJKEIDDB@vpunpckhwd?$AA@ 1009e444 udis86:itab.obj + 0002:00015450 ??_C@_0L@NNMEDEGP@vpunpcklbw?$AA@ 1009e450 udis86:itab.obj + 0002:0001545c ??_C@_0L@IPBDOPFL@vpunpckldq?$AA@ 1009e45c udis86:itab.obj + 0002:00015468 ??_C@_0M@LHDIBFBC@vpunpcklqdq?$AA@ 1009e468 udis86:itab.obj + 0002:00015474 ??_C@_0L@KGMGBEGG@vpunpcklwd?$AA@ 1009e474 udis86:itab.obj + 0002:00015480 ??_C@_05JKJNEPFF@vpxor?$AA@ 1009e480 udis86:itab.obj + 0002:00015488 ??_C@_06EOIPIGDO@vrcpps?$AA@ 1009e488 udis86:itab.obj + 0002:00015490 ??_C@_06EMMJDIGH@vrcpss?$AA@ 1009e490 udis86:itab.obj + 0002:00015498 ??_C@_08JFANAIBG@vroundpd?$AA@ 1009e498 udis86:itab.obj + 0002:000154a4 ??_C@_08JAIOIMIA@vroundps?$AA@ 1009e4a4 udis86:itab.obj + 0002:000154b0 ??_C@_08JHELLGEP@vroundsd?$AA@ 1009e4b0 udis86:itab.obj + 0002:000154bc ??_C@_08JCMIDCNJ@vroundss?$AA@ 1009e4bc udis86:itab.obj + 0002:000154c8 ??_C@_08FOGIBFDA@vrsqrtps?$AA@ 1009e4c8 udis86:itab.obj + 0002:000154d4 ??_C@_08FMCOKLGJ@vrsqrtss?$AA@ 1009e4d4 udis86:itab.obj + 0002:000154e0 ??_C@_07LDNKPOJD@vshufpd?$AA@ 1009e4e0 udis86:itab.obj + 0002:000154e8 ??_C@_07LGFJHKAF@vshufps?$AA@ 1009e4e8 udis86:itab.obj + 0002:000154f0 ??_C@_07NPDDOOME@vsqrtpd?$AA@ 1009e4f0 udis86:itab.obj + 0002:000154f8 ??_C@_07NKLAGKFC@vsqrtps?$AA@ 1009e4f8 udis86:itab.obj + 0002:00015500 ??_C@_07NNHFFAJN@vsqrtsd?$AA@ 1009e500 udis86:itab.obj + 0002:00015508 ??_C@_07NIPGNEAL@vsqrtss?$AA@ 1009e508 udis86:itab.obj + 0002:00015510 ??_C@_08LPFCBBFP@vstmxcsr?$AA@ 1009e510 udis86:itab.obj + 0002:0001551c ??_C@_06JFOACMDL@vsubpd?$AA@ 1009e51c udis86:itab.obj + 0002:00015524 ??_C@_06JAGDKIKN@vsubps?$AA@ 1009e524 udis86:itab.obj + 0002:0001552c ??_C@_06JHKGJCGC@vsubsd?$AA@ 1009e52c udis86:itab.obj + 0002:00015534 ??_C@_06JCCFBGPE@vsubss?$AA@ 1009e534 udis86:itab.obj + 0002:0001553c ??_C@_07LPLDLJHH@vtestpd?$AA@ 1009e53c udis86:itab.obj + 0002:00015544 ??_C@_07LKDADNOB@vtestps?$AA@ 1009e544 udis86:itab.obj + 0002:0001554c ??_C@_08ENKJFGNC@vucomisd?$AA@ 1009e54c udis86:itab.obj + 0002:00015558 ??_C@_08EICKNCEE@vucomiss?$AA@ 1009e558 udis86:itab.obj + 0002:00015564 ??_C@_09LPGPKENJ@vunpckhpd?$AA@ 1009e564 udis86:itab.obj + 0002:00015570 ??_C@_09LKOMCAEP@vunpckhps?$AA@ 1009e570 udis86:itab.obj + 0002:0001557c ??_C@_09DAANDDIO@vunpcklpd?$AA@ 1009e57c udis86:itab.obj + 0002:00015588 ??_C@_09DFIOLHBI@vunpcklps?$AA@ 1009e588 udis86:itab.obj + 0002:00015594 ??_C@_06IFGOAEEE@vxorpd?$AA@ 1009e594 udis86:itab.obj + 0002:0001559c ??_C@_06IAONIANC@vxorps?$AA@ 1009e59c udis86:itab.obj + 0002:000155a4 ??_C@_08CIMGHFML@vzeroall?$AA@ 1009e5a4 udis86:itab.obj + 0002:000155b0 ??_C@_0L@HMOMGDGG@vzeroupper?$AA@ 1009e5b0 udis86:itab.obj + 0002:000155bc ??_C@_04PNOAOIAG@wait?$AA@ 1009e5bc udis86:itab.obj + 0002:000155c4 ??_C@_06BAFGEPDI@wbinvd?$AA@ 1009e5c4 udis86:itab.obj + 0002:000155cc ??_C@_05FJPKDCCJ@wrmsr?$AA@ 1009e5cc udis86:itab.obj + 0002:000155d4 ??_C@_04DNKKPONF@xadd?$AA@ 1009e5d4 udis86:itab.obj + 0002:000155dc ??_C@_04LFJEJMPJ@xchg?$AA@ 1009e5dc udis86:itab.obj + 0002:000155e4 ??_C@_09CAOANIJI@xcryptcbc?$AA@ 1009e5e4 udis86:itab.obj + 0002:000155f0 ??_C@_09DOPCEBAF@xcryptcfb?$AA@ 1009e5f0 udis86:itab.obj + 0002:000155fc ??_C@_09GLJCCEEK@xcryptctr?$AA@ 1009e5fc udis86:itab.obj + 0002:00015608 ??_C@_09BNFCNMDC@xcryptecb?$AA@ 1009e608 udis86:itab.obj + 0002:00015614 ??_C@_09HECEPOLN@xcryptofb?$AA@ 1009e614 udis86:itab.obj + 0002:00015620 ??_C@_06CPFMIPOH@xgetbv?$AA@ 1009e620 udis86:itab.obj + 0002:00015628 ??_C@_05HCCHBCHD@xlatb?$AA@ 1009e628 udis86:itab.obj + 0002:00015630 ??_C@_03COLCDPPJ@xor?$AA@ 1009e630 udis86:itab.obj + 0002:00015634 ??_C@_05CGHIJPII@xorpd?$AA@ 1009e634 udis86:itab.obj + 0002:0001563c ??_C@_05CDPLBLBO@xorps?$AA@ 1009e63c udis86:itab.obj + 0002:00015644 ??_C@_06PPFDCILK@xrstor?$AA@ 1009e644 udis86:itab.obj + 0002:0001564c ??_C@_05NMFCFAIJ@xsave?$AA@ 1009e64c udis86:itab.obj + 0002:00015654 ??_C@_06LHBLMPGK@xsetbv?$AA@ 1009e654 udis86:itab.obj + 0002:0001565c ??_C@_05GGOEDCKG@xsha1?$AA@ 1009e65c udis86:itab.obj + 0002:00015664 ??_C@_07IJIDDFOL@xsha256?$AA@ 1009e664 udis86:itab.obj + 0002:0001566c ??_C@_06BAEKEDCE@xstore?$AA@ 1009e66c udis86:itab.obj + 0002:00015674 ??_C@_07MALOAKCI@invalid?$AA@ 1009e674 udis86:itab.obj + 0002:0001567c ??_C@_05FIGNBJMO@3dnow?$AA@ 1009e67c udis86:itab.obj + 0002:00015684 ??_C@_04CGFJFPFD@none?$AA@ 1009e684 udis86:itab.obj + 0002:0001568c ??_C@_02BIKLEMDE@db?$AA@ 1009e68c udis86:itab.obj + 0002:00015690 ??_C@_05PDJBBECF@pause?$AA@ 1009e690 udis86:itab.obj + 0002:00016240 _ud_itab__0 1009f240 udis86:itab.obj + 0002:00017e70 _ud_reg_tab 100a0e70 udis86:syn.obj + 0002:000180dc ??_C@_02IAODKDFB@al?$AA@ 100a10dc udis86:syn.obj + 0002:000180e0 ??_C@_02IDGHHHDP@cl?$AA@ 100a10e0 udis86:syn.obj + 0002:000180e4 ??_C@_02IGCIGBLK@dl?$AA@ 100a10e4 udis86:syn.obj + 0002:000180e8 ??_C@_02ICKFBNAI@bl?$AA@ 100a10e8 udis86:syn.obj + 0002:000180ec ??_C@_02OEIPGGFF@ah?$AA@ 100a10ec udis86:syn.obj + 0002:000180f0 ??_C@_02OHALLCDL@ch?$AA@ 100a10f0 udis86:syn.obj + 0002:000180f4 ??_C@_02OCEEKELO@dh?$AA@ 100a10f4 udis86:syn.obj + 0002:000180f8 ??_C@_02OGMJNIAM@bh?$AA@ 100a10f8 udis86:syn.obj + 0002:000180fc ??_C@_03DKIIGDGK@spl?$AA@ 100a10fc udis86:syn.obj + 0002:00018100 ??_C@_03NCCNFDJA@bpl?$AA@ 100a1100 udis86:syn.obj + 0002:00018104 ??_C@_03CJHPPLJF@sil?$AA@ 100a1104 udis86:syn.obj + 0002:00018108 ??_C@_03OELBJELD@dil?$AA@ 100a1108 udis86:syn.obj + 0002:0001810c ??_C@_03GCDOPFPJ@r8b?$AA@ 100a110c udis86:syn.obj + 0002:00018110 ??_C@_03GDPMJPMO@r9b?$AA@ 100a1110 udis86:syn.obj + 0002:00018114 ??_C@_04IBPIMIDM@r10b?$AA@ 100a1114 udis86:syn.obj + 0002:0001811c ??_C@_04IADKKCAL@r11b?$AA@ 100a111c udis86:syn.obj + 0002:00018124 ??_C@_04ICHMBMFC@r12b?$AA@ 100a1124 udis86:syn.obj + 0002:0001812c ??_C@_04IDLOHGGF@r13b?$AA@ 100a112c udis86:syn.obj + 0002:00018134 ??_C@_04IGPBGAOA@r14b?$AA@ 100a1134 udis86:syn.obj + 0002:0001813c ??_C@_04IHDDAKNH@r15b?$AA@ 100a113c udis86:syn.obj + 0002:00018144 ??_C@_02KOENHEAE@ax?$AA@ 100a1144 udis86:syn.obj + 0002:00018148 ??_C@_02KNMJKAGK@cx?$AA@ 100a1148 udis86:syn.obj + 0002:0001814c ??_C@_02KIIGLGOP@dx?$AA@ 100a114c udis86:syn.obj + 0002:00018150 ??_C@_02KMALMKFN@bx?$AA@ 100a1150 udis86:syn.obj + 0002:00018154 ??_C@_02HJDGIJBC@sp?$AA@ 100a1154 udis86:syn.obj + 0002:00018158 ??_C@_02GENCEAFF@bp?$AA@ 100a1158 udis86:syn.obj + 0002:0001815c ??_C@_02OCDGCAAK@si?$AA@ 100a115c udis86:syn.obj + 0002:00018160 ??_C@_02PLFPJFPP@di?$AA@ 100a1160 udis86:syn.obj + 0002:00018164 ??_C@_03FFILBDON@r8w?$AA@ 100a1164 udis86:syn.obj + 0002:00018168 ??_C@_03FEEJHJNK@r9w?$AA@ 100a1168 udis86:syn.obj + 0002:0001816c ??_C@_04LGENCOCI@r10w?$AA@ 100a116c udis86:syn.obj + 0002:00018174 ??_C@_04LHIPEEBP@r11w?$AA@ 100a1174 udis86:syn.obj + 0002:0001817c ??_C@_04LFMJPKEG@r12w?$AA@ 100a117c udis86:syn.obj + 0002:00018184 ??_C@_04LEALJAHB@r13w?$AA@ 100a1184 udis86:syn.obj + 0002:0001818c ??_C@_04LBEEIGPE@r14w?$AA@ 100a118c udis86:syn.obj + 0002:00018194 ??_C@_04LAIGOMMD@r15w?$AA@ 100a1194 udis86:syn.obj + 0002:0001819c ??_C@_03HMLAHFDL@eax?$AA@ 100a119c udis86:syn.obj + 0002:000181a0 ??_C@_03HPDEKBFF@ecx?$AA@ 100a11a0 udis86:syn.obj + 0002:000181a4 ??_C@_03HKHLLHNA@edx?$AA@ 100a11a4 udis86:syn.obj + 0002:000181a8 ??_C@_03HOPGMLGC@ebx?$AA@ 100a11a8 udis86:syn.obj + 0002:000181ac ??_C@_03KLMLIICN@esp?$AA@ 100a11ac udis86:syn.obj + 0002:000181b0 ??_C@_03LGCPEBGK@ebp?$AA@ 100a11b0 udis86:syn.obj + 0002:000181b4 ??_C@_03DAMLCBDF@esi?$AA@ 100a11b4 udis86:syn.obj + 0002:000181b8 ??_C@_03CJKCJEMA@edi?$AA@ 100a11b8 udis86:syn.obj + 0002:000181bc ??_C@_03DEGEFCHP@r8d?$AA@ 100a11bc udis86:syn.obj + 0002:000181c0 ??_C@_03DFKGDIEI@r9d?$AA@ 100a11c0 udis86:syn.obj + 0002:000181c4 ??_C@_04NHKCGPLK@r10d?$AA@ 100a11c4 udis86:syn.obj + 0002:000181cc ??_C@_04NGGAAFIN@r11d?$AA@ 100a11cc udis86:syn.obj + 0002:000181d4 ??_C@_04NECGLLNE@r12d?$AA@ 100a11d4 udis86:syn.obj + 0002:000181dc ??_C@_04NFOENBOD@r13d?$AA@ 100a11dc udis86:syn.obj + 0002:000181e4 ??_C@_04NAKLMHGG@r14d?$AA@ 100a11e4 udis86:syn.obj + 0002:000181ec ??_C@_04NBGJKNFB@r15d?$AA@ 100a11ec udis86:syn.obj + 0002:000181f4 ??_C@_03LBHOBKBN@rax?$AA@ 100a11f4 udis86:syn.obj + 0002:000181f8 ??_C@_03LCPKMOHD@rcx?$AA@ 100a11f8 udis86:syn.obj + 0002:000181fc ??_C@_03LHLFNIPG@rdx?$AA@ 100a11fc udis86:syn.obj + 0002:00018200 ??_C@_03LDDIKEEE@rbx?$AA@ 100a1200 udis86:syn.obj + 0002:00018204 ??_C@_03GGAFOHAL@rsp?$AA@ 100a1204 udis86:syn.obj + 0002:00018208 ??_C@_03HLOBCOEM@rbp?$AA@ 100a1208 udis86:syn.obj + 0002:0001820c ??_C@_03PNAFEOBD@rsi?$AA@ 100a120c udis86:syn.obj + 0002:00018210 ??_C@_03OEGMPLOG@rdi?$AA@ 100a1210 udis86:syn.obj + 0002:00018214 ??_C@_02EAFECGCI@r8?$AA@ 100a1214 udis86:syn.obj + 0002:00018218 ??_C@_02FJEPBHGJ@r9?$AA@ 100a1218 udis86:syn.obj + 0002:0001821c ??_C@_03OFGCPBKA@r10?$AA@ 100a121c udis86:syn.obj + 0002:00018220 ??_C@_03PMHJMAOB@r11?$AA@ 100a1220 udis86:syn.obj + 0002:00018224 ??_C@_03NHFEJDCC@r12?$AA@ 100a1224 udis86:syn.obj + 0002:00018228 ??_C@_03MOEPKCGD@r13?$AA@ 100a1228 udis86:syn.obj + 0002:0001822c ??_C@_03IBAODEKE@r14?$AA@ 100a122c udis86:syn.obj + 0002:00018230 ??_C@_03JIBFAFOF@r15?$AA@ 100a1230 udis86:syn.obj + 0002:00018234 ??_C@_02EKLAAFBD@es?$AA@ 100a1234 udis86:syn.obj + 0002:00018238 ??_C@_02EODNHJKB@cs?$AA@ 100a1238 udis86:syn.obj + 0002:0001823c ??_C@_02FCBLNKNB@ss?$AA@ 100a123c udis86:syn.obj + 0002:00018240 ??_C@_02ELHCGPCE@ds?$AA@ 100a1240 udis86:syn.obj + 0002:00018244 ??_C@_02EIPGLLEK@fs?$AA@ 100a1244 udis86:syn.obj + 0002:00018248 ??_C@_02EJDENBHN@gs?$AA@ 100a1248 udis86:syn.obj + 0002:0001824c ??_C@_03HPBLPCMD@cr0?$AA@ 100a124c udis86:syn.obj + 0002:00018250 ??_C@_03GGAAMDIC@cr1?$AA@ 100a1250 udis86:syn.obj + 0002:00018254 ??_C@_03ENCNJAEB@cr2?$AA@ 100a1254 udis86:syn.obj + 0002:00018258 ??_C@_03FEDGKBAA@cr3?$AA@ 100a1258 udis86:syn.obj + 0002:0001825c ??_C@_03BLHHDHMH@cr4?$AA@ 100a125c udis86:syn.obj + 0002:00018260 ??_C@_03CGMAGIG@cr5?$AA@ 100a1260 udis86:syn.obj + 0002:00018264 ??_C@_03CJEBFFEF@cr6?$AA@ 100a1264 udis86:syn.obj + 0002:00018268 ??_C@_03DAFKGEAE@cr7?$AA@ 100a1268 udis86:syn.obj + 0002:0001826c ??_C@_03LHMCHIML@cr8?$AA@ 100a126c udis86:syn.obj + 0002:00018270 ??_C@_03KONJEJIK@cr9?$AA@ 100a1270 udis86:syn.obj + 0002:00018274 ??_C@_04NMJGNEDM@cr10?$AA@ 100a1274 udis86:syn.obj + 0002:0001827c ??_C@_04MFINOFHN@cr11?$AA@ 100a127c udis86:syn.obj + 0002:00018284 ??_C@_04OOKALGLO@cr12?$AA@ 100a1284 udis86:syn.obj + 0002:0001828c ??_C@_04PHLLIHPP@cr13?$AA@ 100a128c udis86:syn.obj + 0002:00018294 ??_C@_04LIPKBBDI@cr14?$AA@ 100a1294 udis86:syn.obj + 0002:0001829c ??_C@_04KBOBCAHJ@cr15?$AA@ 100a129c udis86:syn.obj + 0002:000182a4 ??_C@_03OCMMMKHK@dr0?$AA@ 100a12a4 udis86:syn.obj + 0002:000182a8 ??_C@_03PLNHPLDL@dr1?$AA@ 100a12a8 udis86:syn.obj + 0002:000182ac ??_C@_03NAPKKIPI@dr2?$AA@ 100a12ac udis86:syn.obj + 0002:000182b0 ??_C@_03MJOBJJLJ@dr3?$AA@ 100a12b0 udis86:syn.obj + 0002:000182b4 ??_C@_03IGKAAPHO@dr4?$AA@ 100a12b4 udis86:syn.obj + 0002:000182b8 ??_C@_03JPLLDODP@dr5?$AA@ 100a12b8 udis86:syn.obj + 0002:000182bc ??_C@_03LEJGGNPM@dr6?$AA@ 100a12bc udis86:syn.obj + 0002:000182c0 ??_C@_03KNINFMLN@dr7?$AA@ 100a12c0 udis86:syn.obj + 0002:000182c4 ??_C@_03CKBFEAHC@dr8?$AA@ 100a12c4 udis86:syn.obj + 0002:000182c8 ??_C@_03DDAOHBDD@dr9?$AA@ 100a12c8 udis86:syn.obj + 0002:000182cc ??_C@_04GOLGAICM@dr10?$AA@ 100a12cc udis86:syn.obj + 0002:000182d4 ??_C@_04HHKNDJGN@dr11?$AA@ 100a12d4 udis86:syn.obj + 0002:000182dc ??_C@_04FMIAGKKO@dr12?$AA@ 100a12dc udis86:syn.obj + 0002:000182e4 ??_C@_04EFJLFLOP@dr13?$AA@ 100a12e4 udis86:syn.obj + 0002:000182ec ??_C@_04KNKMNCI@dr14?$AA@ 100a12ec udis86:syn.obj + 0002:000182f4 ??_C@_04BDMBPMGJ@dr15?$AA@ 100a12f4 udis86:syn.obj + 0002:000182fc ??_C@_03IILOGBLN@mm0?$AA@ 100a12fc udis86:syn.obj + 0002:00018300 ??_C@_03JBKFFAPM@mm1?$AA@ 100a1300 udis86:syn.obj + 0002:00018304 ??_C@_03LKIIADDP@mm2?$AA@ 100a1304 udis86:syn.obj + 0002:00018308 ??_C@_03KDJDDCHO@mm3?$AA@ 100a1308 udis86:syn.obj + 0002:0001830c ??_C@_03OMNCKELJ@mm4?$AA@ 100a130c udis86:syn.obj + 0002:00018310 ??_C@_03PFMJJFPI@mm5?$AA@ 100a1310 udis86:syn.obj + 0002:00018314 ??_C@_03NOOEMGDL@mm6?$AA@ 100a1314 udis86:syn.obj + 0002:00018318 ??_C@_03MHPPPHHK@mm7?$AA@ 100a1318 udis86:syn.obj + 0002:0001831c ??_C@_03CLIPNJOO@st0?$AA@ 100a131c udis86:syn.obj + 0002:00018320 ??_C@_03DCJEOIKP@st1?$AA@ 100a1320 udis86:syn.obj + 0002:00018324 ??_C@_03BJLJLLGM@st2?$AA@ 100a1324 udis86:syn.obj + 0002:00018328 ??_C@_03KCIKCN@st3?$AA@ 100a1328 udis86:syn.obj + 0002:0001832c ??_C@_03EPODBMOK@st4?$AA@ 100a132c udis86:syn.obj + 0002:00018330 ??_C@_03FGPICNKL@st5?$AA@ 100a1330 udis86:syn.obj + 0002:00018334 ??_C@_03HNNFHOGI@st6?$AA@ 100a1334 udis86:syn.obj + 0002:00018338 ??_C@_03GEMOEPCJ@st7?$AA@ 100a1338 udis86:syn.obj + 0002:0001833c ??_C@_04KGHKOCLC@xmm0?$AA@ 100a133c udis86:syn.obj + 0002:00018344 ??_C@_04LPGBNDPD@xmm1?$AA@ 100a1344 udis86:syn.obj + 0002:0001834c ??_C@_04JEEMIADA@xmm2?$AA@ 100a134c udis86:syn.obj + 0002:00018354 ??_C@_04INFHLBHB@xmm3?$AA@ 100a1354 udis86:syn.obj + 0002:0001835c ??_C@_04MCBGCHLG@xmm4?$AA@ 100a135c udis86:syn.obj + 0002:00018364 ??_C@_04NLANBGPH@xmm5?$AA@ 100a1364 udis86:syn.obj + 0002:0001836c ??_C@_04PACAEFDE@xmm6?$AA@ 100a136c udis86:syn.obj + 0002:00018374 ??_C@_04OJDLHEHF@xmm7?$AA@ 100a1374 udis86:syn.obj + 0002:0001837c ??_C@_04GOKDGILK@xmm8?$AA@ 100a137c udis86:syn.obj + 0002:00018384 ??_C@_04HHLIFJPL@xmm9?$AA@ 100a1384 udis86:syn.obj + 0002:0001838c ??_C@_05PLENPEIG@xmm10?$AA@ 100a138c udis86:syn.obj + 0002:00018394 ??_C@_05OCFGMFMH@xmm11?$AA@ 100a1394 udis86:syn.obj + 0002:0001839c ??_C@_05MJHLJGAE@xmm12?$AA@ 100a139c udis86:syn.obj + 0002:000183a4 ??_C@_05NAGAKHEF@xmm13?$AA@ 100a13a4 udis86:syn.obj + 0002:000183ac ??_C@_05JPCBDBIC@xmm14?$AA@ 100a13ac udis86:syn.obj + 0002:000183b4 ??_C@_05IGDKAAMD@xmm15?$AA@ 100a13b4 udis86:syn.obj + 0002:000183bc ??_C@_04JLBKMLAC@ymm0?$AA@ 100a13bc udis86:syn.obj + 0002:000183c4 ??_C@_04ICABPKED@ymm1?$AA@ 100a13c4 udis86:syn.obj + 0002:000183cc ??_C@_04KJCMKJIA@ymm2?$AA@ 100a13cc udis86:syn.obj + 0002:000183d4 ??_C@_04LADHJIMB@ymm3?$AA@ 100a13d4 udis86:syn.obj + 0002:000183dc ??_C@_04PPHGAOAG@ymm4?$AA@ 100a13dc udis86:syn.obj + 0002:000183e4 ??_C@_04OGGNDPEH@ymm5?$AA@ 100a13e4 udis86:syn.obj + 0002:000183ec ??_C@_04MNEAGMIE@ymm6?$AA@ 100a13ec udis86:syn.obj + 0002:000183f4 ??_C@_04NEFLFNMF@ymm7?$AA@ 100a13f4 udis86:syn.obj + 0002:000183fc ??_C@_04FDMDEBAK@ymm8?$AA@ 100a13fc udis86:syn.obj + 0002:00018404 ??_C@_04EKNIHAEL@ymm9?$AA@ 100a1404 udis86:syn.obj + 0002:0001840c ??_C@_05DABBCHCD@ymm10?$AA@ 100a140c udis86:syn.obj + 0002:00018414 ??_C@_05CJAKBGGC@ymm11?$AA@ 100a1414 udis86:syn.obj + 0002:0001841c ??_C@_05CCHEFKB@ymm12?$AA@ 100a141c udis86:syn.obj + 0002:00018424 ??_C@_05BLDMHEOA@ymm13?$AA@ 100a1424 udis86:syn.obj + 0002:0001842c ??_C@_05FEHNOCCH@ymm14?$AA@ 100a142c udis86:syn.obj + 0002:00018434 ??_C@_05ENGGNDGG@ymm15?$AA@ 100a1434 udis86:syn.obj + 0002:0001843c ??_C@_03HHLEMBKN@rip?$AA@ 100a143c udis86:syn.obj + 0002:00018440 ??_C@_08KBPBCHKK@?$CFs?$CF?$CLI64d?$AA@ 100a1440 udis86:syn.obj + 0002:0001844c ??_C@_07NDNBFKNF@0x?$CFI64x?$AA@ 100a144c udis86:syn.obj + 0002:00018454 ??_C@_08CDEEPEOG@?90x?$CFI64x?$AA@ 100a1454 udis86:syn.obj + 0002:00018460 ??_C@_09DFCDNKEO@?$CFs0x?$CFI64x?$AA@ 100a1460 udis86:syn.obj + 0002:00018470 __load_config_used 100a1470 LIBCMT:loadcfg.obj + 0002:00018580 __tls_used 100a1580 LIBCMT:tlssup.obj + 0002:00018598 ??_R4exception@std@@6B@ 100a1598 logging.cpp.obj + 0002:000185ac ??_R3exception@std@@8 100a15ac logging.cpp.obj + 0002:000185bc ??_R2exception@std@@8 100a15bc logging.cpp.obj + 0002:000185c4 ??_R1A@?0A@EA@exception@std@@8 100a15c4 logging.cpp.obj + 0002:000185e0 ??_R4bad_array_new_length@std@@6B@ 100a15e0 logging.cpp.obj + 0002:000185f4 ??_R3bad_array_new_length@std@@8 100a15f4 logging.cpp.obj + 0002:00018604 ??_R2bad_array_new_length@std@@8 100a1604 logging.cpp.obj + 0002:00018614 ??_R1A@?0A@EA@bad_array_new_length@std@@8 100a1614 logging.cpp.obj + 0002:00018630 ??_R1A@?0A@EA@bad_alloc@std@@8 100a1630 logging.cpp.obj + 0002:0001864c ??_R3bad_alloc@std@@8 100a164c logging.cpp.obj + 0002:0001865c ??_R2bad_alloc@std@@8 100a165c logging.cpp.obj + 0002:00018668 ??_R4bad_alloc@std@@6B@ 100a1668 logging.cpp.obj + 0002:0001867c ??_R4ios_base@std@@6B@ 100a167c logging.cpp.obj + 0002:00018690 ??_R3ios_base@std@@8 100a1690 logging.cpp.obj + 0002:000186a0 ??_R2ios_base@std@@8 100a16a0 logging.cpp.obj + 0002:000186ac ??_R1A@?0A@EA@ios_base@std@@8 100a16ac logging.cpp.obj + 0002:000186c8 ??_R17?0A@EA@?$_Iosb@H@std@@8 100a16c8 logging.cpp.obj + 0002:000186e4 ??_R3?$_Iosb@H@std@@8 100a16e4 logging.cpp.obj + 0002:000186f4 ??_R2?$_Iosb@H@std@@8 100a16f4 logging.cpp.obj + 0002:000186fc ??_R1A@?0A@EA@?$_Iosb@H@std@@8 100a16fc logging.cpp.obj + 0002:00018718 ??_R4?$basic_ios@DU?$char_traits@D@std@@@std@@6B@ 100a1718 logging.cpp.obj + 0002:0001872c ??_R3?$basic_ios@DU?$char_traits@D@std@@@std@@8 100a172c logging.cpp.obj + 0002:0001873c ??_R2?$basic_ios@DU?$char_traits@D@std@@@std@@8 100a173c logging.cpp.obj + 0002:0001874c ??_R1A@?0A@EA@?$basic_ios@DU?$char_traits@D@std@@@std@@8 100a174c logging.cpp.obj + 0002:00018768 ??_R4?$basic_streambuf@DU?$char_traits@D@std@@@std@@6B@ 100a1768 logging.cpp.obj + 0002:0001877c ??_R3?$basic_streambuf@DU?$char_traits@D@std@@@std@@8 100a177c logging.cpp.obj + 0002:0001878c ??_R2?$basic_streambuf@DU?$char_traits@D@std@@@std@@8 100a178c logging.cpp.obj + 0002:00018794 ??_R1A@?0A@EA@?$basic_streambuf@DU?$char_traits@D@std@@@std@@8 100a1794 logging.cpp.obj + 0002:000187b0 ??_R4?$basic_ostream@DU?$char_traits@D@std@@@std@@6B@ 100a17b0 logging.cpp.obj + 0002:000187c4 ??_R3?$basic_ostream@DU?$char_traits@D@std@@@std@@8 100a17c4 logging.cpp.obj + 0002:000187d4 ??_R2?$basic_ostream@DU?$char_traits@D@std@@@std@@8 100a17d4 logging.cpp.obj + 0002:000187e8 ??_R1A@?0A@EA@?$basic_ostream@DU?$char_traits@D@std@@@std@@8 100a17e8 logging.cpp.obj + 0002:00018804 ??_R1A@A@3FA@?$basic_ios@DU?$char_traits@D@std@@@std@@8 100a1804 logging.cpp.obj + 0002:00018820 ??_R1A@A@3EA@ios_base@std@@8 100a1820 logging.cpp.obj + 0002:0001883c ??_R17A@3EA@?$_Iosb@H@std@@8 100a183c logging.cpp.obj + 0002:00018858 ??_R4?$basic_filebuf@DU?$char_traits@D@std@@@std@@6B@ 100a1858 logging.cpp.obj + 0002:0001886c ??_R3?$basic_filebuf@DU?$char_traits@D@std@@@std@@8 100a186c logging.cpp.obj + 0002:0001887c ??_R2?$basic_filebuf@DU?$char_traits@D@std@@@std@@8 100a187c logging.cpp.obj + 0002:00018888 ??_R1A@?0A@EA@?$basic_filebuf@DU?$char_traits@D@std@@@std@@8 100a1888 logging.cpp.obj + 0002:000188a4 ??_R4?$basic_ofstream@DU?$char_traits@D@std@@@std@@6B@ 100a18a4 logging.cpp.obj + 0002:000188b8 ??_R3?$basic_ofstream@DU?$char_traits@D@std@@@std@@8 100a18b8 logging.cpp.obj + 0002:000188c8 ??_R2?$basic_ofstream@DU?$char_traits@D@std@@@std@@8 100a18c8 logging.cpp.obj + 0002:000188e0 ??_R1A@?0A@EA@?$basic_ofstream@DU?$char_traits@D@std@@@std@@8 100a18e0 logging.cpp.obj + 0002:000188fc ??_R4runtime_error@std@@6B@ 100a18fc logging.cpp.obj + 0002:00018910 ??_R3runtime_error@std@@8 100a1910 logging.cpp.obj + 0002:00018920 ??_R2runtime_error@std@@8 100a1920 logging.cpp.obj + 0002:0001892c ??_R1A@?0A@EA@runtime_error@std@@8 100a192c logging.cpp.obj + 0002:00018948 ??_R3error_category@std@@8 100a1948 logging.cpp.obj + 0002:00018958 ??_R2error_category@std@@8 100a1958 logging.cpp.obj + 0002:00018960 ??_R1A@?0A@EA@error_category@std@@8 100a1960 logging.cpp.obj + 0002:0001897c ??_R4_System_error@std@@6B@ 100a197c logging.cpp.obj + 0002:00018990 ??_R3_System_error@std@@8 100a1990 logging.cpp.obj + 0002:000189a0 ??_R2_System_error@std@@8 100a19a0 logging.cpp.obj + 0002:000189b0 ??_R1A@?0A@EA@_System_error@std@@8 100a19b0 logging.cpp.obj + 0002:000189cc ??_R4system_error@std@@6B@ 100a19cc logging.cpp.obj + 0002:000189e0 ??_R3system_error@std@@8 100a19e0 logging.cpp.obj + 0002:000189f0 ??_R2system_error@std@@8 100a19f0 logging.cpp.obj + 0002:00018a04 ??_R1A@?0A@EA@system_error@std@@8 100a1a04 logging.cpp.obj + 0002:00018a20 ??_R4_Iostream_error_category2@std@@6B@ 100a1a20 logging.cpp.obj + 0002:00018a34 ??_R3_Iostream_error_category2@std@@8 100a1a34 logging.cpp.obj + 0002:00018a44 ??_R2_Iostream_error_category2@std@@8 100a1a44 logging.cpp.obj + 0002:00018a50 ??_R1A@?0A@EA@_Iostream_error_category2@std@@8 100a1a50 logging.cpp.obj + 0002:00018a6c ??_R4bad_cast@std@@6B@ 100a1a6c logging.cpp.obj + 0002:00018a80 ??_R3bad_cast@std@@8 100a1a80 logging.cpp.obj + 0002:00018a90 ??_R2bad_cast@std@@8 100a1a90 logging.cpp.obj + 0002:00018a9c ??_R1A@?0A@EA@bad_cast@std@@8 100a1a9c logging.cpp.obj + 0002:00018ab8 ??_R4_Facet_base@std@@6B@ 100a1ab8 logging.cpp.obj + 0002:00018acc ??_R3_Facet_base@std@@8 100a1acc logging.cpp.obj + 0002:00018adc ??_R2_Facet_base@std@@8 100a1adc logging.cpp.obj + 0002:00018ae4 ??_R1A@?0A@EA@_Facet_base@std@@8 100a1ae4 logging.cpp.obj + 0002:00018b00 ??_R3facet@locale@std@@8 100a1b00 logging.cpp.obj + 0002:00018b10 ??_R2facet@locale@std@@8 100a1b10 logging.cpp.obj + 0002:00018b20 ??_R1A@?0A@EA@facet@locale@std@@8 100a1b20 logging.cpp.obj + 0002:00018b3c ??_R13?0A@EA@_Crt_new_delete@std@@8 100a1b3c logging.cpp.obj + 0002:00018b58 ??_R3_Crt_new_delete@std@@8 100a1b58 logging.cpp.obj + 0002:00018b68 ??_R2_Crt_new_delete@std@@8 100a1b68 logging.cpp.obj + 0002:00018b70 ??_R1A@?0A@EA@_Crt_new_delete@std@@8 100a1b70 logging.cpp.obj + 0002:00018b8c ??_R3codecvt_base@std@@8 100a1b8c logging.cpp.obj + 0002:00018b9c ??_R2codecvt_base@std@@8 100a1b9c logging.cpp.obj + 0002:00018bb0 ??_R1A@?0A@EA@codecvt_base@std@@8 100a1bb0 logging.cpp.obj + 0002:00018bcc ??_R3ctype_base@std@@8 100a1bcc logging.cpp.obj + 0002:00018bdc ??_R2ctype_base@std@@8 100a1bdc logging.cpp.obj + 0002:00018bf0 ??_R1A@?0A@EA@ctype_base@std@@8 100a1bf0 logging.cpp.obj + 0002:00018c0c ??_R4?$ctype@D@std@@6B@ 100a1c0c logging.cpp.obj + 0002:00018c20 ??_R3?$ctype@D@std@@8 100a1c20 logging.cpp.obj + 0002:00018c30 ??_R2?$ctype@D@std@@8 100a1c30 logging.cpp.obj + 0002:00018c48 ??_R1A@?0A@EA@?$ctype@D@std@@8 100a1c48 logging.cpp.obj + 0002:00018c64 ??_R4failure@ios_base@std@@6B@ 100a1c64 logging.cpp.obj + 0002:00018c78 ??_R3failure@ios_base@std@@8 100a1c78 logging.cpp.obj + 0002:00018c88 ??_R2failure@ios_base@std@@8 100a1c88 logging.cpp.obj + 0002:00018ca0 ??_R1A@?0A@EA@failure@ios_base@std@@8 100a1ca0 logging.cpp.obj + 0002:00018cbc ??_R4?$codecvt@DDU_Mbstatet@@@std@@6B@ 100a1cbc logging.cpp.obj + 0002:00018cd0 ??_R3?$codecvt@DDU_Mbstatet@@@std@@8 100a1cd0 logging.cpp.obj + 0002:00018ce0 ??_R2?$codecvt@DDU_Mbstatet@@@std@@8 100a1ce0 logging.cpp.obj + 0002:00018cf8 ??_R1A@?0A@EA@?$codecvt@DDU_Mbstatet@@@std@@8 100a1cf8 logging.cpp.obj + 0002:00018d14 ??_R4bad_exception@std@@6B@ 100a1d14 main.cpp.obj + 0002:00018d28 ??_R3bad_exception@std@@8 100a1d28 main.cpp.obj + 0002:00018d38 ??_R2bad_exception@std@@8 100a1d38 main.cpp.obj + 0002:00018d44 ??_R1A@?0A@EA@bad_exception@std@@8 100a1d44 main.cpp.obj + 0002:00018d60 ??_R4?$basic_istream@DU?$char_traits@D@std@@@std@@6B@ 100a1d60 main.cpp.obj + 0002:00018d74 ??_R3?$basic_istream@DU?$char_traits@D@std@@@std@@8 100a1d74 main.cpp.obj + 0002:00018d84 ??_R2?$basic_istream@DU?$char_traits@D@std@@@std@@8 100a1d84 main.cpp.obj + 0002:00018d98 ??_R1A@?0A@EA@?$basic_istream@DU?$char_traits@D@std@@@std@@8 100a1d98 main.cpp.obj + 0002:00018db4 ??_R4?$basic_iostream@DU?$char_traits@D@std@@@std@@6B@ 100a1db4 main.cpp.obj + 0002:00018dc8 ??_R3?$basic_iostream@DU?$char_traits@D@std@@@std@@8 100a1dc8 main.cpp.obj + 0002:00018dd8 ??_R2?$basic_iostream@DU?$char_traits@D@std@@@std@@8 100a1dd8 main.cpp.obj + 0002:00018e00 ??_R1A@?0A@EA@?$basic_iostream@DU?$char_traits@D@std@@@std@@8 100a1e00 main.cpp.obj + 0002:00018e1c ??_R1BA@?0A@EA@?$basic_ostream@DU?$char_traits@D@std@@@std@@8 100a1e1c main.cpp.obj + 0002:00018e38 ??_R4?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 100a1e38 main.cpp.obj + 0002:00018e4c ??_R3?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a1e4c main.cpp.obj + 0002:00018e5c ??_R2?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a1e5c main.cpp.obj + 0002:00018e68 ??_R1A@?0A@EA@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a1e68 main.cpp.obj + 0002:00018e84 ??_R4?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 100a1e84 main.cpp.obj + 0002:00018e98 ??_R3?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a1e98 main.cpp.obj + 0002:00018ea8 ??_R2?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a1ea8 main.cpp.obj + 0002:00018ec0 ??_R1A@?0A@EA@?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a1ec0 main.cpp.obj + 0002:00018edc ??_R4?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@6B@ 100a1edc main.cpp.obj + 0002:00018ef0 ??_R3?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a1ef0 main.cpp.obj + 0002:00018f00 ??_R2?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a1f00 main.cpp.obj + 0002:00018f2c ??_R1A@?0A@EA@?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@8 100a1f2c main.cpp.obj + 0002:00018f48 ??_R3_Ref_count_base@std@@8 100a1f48 main.cpp.obj + 0002:00018f58 ??_R2_Ref_count_base@std@@8 100a1f58 main.cpp.obj + 0002:00018f60 ??_R1A@?0A@EA@_Ref_count_base@std@@8 100a1f60 main.cpp.obj + 0002:00018f7c ??_R4exception@boost@@6B@ 100a1f7c main.cpp.obj + 0002:00018f90 ??_R3exception@boost@@8 100a1f90 main.cpp.obj + 0002:00018fa0 ??_R2exception@boost@@8 100a1fa0 main.cpp.obj + 0002:00018fa8 ??_R1A@?0A@EA@exception@boost@@8 100a1fa8 main.cpp.obj + 0002:00018fc4 ??_R4error_info_base@exception_detail@boost@@6B@ 100a1fc4 main.cpp.obj + 0002:00018fd8 ??_R3error_info_base@exception_detail@boost@@8 100a1fd8 main.cpp.obj + 0002:00018fe8 ??_R2error_info_base@exception_detail@boost@@8 100a1fe8 main.cpp.obj + 0002:00018ff0 ??_R1A@?0A@EA@error_info_base@exception_detail@boost@@8 100a1ff0 main.cpp.obj + 0002:0001900c ??_R4error_info_container@exception_detail@boost@@6B@ 100a200c main.cpp.obj + 0002:00019020 ??_R3error_info_container@exception_detail@boost@@8 100a2020 main.cpp.obj + 0002:00019030 ??_R2error_info_container@exception_detail@boost@@8 100a2030 main.cpp.obj + 0002:00019038 ??_R1A@?0A@EA@error_info_container@exception_detail@boost@@8 100a2038 main.cpp.obj + 0002:00019054 ??_R4clone_base@exception_detail@boost@@6B@ 100a2054 main.cpp.obj + 0002:00019068 ??_R3clone_base@exception_detail@boost@@8 100a2068 main.cpp.obj + 0002:00019078 ??_R2clone_base@exception_detail@boost@@8 100a2078 main.cpp.obj + 0002:00019080 ??_R1A@?0A@EA@clone_base@exception_detail@boost@@8 100a2080 main.cpp.obj + 0002:0001909c ??_R4sp_counted_base@detail@boost@@6B@ 100a209c main.cpp.obj + 0002:000190b0 ??_R3sp_counted_base@detail@boost@@8 100a20b0 main.cpp.obj + 0002:000190c0 ??_R2sp_counted_base@detail@boost@@8 100a20c0 main.cpp.obj + 0002:000190c8 ??_R1A@?0A@EA@sp_counted_base@detail@boost@@8 100a20c8 main.cpp.obj + 0002:000190e4 ??_R4error_info_container_impl@exception_detail@boost@@6B@ 100a20e4 main.cpp.obj + 0002:000190f8 ??_R3error_info_container_impl@exception_detail@boost@@8 100a20f8 main.cpp.obj + 0002:00019108 ??_R2error_info_container_impl@exception_detail@boost@@8 100a2108 main.cpp.obj + 0002:00019114 ??_R1A@?0A@EA@error_info_container_impl@exception_detail@boost@@8 100a2114 main.cpp.obj + 0002:00019130 ??_R4?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 100a2130 main.cpp.obj + 0002:00019144 ??_R3?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a2144 main.cpp.obj + 0002:00019154 ??_R2?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a2154 main.cpp.obj + 0002:00019168 ??_R1A@?0A@EA@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a2168 main.cpp.obj + 0002:00019184 ??_R4bad_alloc_@exception_detail@boost@@6Bexception@2@@ 100a2184 main.cpp.obj + 0002:00019198 ??_R3bad_alloc_@exception_detail@boost@@8 100a2198 main.cpp.obj + 0002:000191a8 ??_R2bad_alloc_@exception_detail@boost@@8 100a21a8 main.cpp.obj + 0002:000191bc ??_R1A@?0A@EA@bad_alloc_@exception_detail@boost@@8 100a21bc main.cpp.obj + 0002:000191d8 ??_R1BI@?0A@EA@bad_alloc@std@@8 100a21d8 main.cpp.obj + 0002:000191f4 ??_R1BI@?0A@EA@exception@std@@8 100a21f4 main.cpp.obj + 0002:00019210 ??_R4bad_alloc_@exception_detail@boost@@6Bbad_alloc@std@@@ 100a2210 main.cpp.obj + 0002:00019224 ??_R4bad_exception_@exception_detail@boost@@6Bexception@2@@ 100a2224 main.cpp.obj + 0002:00019238 ??_R3bad_exception_@exception_detail@boost@@8 100a2238 main.cpp.obj + 0002:00019248 ??_R2bad_exception_@exception_detail@boost@@8 100a2248 main.cpp.obj + 0002:0001925c ??_R1A@?0A@EA@bad_exception_@exception_detail@boost@@8 100a225c main.cpp.obj + 0002:00019278 ??_R1BI@?0A@EA@bad_exception@std@@8 100a2278 main.cpp.obj + 0002:00019294 ??_R4bad_exception_@exception_detail@boost@@6Bbad_exception@std@@@ 100a2294 main.cpp.obj + 0002:000192a8 ??_R4Error@hadesmem@@6Bexception@std@@@ 100a22a8 main.cpp.obj + 0002:000192bc ??_R3Error@hadesmem@@8 100a22bc main.cpp.obj + 0002:000192cc ??_R2Error@hadesmem@@8 100a22cc main.cpp.obj + 0002:000192dc ??_R1A@?0A@EA@Error@hadesmem@@8 100a22dc main.cpp.obj + 0002:000192f8 ??_R1A@A@3FA@exception@std@@8 100a22f8 main.cpp.obj + 0002:00019314 ??_R1A@A@7FA@exception@boost@@8 100a2314 main.cpp.obj + 0002:00019330 ??_R4Error@hadesmem@@6Bexception@boost@@@ 100a2330 main.cpp.obj + 0002:00019344 ??_R4?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@6B@ 100a2344 main.cpp.obj + 0002:00019358 ??_R3?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@8 100a2358 main.cpp.obj + 0002:00019368 ??_R2?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@8 100a2368 main.cpp.obj + 0002:00019374 ??_R1A@?0A@EA@?$error_info@UTagErrorString@hadesmem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@boost@@8 100a2374 main.cpp.obj + 0002:00019390 ??_R4?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@6B@ 100a2390 main.cpp.obj + 0002:000193a4 ??_R3?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@8 100a23a4 main.cpp.obj + 0002:000193b4 ??_R2?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@8 100a23b4 main.cpp.obj + 0002:000193c0 ??_R1A@?0A@EA@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@8 100a23c0 main.cpp.obj + 0002:000193dc ??_R3PatchDetourBase@hadesmem@@8 100a23dc main.cpp.obj + 0002:000193ec ??_R2PatchDetourBase@hadesmem@@8 100a23ec main.cpp.obj + 0002:000193f4 ??_R1A@?0A@EA@PatchDetourBase@hadesmem@@8 100a23f4 main.cpp.obj + 0002:00019410 ??_R4CDataStore@Nampower@@6B@ 100a2410 main.cpp.obj + 0002:00019424 ??_R3CDataStore@Nampower@@8 100a2424 main.cpp.obj + 0002:00019434 ??_R2CDataStore@Nampower@@8 100a2434 main.cpp.obj + 0002:0001943c ??_R1A@?0A@EA@CDataStore@Nampower@@8 100a243c main.cpp.obj + 0002:00019458 ??_R4?$PatchDetour@P6IXXZPAX@hadesmem@@6B@ 100a2458 main.cpp.obj + 0002:0001946c ??_R3?$PatchDetour@P6IXXZPAX@hadesmem@@8 100a246c main.cpp.obj + 0002:0001947c ??_R2?$PatchDetour@P6IXXZPAX@hadesmem@@8 100a247c main.cpp.obj + 0002:00019488 ??_R1A@?0A@EA@?$PatchDetour@P6IXXZPAX@hadesmem@@8 100a2488 main.cpp.obj + 0002:000194a4 ??_R4?$PatchDetour@P6GXXZPAX@hadesmem@@6B@ 100a24a4 main.cpp.obj + 0002:000194b8 ??_R3?$PatchDetour@P6GXXZPAX@hadesmem@@8 100a24b8 main.cpp.obj + 0002:000194c8 ??_R2?$PatchDetour@P6GXXZPAX@hadesmem@@8 100a24c8 main.cpp.obj + 0002:000194d4 ??_R1A@?0A@EA@?$PatchDetour@P6GXXZPAX@hadesmem@@8 100a24d4 main.cpp.obj + 0002:000194f0 ??_R4?$PatchDetour@P6IXHI@ZPAX@hadesmem@@6B@ 100a24f0 main.cpp.obj + 0002:00019504 ??_R3?$PatchDetour@P6IXHI@ZPAX@hadesmem@@8 100a2504 main.cpp.obj + 0002:00019514 ??_R2?$PatchDetour@P6IXHI@ZPAX@hadesmem@@8 100a2514 main.cpp.obj + 0002:00019520 ??_R1A@?0A@EA@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@8 100a2520 main.cpp.obj + 0002:0001953c ??_R4?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@6B@ 100a253c main.cpp.obj + 0002:00019550 ??_R3?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@8 100a2550 main.cpp.obj + 0002:00019560 ??_R2?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@8 100a2560 main.cpp.obj + 0002:0001956c ??_R1A@?0A@EA@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@8 100a256c main.cpp.obj + 0002:00019588 ??_R4?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@6B@ 100a2588 main.cpp.obj + 0002:0001959c ??_R3?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@8 100a259c main.cpp.obj + 0002:000195ac ??_R2?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@8 100a25ac main.cpp.obj + 0002:000195b8 ??_R1A@?0A@EA@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@8 100a25b8 main.cpp.obj + 0002:000195d4 ??_R4?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@6B@ 100a25d4 main.cpp.obj + 0002:000195e8 ??_R3?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@8 100a25e8 main.cpp.obj + 0002:000195f8 ??_R2?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@8 100a25f8 main.cpp.obj + 0002:00019604 ??_R1A@?0A@EA@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@8 100a2604 main.cpp.obj + 0002:00019620 ??_R4?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@6B@ 100a2620 main.cpp.obj + 0002:00019634 ??_R3?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@8 100a2634 main.cpp.obj + 0002:00019644 ??_R2?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@8 100a2644 main.cpp.obj + 0002:00019650 ??_R1A@?0A@EA@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@8 100a2650 main.cpp.obj + 0002:0001966c ??_R4?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@6B@ 100a266c main.cpp.obj + 0002:00019680 ??_R3?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@8 100a2680 main.cpp.obj + 0002:00019690 ??_R2?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@8 100a2690 main.cpp.obj + 0002:0001969c ??_R1A@?0A@EA@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@8 100a269c main.cpp.obj + 0002:000196b8 ??_R4?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@6B@ 100a26b8 main.cpp.obj + 0002:000196cc ??_R3?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@8 100a26cc main.cpp.obj + 0002:000196dc ??_R2?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@8 100a26dc main.cpp.obj + 0002:000196e8 ??_R1A@?0A@EA@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@8 100a26e8 main.cpp.obj + 0002:00019704 ??_R4?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@6B@ 100a2704 main.cpp.obj + 0002:00019718 ??_R3?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@8 100a2718 main.cpp.obj + 0002:00019728 ??_R2?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@8 100a2728 main.cpp.obj + 0002:00019734 ??_R1A@?0A@EA@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@8 100a2734 main.cpp.obj + 0002:00019750 ??_R4?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@6B@ 100a2750 main.cpp.obj + 0002:00019764 ??_R3?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@8 100a2764 main.cpp.obj + 0002:00019774 ??_R2?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@8 100a2774 main.cpp.obj + 0002:00019780 ??_R1A@?0A@EA@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@8 100a2780 main.cpp.obj + 0002:0001979c ??_R4?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 100a279c main.cpp.obj + 0002:000197b0 ??_R3?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a27b0 main.cpp.obj + 0002:000197c0 ??_R2?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a27c0 main.cpp.obj + 0002:000197cc ??_R1A@?0A@EA@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a27cc main.cpp.obj + 0002:000197e8 ??_R4?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@6B@ 100a27e8 main.cpp.obj + 0002:000197fc ??_R3?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@8 100a27fc main.cpp.obj + 0002:0001980c ??_R2?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@8 100a280c main.cpp.obj + 0002:00019818 ??_R1A@?0A@EA@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@8 100a2818 main.cpp.obj + 0002:00019834 ??_R4?$PatchDetour@P6IH_K@ZPAX@hadesmem@@6B@ 100a2834 main.cpp.obj + 0002:00019848 ??_R3?$PatchDetour@P6IH_K@ZPAX@hadesmem@@8 100a2848 main.cpp.obj + 0002:00019858 ??_R2?$PatchDetour@P6IH_K@ZPAX@hadesmem@@8 100a2858 main.cpp.obj + 0002:00019864 ??_R1A@?0A@EA@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@8 100a2864 main.cpp.obj + 0002:00019880 ??_R4?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@6B@ 100a2880 main.cpp.obj + 0002:00019894 ??_R3?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@8 100a2894 main.cpp.obj + 0002:000198a4 ??_R2?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@8 100a28a4 main.cpp.obj + 0002:000198b0 ??_R1A@?0A@EA@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@8 100a28b0 main.cpp.obj + 0002:000198cc ??_R4?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@6B@ 100a28cc main.cpp.obj + 0002:000198e0 ??_R3?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@8 100a28e0 main.cpp.obj + 0002:000198f0 ??_R2?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@8 100a28f0 main.cpp.obj + 0002:000198fc ??_R1A@?0A@EA@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@8 100a28fc main.cpp.obj + 0002:00019918 ??_R4?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@6B@ 100a2918 main.cpp.obj + 0002:0001992c ??_R3?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@8 100a292c main.cpp.obj + 0002:0001993c ??_R2?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@8 100a293c main.cpp.obj + 0002:00019948 ??_R1A@?0A@EA@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@8 100a2948 main.cpp.obj + 0002:00019964 ??_R4?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 100a2964 main.cpp.obj + 0002:00019978 ??_R3?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a2978 main.cpp.obj + 0002:00019988 ??_R2?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a2988 main.cpp.obj + 0002:00019994 ??_R1A@?0A@EA@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a2994 main.cpp.obj + 0002:000199b0 ??_R4?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 100a29b0 main.cpp.obj + 0002:000199c4 ??_R3?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a29c4 main.cpp.obj + 0002:000199d4 ??_R2?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a29d4 main.cpp.obj + 0002:000199e0 ??_R1A@?0A@EA@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a29e0 main.cpp.obj + 0002:000199fc ??_R4?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@6B@ 100a29fc main.cpp.obj + 0002:00019a10 ??_R3?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a2a10 main.cpp.obj + 0002:00019a20 ??_R2?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a2a20 main.cpp.obj + 0002:00019a2c ??_R1A@?0A@EA@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@8 100a2a2c main.cpp.obj + 0002:00019a48 ??_R4?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@6B@ 100a2a48 main.cpp.obj + 0002:00019a5c ??_R3?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@8 100a2a5c main.cpp.obj + 0002:00019a6c ??_R2?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@8 100a2a6c main.cpp.obj + 0002:00019a78 ??_R1A@?0A@EA@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@8 100a2a78 main.cpp.obj + 0002:00019a94 ??_R4?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@6B@ 100a2a94 main.cpp.obj + 0002:00019aa8 ??_R3?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@8 100a2aa8 main.cpp.obj + 0002:00019ab8 ??_R2?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@8 100a2ab8 main.cpp.obj + 0002:00019ac4 ??_R1A@?0A@EA@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@8 100a2ac4 main.cpp.obj + 0002:00019ae0 ??_R4?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@6B@ 100a2ae0 main.cpp.obj + 0002:00019af4 ??_R3?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@8 100a2af4 main.cpp.obj + 0002:00019b04 ??_R2?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@8 100a2b04 main.cpp.obj + 0002:00019b10 ??_R1A@?0A@EA@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@8 100a2b10 main.cpp.obj + 0002:00019b2c ??_R4?$PatchDetour@P6IX_K@ZPAX@hadesmem@@6B@ 100a2b2c main.cpp.obj + 0002:00019b40 ??_R3?$PatchDetour@P6IX_K@ZPAX@hadesmem@@8 100a2b40 main.cpp.obj + 0002:00019b50 ??_R2?$PatchDetour@P6IX_K@ZPAX@hadesmem@@8 100a2b50 main.cpp.obj + 0002:00019b5c ??_R1A@?0A@EA@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@8 100a2b5c main.cpp.obj + 0002:00019b78 ??_R4?$PatchDetour@P6IXEH@ZPAX@hadesmem@@6B@ 100a2b78 main.cpp.obj + 0002:00019b8c ??_R3?$PatchDetour@P6IXEH@ZPAX@hadesmem@@8 100a2b8c main.cpp.obj + 0002:00019b9c ??_R2?$PatchDetour@P6IXEH@ZPAX@hadesmem@@8 100a2b9c main.cpp.obj + 0002:00019ba8 ??_R1A@?0A@EA@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@8 100a2ba8 main.cpp.obj + 0002:00019bc4 ??_R4?$PatchDetour@P6IXI@ZPAX@hadesmem@@6B@ 100a2bc4 main.cpp.obj + 0002:00019bd8 ??_R3?$PatchDetour@P6IXI@ZPAX@hadesmem@@8 100a2bd8 main.cpp.obj + 0002:00019be8 ??_R2?$PatchDetour@P6IXI@ZPAX@hadesmem@@8 100a2be8 main.cpp.obj + 0002:00019bf4 ??_R1A@?0A@EA@?$PatchDetour@P6IXI@ZPAX@hadesmem@@8 100a2bf4 main.cpp.obj + 0002:00019c10 ??_R4?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@6B@ 100a2c10 main.cpp.obj + 0002:00019c24 ??_R3?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@8 100a2c24 main.cpp.obj + 0002:00019c34 ??_R2?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@8 100a2c34 main.cpp.obj + 0002:00019c40 ??_R1A@?0A@EA@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@8 100a2c40 main.cpp.obj + 0002:00019c5c ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a2c5c main.cpp.obj + 0002:00019c6c ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a2c6c main.cpp.obj + 0002:00019c74 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a2c74 main.cpp.obj + 0002:00019c90 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@8 100a2c90 main.cpp.obj + 0002:00019ca0 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@8 100a2ca0 main.cpp.obj + 0002:00019ca8 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@@std@@8 100a2ca8 main.cpp.obj + 0002:00019cc4 ??_R4?$numpunct@D@std@@6B@ 100a2cc4 main.cpp.obj + 0002:00019cd8 ??_R3?$numpunct@D@std@@8 100a2cd8 main.cpp.obj + 0002:00019ce8 ??_R2?$numpunct@D@std@@8 100a2ce8 main.cpp.obj + 0002:00019cfc ??_R1A@?0A@EA@?$numpunct@D@std@@8 100a2cfc main.cpp.obj + 0002:00019d18 ??_R3?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@8 100a2d18 main.cpp.obj + 0002:00019d28 ??_R2?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@8 100a2d28 main.cpp.obj + 0002:00019d30 ??_R1A@?0A@EA@?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@std@@8 100a2d30 main.cpp.obj + 0002:00019d4c ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@8 100a2d4c main.cpp.obj + 0002:00019d5c ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@8 100a2d5c main.cpp.obj + 0002:00019d64 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@std@@8 100a2d64 main.cpp.obj + 0002:00019d80 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@std@@8 100a2d80 main.cpp.obj + 0002:00019d90 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@std@@8 100a2d90 main.cpp.obj + 0002:00019d98 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@EH@std@@8 100a2d98 main.cpp.obj + 0002:00019db4 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@8 100a2db4 main.cpp.obj + 0002:00019dc4 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@8 100a2dc4 main.cpp.obj + 0002:00019dcc ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@std@@8 100a2dcc main.cpp.obj + 0002:00019de8 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@std@@8 100a2de8 main.cpp.obj + 0002:00019df8 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@std@@8 100a2df8 main.cpp.obj + 0002:00019e00 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXHE@std@@8 100a2e00 main.cpp.obj + 0002:00019e1c ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@8 100a2e1c main.cpp.obj + 0002:00019e2c ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@8 100a2e2c main.cpp.obj + 0002:00019e34 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@std@@8 100a2e34 main.cpp.obj + 0002:00019e50 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@8 100a2e50 main.cpp.obj + 0002:00019e60 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@8 100a2e60 main.cpp.obj + 0002:00019e68 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@std@@8 100a2e68 main.cpp.obj + 0002:00019e84 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@8 100a2e84 main.cpp.obj + 0002:00019e94 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@8 100a2e94 main.cpp.obj + 0002:00019e9c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@std@@8 100a2e9c main.cpp.obj + 0002:00019eb8 ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@8 100a2eb8 main.cpp.obj + 0002:00019ec8 ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@8 100a2ec8 main.cpp.obj + 0002:00019ed0 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@std@@8 100a2ed0 main.cpp.obj + 0002:00019eec ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@8 100a2eec main.cpp.obj + 0002:00019efc ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@8 100a2efc main.cpp.obj + 0002:00019f04 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@std@@8 100a2f04 main.cpp.obj + 0002:00019f20 ??_R3?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@8 100a2f20 main.cpp.obj + 0002:00019f30 ??_R2?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@8 100a2f30 main.cpp.obj + 0002:00019f38 ??_R1A@?0A@EA@?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@std@@8 100a2f38 main.cpp.obj + 0002:00019f54 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@8 100a2f54 main.cpp.obj + 0002:00019f64 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@8 100a2f64 main.cpp.obj + 0002:00019f6c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@std@@8 100a2f6c main.cpp.obj + 0002:00019f88 ??_R3?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@8 100a2f88 main.cpp.obj + 0002:00019f98 ??_R2?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@8 100a2f98 main.cpp.obj + 0002:00019fa0 ??_R1A@?0A@EA@?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@std@@8 100a2fa0 main.cpp.obj + 0002:00019fbc ??_R3?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@8 100a2fbc main.cpp.obj + 0002:00019fcc ??_R2?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@8 100a2fcc main.cpp.obj + 0002:00019fd4 ??_R1A@?0A@EA@?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@std@@8 100a2fd4 main.cpp.obj + 0002:00019ff0 ??_R3?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a2ff0 main.cpp.obj + 0002:0001a000 ??_R2?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a3000 main.cpp.obj + 0002:0001a008 ??_R1A@?0A@EA@?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a3008 main.cpp.obj + 0002:0001a024 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@8 100a3024 main.cpp.obj + 0002:0001a034 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@8 100a3034 main.cpp.obj + 0002:0001a03c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PA_KPA_KIPAVCDataStore@Nampower@@@std@@8 100a303c main.cpp.obj + 0002:0001a058 ??_R3?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a3058 main.cpp.obj + 0002:0001a068 ??_R2?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a3068 main.cpp.obj + 0002:0001a070 ??_R1A@?0A@EA@?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@std@@8 100a3070 main.cpp.obj + 0002:0001a08c ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@8 100a308c main.cpp.obj + 0002:0001a09c ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@8 100a309c main.cpp.obj + 0002:0001a0a4 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@std@@8 100a30a4 main.cpp.obj + 0002:0001a0c0 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@8 100a30c0 main.cpp.obj + 0002:0001a0d0 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@8 100a30d0 main.cpp.obj + 0002:0001a0d8 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@std@@8 100a30d8 main.cpp.obj + 0002:0001a0f4 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@8 100a30f4 main.cpp.obj + 0002:0001a104 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@8 100a3104 main.cpp.obj + 0002:0001a10c ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@std@@8 100a310c main.cpp.obj + 0002:0001a128 ??_R3?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@8 100a3128 main.cpp.obj + 0002:0001a138 ??_R2?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@8 100a3138 main.cpp.obj + 0002:0001a140 ??_R1A@?0A@EA@?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@std@@8 100a3140 main.cpp.obj + 0002:0001a15c ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@8 100a315c main.cpp.obj + 0002:0001a16c ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@8 100a316c main.cpp.obj + 0002:0001a174 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@std@@8 100a3174 main.cpp.obj + 0002:0001a190 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@8 100a3190 main.cpp.obj + 0002:0001a1a0 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@8 100a31a0 main.cpp.obj + 0002:0001a1a8 ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@std@@8 100a31a8 main.cpp.obj + 0002:0001a1c4 ??_R3?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@8 100a31c4 main.cpp.obj + 0002:0001a1d4 ??_R2?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@8 100a31d4 main.cpp.obj + 0002:0001a1dc ??_R1A@?0A@EA@?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@std@@8 100a31dc main.cpp.obj + 0002:0001a1f8 ??_R4?$wrapexcept@VError@hadesmem@@@boost@@6B@ 100a31f8 main.cpp.obj + 0002:0001a20c ??_R3?$wrapexcept@VError@hadesmem@@@boost@@8 100a320c main.cpp.obj + 0002:0001a21c ??_R2?$wrapexcept@VError@hadesmem@@@boost@@8 100a321c main.cpp.obj + 0002:0001a238 ??_R1A@?0A@EA@?$wrapexcept@VError@hadesmem@@@boost@@8 100a3238 main.cpp.obj + 0002:0001a254 ??_R13?0A@EA@Error@hadesmem@@8 100a3254 main.cpp.obj + 0002:0001a270 ??_R1A@33FA@exception@std@@8 100a3270 main.cpp.obj + 0002:0001a28c ??_R1A@37FA@exception@boost@@8 100a328c main.cpp.obj + 0002:0001a2a8 ??_R17?0A@EA@type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 100a32a8 main.cpp.obj + 0002:0001a2c4 ??_R3type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 100a32c4 main.cpp.obj + 0002:0001a2d4 ??_R2type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 100a32d4 main.cpp.obj + 0002:0001a2dc ??_R1A@?0A@EA@type@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@8 100a32dc main.cpp.obj + 0002:0001a2f8 ??_R4?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@std@@@ 100a32f8 main.cpp.obj + 0002:0001a30c ??_R4?$wrapexcept@VError@hadesmem@@@boost@@6Bexception@1@@ 100a330c main.cpp.obj + 0002:0001a320 ??_R4?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@6B@ 100a3320 main.cpp.obj + 0002:0001a334 ??_R3?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a3334 main.cpp.obj + 0002:0001a344 ??_R2?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a3344 main.cpp.obj + 0002:0001a358 ??_R1A@?0A@EA@?$time_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@8 100a3358 main.cpp.obj + 0002:0001a374 ??_R4?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 100a3374 main.cpp.obj + 0002:0001a388 ??_R3?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a3388 main.cpp.obj + 0002:0001a398 ??_R2?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a3398 main.cpp.obj + 0002:0001a3a4 ??_R1A@?0A@EA@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a33a4 main.cpp.obj + 0002:0001a3c0 ??_R4?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@6B@ 100a33c0 main.cpp.obj + 0002:0001a3d4 ??_R3?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a33d4 main.cpp.obj + 0002:0001a3e4 ??_R2?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a33e4 main.cpp.obj + 0002:0001a3f0 ??_R1A@?0A@EA@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@8 100a33f0 main.cpp.obj + 0002:0001a40c ??_R4?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 100a340c main.cpp.obj + 0002:0001a420 ??_R3?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@8 100a3420 main.cpp.obj + 0002:0001a430 ??_R2?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@8 100a3430 main.cpp.obj + 0002:0001a44c ??_R1A@?0A@EA@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@8 100a344c main.cpp.obj + 0002:0001a468 ??_R1A@CE@3FA@clone_base@exception_detail@boost@@8 100a3468 main.cpp.obj + 0002:0001a484 ??_R4?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6Bbad_alloc@std@@@ 100a3484 main.cpp.obj + 0002:0001a498 ??_R4?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@6B@ 100a3498 main.cpp.obj + 0002:0001a4ac ??_R4?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bexception@2@@ 100a34ac main.cpp.obj + 0002:0001a4c0 ??_R3?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@8 100a34c0 main.cpp.obj + 0002:0001a4d0 ??_R2?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@8 100a34d0 main.cpp.obj + 0002:0001a4ec ??_R1A@?0A@EA@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@8 100a34ec main.cpp.obj + 0002:0001a508 ??_R4?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6Bbad_exception@std@@@ 100a3508 main.cpp.obj + 0002:0001a51c ??_R4?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@6B@ 100a351c main.cpp.obj + 0002:0001a530 ??_R4?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@6B@ 100a3530 main.cpp.obj + 0002:0001a544 ??_R3?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@8 100a3544 main.cpp.obj + 0002:0001a554 ??_R2?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@8 100a3554 main.cpp.obj + 0002:0001a560 ??_R1A@?0A@EA@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@8 100a3560 main.cpp.obj + 0002:0001a57c ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@6B@ 100a357c main.cpp.obj + 0002:0001a590 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@8 100a3590 main.cpp.obj + 0002:0001a5a0 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@8 100a35a0 main.cpp.obj + 0002:0001a5ac ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@8 100a35ac main.cpp.obj + 0002:0001a5c8 ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@6B@ 100a35c8 main.cpp.obj + 0002:0001a5dc ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@8 100a35dc main.cpp.obj + 0002:0001a5ec ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@8 100a35ec main.cpp.obj + 0002:0001a5f8 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@8 100a35f8 main.cpp.obj + 0002:0001a614 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@6B@ 100a3614 main.cpp.obj + 0002:0001a628 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@8 100a3628 main.cpp.obj + 0002:0001a638 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@8 100a3638 main.cpp.obj + 0002:0001a644 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@8 100a3644 main.cpp.obj + 0002:0001a660 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@6B@ 100a3660 main.cpp.obj + 0002:0001a674 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@8 100a3674 main.cpp.obj + 0002:0001a684 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@8 100a3684 main.cpp.obj + 0002:0001a690 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@8 100a3690 main.cpp.obj + 0002:0001a6ac ??_R4?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@6B@ 100a36ac main.cpp.obj + 0002:0001a6c0 ??_R3?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@8 100a36c0 main.cpp.obj + 0002:0001a6d0 ??_R2?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@8 100a36d0 main.cpp.obj + 0002:0001a6dc ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@8 100a36dc main.cpp.obj + 0002:0001a6f8 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@6B@ 100a36f8 main.cpp.obj + 0002:0001a70c ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@8 100a370c main.cpp.obj + 0002:0001a71c ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@8 100a371c main.cpp.obj + 0002:0001a728 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@8 100a3728 main.cpp.obj + 0002:0001a744 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@6B@ 100a3744 main.cpp.obj + 0002:0001a758 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@8 100a3758 main.cpp.obj + 0002:0001a768 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@8 100a3768 main.cpp.obj + 0002:0001a774 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@8 100a3774 main.cpp.obj + 0002:0001a790 ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@6B@ 100a3790 main.cpp.obj + 0002:0001a7a4 ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@8 100a37a4 main.cpp.obj + 0002:0001a7b4 ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@8 100a37b4 main.cpp.obj + 0002:0001a7c0 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@8 100a37c0 main.cpp.obj + 0002:0001a7dc ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@6B@ 100a37dc main.cpp.obj + 0002:0001a7f0 ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@8 100a37f0 main.cpp.obj + 0002:0001a800 ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@8 100a3800 main.cpp.obj + 0002:0001a80c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@8 100a380c main.cpp.obj + 0002:0001a828 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@6B@ 100a3828 main.cpp.obj + 0002:0001a83c ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@8 100a383c main.cpp.obj + 0002:0001a84c ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@8 100a384c main.cpp.obj + 0002:0001a858 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@8 100a3858 main.cpp.obj + 0002:0001a874 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@6B@ 100a3874 main.cpp.obj + 0002:0001a888 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@8 100a3888 main.cpp.obj + 0002:0001a898 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@8 100a3898 main.cpp.obj + 0002:0001a8a4 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@8 100a38a4 main.cpp.obj + 0002:0001a8c0 ??_R4?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@6B@ 100a38c0 main.cpp.obj + 0002:0001a8d4 ??_R3?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@8 100a38d4 main.cpp.obj + 0002:0001a8e4 ??_R2?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@8 100a38e4 main.cpp.obj + 0002:0001a8f0 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@8 100a38f0 main.cpp.obj + 0002:0001a90c ??_R4?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@6B@ 100a390c main.cpp.obj + 0002:0001a920 ??_R3?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@8 100a3920 main.cpp.obj + 0002:0001a930 ??_R2?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@8 100a3930 main.cpp.obj + 0002:0001a93c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@8 100a393c main.cpp.obj + 0002:0001a958 ??_R4?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@6B@ 100a3958 main.cpp.obj + 0002:0001a96c ??_R3?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@8 100a396c main.cpp.obj + 0002:0001a97c ??_R2?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@8 100a397c main.cpp.obj + 0002:0001a988 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@8 100a3988 main.cpp.obj + 0002:0001a9a4 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@6B@ 100a39a4 main.cpp.obj + 0002:0001a9b8 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@8 100a39b8 main.cpp.obj + 0002:0001a9c8 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@8 100a39c8 main.cpp.obj + 0002:0001a9d4 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@8 100a39d4 main.cpp.obj + 0002:0001a9f0 ??_R4?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@6B@ 100a39f0 main.cpp.obj + 0002:0001aa04 ??_R3?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@8 100a3a04 main.cpp.obj + 0002:0001aa14 ??_R2?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@8 100a3a14 main.cpp.obj + 0002:0001aa20 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@8 100a3a20 main.cpp.obj + 0002:0001aa3c ??_R4?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@6B@ 100a3a3c main.cpp.obj + 0002:0001aa50 ??_R3?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@8 100a3a50 main.cpp.obj + 0002:0001aa60 ??_R2?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@8 100a3a60 main.cpp.obj + 0002:0001aa6c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@8 100a3a6c main.cpp.obj + 0002:0001aa88 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@6B@ 100a3a88 main.cpp.obj + 0002:0001aa9c ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@8 100a3a9c main.cpp.obj + 0002:0001aaac ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@8 100a3aac main.cpp.obj + 0002:0001aab8 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@8 100a3ab8 main.cpp.obj + 0002:0001aad4 ??_R4?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@6B@ 100a3ad4 main.cpp.obj + 0002:0001aae8 ??_R3?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@8 100a3ae8 main.cpp.obj + 0002:0001aaf8 ??_R2?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@8 100a3af8 main.cpp.obj + 0002:0001ab04 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@8 100a3b04 main.cpp.obj + 0002:0001ab20 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@6B@ 100a3b20 main.cpp.obj + 0002:0001ab34 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@8 100a3b34 main.cpp.obj + 0002:0001ab44 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@8 100a3b44 main.cpp.obj + 0002:0001ab50 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@8 100a3b50 main.cpp.obj + 0002:0001ab6c ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@6B@ 100a3b6c main.cpp.obj + 0002:0001ab80 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@8 100a3b80 main.cpp.obj + 0002:0001ab90 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@8 100a3b90 main.cpp.obj + 0002:0001ab9c ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@ZXPAV12@PAIPAXHE@std@@8 100a3b9c main.cpp.obj + 0002:0001abb8 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@6B@ 100a3bb8 main.cpp.obj + 0002:0001abcc ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@8 100a3bcc main.cpp.obj + 0002:0001abdc ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@8 100a3bdc main.cpp.obj + 0002:0001abe8 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@8 100a3be8 main.cpp.obj + 0002:0001ac04 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@6B@ 100a3c04 main.cpp.obj + 0002:0001ac18 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@8 100a3c18 main.cpp.obj + 0002:0001ac28 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@8 100a3c28 main.cpp.obj + 0002:0001ac34 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@EH@ZXPAV12@EH@std@@8 100a3c34 main.cpp.obj + 0002:0001ac50 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@6B@ 100a3c50 main.cpp.obj + 0002:0001ac64 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@8 100a3c64 main.cpp.obj + 0002:0001ac74 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@8 100a3c74 main.cpp.obj + 0002:0001ac80 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@8 100a3c80 main.cpp.obj + 0002:0001ac9c ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@6B@ 100a3c9c main.cpp.obj + 0002:0001acb0 ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@8 100a3cb0 main.cpp.obj + 0002:0001acc0 ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@8 100a3cc0 main.cpp.obj + 0002:0001accc ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@8 100a3ccc main.cpp.obj + 0002:0001ace8 ??_R4?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@6B@ 100a3ce8 main.cpp.obj + 0002:0001acfc ??_R3?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@8 100a3cfc main.cpp.obj + 0002:0001ad0c ??_R2?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@8 100a3d0c main.cpp.obj + 0002:0001ad18 ??_R1A@?0A@EA@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@8 100a3d18 main.cpp.obj + 0002:0001ad34 ??_R4?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 100a3d34 main.cpp.obj + 0002:0001ad48 ??_R3?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a3d48 main.cpp.obj + 0002:0001ad58 ??_R2?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a3d58 main.cpp.obj + 0002:0001ad64 ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a3d64 main.cpp.obj + 0002:0001ad80 ??_R4?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@6B@ 100a3d80 main.cpp.obj + 0002:0001ad94 ??_R3?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a3d94 main.cpp.obj + 0002:0001ada4 ??_R2?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a3da4 main.cpp.obj + 0002:0001adb0 ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@8 100a3db0 main.cpp.obj + 0002:0001adcc ??_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@ 100a3dcc main.cpp.obj + 0002:0001ade0 ??_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 100a3de0 main.cpp.obj + 0002:0001adf0 ??_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 100a3df0 main.cpp.obj + 0002:0001adfc ??_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 100a3dfc main.cpp.obj + 0002:0001ae18 ??_R4?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@6B@ 100a3e18 main.cpp.obj + 0002:0001ae2c ??_R3?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@8 100a3e2c main.cpp.obj + 0002:0001ae3c ??_R2?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@8 100a3e3c main.cpp.obj + 0002:0001ae48 ??_R1A@?0A@EA@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@8 100a3e48 main.cpp.obj + 0002:0001ae64 ??_R4bad_typeid@std@@6B@ 100a3e64 libvcruntime:rtti.obj + 0002:0001ae78 ??_R3bad_typeid@std@@8 100a3e78 libvcruntime:rtti.obj + 0002:0001ae88 ??_R2bad_typeid@std@@8 100a3e88 libvcruntime:rtti.obj + 0002:0001ae94 ??_R1A@?0A@EA@bad_typeid@std@@8 100a3e94 libvcruntime:rtti.obj + 0002:0001aeb0 ??_R4__non_rtti_object@std@@6B@ 100a3eb0 libvcruntime:rtti.obj + 0002:0001aec4 ??_R3__non_rtti_object@std@@8 100a3ec4 libvcruntime:rtti.obj + 0002:0001aed4 ??_R2__non_rtti_object@std@@8 100a3ed4 libvcruntime:rtti.obj + 0002:0001aee4 ??_R1A@?0A@EA@__non_rtti_object@std@@8 100a3ee4 libvcruntime:rtti.obj + 0002:0001af00 ??_R4DNameNode@@6B@ 100a3f00 libvcruntime:undname.obj + 0002:0001af14 ??_R3DNameNode@@8 100a3f14 libvcruntime:undname.obj + 0002:0001af24 ??_R2DNameNode@@8 100a3f24 libvcruntime:undname.obj + 0002:0001af2c ??_R1A@?0A@EA@DNameNode@@8 100a3f2c libvcruntime:undname.obj + 0002:0001af48 ??_R4charNode@@6B@ 100a3f48 libvcruntime:undname.obj + 0002:0001af5c ??_R3charNode@@8 100a3f5c libvcruntime:undname.obj + 0002:0001af6c ??_R2charNode@@8 100a3f6c libvcruntime:undname.obj + 0002:0001af78 ??_R1A@?0A@EA@charNode@@8 100a3f78 libvcruntime:undname.obj + 0002:0001af94 ??_R4pcharNode@@6B@ 100a3f94 libvcruntime:undname.obj + 0002:0001afa8 ??_R3pcharNode@@8 100a3fa8 libvcruntime:undname.obj + 0002:0001afb8 ??_R2pcharNode@@8 100a3fb8 libvcruntime:undname.obj + 0002:0001afc4 ??_R1A@?0A@EA@pcharNode@@8 100a3fc4 libvcruntime:undname.obj + 0002:0001afe0 ??_R4pDNameNode@@6B@ 100a3fe0 libvcruntime:undname.obj + 0002:0001aff4 ??_R3pDNameNode@@8 100a3ff4 libvcruntime:undname.obj + 0002:0001b004 ??_R2pDNameNode@@8 100a4004 libvcruntime:undname.obj + 0002:0001b010 ??_R1A@?0A@EA@pDNameNode@@8 100a4010 libvcruntime:undname.obj + 0002:0001b02c ??_R4DNameStatusNode@@6B@ 100a402c libvcruntime:undname.obj + 0002:0001b040 ??_R3DNameStatusNode@@8 100a4040 libvcruntime:undname.obj + 0002:0001b050 ??_R2DNameStatusNode@@8 100a4050 libvcruntime:undname.obj + 0002:0001b05c ??_R1A@?0A@EA@DNameStatusNode@@8 100a405c libvcruntime:undname.obj + 0002:0001b078 ??_R4pairNode@@6B@ 100a4078 libvcruntime:undname.obj + 0002:0001b08c ??_R3pairNode@@8 100a408c libvcruntime:undname.obj + 0002:0001b09c ??_R2pairNode@@8 100a409c libvcruntime:undname.obj + 0002:0001b0a8 ??_R1A@?0A@EA@pairNode@@8 100a40a8 libvcruntime:undname.obj + 0002:0001b0c4 ??_R4bad_function_call@std@@6B@ 100a40c4 libcpmt:xthrow.obj + 0002:0001b0d8 ??_R3bad_function_call@std@@8 100a40d8 libcpmt:xthrow.obj + 0002:0001b0e8 ??_R2bad_function_call@std@@8 100a40e8 libcpmt:xthrow.obj + 0002:0001b0f4 ??_R1A@?0A@EA@bad_function_call@std@@8 100a40f4 libcpmt:xthrow.obj + 0002:0001b110 ??_R4logic_error@std@@6B@ 100a4110 libcpmt:xthrow.obj + 0002:0001b124 ??_R3logic_error@std@@8 100a4124 libcpmt:xthrow.obj + 0002:0001b134 ??_R2logic_error@std@@8 100a4134 libcpmt:xthrow.obj + 0002:0001b140 ??_R1A@?0A@EA@logic_error@std@@8 100a4140 libcpmt:xthrow.obj + 0002:0001b15c ??_R4invalid_argument@std@@6B@ 100a415c libcpmt:xthrow.obj + 0002:0001b170 ??_R3invalid_argument@std@@8 100a4170 libcpmt:xthrow.obj + 0002:0001b180 ??_R2invalid_argument@std@@8 100a4180 libcpmt:xthrow.obj + 0002:0001b190 ??_R1A@?0A@EA@invalid_argument@std@@8 100a4190 libcpmt:xthrow.obj + 0002:0001b1ac ??_R4length_error@std@@6B@ 100a41ac libcpmt:xthrow.obj + 0002:0001b1c0 ??_R3length_error@std@@8 100a41c0 libcpmt:xthrow.obj + 0002:0001b1d0 ??_R2length_error@std@@8 100a41d0 libcpmt:xthrow.obj + 0002:0001b1e0 ??_R1A@?0A@EA@length_error@std@@8 100a41e0 libcpmt:xthrow.obj + 0002:0001b1fc ??_R4out_of_range@std@@6B@ 100a41fc libcpmt:xthrow.obj + 0002:0001b210 ??_R3out_of_range@std@@8 100a4210 libcpmt:xthrow.obj + 0002:0001b220 ??_R2out_of_range@std@@8 100a4220 libcpmt:xthrow.obj + 0002:0001b230 ??_R1A@?0A@EA@out_of_range@std@@8 100a4230 libcpmt:xthrow.obj + 0002:0001b24c ??_R4_Locimp@locale@std@@6B@ 100a424c libcpmt:locale0.obj + 0002:0001b260 ??_R3_Locimp@locale@std@@8 100a4260 libcpmt:locale0.obj + 0002:0001b270 ??_R2_Locimp@locale@std@@8 100a4270 libcpmt:locale0.obj + 0002:0001b284 ??_R1A@?0A@EA@_Locimp@locale@std@@8 100a4284 libcpmt:locale0.obj + 0002:0001b2a0 ??_R4type_info@@6B@ 100a42a0 LIBCMT:std_type_info_static.obj + 0002:0001b2b4 ??_R3type_info@@8 100a42b4 LIBCMT:std_type_info_static.obj + 0002:0001b2c4 ??_R2type_info@@8 100a42c4 LIBCMT:std_type_info_static.obj + 0002:0001b2cc ??_R1A@?0A@EA@type_info@@8 100a42cc LIBCMT:std_type_info_static.obj + 0002:0001b2e8 ___safe_se_handler_table 100a42e8 + 0002:0001b6a0 ___volatile_metadata 100a46a0 + 0002:0001bb50 ___rtc_iaa 100a4b50 LIBCMT:initsect.obj + 0002:0001bb54 ___rtc_izz 100a4b54 LIBCMT:initsect.obj + 0002:0001bb58 ___rtc_taa 100a4b58 LIBCMT:initsect.obj + 0002:0001bb5c ___rtc_tzz 100a4b5c LIBCMT:initsect.obj + 0002:0001bb60 __tls_start 100a4b60 LIBCMT:tlssup.obj + 0002:0001bb64 ?orig_user_ptr@?1??GetOriginalArbitraryUserPtrPtr@PatchDetourBase@hadesmem@@KAPAPAXXZ@4PAXA 100a4b64 main.cpp.obj + 0002:0001bb68 ?ret_address_ptr@?1??GetReturnAddressPtrPtr@PatchDetourBase@hadesmem@@KAPAPAXXZ@4PAXA 100a4b68 main.cpp.obj + 0002:0001bb6c __Init_thread_epoch 100a4b6c LIBCMT:thread_safe_statics.obj + 0002:0001bb70 __tls_end 100a4b70 LIBCMT:tlssup.obj + 0002:0001be00 __CT??_R0?AVexception@std@@@8??0exception@std@@QAE@ABV01@@Z12 100a4e00 logging.cpp.obj + 0002:0001be1c __TI3?AVbad_array_new_length@std@@ 100a4e1c logging.cpp.obj + 0002:0001be2c __CTA3?AVbad_array_new_length@std@@ 100a4e2c logging.cpp.obj + 0002:0001be3c __CT??_R0?AVbad_array_new_length@std@@@8??0bad_array_new_length@std@@QAE@ABV01@@Z12 100a4e3c logging.cpp.obj + 0002:0001be58 __CT??_R0?AVbad_alloc@std@@@8??0bad_alloc@std@@QAE@ABV01@@Z12 100a4e58 logging.cpp.obj + 0002:0001be74 __CT??_R0?AVruntime_error@std@@@8??0runtime_error@std@@QAE@ABV01@@Z12 100a4e74 logging.cpp.obj + 0002:0001be90 __CT??_R0?AVsystem_error@std@@@8??0system_error@std@@QAE@ABV01@@Z20 100a4e90 logging.cpp.obj + 0002:0001beac __CT??_R0?AV_System_error@std@@@8??0_System_error@std@@QAE@ABV01@@Z20 100a4eac logging.cpp.obj + 0002:0001bec8 __TI2?AVbad_cast@std@@ 100a4ec8 logging.cpp.obj + 0002:0001bed8 __CTA2?AVbad_cast@std@@ 100a4ed8 logging.cpp.obj + 0002:0001bee4 __CT??_R0?AVbad_cast@std@@@8??0bad_cast@std@@QAE@ABV01@@Z12 100a4ee4 logging.cpp.obj + 0002:0001bf00 __TI5?AVfailure@ios_base@std@@ 100a4f00 logging.cpp.obj + 0002:0001bf10 __CTA5?AVfailure@ios_base@std@@ 100a4f10 logging.cpp.obj + 0002:0001bf28 __CT??_R0?AVfailure@ios_base@std@@@8??0failure@ios_base@std@@QAE@ABV012@@Z20 100a4f28 logging.cpp.obj + 0002:000205ec __CT??_R0?AVclone_base@exception_detail@boost@@@8??0clone_base@exception_detail@boost@@QAE@ABV012@@Z4 100a95ec main.cpp.obj + 0002:00020608 __TI6?AU?$wrapexcept@VError@hadesmem@@@boost@@ 100a9608 main.cpp.obj + 0002:00020618 __CTA6?AU?$wrapexcept@VError@hadesmem@@@boost@@ 100a9618 main.cpp.obj + 0002:00020634 __CT??_R0?AU?$wrapexcept@VError@hadesmem@@@boost@@@8??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z44 100a9634 main.cpp.obj + 0002:00020650 __CT??_R0?AVError@hadesmem@@@8??0Error@hadesmem@@QAE@ABV01@@Z404 100a9650 main.cpp.obj + 0002:0002066c __CT??_R0?AVexception@std@@@8??0exception@std@@QAE@ABV01@@Z12044 100a966c main.cpp.obj + 0002:00020688 __CT??_R0?AVexception@boost@@@8??0exception@boost@@QAE@ABV01@@Z24048 100a9688 main.cpp.obj + 0002:000206a4 __CT??_R0?AUtype@?$wrapexcept_add_base@VError@hadesmem@@Vexception@boost@@$00@detail@boost@@@818 100a96a4 main.cpp.obj + 0002:000206c0 __TI6?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@ 100a96c0 main.cpp.obj + 0002:000206d0 __CTA6?AV?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@ 100a96d0 main.cpp.obj + 0002:000206ec __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 100a96ec main.cpp.obj + 0002:00020708 __CT??_R0?AUbad_exception_@exception_detail@boost@@@8??0bad_exception_@exception_detail@boost@@QAE@ABU012@@Z36 100a9708 main.cpp.obj + 0002:00020724 __CT??_R0?AVexception@boost@@@8??0exception@boost@@QAE@ABV01@@Z24 100a9724 main.cpp.obj + 0002:00020740 __CT??_R0?AVbad_exception@std@@@8??0bad_exception@std@@QAE@ABV01@@Z1224 100a9740 main.cpp.obj + 0002:0002075c __CT??_R0?AVexception@std@@@8??0exception@std@@QAE@ABV01@@Z1224 100a975c main.cpp.obj + 0002:00020778 __CT??_R0?AVclone_base@exception_detail@boost@@@8??0clone_base@exception_detail@boost@@QAE@ABV012@@Z40364 100a9778 main.cpp.obj + 0002:00020794 __TI6?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@ 100a9794 main.cpp.obj + 0002:000207a4 __CTA6?AV?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@ 100a97a4 main.cpp.obj + 0002:000207c0 __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 100a97c0 main.cpp.obj + 0002:000207dc __CT??_R0?AUbad_alloc_@exception_detail@boost@@@8??0bad_alloc_@exception_detail@boost@@QAE@ABU012@@Z36 100a97dc main.cpp.obj + 0002:000207f8 __CT??_R0?AVbad_alloc@std@@@8??0bad_alloc@std@@QAE@ABV01@@Z1224 100a97f8 main.cpp.obj + 0002:000212bc __TI3?AV__non_rtti_object@std@@ 100aa2bc libvcruntime:rtti.obj + 0002:000212cc __CTA3?AV__non_rtti_object@std@@ 100aa2cc libvcruntime:rtti.obj + 0002:000212dc __CT??_R0?AV__non_rtti_object@std@@@8??0__non_rtti_object@std@@QAE@ABV01@@Z12 100aa2dc libvcruntime:rtti.obj + 0002:000212f8 __CT??_R0?AVbad_typeid@std@@@8??0bad_typeid@std@@QAE@ABV01@@Z12 100aa2f8 libvcruntime:rtti.obj + 0002:00021314 __TI2?AVbad_typeid@std@@ 100aa314 libvcruntime:rtti.obj + 0002:00021324 __CTA2?AVbad_typeid@std@@ 100aa324 libvcruntime:rtti.obj + 0002:00021414 __TI2?AVbad_exception@std@@ 100aa414 libvcruntime:frame.obj + 0002:00021424 __CTA2?AVbad_exception@std@@ 100aa424 libvcruntime:frame.obj + 0002:00021430 __CT??_R0?AVbad_exception@std@@@8??0bad_exception@std@@QAE@ABV01@@Z12 100aa430 libvcruntime:frame.obj + 0002:00021a68 __TI2?AVbad_alloc@std@@ 100aaa68 libcpmt:xthrow.obj + 0002:00021a78 __CTA2?AVbad_alloc@std@@ 100aaa78 libcpmt:xthrow.obj + 0002:00021a84 __TI3?AVinvalid_argument@std@@ 100aaa84 libcpmt:xthrow.obj + 0002:00021a94 __CTA3?AVinvalid_argument@std@@ 100aaa94 libcpmt:xthrow.obj + 0002:00021aa4 __CT??_R0?AVinvalid_argument@std@@@8??0invalid_argument@std@@QAE@ABV01@@Z12 100aaaa4 libcpmt:xthrow.obj + 0002:00021ac0 __CT??_R0?AVlogic_error@std@@@8??0logic_error@std@@QAE@ABV01@@Z12 100aaac0 libcpmt:xthrow.obj + 0002:00021adc __TI3?AVlength_error@std@@ 100aaadc libcpmt:xthrow.obj + 0002:00021aec __CTA3?AVlength_error@std@@ 100aaaec libcpmt:xthrow.obj + 0002:00021afc __CT??_R0?AVlength_error@std@@@8??0length_error@std@@QAE@ABV01@@Z12 100aaafc libcpmt:xthrow.obj + 0002:00021b18 __TI3?AVout_of_range@std@@ 100aab18 libcpmt:xthrow.obj + 0002:00021b28 __CTA3?AVout_of_range@std@@ 100aab28 libcpmt:xthrow.obj + 0002:00021b38 __CT??_R0?AVout_of_range@std@@@8??0out_of_range@std@@QAE@ABV01@@Z12 100aab38 libcpmt:xthrow.obj + 0002:00021b54 __TI2?AVruntime_error@std@@ 100aab54 libcpmt:xthrow.obj + 0002:00021b64 __CTA2?AVruntime_error@std@@ 100aab64 libcpmt:xthrow.obj + 0002:00021b70 __TI2?AVbad_function_call@std@@ 100aab70 libcpmt:xthrow.obj + 0002:00021b80 __CTA2?AVbad_function_call@std@@ 100aab80 libcpmt:xthrow.obj + 0002:00021b8c __CT??_R0?AVbad_function_call@std@@@8??0bad_function_call@std@@QAE@ABV01@@Z12 100aab8c libcpmt:xthrow.obj + 0002:00021d24 __IMPORT_DESCRIPTOR_KERNEL32 100aad24 kernel32:KERNEL32.dll + 0002:00021d38 __IMPORT_DESCRIPTOR_USER32 100aad38 user32:USER32.dll + 0002:00021d4c __NULL_IMPORT_DESCRIPTOR 100aad4c 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 @@ -7300,7 +7306,7 @@ 0003:000222d8 ___scrt_ucrt_dll_is_in_use 100ce2d8 0003:000222e0 ?_OptionsStorage@?1??__local_stdio_printf_options@@9@9 100ce2e0 - entry point at 0001:0007bf92 + entry point at 0001:0007c182 Static symbols @@ -7583,2993 +7589,2993 @@ 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 + 0001:00034dc9 __catch$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10035dc9 f i main.cpp.obj + 0001:00034ea9 __catch$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$0 10035ea9 f i main.cpp.obj + 0001:00034f99 __catch$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10035f99 f i main.cpp.obj + 0001:00035079 __catch$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$0 10036079 f i main.cpp.obj + 0001:00035159 __catch$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$0 10036159 f i main.cpp.obj + 0001:00035239 __catch$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$0 10036239 f i main.cpp.obj + 0001:00035319 __catch$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$0 10036319 f i main.cpp.obj + 0001:000353f9 __catch$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$0 100363f9 f i main.cpp.obj + 0001:000354d9 __catch$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$0 100364d9 f i main.cpp.obj + 0001:000355b9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$0 100365b9 f i main.cpp.obj + 0001:00035699 __catch$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$0 10036699 f i main.cpp.obj + 0001:00035779 __catch$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$0 10036779 f i main.cpp.obj + 0001:00035859 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$0 10036859 f i main.cpp.obj + 0001:00035939 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$0 10036939 f i main.cpp.obj + 0001:00035a19 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$0 10036a19 f i main.cpp.obj + 0001:00035af9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$0 10036af9 f i main.cpp.obj + 0001:00035bd9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$0 10036bd9 f i main.cpp.obj + 0001:00035cb9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$0 10036cb9 f i main.cpp.obj + 0001:00035d99 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$0 10036d99 f i main.cpp.obj + 0001:00035e79 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10036e79 f i main.cpp.obj + 0001:00035f59 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$0 10036f59 f i main.cpp.obj + 0001:00036039 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10037039 f i main.cpp.obj + 0001:00036119 __catch$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$0 10037119 f i main.cpp.obj + 0001:000361f9 __catch$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$0 100371f9 f i main.cpp.obj + 0001:000362d9 __catch$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$0 100372d9 f i main.cpp.obj + 0001:000363b9 __catch$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$0 100373b9 f i main.cpp.obj + 0001:00036499 __catch$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$0 10037499 f i main.cpp.obj + 0001:000365d7 __catch$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$0 100375d7 f i main.cpp.obj + 0001:000367b6 __catch$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$0 100377b6 f i main.cpp.obj + 0001:0003684c __catch$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$0 1003784c f i main.cpp.obj + 0001:000378e4 __catch$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$0 100388e4 f i main.cpp.obj + 0001:00039e02 __catch$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ$0 1003ae02 f i main.cpp.obj + 0001:0003c81d __catch$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$0 1003d81d f i main.cpp.obj + 0001:0003ca07 __catch$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$0 1003da07 f i main.cpp.obj + 0001:0003ff89 __catch$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$0 10040f89 f i main.cpp.obj + 0001:00041b90 __catch$_Load$0 10042b90 f main.cpp.obj + 0001:00041c2f __catch$_Load$1 10042c2f f main.cpp.obj + 0001:00041d90 ??$_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 10042d90 f helper.cpp.obj + 0001:00041ef0 ??$_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 10042ef0 f helper.cpp.obj + 0001:00042300 ??$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 10043300 f helper.cpp.obj + 0001:00042360 ??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 10043360 f helper.cpp.obj + 0001:000423a0 ??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 100433a0 f helper.cpp.obj + 0001:00042490 ??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 10043490 f helper.cpp.obj + 0001:000424f0 ??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 100434f0 f helper.cpp.obj + 0001:00042520 ??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 10043520 f helper.cpp.obj + 0001:000425b0 ??1?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@QAE@XZ 100435b0 f helper.cpp.obj + 0001:00042640 ??1CachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@QAE@XZ 10043640 f helper.cpp.obj + 0001:00042690 ??R@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 10043690 f helper.cpp.obj + 0001:00043380 ?_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 10044380 f helper.cpp.obj + 0001:00043560 ?_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 10044560 f helper.cpp.obj + 0001:00043a74 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$0 10044a74 f i spellcast.cpp.obj + 0001:0004792c $LN19 1004892c spellevents.cpp.obj + 0001:00047940 $LN18 10048940 spellevents.cpp.obj + 0001:00048530 $LN210 10049530 spellevents.cpp.obj + 0001:00048538 $LN209 10049538 spellevents.cpp.obj + 0001:00049c68 $LN47 1004ac68 spellevents.cpp.obj + 0001:00049c70 $LN46 1004ac70 spellevents.cpp.obj + 0001:0004a5f4 $LN85 1004b5f4 misc_scripts.cpp.obj + 0001:0004a5f4 $LN85 1004b5f4 misc_scripts.cpp.obj + 0001:0004a5f4 $LN85 1004b5f4 spell_scripts.cpp.obj + 0001:0004be4c $LN59 1004ce4c misc_scripts.cpp.obj + 0001:0004be64 $LN60 1004ce64 misc_scripts.cpp.obj + 0001:0004c2a8 $LN160 1004d2a8 misc_scripts.cpp.obj + 0001:0004c2c0 $LN161 1004d2c0 misc_scripts.cpp.obj + 0001:0004c834 $LN53 1004d834 misc_scripts.cpp.obj + 0001:0004c848 $LN54 1004d848 misc_scripts.cpp.obj + 0001:0004cba0 $LN101 1004dba0 misc_scripts.cpp.obj + 0001:0004e674 $LN67 1004f674 spell_scripts.cpp.obj + 0001:0004e68c $LN68 1004f68c spell_scripts.cpp.obj + 0001:0004eb7c $LN166 1004fb7c spell_scripts.cpp.obj + 0001:0004eb94 $LN167 1004fb94 spell_scripts.cpp.obj + 0001:00050100 ??R@@QBE@HIPAUCGItem_C@game@@@Z 10051100 f item_scripts.cpp.obj + 0001:000555fc ?_FilterSetCurrentException@@YAKPAU_EXCEPTION_POINTERS@@E@Z 100565fc f libvcruntime:ehhelpers.obj + 0001:00055ba0 $$000000 10056ba0 libvcruntime:memcpy.obj + 0001:00055ba0 $$000000 10056ba0 libvcruntime:memmove.obj + 0001:00055bc0 CopyUp 10056bc0 libvcruntime:memcpy.obj + 0001:00055bc0 CopyUp 10056bc0 libvcruntime:memmove.obj + 0001:00055be4 CopyUpLargeMov 10056be4 libvcruntime:memcpy.obj + 0001:00055be4 CopyUpLargeMov 10056be4 libvcruntime:memmove.obj + 0001:00055bf7 CopyUpSSE2Check 10056bf7 libvcruntime:memcpy.obj + 0001:00055bf7 CopyUpSSE2Check 10056bf7 libvcruntime:memmove.obj + 0001:00055c10 AtomChk 10056c10 libvcruntime:memcpy.obj + 0001:00055c10 AtomChk 10056c10 libvcruntime:memmove.obj + 0001:00055c36 PalignHead4 10056c36 libvcruntime:memcpy.obj + 0001:00055c36 PalignHead4 10056c36 libvcruntime:memmove.obj + 0001:00055c49 PalignHead8 10056c49 libvcruntime:memcpy.obj + 0001:00055c49 PalignHead8 10056c49 libvcruntime:memmove.obj + 0001:00055c60 PalignLoop 10056c60 libvcruntime:memcpy.obj + 0001:00055c60 PalignLoop 10056c60 libvcruntime:memmove.obj + 0001:00055c72 MovPalign12 10056c72 libvcruntime:memcpy.obj + 0001:00055c72 MovPalign12 10056c72 libvcruntime:memmove.obj + 0001:00055c7c PalignLoop12 10056c7c libvcruntime:memcpy.obj + 0001:00055c7c PalignLoop12 10056c7c libvcruntime:memmove.obj + 0001:00055ccd MovPalign8 10056ccd libvcruntime:memcpy.obj + 0001:00055ccd MovPalign8 10056ccd libvcruntime:memmove.obj + 0001:00055cd8 PalignLoop8 10056cd8 libvcruntime:memcpy.obj + 0001:00055cd8 PalignLoop8 10056cd8 libvcruntime:memmove.obj + 0001:00055d26 MovPalign4 10056d26 libvcruntime:memcpy.obj + 0001:00055d26 MovPalign4 10056d26 libvcruntime:memmove.obj + 0001:00055d30 PalignLoop4 10056d30 libvcruntime:memcpy.obj + 0001:00055d30 PalignLoop4 10056d30 libvcruntime:memmove.obj + 0001:00055d7c PalignTail 10056d7c libvcruntime:memcpy.obj + 0001:00055d7c PalignTail 10056d7c libvcruntime:memmove.obj + 0001:00055d94 PalignTail4 10056d94 libvcruntime:memcpy.obj + 0001:00055d94 PalignTail4 10056d94 libvcruntime:memmove.obj + 0001:00055da7 PalignTail8 10056da7 libvcruntime:memcpy.obj + 0001:00055da7 PalignTail8 10056da7 libvcruntime:memmove.obj + 0001:00055dbe PalignTailLE3 10056dbe libvcruntime:memcpy.obj + 0001:00055dbe PalignTailLE3 10056dbe libvcruntime:memmove.obj + 0001:00055dc7 Dword_align 10056dc7 libvcruntime:memcpy.obj + 0001:00055dc7 Dword_align 10056dc7 libvcruntime:memmove.obj + 0001:00055dcf Dword_up_align_loop 10056dcf libvcruntime:memcpy.obj + 0001:00055dcf Dword_up_align_loop 10056dcf libvcruntime:memmove.obj + 0001:00055de2 Dword_align_Ok 10056de2 libvcruntime:memcpy.obj + 0001:00055de2 Dword_align_Ok 10056de2 libvcruntime:memmove.obj + 0001:00055dfc ByteCopyUp 10056dfc libvcruntime:memcpy.obj + 0001:00055dfc ByteCopyUp 10056dfc libvcruntime:memmove.obj + 0001:00055e04 TrailingUpVec 10056e04 libvcruntime:memcpy.obj + 0001:00055e04 TrailingUpVec 10056e04 libvcruntime:memmove.obj + 0001:00055e14 TrailingUp0 10056e14 libvcruntime:memcpy.obj + 0001:00055e14 TrailingUp0 10056e14 libvcruntime:memmove.obj + 0001:00055e1c TrailingUp1 10056e1c libvcruntime:memcpy.obj + 0001:00055e1c TrailingUp1 10056e1c libvcruntime:memmove.obj + 0001:00055e28 TrailingUp2 10056e28 libvcruntime:memcpy.obj + 0001:00055e28 TrailingUp2 10056e28 libvcruntime:memmove.obj + 0001:00055e3c TrailingUp3 10056e3c libvcruntime:memcpy.obj + 0001:00055e3c TrailingUp3 10056e3c libvcruntime:memmove.obj + 0001:00055e54 CopyDown 10056e54 libvcruntime:memcpy.obj + 0001:00055e54 CopyDown 10056e54 libvcruntime:memmove.obj + 0001:00055e79 CopyDownNotAligned 10056e79 libvcruntime:memcpy.obj + 0001:00055e79 CopyDownNotAligned 10056e79 libvcruntime:memmove.obj + 0001:00055e80 CopyDownAlignLoop 10056e80 libvcruntime:memcpy.obj + 0001:00055e80 CopyDownAlignLoop 10056e80 libvcruntime:memmove.obj + 0001:00055e8d CopyDownAligned 10056e8d libvcruntime:memcpy.obj + 0001:00055e8d CopyDownAligned 10056e8d libvcruntime:memmove.obj + 0001:00055eb0 TrailingDownVec 10056eb0 libvcruntime:memcpy.obj + 0001:00055eb0 TrailingDownVec 10056eb0 libvcruntime:memmove.obj + 0001:00055ec0 TrailingDown0 10056ec0 libvcruntime:memcpy.obj + 0001:00055ec0 TrailingDown0 10056ec0 libvcruntime:memmove.obj + 0001:00055ec8 TrailingDown1 10056ec8 libvcruntime:memcpy.obj + 0001:00055ec8 TrailingDown1 10056ec8 libvcruntime:memmove.obj + 0001:00055ed8 TrailingDown2 10056ed8 libvcruntime:memcpy.obj + 0001:00055ed8 TrailingDown2 10056ed8 libvcruntime:memmove.obj + 0001:00055eec TrailingDown3 10056eec libvcruntime:memcpy.obj + 0001:00055eec TrailingDown3 10056eec libvcruntime:memmove.obj + 0001:00055f05 XmmMovLargeAlignTest 10056f05 libvcruntime:memcpy.obj + 0001:00055f05 XmmMovLargeAlignTest 10056f05 libvcruntime:memmove.obj + 0001:00055f0d XmmMovAlignLoop 10056f0d libvcruntime:memcpy.obj + 0001:00055f0d XmmMovAlignLoop 10056f0d libvcruntime:memmove.obj + 0001:00055f1c XmmMovLargeLoop 10056f1c libvcruntime:memcpy.obj + 0001:00055f1c XmmMovLargeLoop 10056f1c libvcruntime:memmove.obj + 0001:00055f8c XmmMovSmallTest 10056f8c libvcruntime:memcpy.obj + 0001:00055f8c XmmMovSmallTest 10056f8c libvcruntime:memmove.obj + 0001:00055f91 XmmMovSmallLoop 10056f91 libvcruntime:memcpy.obj + 0001:00055f91 XmmMovSmallLoop 10056f91 libvcruntime:memmove.obj + 0001:00055fb4 CopyDownSmall 10056fb4 libvcruntime:memcpy.obj + 0001:00055fb4 CopyDownSmall 10056fb4 libvcruntime:memmove.obj + 0001:00055fbc CopyDownDwordLoop 10056fbc libvcruntime:memcpy.obj + 0001:00055fbc CopyDownDwordLoop 10056fbc libvcruntime:memmove.obj + 0001:00055fd1 CopyDownByteTest 10056fd1 libvcruntime:memcpy.obj + 0001:00055fd1 CopyDownByteTest 10056fd1 libvcruntime:memmove.obj + 0001:00055fd5 CopyDownByteLoop 10056fd5 libvcruntime:memcpy.obj + 0001:00055fd5 CopyDownByteLoop 10056fd5 libvcruntime:memmove.obj + 0001:00055fe4 CopyDownReturn 10056fe4 libvcruntime:memcpy.obj + 0001:00055fe4 CopyDownReturn 10056fe4 libvcruntime:memmove.obj + 0001:00055ff0 XmmCopy 10056ff0 libvcruntime:memcpy.obj + 0001:00055ff0 XmmCopy 10056ff0 libvcruntime:memmove.obj + 0001:00055ffd XmmCopyAligned 10056ffd libvcruntime:memcpy.obj + 0001:00055ffd XmmCopyAligned 10056ffd libvcruntime:memmove.obj + 0001:00056010 XmmCopyLargeLoop 10057010 libvcruntime:memcpy.obj + 0001:00056010 XmmCopyLargeLoop 10057010 libvcruntime:memmove.obj + 0001:0005606d XmmCopySmallTest 1005706d libvcruntime:memcpy.obj + 0001:0005606d XmmCopySmallTest 1005706d libvcruntime:memmove.obj + 0001:00056080 XmmCopySmallLoop 10057080 libvcruntime:memcpy.obj + 0001:00056080 XmmCopySmallLoop 10057080 libvcruntime:memmove.obj + 0001:0005609b CopyUpDwordMov 1005709b libvcruntime:memcpy.obj + 0001:0005609b CopyUpDwordMov 1005709b libvcruntime:memmove.obj + 0001:000560a0 CopyUpDwordTest 100570a0 libvcruntime:memcpy.obj + 0001:000560a0 CopyUpDwordTest 100570a0 libvcruntime:memmove.obj + 0001:000560a7 CopyUpDwordLoop 100570a7 libvcruntime:memcpy.obj + 0001:000560a7 CopyUpDwordLoop 100570a7 libvcruntime:memmove.obj + 0001:000560b6 CopyUpByteTest 100570b6 libvcruntime:memcpy.obj + 0001:000560b6 CopyUpByteTest 100570b6 libvcruntime:memmove.obj + 0001:000560bd CopyUpByteLoop 100570bd libvcruntime:memcpy.obj + 0001:000560bd CopyUpByteLoop 100570bd libvcruntime:memmove.obj + 0001:000560d0 CopyUpReturn 100570d0 libvcruntime:memcpy.obj + 0001:000560d0 CopyUpReturn 100570d0 libvcruntime:memmove.obj + 0001:000560e0 XmmCopyUnaligned 100570e0 libvcruntime:memcpy.obj + 0001:000560e0 XmmCopyUnaligned 100570e0 libvcruntime:memmove.obj + 0001:000560f3 XmmAlignByte 100570f3 libvcruntime:memcpy.obj + 0001:000560f3 XmmAlignByte 100570f3 libvcruntime:memmove.obj + 0001:000560fc XmmAlignDwordTest 100570fc libvcruntime:memcpy.obj + 0001:000560fc XmmAlignDwordTest 100570fc libvcruntime:memmove.obj + 0001:00056101 XmmAlignDwordLoop 10057101 libvcruntime:memcpy.obj + 0001:00056101 XmmAlignDwordLoop 10057101 libvcruntime:memmove.obj + 0001:0005610e XmmAlignAdjustCnt 1005710e libvcruntime:memcpy.obj + 0001:0005610e XmmAlignAdjustCnt 1005710e libvcruntime:memmove.obj + 0001:00056183 ?FindMITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PAXPBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@H2@Z 10057183 f libvcruntime:rtti.obj + 0001:0005626c ?FindSITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@1@Z 1005726c f libvcruntime:rtti.obj + 0001:00056355 ?FindVITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PAXPBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@H2@Z 10057355 f libvcruntime:rtti.obj + 0001:000564bd ?PMDtoOffset@@YAHPAXABUPMD@@@Z 100574bd f libvcruntime:rtti.obj + 0001:000564e1 ?TypeidsEqual@@YA_NQBUTypeDescriptor@@0@Z 100574e1 f libvcruntime:rtti.obj + 0001:000566fb ?@@?1??__std_type_info_name@@YAPBDPAU__std_type_info_data@@PAU__type_info_node@@@Z@SA@I@Z 100576fb f libvcruntime:std_type_info.obj + 0001:00056704 ?@@?1??__std_type_info_name@@YAPBDPAU__std_type_info_data@@PAU__type_info_node@@@Z@SA@QAX@Z 10057704 f libvcruntime:std_type_info.obj + 0001:00056830 $$000000 10057830 libvcruntime:memset.obj + 0001:00056875 XMMMov 10057875 libvcruntime:memset.obj + 0001:000568b0 LargeRangeBytes 100578b0 libvcruntime:memset.obj + 0001:000568ed XmmMovSmall 100578ed libvcruntime:memset.obj + 0001:00056900 XmmSmallLoop 10057900 libvcruntime:memset.obj + 0001:00056905 MidRangeBytes 10057905 libvcruntime:memset.obj + 0001:00056921 XMMTrailingBytes 10057921 libvcruntime:memset.obj + 0001:00056935 SmallMov 10057935 libvcruntime:memset.obj + 0001:0005693d ByteLoop 1005793d libvcruntime:memset.obj + 0001:0005694b DwordTest 1005794b libvcruntime:memset.obj + 0001:0005695b QwordTest 1005795b libvcruntime:memset.obj + 0001:00056970 QwordLoop 10057970 libvcruntime:memset.obj + 0001:00056983 toend 10057983 libvcruntime:memset.obj + 0001:00056990 $$000000 10057990 libvcruntime:strstr.obj + 0001:000569d3 strstr_sse_safeloop 100579d3 libvcruntime:strstr.obj + 0001:000569fa strstr_sse_search 100579fa libvcruntime:strstr.obj + 0001:000569fa strstr_sse_unsafe 100579fa libvcruntime:strstr.obj + 0001:000569fe strstr_sse_srchloop 100579fe libvcruntime:strstr.obj + 0001:00056a34 strstr_sse_srchchar 10057a34 libvcruntime:strstr.obj + 0001:00056a4b strstr_sse_cmploop 10057a4b libvcruntime:strstr.obj + 0001:00056a86 strstr_sse_cmpchars 10057a86 libvcruntime:strstr.obj + 0001:00056a8d strstr_sse_cmpunsafe 10057a8d libvcruntime:strstr.obj + 0001:00056aa4 strstr_sse_match 10057aa4 libvcruntime:strstr.obj + 0001:00056aa9 strstr_sse_not_found 10057aa9 libvcruntime:strstr.obj + 0001:00056aab strstr_sse_exit 10057aab libvcruntime:strstr.obj + 0001:00056aaf strstr_sttni 10057aaf libvcruntime:strstr.obj + 0001:00056acb strstr_sttni_setchars 10057acb libvcruntime:strstr.obj + 0001:00056ad0 strstr_sttni_setloopchar 10057ad0 libvcruntime:strstr.obj + 0001:00056ad6 strstr_sttni_setloopnochar 10057ad6 libvcruntime:strstr.obj + 0001:00056aea strstr_sttni_srchnext 10057aea libvcruntime:strstr.obj + 0001:00056aed strstr_sttni_srch 10057aed libvcruntime:strstr.obj + 0001:00056af1 strstr_sttni_srchloop 10057af1 libvcruntime:strstr.obj + 0001:00056b10 strstr_sttni_srchxmm 10057b10 libvcruntime:strstr.obj + 0001:00056b23 strstr_sttni_srchcheck 10057b23 libvcruntime:strstr.obj + 0001:00056b27 strstr_sttni_cmploop 10057b27 libvcruntime:strstr.obj + 0001:00056b5f strstr_sttni_cmpchar 10057b5f libvcruntime:strstr.obj + 0001:00056b7a strstr_no_sse 10057b7a libvcruntime:strstr.obj + 0001:00056b8d findnext 10057b8d libvcruntime:strstr.obj + 0001:00056ba0 loop_start 10057ba0 libvcruntime:strstr.obj + 0001:00056ba5 in_loop 10057ba5 libvcruntime:strstr.obj + 0001:00056bad not_found 10057bad libvcruntime:strstr.obj + 0001:00056bb3 first_char_found 10057bb3 libvcruntime:strstr.obj + 0001:00056bbc two_first_chars_equal 10057bbc libvcruntime:strstr.obj + 0001:00056bbf compare_loop 10057bbf libvcruntime:strstr.obj + 0001:00056be2 strchr_call 10057be2 libvcruntime:strstr.obj + 0001:00056bee match 10057bee libvcruntime:strstr.obj + 0001:00056bf5 empty_str2 10057bf5 libvcruntime:strstr.obj + 0001:00056c00 $$000000 10057c00 libvcruntime:memchr.obj + 0001:00056c1b str_misaligned 10057c1b libvcruntime:memchr.obj + 0001:00056c31 main_loop_start 10057c31 libvcruntime:memchr.obj + 0001:00056c47 return_from_main 10057c47 libvcruntime:memchr.obj + 0001:00056c48 tail_less_then_4 10057c48 libvcruntime:memchr.obj + 0001:00056c4d tail_loop 10057c4d libvcruntime:memchr.obj + 0001:00056c5b retnull 10057c5b libvcruntime:memchr.obj + 0001:00056c5d main_loop 10057c5d libvcruntime:memchr.obj + 0001:00056c62 main_loop_entry 10057c62 libvcruntime:memchr.obj + 0001:00056c7d char_is_found 10057c7d libvcruntime:memchr.obj + 0001:00056c95 byte_3 10057c95 libvcruntime:memchr.obj + 0001:00056c96 found 10057c96 libvcruntime:memchr.obj + 0001:00056c9b byte_2 10057c9b libvcruntime:memchr.obj + 0001:00056ca1 byte_1 10057ca1 libvcruntime:memchr.obj + 0001:00056ca7 byte_0 10057ca7 libvcruntime:memchr.obj + 0001:00056e20 _ValidateLocalCookies 10057e20 f libvcruntime:chandler4.obj + 0001:00056fbe ??$BuildCatchObjectHelperInternal@V__FrameHandler3@@@@YAHPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 10057fbe f libvcruntime:frame.obj + 0001:000570fc ??$BuildCatchObjectInternal@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 100580fc f libvcruntime:frame.obj + 0001:00057195 ??$CatchIt@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@PBU_s_HandlerType@@PBU_s_CatchableType@@PBU_s_TryBlockMapEntry@@H1EE@Z 10058195 f libvcruntime:frame.obj + 0001:00057215 ??$FindHandler@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@EH1@Z 10058215 f libvcruntime:frame.obj + 0001:000575ba ??$FindHandlerForForeignException@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@HH1@Z 100585ba f libvcruntime:frame.obj + 0001:00057889 ?CallCatchBlock@@YAPAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PBU_s_FuncInfo@@PAXHK@Z 10058889 f libvcruntime:frame.obj + 0001:00057a58 ?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 10058a58 f libvcruntime:frame.obj + 0001:00057a78 __catch$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z$0 10058a78 f libvcruntime:frame.obj + 0001:00057a97 ?ExFilterRethrow@@YAHPAU_EXCEPTION_POINTERS@@@Z 10058a97 f libvcruntime:frame.obj + 0001:00057be1 ?IsInExceptionSpec@@YAEPAUEHExceptionRecord@@PBU_s_ESTypeList@@@Z 10058be1 f libvcruntime:frame.obj + 0001:00057cb0 $$000000 10058cb0 libvcruntime:lowhelpr.obj + 0001:00057cef _NLG_Continue 10058cef libvcruntime:lowhelpr.obj + 0001:00057ef0 ??$get_encoding@M@@YA?A_P_K@Z 10058ef0 f libvcruntime:undname.obj + 0001:00057f50 ??$get_encoding@N@@YA?A_P_K@Z 10058f50 f libvcruntime:undname.obj + 0001:00058285 ??1TrackRecursion@?1??getDecoratedName@UnDecorator@@CA?AVDName@@XZ@QAE@XZ 10059285 f libvcruntime:undname.obj + 0001:00059ec1 $LN197 1005aec1 libvcruntime:undname.obj + 0001:00059ee5 $LN196 1005aee5 libvcruntime:undname.obj + 0001:00059ef9 $LN198 1005aef9 libvcruntime:undname.obj + 0001:0005adfd $LN40 1005bdfd libvcruntime:undname.obj + 0001:0005bf94 $LN400 1005cf94 libvcruntime:undname.obj + 0001:0005bfa0 $LN399 1005cfa0 libvcruntime:undname.obj + 0001:0005bfb8 $LN402 1005cfb8 libvcruntime:undname.obj + 0001:0005bfd4 $LN401 1005cfd4 libvcruntime:undname.obj + 0001:0005bfec $LN404 1005cfec libvcruntime:undname.obj + 0001:0005bffc $LN403 1005cffc libvcruntime:undname.obj + 0001:0005d568 $LN88 1005e568 libvcruntime:undname.obj + 0001:0005d588 $LN87 1005e588 libvcruntime:undname.obj + 0001:0005da0f $LN145 1005ea0f libvcruntime:undname.obj + 0001:0005e376 ?und_memcpy@@YAXPADPBDI@Z 1005f376 f libvcruntime:undname.obj + 0001:0005e397 ?und_strncmp@@YAIPBD0I@Z 1005f397 f libvcruntime:undname.obj + 0001:0005e490 $$000000 1005f490 libvcruntime:strchr.obj + 0001:0005e4c3 strchr_sse_loop 1005f4c3 libvcruntime:strchr.obj + 0001:0005e4e7 strchr_sse_break 1005f4e7 libvcruntime:strchr.obj + 0001:0005e4f8 strchr_no_sse2 1005f4f8 libvcruntime:strchr.obj + 0001:0005e510 str_misaligned 1005f510 libvcruntime:strchr.obj + 0001:0005e525 main_loop_start 1005f525 libvcruntime:strchr.obj + 0001:0005e530 main_loop 1005f530 libvcruntime:strchr.obj + 0001:0005e56c retnull 1005f56c libvcruntime:strchr.obj + 0001:0005e56e retnull_bx 1005f56e libvcruntime:strchr.obj + 0001:0005e572 found_bx 1005f572 libvcruntime:strchr.obj + 0001:0005e577 chr_is_found 1005f577 libvcruntime:strchr.obj + 0001:0005e59f byte_3 1005f59f libvcruntime:strchr.obj + 0001:0005e5a6 byte_2 1005f5a6 libvcruntime:strchr.obj + 0001:0005e5ad byte_1 1005f5ad libvcruntime:strchr.obj + 0001:0005e5b4 byte_0 1005f5b4 libvcruntime:strchr.obj + 0001:0005e5bb ?try_get_function@@YAPAXW4function_id@?A0x14174aea@@QBDQBW4module_id@2@2@Z 1005f5bb f libvcruntime:winapi_downlevel.obj + 0001:0005e65b ?try_load_library_from_system_directory@@YAPAUHINSTANCE__@@QB_W@Z 1005f65b f libvcruntime:winapi_downlevel.obj + 0001:0005e7e0 $$000000 1005f7e0 libvcruntime:exsup4.obj + 0001:0005e812 _lu_top 1005f812 libvcruntime:exsup4.obj + 0001:0005e871 _lu_done 1005f871 libvcruntime:exsup4.obj + 0001:0005e880 $$000000 1005f880 libvcruntime:exsup4.obj + 0001:0005e880 __unwind_handler4 1005f880 f libvcruntime:exsup4.obj + 0001:0005e8d0 $$000000 1005f8d0 libvcruntime:exsup4.obj + 0001:0005e8f0 $$000000 1005f8f0 libvcruntime:exsup4.obj + 0001:0005e910 $$000000 1005f910 libvcruntime:exsup4.obj + 0001:0005e925 ReturnPoint 1005f925 libvcruntime:exsup4.obj + 0001:0005e930 $$000000 1005f930 libvcruntime:exsup4.obj + 0001:0005e990 $$000000 1005f990 libvcruntime:exsup.obj + 0001:0005e9a0 $$000000 1005f9a0 libvcruntime:exsup.obj + 0001:0005e9ab __NLG_Go 1005f9ab libvcruntime:exsup.obj + 0001:0005e9c0 $$000000 1005f9c0 libvcruntime:exsup.obj + 0001:0005ef57 ?_fclose_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005ff57 f libucrt:fclose.obj + 0001:0005efee ?_fclose_nolock_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005ffee f libucrt:fclose.obj + 0001:0005f0ac ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100600ac f libucrt:fflush.obj + 0001:0005f138 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10060138 f libucrt:fflush.obj + 0001:0005f1e4 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100601e4 f libucrt:fflush.obj + 0001:0005f244 ?common_flush_all@@YAH_N@Z 10060244 f libucrt:fflush.obj + 0001:0005f291 ?common_flush_all_should_try_to_flush_stream@@YA_NV__crt_stdio_stream@@QAH@Z 10060291 f libucrt:fflush.obj + 0001:0005f2c2 ?is_stream_flushable_or_commitable@@YA_NJ@Z 100602c2 f libucrt:fflush.obj + 0001:0005f5bf ?_fputc_internal@@YAHHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 100605bf f libucrt:fputc.obj + 0001:0005f9e7 _memcpy_s 100609e7 f libucrt:cfout.obj + 0001:0005f9e7 _memcpy_s 100609e7 f libucrt:strtod.obj + 0001:0005f9e7 _memcpy_s 100609e7 f libucrt:mbctype.obj + 0001:0005f9e7 _memcpy_s 100609e7 f libucrt:fread.obj + 0001:0005fb1d ?common_fseek@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 10060b1d f libucrt:fseek.obj + 0001:0005fbc7 ?common_fseek_binary_mode_read_only_fast_track_nolock@@YA_NV__crt_stdio_stream@@_JH@Z 10060bc7 f libucrt:fseek.obj + 0001:0005fca0 ?common_fseek_nolock@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 10060ca0 f libucrt:fseek.obj + 0001:0005fe00 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@I@@QAEI$$QAV@@AAV@@$$QAV@@@Z 10060e00 f libucrt:fwrite.obj + 0001:0005fe5b ??R@@QBEIXZ 10060e5b f libucrt:fwrite.obj + 0001:000600ff ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100610ff f libucrt:setvbuf.obj + 0001:0006015a ??R@@QBE@XZ 1006115a f libucrt:setvbuf.obj + 0001:000601fa ?_setvbuf_internal@@YAHQAU_iobuf@@QADHIAAV__crt_cached_ptd_host@@@Z 100611fa f libucrt:setvbuf.obj + 0001:00060290 ?set_buffer@@YAHV__crt_stdio_stream@@QADIH@Z 10061290 f libucrt:setvbuf.obj + 0001:00060735 ??$common_vsprintf@Vformat_validation_base@__crt_stdio_output@@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 10061735 f libucrt:output.obj + 0001:000608a9 ??$common_vsprintf@Vstandard_base@__crt_stdio_output@@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 100618a9 f libucrt:output.obj + 0001:00060a1d ??$common_vsprintf_s@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 10061a1d f libucrt:output.obj + 0001:00061ace $LN140 10062ace libucrt:output.obj + 0001:00061da2 $LN130 10062da2 libucrt:output.obj + 0001:000622ae $LN18 100632ae libucrt:output.obj + 0001:000622c2 $LN17 100632c2 libucrt:output.obj + 0001:00063730 ??$common_strtod_l@MD@@YAMQBDQAPADQAU__crt_locale_pointers@@@Z 10064730 f libucrt:strtod.obj + 0001:0006400c $LN32 1006500c libucrt:strtod.obj + 0001:00066950 $$000000 10067950 libucrt:strcspn.obj + 0001:000669a0 $$000000 100679a0 libucrt:strncmp.obj + 0001:00066a18 ??$common_localtime_s@_J@@YAHQAUtm@@QB_J@Z 10067a18 f libucrt:localtime.obj + 0001:00067240 $$000000 10068240 libucrt:sqrt_sse2_precise.obj + 0001:00067340 $$000000 10068340 libucrt:ceil_pentium4.obj + 0001:00067670 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10068670 f libucrt:per_thread_data.obj + 0001:000676c2 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100686c2 f libucrt:per_thread_data.obj + 0001:0006772d ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1006872d f libucrt:per_thread_data.obj + 0001:00067782 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10068782 f libucrt:per_thread_data.obj + 0001:000677dc ?construct_ptd@@YAXQAU__acrt_ptd@@QAPAU__crt_locale_data@@@Z 100687dc f libucrt:per_thread_data.obj + 0001:00067875 ?destroy_fls@@YGXPAX@Z 10068875 f libucrt:per_thread_data.obj + 0001:00067896 ?destroy_ptd@@YAXQAU__acrt_ptd@@@Z 10068896 f libucrt:per_thread_data.obj + 0001:00067963 ?replace_current_thread_locale_nolock@@YAXQAU__acrt_ptd@@QAU__crt_locale_data@@@Z 10068963 f libucrt:per_thread_data.obj + 0001:00067cc5 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10068cc5 f libucrt:wsetlocale.obj + 0001:00067d12 ??$?RV@@AAV@@AAV@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@AAV@@@Z 10068d12 f libucrt:wsetlocale.obj + 0001:00067d57 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10068d57 f libucrt:wsetlocale.obj + 0001:00067e3f ??R@@QBE@XZ 10068e3f f libucrt:wsetlocale.obj + 0001:00067ea9 ??R@@QBE@XZ 10068ea9 f libucrt:wsetlocale.obj + 0001:0006825f __copytlocinfo_nolock 1006925f f libucrt:wsetlocale.obj + 0001:0006828e __expandlocale 1006928e f libucrt:wsetlocale.obj + 0001:00068718 __wsetlocale_get_all 10069718 f libucrt:wsetlocale.obj + 0001:000688b3 __wsetlocale_nolock 100698b3 f libucrt:wsetlocale.obj + 0001:00068ba3 __wsetlocale_set_cat 10069ba3 f libucrt:wsetlocale.obj + 0001:00068f63 _get_default_code_page 10069f63 f libucrt:wsetlocale.obj + 0001:00068f92 _parse_bcp47 10069f92 f libucrt:wsetlocale.obj + 0001:0006916c _parse_bcp47_code_page 1006a16c f libucrt:wsetlocale.obj + 0001:000691ab _parse_bcp47_language 1006a1ab f libucrt:wsetlocale.obj + 0001:0006921d _parse_bcp47_region 1006a21d f libucrt:wsetlocale.obj + 0001:000692db _parse_bcp47_script 1006a2db f libucrt:wsetlocale.obj + 0001:0006934b _string_is_alpha 1006a34b f libucrt:wsetlocale.obj + 0001:00069421 ?@@@CG@PA_W@Z 1006a421 f libucrt:winapi_thunks.obj + 0001:0006942e ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1006a42e f libucrt:winapi_thunks.obj + 0001:000694c9 ??R@@QBE@PA_W@Z 1006a4c9 f libucrt:winapi_thunks.obj + 0001:000694fc ?try_get_AreFileApisANSI@@YAP6GHXZXZ 1006a4fc f libucrt:winapi_thunks.obj + 0001:00069516 ?try_get_CompareStringEx@@YAP6GHPB_WK0H0HPAU_nlsversioninfo@@PAXJ@ZXZ 1006a516 f libucrt:winapi_thunks.obj + 0001:00069530 ?try_get_EnumSystemLocalesEx@@YAP6GHP6GHPA_WKJ@ZKJPAX@ZXZ 1006a530 f libucrt:winapi_thunks.obj + 0001:0006954a ?try_get_GetDateFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH0@ZXZ 1006a54a f libucrt:winapi_thunks.obj + 0001:00069564 ?try_get_GetLocaleInfoEx@@YAP6GHPB_WKPA_WH@ZXZ 1006a564 f libucrt:winapi_thunks.obj + 0001:0006957e ?try_get_GetTimeFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH@ZXZ 1006a57e f libucrt:winapi_thunks.obj + 0001:00069598 ?try_get_GetUserDefaultLocaleName@@YAP6GHPA_WH@ZXZ 1006a598 f libucrt:winapi_thunks.obj + 0001:000695b2 ?try_get_IsValidLocaleName@@YAP6GHPB_W@ZXZ 1006a5b2 f libucrt:winapi_thunks.obj + 0001:000695cc ?try_get_LCIDToLocaleName@@YAP6GHKPA_WHK@ZXZ 1006a5cc f libucrt:winapi_thunks.obj + 0001:000695e6 ?try_get_LCMapStringEx@@YAP6GHPB_WK0HPA_WHPAU_nlsversioninfo@@PAXJ@ZXZ 1006a5e6 f libucrt:winapi_thunks.obj + 0001:00069600 ?try_get_LocaleNameToLCID@@YAP6GKPB_WK@ZXZ 1006a600 f libucrt:winapi_thunks.obj + 0001:0006961a ?try_get_first_available_module@@YAPAUHINSTANCE__@@QBW4module_id@?A0x391cf84c@@0@Z 1006a61a f libucrt:winapi_thunks.obj + 0001:000696e5 ?try_get_function@@YAPAXW4function_id@?A0x391cf84c@@QBDQBW4module_id@2@2@Z 1006a6e5 f libucrt:winapi_thunks.obj + 0001:00069d57 ?initialize_inherited_file_handles_nolock@@YAXXZ 1006ad57 f libucrt:ioinit.obj + 0001:00069e0d ?initialize_stdio_handles_nolock@@YAXXZ 1006ae0d f libucrt:ioinit.obj + 0001:00069f70 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1006af70 f libucrt:close.obj + 0001:0006a218 ?find_or_allocate_unused_stream_nolock@@YA?AV__crt_stdio_stream@@XZ 1006b218 f libucrt:stream.obj + 0001:0006a391 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1006b391 f libucrt:commit.obj + 0001:0006a4b0 ?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 1006b4b0 f libucrt:write.obj + 0001:0006a877 ?write_double_translated_unicode_nolock@@YA?AUwrite_result@?A0x17268360@@QBDI@Z 1006b877 f libucrt:write.obj + 0001:0006a8df ?write_requires_double_translation_nolock@@YA_NHAAV__crt_cached_ptd_host@@@Z 1006b8df f libucrt:write.obj + 0001:0006a95c ?write_text_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 1006b95c f libucrt:write.obj + 0001:0006aa37 ?write_text_utf16le_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 1006ba37 f libucrt:write.obj + 0001:0006ab20 ?write_text_utf8_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 1006bb20 f libucrt:write.obj + 0001:0006afb6 ??$common_refill_and_read_nolock@D@@YAHV__crt_stdio_stream@@@Z 1006bfb6 f libucrt:_filbuf.obj + 0001:0006b150 ??$common_ftell@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006c150 f libucrt:ftell.obj + 0001:0006b1df ??$common_ftell_nolock@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006c1df f libucrt:ftell.obj + 0001:0006b380 ?common_ftell_read_mode_nolock@@YA_JV__crt_stdio_stream@@_J1AAV__crt_cached_ptd_host@@@Z 1006c380 f libucrt:ftell.obj + 0001:0006b54b ?common_ftell_translated_utf8_nolock@@YA_JV__crt_stdio_stream@@_JAAV__crt_cached_ptd_host@@@Z 1006c54b f libucrt:ftell.obj + 0001:0006b6f6 ?count_newline_bytes@@YA_JQBD0W4__crt_lowio_text_mode@@@Z 1006c6f6 f libucrt:ftell.obj + 0001:0006b788 ??$common_flush_and_write_nolock@D@@YAHHV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006c788 f libucrt:_flsbuf.obj + 0001:0006b87e ??$write_buffer_nolock@D@@YA_NDV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006c87e f libucrt:_flsbuf.obj + 0001:0006b950 ?stream_is_at_end_of_file_nolock@@YA_NV__crt_stdio_stream@@@Z 1006c950 f libucrt:_flsbuf.obj + 0001:0006b9e0 ??$translate_text_mode_nolock@D@@YAHHQADI@Z 1006c9e0 f libucrt:read.obj + 0001:0006bb2d ??$translate_text_mode_nolock@_W@@YAHHQA_WI@Z 1006cb2d f libucrt:read.obj + 0001:0006bce7 ?translate_ansi_or_utf8_nolock@@YAHHQADIQA_WI@Z 1006cce7 f libucrt:read.obj + 0001:0006be3e ?translate_utf16_from_console_nolock@@YAHHQA_WI@Z 1006ce3e f libucrt:read.obj + 0001:0006c360 ??$common_lseek@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 1006d360 f libucrt:lseek.obj + 0001:0006c485 ??$common_lseek_nolock@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 1006d485 f libucrt:lseek.obj + 0001:0006c795 ?filter_mbtowcs_flags@@YAKIK@Z 1006d795 f libucrt:multibytetowidechar.obj + 0001:0006cc74 ?fe_to_nearest@@YA_NQBN_KF@Z 1006dc74 f libucrt:cvt.obj + 0001:0006cd17 ?fp_format_a@@YAHQBNPADIQADIH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006dd17 f libucrt:cvt.obj + 0001:0006d044 ?fp_format_e@@YAHQBNQADI1IH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006e044 f libucrt:cvt.obj + 0001:0006d0e8 ?fp_format_e_internal@@YAHQADIH_NIQAU_strflt@@1AAV__crt_cached_ptd_host@@@Z 1006e0e8 f libucrt:cvt.obj + 0001:0006d23b ?fp_format_f@@YAHQBNQADI1IHW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006e23b f libucrt:cvt.obj + 0001:0006d2d1 ?fp_format_f_internal@@YAHQADIHQAU_strflt@@_NAAV__crt_cached_ptd_host@@@Z 1006e2d1 f libucrt:cvt.obj + 0001:0006d3bf ?fp_format_g@@YAHQBNQADI1IH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006e3bf f libucrt:cvt.obj + 0001:0006d48e ?fp_format_nan_or_infinity@@YAHW4__acrt_fp_class@@_NPADI1@Z 1006e48e f libucrt:cvt.obj + 0001:0006d523 ?shift_bytes@@YAXQADI0H@Z 1006e523 f libucrt:cvt.obj + 0001:0006d557 ?should_round_up@@YA_NQBN_KFW4__acrt_rounding_mode@@@Z 1006e557 f libucrt:cvt.obj + 0001:0006e40a ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1006f40a f libucrt:exit.obj + 0001:0006e472 ??R@@QBE@XZ 1006f472 f libucrt:exit.obj + 0001:0006e55a ?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 1006f55a f libucrt:exit.obj + 0001:0006e5f1 ?exit_or_terminate_process@@YAXI@Z 1006f5f1 f libucrt:exit.obj + 0001:0006e622 ?is_managed_app@@YA_NXZ 1006f622 f libucrt:exit.obj + 0001:0006e664 ?should_call_terminate_process@@YA_NXZ 1006f664 f libucrt:exit.obj + 0001:0006e67d ?try_cor_exit_process@@YAXI@Z 1006f67d f libucrt:exit.obj + 0001:0006e73a ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@P6AXH@Z@@QAEP6AXH@Z$$QAV@@AAV@@$$QAV@@@Z 1006f73a f libucrt:signal.obj + 0001:0006e7a2 ?get_global_action_nolock@@YAPAP6AXH@ZH@Z 1006f7a2 f libucrt:signal.obj + 0001:0006e7e4 ?siglookup@@YAPAU__crt_signal_action_t@@HQAU1@@Z 1006f7e4 f libucrt:signal.obj + 0001:0006ecfc ??$common_gmtime_s@_J@@YAHQAUtm@@QB_J@Z 1006fcfc f libucrt:gmtime.obj + 0001:0006ee46 ?compute_year@@YAHAA_JAA_N@Z 1006fe46 f libucrt:gmtime.obj + 0001:0006ef0a ?_isindst_nolock@@YAHQAUtm@@@Z 1006ff0a f libucrt:tzset.obj + 0001:0006f124 ?cvtdate@@YAXW4transition_type@?A0x7639d0b4@@W4date_type@2@HHHHHHHHH@Z 10070124 f libucrt:tzset.obj + 0001:0006f267 ?get_tz_environment_variable@@YAPA_WAAY0BAA@_W@Z 10070267 f libucrt:tzset.obj + 0001:0006f2de ?tzset_env_copy_to_tzname@@YAXQB_WQA_WQADI@Z 100702de f libucrt:tzset.obj + 0001:0006f325 ?tzset_from_environment_nolock@@YAXPA_W@Z 10070325 f libucrt:tzset.obj + 0001:0006f5b7 ?tzset_from_system_nolock@@YAXXZ 100705b7 f libucrt:tzset.obj + 0001:0006f711 ?tzset_nolock@@YAXXZ 10070711 f libucrt:tzset.obj + 0001:0006f787 ?tzset_os_copy_to_tzname@@YAXQB_WQA_WQADI@Z 10070787 f libucrt:tzset.obj + 0001:0006f87a ?filter_wcstomb_flags@@YAKIK@Z 1007087a f libucrt:widechartomultibyte.obj + 0001:0006f97f ?compute_iso_week@@YAHHHH@Z 1007097f f libucrt:wcsftime.obj + 0001:0006f9c8 ?compute_iso_week_internal@@YAHHHH@Z 100709c8 f libucrt:wcsftime.obj + 0001:0006fa5d ?compute_iso_year@@YAHHHH@Z 10070a5d f libucrt:wcsftime.obj + 0001:0006fa88 ?expand_time@@YA_NPAU__crt_locale_pointers@@_WPBUtm@@PAPA_WPAIPBU__crt_lc_time_data@@_N@Z 10070a88 f libucrt:wcsftime.obj + 0001:0007043c $LN191 1007143c libucrt:wcsftime.obj + 0001:0007045c ?store_number@@YAXHHQAPA_WQAI_W@Z 1007145c f libucrt:wcsftime.obj + 0001:000704f0 ?store_number_without_lead_zeroes@@YAXHQAPA_WQAI@Z 100714f0 f libucrt:wcsftime.obj + 0001:0007056a ?store_string@@YAXPB_WQAPA_WQAI@Z 1007156a f libucrt:wcsftime.obj + 0001:0007059d ?store_winword@@YA_NQAU__crt_locale_pointers@@HQBUtm@@QAPA_WQAIQBU__crt_lc_time_data@@@Z 1007159d f libucrt:wcsftime.obj + 0001:000712c5 ?__acrt_LCMapStringA_stat@@YAHPAU__crt_locale_pointers@@PB_WKPBDHPADHHH@Z 100722c5 f libucrt:lcmapstringa.obj + 0001:00071700 $$000000 10072700 libucrt:sqrt.obj + 0001:000717e0 $$000000 100727e0 libucrt:_strnicm.obj + 0001:00071bdb ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10072bdb f libucrt:mbctype.obj + 0001:00071c28 ??R@@QBE@XZ 10072c28 f libucrt:mbctype.obj + 0001:00071cab ?CPtoLocaleName@@YAPB_WH@Z 10072cab f libucrt:mbctype.obj + 0001:00071ce9 ?getSystemCP@@YAHH@Z 10072ce9 f libucrt:mbctype.obj + 0001:00071d5a ?setSBCS@@YAXPAU__crt_multibyte_data@@@Z 10072d5a f libucrt:mbctype.obj + 0001:00071dbd ?setSBUpLow@@YAXPAU__crt_multibyte_data@@@Z 10072dbd f libucrt:mbctype.obj + 0001:00071f62 ?setmbcp_internal@@YAHH_NQAU__acrt_ptd@@QAPAU__crt_multibyte_data@@@Z 10072f62 f libucrt:mbctype.obj + 0001:000720b7 ?update_thread_multibyte_data_internal@@YAPAU__crt_multibyte_data@@QAU__acrt_ptd@@QAPAU1@@Z 100730b7 f libucrt:mbctype.obj + 0001:000730d0 ?free_crt_array_internal@@YAXQAPBXI@Z 100740d0 f libucrt:inittime.obj + 0001:000730f5 ?initialize_lc_time@@YA_NQAU__crt_lc_time_data@@QAU__crt_locale_data@@@Z 100740f5 f libucrt:inittime.obj + 0001:000735a3 ??$common_tcsncat_s@_W@@YAHQA_WIQB_WI@Z 100745a3 f libucrt:wcsncat_s.obj + 0001:00073696 ??$common_tcsncpy_s@_W@@YAHQA_WIQB_WI@Z 10074696 f libucrt:wcsncpy_s.obj + 0001:00073917 _GetLocaleNameFromDefault 10074917 f libucrt:get_qualified_locale.obj + 0001:0007399e _GetLocaleNameFromLangCountry 1007499e f libucrt:get_qualified_locale.obj + 0001:00073a37 _GetLocaleNameFromLanguage 10074a37 f libucrt:get_qualified_locale.obj + 0001:00073a90 _GetPrimaryLen 10074a90 f libucrt:get_qualified_locale.obj + 0001:00073ac4 _LangCountryEnumProcEx@12 10074ac4 f libucrt:get_qualified_locale.obj + 0001:00073da5 _LanguageEnumProcEx@12 10074da5 f libucrt:get_qualified_locale.obj + 0001:00073e64 _ProcessCodePage 10074e64 f libucrt:get_qualified_locale.obj + 0001:00073f54 _TestDefaultCountry 10074f54 f libucrt:get_qualified_locale.obj + 0001:00073fa1 _TranslateName 10074fa1 f libucrt:get_qualified_locale.obj + 0001:00074213 _CountryEnumProc@4 10075213 f libucrt:getqloc_downlevel.obj + 0001:000742ba _GetLcidFromCountry 100752ba f libucrt:getqloc_downlevel.obj + 0001:00074305 _GetLcidFromLangCountry 10075305 f libucrt:getqloc_downlevel.obj + 0001:000743a0 _GetLcidFromLanguage 100753a0 f libucrt:getqloc_downlevel.obj + 0001:000743ff _GetPrimaryLen 100753ff f libucrt:getqloc_downlevel.obj + 0001:0007442b _LangCountryEnumProc@4 1007542b f libucrt:getqloc_downlevel.obj + 0001:0007467e _LanguageEnumProc@4 1007567e f libucrt:getqloc_downlevel.obj + 0001:00074753 _LcidFromHexString 10075753 f libucrt:getqloc_downlevel.obj + 0001:000747a7 _ProcessCodePage 100757a7 f libucrt:getqloc_downlevel.obj + 0001:00074888 _TestDefaultCountry 10075888 f libucrt:getqloc_downlevel.obj + 0001:000748ad _TestDefaultLanguage 100758ad f libucrt:getqloc_downlevel.obj + 0001:00074922 _TranslateName 10075922 f libucrt:getqloc_downlevel.obj + 0001:00074c27 ?GetTableIndexFromLocaleName@@YAHPB_W@Z 10075c27 f libucrt:lcidtoname_downlevel.obj + 0001:000751f7 ??R@@QBEIPBD@Z 100761f7 f libucrt:mbrtowc.obj + 0001:000753a0 ?check_trailing@@YA_NPBDW4__acrt_has_trailing_digits@@@Z 100763a0 f libucrt:_fptostr.obj + 0001:000753c3 ?should_round_up@@YA_NQBD0HW4__acrt_has_trailing_digits@@W4__acrt_rounding_mode@@@Z 100763c3 f libucrt:_fptostr.obj + 0001:00076c9e ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 10077c9e f libucrt:onexit.obj + 0001:00076cf9 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 10077cf9 f libucrt:onexit.obj + 0001:00076d54 ??R@@QBE@XZ 10077d54 f libucrt:onexit.obj + 0001:00076e56 ??R@@QBE@XZ 10077e56 f libucrt:onexit.obj + 0001:0007701e ?to_abstract_control@@YA?AW4__acrt_fenv_abstract_control@@W4__acrt_fenv_machine_sse_control@@@Z 1007801e f libucrt:_fenvutils.obj + 0001:000770ce ?to_abstract_control@@YA?AW4__acrt_fenv_abstract_control@@W4__acrt_fenv_machine_x87_control@@@Z 100780ce f libucrt:_fenvutils.obj + 0001:0007717b ?to_machine_sse_control@@YA?AW4__acrt_fenv_machine_sse_control@@W4__acrt_fenv_abstract_control@@@Z 1007817b f libucrt:_fenvutils.obj + 0001:00077231 ?to_machine_x87_control@@YA?AW4__acrt_fenv_machine_x87_control@@W4__acrt_fenv_abstract_control@@@Z 10078231 f libucrt:_fenvutils.obj + 0001:000775aa ??$common_getenv_nolock@_W@@YAPA_WQB_W@Z 100785aa f libucrt:getenv.obj + 0001:0007762e ??$common_getenv_s@_W@@YAHQAIQA_WIQB_W@Z 1007862e f libucrt:getenv.obj + 0001:0007768d ??$common_getenv_s_nolock@_W@@YAHQAIQA_WIQB_W@Z 1007868d f libucrt:getenv.obj + 0001:000778e0 $$000000 100788e0 libucrt:common.obj + 0001:00077a70 $$000000 10078a70 libucrt:sqrt_impl.obj + 0001:00077b35 ?initialize_multibyte@@YAHXZ 10078b35 f libucrt:multibyte_initializer.obj + 0001:00077b44 ?InternalGetLocaleInfoA@@YAHQAU__crt_locale_pointers@@QB_WKQADH@Z 10078b44 f libucrt:getlocaleinfoa.obj + 0001:00077dd3 ??$common_xtox@K_W@@YAHKQA_WII_N@Z 10078dd3 f libucrt:xtoa.obj + 0001:00077e8f ??$common_xtox_s@K_W@@YAHKQA_WII_N@Z 10078e8f f libucrt:xtoa.obj + 0001:00078259 ?__dcrt_lowio_initialize_console_output@@YAXXZ 10079259 f libucrt:initcon.obj + 0001:00078420 $$000000 10079420 libucrt:log10_impl.obj + 0001:00078700 ??$common_get_or_create_environment_nolock@_W@@YAPAPA_WXZ 10079700 f libucrt:environment_initialization.obj + 0001:0007872c ??$common_initialize_environment_nolock@D@@YAHXZ 1007972c f libucrt:environment_initialization.obj + 0001:00078786 ??$common_initialize_environment_nolock@_W@@YAHXZ 10079786 f libucrt:environment_initialization.obj + 0001:000787db ??$create_environment@D@@YAQAPADQAD@Z 100797db f libucrt:environment_initialization.obj + 0001:000788bd ??$create_environment@_W@@YAQAPA_WQA_W@Z 100798bd f libucrt:environment_initialization.obj + 0001:000789db ??$free_environment@D@@YAXQAPAD@Z 100799db f libucrt:environment_initialization.obj + 0001:000789db ??$free_environment@_W@@YAXQAPA_W@Z 100799db f libucrt:environment_initialization.obj + 0001:00078a0a ??$initialize_environment_by_cloning_nolock@_W@@YAHXZ 10079a0a f libucrt:environment_initialization.obj + 0001:00078a8b ??$uninitialize_environment_internal@D@@YAXAAPAPAD@Z 10079a8b f libucrt:environment_initialization.obj + 0001:00078aa6 ??$uninitialize_environment_internal@_W@@YAXAAPAPA_W@Z 10079aa6 f libucrt:environment_initialization.obj + 0001:00078bf0 $$000000 10079bf0 libucrt:genexcep.obj + 0001:00078c50 $$000000 10079c50 libucrt:87disp.obj + 0001:00078ea4 ??$common_tcsncpy_s@D@@YAHQADIQBDI@Z 10079ea4 f libucrt:strncpy_s.obj + 0001:00078f66 ___hw_cw_sse2 10079f66 f libucrt:ieee87.obj + 0001:000793ec __hw_cw 1007a3ec f libucrt:ieee87.obj + 0001:00079490 $$000000 1007a490 libucrt:log10_pentium4.obj + 0001:00079720 $$000000 1007a720 libucrt:87tran.obj + 0001:00079a27 ?find_end_of_double_null_terminated_sequence@@YAPB_WQB_W@Z 1007aa27 f libucrt:get_environment_from_os.obj + 0001:00079b4c ??$common_set_variable_in_environment_nolock@_W@@YAHQA_WH@Z 1007ab4c f libucrt:setenv.obj + 0001:00079dd7 ??$copy_environment@_W@@YAPAPA_WQAPA_W@Z 1007add7 f libucrt:setenv.obj + 0001:00079e95 ??$ensure_current_environment_is_not_initial_environment_nolock@_W@@YAXXZ 1007ae95 f libucrt:setenv.obj + 0001:00079eaf ??$find_in_environment_nolock@_W@@YAHQB_WI@Z 1007aeaf f libucrt:setenv.obj + 0001:0007a1f3 ?_mbstowcs_internal@@YAHPAIPA_WIPBDIAAV__crt_cached_ptd_host@@@Z 1007b1f3 f libucrt:mbstowcs.obj + 0001:0007a2cf ?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 1007b2cf f libucrt:mbstowcs.obj + 0001:0007ab7b _tidy_global 1007bb7b f libcpmt:locale0.obj + 0001:0007b05a ??$_Xfiopen@D@?A0x6dc13635@@YAPAU_iobuf@@PBDHH@Z 1007c05a f libcpmt:fiopen.obj + 0001:0007b0fa ?swfun@std@@YAXAAVios_base@1@_J@Z 1007c0fa f libcpmt:iomanip.obj + 0001:0007b3b0 ?initialize_pointers@@YAHXZ 1007c3b0 f libcpmt:winapisupp.obj + 0001:0007b48d ?find_pe_section@@YAPAU_IMAGE_SECTION_HEADER@@QAEI@Z 1007c48d f LIBCMT:utility.obj + 0001:0007b7f0 $$000000 1007c7f0 LIBCMT:llshl.obj + 0001:0007b800 MORE32 1007c800 LIBCMT:llshl.obj + 0001:0007b80a RETZERO 1007c80a LIBCMT:llshl.obj + 0001:0007b810 $$000000 1007c810 LIBCMT:ullshr.obj + 0001:0007b820 MORE32 1007c820 LIBCMT:ullshr.obj + 0001:0007b82a RETZERO 1007c82a LIBCMT:ullshr.obj + 0001:0007b910 $$000000 1007c910 LIBCMT:lldiv.obj + 0001:0007b931 L1 1007c931 LIBCMT:lldiv.obj + 0001:0007b94d L2 1007c94d LIBCMT:lldiv.obj + 0001:0007b969 L3 1007c969 LIBCMT:lldiv.obj + 0001:0007b977 L5 1007c977 LIBCMT:lldiv.obj + 0001:0007b9a5 L6 1007c9a5 LIBCMT:lldiv.obj + 0001:0007b9a6 L7 1007c9a6 LIBCMT:lldiv.obj + 0001:0007b9aa L4 1007c9aa LIBCMT:lldiv.obj + 0001:0007b9b4 L8 1007c9b4 LIBCMT:lldiv.obj + 0001:0007b9c0 $$000000 1007c9c0 LIBCMT:lldvrm.obj + 0001:0007b9e4 L1 1007c9e4 LIBCMT:lldvrm.obj + 0001:0007ba00 L2 1007ca00 LIBCMT:lldvrm.obj + 0001:0007ba2c L3 1007ca2c LIBCMT:lldvrm.obj + 0001:0007ba3a L5 1007ca3a LIBCMT:lldvrm.obj + 0001:0007ba68 L6 1007ca68 LIBCMT:lldvrm.obj + 0001:0007ba71 L7 1007ca71 LIBCMT:lldvrm.obj + 0001:0007ba73 L4 1007ca73 LIBCMT:lldvrm.obj + 0001:0007ba85 L9 1007ca85 LIBCMT:lldvrm.obj + 0001:0007ba99 L8 1007ca99 LIBCMT:lldvrm.obj + 0001:0007baa0 $$000000 1007caa0 LIBCMT:llmul.obj + 0001:0007bab9 hard 1007cab9 LIBCMT:llmul.obj + 0001:0007bae0 $$000000 1007cae0 LIBCMT:llrem.obj + 0001:0007bb00 L1 1007cb00 LIBCMT:llrem.obj + 0001:0007bb1b L2 1007cb1b LIBCMT:llrem.obj + 0001:0007bb3a L3 1007cb3a LIBCMT:llrem.obj + 0001:0007bb48 L5 1007cb48 LIBCMT:llrem.obj + 0001:0007bb73 L6 1007cb73 LIBCMT:llrem.obj + 0001:0007bb7b L7 1007cb7b LIBCMT:llrem.obj + 0001:0007bb86 L4 1007cb86 LIBCMT:llrem.obj + 0001:0007bb8d L8 1007cb8d LIBCMT:llrem.obj + 0001:0007bbb0 $$000000 1007cbb0 LIBCMT:ftol3.obj + 0001:0007bbcf _ftol3_default 1007cbcf LIBCMT:ftol3.obj + 0001:0007bbe3 _ftol3_notsafe 1007cbe3 LIBCMT:ftol3.obj + 0001:0007bc03 _ftol3_mincheck 1007cc03 LIBCMT:ftol3.obj + 0001:0007bc09 _ftol3_NaN 1007cc09 LIBCMT:ftol3.obj + 0001:0007bc11 _ftol3_retmin 1007cc11 LIBCMT:ftol3.obj + 0001:0007bc20 $$000000 1007cc20 LIBCMT:ftol3.obj + 0001:0007bc3e _dtoul3_default 1007cc3e LIBCMT:ftol3.obj + 0001:0007bc69 _dtoul3_notsafe 1007cc69 LIBCMT:ftol3.obj + 0001:0007bc92 _dtoul3_exact 1007cc92 LIBCMT:ftol3.obj + 0001:0007bc99 _dtoul3_large 1007cc99 LIBCMT:ftol3.obj + 0001:0007bca4 _dtoul3_neg 1007cca4 LIBCMT:ftol3.obj + 0001:0007bcb5 _dtoul3_NaN 1007ccb5 LIBCMT:ftol3.obj + 0001:0007bcd0 $$000000 1007ccd0 LIBCMT:ftol3.obj + 0001:0007bcee _dtoul3l_notsafe 1007ccee LIBCMT:ftol3.obj + 0001:0007bd00 $$000000 1007cd00 LIBCMT:ftol3.obj + 0001:0007bd1e _dtol3_default 1007cd1e LIBCMT:ftol3.obj + 0001:0007bd48 _dtol3_getbits 1007cd48 LIBCMT:ftol3.obj + 0001:0007bd71 _dtol3_trunc 1007cd71 LIBCMT:ftol3.obj + 0001:0007bd78 _dtol3_lshift 1007cd78 LIBCMT:ftol3.obj + 0001:0007bd7e _dtol3_notsafe 1007cd7e LIBCMT:ftol3.obj + 0001:0007bd97 _dtol3_large 1007cd97 LIBCMT:ftol3.obj + 0001:0007bd9f _dtol3_NaN 1007cd9f LIBCMT:ftol3.obj + 0001:0007bda7 _dtol3_retmin 1007cda7 LIBCMT:ftol3.obj + 0001:0007bdb0 $$000000 1007cdb0 LIBCMT:ftol3.obj + 0001:0007bdca _ultod3_default 1007cdca LIBCMT:ftol3.obj + 0001:0007bdf8 _ultod3_uint32 1007cdf8 LIBCMT:ftol3.obj + 0001:0007be00 $$000000 1007ce00 LIBCMT:ftol3.obj + 0001:0007be1a _ltod3_default 1007ce1a LIBCMT:ftol3.obj + 0001:0007be41 _ltod3_lt33 1007ce41 LIBCMT:ftol3.obj + 0001:0007be42 ?dllmain_crt_dispatch@@YGHQAUHINSTANCE__@@KQAX@Z 1007ce42 f LIBCMT:dll_dllmain.obj + 0001:0007be95 ?dllmain_crt_process_attach@@YAHQAUHINSTANCE__@@QAX@Z 1007ce95 f LIBCMT:dll_dllmain.obj + 0001:0007bf9c ?dllmain_crt_process_detach@@YAH_N@Z 1007cf9c f LIBCMT:dll_dllmain.obj + 0001:0007c04c ?dllmain_dispatch@@YAHQAUHINSTANCE__@@KQAX@Z 1007d04c f LIBCMT:dll_dllmain.obj + 0001:0007c157 ?dllmain_raw@@YGHQAUHINSTANCE__@@KQAX@Z 1007d157 f LIBCMT:dll_dllmain.obj + 0001:0007c1b0 $$000000 1007d1b0 LIBCMT:sehprolg4.obj + 0001:0007c6f0 $$000000 1007d6f0 LIBCMT:ulldvrm.obj + 0001:0007c721 L1 1007d721 LIBCMT:ulldvrm.obj + 0001:0007c72f L3 1007d72f LIBCMT:ulldvrm.obj + 0001:0007c75d L4 1007d75d LIBCMT:ulldvrm.obj + 0001:0007c766 L5 1007d766 LIBCMT:ulldvrm.obj + 0001:0007c768 L2 1007d768 LIBCMT:ulldvrm.obj + 0001:0007c8b0 $$000000 1007d8b0 LIBCMT:ulldiv.obj + 0001:0007c8d2 L1 1007d8d2 LIBCMT:ulldiv.obj + 0001:0007c8e0 L3 1007d8e0 LIBCMT:ulldiv.obj + 0001:0007c90e L4 1007d90e LIBCMT:ulldiv.obj + 0001:0007c90f L5 1007d90f LIBCMT:ulldiv.obj + 0001:0007c913 L2 1007d913 LIBCMT:ulldiv.obj + 0001:0007c920 $$000000 1007d920 LIBCMT:ullrem.obj + 0001:0007c941 L1 1007d941 LIBCMT:ullrem.obj + 0001:0007c94f L3 1007d94f LIBCMT:ullrem.obj + 0001:0007c97a L4 1007d97a LIBCMT:ullrem.obj + 0001:0007c982 L5 1007d982 LIBCMT:ullrem.obj + 0001:0007c991 L2 1007d991 LIBCMT:ullrem.obj + 0001:0007cba0 $$000000 1007dba0 LIBCMT:chkstk.obj + 0001:0007cbb4 cs10 1007dbb4 LIBCMT:chkstk.obj + 0001:0007cbc2 cs20 1007dbc2 LIBCMT:chkstk.obj + 0001:0007cbd0 $$000000 1007dbd0 LIBCMT:alloca16.obj + 0001:0007cbe6 alloca_8 1007dbe6 LIBCMT:alloca16.obj + 0001:0007cc00 $$000000 1007dc00 LIBCMT:ftol2.obj + 0001:0007cc10 $$000000 1007dc10 LIBCMT:ftol2.obj + 0001:0007cc21 L3B 1007dc21 LIBCMT:ftol2.obj + 0001:0007cc64 L3F 1007dc64 LIBCMT:ftol2.obj + 0001:0007cc6c L40 1007dc6c LIBCMT:ftol2.obj + 0001:0007cc7f L41 1007dc7f LIBCMT:ftol2.obj + 0001:0007ccb5 ___get_entropy 1007dcb5 f LIBCMT:gs_support.obj + 0001:0007e3dc $LN1250 1007f3dc libvcruntime:memcmp.obj + 0001:0007e460 $$000000 1007f460 libvcruntime:strrchr.obj + 0001:0007e49d strrchr_sse_loop 1007f49d libvcruntime:strrchr.obj + 0001:0007e4cd strrchr_sse_break 1007f4cd libvcruntime:strrchr.obj + 0001:0007e4ed strrchr_sttni 1007f4ed libvcruntime:strrchr.obj + 0001:0007e4ff strrchr_sttni_chars 1007f4ff libvcruntime:strrchr.obj + 0001:0007e514 strrchr_sttni_aligned 1007f514 libvcruntime:strrchr.obj + 0001:0007e518 strrchr_sttni_xmm 1007f518 libvcruntime:strrchr.obj + 0001:0007e52b exit 1007f52b libvcruntime:strrchr.obj + 0001:0007e52e strrchr_zero 1007f52e libvcruntime:strrchr.obj + 0001:0007e553 strchr_zero_loop 1007f553 libvcruntime:strrchr.obj + 0001:0007e567 strchr_zero_result 1007f567 libvcruntime:strrchr.obj + 0001:0007e56e strrchr_no_sse 1007f56e libvcruntime:strrchr.obj + 0001:0007e591 returndi 1007f591 libvcruntime:strrchr.obj + 0001:0007e593 toend 1007f593 libvcruntime:strrchr.obj + 0001:0007e69d ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@PAD@@QAEPAD$$QAV@@AAV@@$$QAV@@@Z 1007f69d f libucrt:setlocale.obj + 0001:0007e6f8 ??R@@QBEPADXZ 1007f6f8 f libucrt:setlocale.obj + 0001:0007e857 _call_wsetlocale 1007f857 f libucrt:setlocale.obj + 0001:0007eaa3 ??$common_fsopen@D@@YAPAU_iobuf@@QBD0H@Z 1007faa3 f libucrt:fopen.obj + 0001:0007eb65 ??$common_configure_argv@D@@YAHW4_crt_argv_mode@@@Z 1007fb65 f libucrt:argv_parsing.obj + 0001:0007eca2 ??$parse_command_line@D@@YAXPADPAPAD0PAI2@Z 1007fca2 f libucrt:argv_parsing.obj + 0001:0007ee70 _initialize_global_variables 1007fe70 f libucrt:initialization.obj + 0001:0007ee7d _initialize_c 1007fe7d f libucrt:initialization.obj + 0001:0007ee97 _uninitialize_environment 1007fe97 f libucrt:initialization.obj + 0001:0007ee9f _initialize_pointers 1007fe9f f libucrt:initialization.obj + 0001:0007eecd _uninitialize_vcruntime 1007fecd f libucrt:initialization.obj + 0001:0007eed6 _uninitialize_allocated_memory 1007fed6 f libucrt:initialization.obj + 0001:0007eeed _uninitialize_allocated_io_buffers 1007feed f libucrt:initialization.obj + 0001:0007ef3d ??R@@QBE@AAPAU__crt_multibyte_data@@@Z 1007ff3d f libucrt:initialization.obj + 0001:0007efd2 ?_wcstombs_internal@@YAHPAIPADIPB_WIAAV__crt_cached_ptd_host@@@Z 1007ffd2 f libucrt:wcstombs.obj + 0001:0007f0a7 ?_wcstombs_l_helper@@YAIPADPB_WIAAV__crt_cached_ptd_host@@@Z 100800a7 f libucrt:wcstombs.obj + 0001:0007f5b6 ??$common_openfile@D@@YAPAU_iobuf@@QBD0HV__crt_stdio_stream@@@Z 100805b6 f libucrt:openfile.obj + 0001:0007f758 ?@@@CAHPBX0@Z 10080758 f libucrt:argv_wildcards.obj + 0001:0007f836 ??$common_expand_argv_wildcards@D@@YAHQAPADQAPAPAD@Z 10080836 f libucrt:argv_wildcards.obj + 0001:0007f9b3 ??$copy_and_add_argument_to_buffer@D@@YAHQBD0IAAV?$argument_list@D@?A0x5f5c8891@@@Z 100809b3 f libucrt:argv_wildcards.obj + 0001:0007fa64 ??$expand_argument_wildcards@D@@YAHQAD0AAV?$argument_list@D@?A0x5f5c8891@@@Z 10080a64 f libucrt:argv_wildcards.obj + 0001:0007fce9 ??1?$argument_list@D@?A0x5f5c8891@@QAE@XZ 10080ce9 f libucrt:argv_wildcards.obj + 0001:0007fd4a ?expand_if_necessary@?$argument_list@D@?A0x5f5c8891@@AAEHXZ 10080d4a f libucrt:argv_wildcards.obj + 0001:0007fe7d ?x_ismbbtype_l@@YAHPAU__crt_locale_pointers@@IHH@Z 10080e7d f libucrt:ismbbyte.obj + 0001:000800a6 ??$common_sopen_dispatch@D@@YAHQBDHHHQAHH@Z 100810a6 f libucrt:open.obj + 0001:00080181 ?configure_text_mode@@YAHHUfile_options@?A0xa9d50aae@@HAAW4__crt_lowio_text_mode@@@Z 10081181 f libucrt:open.obj + 0001:000803d7 ?create_file@@YAPAXQB_WQAU_SECURITY_ATTRIBUTES@@Ufile_options@?A0xa9d50aae@@@Z 100813d7 f libucrt:open.obj + 0001:000803fc ?decode_open_create_flags@@YAKH@Z 100813fc f libucrt:open.obj + 0001:0008046c ?decode_options@@YA?AUfile_options@?A0xa9d50aae@@HHH@Z 1008146c f libucrt:open.obj + 0001:000805e6 ?truncate_ctrl_z_if_present@@YAHH@Z 100815e6 f libucrt:open.obj + 0001:00080f40 $$000000 10081f40 libucrt:strpbrk.obj + 0001:00081480 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$0 10082480 f logging.cpp.obj + 0001:00081480 __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 10082480 f main.cpp.obj + 0001:00081488 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$2 10082488 f logging.cpp.obj + 0001:00081488 __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 10082488 f main.cpp.obj + 0001:00081497 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$1 10082497 f logging.cpp.obj + 0001:00081497 __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 10082497 f main.cpp.obj + 0001:000814a4 __ehhandler$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 100824a4 f logging.cpp.obj + 0001:000814a4 __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 100824a4 f main.cpp.obj + 0001:000814d0 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$0 100824d0 f logging.cpp.obj + 0001:000814d8 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$2 100824d8 f logging.cpp.obj + 0001:000814e7 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$1 100824e7 f logging.cpp.obj + 0001:000814f4 __ehhandler$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 100824f4 f logging.cpp.obj + 0001:00081520 __unwindfunclet$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z$0 10082520 f logging.cpp.obj + 0001:0008153c __unwindfunclet$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z$2 1008253c f logging.cpp.obj + 0001:00081549 __ehhandler$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 10082549 f logging.cpp.obj + 0001:00081570 __ehhandler$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 10082570 f logging.cpp.obj + 0001:00081590 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$0 10082590 f logging.cpp.obj + 0001:00081598 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$1 10082598 f logging.cpp.obj + 0001:000815a3 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$2 100825a3 f logging.cpp.obj + 0001:000815ae __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$3 100825ae f logging.cpp.obj + 0001:000815b9 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$4 100825b9 f logging.cpp.obj + 0001:000815c4 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$5 100825c4 f logging.cpp.obj + 0001:000815cf __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$6 100825cf f logging.cpp.obj + 0001:000815df __ehhandler$??0_Locinfo@std@@QAE@PBD@Z 100825df f logging.cpp.obj + 0001:00081600 __unwindfunclet$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$5 10082600 f logging.cpp.obj + 0001:00081608 __unwindfunclet$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$6 10082608 f logging.cpp.obj + 0001:00081615 __ehhandler$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 10082615 f logging.cpp.obj + 0001:00081640 __unwindfunclet$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z$1 10082640 f logging.cpp.obj + 0001:00081640 __unwindfunclet$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z$0 10082640 f main.cpp.obj + 0001:00081640 __unwindfunclet$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z$0 10082640 f spellcast.cpp.obj + 0001:0008164d __ehhandler$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 1008264d f logging.cpp.obj + 0001:0008164d __ehhandler$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 1008264d f main.cpp.obj + 0001:0008164d __ehhandler$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 1008264d f spellcast.cpp.obj + 0001:00081680 __ehhandler$??1?$basic_filebuf@DU?$char_traits@D@std@@@std@@UAE@XZ 10082680 f logging.cpp.obj + 0001:00081680 __ehhandler$?try_cor_exit_process@@YAXI@Z 10082680 f libucrt:exit.obj + 0001:00081680 __ehhandler$?_Tidy@ios_base@std@@AAEXXZ 10082680 f libcpmt:ios.obj + 0001:000816a0 __ehhandler$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 100826a0 f logging.cpp.obj + 0001:000816c0 __ehhandler$??1_Locinfo@std@@QAE@XZ 100826c0 f logging.cpp.obj + 0001:000816c0 __ehhandler$??1?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@exception_detail@boost@@QAE@XZ 100826c0 f main.cpp.obj + 0001:000816c0 __ehhandler$??1_Init_atexit@@QAE@XZ 100826c0 f libcpmt:iosptrs.obj + 0001:000816c0 __ehhandler$___crtGetSystemTimePreciseAsFileTime 100826c0 f libcpmt:winapisupp.obj + 0001:000816e0 __ehhandler$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 100826e0 f logging.cpp.obj + 0001:000816e0 __ehhandler$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 100826e0 f main.cpp.obj + 0001:000816e0 __ehhandler$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100826e0 f main.cpp.obj + 0001:000816e0 __ehhandler$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100826e0 f main.cpp.obj + 0001:000816e0 __ehhandler$??_GError@hadesmem@@UAEPAXI@Z 100826e0 f main.cpp.obj + 0001:00081700 __ehhandler$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10082700 f logging.cpp.obj + 0001:00081700 __ehhandler$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10082700 f logging.cpp.obj + 0001:00081700 __ehhandler$??_Gios_base@std@@UAEPAXI@Z 10082700 f logging.cpp.obj + 0001:00081700 __ehhandler$??1bad_alloc_@exception_detail@boost@@UAE@XZ 10082700 f main.cpp.obj + 0001:00081700 __ehhandler$??1bad_exception_@exception_detail@boost@@UAE@XZ 10082700 f main.cpp.obj + 0001:00081700 __ehhandler$??1exception@boost@@MAE@XZ 10082700 f main.cpp.obj + 0001:00081700 __ehhandler$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 10082700 f main.cpp.obj + 0001:00081700 __ehhandler$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 10082700 f main.cpp.obj + 0001:00081700 __ehhandler$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 10082700 f main.cpp.obj + 0001:00081700 __ehhandler$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 10082700 f main.cpp.obj + 0001:00081700 __ehhandler$??_DError@hadesmem@@QAEXXZ 10082700 f main.cpp.obj + 0001:00081700 __ehhandler$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10082700 f main.cpp.obj + 0001:00081700 __ehhandler$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 10082700 f main.cpp.obj + 0001:00081700 __ehhandler$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 10082700 f main.cpp.obj + 0001:00081700 __ehhandler$??_GCDataStore@Nampower@@UAEPAXI@Z 10082700 f main.cpp.obj + 0001:00081700 __ehhandler$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 10082700 f main.cpp.obj + 0001:00081700 __ehhandler$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 10082700 f main.cpp.obj + 0001:00081720 __unwindfunclet$??__EdebugLogFile@Nampower@@YAXXZ$0 10082720 f logging.cpp.obj + 0001:0008173b __unwindfunclet$??__EdebugLogFile@Nampower@@YAXXZ$1 1008273b f logging.cpp.obj + 0001:0008174a __ehhandler$??__EdebugLogFile@Nampower@@YAXXZ 1008274a f logging.cpp.obj + 0001:00081770 __ehhandler$??__FdebugLogFile@Nampower@@YAXXZ 10082770 f logging.cpp.obj + 0001:00081790 __unwindfunclet$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z$1 10082790 f logging.cpp.obj + 0001:0008179d __ehhandler$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 1008279d f logging.cpp.obj + 0001:000817c0 __unwindfunclet$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ$0 100827c0 f logging.cpp.obj + 0001:000817c0 __unwindfunclet$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 100827c0 f spellevents.cpp.obj + 0001:000817cd __ehhandler$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 100827cd f logging.cpp.obj + 0001:000817cd __ehhandler$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100827cd f spellevents.cpp.obj + 0001:00081800 __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 10082800 f main.cpp.obj + 0001:00081820 __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 10082820 f main.cpp.obj + 0001:00081840 __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 10082840 f main.cpp.obj + 0001:00081840 __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 10082840 f main.cpp.obj + 0001:00081850 __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 10082850 f main.cpp.obj + 0001:00081850 __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 10082850 f main.cpp.obj + 0001:00081870 __ehhandler$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 10082870 f main.cpp.obj + 0001:00081890 __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 10082890 f main.cpp.obj + 0001:000818b0 __ehhandler$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100828b0 f main.cpp.obj + 0001:000818d0 __unwindfunclet$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$2 100828d0 f main.cpp.obj + 0001:000818d8 __unwindfunclet$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$3 100828d8 f main.cpp.obj + 0001:000818e5 __ehhandler$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100828e5 f main.cpp.obj + 0001:00081910 __unwindfunclet$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z$2 10082910 f main.cpp.obj + 0001:0008191d __ehhandler$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 1008291d f main.cpp.obj + 0001:00081940 __unwindfunclet$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z$2 10082940 f main.cpp.obj + 0001:0008194d __ehhandler$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 1008294d f main.cpp.obj + 0001:00081970 __unwindfunclet$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z$2 10082970 f main.cpp.obj + 0001:0008197d __ehhandler$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 1008297d f main.cpp.obj + 0001:000819a0 __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 100829a0 f main.cpp.obj + 0001:000819a8 __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 100829a8 f main.cpp.obj + 0001:000819b0 __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 100829b0 f main.cpp.obj + 0001:000819b8 __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 100829b8 f main.cpp.obj + 0001:000819c8 __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 100829c8 f main.cpp.obj + 0001:00081a00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$0 10082a00 f main.cpp.obj + 0001:00081a00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$0 10082a00 f main.cpp.obj + 0001:00081a00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$0 10082a00 f main.cpp.obj + 0001:00081a08 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$1 10082a08 f main.cpp.obj + 0001:00081a08 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$1 10082a08 f main.cpp.obj + 0001:00081a08 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$1 10082a08 f main.cpp.obj + 0001:00081a10 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$2 10082a10 f main.cpp.obj + 0001:00081a10 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$2 10082a10 f main.cpp.obj + 0001:00081a10 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$2 10082a10 f main.cpp.obj + 0001:00081a1d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 10082a1d f main.cpp.obj + 0001:00081a1d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 10082a1d f main.cpp.obj + 0001:00081a1d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 10082a1d f main.cpp.obj + 0001:00081a50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$0 10082a50 f main.cpp.obj + 0001:00081a58 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$1 10082a58 f main.cpp.obj + 0001:00081a60 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$2 10082a60 f main.cpp.obj + 0001:00081a6d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 10082a6d f main.cpp.obj + 0001:00081aa0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$0 10082aa0 f main.cpp.obj + 0001:00081aa0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$0 10082aa0 f main.cpp.obj + 0001:00081aa0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$0 10082aa0 f main.cpp.obj + 0001:00081aa0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$0 10082aa0 f main.cpp.obj + 0001:00081aa0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$0 10082aa0 f main.cpp.obj + 0001:00081aa0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$0 10082aa0 f main.cpp.obj + 0001:00081aa0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$0 10082aa0 f main.cpp.obj + 0001:00081aa0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$0 10082aa0 f main.cpp.obj + 0001:00081aa8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$1 10082aa8 f main.cpp.obj + 0001:00081aa8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$1 10082aa8 f main.cpp.obj + 0001:00081aa8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$1 10082aa8 f main.cpp.obj + 0001:00081aa8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$1 10082aa8 f main.cpp.obj + 0001:00081aa8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$1 10082aa8 f main.cpp.obj + 0001:00081aa8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$1 10082aa8 f main.cpp.obj + 0001:00081aa8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$1 10082aa8 f main.cpp.obj + 0001:00081aa8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$1 10082aa8 f main.cpp.obj + 0001:00081ab0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$2 10082ab0 f main.cpp.obj + 0001:00081ab0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$2 10082ab0 f main.cpp.obj + 0001:00081ab0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$2 10082ab0 f main.cpp.obj + 0001:00081ab0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$2 10082ab0 f main.cpp.obj + 0001:00081ab0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$2 10082ab0 f main.cpp.obj + 0001:00081ab0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$2 10082ab0 f main.cpp.obj + 0001:00081ab0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$2 10082ab0 f main.cpp.obj + 0001:00081ab0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$2 10082ab0 f main.cpp.obj + 0001:00081abd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 10082abd f main.cpp.obj + 0001:00081abd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 10082abd f main.cpp.obj + 0001:00081abd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 10082abd f main.cpp.obj + 0001:00081abd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 10082abd f main.cpp.obj + 0001:00081abd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 10082abd f main.cpp.obj + 0001:00081abd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 10082abd f main.cpp.obj + 0001:00081abd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 10082abd f main.cpp.obj + 0001:00081abd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 10082abd f main.cpp.obj + 0001:00081af0 __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 10082af0 f main.cpp.obj + 0001:00081af0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$0 10082af0 f main.cpp.obj + 0001:00081af0 __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 10082af0 f main.cpp.obj + 0001:00081af0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 10082af0 f main.cpp.obj + 0001:00081af0 __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 10082af0 f main.cpp.obj + 0001:00081af0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$0 10082af0 f main.cpp.obj + 0001:00081af0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 10082af0 f main.cpp.obj + 0001:00081af0 __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 10082af0 f main.cpp.obj + 0001:00081af0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 10082af0 f main.cpp.obj + 0001:00081af0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z$0 10082af0 f main.cpp.obj + 0001:00081af0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$0 10082af0 f main.cpp.obj + 0001:00081af0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$0 10082af0 f main.cpp.obj + 0001:00081af0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$0 10082af0 f main.cpp.obj + 0001:00081af0 __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 10082af0 f main.cpp.obj + 0001:00081af0 __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 10082af0 f main.cpp.obj + 0001:00081af0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z$0 10082af0 f main.cpp.obj + 0001:00081af0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$0 10082af0 f main.cpp.obj + 0001:00081af0 __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 10082af0 f main.cpp.obj + 0001:00081af0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$0 10082af0 f main.cpp.obj + 0001:00081af0 __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 10082af0 f main.cpp.obj + 0001:00081af0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$0 10082af0 f main.cpp.obj + 0001:00081af0 __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 10082af0 f main.cpp.obj + 0001:00081af0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$0 10082af0 f main.cpp.obj + 0001:00081af0 __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 10082af0 f main.cpp.obj + 0001:00081af0 __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 10082af0 f main.cpp.obj + 0001:00081af0 __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 10082af0 f main.cpp.obj + 0001:00081af0 __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 10082af0 f main.cpp.obj + 0001:00081af8 __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 10082af8 f main.cpp.obj + 0001:00081af8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$1 10082af8 f main.cpp.obj + 0001:00081af8 __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 10082af8 f main.cpp.obj + 0001:00081af8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 10082af8 f main.cpp.obj + 0001:00081af8 __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 10082af8 f main.cpp.obj + 0001:00081af8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$1 10082af8 f main.cpp.obj + 0001:00081af8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 10082af8 f main.cpp.obj + 0001:00081af8 __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 10082af8 f main.cpp.obj + 0001:00081af8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 10082af8 f main.cpp.obj + 0001:00081af8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z$1 10082af8 f main.cpp.obj + 0001:00081af8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$1 10082af8 f main.cpp.obj + 0001:00081af8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$1 10082af8 f main.cpp.obj + 0001:00081af8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$1 10082af8 f main.cpp.obj + 0001:00081af8 __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 10082af8 f main.cpp.obj + 0001:00081af8 __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 10082af8 f main.cpp.obj + 0001:00081af8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z$1 10082af8 f main.cpp.obj + 0001:00081af8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$1 10082af8 f main.cpp.obj + 0001:00081af8 __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 10082af8 f main.cpp.obj + 0001:00081af8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$1 10082af8 f main.cpp.obj + 0001:00081af8 __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 10082af8 f main.cpp.obj + 0001:00081af8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$1 10082af8 f main.cpp.obj + 0001:00081af8 __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 10082af8 f main.cpp.obj + 0001:00081af8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$1 10082af8 f main.cpp.obj + 0001:00081af8 __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 10082af8 f main.cpp.obj + 0001:00081af8 __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 10082af8 f main.cpp.obj + 0001:00081af8 __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 10082af8 f main.cpp.obj + 0001:00081af8 __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 10082af8 f main.cpp.obj + 0001:00081b00 __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 10082b00 f main.cpp.obj + 0001:00081b00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$2 10082b00 f main.cpp.obj + 0001:00081b00 __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 10082b00 f main.cpp.obj + 0001:00081b00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 10082b00 f main.cpp.obj + 0001:00081b00 __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 10082b00 f main.cpp.obj + 0001:00081b00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$2 10082b00 f main.cpp.obj + 0001:00081b00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 10082b00 f main.cpp.obj + 0001:00081b00 __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 10082b00 f main.cpp.obj + 0001:00081b00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 10082b00 f main.cpp.obj + 0001:00081b00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z$2 10082b00 f main.cpp.obj + 0001:00081b00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$2 10082b00 f main.cpp.obj + 0001:00081b00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$2 10082b00 f main.cpp.obj + 0001:00081b00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$2 10082b00 f main.cpp.obj + 0001:00081b00 __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 10082b00 f main.cpp.obj + 0001:00081b00 __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 10082b00 f main.cpp.obj + 0001:00081b00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z$2 10082b00 f main.cpp.obj + 0001:00081b00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$2 10082b00 f main.cpp.obj + 0001:00081b00 __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 10082b00 f main.cpp.obj + 0001:00081b00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$2 10082b00 f main.cpp.obj + 0001:00081b00 __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 10082b00 f main.cpp.obj + 0001:00081b00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$2 10082b00 f main.cpp.obj + 0001:00081b00 __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 10082b00 f main.cpp.obj + 0001:00081b00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$2 10082b00 f main.cpp.obj + 0001:00081b00 __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 10082b00 f main.cpp.obj + 0001:00081b00 __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 10082b00 f main.cpp.obj + 0001:00081b00 __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 10082b00 f main.cpp.obj + 0001:00081b00 __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 10082b00 f main.cpp.obj + 0001:00081b0d __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 10082b0d f main.cpp.obj + 0001:00081b0d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 10082b0d f main.cpp.obj + 0001:00081b0d __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 10082b0d f main.cpp.obj + 0001:00081b0d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 10082b0d f main.cpp.obj + 0001:00081b0d __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 10082b0d f main.cpp.obj + 0001:00081b0d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 10082b0d f main.cpp.obj + 0001:00081b0d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 10082b0d f main.cpp.obj + 0001:00081b0d __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 10082b0d f main.cpp.obj + 0001:00081b0d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 10082b0d f main.cpp.obj + 0001:00081b0d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z 10082b0d f main.cpp.obj + 0001:00081b0d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 10082b0d f main.cpp.obj + 0001:00081b0d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 10082b0d f main.cpp.obj + 0001:00081b0d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 10082b0d f main.cpp.obj + 0001:00081b0d __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 10082b0d f main.cpp.obj + 0001:00081b0d __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 10082b0d f main.cpp.obj + 0001:00081b0d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z 10082b0d f main.cpp.obj + 0001:00081b0d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 10082b0d f main.cpp.obj + 0001:00081b0d __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 10082b0d f main.cpp.obj + 0001:00081b0d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 10082b0d f main.cpp.obj + 0001:00081b0d __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 10082b0d f main.cpp.obj + 0001:00081b0d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 10082b0d f main.cpp.obj + 0001:00081b0d __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 10082b0d f main.cpp.obj + 0001:00081b0d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 10082b0d f main.cpp.obj + 0001:00081b0d __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 10082b0d f main.cpp.obj + 0001:00081b0d __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 10082b0d f main.cpp.obj + 0001:00081b0d __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 10082b0d f main.cpp.obj + 0001:00081b0d __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 10082b0d f main.cpp.obj + 0001:00081b40 __unwindfunclet$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z$2 10082b40 f main.cpp.obj + 0001:00081b4d __ehhandler$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 10082b4d f main.cpp.obj + 0001:00081b70 __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 10082b70 f main.cpp.obj + 0001:00081b78 __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 10082b78 f main.cpp.obj + 0001:00081b80 __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 10082b80 f main.cpp.obj + 0001:00081b88 __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 10082b88 f main.cpp.obj + 0001:00081b95 __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 10082b95 f main.cpp.obj + 0001:00081bc0 __unwindfunclet$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z$2 10082bc0 f main.cpp.obj + 0001:00081bcd __ehhandler$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 10082bcd f main.cpp.obj + 0001:00081bf0 __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 10082bf0 f main.cpp.obj + 0001:00081bf8 __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 10082bf8 f main.cpp.obj + 0001:00081c0a __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 10082c0a f main.cpp.obj + 0001:00081c2c __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 10082c2c f main.cpp.obj + 0001:00081c4e __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 10082c4e f main.cpp.obj + 0001:00081c56 __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 10082c56 f main.cpp.obj + 0001:00081c5e __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 10082c5e f main.cpp.obj + 0001:00081c66 __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 10082c66 f main.cpp.obj + 0001:00081c6e __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 10082c6e f main.cpp.obj + 0001:00081c76 __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 10082c76 f main.cpp.obj + 0001:00081c7e __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 10082c7e f main.cpp.obj + 0001:00081c86 __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 10082c86 f main.cpp.obj + 0001:00081c8e __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 10082c8e f main.cpp.obj + 0001:00081c99 __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 10082c99 f main.cpp.obj + 0001:00081ca4 __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 10082ca4 f main.cpp.obj + 0001:00081cb1 __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 10082cb1 f main.cpp.obj + 0001:00081ce0 __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 10082ce0 f main.cpp.obj + 0001:00081ce8 __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 10082ce8 f main.cpp.obj + 0001:00081cfa __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 10082cfa f main.cpp.obj + 0001:00081d1c __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 10082d1c f main.cpp.obj + 0001:00081d3e __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 10082d3e f main.cpp.obj + 0001:00081d46 __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 10082d46 f main.cpp.obj + 0001:00081d4e __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 10082d4e f main.cpp.obj + 0001:00081d56 __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 10082d56 f main.cpp.obj + 0001:00081d5e __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 10082d5e f main.cpp.obj + 0001:00081d66 __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 10082d66 f main.cpp.obj + 0001:00081d6e __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 10082d6e f main.cpp.obj + 0001:00081d76 __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 10082d76 f main.cpp.obj + 0001:00081d7e __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 10082d7e f main.cpp.obj + 0001:00081d89 __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 10082d89 f main.cpp.obj + 0001:00081d94 __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 10082d94 f main.cpp.obj + 0001:00081da1 __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 10082da1 f main.cpp.obj + 0001:00081dd0 __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 10082dd0 f main.cpp.obj + 0001:00081dd8 __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 10082dd8 f main.cpp.obj + 0001:00081dea __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 10082dea f main.cpp.obj + 0001:00081e0c __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 10082e0c f main.cpp.obj + 0001:00081e2e __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 10082e2e f main.cpp.obj + 0001:00081e36 __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 10082e36 f main.cpp.obj + 0001:00081e3e __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 10082e3e f main.cpp.obj + 0001:00081e46 __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 10082e46 f main.cpp.obj + 0001:00081e4e __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 10082e4e f main.cpp.obj + 0001:00081e56 __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 10082e56 f main.cpp.obj + 0001:00081e5e __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 10082e5e f main.cpp.obj + 0001:00081e66 __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 10082e66 f main.cpp.obj + 0001:00081e6e __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 10082e6e f main.cpp.obj + 0001:00081e79 __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 10082e79 f main.cpp.obj + 0001:00081e84 __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 10082e84 f main.cpp.obj + 0001:00081e91 __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 10082e91 f main.cpp.obj + 0001:00081ec0 __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 10082ec0 f main.cpp.obj + 0001:00081ec8 __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 10082ec8 f main.cpp.obj + 0001:00081eda __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 10082eda f main.cpp.obj + 0001:00081efc __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 10082efc f main.cpp.obj + 0001:00081f1e __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 10082f1e f main.cpp.obj + 0001:00081f26 __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 10082f26 f main.cpp.obj + 0001:00081f2e __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 10082f2e f main.cpp.obj + 0001:00081f36 __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 10082f36 f main.cpp.obj + 0001:00081f3e __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 10082f3e f main.cpp.obj + 0001:00081f46 __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 10082f46 f main.cpp.obj + 0001:00081f4e __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 10082f4e f main.cpp.obj + 0001:00081f56 __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 10082f56 f main.cpp.obj + 0001:00081f5e __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 10082f5e f main.cpp.obj + 0001:00081f69 __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 10082f69 f main.cpp.obj + 0001:00081f74 __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 10082f74 f main.cpp.obj + 0001:00081f81 __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 10082f81 f main.cpp.obj + 0001:00081fb0 __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 10082fb0 f main.cpp.obj + 0001:00081fb8 __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 10082fb8 f main.cpp.obj + 0001:00081fca __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 10082fca f main.cpp.obj + 0001:00081fec __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 10082fec f main.cpp.obj + 0001:0008200e __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 1008300e f main.cpp.obj + 0001:00082016 __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 10083016 f main.cpp.obj + 0001:0008201e __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 1008301e f main.cpp.obj + 0001:00082026 __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 10083026 f main.cpp.obj + 0001:0008202e __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 1008302e f main.cpp.obj + 0001:00082036 __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 10083036 f main.cpp.obj + 0001:0008203e __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 1008303e f main.cpp.obj + 0001:00082046 __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 10083046 f main.cpp.obj + 0001:0008204e __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 1008304e f main.cpp.obj + 0001:00082059 __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 10083059 f main.cpp.obj + 0001:00082064 __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 10083064 f main.cpp.obj + 0001:00082071 __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 10083071 f main.cpp.obj + 0001:000820a0 __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 100830a0 f main.cpp.obj + 0001:000820a8 __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 100830a8 f main.cpp.obj + 0001:000820ba __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 100830ba f main.cpp.obj + 0001:000820dc __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 100830dc f main.cpp.obj + 0001:000820fe __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 100830fe f main.cpp.obj + 0001:00082106 __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 10083106 f main.cpp.obj + 0001:0008210e __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 1008310e f main.cpp.obj + 0001:00082116 __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 10083116 f main.cpp.obj + 0001:0008211e __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 1008311e f main.cpp.obj + 0001:00082126 __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 10083126 f main.cpp.obj + 0001:0008212e __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 1008312e f main.cpp.obj + 0001:00082136 __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 10083136 f main.cpp.obj + 0001:0008213e __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 1008313e f main.cpp.obj + 0001:00082149 __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 10083149 f main.cpp.obj + 0001:00082154 __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 10083154 f main.cpp.obj + 0001:00082161 __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 10083161 f main.cpp.obj + 0001:00082190 __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 10083190 f main.cpp.obj + 0001:00082198 __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 10083198 f main.cpp.obj + 0001:000821aa __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 100831aa f main.cpp.obj + 0001:000821cc __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 100831cc f main.cpp.obj + 0001:000821ee __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 100831ee f main.cpp.obj + 0001:000821f6 __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 100831f6 f main.cpp.obj + 0001:000821fe __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 100831fe f main.cpp.obj + 0001:00082206 __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 10083206 f main.cpp.obj + 0001:0008220e __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 1008320e f main.cpp.obj + 0001:00082216 __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 10083216 f main.cpp.obj + 0001:0008221e __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 1008321e f main.cpp.obj + 0001:00082226 __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 10083226 f main.cpp.obj + 0001:0008222e __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 1008322e f main.cpp.obj + 0001:00082239 __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 10083239 f main.cpp.obj + 0001:00082244 __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 10083244 f main.cpp.obj + 0001:00082251 __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 10083251 f main.cpp.obj + 0001:00082280 __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 10083280 f main.cpp.obj + 0001:00082288 __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 10083288 f main.cpp.obj + 0001:0008229a __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 1008329a f main.cpp.obj + 0001:000822bc __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 100832bc f main.cpp.obj + 0001:000822de __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 100832de f main.cpp.obj + 0001:000822e6 __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 100832e6 f main.cpp.obj + 0001:000822ee __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 100832ee f main.cpp.obj + 0001:000822f6 __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 100832f6 f main.cpp.obj + 0001:000822fe __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 100832fe f main.cpp.obj + 0001:00082306 __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 10083306 f main.cpp.obj + 0001:0008230e __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 1008330e f main.cpp.obj + 0001:00082316 __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 10083316 f main.cpp.obj + 0001:0008231e __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 1008331e f main.cpp.obj + 0001:00082329 __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 10083329 f main.cpp.obj + 0001:00082334 __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 10083334 f main.cpp.obj + 0001:00082341 __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 10083341 f main.cpp.obj + 0001:00082370 __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 10083370 f main.cpp.obj + 0001:00082378 __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 10083378 f main.cpp.obj + 0001:0008238a __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 1008338a f main.cpp.obj + 0001:000823ac __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 100833ac f main.cpp.obj + 0001:000823ce __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 100833ce f main.cpp.obj + 0001:000823d6 __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 100833d6 f main.cpp.obj + 0001:000823de __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 100833de f main.cpp.obj + 0001:000823e6 __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 100833e6 f main.cpp.obj + 0001:000823ee __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 100833ee f main.cpp.obj + 0001:000823f6 __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 100833f6 f main.cpp.obj + 0001:000823fe __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 100833fe f main.cpp.obj + 0001:00082406 __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 10083406 f main.cpp.obj + 0001:0008240e __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 1008340e f main.cpp.obj + 0001:00082419 __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 10083419 f main.cpp.obj + 0001:00082424 __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 10083424 f main.cpp.obj + 0001:00082431 __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 10083431 f main.cpp.obj + 0001:00082460 __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 10083460 f main.cpp.obj + 0001:00082468 __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 10083468 f main.cpp.obj + 0001:0008247a __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 1008347a f main.cpp.obj + 0001:0008249c __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 1008349c f main.cpp.obj + 0001:000824be __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 100834be f main.cpp.obj + 0001:000824c6 __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 100834c6 f main.cpp.obj + 0001:000824ce __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 100834ce f main.cpp.obj + 0001:000824d6 __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 100834d6 f main.cpp.obj + 0001:000824de __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 100834de f main.cpp.obj + 0001:000824e6 __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 100834e6 f main.cpp.obj + 0001:000824ee __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 100834ee f main.cpp.obj + 0001:000824f6 __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 100834f6 f main.cpp.obj + 0001:000824fe __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 100834fe f main.cpp.obj + 0001:00082509 __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 10083509 f main.cpp.obj + 0001:00082514 __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 10083514 f main.cpp.obj + 0001:00082521 __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 10083521 f main.cpp.obj + 0001:00082550 __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 10083550 f main.cpp.obj + 0001:00082558 __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 10083558 f main.cpp.obj + 0001:0008256a __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 1008356a f main.cpp.obj + 0001:0008258c __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 1008358c f main.cpp.obj + 0001:000825ae __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 100835ae f main.cpp.obj + 0001:000825b6 __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 100835b6 f main.cpp.obj + 0001:000825be __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 100835be f main.cpp.obj + 0001:000825c6 __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 100835c6 f main.cpp.obj + 0001:000825ce __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 100835ce f main.cpp.obj + 0001:000825d6 __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 100835d6 f main.cpp.obj + 0001:000825de __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 100835de f main.cpp.obj + 0001:000825e6 __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 100835e6 f main.cpp.obj + 0001:000825ee __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 100835ee f main.cpp.obj + 0001:000825f9 __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 100835f9 f main.cpp.obj + 0001:00082604 __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 10083604 f main.cpp.obj + 0001:00082611 __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 10083611 f main.cpp.obj + 0001:00082640 __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 10083640 f main.cpp.obj + 0001:00082648 __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 10083648 f main.cpp.obj + 0001:0008265a __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 1008365a f main.cpp.obj + 0001:0008267c __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 1008367c f main.cpp.obj + 0001:0008269e __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 1008369e f main.cpp.obj + 0001:000826a6 __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 100836a6 f main.cpp.obj + 0001:000826ae __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 100836ae f main.cpp.obj + 0001:000826b6 __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 100836b6 f main.cpp.obj + 0001:000826be __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 100836be f main.cpp.obj + 0001:000826c6 __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 100836c6 f main.cpp.obj + 0001:000826ce __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 100836ce f main.cpp.obj + 0001:000826d6 __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 100836d6 f main.cpp.obj + 0001:000826de __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 100836de f main.cpp.obj + 0001:000826e9 __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 100836e9 f main.cpp.obj + 0001:000826f4 __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 100836f4 f main.cpp.obj + 0001:00082701 __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 10083701 f main.cpp.obj + 0001:00082730 __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 10083730 f main.cpp.obj + 0001:00082738 __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 10083738 f main.cpp.obj + 0001:0008274a __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 1008374a f main.cpp.obj + 0001:0008276c __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 1008376c f main.cpp.obj + 0001:0008278e __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 1008378e f main.cpp.obj + 0001:00082796 __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 10083796 f main.cpp.obj + 0001:0008279e __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 1008379e f main.cpp.obj + 0001:000827a6 __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 100837a6 f main.cpp.obj + 0001:000827ae __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 100837ae f main.cpp.obj + 0001:000827b6 __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 100837b6 f main.cpp.obj + 0001:000827be __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 100837be f main.cpp.obj + 0001:000827c6 __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 100837c6 f main.cpp.obj + 0001:000827ce __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 100837ce f main.cpp.obj + 0001:000827d9 __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 100837d9 f main.cpp.obj + 0001:000827e4 __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 100837e4 f main.cpp.obj + 0001:000827f1 __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 100837f1 f main.cpp.obj + 0001:00082820 __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 10083820 f main.cpp.obj + 0001:00082828 __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 10083828 f main.cpp.obj + 0001:0008283a __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 1008383a f main.cpp.obj + 0001:0008285c __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 1008385c f main.cpp.obj + 0001:0008287e __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 1008387e f main.cpp.obj + 0001:00082886 __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 10083886 f main.cpp.obj + 0001:0008288e __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 1008388e f main.cpp.obj + 0001:00082896 __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 10083896 f main.cpp.obj + 0001:0008289e __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 1008389e f main.cpp.obj + 0001:000828a6 __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 100838a6 f main.cpp.obj + 0001:000828ae __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 100838ae f main.cpp.obj + 0001:000828b6 __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 100838b6 f main.cpp.obj + 0001:000828be __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 100838be f main.cpp.obj + 0001:000828c9 __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 100838c9 f main.cpp.obj + 0001:000828d4 __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 100838d4 f main.cpp.obj + 0001:000828e1 __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 100838e1 f main.cpp.obj + 0001:00082910 __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 10083910 f main.cpp.obj + 0001:00082918 __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 10083918 f main.cpp.obj + 0001:0008292a __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 1008392a f main.cpp.obj + 0001:0008294c __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 1008394c f main.cpp.obj + 0001:0008296e __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 1008396e f main.cpp.obj + 0001:00082976 __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 10083976 f main.cpp.obj + 0001:0008297e __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 1008397e f main.cpp.obj + 0001:00082986 __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 10083986 f main.cpp.obj + 0001:0008298e __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 1008398e f main.cpp.obj + 0001:00082996 __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 10083996 f main.cpp.obj + 0001:0008299e __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 1008399e f main.cpp.obj + 0001:000829a6 __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 100839a6 f main.cpp.obj + 0001:000829ae __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 100839ae f main.cpp.obj + 0001:000829b9 __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 100839b9 f main.cpp.obj + 0001:000829c4 __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 100839c4 f main.cpp.obj + 0001:000829d1 __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 100839d1 f main.cpp.obj + 0001:00082a00 __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 10083a00 f main.cpp.obj + 0001:00082a08 __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 10083a08 f main.cpp.obj + 0001:00082a1a __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 10083a1a f main.cpp.obj + 0001:00082a3c __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 10083a3c f main.cpp.obj + 0001:00082a5e __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 10083a5e f main.cpp.obj + 0001:00082a66 __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 10083a66 f main.cpp.obj + 0001:00082a6e __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 10083a6e f main.cpp.obj + 0001:00082a76 __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 10083a76 f main.cpp.obj + 0001:00082a7e __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 10083a7e f main.cpp.obj + 0001:00082a86 __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 10083a86 f main.cpp.obj + 0001:00082a8e __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 10083a8e f main.cpp.obj + 0001:00082a96 __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 10083a96 f main.cpp.obj + 0001:00082a9e __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 10083a9e f main.cpp.obj + 0001:00082aa9 __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 10083aa9 f main.cpp.obj + 0001:00082ab4 __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 10083ab4 f main.cpp.obj + 0001:00082ac1 __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 10083ac1 f main.cpp.obj + 0001:00082af0 __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 10083af0 f main.cpp.obj + 0001:00082af8 __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 10083af8 f main.cpp.obj + 0001:00082b0a __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 10083b0a f main.cpp.obj + 0001:00082b2c __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 10083b2c f main.cpp.obj + 0001:00082b4e __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 10083b4e f main.cpp.obj + 0001:00082b56 __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 10083b56 f main.cpp.obj + 0001:00082b5e __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 10083b5e f main.cpp.obj + 0001:00082b66 __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 10083b66 f main.cpp.obj + 0001:00082b6e __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 10083b6e f main.cpp.obj + 0001:00082b76 __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 10083b76 f main.cpp.obj + 0001:00082b7e __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 10083b7e f main.cpp.obj + 0001:00082b86 __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 10083b86 f main.cpp.obj + 0001:00082b8e __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 10083b8e f main.cpp.obj + 0001:00082b99 __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 10083b99 f main.cpp.obj + 0001:00082ba4 __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 10083ba4 f main.cpp.obj + 0001:00082bb1 __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 10083bb1 f main.cpp.obj + 0001:00082be0 __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 10083be0 f main.cpp.obj + 0001:00082be8 __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 10083be8 f main.cpp.obj + 0001:00082bfa __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 10083bfa f main.cpp.obj + 0001:00082c1c __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 10083c1c f main.cpp.obj + 0001:00082c3e __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 10083c3e f main.cpp.obj + 0001:00082c46 __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 10083c46 f main.cpp.obj + 0001:00082c4e __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 10083c4e f main.cpp.obj + 0001:00082c56 __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 10083c56 f main.cpp.obj + 0001:00082c5e __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 10083c5e f main.cpp.obj + 0001:00082c66 __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 10083c66 f main.cpp.obj + 0001:00082c6e __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 10083c6e f main.cpp.obj + 0001:00082c76 __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 10083c76 f main.cpp.obj + 0001:00082c7e __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 10083c7e f main.cpp.obj + 0001:00082c89 __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 10083c89 f main.cpp.obj + 0001:00082c94 __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 10083c94 f main.cpp.obj + 0001:00082ca1 __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 10083ca1 f main.cpp.obj + 0001:00082cd0 __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 10083cd0 f main.cpp.obj + 0001:00082cd8 __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 10083cd8 f main.cpp.obj + 0001:00082cea __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 10083cea f main.cpp.obj + 0001:00082d0c __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 10083d0c f main.cpp.obj + 0001:00082d2e __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 10083d2e f main.cpp.obj + 0001:00082d36 __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 10083d36 f main.cpp.obj + 0001:00082d3e __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 10083d3e f main.cpp.obj + 0001:00082d46 __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 10083d46 f main.cpp.obj + 0001:00082d4e __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 10083d4e f main.cpp.obj + 0001:00082d56 __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 10083d56 f main.cpp.obj + 0001:00082d5e __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 10083d5e f main.cpp.obj + 0001:00082d66 __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 10083d66 f main.cpp.obj + 0001:00082d6e __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 10083d6e f main.cpp.obj + 0001:00082d79 __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 10083d79 f main.cpp.obj + 0001:00082d84 __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 10083d84 f main.cpp.obj + 0001:00082d91 __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 10083d91 f main.cpp.obj + 0001:00082dc0 __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 10083dc0 f main.cpp.obj + 0001:00082dc8 __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 10083dc8 f main.cpp.obj + 0001:00082dda __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 10083dda f main.cpp.obj + 0001:00082dfc __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 10083dfc f main.cpp.obj + 0001:00082e1e __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 10083e1e f main.cpp.obj + 0001:00082e26 __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 10083e26 f main.cpp.obj + 0001:00082e2e __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 10083e2e f main.cpp.obj + 0001:00082e36 __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 10083e36 f main.cpp.obj + 0001:00082e3e __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 10083e3e f main.cpp.obj + 0001:00082e46 __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 10083e46 f main.cpp.obj + 0001:00082e4e __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 10083e4e f main.cpp.obj + 0001:00082e56 __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 10083e56 f main.cpp.obj + 0001:00082e5e __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 10083e5e f main.cpp.obj + 0001:00082e69 __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 10083e69 f main.cpp.obj + 0001:00082e74 __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 10083e74 f main.cpp.obj + 0001:00082e81 __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 10083e81 f main.cpp.obj + 0001:00082eb0 __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 10083eb0 f main.cpp.obj + 0001:00082eb8 __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 10083eb8 f main.cpp.obj + 0001:00082eca __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 10083eca f main.cpp.obj + 0001:00082eec __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 10083eec f main.cpp.obj + 0001:00082f0e __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 10083f0e f main.cpp.obj + 0001:00082f16 __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 10083f16 f main.cpp.obj + 0001:00082f1e __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 10083f1e f main.cpp.obj + 0001:00082f26 __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 10083f26 f main.cpp.obj + 0001:00082f2e __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 10083f2e f main.cpp.obj + 0001:00082f36 __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 10083f36 f main.cpp.obj + 0001:00082f3e __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 10083f3e f main.cpp.obj + 0001:00082f46 __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 10083f46 f main.cpp.obj + 0001:00082f4e __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 10083f4e f main.cpp.obj + 0001:00082f59 __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 10083f59 f main.cpp.obj + 0001:00082f64 __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 10083f64 f main.cpp.obj + 0001:00082f71 __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 10083f71 f main.cpp.obj + 0001:00082fa0 __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 10083fa0 f main.cpp.obj + 0001:00082fa8 __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 10083fa8 f main.cpp.obj + 0001:00082fba __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 10083fba f main.cpp.obj + 0001:00082fdc __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 10083fdc f main.cpp.obj + 0001:00082ffe __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 10083ffe f main.cpp.obj + 0001:00083006 __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 10084006 f main.cpp.obj + 0001:0008300e __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 1008400e f main.cpp.obj + 0001:00083016 __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 10084016 f main.cpp.obj + 0001:0008301e __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 1008401e f main.cpp.obj + 0001:00083026 __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 10084026 f main.cpp.obj + 0001:0008302e __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 1008402e f main.cpp.obj + 0001:00083036 __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 10084036 f main.cpp.obj + 0001:0008303e __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 1008403e f main.cpp.obj + 0001:00083049 __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 10084049 f main.cpp.obj + 0001:00083054 __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 10084054 f main.cpp.obj + 0001:00083061 __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 10084061 f main.cpp.obj + 0001:00083090 __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 10084090 f main.cpp.obj + 0001:00083098 __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 10084098 f main.cpp.obj + 0001:000830aa __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 100840aa f main.cpp.obj + 0001:000830cc __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 100840cc f main.cpp.obj + 0001:000830ee __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 100840ee f main.cpp.obj + 0001:000830f6 __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 100840f6 f main.cpp.obj + 0001:000830fe __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 100840fe f main.cpp.obj + 0001:00083106 __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 10084106 f main.cpp.obj + 0001:0008310e __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 1008410e f main.cpp.obj + 0001:00083116 __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 10084116 f main.cpp.obj + 0001:0008311e __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 1008411e f main.cpp.obj + 0001:00083126 __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 10084126 f main.cpp.obj + 0001:0008312e __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 1008412e f main.cpp.obj + 0001:00083139 __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 10084139 f main.cpp.obj + 0001:00083144 __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 10084144 f main.cpp.obj + 0001:00083151 __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 10084151 f main.cpp.obj + 0001:00083180 __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 10084180 f main.cpp.obj + 0001:00083188 __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 10084188 f main.cpp.obj + 0001:0008319a __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 1008419a f main.cpp.obj + 0001:000831bc __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 100841bc f main.cpp.obj + 0001:000831de __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 100841de f main.cpp.obj + 0001:000831e6 __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 100841e6 f main.cpp.obj + 0001:000831ee __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 100841ee f main.cpp.obj + 0001:000831f6 __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 100841f6 f main.cpp.obj + 0001:000831fe __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 100841fe f main.cpp.obj + 0001:00083206 __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 10084206 f main.cpp.obj + 0001:0008320e __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 1008420e f main.cpp.obj + 0001:00083216 __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 10084216 f main.cpp.obj + 0001:0008321e __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 1008421e f main.cpp.obj + 0001:00083229 __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 10084229 f main.cpp.obj + 0001:00083234 __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 10084234 f main.cpp.obj + 0001:00083241 __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 10084241 f main.cpp.obj + 0001:00083270 __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 10084270 f main.cpp.obj + 0001:00083278 __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 10084278 f main.cpp.obj + 0001:0008328a __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 1008428a f main.cpp.obj + 0001:000832ac __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 100842ac f main.cpp.obj + 0001:000832ce __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 100842ce f main.cpp.obj + 0001:000832d6 __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 100842d6 f main.cpp.obj + 0001:000832de __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 100842de f main.cpp.obj + 0001:000832e6 __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 100842e6 f main.cpp.obj + 0001:000832ee __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 100842ee f main.cpp.obj + 0001:000832f6 __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 100842f6 f main.cpp.obj + 0001:000832fe __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 100842fe f main.cpp.obj + 0001:00083306 __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 10084306 f main.cpp.obj + 0001:0008330e __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 1008430e f main.cpp.obj + 0001:00083319 __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 10084319 f main.cpp.obj + 0001:00083324 __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 10084324 f main.cpp.obj + 0001:00083331 __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 10084331 f main.cpp.obj + 0001:00083360 __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 10084360 f main.cpp.obj + 0001:00083368 __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 10084368 f main.cpp.obj + 0001:0008337a __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 1008437a f main.cpp.obj + 0001:0008339c __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 1008439c f main.cpp.obj + 0001:000833be __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 100843be f main.cpp.obj + 0001:000833c6 __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 100843c6 f main.cpp.obj + 0001:000833ce __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 100843ce f main.cpp.obj + 0001:000833d6 __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 100843d6 f main.cpp.obj + 0001:000833de __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 100843de f main.cpp.obj + 0001:000833e6 __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 100843e6 f main.cpp.obj + 0001:000833ee __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 100843ee f main.cpp.obj + 0001:000833f6 __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 100843f6 f main.cpp.obj + 0001:000833fe __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 100843fe f main.cpp.obj + 0001:00083409 __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 10084409 f main.cpp.obj + 0001:00083414 __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 10084414 f main.cpp.obj + 0001:00083421 __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 10084421 f main.cpp.obj + 0001:00083450 __ehhandler$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 10084450 f main.cpp.obj + 0001:00083470 __ehhandler$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 10084470 f main.cpp.obj + 0001:00083490 __unwindfunclet$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z$0 10084490 f main.cpp.obj + 0001:0008349d __ehhandler$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 1008449d f main.cpp.obj + 0001:000834c0 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$0 100844c0 f main.cpp.obj + 0001:000834c8 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$7 100844c8 f main.cpp.obj + 0001:000834e1 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$8 100844e1 f main.cpp.obj + 0001:000834e9 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$13 100844e9 f main.cpp.obj + 0001:000834f1 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$14 100844f1 f main.cpp.obj + 0001:000834f9 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$1 100844f9 f main.cpp.obj + 0001:00083501 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$2 10084501 f main.cpp.obj + 0001:0008350d __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$3 1008450d f main.cpp.obj + 0001:0008351c __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$28 1008451c f main.cpp.obj + 0001:00083529 __ehhandler$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10084529 f main.cpp.obj + 0001:00083550 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$0 10084550 f main.cpp.obj + 0001:00083558 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$7 10084558 f main.cpp.obj + 0001:00083571 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$8 10084571 f main.cpp.obj + 0001:00083579 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$13 10084579 f main.cpp.obj + 0001:00083581 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$14 10084581 f main.cpp.obj + 0001:00083589 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$1 10084589 f main.cpp.obj + 0001:00083591 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$2 10084591 f main.cpp.obj + 0001:0008359d __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$3 1008459d f main.cpp.obj + 0001:000835ac __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$28 100845ac f main.cpp.obj + 0001:000835b9 __ehhandler$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100845b9 f main.cpp.obj + 0001:000835e0 __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 100845e0 f main.cpp.obj + 0001:000835f4 __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 100845f4 f main.cpp.obj + 0001:00083620 __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 10084620 f main.cpp.obj + 0001:00083628 __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 10084628 f main.cpp.obj + 0001:00083637 __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 10084637 f main.cpp.obj + 0001:00083644 __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 10084644 f main.cpp.obj + 0001:00083670 __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 10084670 f main.cpp.obj + 0001:00083678 __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 10084678 f main.cpp.obj + 0001:00083687 __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 10084687 f main.cpp.obj + 0001:00083694 __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 10084694 f main.cpp.obj + 0001:000836c0 __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 100846c0 f main.cpp.obj + 0001:000836cb __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 100846cb f main.cpp.obj + 0001:000836d3 __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 100846d3 f main.cpp.obj + 0001:000836db __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 100846db f main.cpp.obj + 0001:000836e3 __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 100846e3 f main.cpp.obj + 0001:000836f0 __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 100846f0 f main.cpp.obj + 0001:00083720 __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 10084720 f main.cpp.obj + 0001:00083742 __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 10084742 f main.cpp.obj + 0001:0008374d __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 1008474d f main.cpp.obj + 0001:00083758 __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 10084758 f main.cpp.obj + 0001:00083760 __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 10084760 f main.cpp.obj + 0001:00083768 __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 10084768 f main.cpp.obj + 0001:00083770 __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 10084770 f main.cpp.obj + 0001:0008377d __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 1008477d f main.cpp.obj + 0001:000837b0 __unwindfunclet$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z$4 100847b0 f main.cpp.obj + 0001:000837c9 __unwindfunclet$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z$3 100847c9 f main.cpp.obj + 0001:000837d9 __ehhandler$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 100847d9 f main.cpp.obj + 0001:00083800 __unwindfunclet$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z$0 10084800 f main.cpp.obj + 0001:00083808 __unwindfunclet$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z$1 10084808 f main.cpp.obj + 0001:00083815 __ehhandler$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 10084815 f main.cpp.obj + 0001:00083840 __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 10084840 f main.cpp.obj + 0001:00083848 __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 10084848 f main.cpp.obj + 0001:00083857 __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 10084857 f main.cpp.obj + 0001:00083864 __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 10084864 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$0 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$0 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$0 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$0 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$0 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$0 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$0 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$0 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$0 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$0 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$0 10084890 f main.cpp.obj + 0001:00083890 __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 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$0 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$0 10084890 f main.cpp.obj + 0001:00083890 __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 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$0 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$0 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$0 10084890 f main.cpp.obj + 0001:00083890 __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 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$0 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$0 10084890 f main.cpp.obj + 0001:00083890 __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 10084890 f main.cpp.obj + 0001:00083890 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$0 10084890 f main.cpp.obj + 0001:00083890 __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 10084890 f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$13 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$13 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$13 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$13 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$13 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$13 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$13 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$13 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$13 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$13 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$13 1008489b f main.cpp.obj + 0001:0008389b __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 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$13 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$13 1008489b f main.cpp.obj + 0001:0008389b __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 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$13 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$13 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$13 1008489b f main.cpp.obj + 0001:0008389b __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 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$13 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$13 1008489b f main.cpp.obj + 0001:0008389b __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 1008489b f main.cpp.obj + 0001:0008389b __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$13 1008489b f main.cpp.obj + 0001:0008389b __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 1008489b f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __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 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __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 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __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 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __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 100848a3 f main.cpp.obj + 0001:000838a3 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$1 100848a3 f main.cpp.obj + 0001:000838a3 __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 100848a3 f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$2 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$2 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$2 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$2 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$2 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$2 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$2 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$2 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$2 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$2 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$2 100848ae f main.cpp.obj + 0001:000838ae __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 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$2 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$2 100848ae f main.cpp.obj + 0001:000838ae __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 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$2 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$2 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$2 100848ae f main.cpp.obj + 0001:000838ae __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 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$2 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$2 100848ae f main.cpp.obj + 0001:000838ae __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 100848ae f main.cpp.obj + 0001:000838ae __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$2 100848ae f main.cpp.obj + 0001:000838ae __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 100848ae f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __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 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __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 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __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 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __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 100848b9 f main.cpp.obj + 0001:000838b9 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$3 100848b9 f main.cpp.obj + 0001:000838b9 __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 100848b9 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __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 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __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 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __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 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __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 100848c4 f main.cpp.obj + 0001:000838c4 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$4 100848c4 f main.cpp.obj + 0001:000838c4 __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 100848c4 f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$5 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$5 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$5 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$5 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$5 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$5 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$5 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$5 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$5 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$5 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$5 100848cf f main.cpp.obj + 0001:000838cf __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 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$5 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$5 100848cf f main.cpp.obj + 0001:000838cf __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 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$5 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$5 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$5 100848cf f main.cpp.obj + 0001:000838cf __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 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$5 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$5 100848cf f main.cpp.obj + 0001:000838cf __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 100848cf f main.cpp.obj + 0001:000838cf __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$5 100848cf f main.cpp.obj + 0001:000838cf __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 100848cf f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$7 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$7 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$7 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$7 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$7 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$7 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$7 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$7 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$7 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$7 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$7 100848da f main.cpp.obj + 0001:000838da __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 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$7 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$7 100848da f main.cpp.obj + 0001:000838da __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 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$7 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$7 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$7 100848da f main.cpp.obj + 0001:000838da __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 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$7 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$7 100848da f main.cpp.obj + 0001:000838da __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 100848da f main.cpp.obj + 0001:000838da __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$7 100848da f main.cpp.obj + 0001:000838da __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 100848da f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __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 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __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 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __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 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __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 100848e5 f main.cpp.obj + 0001:000838e5 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$8 100848e5 f main.cpp.obj + 0001:000838e5 __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 100848e5 f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$9 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$9 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$9 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$9 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$9 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$9 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$9 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$9 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$9 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$9 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$9 100848ed f main.cpp.obj + 0001:000838ed __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 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$9 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$9 100848ed f main.cpp.obj + 0001:000838ed __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 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$9 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$9 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$9 100848ed f main.cpp.obj + 0001:000838ed __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 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$9 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$9 100848ed f main.cpp.obj + 0001:000838ed __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 100848ed f main.cpp.obj + 0001:000838ed __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$9 100848ed f main.cpp.obj + 0001:000838ed __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 100848ed f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __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 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __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 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __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 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __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 100848f5 f main.cpp.obj + 0001:000838f5 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$10 100848f5 f main.cpp.obj + 0001:000838f5 __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 100848f5 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 10084905 f main.cpp.obj + 0001:00083905 __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 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 10084905 f main.cpp.obj + 0001:00083905 __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 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 10084905 f main.cpp.obj + 0001:00083905 __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 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 10084905 f main.cpp.obj + 0001:00083905 __ehhandler$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 10084905 f main.cpp.obj + 0001:00083905 __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 10084905 f main.cpp.obj + 0001:00083930 __unwindfunclet$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z$0 10084930 f main.cpp.obj + 0001:0008394c __unwindfunclet$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z$1 1008494c f main.cpp.obj + 0001:0008395c __ehhandler$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 1008495c f main.cpp.obj + 0001:00083980 __unwindfunclet$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ$0 10084980 f main.cpp.obj + 0001:0008399c __unwindfunclet$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ$1 1008499c f main.cpp.obj + 0001:000839ac __ehhandler$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 100849ac f main.cpp.obj + 0001:000839d0 __unwindfunclet$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z$0 100849d0 f main.cpp.obj + 0001:000839d0 __unwindfunclet$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z$0 100849d0 f main.cpp.obj + 0001:000839f1 __ehhandler$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100849f1 f main.cpp.obj + 0001:000839f1 __ehhandler$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100849f1 f main.cpp.obj + 0001:00083a10 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$0 10084a10 f main.cpp.obj + 0001:00083a2c __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$1 10084a2c f main.cpp.obj + 0001:00083a48 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$2 10084a48 f main.cpp.obj + 0001:00083a55 __ehhandler$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 10084a55 f main.cpp.obj + 0001:00083a80 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$0 10084a80 f main.cpp.obj + 0001:00083a9c __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$1 10084a9c f main.cpp.obj + 0001:00083ab8 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$2 10084ab8 f main.cpp.obj + 0001:00083ac5 __ehhandler$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 10084ac5 f main.cpp.obj + 0001:00083af0 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$0 10084af0 f main.cpp.obj + 0001:00083af0 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$0 10084af0 f main.cpp.obj + 0001:00083af0 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$0 10084af0 f main.cpp.obj + 0001:00083af0 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$0 10084af0 f main.cpp.obj + 0001:00083af8 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$1 10084af8 f main.cpp.obj + 0001:00083af8 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$1 10084af8 f main.cpp.obj + 0001:00083af8 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$1 10084af8 f main.cpp.obj + 0001:00083af8 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$1 10084af8 f main.cpp.obj + 0001:00083b00 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$2 10084b00 f main.cpp.obj + 0001:00083b00 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$2 10084b00 f main.cpp.obj + 0001:00083b00 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$2 10084b00 f main.cpp.obj + 0001:00083b00 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$2 10084b00 f main.cpp.obj + 0001:00083b08 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$3 10084b08 f main.cpp.obj + 0001:00083b08 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$3 10084b08 f main.cpp.obj + 0001:00083b08 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$3 10084b08 f main.cpp.obj + 0001:00083b08 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$3 10084b08 f main.cpp.obj + 0001:00083b15 __ehhandler$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 10084b15 f main.cpp.obj + 0001:00083b15 __ehhandler$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 10084b15 f main.cpp.obj + 0001:00083b15 __ehhandler$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 10084b15 f main.cpp.obj + 0001:00083b15 __ehhandler$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 10084b15 f main.cpp.obj + 0001:00083b40 __unwindfunclet$??0Error@hadesmem@@QAE@ABV01@@Z$0 10084b40 f main.cpp.obj + 0001:00083b61 __ehhandler$??0Error@hadesmem@@QAE@ABV01@@Z 10084b61 f main.cpp.obj + 0001:00083b80 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$0 10084b80 f main.cpp.obj + 0001:00083b88 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$3 10084b88 f main.cpp.obj + 0001:00083b90 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$4 10084b90 f main.cpp.obj + 0001:00083b98 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$5 10084b98 f main.cpp.obj + 0001:00083ba0 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$6 10084ba0 f main.cpp.obj + 0001:00083bab __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$8 10084bab f main.cpp.obj + 0001:00083bb3 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$9 10084bb3 f main.cpp.obj + 0001:00083bbb __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$10 10084bbb f main.cpp.obj + 0001:00083bcb __ehhandler$??0Process@hadesmem@@QAE@K@Z 10084bcb f main.cpp.obj + 0001:00083c00 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$2 10084c00 f main.cpp.obj + 0001:00083c08 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$3 10084c08 f main.cpp.obj + 0001:00083c10 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$4 10084c10 f main.cpp.obj + 0001:00083c1d __ehhandler$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 10084c1d f main.cpp.obj + 0001:00083c50 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$2 10084c50 f main.cpp.obj + 0001:00083c5b __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$3 10084c5b f main.cpp.obj + 0001:00083c63 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$4 10084c63 f main.cpp.obj + 0001:00083c6e __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$5 10084c6e f main.cpp.obj + 0001:00083c79 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$15 10084c79 f main.cpp.obj + 0001:00083c84 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$6 10084c84 f main.cpp.obj + 0001:00083c8f __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$42 10084c8f f main.cpp.obj + 0001:00083c97 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$7 10084c97 f main.cpp.obj + 0001:00083c9f __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$30 10084c9f f main.cpp.obj + 0001:00083ca7 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$31 10084ca7 f main.cpp.obj + 0001:00083cb2 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$32 10084cb2 f main.cpp.obj + 0001:00083cba __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$33 10084cba f main.cpp.obj + 0001:00083cc5 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$35 10084cc5 f main.cpp.obj + 0001:00083ccd __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$36 10084ccd f main.cpp.obj + 0001:00083cd8 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$37 10084cd8 f main.cpp.obj + 0001:00083ce0 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$38 10084ce0 f main.cpp.obj + 0001:00083ceb __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$39 10084ceb f main.cpp.obj + 0001:00083cf3 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$40 10084cf3 f main.cpp.obj + 0001:00083cfb __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$41 10084cfb f main.cpp.obj + 0001:00083d06 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$8 10084d06 f main.cpp.obj + 0001:00083d0e __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$9 10084d0e f main.cpp.obj + 0001:00083d16 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$10 10084d16 f main.cpp.obj + 0001:00083d26 __ehhandler$??0SuspendedProcess@hadesmem@@QAE@KK@Z 10084d26 f main.cpp.obj + 0001:00083d50 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$3 10084d50 f main.cpp.obj + 0001:00083d50 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$0 10084d50 f main.cpp.obj + 0001:00083d50 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$0 10084d50 f main.cpp.obj + 0001:00083d50 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$0 10084d50 f main.cpp.obj + 0001:00083d50 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$0 10084d50 f main.cpp.obj + 0001:00083d58 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$4 10084d58 f main.cpp.obj + 0001:00083d58 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$1 10084d58 f main.cpp.obj + 0001:00083d58 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$1 10084d58 f main.cpp.obj + 0001:00083d58 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$1 10084d58 f main.cpp.obj + 0001:00083d58 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$1 10084d58 f main.cpp.obj + 0001:00083d60 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$5 10084d60 f main.cpp.obj + 0001:00083d60 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$2 10084d60 f main.cpp.obj + 0001:00083d60 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$2 10084d60 f main.cpp.obj + 0001:00083d60 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$2 10084d60 f main.cpp.obj + 0001:00083d60 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$2 10084d60 f main.cpp.obj + 0001:00083d68 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$6 10084d68 f main.cpp.obj + 0001:00083d68 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$3 10084d68 f main.cpp.obj + 0001:00083d68 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$3 10084d68 f main.cpp.obj + 0001:00083d68 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$3 10084d68 f main.cpp.obj + 0001:00083d68 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$3 10084d68 f main.cpp.obj + 0001:00083d75 __ehhandler$??0Thread@hadesmem@@QAE@K@Z 10084d75 f main.cpp.obj + 0001:00083d75 __ehhandler$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 10084d75 f main.cpp.obj + 0001:00083d75 __ehhandler$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 10084d75 f main.cpp.obj + 0001:00083d75 __ehhandler$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10084d75 f main.cpp.obj + 0001:00083d75 __ehhandler$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10084d75 f main.cpp.obj + 0001:00083da0 __unwindfunclet$??0error_info_container_impl@exception_detail@boost@@QAE@XZ$0 10084da0 f main.cpp.obj + 0001:00083dad __ehhandler$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 10084dad f main.cpp.obj + 0001:00083dd0 __unwindfunclet$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z$0 10084dd0 f main.cpp.obj + 0001:00083ddd __ehhandler$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 10084ddd f main.cpp.obj + 0001:00083e00 __ehhandler$??1CDataStore@Nampower@@UAE@XZ 10084e00 f main.cpp.obj + 0001:00083e00 __ehhandler$??1_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 10084e00 f main.cpp.obj + 0001:00083e20 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$2 10084e20 f main.cpp.obj + 0001:00083e28 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$3 10084e28 f main.cpp.obj + 0001:00083e35 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 10084e35 f main.cpp.obj + 0001:00083e60 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$2 10084e60 f main.cpp.obj + 0001:00083e60 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$2 10084e60 f main.cpp.obj + 0001:00083e68 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$3 10084e68 f main.cpp.obj + 0001:00083e68 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$3 10084e68 f main.cpp.obj + 0001:00083e75 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 10084e75 f main.cpp.obj + 0001:00083e75 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 10084e75 f main.cpp.obj + 0001:00083ea0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$2 10084ea0 f main.cpp.obj + 0001:00083ea8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$3 10084ea8 f main.cpp.obj + 0001:00083eb5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 10084eb5 f main.cpp.obj + 0001:00083ee0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$2 10084ee0 f main.cpp.obj + 0001:00083ee8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$3 10084ee8 f main.cpp.obj + 0001:00083ef5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 10084ef5 f main.cpp.obj + 0001:00083f20 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$2 10084f20 f main.cpp.obj + 0001:00083f28 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$3 10084f28 f main.cpp.obj + 0001:00083f35 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 10084f35 f main.cpp.obj + 0001:00083f60 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$2 10084f60 f main.cpp.obj + 0001:00083f68 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$3 10084f68 f main.cpp.obj + 0001:00083f75 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 10084f75 f main.cpp.obj + 0001:00083fa0 __unwindfunclet$??R@@QBE@XZ$0 10084fa0 f main.cpp.obj + 0001:00083fa8 __unwindfunclet$??R@@QBE@XZ$2 10084fa8 f main.cpp.obj + 0001:00083fb7 __unwindfunclet$??R@@QBE@XZ$3 10084fb7 f main.cpp.obj + 0001:00083fd5 __ehhandler$??R@@QBE@XZ 10084fd5 f main.cpp.obj + 0001:00084000 __unwindfunclet$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ$1 10085000 f main.cpp.obj + 0001:00084000 __unwindfunclet$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ$1 10085000 f main.cpp.obj + 0001:0008400d __ehhandler$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 1008500d f main.cpp.obj + 0001:0008400d __ehhandler$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 1008500d f main.cpp.obj + 0001:00084040 __unwindfunclet$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z$2 10085040 f main.cpp.obj + 0001:00084054 __ehhandler$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 10085054 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:00084080 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$12 10085080 f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:0008408b __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$1 1008508b f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:00084096 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$14 10085096 f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:0008409e __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$3 1008509e f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840a6 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$4 100850a6 f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840ae __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$5 100850ae f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840b9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$7 100850b9 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c1 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$8 100850c1 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840c9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$9 100850c9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:000840d9 __ehhandler$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100850d9 f main.cpp.obj + 0001:00084110 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$2 10085110 f main.cpp.obj + 0001:0008411d __ehhandler$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 1008511d f main.cpp.obj + 0001:00084150 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$2 10085150 f main.cpp.obj + 0001:00084158 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$3 10085158 f main.cpp.obj + 0001:00084160 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$4 10085160 f main.cpp.obj + 0001:00084168 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$5 10085168 f main.cpp.obj + 0001:00084170 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$6 10085170 f main.cpp.obj + 0001:00084180 __ehhandler$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 10085180 f main.cpp.obj + 0001:000841b0 __unwindfunclet$?CleanupUnchecked@Process@hadesmem@@AAEXXZ$2 100851b0 f main.cpp.obj + 0001:000841bd __ehhandler$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100851bd f main.cpp.obj + 0001:000841f0 __unwindfunclet$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ$2 100851f0 f main.cpp.obj + 0001:000841fd __ehhandler$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100851fd f main.cpp.obj + 0001:00084230 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$0 10085230 f main.cpp.obj + 0001:00084249 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$1 10085249 f main.cpp.obj + 0001:00084251 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$2 10085251 f main.cpp.obj + 0001:00084259 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$3 10085259 f main.cpp.obj + 0001:00084261 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$4 10085261 f main.cpp.obj + 0001:0008426e __ehhandler$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 1008526e f main.cpp.obj + 0001:000842a0 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$0 100852a0 f main.cpp.obj + 0001:000842a8 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$1 100852a8 f main.cpp.obj + 0001:000842b0 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$2 100852b0 f main.cpp.obj + 0001:000842b8 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$3 100852b8 f main.cpp.obj + 0001:000842c5 __ehhandler$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 100852c5 f main.cpp.obj + 0001:000842f0 __unwindfunclet$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z$0 100852f0 f helper.cpp.obj + 0001:000842f0 __unwindfunclet$?DoesItemMatch@Nampower@@YA_NIIPBD@Z$0 100852f0 f items.cpp.obj + 0001:000842f0 __unwindfunclet$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z$0 100852f0 f main.cpp.obj + 0001:000842f0 __unwindfunclet$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z$0 100852f0 f spell_scripts.cpp.obj + 0001:000842f0 __unwindfunclet$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z$0 100852f0 f spellcast.cpp.obj + 0001:000842fd __ehhandler$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 100852fd f helper.cpp.obj + 0001:000842fd __ehhandler$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 100852fd f items.cpp.obj + 0001:000842fd __ehhandler$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 100852fd f main.cpp.obj + 0001:000842fd __ehhandler$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 100852fd f spell_scripts.cpp.obj + 0001:000842fd __ehhandler$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100852fd f spellcast.cpp.obj + 0001:00084330 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$2 10085330 f main.cpp.obj + 0001:00084338 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$3 10085338 f main.cpp.obj + 0001:00084340 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$4 10085340 f main.cpp.obj + 0001:00084348 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$5 10085348 f main.cpp.obj + 0001:00084350 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$6 10085350 f main.cpp.obj + 0001:00084360 __ehhandler$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 10085360 f main.cpp.obj + 0001:00084390 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$2 10085390 f main.cpp.obj + 0001:000843a9 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$3 100853a9 f main.cpp.obj + 0001:000843b4 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$0 100853b4 f main.cpp.obj + 0001:000843c4 __ehhandler$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 100853c4 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f0 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$0 100853f0 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:000843f8 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$1 100853f8 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:00084400 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$2 10085400 f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:0008440d __ehhandler$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 1008540d f main.cpp.obj + 0001:00084440 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$0 10085440 f main.cpp.obj + 0001:00084448 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$1 10085448 f main.cpp.obj + 0001:00084450 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$2 10085450 f main.cpp.obj + 0001:0008445b __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$3 1008545b f main.cpp.obj + 0001:00084463 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$4 10085463 f main.cpp.obj + 0001:0008446b __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$5 1008546b f main.cpp.obj + 0001:00084473 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$6 10085473 f main.cpp.obj + 0001:00084483 __ehhandler$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 10085483 f main.cpp.obj + 0001:000844b0 __unwindfunclet$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z$0 100854b0 f main.cpp.obj + 0001:000844c0 __ehhandler$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100854c0 f main.cpp.obj + 0001:000844f0 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$1 100854f0 f main.cpp.obj + 0001:000844fb __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$0 100854fb f main.cpp.obj + 0001:00084506 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$2 10085506 f main.cpp.obj + 0001:0008450e __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$3 1008550e f main.cpp.obj + 0001:00084519 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$4 10085519 f main.cpp.obj + 0001:00084521 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$5 10085521 f main.cpp.obj + 0001:0008452c __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$6 1008552c f main.cpp.obj + 0001:00084534 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$7 10085534 f main.cpp.obj + 0001:0008453f __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$8 1008553f f main.cpp.obj + 0001:00084547 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$9 10085547 f main.cpp.obj + 0001:00084557 __ehhandler$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10085557 f main.cpp.obj + 0001:00084590 __unwindfunclet$?CacheItemNameToId@Nampower@@YAXPBDI@Z$0 10085590 f items.cpp.obj + 0001:00084590 __unwindfunclet$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z$0 10085590 f main.cpp.obj + 0001:00084590 __unwindfunclet$?addCustomEvent@Nampower@@YAXIPAD@Z$0 10085590 f main.cpp.obj + 0001:00084590 __unwindfunclet$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z$0 10085590 f spell_scripts.cpp.obj + 0001:00084590 __unwindfunclet$?TriggerQuickcast@Nampower@@YAXXZ$0 10085590 f spellcast.cpp.obj + 0001:0008459d __ehhandler$?CacheItemNameToId@Nampower@@YAXPBDI@Z 1008559d f items.cpp.obj + 0001:0008459d __ehhandler$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 1008559d f main.cpp.obj + 0001:0008459d __ehhandler$?addCustomEvent@Nampower@@YAXIPAD@Z 1008559d f main.cpp.obj + 0001:0008459d __ehhandler$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1008559d f spell_scripts.cpp.obj + 0001:0008459d __ehhandler$?TriggerQuickcast@Nampower@@YAXXZ 1008559d f spellcast.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845d0 __unwindfunclet$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$0 100855d0 f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:000845dd __ehhandler$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100855dd f main.cpp.obj + 0001:00084600 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10085600 f main.cpp.obj + 0001:0008460d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008560d f main.cpp.obj + 0001:00084640 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$2 10085640 f main.cpp.obj + 0001:0008464d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 1008564d f main.cpp.obj + 0001:00084680 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10085680 f main.cpp.obj + 0001:0008468d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008568d f main.cpp.obj + 0001:000846c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$2 100856c0 f main.cpp.obj + 0001:000846cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100856cd f main.cpp.obj + 0001:00084700 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$2 10085700 f main.cpp.obj + 0001:0008470d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 1008570d f main.cpp.obj + 0001:00084740 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$2 10085740 f main.cpp.obj + 0001:0008474d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 1008574d f main.cpp.obj + 0001:00084780 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$2 10085780 f main.cpp.obj + 0001:0008478d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 1008578d f main.cpp.obj + 0001:000847c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$2 100857c0 f main.cpp.obj + 0001:000847cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100857cd f main.cpp.obj + 0001:00084800 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$2 10085800 f main.cpp.obj + 0001:0008480d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 1008580d f main.cpp.obj + 0001:00084840 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$2 10085840 f main.cpp.obj + 0001:0008484d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 1008584d f main.cpp.obj + 0001:00084880 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$2 10085880 f main.cpp.obj + 0001:0008488d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 1008588d f main.cpp.obj + 0001:000848c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$2 100858c0 f main.cpp.obj + 0001:000848cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100858cd f main.cpp.obj + 0001:00084900 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$2 10085900 f main.cpp.obj + 0001:0008490d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 1008590d f main.cpp.obj + 0001:00084940 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$2 10085940 f main.cpp.obj + 0001:0008494d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 1008594d f main.cpp.obj + 0001:00084980 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$2 10085980 f main.cpp.obj + 0001:0008498d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 1008598d f main.cpp.obj + 0001:000849c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$2 100859c0 f main.cpp.obj + 0001:000849cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100859cd f main.cpp.obj + 0001:00084a00 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$2 10085a00 f main.cpp.obj + 0001:00084a0d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10085a0d f main.cpp.obj + 0001:00084a40 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$2 10085a40 f main.cpp.obj + 0001:00084a4d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10085a4d f main.cpp.obj + 0001:00084a80 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$2 10085a80 f main.cpp.obj + 0001:00084a8d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10085a8d f main.cpp.obj + 0001:00084ac0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10085ac0 f main.cpp.obj + 0001:00084acd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10085acd f main.cpp.obj + 0001:00084b00 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$2 10085b00 f main.cpp.obj + 0001:00084b0d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10085b0d f main.cpp.obj + 0001:00084b40 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10085b40 f main.cpp.obj + 0001:00084b4d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10085b4d f main.cpp.obj + 0001:00084b80 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$2 10085b80 f main.cpp.obj + 0001:00084b8d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10085b8d f main.cpp.obj + 0001:00084bc0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$2 10085bc0 f main.cpp.obj + 0001:00084bcd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10085bcd f main.cpp.obj + 0001:00084c00 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$2 10085c00 f main.cpp.obj + 0001:00084c0d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10085c0d f main.cpp.obj + 0001:00084c40 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$2 10085c40 f main.cpp.obj + 0001:00084c4d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10085c4d f main.cpp.obj + 0001:00084c80 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$2 10085c80 f main.cpp.obj + 0001:00084c8d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10085c8d f main.cpp.obj + 0001:00084cc0 __unwindfunclet$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$3 10085cc0 f main.cpp.obj + 0001:00084cc8 __unwindfunclet$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$2 10085cc8 f main.cpp.obj + 0001:00084cd5 __ehhandler$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 10085cd5 f main.cpp.obj + 0001:00084d00 __unwindfunclet$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$2 10085d00 f main.cpp.obj + 0001:00084d0d __ehhandler$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 10085d0d f main.cpp.obj + 0001:00084d40 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$2 10085d40 f main.cpp.obj + 0001:00084d48 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$3 10085d48 f main.cpp.obj + 0001:00084d50 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$4 10085d50 f main.cpp.obj + 0001:00084d58 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$5 10085d58 f main.cpp.obj + 0001:00084d60 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$6 10085d60 f main.cpp.obj + 0001:00084d70 __ehhandler$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 10085d70 f main.cpp.obj + 0001:00084da0 __unwindfunclet$?SetSelectionTarget@Nampower@@YAX_K@Z$0 10085da0 f main.cpp.obj + 0001:00084dad __ehhandler$?SetSelectionTarget@Nampower@@YAX_K@Z 10085dad f main.cpp.obj + 0001:00084dd0 __unwindfunclet$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z$0 10085dd0 f main.cpp.obj + 0001:00084dd0 __unwindfunclet$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ$0 10085dd0 f main.cpp.obj + 0001:00084dd0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ$0 10085dd0 f main.cpp.obj + 0001:00084ddd __ehhandler$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 10085ddd f main.cpp.obj + 0001:00084ddd __ehhandler$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 10085ddd f main.cpp.obj + 0001:00084ddd __ehhandler$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 10085ddd f main.cpp.obj + 0001:00084e00 __unwindfunclet$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z$0 10085e00 f main.cpp.obj + 0001:00084e00 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z$0 10085e00 f main.cpp.obj + 0001:00084e00 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z$0 10085e00 f main.cpp.obj + 0001:00084e00 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z$0 10085e00 f main.cpp.obj + 0001:00084e00 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z$0 10085e00 f main.cpp.obj + 0001:00084e00 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z$0 10085e00 f main.cpp.obj + 0001:00084e00 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z$0 10085e00 f main.cpp.obj + 0001:00084e00 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z$0 10085e00 f main.cpp.obj + 0001:00084e00 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z$0 10085e00 f main.cpp.obj + 0001:00084e00 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z$0 10085e00 f main.cpp.obj + 0001:00084e00 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z$0 10085e00 f main.cpp.obj + 0001:00084e00 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z$0 10085e00 f main.cpp.obj + 0001:00084e00 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z$0 10085e00 f main.cpp.obj + 0001:00084e00 __unwindfunclet$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z$0 10085e00 f main.cpp.obj + 0001:00084e0d __ehhandler$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 10085e0d f main.cpp.obj + 0001:00084e0d __ehhandler$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 10085e0d f main.cpp.obj + 0001:00084e0d __ehhandler$?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z 10085e0d f main.cpp.obj + 0001:00084e0d __ehhandler$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 10085e0d f main.cpp.obj + 0001:00084e0d __ehhandler$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 10085e0d f main.cpp.obj + 0001:00084e0d __ehhandler$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 10085e0d f main.cpp.obj + 0001:00084e0d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z 10085e0d f main.cpp.obj + 0001:00084e0d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 10085e0d f main.cpp.obj + 0001:00084e0d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 10085e0d f main.cpp.obj + 0001:00084e0d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 10085e0d f main.cpp.obj + 0001:00084e0d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 10085e0d f main.cpp.obj + 0001:00084e0d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 10085e0d f main.cpp.obj + 0001:00084e0d __ehhandler$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 10085e0d f main.cpp.obj + 0001:00084e0d __ehhandler$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 10085e0d f main.cpp.obj + 0001:00084e30 __unwindfunclet$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z$0 10085e30 f main.cpp.obj + 0001:00084e30 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z$0 10085e30 f main.cpp.obj + 0001:00084e30 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z$0 10085e30 f main.cpp.obj + 0001:00084e30 __unwindfunclet$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z$0 10085e30 f main.cpp.obj + 0001:00084e30 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z$0 10085e30 f main.cpp.obj + 0001:00084e3d __ehhandler$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 10085e3d f main.cpp.obj + 0001:00084e3d __ehhandler$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 10085e3d f main.cpp.obj + 0001:00084e3d __ehhandler$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 10085e3d f main.cpp.obj + 0001:00084e3d __ehhandler$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 10085e3d f main.cpp.obj + 0001:00084e3d __ehhandler$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 10085e3d f main.cpp.obj + 0001:00084e60 __unwindfunclet$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z$0 10085e60 f main.cpp.obj + 0001:00084e60 __unwindfunclet$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z$0 10085e60 f main.cpp.obj + 0001:00084e6d __ehhandler$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 10085e6d f main.cpp.obj + 0001:00084e6d __ehhandler$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 10085e6d f main.cpp.obj + 0001:00084e90 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z$0 10085e90 f main.cpp.obj + 0001:00084e90 __unwindfunclet$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z$0 10085e90 f main.cpp.obj + 0001:00084e9d __ehhandler$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 10085e9d f main.cpp.obj + 0001:00084e9d __ehhandler$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 10085e9d f main.cpp.obj + 0001:00084ec0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z$0 10085ec0 f main.cpp.obj + 0001:00084ecd __ehhandler$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 10085ecd f main.cpp.obj + 0001:00084ef0 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$2 10085ef0 f main.cpp.obj + 0001:00084ef8 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$3 10085ef8 f main.cpp.obj + 0001:00084f00 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$4 10085f00 f main.cpp.obj + 0001:00084f08 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$5 10085f08 f main.cpp.obj + 0001:00084f15 __ehhandler$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 10085f15 f main.cpp.obj + 0001:00084f40 __unwindfunclet$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z$0 10085f40 f main.cpp.obj + 0001:00084f4d __ehhandler$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 10085f4d f main.cpp.obj + 0001:00084f70 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$0 10085f70 f main.cpp.obj + 0001:00084f78 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$1 10085f78 f main.cpp.obj + 0001:00084f80 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$7 10085f80 f main.cpp.obj + 0001:00084f88 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$2 10085f88 f main.cpp.obj + 0001:00084f90 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$3 10085f90 f main.cpp.obj + 0001:00084f98 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$4 10085f98 f main.cpp.obj + 0001:00084fa8 __ehhandler$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 10085fa8 f main.cpp.obj + 0001:00084fe0 __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 10085fe0 f main.cpp.obj + 0001:00084fed __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 10085fed f main.cpp.obj + 0001:00085020 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$0 10086020 f main.cpp.obj + 0001:0008502b __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$2 1008602b f main.cpp.obj + 0001:00085033 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$3 10086033 f main.cpp.obj + 0001:0008503e __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$4 1008603e f main.cpp.obj + 0001:00085046 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$5 10086046 f main.cpp.obj + 0001:00085051 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$6 10086051 f main.cpp.obj + 0001:00085059 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$7 10086059 f main.cpp.obj + 0001:00085064 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$8 10086064 f main.cpp.obj + 0001:0008506c __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$9 1008606c f main.cpp.obj + 0001:0008507c __ehhandler$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 1008607c f main.cpp.obj + 0001:000850b0 __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 100860b0 f main.cpp.obj + 0001:000850bd __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 100860bd f main.cpp.obj + 0001:000850f0 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$0 100860f0 f main.cpp.obj + 0001:000850ff __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$1 100860ff f main.cpp.obj + 0001:00085118 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$2 10086118 f main.cpp.obj + 0001:00085120 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$4 10086120 f main.cpp.obj + 0001:0008512d __ehhandler$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 1008612d f main.cpp.obj + 0001:00085150 __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 10086150 f main.cpp.obj + 0001:00085158 __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 10086158 f main.cpp.obj + 0001:00085160 __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 10086160 f main.cpp.obj + 0001:00085168 __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 10086168 f main.cpp.obj + 0001:00085175 __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 10086175 f main.cpp.obj + 0001:000851a0 __ehhandler$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100861a0 f main.cpp.obj + 0001:000851c0 __ehhandler$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 100861c0 f main.cpp.obj + 0001:000851f0 __unwindfunclet$?checkForStopChanneling@Nampower@@YAXXZ$0 100861f0 f main.cpp.obj + 0001:000851f8 __unwindfunclet$?checkForStopChanneling@Nampower@@YAXXZ$1 100861f8 f main.cpp.obj + 0001:00085205 __ehhandler$?checkForStopChanneling@Nampower@@YAXXZ 10086205 f main.cpp.obj + 0001:00085230 __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$0 10086230 f main.cpp.obj + 0001:0008523f __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$1 1008623f f main.cpp.obj + 0001:0008525b __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$2 1008625b f main.cpp.obj + 0001:00085268 __ehhandler$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 10086268 f main.cpp.obj + 0001:00085290 __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$0 10086290 f main.cpp.obj + 0001:0008529f __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$1 1008629f f main.cpp.obj + 0001:000852bb __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$2 100862bb f main.cpp.obj + 0001:000852c8 __ehhandler$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100862c8 f main.cpp.obj + 0001:000852f0 __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 100862f0 f main.cpp.obj + 0001:000852ff __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 100862ff f main.cpp.obj + 0001:0008530c __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 1008630c f main.cpp.obj + 0001:00085330 __unwindfunclet$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ$0 10086330 f main.cpp.obj + 0001:0008533f __unwindfunclet$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ$1 1008633f f main.cpp.obj + 0001:0008534c __ehhandler$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 1008634c f main.cpp.obj + 0001:00085370 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$0 10086370 f main.cpp.obj + 0001:00085389 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$1 10086389 f main.cpp.obj + 0001:00085398 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$4 10086398 f main.cpp.obj + 0001:000853a0 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$2 100863a0 f main.cpp.obj + 0001:000853a8 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$3 100863a8 f main.cpp.obj + 0001:000853b0 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$11 100863b0 f main.cpp.obj + 0001:000853bd __ehhandler$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 100863bd f main.cpp.obj + 0001:000853e0 __unwindfunclet$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z$0 100863e0 f main.cpp.obj + 0001:000853e8 __unwindfunclet$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z$1 100863e8 f main.cpp.obj + 0001:000853f5 __ehhandler$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 100863f5 f main.cpp.obj + 0001:00085420 __unwindfunclet$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z$0 10086420 f main.cpp.obj + 0001:0008542b __unwindfunclet$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z$1 1008642b f main.cpp.obj + 0001:00085438 __ehhandler$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 10086438 f main.cpp.obj + 0001:00085470 __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 10086470 f main.cpp.obj + 0001:0008547b __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 1008647b f main.cpp.obj + 0001:00085483 __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 10086483 f main.cpp.obj + 0001:0008548b __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 1008648b f main.cpp.obj + 0001:00085498 __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 10086498 f main.cpp.obj + 0001:000854d0 __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 100864d0 f main.cpp.obj + 0001:000854d0 __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 100864d0 f main.cpp.obj + 0001:000854dd __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 100864dd f main.cpp.obj + 0001:000854dd __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 100864dd f main.cpp.obj + 0001:00085510 __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 10086510 f main.cpp.obj + 0001:00085518 __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 10086518 f main.cpp.obj + 0001:00085525 __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 10086525 f main.cpp.obj + 0001:00085550 __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 10086550 f main.cpp.obj + 0001:0008555d __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 1008655d f main.cpp.obj + 0001:00085590 __unwindfunclet$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$2 10086590 f main.cpp.obj + 0001:0008559d __ehhandler$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 1008659d f main.cpp.obj + 0001:000855c0 __unwindfunclet$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$2 100865c0 f main.cpp.obj + 0001:000855d4 __ehhandler$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100865d4 f main.cpp.obj + 0001:00085600 __unwindfunclet$?initHooks@Nampower@@YAXXZ$0 10086600 f main.cpp.obj + 0001:00085608 __unwindfunclet$?initHooks@Nampower@@YAXXZ$1 10086608 f main.cpp.obj + 0001:00085610 __unwindfunclet$?initHooks@Nampower@@YAXXZ$42 10086610 f main.cpp.obj + 0001:0008561d __ehhandler$?initHooks@Nampower@@YAXXZ 1008661d f main.cpp.obj + 0001:00085650 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$0 10086650 f main.cpp.obj + 0001:0008565b __unwindfunclet$?loadConfig@Nampower@@YAXXZ$1 1008665b f main.cpp.obj + 0001:00085666 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$2 10086666 f main.cpp.obj + 0001:00085671 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$3 10086671 f main.cpp.obj + 0001:0008567c __unwindfunclet$?loadConfig@Nampower@@YAXXZ$4 1008667c f main.cpp.obj + 0001:00085687 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$5 10086687 f main.cpp.obj + 0001:00085692 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$6 10086692 f main.cpp.obj + 0001:0008569d __unwindfunclet$?loadConfig@Nampower@@YAXXZ$7 1008669d f main.cpp.obj + 0001:000856a8 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$8 100866a8 f main.cpp.obj + 0001:000856b3 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$9 100866b3 f main.cpp.obj + 0001:000856be __unwindfunclet$?loadConfig@Nampower@@YAXXZ$10 100866be f main.cpp.obj + 0001:000856c9 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$11 100866c9 f main.cpp.obj + 0001:000856d9 __ehhandler$?loadConfig@Nampower@@YAXXZ 100866d9 f main.cpp.obj + 0001:00085710 __unwindfunclet$?loadUserVar@Nampower@@YAXPBD@Z$0 10086710 f main.cpp.obj + 0001:00085718 __unwindfunclet$?loadUserVar@Nampower@@YAXPBD@Z$1 10086718 f main.cpp.obj + 0001:00085725 __ehhandler$?loadUserVar@Nampower@@YAXPBD@Z 10086725 f main.cpp.obj + 0001:00085750 __unwindfunclet$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z$0 10086750 f main.cpp.obj + 0001:0008575d __ehhandler$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 1008675d f main.cpp.obj + 0001:00085780 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$0 10086780 f main.cpp.obj + 0001:00085788 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$1 10086788 f main.cpp.obj + 0001:00085790 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$2 10086790 f main.cpp.obj + 0001:0008579d __ehhandler$?processQueues@Nampower@@YA_NXZ 1008679d f main.cpp.obj + 0001:000857d0 __unwindfunclet$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$2 100867d0 f main.cpp.obj + 0001:000857dd __ehhandler$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100867dd f main.cpp.obj + 0001:00085800 __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 10086800 f main.cpp.obj + 0001:0008580d __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 1008680d f main.cpp.obj + 0001:00085830 __unwindfunclet$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z$2 10086830 f main.cpp.obj + 0001:0008583d __ehhandler$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 1008683d f main.cpp.obj + 0001:00085860 __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 10086860 f main.cpp.obj + 0001:0008587e __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 1008687e f main.cpp.obj + 0001:000858a0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$0 100868a0 f main.cpp.obj + 0001:000858a8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$1 100868a8 f main.cpp.obj + 0001:000858b0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$2 100868b0 f main.cpp.obj + 0001:000858b8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$3 100868b8 f main.cpp.obj + 0001:000858c0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$4 100868c0 f main.cpp.obj + 0001:000858c8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$5 100868c8 f main.cpp.obj + 0001:000858d0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$6 100868d0 f main.cpp.obj + 0001:000858d8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$7 100868d8 f main.cpp.obj + 0001:000858e0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$8 100868e0 f main.cpp.obj + 0001:000858e8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$9 100868e8 f main.cpp.obj + 0001:000858f0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$10 100868f0 f main.cpp.obj + 0001:000858f8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$11 100868f8 f main.cpp.obj + 0001:00085900 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$12 10086900 f main.cpp.obj + 0001:00085908 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$13 10086908 f main.cpp.obj + 0001:00085910 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$14 10086910 f main.cpp.obj + 0001:00085918 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$15 10086918 f main.cpp.obj + 0001:00085920 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$16 10086920 f main.cpp.obj + 0001:00085928 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$17 10086928 f main.cpp.obj + 0001:00085930 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$18 10086930 f main.cpp.obj + 0001:00085938 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$19 10086938 f main.cpp.obj + 0001:00085940 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$20 10086940 f main.cpp.obj + 0001:00085948 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$21 10086948 f main.cpp.obj + 0001:00085950 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$22 10086950 f main.cpp.obj + 0001:00085958 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$23 10086958 f main.cpp.obj + 0001:00085960 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$24 10086960 f main.cpp.obj + 0001:00085968 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$25 10086968 f main.cpp.obj + 0001:00085970 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$26 10086970 f main.cpp.obj + 0001:00085978 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$27 10086978 f main.cpp.obj + 0001:00085980 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$28 10086980 f main.cpp.obj + 0001:00085988 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$29 10086988 f main.cpp.obj + 0001:00085990 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$30 10086990 f main.cpp.obj + 0001:00085998 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$31 10086998 f main.cpp.obj + 0001:000859a0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$32 100869a0 f main.cpp.obj + 0001:000859a8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$33 100869a8 f main.cpp.obj + 0001:000859b5 __ehhandler$?updateFromCvar@Nampower@@YAXPBD0@Z 100869b5 f main.cpp.obj + 0001:000859e0 __unwindfunclet$_Load$4 100869e0 f main.cpp.obj + 0001:000859e8 __unwindfunclet$_Load$3 100869e8 f main.cpp.obj + 0001:000859f5 __ehhandler$_Load 100869f5 f main.cpp.obj + 0001:00085a20 __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 10086a20 f helper.cpp.obj + 0001:00085a28 __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 10086a28 f helper.cpp.obj + 0001:00085a35 __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 10086a35 f helper.cpp.obj + 0001:00085a60 __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 10086a60 f helper.cpp.obj + 0001:00085a68 __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 10086a68 f helper.cpp.obj + 0001:00085a75 __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 10086a75 f helper.cpp.obj + 0001:00085aa0 __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$0 10086aa0 f helper.cpp.obj + 0001:00085aac __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$2 10086aac f helper.cpp.obj + 0001:00085ab6 __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$3 10086ab6 f helper.cpp.obj + 0001:00085ac5 __ehhandler$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 10086ac5 f helper.cpp.obj + 0001:00085af0 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$1 10086af0 f helper.cpp.obj + 0001:00085af8 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$3 10086af8 f helper.cpp.obj + 0001:00085b00 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$0 10086b00 f helper.cpp.obj + 0001:00085b0c __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$9 10086b0c f helper.cpp.obj + 0001:00085b16 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$10 10086b16 f helper.cpp.obj + 0001:00085b25 __ehhandler$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 10086b25 f helper.cpp.obj + 0001:00085b50 __unwindfunclet$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z$0 10086b50 f helper.cpp.obj + 0001:00085b50 __unwindfunclet$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z$0 10086b50 f spellcast.cpp.obj + 0001:00085b50 __unwindfunclet$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z$0 10086b50 f spellcast.cpp.obj + 0001:00085b50 __unwindfunclet$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z$0 10086b50 f spellevents.cpp.obj + 0001:00085b5d __ehhandler$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 10086b5d f helper.cpp.obj + 0001:00085b5d __ehhandler$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 10086b5d f spellcast.cpp.obj + 0001:00085b5d __ehhandler$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 10086b5d f spellcast.cpp.obj + 0001:00085b5d __ehhandler$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 10086b5d f spellevents.cpp.obj + 0001:00085b90 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$2 10086b90 f spellcast.cpp.obj + 0001:00085b98 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$3 10086b98 f spellcast.cpp.obj + 0001:00085ba5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 10086ba5 f spellcast.cpp.obj + 0001:00085bd0 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$0 10086bd0 f spellcast.cpp.obj + 0001:00085bd8 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$4 10086bd8 f spellcast.cpp.obj + 0001:00085be0 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$1 10086be0 f spellcast.cpp.obj + 0001:00085be8 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$2 10086be8 f spellcast.cpp.obj + 0001:00085bf0 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$3 10086bf0 f spellcast.cpp.obj + 0001:00085bfd __ehhandler$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 10086bfd f spellcast.cpp.obj + 0001:00085c30 __unwindfunclet$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z$0 10086c30 f spellcast.cpp.obj + 0001:00085c38 __unwindfunclet$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z$1 10086c38 f spellcast.cpp.obj + 0001:00085c45 __ehhandler$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 10086c45 f spellcast.cpp.obj + 0001:00085c70 __unwindfunclet$?CastQueuedNonGcdSpell@Nampower@@YAXXZ$0 10086c70 f spellcast.cpp.obj + 0001:00085c78 __unwindfunclet$?CastQueuedNonGcdSpell@Nampower@@YAXXZ$1 10086c78 f spellcast.cpp.obj + 0001:00085c85 __ehhandler$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 10086c85 f spellcast.cpp.obj + 0001:00085cb0 __unwindfunclet$?CastQueuedNormalSpell@Nampower@@YAXXZ$0 10086cb0 f spellcast.cpp.obj + 0001:00085cb8 __unwindfunclet$?CastQueuedNormalSpell@Nampower@@YAXXZ$1 10086cb8 f spellcast.cpp.obj + 0001:00085cc5 __ehhandler$?CastQueuedNormalSpell@Nampower@@YAXXZ 10086cc5 f spellcast.cpp.obj + 0001:00085cf0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$0 10086cf0 f spellcast.cpp.obj + 0001:00085cf8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$1 10086cf8 f spellcast.cpp.obj + 0001:00085d00 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$2 10086d00 f spellcast.cpp.obj + 0001:00085d08 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$3 10086d08 f spellcast.cpp.obj + 0001:00085d10 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$4 10086d10 f spellcast.cpp.obj + 0001:00085d18 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$6 10086d18 f spellcast.cpp.obj + 0001:00085d20 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$5 10086d20 f spellcast.cpp.obj + 0001:00085d28 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$7 10086d28 f spellcast.cpp.obj + 0001:00085d30 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$8 10086d30 f spellcast.cpp.obj + 0001:00085d38 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$9 10086d38 f spellcast.cpp.obj + 0001:00085d40 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$10 10086d40 f spellcast.cpp.obj + 0001:00085d48 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$11 10086d48 f spellcast.cpp.obj + 0001:00085d50 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$12 10086d50 f spellcast.cpp.obj + 0001:00085d58 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$13 10086d58 f spellcast.cpp.obj + 0001:00085d60 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$17 10086d60 f spellcast.cpp.obj + 0001:00085d68 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$14 10086d68 f spellcast.cpp.obj + 0001:00085d70 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$15 10086d70 f spellcast.cpp.obj + 0001:00085d78 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$16 10086d78 f spellcast.cpp.obj + 0001:00085d80 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$18 10086d80 f spellcast.cpp.obj + 0001:00085d88 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$19 10086d88 f spellcast.cpp.obj + 0001:00085d90 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$20 10086d90 f spellcast.cpp.obj + 0001:00085d98 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$21 10086d98 f spellcast.cpp.obj + 0001:00085da0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$22 10086da0 f spellcast.cpp.obj + 0001:00085da8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$23 10086da8 f spellcast.cpp.obj + 0001:00085db5 __ehhandler$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 10086db5 f spellcast.cpp.obj + 0001:00085de0 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10086de0 f spellchannel.cpp.obj + 0001:00085de8 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10086de8 f spellchannel.cpp.obj + 0001:00085df0 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$2 10086df0 f spellchannel.cpp.obj + 0001:00085df8 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$3 10086df8 f spellchannel.cpp.obj + 0001:00085e00 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$4 10086e00 f spellchannel.cpp.obj + 0001:00085e08 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$5 10086e08 f spellchannel.cpp.obj + 0001:00085e15 __ehhandler$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10086e15 f spellchannel.cpp.obj + 0001:00085e40 __unwindfunclet$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10086e40 f spellchannel.cpp.obj + 0001:00085e48 __unwindfunclet$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10086e48 f spellchannel.cpp.obj + 0001:00085e55 __ehhandler$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10086e55 f spellchannel.cpp.obj + 0001:00085e80 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10086e80 f spellevents.cpp.obj + 0001:00085e88 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10086e88 f spellevents.cpp.obj + 0001:00085e90 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$2 10086e90 f spellevents.cpp.obj + 0001:00085e9d __ehhandler$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10086e9d f spellevents.cpp.obj + 0001:00085ed0 __unwindfunclet$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z$1 10086ed0 f spellevents.cpp.obj + 0001:00085ed8 __unwindfunclet$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z$0 10086ed8 f spellevents.cpp.obj + 0001:00085ee5 __ehhandler$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 10086ee5 f spellevents.cpp.obj + 0001:00085f10 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$0 10086f10 f spellevents.cpp.obj + 0001:00085f18 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$1 10086f18 f spellevents.cpp.obj + 0001:00085f20 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$2 10086f20 f spellevents.cpp.obj + 0001:00085f2d __ehhandler$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 10086f2d f spellevents.cpp.obj + 0001:00085f70 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$0 10086f70 f spellevents.cpp.obj + 0001:00085f78 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$13 10086f78 f spellevents.cpp.obj + 0001:00085f80 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$14 10086f80 f spellevents.cpp.obj + 0001:00085f88 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$2 10086f88 f spellevents.cpp.obj + 0001:00085f90 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$1 10086f90 f spellevents.cpp.obj + 0001:00085f98 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$3 10086f98 f spellevents.cpp.obj + 0001:00085fa0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$4 10086fa0 f spellevents.cpp.obj + 0001:00085fa8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$5 10086fa8 f spellevents.cpp.obj + 0001:00085fb0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$8 10086fb0 f spellevents.cpp.obj + 0001:00085fb8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$9 10086fb8 f spellevents.cpp.obj + 0001:00085fc0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$7 10086fc0 f spellevents.cpp.obj + 0001:00085fc8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$6 10086fc8 f spellevents.cpp.obj + 0001:00085fd0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$10 10086fd0 f spellevents.cpp.obj + 0001:00085fd8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$11 10086fd8 f spellevents.cpp.obj + 0001:00085fe0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$12 10086fe0 f spellevents.cpp.obj + 0001:00085fed __ehhandler$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 10086fed f spellevents.cpp.obj + 0001:00086020 __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$0 10087020 f spellevents.cpp.obj + 0001:0008602b __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$1 1008702b f spellevents.cpp.obj + 0001:00086036 __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$2 10087036 f spellevents.cpp.obj + 0001:0008603e __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$3 1008703e f spellevents.cpp.obj + 0001:0008604b __ehhandler$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 1008704b f spellevents.cpp.obj + 0001:00086080 __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 10087080 f misc_scripts.cpp.obj + 0001:00086080 __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 10087080 f misc_scripts.cpp.obj + 0001:00086080 __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 10087080 f spell_scripts.cpp.obj + 0001:0008608d __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 1008708d f misc_scripts.cpp.obj + 0001:0008608d __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 1008708d f misc_scripts.cpp.obj + 0001:0008608d __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 1008708d f spell_scripts.cpp.obj + 0001:000860c0 __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 100870c0 f dbc_fields.cpp.obj + 0001:000860c0 __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 100870c0 f misc_scripts.cpp.obj + 0001:000860c8 __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 100870c8 f dbc_fields.cpp.obj + 0001:000860c8 __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 100870c8 f misc_scripts.cpp.obj + 0001:000860d5 __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 100870d5 f dbc_fields.cpp.obj + 0001:000860d5 __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 100870d5 f misc_scripts.cpp.obj + 0001:00086100 __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 10087100 f items.cpp.obj + 0001:00086100 __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 10087100 f misc_scripts.cpp.obj + 0001:0008610b __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 1008710b f items.cpp.obj + 0001:0008610b __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 1008710b f misc_scripts.cpp.obj + 0001:0008611b __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 1008711b f items.cpp.obj + 0001:0008611b __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 1008711b f misc_scripts.cpp.obj + 0001:00086140 __unwindfunclet$?RunQueuedScript@Nampower@@YA_NH@Z$0 10087140 f misc_scripts.cpp.obj + 0001:00086140 __unwindfunclet$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z$0 10087140 f misc_scripts.cpp.obj + 0001:0008614d __ehhandler$?RunQueuedScript@Nampower@@YA_NH@Z 1008714d f misc_scripts.cpp.obj + 0001:0008614d __ehhandler$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 1008714d f misc_scripts.cpp.obj + 0001:00086180 __unwindfunclet$?Script_DisenchantAll@Nampower@@YAIPAI@Z$0 10087180 f misc_scripts.cpp.obj + 0001:0008618d __ehhandler$?Script_DisenchantAll@Nampower@@YAIPAI@Z 1008718d f misc_scripts.cpp.obj + 0001:000861c0 __unwindfunclet$?Script_GetItemStatsField@Nampower@@YAIPAI@Z$2 100871c0 f misc_scripts.cpp.obj + 0001:000861c0 __unwindfunclet$?Script_GetUnitField@Nampower@@YAIPAI@Z$2 100871c0 f misc_scripts.cpp.obj + 0001:000861c0 __unwindfunclet$?Script_GetSpellRecField@Nampower@@YAIPAI@Z$2 100871c0 f spell_scripts.cpp.obj + 0001:000861cd __ehhandler$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 100871cd f misc_scripts.cpp.obj + 0001:000861cd __ehhandler$?Script_GetUnitField@Nampower@@YAIPAI@Z 100871cd f misc_scripts.cpp.obj + 0001:000861cd __ehhandler$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 100871cd f spell_scripts.cpp.obj + 0001:00086200 __unwindfunclet$?Script_LearnTalentRank@Nampower@@YAIPAI@Z$0 10087200 f misc_scripts.cpp.obj + 0001:0008620d __ehhandler$?Script_LearnTalentRank@Nampower@@YAIPAI@Z 1008720d f misc_scripts.cpp.obj + 0001:00086230 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$0 10087230 f dbc_fields.cpp.obj + 0001:00086230 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$0 10087230 f misc_scripts.cpp.obj + 0001:00086238 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$1 10087238 f dbc_fields.cpp.obj + 0001:00086238 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$1 10087238 f misc_scripts.cpp.obj + 0001:00086240 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$2 10087240 f dbc_fields.cpp.obj + 0001:00086240 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$2 10087240 f misc_scripts.cpp.obj + 0001:00086248 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$3 10087248 f dbc_fields.cpp.obj + 0001:00086248 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$3 10087248 f misc_scripts.cpp.obj + 0001:00086255 __ehhandler$?InitializeFieldMaps@Nampower@@YAXXZ 10087255 f dbc_fields.cpp.obj + 0001:00086255 __ehhandler$?Script_QueueScript@Nampower@@YAIPAI@Z 10087255 f misc_scripts.cpp.obj + 0001:00086280 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$0 10087280 f misc_scripts.cpp.obj + 0001:00086288 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$1 10087288 f misc_scripts.cpp.obj + 0001:00086290 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$3 10087290 f misc_scripts.cpp.obj + 0001:00086298 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$4 10087298 f misc_scripts.cpp.obj + 0001:000862a0 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$2 100872a0 f misc_scripts.cpp.obj + 0001:000862ad __ehhandler$?TryDisenchant@Nampower@@YA_NXZ 100872ad f misc_scripts.cpp.obj + 0001:000862e0 __unwindfunclet$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z$0 100872e0 f spell_scripts.cpp.obj + 0001:000862e0 __unwindfunclet$?Script_QueueSpellByName@Nampower@@YAIPAI@Z$0 100872e0 f spell_scripts.cpp.obj + 0001:000862ed __ehhandler$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 100872ed f spell_scripts.cpp.obj + 0001:000862ed __ehhandler$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 100872ed f spell_scripts.cpp.obj + 0001:00086320 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$1 10087320 f spell_scripts.cpp.obj + 0001:00086328 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$4 10087328 f spell_scripts.cpp.obj + 0001:00086330 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$0 10087330 f spell_scripts.cpp.obj + 0001:0008633d __ehhandler$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 1008733d f spell_scripts.cpp.obj + 0001:00086370 __unwindfunclet$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z$0 10087370 f item_scripts.cpp.obj + 0001:00086378 __unwindfunclet$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z$1 10087378 f item_scripts.cpp.obj + 0001:00086385 __ehhandler$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 10087385 f item_scripts.cpp.obj + 0001:000863b0 __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 100873b0 f items.cpp.obj + 0001:000863b8 __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 100873b8 f items.cpp.obj + 0001:000863c5 __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 100873c5 f items.cpp.obj + 0001:000863f0 __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 100873f0 f items.cpp.obj + 0001:000863f8 __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 100873f8 f items.cpp.obj + 0001:00086405 __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 10087405 f items.cpp.obj + 0001:00086430 __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 10087430 f items.cpp.obj + 0001:00086438 __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 10087438 f items.cpp.obj + 0001:00086445 __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 10087445 f items.cpp.obj + 0001:00086470 __unwindfunclet$??__EitemNameToIdCache@Nampower@@YAXXZ$1 10087470 f items.cpp.obj + 0001:0008647a __unwindfunclet$??__EitemNameToIdCache@Nampower@@YAXXZ$2 1008747a f items.cpp.obj + 0001:00086489 __ehhandler$??__EitemNameToIdCache@Nampower@@YAXXZ 10087489 f items.cpp.obj + 0001:000864b0 __unwindfunclet$??__EitemStatsCache@Nampower@@YAXXZ$1 100874b0 f items.cpp.obj + 0001:000864ba __unwindfunclet$??__EitemStatsCache@Nampower@@YAXXZ$2 100874ba f items.cpp.obj + 0001:000864c9 __ehhandler$??__EitemStatsCache@Nampower@@YAXXZ 100874c9 f items.cpp.obj + 0001:000864f0 __unwindfunclet$??__EpendingItemIds@Nampower@@YAXXZ$1 100874f0 f items.cpp.obj + 0001:000864fa __unwindfunclet$??__EpendingItemIds@Nampower@@YAXXZ$2 100874fa f items.cpp.obj + 0001:00086509 __ehhandler$??__EpendingItemIds@Nampower@@YAXXZ 10087509 f items.cpp.obj + 0001:00086530 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$0 10087530 f items.cpp.obj + 0001:00086538 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$1 10087538 f items.cpp.obj + 0001:00086540 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$2 10087540 f items.cpp.obj + 0001:00086548 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$3 10087548 f items.cpp.obj + 0001:00086550 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$4 10087550 f items.cpp.obj + 0001:00086558 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$5 10087558 f items.cpp.obj + 0001:00086565 __ehhandler$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 10087565 f items.cpp.obj + 0001:00086590 __unwindfunclet$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z$0 10087590 f items.cpp.obj + 0001:00086598 __unwindfunclet$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z$1 10087598 f items.cpp.obj + 0001:000865a5 __ehhandler$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100875a5 f items.cpp.obj + 0001:000865d0 __unwindfunclet$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z$0 100875d0 f items.cpp.obj + 0001:000865ee __ehhandler$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100875ee f items.cpp.obj + 0001:00086610 __unwindfunclet$?InitializeUnitFieldMaps@Nampower@@YAXXZ$0 10087610 f unit_fields.cpp.obj + 0001:00086618 __unwindfunclet$?InitializeUnitFieldMaps@Nampower@@YAXXZ$1 10087618 f unit_fields.cpp.obj + 0001:00086625 __ehhandler$?InitializeUnitFieldMaps@Nampower@@YAXXZ 10087625 f unit_fields.cpp.obj + 0001:00086650 __unwindfunclet$?CleanupAllLuaTableRefs@Nampower@@YAXXZ$0 10087650 f lua_refs.cpp.obj + 0001:00086658 __unwindfunclet$?CleanupAllLuaTableRefs@Nampower@@YAXXZ$1 10087658 f lua_refs.cpp.obj + 0001:00086665 __ehhandler$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 10087665 f lua_refs.cpp.obj + 0001:0008668c __ehhandler$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 1008768c f libvcruntime:frame.obj + 0001:000866a9 __unwindfunclet$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ$0 100876a9 f libvcruntime:undname.obj + 0001:000866b6 __ehhandler$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 100876b6 f libvcruntime:undname.obj + 0001:000866d3 __ehhandler$?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 100876d3 f libucrt:write.obj + 0001:000866fd __ehhandler$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 100876fd f libucrt:exit.obj + 0001:0008671a __ehhandler$__execute_onexit_table 1008771a f libucrt:onexit.obj + 0001:00086737 __ehhandler$___dcrt_uninitialize_environments_nolock 10087737 f libucrt:environment_initialization.obj + 0001:00086754 __ehhandler$?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 10087754 f libucrt:mbstowcs.obj + 0001:00086771 __unwindfunclet$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z$0 10087771 f libcpmt:locale0.obj + 0001:0008677e __ehhandler$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 1008777e f libcpmt:locale0.obj + 0001:000867a0 ??__FdebugLogFile@Nampower@@YAXXZ 100877a0 f logging.cpp.obj + 0001:00086850 ??__F?e@?$exception_ptr_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B@@YAXXZ 10087850 f main.cpp.obj + 0001:00086890 ??__F?e@?$exception_ptr_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B@@YAXXZ 10087890 f main.cpp.obj + 0001:000868d0 ??__Fep@?1???$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ@YAXXZ 100878d0 f main.cpp.obj + 0001:00086910 ??__Fep@?1???$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ@YAXXZ 10087910 f main.cpp.obj + 0001:00086950 ??__FgAttackRoundInfo_ReadPacketDetour@Nampower@@YAXXZ 10087950 f main.cpp.obj + 0001:00086970 ??__FgCGActionBar_UseActionDetour@Nampower@@YAXXZ 10087970 f main.cpp.obj + 0001:00086990 ??__FgCGBuffBar_UpdateDurationDetour@Nampower@@YAXXZ 10087990 f main.cpp.obj + 0001:000869b0 ??__FgCGPlayer_C_OnAttackIconPressedDetour@Nampower@@YAXXZ 100879b0 f main.cpp.obj + 0001:000869d0 ??__FgCGSpellBook_CastSpellDetour@Nampower@@YAXXZ 100879d0 f main.cpp.obj + 0001:000869f0 ??__FgCGUnit_C_OnAuraAddedDetour@Nampower@@YAXXZ 100879f0 f main.cpp.obj + 0001:00086a10 ??__FgCGUnit_C_OnAuraRemovedDetour@Nampower@@YAXXZ 10087a10 f main.cpp.obj + 0001:00086a30 ??__FgCGUnit_C_OnAuraStacksChangedDetour@Nampower@@YAXXZ 10087a30 f main.cpp.obj + 0001:00086a50 ??__FgCGWorldFrame_OnLayerTrackTerrainDetour@Nampower@@YAXXZ 10087a50 f main.cpp.obj + 0001:00086a70 ??__FgCSimpleFrame_GetNameDetour@Nampower@@YAXXZ 10087a70 f main.cpp.obj + 0001:00086a90 ??__FgCancelSpellDetour@Nampower@@YAXXZ 10087a90 f main.cpp.obj + 0001:00086ab0 ??__FgCastDetour@Nampower@@YAXXZ 10087ab0 f main.cpp.obj + 0001:00086ad0 ??__FgCastHistory@Nampower@@YAXXZ 10087ad0 f main.cpp.obj + 0001:00086ae0 ??__FgCastResultHandlerDetour@Nampower@@YAXXZ 10087ae0 f main.cpp.obj + 0001:00086b00 ??__FgCastbarPatch@Nampower@@YAXXZ 10087b00 f main.cpp.obj + 0001:00086bd0 ??__FgCreateEventsDetour@Nampower@@YAXXZ 10087bd0 f main.cpp.obj + 0001:00086bf0 ??__FgGetSpellSlotFromLuaDetour@Nampower@@YAXXZ 10087bf0 f main.cpp.obj + 0001:00086c10 ??__FgIEndSceneDetour@Nampower@@YAXXZ 10087c10 f main.cpp.obj + 0001:00086c30 ??__FgInvalidFunctionPtrCheckDetour@Nampower@@YAXXZ 10087c30 f main.cpp.obj + 0001:00086c50 ??__FgLoadScriptFunctionsDetour@Nampower@@YAXXZ 10087c50 f main.cpp.obj + 0001:00086c70 ??__FgNonGcdCastQueue@Nampower@@YAXXZ 10087c70 f main.cpp.obj + 0001:00086c80 ??__FgOnSpriteRightClickDetour@Nampower@@YAXXZ 10087c80 f main.cpp.obj + 0001:00086ca0 ??__FgPeriodicAuraLogHandlerDetour@Nampower@@YAXXZ 10087ca0 f main.cpp.obj + 0001:00086cc0 ??__FgPlaySpellVisualHandlerDetour@Nampower@@YAXXZ 10087cc0 f main.cpp.obj + 0001:00086ce0 ??__FgProcResistHandlerDetour@Nampower@@YAXXZ 10087ce0 f main.cpp.obj + 0001:00086d00 ??__FgSendCastDetour@Nampower@@YAXXZ 10087d00 f main.cpp.obj + 0001:00086d20 ??__FgSetCVarDetour@Nampower@@YAXXZ 10087d20 f main.cpp.obj + 0001:00086d40 ??__FgSetEventCountDetour@Nampower@@YAXXZ 10087d40 f main.cpp.obj + 0001:00086d60 ??__FgSignalEventDetour@Nampower@@YAXXZ 10087d60 f main.cpp.obj + 0001:00086d80 ??__FgSpellChannelStartHandlerDetour@Nampower@@YAXXZ 10087d80 f main.cpp.obj + 0001:00086da0 ??__FgSpellChannelUpdateHandlerDetour@Nampower@@YAXXZ 10087da0 f main.cpp.obj + 0001:00086dc0 ??__FgSpellCooldownDetour@Nampower@@YAXXZ 10087dc0 f main.cpp.obj + 0001:00086de0 ??__FgSpellDelayedDetour@Nampower@@YAXXZ 10087de0 f main.cpp.obj + 0001:00086e00 ??__FgSpellEnergizeLogHandlerDetour@Nampower@@YAXXZ 10087e00 f main.cpp.obj + 0001:00086e20 ??__FgSpellFailedDetour@Nampower@@YAXXZ 10087e20 f main.cpp.obj + 0001:00086e40 ??__FgSpellFailedOtherHandlerDetour@Nampower@@YAXXZ 10087e40 f main.cpp.obj + 0001:00086e60 ??__FgSpellGoDetour@Nampower@@YAXXZ 10087e60 f main.cpp.obj + 0001:00086e80 ??__FgSpellHealingLogHandlerDetour@Nampower@@YAXXZ 10087e80 f main.cpp.obj + 0001:00086ea0 ??__FgSpellLogMissHandlerDetour@Nampower@@YAXXZ 10087ea0 f main.cpp.obj + 0001:00086ec0 ??__FgSpellNonMeleeDmgLogHandlerDetour@Nampower@@YAXXZ 10087ec0 f main.cpp.obj + 0001:00086ee0 ??__FgSpellOrDamageImmuneHandlerDetour@Nampower@@YAXXZ 10087ee0 f main.cpp.obj + 0001:00086f00 ??__FgSpellStartHandlerDetour@Nampower@@YAXXZ 10087f00 f main.cpp.obj + 0001:00086f20 ??__FgSpellStopCastingDetour@Nampower@@YAXXZ 10087f20 f main.cpp.obj + 0001:00086f40 ??__FgSpellTargetUnitDetour@Nampower@@YAXXZ 10087f40 f main.cpp.obj + 0001:00086f60 ??__FgSpell_C_CooldownEventTriggeredDetour@Nampower@@YAXXZ 10087f60 f main.cpp.obj + 0001:00086f80 ??__FgSpell_C_GetAutoRepeatingSpellDetour@Nampower@@YAXXZ 10087f80 f main.cpp.obj + 0001:00086fa0 ??__FgSpell_C_GetSpellModifiersDetour@Nampower@@YAXXZ 10087fa0 f main.cpp.obj + 0001:00086fc0 ??__FgSpell_C_GetSpellRadiusDetour@Nampower@@YAXXZ 10087fc0 f main.cpp.obj + 0001:00086fe0 ??__FgSpell_C_HandleSpriteClickDetour@Nampower@@YAXXZ 10087fe0 f main.cpp.obj + 0001:00087000 ??__FgSpell_C_HandleTerrainClickDetour@Nampower@@YAXXZ 10088000 f main.cpp.obj + 0001:00087020 ??__FgSpell_C_TargetSpellDetour@Nampower@@YAXXZ 10088020 f main.cpp.obj + 0001:00087040 ??__FgSysMsgInitDetour@Nampower@@YAXXZ 10088040 f main.cpp.obj + 0001:00087060 ??__FgUnitCombatLogUnitDeadDetour@Nampower@@YAXXZ 10088060 f main.cpp.obj + 0001:00087080 ??__FspellIdToSlotCache@?1??ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z@YAXXZ 10088080 f helper.cpp.obj + 0001:00087090 ??__FspellSlotCache@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@YAXXZ 10088090 f helper.cpp.obj + 0001:000870a0 ??__FitemStatsArrayFieldRefs@Nampower@@YAXXZ 100880a0 f misc_scripts.cpp.obj + 0001:000870b0 ??__FitemStatsNestedArrayRefs@Nampower@@YAXXZ 100880b0 f misc_scripts.cpp.obj + 0001:000870c0 ??__FunitFieldsArrayFieldRefs@Nampower@@YAXXZ 100880c0 f misc_scripts.cpp.obj + 0001:000870d0 ??__FunitFieldsNestedArrayRefs@Nampower@@YAXXZ 100880d0 f misc_scripts.cpp.obj + 0001:000870e0 ??__FspellRecArrayFieldRefs@Nampower@@YAXXZ 100880e0 f spell_scripts.cpp.obj + 0001:000870f0 ??__FspellRecNestedArrayRefs@Nampower@@YAXXZ 100880f0 f spell_scripts.cpp.obj + 0001:00087100 ??__FitemNameToIdCache@Nampower@@YAXXZ 10088100 f items.cpp.obj + 0001:00087110 ??__FitemStatsCache@Nampower@@YAXXZ 10088110 f items.cpp.obj + 0001:00087120 ??__FpendingItemIds@Nampower@@YAXXZ 10088120 f items.cpp.obj + 0001:00087130 ??__FitemStatsArrayFieldMap@Nampower@@YAXXZ 10088130 f dbc_fields.cpp.obj + 0001:00087140 ??__FitemStatsFieldMap@Nampower@@YAXXZ 10088140 f dbc_fields.cpp.obj + 0001:00087150 ??__FspellRecArrayFieldMap@Nampower@@YAXXZ 10088150 f dbc_fields.cpp.obj + 0001:00087160 ??__FspellRecFieldMap@Nampower@@YAXXZ 10088160 f dbc_fields.cpp.obj + 0001:00087170 ??__FunitFieldsArrayFieldMap@Nampower@@YAXXZ 10088170 f unit_fields.cpp.obj + 0001:00087180 ??__FunitFieldsFieldMap@Nampower@@YAXXZ 10088180 f unit_fields.cpp.obj + 0001:00087190 ??__FregisteredTableRefs@Nampower@@YAXXZ 10088190 f lua_refs.cpp.obj + 0001:000871ec ??__Finitlocks@std@@YAXXZ 100881ec f libcpmt:xlock.obj + 0001:000871f6 ??__F_Fac_tidy_reg@std@@YAXXZ 100881f6 f libcpmt:locale0.obj + 0001:00087200 ??__Fclassic_locale@std@@YAXXZ 10088200 f libcpmt:locale0.obj + 0001:0008720a ??__Finit_atexit@@YAXXZ 1008820a f libcpmt:iosptrs.obj + 0001:00087214 ??__Finitlocks@std@@YAXXZ 10088214 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 @@ -10655,1719 +10661,1721 @@ 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 + 0002:00006da0 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008fda0 helper.cpp.obj + 0002:00006da1 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008fda1 helper.cpp.obj + 0002:00006e40 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1008fe40 spellcast.cpp.obj + 0002:00006e41 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1008fe41 spellcast.cpp.obj + 0002:000075fa ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 100905fa spellchannel.cpp.obj + 0002:000075fb ?_Fake_alloc@std@@3U_Fake_allocator@1@B 100905fb spellchannel.cpp.obj + 0002:0000774c ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1009074c spellevents.cpp.obj + 0002:0000774d ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1009074d spellevents.cpp.obj + 0002:00007b42 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10090b42 misc_scripts.cpp.obj + 0002:00007b43 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10090b43 misc_scripts.cpp.obj + 0002:00008620 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10091620 spell_scripts.cpp.obj + 0002:00008621 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10091621 spell_scripts.cpp.obj + 0002:00008bf8 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10091bf8 cooldown_scripts.cpp.obj + 0002:00008bf9 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10091bf9 cooldown_scripts.cpp.obj + 0002:00008cb1 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10091cb1 item_scripts.cpp.obj + 0002:00008cb2 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10091cb2 item_scripts.cpp.obj + 0002:000090b4 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 100920b4 items.cpp.obj + 0002:000090b5 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 100920b5 items.cpp.obj + 0002:00009394 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10092394 dbc_fields.cpp.obj + 0002:00009395 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10092395 dbc_fields.cpp.obj + 0002:0000a37c ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1009337c unit_fields.cpp.obj + 0002:0000a37d ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1009337d unit_fields.cpp.obj + 0002:0000a734 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10093734 auras.cpp.obj + 0002:0000a735 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10093735 auras.cpp.obj + 0002:0000a736 ?_Fake_alloc@std@@3U_Fake_allocator@1@B 10093736 lua_refs.cpp.obj + 0002:0000a737 ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 10093737 lua_refs.cpp.obj + 0002:0000a75a ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1009375a autoattack.cpp.obj + 0002:0000a75b ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1009375b autoattack.cpp.obj + 0002:0000a75c ?piecewise_construct@std@@3Upiecewise_construct_t@1@B 1009375c player_scripts.cpp.obj + 0002:0000a75d ?_Fake_alloc@std@@3U_Fake_allocator@1@B 1009375d player_scripts.cpp.obj + 0002:0000a800 ?tokenTable@@3QBUStringLiteral@@B 10093800 libvcruntime:undname.obj + 0002:0000a888 ?nameTable@@3QBUStringLiteral@@B 10093888 libvcruntime:undname.obj + 0002:0000ab20 ?rttiTable@@3QBUStringLiteral@@B 10093b20 libvcruntime:undname.obj + 0002:0000ab48 ?IndirectionName@@3QBUStringLiteral@@B 10093b48 libvcruntime:undname.obj + 0002:0000ab78 ?PrefixName@@3QBUStringLiteral@@B 10093b78 libvcruntime:undname.obj + 0002:0000b660 ?result@?1??IsValidIdentChar@@YA_ND@Z@4U@?1??InitValidIdentChar@@YA@XZ@B 10094660 libvcruntime:undname.obj + 0002:0000b798 ?module_names@?A0x14174aea@@3QBQB_WB 10094798 libvcruntime:winapi_downlevel.obj + 0002:0000b840 ?candidate_modules@?1??try_get_FlsAlloc@@YAP6GKP6GXPAX@Z@ZXZ@4QBW4module_id@?A0x14174aea@@B 10094840 libvcruntime:winapi_downlevel.obj + 0002:0000b854 ?candidate_modules@?1??try_get_FlsFree@@YAP6GHK@ZXZ@4QBW4module_id@?A0x14174aea@@B 10094854 libvcruntime:winapi_downlevel.obj + 0002:0000b864 ?candidate_modules@?1??try_get_FlsGetValue@@YAP6GPAXK@ZXZ@4QBW4module_id@?A0x14174aea@@B 10094864 libvcruntime:winapi_downlevel.obj + 0002:0000b878 ?candidate_modules@?1??try_get_FlsSetValue@@YAP6GHKPAX@ZXZ@4QBW4module_id@?A0x14174aea@@B 10094878 libvcruntime:winapi_downlevel.obj + 0002:0000b88c ?candidate_modules@?1??try_get_InitializeCriticalSectionEx@@YAP6GHPAU_RTL_CRITICAL_SECTION@@KK@ZXZ@4QBW4module_id@?A0x14174aea@@B 1009488c libvcruntime:winapi_downlevel.obj + 0002:0000bac0 ?errtable@@3QBUerrentry@?A0x31fdb9ec@@B 10094ac0 libucrt:errno.obj + 0002:0000c790 _One 10095790 libucrt:ceil_pentium4.obj + 0002:0000c7a0 _Bns 100957a0 libucrt:ceil_pentium4.obj + 0002:0000c7b0 _Zero 100957b0 libucrt:ceil_pentium4.obj + 0002:0000c7c0 _S 100957c0 libucrt:ceil_pentium4.obj + 0002:0000c7d0 _NegZero 100957d0 libucrt:ceil_pentium4.obj + 0002:0000c7d8 __first_127char 100957d8 libucrt:wsetlocale.obj + 0002:0000ce18 ?module_names@?A0x391cf84c@@3QBQB_WB 10095e18 libucrt:winapi_thunks.obj + 0002:0000d324 ?candidate_modules@?1??try_get_AreFileApisANSI@@YAP6GHXZXZ@4QBW4module_id@?A0x391cf84c@@B 10096324 libucrt:winapi_thunks.obj + 0002:0000d338 ?candidate_modules@?1??try_get_CompareStringEx@@YAP6GHPB_WK0H0HPAU_nlsversioninfo@@PAXJ@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10096338 libucrt:winapi_thunks.obj + 0002:0000d350 ?candidate_modules@?1??try_get_EnumSystemLocalesEx@@YAP6GHP6GHPA_WKJ@ZKJPAX@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10096350 libucrt:winapi_thunks.obj + 0002:0000d36c ?candidate_modules@?1??try_get_GetDateFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH0@ZXZ@4QBW4module_id@?A0x391cf84c@@B 1009636c libucrt:winapi_thunks.obj + 0002:0000d394 ?candidate_modules@?1??try_get_GetLocaleInfoEx@@YAP6GHPB_WKPA_WH@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10096394 libucrt:winapi_thunks.obj + 0002:0000d3cc ?candidate_modules@?1??try_get_GetTimeFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH@ZXZ@4QBW4module_id@?A0x391cf84c@@B 100963cc libucrt:winapi_thunks.obj + 0002:0000d3e4 ?candidate_modules@?1??try_get_GetUserDefaultLocaleName@@YAP6GHPA_WH@ZXZ@4QBW4module_id@?A0x391cf84c@@B 100963e4 libucrt:winapi_thunks.obj + 0002:0000d408 ?candidate_modules@?1??try_get_InitializeCriticalSectionEx@@YAP6GHPAU_RTL_CRITICAL_SECTION@@KK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10096408 libucrt:winapi_thunks.obj + 0002:0000d410 ?candidate_modules@?1??try_get_IsValidLocaleName@@YAP6GHPB_W@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10096410 libucrt:winapi_thunks.obj + 0002:0000d42c ?candidate_modules@?1??try_get_LCMapStringEx@@YAP6GHPB_WK0HPA_WHPAU_nlsversioninfo@@PAXJ@ZXZ@4QBW4module_id@?A0x391cf84c@@B 1009642c libucrt:winapi_thunks.obj + 0002:0000d444 ?candidate_modules@?1??try_get_LCIDToLocaleName@@YAP6GHKPA_WHK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10096444 libucrt:winapi_thunks.obj + 0002:0000d460 ?candidate_modules@?1??try_get_LocaleNameToLCID@@YAP6GKPB_WK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 10096460 libucrt:winapi_thunks.obj + 0002:0000d47c ?candidate_modules@?1??try_get_AppPolicyGetProcessTerminationMethod@@YAP6GJPAXPAW4AppPolicyProcessTerminationMethod@@@ZXZ@4QBW4module_id@?A0x391cf84c@@B 1009647c libucrt:winapi_thunks.obj + 0002:0000d4a8 ?candidate_modules@?1??try_get_FlsAlloc@@YAP6GKP6GXPAX@Z@ZXZ@4QBW4module_id@?A0x391cf84c@@B 100964a8 libucrt:winapi_thunks.obj + 0002:0000d4b0 ?candidate_modules@?1??try_get_FlsFree@@YAP6GHK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 100964b0 libucrt:winapi_thunks.obj + 0002:0000d4b8 ?candidate_modules@?1??try_get_FlsGetValue@@YAP6GPAXK@ZXZ@4QBW4module_id@?A0x391cf84c@@B 100964b8 libucrt:winapi_thunks.obj + 0002:0000d4c0 ?candidate_modules@?1??try_get_FlsSetValue@@YAP6GHKPAX@ZXZ@4QBW4module_id@?A0x391cf84c@@B 100964c0 libucrt:winapi_thunks.obj + 0002:0000d4c8 ?strings@?1??fp_format_nan_or_infinity@@YAHW4__acrt_fp_class@@_NPADI1@Z@4QAY03QBDA 100964c8 libucrt:cvt.obj + 0002:0000d550 ?_names@?1??_get_fname@@9@4QBU@?1??1@YAPADI@Z@B 10096550 libucrt:fpexcept.obj + 0002:0000d718 _over 10096718 libucrt:fpctrl.obj + 0002:0000d724 _under 10096724 libucrt:fpctrl.obj + 0002:0000df90 ?_mb_locale_names@@3QBQB_WB 10096f90 libucrt:mbctype.obj + 0002:0000ee40 ?LcidToLocaleNameTable@?A0x881e4c05@@3QBULcidToLocaleName@1@B 10097e40 libucrt:lcidtoname_downlevel.obj + 0002:0000ff60 ?LocaleNameToIndexTable@?A0x881e4c05@@3QBULocaleNameIndex@1@B 10098f60 libucrt:lcidtoname_downlevel.obj + 0002:00010f40 One 10099f40 libucrt:common.obj + 0002:00010f54 DblMax 10099f54 libucrt:common.obj + 0002:00010f5c DblMin 10099f5c libucrt:common.obj + 0002:00010f64 IeeeAdjO 10099f64 libucrt:common.obj + 0002:00010f6c IeeeAdjU 10099f6c libucrt:common.obj + 0002:00010f74 _infinity 10099f74 libucrt:common.obj + 0002:00010f7c _zero 10099f7c libucrt:common.obj + 0002:00010f90 _NAME_ 10099f90 libucrt:sqrt_impl.obj + 0002:00010fb0 LOG_name 10099fb0 libucrt:log10_impl.obj + 0002:00010fde One 10099fde libucrt:87disp.obj + 0002:00010fe6 Three 10099fe6 libucrt:87disp.obj + 0002:00010fee XAMtoTagTab 10099fee libucrt:87disp.obj + 0002:00011000 emask 1009a000 libucrt:log10_pentium4.obj + 0002:00011010 CC 1009a010 libucrt:log10_pentium4.obj + 0002:00011020 Magic 1009a020 libucrt:log10_pentium4.obj + 0002:00011030 hi_mask 1009a030 libucrt:log10_pentium4.obj + 0002:00011040 LOG10_2 1009a040 libucrt:log10_pentium4.obj + 0002:00011050 place_L 1009a050 libucrt:log10_pentium4.obj + 0002:00011070 One 1009a070 libucrt:log10_pentium4.obj + 0002:00011080 Zero 1009a080 libucrt:log10_pentium4.obj + 0002:00011090 Two52 1009a090 libucrt:log10_pentium4.obj + 0002:000110a0 Infs 1009a0a0 libucrt:log10_pentium4.obj + 0002:000110b0 NaN 1009a0b0 libucrt:log10_pentium4.obj + 0002:000110c0 coeff 1009a0c0 libucrt:log10_pentium4.obj + 0002:0001111e _log2max 1009a11e libucrt:87tran.obj + 0002:00011128 _smallarg 1009a128 libucrt:87tran.obj + 0002:00011132 _half 1009a132 libucrt:87tran.obj + 0002:000119d8 ?_Win_errtab@?A0xdad2e229@@3QBU_Win_errtab_t@1@B 1009a9d8 libcpmt:syserror.obj + 0002:00011c78 ?_Sys_errtab@?A0xdad2e229@@3QBU_Sys_errtab_t@1@B 1009ac78 libcpmt:syserror.obj + 0002:00012548 ?mods@?1??_Xfsopen@?A0x6dc13635@@YAPAU_iobuf@@PBDHH@Z@4QBQBDB 1009b548 libcpmt:fiopen.obj + 0002:000125e0 ?_Whitespace_bitmap@?A0xfa98056f@@3U_Whitespace_bitmap_t@1@B 1009b5e0 libcpmt:syserror_import_lib.obj + 0002:00012710 _digits 1009b710 libcpmt:xstoul.obj + 0002:00012738 _ndigs 1009b738 libcpmt:xstoul.obj + 0002:00012760 _digits 1009b760 libcpmt:xstoull.obj + 0002:00012788 _ndigs 1009b788 libcpmt:xstoull.obj + 0002:000127c0 _bias_low 1009b7c0 LIBCMT:ftol3.obj + 0002:000127d0 _bias_high 1009b7d0 LIBCMT:ftol3.obj + 0002:000127e0 _DP2to32 1009b7e0 LIBCMT:ftol3.obj + 0002:000127e8 _NaN 1009b7e8 LIBCMT:ftol3.obj + 0002:000127ec _onept5 1009b7ec LIBCMT:ftol3.obj + 0002:000127f4 _GS_ExceptionPointers 1009b7f4 LIBCMT:gs_report.obj + 0002:00012800 two32 1009b800 LIBCMT:ftol2.obj + 0002:00012804 two63 1009b804 LIBCMT:ftol2.obj + 0002:00012808 _NaN 1009b808 LIBCMT:ftol2.obj + 0002:00012820 ___acrt_initializers 1009b820 libucrt:initialization.obj + 0002:00015698 _ud_itab__16 1009e698 udis86:itab.obj + 0002:000156a8 _ud_itab__32 1009e6a8 udis86:itab.obj + 0002:000156b0 _ud_itab__330 1009e6b0 udis86:itab.obj + 0002:000156b8 _ud_itab__157 1009e6b8 udis86:itab.obj + 0002:000156c0 _ud_itab__208 1009e6c0 udis86:itab.obj + 0002:000156d0 _ud_itab__78 1009e6d0 udis86:itab.obj + 0002:000156d8 _ud_itab__103 1009e6d8 udis86:itab.obj + 0002:000156e0 _ud_itab__200 1009e6e0 udis86:itab.obj + 0002:000156e8 _ud_itab__44 1009e6e8 udis86:itab.obj + 0002:000156f0 _ud_itab__242 1009e6f0 udis86:itab.obj + 0002:000156f8 _ud_itab__87 1009e6f8 udis86:itab.obj + 0002:00015700 _ud_itab__297 1009e700 udis86:itab.obj + 0002:00015704 _ud_itab__308 1009e704 udis86:itab.obj + 0002:00015708 _ud_itab__107 1009e708 udis86:itab.obj + 0002:00015710 _ud_itab__398 1009e710 udis86:itab.obj + 0002:00015714 _ud_itab__216 1009e714 udis86:itab.obj + 0002:00015724 _ud_itab__350 1009e724 udis86:itab.obj + 0002:00015728 _ud_itab__401 1009e728 udis86:itab.obj + 0002:0001572c _ud_itab__133 1009e72c udis86:itab.obj + 0002:00015734 _ud_itab__413 1009e734 udis86:itab.obj + 0002:00015738 _ud_itab__361 1009e738 udis86:itab.obj + 0002:0001573c _ud_itab__203 1009e73c udis86:itab.obj + 0002:0001574c _ud_itab__282 1009e74c udis86:itab.obj + 0002:00015754 _ud_itab__61 1009e754 udis86:itab.obj + 0002:0001575c _ud_itab__186 1009e75c udis86:itab.obj + 0002:0001576c _ud_itab__429 1009e76c udis86:itab.obj + 0002:0001577c _ud_itab__363 1009e77c udis86:itab.obj + 0002:00015780 _ud_itab__271 1009e780 udis86:itab.obj + 0002:00015788 _ud_itab__5 1009e788 udis86:itab.obj + 0002:00015798 _ud_itab__14 1009e798 udis86:itab.obj + 0002:000157a8 _ud_itab__121 1009e7a8 udis86:itab.obj + 0002:000157b0 _ud_itab__34 1009e7b0 udis86:itab.obj + 0002:000157b8 _ud_itab__147 1009e7b8 udis86:itab.obj + 0002:000157c0 _ud_itab__115 1009e7c0 udis86:itab.obj + 0002:000157c8 _ud_itab__346 1009e7c8 udis86:itab.obj + 0002:000157cc _ud_itab__213 1009e7cc udis86:itab.obj + 0002:000157dc _ud_itab__143 1009e7dc udis86:itab.obj + 0002:000157e4 _ud_itab__19 1009e7e4 udis86:itab.obj + 0002:000157ec _ud_itab__12 1009e7ec udis86:itab.obj + 0002:000157f4 _ud_itab__267 1009e7f4 udis86:itab.obj + 0002:000157fc _ud_itab__97 1009e7fc udis86:itab.obj + 0002:00015804 _ud_itab__84 1009e804 udis86:itab.obj + 0002:0001580c _ud_itab__150 1009e80c udis86:itab.obj + 0002:00015814 _ud_itab__249 1009e814 udis86:itab.obj + 0002:0001581c _ud_itab__137 1009e81c udis86:itab.obj + 0002:00015828 _ud_itab__116 1009e828 udis86:itab.obj + 0002:00015a28 _ud_itab__247 1009ea28 udis86:itab.obj + 0002:00015a30 _ud_itab__421 1009ea30 udis86:itab.obj + 0002:00015ab0 _ud_itab__349 1009eab0 udis86:itab.obj + 0002:00015ac0 _ud_itab__327 1009eac0 udis86:itab.obj + 0002:00015ac8 _ud_itab__420 1009eac8 udis86:itab.obj + 0002:00015ad8 _ud_itab__156 1009ead8 udis86:itab.obj + 0002:00015ae0 _ud_itab__290 1009eae0 udis86:itab.obj + 0002:00015ae4 _ud_itab__302 1009eae4 udis86:itab.obj + 0002:00015af4 _ud_itab__402 1009eaf4 udis86:itab.obj + 0002:00015af8 _ud_itab__73 1009eaf8 udis86:itab.obj + 0002:00015b00 _ud_itab__220 1009eb00 udis86:itab.obj + 0002:00015b10 _ud_itab__118 1009eb10 udis86:itab.obj + 0002:00015b18 _ud_itab__384 1009eb18 udis86:itab.obj + 0002:00015b1c _ud_itab__347 1009eb1c udis86:itab.obj + 0002:00015b2c _ud_itab__366 1009eb2c udis86:itab.obj + 0002:00015b30 _ud_itab__311 1009eb30 udis86:itab.obj + 0002:00015b34 _ud_itab__244 1009eb34 udis86:itab.obj + 0002:00015b3c _ud_itab__270 1009eb3c udis86:itab.obj + 0002:00015b44 _ud_itab__446 1009eb44 udis86:itab.obj + 0002:00015b48 _ud_itab__176 1009eb48 udis86:itab.obj + 0002:00015b50 _ud_itab__445 1009eb50 udis86:itab.obj + 0002:00015b60 _ud_itab__353 1009eb60 udis86:itab.obj + 0002:00015b64 _ud_itab__234 1009eb64 udis86:itab.obj + 0002:00015b6c _ud_itab__390 1009eb6c udis86:itab.obj + 0002:00015b70 _ud_itab__68 1009eb70 udis86:itab.obj + 0002:00015b78 _ud_itab__90 1009eb78 udis86:itab.obj + 0002:00015b80 _ud_itab__300 1009eb80 udis86:itab.obj + 0002:00015b88 _ud_itab__141 1009eb88 udis86:itab.obj + 0002:00015b90 _ud_itab__37 1009eb90 udis86:itab.obj + 0002:00015b94 _ud_itab__298 1009eb94 udis86:itab.obj + 0002:00015b98 _ud_itab__356 1009eb98 udis86:itab.obj + 0002:00015b9c _ud_itab__320 1009eb9c udis86:itab.obj + 0002:00015ba0 _ud_itab__212 1009eba0 udis86:itab.obj + 0002:00015bb0 _ud_itab__439 1009ebb0 udis86:itab.obj + 0002:00015c30 _ud_itab__94 1009ec30 udis86:itab.obj + 0002:00015c38 _ud_itab__310 1009ec38 udis86:itab.obj + 0002:00015c3c _ud_itab__56 1009ec3c udis86:itab.obj + 0002:00015c40 _ud_itab__428 1009ec40 udis86:itab.obj + 0002:00015c48 _ud_itab__418 1009ec48 udis86:itab.obj + 0002:00015cc8 _ud_itab__171 1009ecc8 udis86:itab.obj + 0002:00015cd0 _ud_itab__304 1009ecd0 udis86:itab.obj + 0002:00015ce0 _ud_itab__146 1009ece0 udis86:itab.obj + 0002:00015ce8 _ud_itab__396 1009ece8 udis86:itab.obj + 0002:00015cec _ud_itab__206 1009ecec udis86:itab.obj + 0002:00015cfc _ud_itab__437 1009ecfc udis86:itab.obj + 0002:00015d00 _ud_itab__333 1009ed00 udis86:itab.obj + 0002:00015d20 _ud_itab__228 1009ed20 udis86:itab.obj + 0002:00015d30 _ud_itab__93 1009ed30 udis86:itab.obj + 0002:00015d38 _ud_itab__405 1009ed38 udis86:itab.obj + 0002:00015d48 _ud_itab__257 1009ed48 udis86:itab.obj + 0002:00015d50 _ud_itab__60 1009ed50 udis86:itab.obj + 0002:00015d54 _ud_itab__71 1009ed54 udis86:itab.obj + 0002:00015d5c _ud_itab__292 1009ed5c udis86:itab.obj + 0002:00015d64 _ud_itab__194 1009ed64 udis86:itab.obj + 0002:00015d6c _ud_itab__132 1009ed6c udis86:itab.obj + 0002:00015d74 _ud_itab__43 1009ed74 udis86:itab.obj + 0002:00015d7c _ud_itab__35 1009ed7c udis86:itab.obj + 0002:00015d84 _ud_itab__163 1009ed84 udis86:itab.obj + 0002:00015d8c _ud_itab__364 1009ed8c udis86:itab.obj + 0002:00015d90 _ud_itab__389 1009ed90 udis86:itab.obj + 0002:00015d94 _ud_itab__67 1009ed94 udis86:itab.obj + 0002:00015d9c _ud_itab__166 1009ed9c udis86:itab.obj + 0002:00015da4 _ud_itab__251 1009eda4 udis86:itab.obj + 0002:00015dac _ud_itab__344 1009edac udis86:itab.obj + 0002:00015db4 _ud_itab__387 1009edb4 udis86:itab.obj + 0002:00015db8 _ud_itab__52 1009edb8 udis86:itab.obj + 0002:00015dbc _ud_itab__422 1009edbc udis86:itab.obj + 0002:00015dc0 _ud_itab__164 1009edc0 udis86:itab.obj + 0002:00015dc8 _ud_itab__288 1009edc8 udis86:itab.obj + 0002:00015dcc _ud_itab__266 1009edcc udis86:itab.obj + 0002:00015dd4 _ud_itab__180 1009edd4 udis86:itab.obj + 0002:00015ddc _ud_itab__190 1009eddc udis86:itab.obj + 0002:00015de4 _ud_itab__22 1009ede4 udis86:itab.obj + 0002:00015dec _ud_itab__407 1009edec udis86:itab.obj + 0002:00015df0 _ud_itab__373 1009edf0 udis86:itab.obj + 0002:00015df8 _ud_itab__341 1009edf8 udis86:itab.obj + 0002:00015ff8 _ud_itab__236 1009eff8 udis86:itab.obj + 0002:00016000 _ud_itab__8 1009f000 udis86:itab.obj + 0002:00016010 _ud_itab__172 1009f010 udis86:itab.obj + 0002:00016018 _ud_itab__414 1009f018 udis86:itab.obj + 0002:0001601c _ud_itab__392 1009f01c udis86:itab.obj + 0002:00016020 _ud_itab__260 1009f020 udis86:itab.obj + 0002:00016028 _ud_itab__108 1009f028 udis86:itab.obj + 0002:00016030 _ud_itab__438 1009f030 udis86:itab.obj + 0002:00016040 _ud_itab__151 1009f040 udis86:itab.obj + 0002:00016048 _ud_itab__70 1009f048 udis86:itab.obj + 0002:00016050 _ud_itab__261 1009f050 udis86:itab.obj + 0002:00016058 _ud_itab__411 1009f058 udis86:itab.obj + 0002:00016068 _ud_itab__174 1009f068 udis86:itab.obj + 0002:00016070 _ud_itab__63 1009f070 udis86:itab.obj + 0002:00016078 _ud_itab__388 1009f078 udis86:itab.obj + 0002:0001607c _ud_itab__69 1009f07c udis86:itab.obj + 0002:00016084 _ud_itab__359 1009f084 udis86:itab.obj + 0002:00016088 _ud_itab__375 1009f088 udis86:itab.obj + 0002:00016090 _ud_itab__53 1009f090 udis86:itab.obj + 0002:00016098 _ud_itab__343 1009f098 udis86:itab.obj + 0002:0001609c _ud_itab__173 1009f09c udis86:itab.obj + 0002:000160a4 _ud_itab__280 1009f0a4 udis86:itab.obj + 0002:000160ac _ud_itab__165 1009f0ac udis86:itab.obj + 0002:000160b4 _ud_itab__374 1009f0b4 udis86:itab.obj + 0002:000160b8 _ud_itab__91 1009f0b8 udis86:itab.obj + 0002:000160c0 _ud_itab__102 1009f0c0 udis86:itab.obj + 0002:000160c8 _ud_itab__351 1009f0c8 udis86:itab.obj + 0002:000160d0 _ud_itab__352 1009f0d0 udis86:itab.obj + 0002:000160d4 _ud_itab__193 1009f0d4 udis86:itab.obj + 0002:000160dc _ud_itab__33 1009f0dc udis86:itab.obj + 0002:000160e4 _ud_itab__129 1009f0e4 udis86:itab.obj + 0002:000160ec _ud_itab__372 1009f0ec udis86:itab.obj + 0002:000160f0 _ud_itab__321 1009f0f0 udis86:itab.obj + 0002:000160f4 _ud_itab__98 1009f0f4 udis86:itab.obj + 0002:000160fc _ud_itab__272 1009f0fc udis86:itab.obj + 0002:00016104 _ud_itab__325 1009f104 udis86:itab.obj + 0002:00016108 _ud_itab__245 1009f108 udis86:itab.obj + 0002:00016110 _ud_itab__198 1009f110 udis86:itab.obj + 0002:00016118 _ud_itab__403 1009f118 udis86:itab.obj + 0002:00016138 _ud_itab__436 1009f138 udis86:itab.obj + 0002:000161b8 _ud_itab__299 1009f1b8 udis86:itab.obj + 0002:000161bc _ud_itab__256 1009f1bc udis86:itab.obj + 0002:000161c4 _ud_itab__283 1009f1c4 udis86:itab.obj + 0002:000161cc _ud_itab__342 1009f1cc udis86:itab.obj + 0002:000161d0 _ud_itab__140 1009f1d0 udis86:itab.obj + 0002:000161d8 _ud_itab__291 1009f1d8 udis86:itab.obj + 0002:000161dc _ud_itab__112 1009f1dc udis86:itab.obj + 0002:000161e4 _ud_itab__95 1009f1e4 udis86:itab.obj + 0002:000161ec _ud_itab__197 1009f1ec udis86:itab.obj + 0002:000161f4 _ud_itab__204 1009f1f4 udis86:itab.obj + 0002:00016204 _ud_itab__385 1009f204 udis86:itab.obj + 0002:00016208 _ud_itab__47 1009f208 udis86:itab.obj + 0002:00016210 _ud_itab__246 1009f210 udis86:itab.obj + 0002:00016218 _ud_itab__417 1009f218 udis86:itab.obj + 0002:00016228 _ud_itab__2 1009f228 udis86:itab.obj + 0002:0001622c _ud_itab__440 1009f22c udis86:itab.obj + 0002:00016234 _ud_itab__231 1009f234 udis86:itab.obj + 0002:00016440 _ud_itab__412 1009f440 udis86:itab.obj + 0002:00016450 _ud_itab__9 1009f450 udis86:itab.obj + 0002:00016460 _ud_itab__239 1009f460 udis86:itab.obj + 0002:00016468 _ud_itab__416 1009f468 udis86:itab.obj + 0002:0001646c _ud_itab__319 1009f46c udis86:itab.obj + 0002:00016470 _ud_itab__205 1009f470 udis86:itab.obj + 0002:00016480 _ud_itab__158 1009f480 udis86:itab.obj + 0002:00016488 _ud_itab__268 1009f488 udis86:itab.obj + 0002:00016490 _ud_itab__443 1009f490 udis86:itab.obj + 0002:000164a0 _ud_itab__263 1009f4a0 udis86:itab.obj + 0002:000164a8 _ud_itab__92 1009f4a8 udis86:itab.obj + 0002:000164b0 _ud_itab__119 1009f4b0 udis86:itab.obj + 0002:000164b8 _ud_itab__226 1009f4b8 udis86:itab.obj + 0002:000164c0 _ud_itab__104 1009f4c0 udis86:itab.obj + 0002:000164c8 _ud_itab__296 1009f4c8 udis86:itab.obj + 0002:000164cc _ud_itab__40 1009f4cc udis86:itab.obj + 0002:000164d4 _ud_itab__309 1009f4d4 udis86:itab.obj + 0002:000164d8 _ud_itab__329 1009f4d8 udis86:itab.obj + 0002:000164e0 _ud_itab__134 1009f4e0 udis86:itab.obj + 0002:000164e8 _ud_itab__181 1009f4e8 udis86:itab.obj + 0002:000164f0 _ud_itab__386 1009f4f0 udis86:itab.obj + 0002:000164f4 _ud_itab__322 1009f4f4 udis86:itab.obj + 0002:000164fc _ud_itab__38 1009f4fc udis86:itab.obj + 0002:00016504 _ud_itab__46 1009f504 udis86:itab.obj + 0002:0001650c _ud_itab__66 1009f50c udis86:itab.obj + 0002:00016514 _ud_itab__80 1009f514 udis86:itab.obj + 0002:0001651c _ud_itab__113 1009f51c udis86:itab.obj + 0002:00016524 _ud_itab__168 1009f524 udis86:itab.obj + 0002:0001652c _ud_itab__214 1009f52c udis86:itab.obj + 0002:0001653c _ud_itab__110 1009f53c udis86:itab.obj + 0002:00016544 _ud_itab__114 1009f544 udis86:itab.obj + 0002:0001654c _ud_itab__259 1009f54c udis86:itab.obj + 0002:00016554 _ud_itab__139 1009f554 udis86:itab.obj + 0002:0001655c _ud_itab__378 1009f55c udis86:itab.obj + 0002:00016560 _ud_itab__340 1009f560 udis86:itab.obj + 0002:00016564 _ud_itab__379 1009f564 udis86:itab.obj + 0002:00016568 _ud_itab__305 1009f568 udis86:itab.obj + 0002:00016570 _ud_itab__394 1009f570 udis86:itab.obj + 0002:00016770 _ud_itab__225 1009f770 udis86:itab.obj + 0002:00016778 _ud_itab__237 1009f778 udis86:itab.obj + 0002:00016780 _ud_itab__400 1009f780 udis86:itab.obj + 0002:00016784 _ud_itab__419 1009f784 udis86:itab.obj + 0002:00016788 _ud_itab__126 1009f788 udis86:itab.obj + 0002:00016790 _ud_itab__328 1009f790 udis86:itab.obj + 0002:00016798 _ud_itab__238 1009f798 udis86:itab.obj + 0002:000167a0 _ud_itab__334 1009f7a0 udis86:itab.obj + 0002:000167a4 _ud_itab__380 1009f7a4 udis86:itab.obj + 0002:000167a8 _ud_itab__10 1009f7a8 udis86:itab.obj + 0002:000167b0 _ud_itab__42 1009f7b0 udis86:itab.obj + 0002:000167b8 _ud_itab__24 1009f7b8 udis86:itab.obj + 0002:000167c0 _ud_itab__371 1009f7c0 udis86:itab.obj + 0002:000167c4 _ud_itab__218 1009f7c4 udis86:itab.obj + 0002:000167d4 _ud_itab__136 1009f7d4 udis86:itab.obj + 0002:000167dc _ud_itab__17 1009f7dc udis86:itab.obj + 0002:000167e4 _ud_itab__7 1009f7e4 udis86:itab.obj + 0002:000167f4 _ud_itab__106 1009f7f4 udis86:itab.obj + 0002:000167fc _ud_itab__339 1009f7fc udis86:itab.obj + 0002:0001680c _ud_itab__243 1009f80c udis86:itab.obj + 0002:00016814 _ud_itab__355 1009f814 udis86:itab.obj + 0002:00016818 _ud_itab__3 1009f818 udis86:itab.obj + 0002:0001681c _ud_itab__170 1009f81c udis86:itab.obj + 0002:00016824 _ud_itab__254 1009f824 udis86:itab.obj + 0002:0001682c _ud_itab__144 1009f82c udis86:itab.obj + 0002:00016838 _ud_itab__427 1009f838 udis86:itab.obj + 0002:000168b8 _ud_itab__273 1009f8b8 udis86:itab.obj + 0002:000168c0 _ud_itab__142 1009f8c0 udis86:itab.obj + 0002:000168c8 _ud_itab__294 1009f8c8 udis86:itab.obj + 0002:000168cc _ud_itab__348 1009f8cc udis86:itab.obj + 0002:000168d0 _ud_itab__36 1009f8d0 udis86:itab.obj + 0002:000168d8 _ud_itab__224 1009f8d8 udis86:itab.obj + 0002:000168e0 _ud_itab__65 1009f8e0 udis86:itab.obj + 0002:000168e8 _ud_itab__192 1009f8e8 udis86:itab.obj + 0002:000168f0 _ud_itab__395 1009f8f0 udis86:itab.obj + 0002:000168f4 _ud_itab__382 1009f8f4 udis86:itab.obj + 0002:000168f8 _ud_itab__410 1009f8f8 udis86:itab.obj + 0002:00016908 _ud_itab__376 1009f908 udis86:itab.obj + 0002:0001690c _ud_itab__76 1009f90c udis86:itab.obj + 0002:00016914 _ud_itab__155 1009f914 udis86:itab.obj + 0002:0001691c _ud_itab__109 1009f91c udis86:itab.obj + 0002:00016924 _ud_itab__415 1009f924 udis86:itab.obj + 0002:00016928 _ud_itab__279 1009f928 udis86:itab.obj + 0002:00016930 _ud_itab__295 1009f930 udis86:itab.obj + 0002:00016938 _ud_itab__29 1009f938 udis86:itab.obj + 0002:00016940 _ud_itab__354 1009f940 udis86:itab.obj + 0002:00016944 _ud_itab__27 1009f944 udis86:itab.obj + 0002:00016954 _ud_itab__82 1009f954 udis86:itab.obj + 0002:0001695c _ud_itab__15 1009f95c udis86:itab.obj + 0002:0001696c _ud_itab__199 1009f96c udis86:itab.obj + 0002:00016974 _ud_itab__21 1009f974 udis86:itab.obj + 0002:0001697c _ud_itab__179 1009f97c udis86:itab.obj + 0002:00016984 _ud_itab__217 1009f984 udis86:itab.obj + 0002:00016994 _ud_itab__435 1009f994 udis86:itab.obj + 0002:000169a4 _ud_itab__303 1009f9a4 udis86:itab.obj + 0002:000169b4 _ud_itab__250 1009f9b4 udis86:itab.obj + 0002:000169bc _ud_itab__331 1009f9bc udis86:itab.obj + 0002:000169cc _ud_itab__441 1009f9cc udis86:itab.obj + 0002:000169d0 _ud_itab__399 1009f9d0 udis86:itab.obj + 0002:00016bd0 _ud_itab__301 1009fbd0 udis86:itab.obj + 0002:00016bd8 _ud_itab__196 1009fbd8 udis86:itab.obj + 0002:00016be0 _ud_itab__281 1009fbe0 udis86:itab.obj + 0002:00016be8 _ud_itab__152 1009fbe8 udis86:itab.obj + 0002:00016bf0 _ud_itab__209 1009fbf0 udis86:itab.obj + 0002:00016c00 _ud_itab__397 1009fc00 udis86:itab.obj + 0002:00016c04 _ud_itab__177 1009fc04 udis86:itab.obj + 0002:00016c0c _ud_itab__368 1009fc0c udis86:itab.obj + 0002:00016c10 _ud_itab__430 1009fc10 udis86:itab.obj + 0002:00016c90 _ud_itab__336 1009fc90 udis86:itab.obj + 0002:00016c94 _ud_itab__258 1009fc94 udis86:itab.obj + 0002:00016c9c _ud_itab__135 1009fc9c udis86:itab.obj + 0002:00016ca4 _ud_itab__223 1009fca4 udis86:itab.obj + 0002:00016cac _ud_itab__178 1009fcac udis86:itab.obj + 0002:00016cbc _ud_itab__81 1009fcbc udis86:itab.obj + 0002:00016cc4 _ud_itab__101 1009fcc4 udis86:itab.obj + 0002:00016ccc _ud_itab__442 1009fccc udis86:itab.obj + 0002:00016cdc _ud_itab__235 1009fcdc udis86:itab.obj + 0002:00016cec _ud_itab__123 1009fcec udis86:itab.obj + 0002:00016cf4 _ud_itab__11 1009fcf4 udis86:itab.obj + 0002:00016cfc _ud_itab__153 1009fcfc udis86:itab.obj + 0002:00016d04 _ud_itab__377 1009fd04 udis86:itab.obj + 0002:00016d08 _ud_itab__289 1009fd08 udis86:itab.obj + 0002:00016d10 _ud_itab__424 1009fd10 udis86:itab.obj + 0002:00016d90 _ud_itab__408 1009fd90 udis86:itab.obj + 0002:00016d98 _ud_itab__434 1009fd98 udis86:itab.obj + 0002:00016d9c _ud_itab__426 1009fd9c udis86:itab.obj + 0002:00016dac _ud_itab__25 1009fdac udis86:itab.obj + 0002:00016dc0 _ud_itab__357 1009fdc0 udis86:itab.obj + 0002:00016fc0 _ud_itab__369 1009ffc0 udis86:itab.obj + 0002:000171c0 _ud_itab__221 100a01c0 udis86:itab.obj + 0002:000171c8 _ud_itab__215 100a01c8 udis86:itab.obj + 0002:000171cc _ud_itab__210 100a01cc udis86:itab.obj + 0002:000171dc _ud_itab__232 100a01dc udis86:itab.obj + 0002:000171e4 _ud_itab__169 100a01e4 udis86:itab.obj + 0002:000171ec _ud_itab__120 100a01ec udis86:itab.obj + 0002:000171f4 _ud_itab__383 100a01f4 udis86:itab.obj + 0002:000171f8 _ud_itab__219 100a01f8 udis86:itab.obj + 0002:00017208 _ud_itab__195 100a0208 udis86:itab.obj + 0002:00017210 _ud_itab__57 100a0210 udis86:itab.obj + 0002:00017218 _ud_itab__264 100a0218 udis86:itab.obj + 0002:00017220 _ud_itab__240 100a0220 udis86:itab.obj + 0002:00017228 _ud_itab__423 100a0228 udis86:itab.obj + 0002:00017238 _ud_itab__358 100a0238 udis86:itab.obj + 0002:0001723c _ud_itab__26 100a023c udis86:itab.obj + 0002:00017244 _ud_itab__188 100a0244 udis86:itab.obj + 0002:0001724c _ud_itab__191 100a024c udis86:itab.obj + 0002:00017254 _ud_itab__149 100a0254 udis86:itab.obj + 0002:0001725c _ud_itab__74 100a025c udis86:itab.obj + 0002:00017264 _ud_itab__362 100a0264 udis86:itab.obj + 0002:00017268 _ud_itab__287 100a0268 udis86:itab.obj + 0002:0001726c _ud_itab__48 100a026c udis86:itab.obj + 0002:00017274 _ud_itab__159 100a0274 udis86:itab.obj + 0002:0001727c _ud_itab__211 100a027c udis86:itab.obj + 0002:0001728c _ud_itab__64 100a028c udis86:itab.obj + 0002:00017294 _ud_itab__337 100a0294 udis86:itab.obj + 0002:00017298 _ud_itab__433 100a0298 udis86:itab.obj + 0002:00017318 _ud_itab__55 100a0318 udis86:itab.obj + 0002:00017320 _ud_itab__45 100a0320 udis86:itab.obj + 0002:00017328 _ud_itab__317 100a0328 udis86:itab.obj + 0002:0001732c _ud_itab__31 100a032c udis86:itab.obj + 0002:00017330 _ud_itab__332 100a0330 udis86:itab.obj + 0002:00017340 _ud_itab__315 100a0340 udis86:itab.obj + 0002:00017348 _ud_itab__318 100a0348 udis86:itab.obj + 0002:00017350 _ud_itab__13 100a0350 udis86:itab.obj + 0002:00017358 _ud_itab__432 100a0358 udis86:itab.obj + 0002:00017368 _ud_itab__49 100a0368 udis86:itab.obj + 0002:00017370 _ud_itab__58 100a0370 udis86:itab.obj + 0002:00017378 _ud_itab__128 100a0378 udis86:itab.obj + 0002:00017380 _ud_itab__409 100a0380 udis86:itab.obj + 0002:00017390 _ud_itab__201 100a0390 udis86:itab.obj + 0002:00017398 _ud_itab__154 100a0398 udis86:itab.obj + 0002:000173a0 _ud_itab__314 100a03a0 udis86:itab.obj + 0002:000173b0 _ud_itab__326 100a03b0 udis86:itab.obj + 0002:000173b8 _ud_itab__313 100a03b8 udis86:itab.obj + 0002:000173c8 _ud_itab__365 100a03c8 udis86:itab.obj + 0002:000173d0 _ud_itab__335 100a03d0 udis86:itab.obj + 0002:000175d0 _ud_itab__241 100a05d0 udis86:itab.obj + 0002:000175d8 _ud_itab__162 100a05d8 udis86:itab.obj + 0002:000175e0 _ud_itab__72 100a05e0 udis86:itab.obj + 0002:000175e8 _ud_itab__275 100a05e8 udis86:itab.obj + 0002:000175ec _ud_itab__160 100a05ec udis86:itab.obj + 0002:000175f4 _ud_itab__182 100a05f4 udis86:itab.obj + 0002:00017604 _ud_itab__131 100a0604 udis86:itab.obj + 0002:0001760c _ud_itab__269 100a060c udis86:itab.obj + 0002:00017614 _ud_itab__51 100a0614 udis86:itab.obj + 0002:0001761c _ud_itab__117 100a061c udis86:itab.obj + 0002:00017624 _ud_itab__391 100a0624 udis86:itab.obj + 0002:00017628 _ud_itab__367 100a0628 udis86:itab.obj + 0002:0001762c _ud_itab__284 100a062c udis86:itab.obj + 0002:00017630 _ud_itab__262 100a0630 udis86:itab.obj + 0002:00017638 _ud_itab__425 100a0638 udis86:itab.obj + 0002:0001763c _ud_itab__338 100a063c udis86:itab.obj + 0002:00017640 _ud_itab__393 100a0640 udis86:itab.obj + 0002:00017644 _ud_itab__122 100a0644 udis86:itab.obj + 0002:0001764c _ud_itab__79 100a064c udis86:itab.obj + 0002:00017654 _ud_itab__265 100a0654 udis86:itab.obj + 0002:0001765c _ud_itab__6 100a065c udis86:itab.obj + 0002:00017660 _ud_itab__85 100a0660 udis86:itab.obj + 0002:00017668 _ud_itab__276 100a0668 udis86:itab.obj + 0002:00017670 _ud_itab__202 100a0670 udis86:itab.obj + 0002:00017674 _ud_itab__148 100a0674 udis86:itab.obj + 0002:00017680 _ud_itab__54 100a0680 udis86:itab.obj + 0002:00017880 _ud_itab__89 100a0880 udis86:itab.obj + 0002:00017888 _ud_itab__274 100a0888 udis86:itab.obj + 0002:00017890 _ud_itab__312 100a0890 udis86:itab.obj + 0002:00017894 _ud_itab__187 100a0894 udis86:itab.obj + 0002:0001789c _ud_itab__381 100a089c udis86:itab.obj + 0002:000178a0 _ud_itab__185 100a08a0 udis86:itab.obj + 0002:000178a8 _ud_itab__316 100a08a8 udis86:itab.obj + 0002:000178b0 _ud_itab__253 100a08b0 udis86:itab.obj + 0002:000178b8 _ud_itab__130 100a08b8 udis86:itab.obj + 0002:000178c0 _ud_itab__39 100a08c0 udis86:itab.obj + 0002:000178c8 _ud_itab__175 100a08c8 udis86:itab.obj + 0002:000178d0 _ud_itab__145 100a08d0 udis86:itab.obj + 0002:000178d8 _ud_itab__167 100a08d8 udis86:itab.obj + 0002:000178e0 _ud_itab__255 100a08e0 udis86:itab.obj + 0002:000178e8 _ud_itab__323 100a08e8 udis86:itab.obj + 0002:000178ec _ud_itab__30 100a08ec udis86:itab.obj + 0002:000178f4 _ud_itab__370 100a08f4 udis86:itab.obj + 0002:000178f8 _ud_itab__233 100a08f8 udis86:itab.obj + 0002:00017900 _ud_itab__444 100a0900 udis86:itab.obj + 0002:00017910 _ud_itab__229 100a0910 udis86:itab.obj + 0002:00017918 _ud_itab__100 100a0918 udis86:itab.obj + 0002:00017920 _ud_itab__1 100a0920 udis86:itab.obj + 0002:00017924 _ud_itab__207 100a0924 udis86:itab.obj + 0002:00017928 _ud_itab__184 100a0928 udis86:itab.obj + 0002:00017930 _ud_itab__138 100a0930 udis86:itab.obj + 0002:00017938 _ud_itab__293 100a0938 udis86:itab.obj + 0002:0001793c _ud_itab__227 100a093c udis86:itab.obj + 0002:00017940 _ud_itab__83 100a0940 udis86:itab.obj + 0002:00017948 _ud_itab__41 100a0948 udis86:itab.obj + 0002:00017958 _ud_itab__252 100a0958 udis86:itab.obj + 0002:00017960 _ud_itab__4 100a0960 udis86:itab.obj + 0002:00017b60 _ud_itab__324 100a0b60 udis86:itab.obj + 0002:00017b64 _ud_itab__99 100a0b64 udis86:itab.obj + 0002:00017b6c _ud_itab__307 100a0b6c udis86:itab.obj + 0002:00017b70 _ud_itab__127 100a0b70 udis86:itab.obj + 0002:00017b78 _ud_itab__20 100a0b78 udis86:itab.obj + 0002:00017b80 _ud_itab__222 100a0b80 udis86:itab.obj + 0002:00017b90 _ud_itab__105 100a0b90 udis86:itab.obj + 0002:00017b98 _ud_itab__86 100a0b98 udis86:itab.obj + 0002:00017ba0 _ud_itab__124 100a0ba0 udis86:itab.obj + 0002:00017ba8 _ud_itab__18 100a0ba8 udis86:itab.obj + 0002:00017bb0 _ud_itab__285 100a0bb0 udis86:itab.obj + 0002:00017bb4 _ud_itab__306 100a0bb4 udis86:itab.obj + 0002:00017bb8 _ud_itab__28 100a0bb8 udis86:itab.obj + 0002:00017db8 _ud_itab__23 100a0db8 udis86:itab.obj + 0002:00017dc0 _ud_itab__189 100a0dc0 udis86:itab.obj + 0002:00017dc8 _ud_itab__88 100a0dc8 udis86:itab.obj + 0002:00017dd0 _ud_itab__111 100a0dd0 udis86:itab.obj + 0002:00017dd8 _ud_itab__431 100a0dd8 udis86:itab.obj + 0002:00017ddc _ud_itab__96 100a0ddc udis86:itab.obj + 0002:00017de4 _ud_itab__277 100a0de4 udis86:itab.obj + 0002:00017dec _ud_itab__161 100a0dec udis86:itab.obj + 0002:00017df4 _ud_itab__286 100a0df4 udis86:itab.obj + 0002:00017df8 _ud_itab__278 100a0df8 udis86:itab.obj + 0002:00017e00 _ud_itab__230 100a0e00 udis86:itab.obj + 0002:00017e08 _ud_itab__406 100a0e08 udis86:itab.obj + 0002:00017e18 _ud_itab__77 100a0e18 udis86:itab.obj + 0002:00017e20 _ud_itab__248 100a0e20 udis86:itab.obj + 0002:00017e28 _ud_itab__183 100a0e28 udis86:itab.obj + 0002:00017e30 _ud_itab__59 100a0e30 udis86:itab.obj + 0002:00017e38 _ud_itab__404 100a0e38 udis86:itab.obj + 0002:00017e3c _ud_itab__125 100a0e3c udis86:itab.obj + 0002:00017e44 _ud_itab__75 100a0e44 udis86:itab.obj + 0002:00017e4c _ud_itab__360 100a0e4c udis86:itab.obj + 0002:00017e50 _ud_itab__345 100a0e50 udis86:itab.obj + 0002:00017e60 _ud_itab__62 100a0e60 udis86:itab.obj + 0002:00017e68 _ud_itab__50 100a0e68 udis86:itab.obj + 0002:0001bb78 __unwindtable$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a4b78 logging.cpp.obj + 0002:0001bb88 __ehfuncinfo$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 100a4b88 logging.cpp.obj + 0002:0001bbac __ehfuncinfo$??0_Locinfo@std@@QAE@PBD@Z 100a4bac logging.cpp.obj + 0002:0001bbd0 __unwindtable$??0_Locinfo@std@@QAE@PBD@Z 100a4bd0 logging.cpp.obj + 0002:0001bc08 __ehfuncinfo$??1?$basic_filebuf@DU?$char_traits@D@std@@@std@@UAE@XZ 100a4c08 logging.cpp.obj + 0002:0001bc08 __ehfuncinfo$??1_Locinfo@std@@QAE@XZ 100a4c08 logging.cpp.obj + 0002:0001bc08 __ehfuncinfo$??1?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@exception_detail@boost@@QAE@XZ 100a4c08 main.cpp.obj + 0002:0001bc08 __ehfuncinfo$??1CDataStore@Nampower@@UAE@XZ 100a4c08 main.cpp.obj + 0002:0001bc08 __ehfuncinfo$??1_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 100a4c08 main.cpp.obj + 0002:0001bc08 __ehfuncinfo$?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 100a4c08 libucrt:mbstowcs.obj + 0002:0001bc08 __ehfuncinfo$?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 100a4c08 libucrt:write.obj + 0002:0001bc08 __ehfuncinfo$?try_cor_exit_process@@YAXI@Z 100a4c08 libucrt:exit.obj + 0002:0001bc08 __ehfuncinfo$?_Tidy@ios_base@std@@AAEXXZ 100a4c08 libcpmt:ios.obj + 0002:0001bc08 __ehfuncinfo$??1_Init_atexit@@QAE@XZ 100a4c08 libcpmt:iosptrs.obj + 0002:0001bc08 __ehfuncinfo$___crtGetSystemTimePreciseAsFileTime 100a4c08 libcpmt:winapisupp.obj + 0002:0001bc2c __unwindtable$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 100a4c2c logging.cpp.obj + 0002:0001bc44 __ehfuncinfo$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 100a4c44 logging.cpp.obj + 0002:0001bc68 __unwindtable$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 100a4c68 logging.cpp.obj + 0002:0001bc68 __unwindtable$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 100a4c68 main.cpp.obj + 0002:0001bc68 __unwindtable$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 100a4c68 spellcast.cpp.obj + 0002:0001bc70 __ehfuncinfo$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 100a4c70 logging.cpp.obj + 0002:0001bc70 __ehfuncinfo$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 100a4c70 main.cpp.obj + 0002:0001bc70 __ehfuncinfo$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 100a4c70 spellcast.cpp.obj + 0002:0001bc94 __unwindtable$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 100a4c94 logging.cpp.obj + 0002:0001bc94 __unwindtable$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a4c94 logging.cpp.obj + 0002:0001bc94 __unwindtable$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a4c94 logging.cpp.obj + 0002:0001bc94 __unwindtable$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a4c94 logging.cpp.obj + 0002:0001bc94 __unwindtable$??_Gios_base@std@@UAEPAXI@Z 100a4c94 logging.cpp.obj + 0002:0001bc94 __unwindtable$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 100a4c94 main.cpp.obj + 0002:0001bc94 __unwindtable$??1bad_alloc_@exception_detail@boost@@UAE@XZ 100a4c94 main.cpp.obj + 0002:0001bc94 __unwindtable$??1bad_exception_@exception_detail@boost@@UAE@XZ 100a4c94 main.cpp.obj + 0002:0001bc94 __unwindtable$??1exception@boost@@MAE@XZ 100a4c94 main.cpp.obj + 0002:0001bc94 __unwindtable$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 100a4c94 main.cpp.obj + 0002:0001bc94 __unwindtable$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a4c94 main.cpp.obj + 0002:0001bc94 __unwindtable$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a4c94 main.cpp.obj + 0002:0001bc94 __unwindtable$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a4c94 main.cpp.obj + 0002:0001bc94 __unwindtable$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a4c94 main.cpp.obj + 0002:0001bc94 __unwindtable$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 100a4c94 main.cpp.obj + 0002:0001bc94 __unwindtable$??_DError@hadesmem@@QAEXXZ 100a4c94 main.cpp.obj + 0002:0001bc94 __unwindtable$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a4c94 main.cpp.obj + 0002:0001bc94 __unwindtable$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a4c94 main.cpp.obj + 0002:0001bc94 __unwindtable$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 100a4c94 main.cpp.obj + 0002:0001bc94 __unwindtable$??_GCDataStore@Nampower@@UAEPAXI@Z 100a4c94 main.cpp.obj + 0002:0001bc94 __unwindtable$??_GError@hadesmem@@UAEPAXI@Z 100a4c94 main.cpp.obj + 0002:0001bc94 __unwindtable$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 100a4c94 main.cpp.obj + 0002:0001bc94 __unwindtable$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 100a4c94 main.cpp.obj + 0002:0001bc94 __unwindtable$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 100a4c94 libucrt:exit.obj + 0002:0001bc9c __ehfuncinfo$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 100a4c9c logging.cpp.obj + 0002:0001bc9c __ehfuncinfo$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a4c9c logging.cpp.obj + 0002:0001bc9c __ehfuncinfo$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a4c9c logging.cpp.obj + 0002:0001bc9c __ehfuncinfo$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a4c9c logging.cpp.obj + 0002:0001bc9c __ehfuncinfo$??_Gios_base@std@@UAEPAXI@Z 100a4c9c logging.cpp.obj + 0002:0001bc9c __ehfuncinfo$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 100a4c9c main.cpp.obj + 0002:0001bc9c __ehfuncinfo$??1bad_alloc_@exception_detail@boost@@UAE@XZ 100a4c9c main.cpp.obj + 0002:0001bc9c __ehfuncinfo$??1bad_exception_@exception_detail@boost@@UAE@XZ 100a4c9c main.cpp.obj + 0002:0001bc9c __ehfuncinfo$??1exception@boost@@MAE@XZ 100a4c9c main.cpp.obj + 0002:0001bc9c __ehfuncinfo$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 100a4c9c main.cpp.obj + 0002:0001bc9c __ehfuncinfo$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a4c9c main.cpp.obj + 0002:0001bc9c __ehfuncinfo$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 100a4c9c main.cpp.obj + 0002:0001bc9c __ehfuncinfo$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a4c9c main.cpp.obj + 0002:0001bc9c __ehfuncinfo$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 100a4c9c main.cpp.obj + 0002:0001bc9c __ehfuncinfo$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 100a4c9c main.cpp.obj + 0002:0001bc9c __ehfuncinfo$??_DError@hadesmem@@QAEXXZ 100a4c9c main.cpp.obj + 0002:0001bc9c __ehfuncinfo$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a4c9c main.cpp.obj + 0002:0001bc9c __ehfuncinfo$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 100a4c9c main.cpp.obj + 0002:0001bc9c __ehfuncinfo$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 100a4c9c main.cpp.obj + 0002:0001bc9c __ehfuncinfo$??_GCDataStore@Nampower@@UAEPAXI@Z 100a4c9c main.cpp.obj + 0002:0001bc9c __ehfuncinfo$??_GError@hadesmem@@UAEPAXI@Z 100a4c9c main.cpp.obj + 0002:0001bc9c __ehfuncinfo$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 100a4c9c main.cpp.obj + 0002:0001bc9c __ehfuncinfo$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 100a4c9c main.cpp.obj + 0002:0001bc9c __ehfuncinfo$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 100a4c9c libucrt:exit.obj + 0002:0001bcc0 __unwindtable$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 100a4cc0 logging.cpp.obj + 0002:0001bcd0 __ehfuncinfo$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 100a4cd0 logging.cpp.obj + 0002:0001bcf4 __unwindtable$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 100a4cf4 logging.cpp.obj + 0002:0001bd0c __ehfuncinfo$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 100a4d0c logging.cpp.obj + 0002:0001bd30 __unwindtable$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 100a4d30 logging.cpp.obj + 0002:0001bd30 __unwindtable$??__FdebugLogFile@Nampower@@YAXXZ 100a4d30 logging.cpp.obj + 0002:0001bd30 __unwindtable$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 100a4d30 main.cpp.obj + 0002:0001bd30 __unwindtable$__execute_onexit_table 100a4d30 libucrt:onexit.obj + 0002:0001bd38 __ehfuncinfo$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 100a4d38 logging.cpp.obj + 0002:0001bd38 __ehfuncinfo$??__FdebugLogFile@Nampower@@YAXXZ 100a4d38 logging.cpp.obj + 0002:0001bd38 __ehfuncinfo$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 100a4d38 main.cpp.obj + 0002:0001bd38 __ehfuncinfo$__execute_onexit_table 100a4d38 libucrt:onexit.obj + 0002:0001bd5c __unwindtable$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 100a4d5c logging.cpp.obj + 0002:0001bd5c __unwindtable$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a4d5c spellevents.cpp.obj + 0002:0001bd64 __ehfuncinfo$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 100a4d64 logging.cpp.obj + 0002:0001bd64 __ehfuncinfo$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a4d64 spellevents.cpp.obj + 0002:0001bd88 __unwindtable$??__EdebugLogFile@Nampower@@YAXXZ 100a4d88 logging.cpp.obj + 0002:0001bda0 __ehfuncinfo$??__EdebugLogFile@Nampower@@YAXXZ 100a4da0 logging.cpp.obj + 0002:0001bdc4 __unwindtable$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 100a4dc4 logging.cpp.obj + 0002:0001bdc4 __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 100a4dc4 main.cpp.obj + 0002:0001bddc __ehfuncinfo$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 100a4ddc logging.cpp.obj + 0002:0001bddc __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 100a4ddc main.cpp.obj + 0002:0001bf44 __unwindtable$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 100a4f44 main.cpp.obj + 0002:0001bf5c __ehfuncinfo$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 100a4f5c main.cpp.obj + 0002:0001bf80 __catchsym$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$3 100a4f80 main.cpp.obj + 0002:0001bf90 __tryblocktable$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100a4f90 main.cpp.obj + 0002:0001bfa4 __unwindtable$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100a4fa4 main.cpp.obj + 0002:0001bfbc __ehfuncinfo$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 100a4fbc main.cpp.obj + 0002:0001bfe0 __unwindtable$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 100a4fe0 main.cpp.obj + 0002:0001c000 __ehfuncinfo$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 100a5000 main.cpp.obj + 0002:0001c024 __unwindtable$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 100a5024 main.cpp.obj + 0002:0001c02c __ehfuncinfo$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 100a502c main.cpp.obj + 0002:0001c050 __unwindtable$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 100a5050 main.cpp.obj + 0002:0001c058 __ehfuncinfo$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 100a5058 main.cpp.obj + 0002:0001c07c __unwindtable$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 100a507c main.cpp.obj + 0002:0001c094 __ehfuncinfo$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 100a5094 main.cpp.obj + 0002:0001c0b8 __ehfuncinfo$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 100a50b8 main.cpp.obj + 0002:0001c0dc __unwindtable$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 100a50dc main.cpp.obj + 0002:0001c10c __catchsym$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ$2 100a510c main.cpp.obj + 0002:0001c11c __unwindtable$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a511c main.cpp.obj + 0002:0001c12c __tryblocktable$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a512c main.cpp.obj + 0002:0001c140 __ehfuncinfo$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100a5140 main.cpp.obj + 0002:0001c164 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$7 100a5164 main.cpp.obj + 0002:0001c174 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100a5174 main.cpp.obj + 0002:0001c188 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100a5188 main.cpp.obj + 0002:0001c1ac __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100a51ac main.cpp.obj + 0002:0001c1d4 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$7 100a51d4 main.cpp.obj + 0002:0001c1e4 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100a51e4 main.cpp.obj + 0002:0001c1f8 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100a51f8 main.cpp.obj + 0002:0001c21c __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100a521c main.cpp.obj + 0002:0001c244 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$7 100a5244 main.cpp.obj + 0002:0001c244 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$7 100a5244 main.cpp.obj + 0002:0001c254 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100a5254 main.cpp.obj + 0002:0001c254 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100a5254 main.cpp.obj + 0002:0001c268 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100a5268 main.cpp.obj + 0002:0001c268 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100a5268 main.cpp.obj + 0002:0001c28c __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100a528c main.cpp.obj + 0002:0001c28c __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100a528c main.cpp.obj + 0002:0001c2b4 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$7 100a52b4 main.cpp.obj + 0002:0001c2c4 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100a52c4 main.cpp.obj + 0002:0001c2d8 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100a52d8 main.cpp.obj + 0002:0001c2fc __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100a52fc main.cpp.obj + 0002:0001c324 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$7 100a5324 main.cpp.obj + 0002:0001c334 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100a5334 main.cpp.obj + 0002:0001c348 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100a5348 main.cpp.obj + 0002:0001c36c __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100a536c main.cpp.obj + 0002:0001c394 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$7 100a5394 main.cpp.obj + 0002:0001c3a4 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100a53a4 main.cpp.obj + 0002:0001c3b8 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100a53b8 main.cpp.obj + 0002:0001c3dc __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 100a53dc main.cpp.obj + 0002:0001c404 __catchsym$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$5 100a5404 main.cpp.obj + 0002:0001c414 __tryblocktable$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100a5414 main.cpp.obj + 0002:0001c428 __unwindtable$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100a5428 main.cpp.obj + 0002:0001c448 __ehfuncinfo$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 100a5448 main.cpp.obj + 0002:0001c46c __catchsym$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$11 100a546c main.cpp.obj + 0002:0001c47c __tryblocktable$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100a547c main.cpp.obj + 0002:0001c490 __unwindtable$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100a5490 main.cpp.obj + 0002:0001c4b0 __ehfuncinfo$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100a54b0 main.cpp.obj + 0002:0001c4d4 __unwindtable$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 100a54d4 main.cpp.obj + 0002:0001c4ec __ehfuncinfo$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 100a54ec main.cpp.obj + 0002:0001c510 __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 100a5510 main.cpp.obj + 0002:0001c518 __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 100a5518 main.cpp.obj + 0002:0001c53c __catchsym$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z$5 100a553c main.cpp.obj + 0002:0001c54c __tryblocktable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100a554c main.cpp.obj + 0002:0001c560 __unwindtable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100a5560 main.cpp.obj + 0002:0001c580 __ehfuncinfo$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 100a5580 main.cpp.obj + 0002:0001c5a4 __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 100a55a4 main.cpp.obj + 0002:0001c5c4 __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 100a55c4 main.cpp.obj + 0002:0001c5e8 __unwindtable$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100a55e8 main.cpp.obj + 0002:0001c5f8 __tryblocktable$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100a55f8 main.cpp.obj + 0002:0001c60c __catchsym$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ$3 100a560c main.cpp.obj + 0002:0001c62c __ehfuncinfo$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100a562c main.cpp.obj + 0002:0001c650 __unwindtable$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100a5650 main.cpp.obj + 0002:0001c660 __tryblocktable$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100a5660 main.cpp.obj + 0002:0001c674 __catchsym$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ$3 100a5674 main.cpp.obj + 0002:0001c694 __ehfuncinfo$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100a5694 main.cpp.obj + 0002:0001c6b8 __catchsym$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z$5 100a56b8 main.cpp.obj + 0002:0001c6c8 __tryblocktable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100a56c8 main.cpp.obj + 0002:0001c6dc __unwindtable$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100a56dc main.cpp.obj + 0002:0001c6fc __ehfuncinfo$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 100a56fc main.cpp.obj + 0002:0001c720 __unwindtable$??0Error@hadesmem@@QAE@ABV01@@Z 100a5720 main.cpp.obj + 0002:0001c728 __ehfuncinfo$??0Error@hadesmem@@QAE@ABV01@@Z 100a5728 main.cpp.obj + 0002:0001c74c __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 100a574c main.cpp.obj + 0002:0001c75c __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 100a575c main.cpp.obj + 0002:0001c780 __unwindtable$??0Thread@hadesmem@@QAE@K@Z 100a5780 main.cpp.obj + 0002:0001c780 __unwindtable$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 100a5780 main.cpp.obj + 0002:0001c780 __unwindtable$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 100a5780 main.cpp.obj + 0002:0001c780 __unwindtable$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a5780 main.cpp.obj + 0002:0001c780 __unwindtable$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a5780 main.cpp.obj + 0002:0001c7a0 __ehfuncinfo$??0Thread@hadesmem@@QAE@K@Z 100a57a0 main.cpp.obj + 0002:0001c7a0 __ehfuncinfo$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 100a57a0 main.cpp.obj + 0002:0001c7a0 __ehfuncinfo$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 100a57a0 main.cpp.obj + 0002:0001c7a0 __ehfuncinfo$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a57a0 main.cpp.obj + 0002:0001c7a0 __ehfuncinfo$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a57a0 main.cpp.obj + 0002:0001c7c4 __unwindtable$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 100a57c4 main.cpp.obj + 0002:0001c7c4 __unwindtable$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 100a57c4 main.cpp.obj + 0002:0001c7c4 __unwindtable$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 100a57c4 main.cpp.obj + 0002:0001c7c4 __unwindtable$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 100a57c4 main.cpp.obj + 0002:0001c7e4 __ehfuncinfo$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 100a57e4 main.cpp.obj + 0002:0001c7e4 __ehfuncinfo$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 100a57e4 main.cpp.obj + 0002:0001c7e4 __ehfuncinfo$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 100a57e4 main.cpp.obj + 0002:0001c7e4 __ehfuncinfo$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 100a57e4 main.cpp.obj + 0002:0001c808 __catchsym$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$3 100a5808 main.cpp.obj + 0002:0001c818 __tryblocktable$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a5818 main.cpp.obj + 0002:0001c82c __unwindtable$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a582c main.cpp.obj + 0002:0001c844 __ehfuncinfo$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a5844 main.cpp.obj + 0002:0001c868 __unwindtable$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 100a5868 main.cpp.obj + 0002:0001c888 __ehfuncinfo$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 100a5888 main.cpp.obj + 0002:0001c8ac __ehfuncinfo$??0Process@hadesmem@@QAE@K@Z 100a58ac main.cpp.obj + 0002:0001c8d0 __unwindtable$??0Process@hadesmem@@QAE@K@Z 100a58d0 main.cpp.obj + 0002:0001c910 __catchsym$?CleanupUnchecked@Process@hadesmem@@AAEXXZ$3 100a5910 main.cpp.obj + 0002:0001c920 __tryblocktable$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100a5920 main.cpp.obj + 0002:0001c934 __unwindtable$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100a5934 main.cpp.obj + 0002:0001c94c __ehfuncinfo$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100a594c main.cpp.obj + 0002:0001c970 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 100a5970 main.cpp.obj + 0002:0001c970 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 100a5970 main.cpp.obj + 0002:0001c970 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 100a5970 main.cpp.obj + 0002:0001c970 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 100a5970 main.cpp.obj + 0002:0001c970 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 100a5970 main.cpp.obj + 0002:0001c970 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 100a5970 main.cpp.obj + 0002:0001c970 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 100a5970 main.cpp.obj + 0002:0001c970 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 100a5970 main.cpp.obj + 0002:0001c990 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 100a5990 main.cpp.obj + 0002:0001c990 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 100a5990 main.cpp.obj + 0002:0001c990 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 100a5990 main.cpp.obj + 0002:0001c990 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 100a5990 main.cpp.obj + 0002:0001c990 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 100a5990 main.cpp.obj + 0002:0001c990 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 100a5990 main.cpp.obj + 0002:0001c990 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 100a5990 main.cpp.obj + 0002:0001c990 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 100a5990 main.cpp.obj + 0002:0001c9b4 __catchsym$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$7 100a59b4 main.cpp.obj + 0002:0001c9c4 __tryblocktable$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100a59c4 main.cpp.obj + 0002:0001c9d8 __ehfuncinfo$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100a59d8 main.cpp.obj + 0002:0001c9fc __unwindtable$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100a59fc main.cpp.obj + 0002:0001ca34 __catchsym$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ$3 100a5a34 main.cpp.obj + 0002:0001ca44 __tryblocktable$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100a5a44 main.cpp.obj + 0002:0001ca58 __unwindtable$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100a5a58 main.cpp.obj + 0002:0001ca70 __ehfuncinfo$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 100a5a70 main.cpp.obj + 0002:0001ca94 __ehfuncinfo$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 100a5a94 main.cpp.obj + 0002:0001cab8 __unwindtable$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 100a5ab8 main.cpp.obj + 0002:0001cae0 __catchsym$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$7 100a5ae0 main.cpp.obj + 0002:0001caf0 __tryblocktable$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a5af0 main.cpp.obj + 0002:0001cb04 __ehfuncinfo$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a5b04 main.cpp.obj + 0002:0001cb28 __unwindtable$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100a5b28 main.cpp.obj + 0002:0001cb60 __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 100a5b60 main.cpp.obj + 0002:0001cb80 __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 100a5b80 main.cpp.obj + 0002:0001cba4 __unwindtable$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a5ba4 main.cpp.obj + 0002:0001cba4 __unwindtable$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a5ba4 main.cpp.obj + 0002:0001cbac __ehfuncinfo$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a5bac main.cpp.obj + 0002:0001cbac __ehfuncinfo$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 100a5bac main.cpp.obj + 0002:0001cbd0 __ehfuncinfo$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 100a5bd0 main.cpp.obj + 0002:0001cbf4 __unwindtable$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 100a5bf4 main.cpp.obj + 0002:0001cc2c __catchsym$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$6 100a5c2c main.cpp.obj + 0002:0001cc3c __tryblocktable$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100a5c3c main.cpp.obj + 0002:0001cc50 __ehfuncinfo$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100a5c50 main.cpp.obj + 0002:0001cc74 __unwindtable$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 100a5c74 main.cpp.obj + 0002:0001cca4 __catchsym$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$7 100a5ca4 main.cpp.obj + 0002:0001ccb4 __tryblocktable$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100a5cb4 main.cpp.obj + 0002:0001ccc8 __ehfuncinfo$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100a5cc8 main.cpp.obj + 0002:0001ccec __unwindtable$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100a5cec main.cpp.obj + 0002:0001cd24 __catchsym$??0SuspendedProcess@hadesmem@@QAE@KK@Z$45 100a5d24 main.cpp.obj + 0002:0001cd34 __tryblocktable$??0SuspendedProcess@hadesmem@@QAE@KK@Z 100a5d34 main.cpp.obj + 0002:0001cd48 __ehfuncinfo$??0SuspendedProcess@hadesmem@@QAE@KK@Z 100a5d48 main.cpp.obj + 0002:0001cd6c __unwindtable$??0SuspendedProcess@hadesmem@@QAE@KK@Z 100a5d6c main.cpp.obj + 0002:0001ce34 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 100a5e34 main.cpp.obj + 0002:0001ce34 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 100a5e34 main.cpp.obj + 0002:0001ce34 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 100a5e34 main.cpp.obj + 0002:0001ce54 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 100a5e54 main.cpp.obj + 0002:0001ce54 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 100a5e54 main.cpp.obj + 0002:0001ce54 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 100a5e54 main.cpp.obj + 0002:0001ce78 __catchsym$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$5 100a5e78 main.cpp.obj + 0002:0001ce88 __tryblocktable$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 100a5e88 main.cpp.obj + 0002:0001ce9c __ehfuncinfo$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 100a5e9c main.cpp.obj + 0002:0001cec0 __unwindtable$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 100a5ec0 main.cpp.obj + 0002:0001cee8 __catchsym$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$3 100a5ee8 main.cpp.obj + 0002:0001cef8 __tryblocktable$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100a5ef8 main.cpp.obj + 0002:0001cf0c __unwindtable$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100a5f0c main.cpp.obj + 0002:0001cf24 __ehfuncinfo$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 100a5f24 main.cpp.obj + 0002:0001cf48 __ehfuncinfo$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a5f48 main.cpp.obj + 0002:0001cf6c __unwindtable$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100a5f6c main.cpp.obj + 0002:0001cfbc __ehfuncinfo$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a5fbc main.cpp.obj + 0002:0001cfe0 __unwindtable$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100a5fe0 main.cpp.obj + 0002:0001d028 __unwindtable$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 100a6028 main.cpp.obj + 0002:0001d030 __ehfuncinfo$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 100a6030 main.cpp.obj + 0002:0001d054 __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 100a6054 main.cpp.obj + 0002:0001d05c __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 100a605c main.cpp.obj + 0002:0001d080 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 100a6080 main.cpp.obj + 0002:0001d0a0 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 100a60a0 main.cpp.obj + 0002:0001d0c4 __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 100a60c4 main.cpp.obj + 0002:0001d0cc __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 100a60cc main.cpp.obj + 0002:0001d0f0 __ehfuncinfo$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 100a60f0 main.cpp.obj + 0002:0001d114 __unwindtable$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 100a6114 main.cpp.obj + 0002:0001d144 __unwindtable$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 100a6144 main.cpp.obj + 0002:0001d164 __ehfuncinfo$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 100a6164 main.cpp.obj + 0002:0001d188 __unwindtable$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 100a6188 main.cpp.obj + 0002:0001d190 __ehfuncinfo$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 100a6190 main.cpp.obj + 0002:0001d1b4 __catchsym$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$5 100a61b4 main.cpp.obj + 0002:0001d1c4 __tryblocktable$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100a61c4 main.cpp.obj + 0002:0001d1d8 __unwindtable$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100a61d8 main.cpp.obj + 0002:0001d1f8 __ehfuncinfo$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100a61f8 main.cpp.obj + 0002:0001d21c __unwindtable$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 100a621c main.cpp.obj + 0002:0001d224 __ehfuncinfo$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 100a6224 main.cpp.obj + 0002:0001d248 __unwindtable$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 100a6248 main.cpp.obj + 0002:0001d250 __ehfuncinfo$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 100a6250 main.cpp.obj + 0002:0001d274 __unwindtable$?CacheItemNameToId@Nampower@@YAXPBDI@Z 100a6274 items.cpp.obj + 0002:0001d274 __unwindtable$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 100a6274 main.cpp.obj + 0002:0001d274 __unwindtable$?addCustomEvent@Nampower@@YAXIPAD@Z 100a6274 main.cpp.obj + 0002:0001d274 __unwindtable$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a6274 spell_scripts.cpp.obj + 0002:0001d274 __unwindtable$?TriggerQuickcast@Nampower@@YAXXZ 100a6274 spellcast.cpp.obj + 0002:0001d27c __ehfuncinfo$?CacheItemNameToId@Nampower@@YAXPBDI@Z 100a627c items.cpp.obj + 0002:0001d27c __ehfuncinfo$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 100a627c main.cpp.obj + 0002:0001d27c __ehfuncinfo$?addCustomEvent@Nampower@@YAXIPAD@Z 100a627c main.cpp.obj + 0002:0001d27c __ehfuncinfo$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a627c spell_scripts.cpp.obj + 0002:0001d27c __ehfuncinfo$?TriggerQuickcast@Nampower@@YAXXZ 100a627c spellcast.cpp.obj + 0002:0001d2a0 __unwindtable$?processQueues@Nampower@@YA_NXZ 100a62a0 main.cpp.obj + 0002:0001d2b8 __ehfuncinfo$?processQueues@Nampower@@YA_NXZ 100a62b8 main.cpp.obj + 0002:0001d2dc __unwindtable$?SetSelectionTarget@Nampower@@YAX_K@Z 100a62dc main.cpp.obj + 0002:0001d2ec __ehfuncinfo$?SetSelectionTarget@Nampower@@YAX_K@Z 100a62ec main.cpp.obj + 0002:0001d310 __unwindtable$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a6310 main.cpp.obj + 0002:0001d318 __ehfuncinfo$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a6318 main.cpp.obj + 0002:0001d33c __unwindtable$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 100a633c helper.cpp.obj + 0002:0001d33c __unwindtable$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 100a633c items.cpp.obj + 0002:0001d33c __unwindtable$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 100a633c main.cpp.obj + 0002:0001d33c __unwindtable$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 100a633c spell_scripts.cpp.obj + 0002:0001d33c __unwindtable$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100a633c spellcast.cpp.obj + 0002:0001d344 __ehfuncinfo$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 100a6344 helper.cpp.obj + 0002:0001d344 __ehfuncinfo$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 100a6344 items.cpp.obj + 0002:0001d344 __ehfuncinfo$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 100a6344 main.cpp.obj + 0002:0001d344 __ehfuncinfo$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 100a6344 spell_scripts.cpp.obj + 0002:0001d344 __ehfuncinfo$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100a6344 spellcast.cpp.obj + 0002:0001d368 __catchsym$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$7 100a6368 main.cpp.obj + 0002:0001d378 __tryblocktable$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100a6378 main.cpp.obj + 0002:0001d38c __ehfuncinfo$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100a638c main.cpp.obj + 0002:0001d3b0 __unwindtable$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 100a63b0 main.cpp.obj + 0002:0001d3d8 __unwindtable$?checkForStopChanneling@Nampower@@YAXXZ 100a63d8 main.cpp.obj + 0002:0001d3e8 __ehfuncinfo$?checkForStopChanneling@Nampower@@YAXXZ 100a63e8 main.cpp.obj + 0002:0001d40c __ehfuncinfo$?updateFromCvar@Nampower@@YAXPBD0@Z 100a640c main.cpp.obj + 0002:0001d430 __unwindtable$?updateFromCvar@Nampower@@YAXPBD0@Z 100a6430 main.cpp.obj + 0002:0001d540 __unwindtable$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 100a6540 main.cpp.obj + 0002:0001d540 __unwindtable$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 100a6540 main.cpp.obj + 0002:0001d540 __unwindtable$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 100a6540 main.cpp.obj + 0002:0001d540 __unwindtable$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 100a6540 main.cpp.obj + 0002:0001d540 __unwindtable$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 100a6540 main.cpp.obj + 0002:0001d548 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 100a6548 main.cpp.obj + 0002:0001d548 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 100a6548 main.cpp.obj + 0002:0001d548 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 100a6548 main.cpp.obj + 0002:0001d548 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 100a6548 main.cpp.obj + 0002:0001d548 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 100a6548 main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 100a656c main.cpp.obj + 0002:0001d56c __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 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 100a656c main.cpp.obj + 0002:0001d56c __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 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 100a656c main.cpp.obj + 0002:0001d56c __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 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 100a656c main.cpp.obj + 0002:0001d56c __ehfuncinfo$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 100a656c main.cpp.obj + 0002:0001d56c __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 100a656c main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IXEH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXEH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@EH@Z@std@@PAX@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 100a6590 main.cpp.obj + 0002:0001d590 __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 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXHE@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXHE@Z@std@@2@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 100a6590 main.cpp.obj + 0002:0001d590 __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 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 100a6590 main.cpp.obj + 0002:0001d590 __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 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 100a6590 main.cpp.obj + 0002:0001d590 __unwindtable$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 100a6590 main.cpp.obj + 0002:0001d590 __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 100a6590 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d5e8 __ehfuncinfo$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a65e8 main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d60c __unwindtable$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a660c main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d654 __unwindtable$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a6654 main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d65c __ehfuncinfo$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a665c main.cpp.obj + 0002:0001d680 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$3 100a6680 main.cpp.obj + 0002:0001d690 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a6690 main.cpp.obj + 0002:0001d6a4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a66a4 main.cpp.obj + 0002:0001d6bc __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100a66bc main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d6e0 __unwindtable$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 100a66e0 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d700 __ehfuncinfo$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 100a6700 main.cpp.obj + 0002:0001d724 __unwindtable$?loadUserVar@Nampower@@YAXPBD@Z 100a6724 main.cpp.obj + 0002:0001d734 __ehfuncinfo$?loadUserVar@Nampower@@YAXPBD@Z 100a6734 main.cpp.obj + 0002:0001d758 __ehfuncinfo$?loadConfig@Nampower@@YAXXZ 100a6758 main.cpp.obj + 0002:0001d77c __unwindtable$?loadConfig@Nampower@@YAXXZ 100a677c main.cpp.obj + 0002:0001d7dc __unwindtable$?initHooks@Nampower@@YAXXZ 100a67dc main.cpp.obj + 0002:0001d7f4 __ehfuncinfo$?initHooks@Nampower@@YAXXZ 100a67f4 main.cpp.obj + 0002:0001d818 __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 100a6818 main.cpp.obj + 0002:0001d82c __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 100a682c main.cpp.obj + 0002:0001d850 __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 100a6850 main.cpp.obj + 0002:0001d880 __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 100a6880 main.cpp.obj + 0002:0001d910 __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 100a6910 main.cpp.obj + 0002:0001d924 __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 100a6924 main.cpp.obj + 0002:0001d948 __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 100a6948 main.cpp.obj + 0002:0001d978 __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 100a6978 main.cpp.obj + 0002:0001da08 __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 100a6a08 main.cpp.obj + 0002:0001da1c __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 100a6a1c main.cpp.obj + 0002:0001da40 __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 100a6a40 main.cpp.obj + 0002:0001da70 __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 100a6a70 main.cpp.obj + 0002:0001db00 __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 100a6b00 main.cpp.obj + 0002:0001db14 __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 100a6b14 main.cpp.obj + 0002:0001db38 __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 100a6b38 main.cpp.obj + 0002:0001db68 __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 100a6b68 main.cpp.obj + 0002:0001dbf8 __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 100a6bf8 main.cpp.obj + 0002:0001dc0c __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 100a6c0c main.cpp.obj + 0002:0001dc30 __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 100a6c30 main.cpp.obj + 0002:0001dc60 __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 100a6c60 main.cpp.obj + 0002:0001dcf0 __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 100a6cf0 main.cpp.obj + 0002:0001dd04 __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 100a6d04 main.cpp.obj + 0002:0001dd28 __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 100a6d28 main.cpp.obj + 0002:0001dd58 __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 100a6d58 main.cpp.obj + 0002:0001dde8 __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 100a6de8 main.cpp.obj + 0002:0001ddfc __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 100a6dfc main.cpp.obj + 0002:0001de20 __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 100a6e20 main.cpp.obj + 0002:0001de50 __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 100a6e50 main.cpp.obj + 0002:0001dee0 __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 100a6ee0 main.cpp.obj + 0002:0001def4 __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 100a6ef4 main.cpp.obj + 0002:0001df18 __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 100a6f18 main.cpp.obj + 0002:0001df48 __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 100a6f48 main.cpp.obj + 0002:0001dfd8 __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 100a6fd8 main.cpp.obj + 0002:0001dfec __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 100a6fec main.cpp.obj + 0002:0001e010 __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 100a7010 main.cpp.obj + 0002:0001e040 __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 100a7040 main.cpp.obj + 0002:0001e0d0 __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 100a70d0 main.cpp.obj + 0002:0001e0e4 __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 100a70e4 main.cpp.obj + 0002:0001e108 __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 100a7108 main.cpp.obj + 0002:0001e138 __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 100a7138 main.cpp.obj + 0002:0001e1c8 __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 100a71c8 main.cpp.obj + 0002:0001e1dc __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 100a71dc main.cpp.obj + 0002:0001e200 __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 100a7200 main.cpp.obj + 0002:0001e230 __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 100a7230 main.cpp.obj + 0002:0001e2c0 __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 100a72c0 main.cpp.obj + 0002:0001e2d4 __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 100a72d4 main.cpp.obj + 0002:0001e2f8 __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 100a72f8 main.cpp.obj + 0002:0001e328 __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 100a7328 main.cpp.obj + 0002:0001e3b8 __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 100a73b8 main.cpp.obj + 0002:0001e3cc __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 100a73cc main.cpp.obj + 0002:0001e3f0 __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 100a73f0 main.cpp.obj + 0002:0001e420 __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 100a7420 main.cpp.obj + 0002:0001e4b0 __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 100a74b0 main.cpp.obj + 0002:0001e4c4 __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 100a74c4 main.cpp.obj + 0002:0001e4e8 __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 100a74e8 main.cpp.obj + 0002:0001e518 __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 100a7518 main.cpp.obj + 0002:0001e5a8 __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 100a75a8 main.cpp.obj + 0002:0001e5bc __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 100a75bc main.cpp.obj + 0002:0001e5e0 __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 100a75e0 main.cpp.obj + 0002:0001e610 __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 100a7610 main.cpp.obj + 0002:0001e6a0 __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 100a76a0 main.cpp.obj + 0002:0001e6b4 __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 100a76b4 main.cpp.obj + 0002:0001e6d8 __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 100a76d8 main.cpp.obj + 0002:0001e708 __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 100a7708 main.cpp.obj + 0002:0001e798 __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 100a7798 main.cpp.obj + 0002:0001e7ac __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 100a77ac main.cpp.obj + 0002:0001e7d0 __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 100a77d0 main.cpp.obj + 0002:0001e800 __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 100a7800 main.cpp.obj + 0002:0001e890 __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 100a7890 main.cpp.obj + 0002:0001e8a4 __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 100a78a4 main.cpp.obj + 0002:0001e8c8 __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 100a78c8 main.cpp.obj + 0002:0001e8f8 __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 100a78f8 main.cpp.obj + 0002:0001e988 __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 100a7988 main.cpp.obj + 0002:0001e99c __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 100a799c main.cpp.obj + 0002:0001e9c0 __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 100a79c0 main.cpp.obj + 0002:0001e9f0 __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 100a79f0 main.cpp.obj + 0002:0001ea80 __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 100a7a80 main.cpp.obj + 0002:0001ea94 __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 100a7a94 main.cpp.obj + 0002:0001eab8 __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 100a7ab8 main.cpp.obj + 0002:0001eae8 __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 100a7ae8 main.cpp.obj + 0002:0001eb78 __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 100a7b78 main.cpp.obj + 0002:0001eb8c __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 100a7b8c main.cpp.obj + 0002:0001ebb0 __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 100a7bb0 main.cpp.obj + 0002:0001ebe0 __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 100a7be0 main.cpp.obj + 0002:0001ec70 __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 100a7c70 main.cpp.obj + 0002:0001ec84 __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 100a7c84 main.cpp.obj + 0002:0001eca8 __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 100a7ca8 main.cpp.obj + 0002:0001ecd8 __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 100a7cd8 main.cpp.obj + 0002:0001ed68 __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 100a7d68 main.cpp.obj + 0002:0001ed7c __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 100a7d7c main.cpp.obj + 0002:0001eda0 __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 100a7da0 main.cpp.obj + 0002:0001edd0 __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 100a7dd0 main.cpp.obj + 0002:0001ee60 __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 100a7e60 main.cpp.obj + 0002:0001ee74 __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 100a7e74 main.cpp.obj + 0002:0001ee98 __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 100a7e98 main.cpp.obj + 0002:0001eec8 __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 100a7ec8 main.cpp.obj + 0002:0001ef58 __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 100a7f58 main.cpp.obj + 0002:0001ef6c __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 100a7f6c main.cpp.obj + 0002:0001ef90 __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 100a7f90 main.cpp.obj + 0002:0001efc0 __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 100a7fc0 main.cpp.obj + 0002:0001f050 __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 100a8050 main.cpp.obj + 0002:0001f064 __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 100a8064 main.cpp.obj + 0002:0001f088 __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 100a8088 main.cpp.obj + 0002:0001f0b8 __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 100a80b8 main.cpp.obj + 0002:0001f148 __unwindtable$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a8148 main.cpp.obj + 0002:0001f150 __ehfuncinfo$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 100a8150 main.cpp.obj + 0002:0001f174 __unwindtable$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 100a8174 main.cpp.obj + 0002:0001f174 __unwindtable$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 100a8174 main.cpp.obj + 0002:0001f174 __unwindtable$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 100a8174 main.cpp.obj + 0002:0001f17c __ehfuncinfo$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 100a817c main.cpp.obj + 0002:0001f17c __ehfuncinfo$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 100a817c main.cpp.obj + 0002:0001f17c __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 100a817c main.cpp.obj + 0002:0001f1a0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$3 100a81a0 main.cpp.obj + 0002:0001f1b0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a81b0 main.cpp.obj + 0002:0001f1c4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a81c4 main.cpp.obj + 0002:0001f1dc __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 100a81dc main.cpp.obj + 0002:0001f200 __unwindtable$??R@@QBE@XZ 100a8200 main.cpp.obj + 0002:0001f220 __ehfuncinfo$??R@@QBE@XZ 100a8220 main.cpp.obj + 0002:0001f244 __tryblocktable$_Load 100a8244 main.cpp.obj + 0002:0001f258 __catchsym$_Load$8 100a8258 main.cpp.obj + 0002:0001f278 __unwindtable$_Load 100a8278 main.cpp.obj + 0002:0001f298 __ehfuncinfo$_Load 100a8298 main.cpp.obj + 0002:0001f2bc __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 100a82bc main.cpp.obj + 0002:0001f2c4 __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 100a82c4 main.cpp.obj + 0002:0001f2e8 __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 100a82e8 main.cpp.obj + 0002:0001f2e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a82e8 main.cpp.obj + 0002:0001f2e8 __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 100a82e8 main.cpp.obj + 0002:0001f2e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a82e8 main.cpp.obj + 0002:0001f2e8 __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 100a82e8 main.cpp.obj + 0002:0001f2e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 100a82e8 main.cpp.obj + 0002:0001f2e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a82e8 main.cpp.obj + 0002:0001f2e8 __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 100a82e8 main.cpp.obj + 0002:0001f2e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a82e8 main.cpp.obj + 0002:0001f2e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z 100a82e8 main.cpp.obj + 0002:0001f2e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 100a82e8 main.cpp.obj + 0002:0001f2e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 100a82e8 main.cpp.obj + 0002:0001f2e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 100a82e8 main.cpp.obj + 0002:0001f2e8 __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 100a82e8 main.cpp.obj + 0002:0001f2e8 __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 100a82e8 main.cpp.obj + 0002:0001f2e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z 100a82e8 main.cpp.obj + 0002:0001f2e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 100a82e8 main.cpp.obj + 0002:0001f2e8 __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 100a82e8 main.cpp.obj + 0002:0001f2e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 100a82e8 main.cpp.obj + 0002:0001f2e8 __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 100a82e8 main.cpp.obj + 0002:0001f2e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 100a82e8 main.cpp.obj + 0002:0001f2e8 __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 100a82e8 main.cpp.obj + 0002:0001f2e8 __unwindtable$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a82e8 main.cpp.obj + 0002:0001f2e8 __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 100a82e8 main.cpp.obj + 0002:0001f2e8 __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 100a82e8 main.cpp.obj + 0002:0001f2e8 __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 100a82e8 main.cpp.obj + 0002:0001f2e8 __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 100a82e8 main.cpp.obj + 0002:0001f308 __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 100a8308 main.cpp.obj + 0002:0001f308 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a8308 main.cpp.obj + 0002:0001f308 __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 100a8308 main.cpp.obj + 0002:0001f308 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a8308 main.cpp.obj + 0002:0001f308 __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 100a8308 main.cpp.obj + 0002:0001f308 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 100a8308 main.cpp.obj + 0002:0001f308 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a8308 main.cpp.obj + 0002:0001f308 __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 100a8308 main.cpp.obj + 0002:0001f308 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 100a8308 main.cpp.obj + 0002:0001f308 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@EH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXEH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@EH@Z$$QAPAX@Z 100a8308 main.cpp.obj + 0002:0001f308 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 100a8308 main.cpp.obj + 0002:0001f308 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 100a8308 main.cpp.obj + 0002:0001f308 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 100a8308 main.cpp.obj + 0002:0001f308 __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 100a8308 main.cpp.obj + 0002:0001f308 __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 100a8308 main.cpp.obj + 0002:0001f308 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXHE@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXHE@Z$$QAPAX@Z 100a8308 main.cpp.obj + 0002:0001f308 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 100a8308 main.cpp.obj + 0002:0001f308 __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 100a8308 main.cpp.obj + 0002:0001f308 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 100a8308 main.cpp.obj + 0002:0001f308 __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 100a8308 main.cpp.obj + 0002:0001f308 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 100a8308 main.cpp.obj + 0002:0001f308 __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 100a8308 main.cpp.obj + 0002:0001f308 __ehfuncinfo$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 100a8308 main.cpp.obj + 0002:0001f308 __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 100a8308 main.cpp.obj + 0002:0001f308 __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 100a8308 main.cpp.obj + 0002:0001f308 __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 100a8308 main.cpp.obj + 0002:0001f308 __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 100a8308 main.cpp.obj + 0002:0001f32c __unwindtable$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 100a832c main.cpp.obj + 0002:0001f334 __ehfuncinfo$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 100a8334 main.cpp.obj + 0002:0001f358 __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 100a8358 main.cpp.obj + 0002:0001f368 __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 100a8368 main.cpp.obj + 0002:0001f38c __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 100a838c main.cpp.obj + 0002:0001f38c __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 100a838c main.cpp.obj + 0002:0001f394 __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 100a8394 main.cpp.obj + 0002:0001f394 __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 100a8394 main.cpp.obj + 0002:0001f3b8 __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 100a83b8 main.cpp.obj + 0002:0001f3d8 __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 100a83d8 main.cpp.obj + 0002:0001f3fc __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 100a83fc main.cpp.obj + 0002:0001f41c __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 100a841c main.cpp.obj + 0002:0001f440 __unwindtable$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 100a8440 main.cpp.obj + 0002:0001f450 __ehfuncinfo$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 100a8450 main.cpp.obj + 0002:0001f474 __ehfuncinfo$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 100a8474 main.cpp.obj + 0002:0001f498 __unwindtable$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 100a8498 main.cpp.obj + 0002:0001f4c0 __unwindtable$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 100a84c0 main.cpp.obj + 0002:0001f4c0 __unwindtable$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 100a84c0 main.cpp.obj + 0002:0001f4c0 __unwindtable$?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z 100a84c0 main.cpp.obj + 0002:0001f4c0 __unwindtable$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 100a84c0 main.cpp.obj + 0002:0001f4c0 __unwindtable$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 100a84c0 main.cpp.obj + 0002:0001f4c0 __unwindtable$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 100a84c0 main.cpp.obj + 0002:0001f4c0 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z 100a84c0 main.cpp.obj + 0002:0001f4c0 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 100a84c0 main.cpp.obj + 0002:0001f4c0 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 100a84c0 main.cpp.obj + 0002:0001f4c0 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 100a84c0 main.cpp.obj + 0002:0001f4c0 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 100a84c0 main.cpp.obj + 0002:0001f4c0 __unwindtable$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 100a84c0 main.cpp.obj + 0002:0001f4c0 __unwindtable$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 100a84c0 main.cpp.obj + 0002:0001f4c0 __unwindtable$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 100a84c0 main.cpp.obj + 0002:0001f4c8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 100a84c8 main.cpp.obj + 0002:0001f4c8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 100a84c8 main.cpp.obj + 0002:0001f4c8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXEH@Z@detail@hadesmem@@SIXEH@Z 100a84c8 main.cpp.obj + 0002:0001f4c8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 100a84c8 main.cpp.obj + 0002:0001f4c8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 100a84c8 main.cpp.obj + 0002:0001f4c8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 100a84c8 main.cpp.obj + 0002:0001f4c8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAIPAXHE@Z@detail@hadesmem@@SIXPAIPAXHE@Z 100a84c8 main.cpp.obj + 0002:0001f4c8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 100a84c8 main.cpp.obj + 0002:0001f4c8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 100a84c8 main.cpp.obj + 0002:0001f4c8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 100a84c8 main.cpp.obj + 0002:0001f4c8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 100a84c8 main.cpp.obj + 0002:0001f4c8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 100a84c8 main.cpp.obj + 0002:0001f4c8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 100a84c8 main.cpp.obj + 0002:0001f4c8 __ehfuncinfo$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 100a84c8 main.cpp.obj + 0002:0001f4ec __catchsym$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$3 100a84ec main.cpp.obj + 0002:0001f4fc __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a84fc main.cpp.obj + 0002:0001f510 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a8510 main.cpp.obj + 0002:0001f528 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 100a8528 main.cpp.obj + 0002:0001f54c __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$3 100a854c main.cpp.obj + 0002:0001f55c __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a855c main.cpp.obj + 0002:0001f570 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a8570 main.cpp.obj + 0002:0001f588 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 100a8588 main.cpp.obj + 0002:0001f5ac __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ$3 100a85ac main.cpp.obj + 0002:0001f5bc __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a85bc main.cpp.obj + 0002:0001f5d0 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a85d0 main.cpp.obj + 0002:0001f5e8 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXEH@ZPAX@hadesmem@@UAEXXZ 100a85e8 main.cpp.obj + 0002:0001f60c __unwindtable$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 100a860c main.cpp.obj + 0002:0001f60c __unwindtable$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 100a860c main.cpp.obj + 0002:0001f614 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 100a8614 main.cpp.obj + 0002:0001f614 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 100a8614 main.cpp.obj + 0002:0001f638 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$3 100a8638 main.cpp.obj + 0002:0001f648 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a8648 main.cpp.obj + 0002:0001f65c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a865c main.cpp.obj + 0002:0001f674 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100a8674 main.cpp.obj + 0002:0001f698 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ$3 100a8698 main.cpp.obj + 0002:0001f6a8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a86a8 main.cpp.obj + 0002:0001f6bc __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a86bc main.cpp.obj + 0002:0001f6d4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXHE@ZPAX@hadesmem@@UAEXXZ 100a86d4 main.cpp.obj + 0002:0001f6f8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$3 100a86f8 main.cpp.obj + 0002:0001f708 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a8708 main.cpp.obj + 0002:0001f71c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a871c main.cpp.obj + 0002:0001f734 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 100a8734 main.cpp.obj + 0002:0001f758 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$3 100a8758 main.cpp.obj + 0002:0001f768 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a8768 main.cpp.obj + 0002:0001f77c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a877c main.cpp.obj + 0002:0001f794 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 100a8794 main.cpp.obj + 0002:0001f7b8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a87b8 main.cpp.obj + 0002:0001f7c8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a87c8 main.cpp.obj + 0002:0001f7dc __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a87dc main.cpp.obj + 0002:0001f7f4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a87f4 main.cpp.obj + 0002:0001f818 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a8818 main.cpp.obj + 0002:0001f828 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a8828 main.cpp.obj + 0002:0001f83c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a883c main.cpp.obj + 0002:0001f854 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a8854 main.cpp.obj + 0002:0001f878 __catchsym$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a8878 main.cpp.obj + 0002:0001f888 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a8888 main.cpp.obj + 0002:0001f89c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a889c main.cpp.obj + 0002:0001f8b4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a88b4 main.cpp.obj + 0002:0001f8d8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$3 100a88d8 main.cpp.obj + 0002:0001f8e8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a88e8 main.cpp.obj + 0002:0001f8fc __unwindtable$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a88fc main.cpp.obj + 0002:0001f914 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 100a8914 main.cpp.obj + 0002:0001f938 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$3 100a8938 main.cpp.obj + 0002:0001f948 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a8948 main.cpp.obj + 0002:0001f95c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a895c main.cpp.obj + 0002:0001f974 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100a8974 main.cpp.obj + 0002:0001f998 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$3 100a8998 main.cpp.obj + 0002:0001f9a8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a89a8 main.cpp.obj + 0002:0001f9bc __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a89bc main.cpp.obj + 0002:0001f9d4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 100a89d4 main.cpp.obj + 0002:0001f9f8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$3 100a89f8 main.cpp.obj + 0002:0001fa08 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a8a08 main.cpp.obj + 0002:0001fa1c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a8a1c main.cpp.obj + 0002:0001fa34 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100a8a34 main.cpp.obj + 0002:0001fa58 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$3 100a8a58 main.cpp.obj + 0002:0001fa68 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a8a68 main.cpp.obj + 0002:0001fa7c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a8a7c main.cpp.obj + 0002:0001fa94 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 100a8a94 main.cpp.obj + 0002:0001fab8 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100a8ab8 main.cpp.obj + 0002:0001fac8 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a8ac8 main.cpp.obj + 0002:0001fadc __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a8adc main.cpp.obj + 0002:0001faf4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100a8af4 main.cpp.obj + 0002:0001fb18 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$3 100a8b18 main.cpp.obj + 0002:0001fb28 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a8b28 main.cpp.obj + 0002:0001fb3c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a8b3c main.cpp.obj + 0002:0001fb54 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 100a8b54 main.cpp.obj + 0002:0001fb78 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$3 100a8b78 main.cpp.obj + 0002:0001fb88 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a8b88 main.cpp.obj + 0002:0001fb9c __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a8b9c main.cpp.obj + 0002:0001fbb4 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 100a8bb4 main.cpp.obj + 0002:0001fbd8 __unwindtable$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 100a8bd8 main.cpp.obj + 0002:0001fbe0 __ehfuncinfo$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 100a8be0 main.cpp.obj + 0002:0001fc04 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$3 100a8c04 main.cpp.obj + 0002:0001fc14 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a8c14 main.cpp.obj + 0002:0001fc28 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a8c28 main.cpp.obj + 0002:0001fc40 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 100a8c40 main.cpp.obj + 0002:0001fc64 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$3 100a8c64 main.cpp.obj + 0002:0001fc74 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a8c74 main.cpp.obj + 0002:0001fc88 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a8c88 main.cpp.obj + 0002:0001fca0 __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 100a8ca0 main.cpp.obj + 0002:0001fcc4 __unwindtable$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 100a8cc4 main.cpp.obj + 0002:0001fcc4 __unwindtable$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 100a8cc4 main.cpp.obj + 0002:0001fccc __ehfuncinfo$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 100a8ccc main.cpp.obj + 0002:0001fccc __ehfuncinfo$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 100a8ccc main.cpp.obj + 0002:0001fcf0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$3 100a8cf0 main.cpp.obj + 0002:0001fd00 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a8d00 main.cpp.obj + 0002:0001fd14 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a8d14 main.cpp.obj + 0002:0001fd2c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 100a8d2c main.cpp.obj + 0002:0001fd50 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$3 100a8d50 main.cpp.obj + 0002:0001fd60 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a8d60 main.cpp.obj + 0002:0001fd74 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a8d74 main.cpp.obj + 0002:0001fd8c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 100a8d8c main.cpp.obj + 0002:0001fdb0 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$3 100a8db0 main.cpp.obj + 0002:0001fdc0 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a8dc0 main.cpp.obj + 0002:0001fdd4 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a8dd4 main.cpp.obj + 0002:0001fdec __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100a8dec main.cpp.obj + 0002:0001fe10 __catchsym$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$3 100a8e10 main.cpp.obj + 0002:0001fe20 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a8e20 main.cpp.obj + 0002:0001fe34 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a8e34 main.cpp.obj + 0002:0001fe4c __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 100a8e4c main.cpp.obj + 0002:0001fe70 __catchsym$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$3 100a8e70 main.cpp.obj + 0002:0001fe80 __tryblocktable$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a8e80 main.cpp.obj + 0002:0001fe94 __unwindtable$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a8e94 main.cpp.obj + 0002:0001feac __ehfuncinfo$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100a8eac main.cpp.obj + 0002:0001fed0 __catchsym$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z$5 100a8ed0 main.cpp.obj + 0002:0001fee0 __tryblocktable$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100a8ee0 main.cpp.obj + 0002:0001fef4 __unwindtable$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100a8ef4 main.cpp.obj + 0002:0001ff14 __ehfuncinfo$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100a8f14 main.cpp.obj + 0002:0001ff38 __ehfuncinfo$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a8f38 main.cpp.obj + 0002:0001ff5c __unwindtable$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a8f5c main.cpp.obj + 0002:0001ffc4 __ehfuncinfo$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a8fc4 main.cpp.obj + 0002:0001ffe8 __unwindtable$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 100a8fe8 main.cpp.obj + 0002:00020050 __unwindtable$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 100a9050 main.cpp.obj + 0002:00020070 __ehfuncinfo$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 100a9070 main.cpp.obj + 0002:00020094 __unwindtable$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 100a9094 main.cpp.obj + 0002:000200a4 __ehfuncinfo$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 100a90a4 main.cpp.obj + 0002:000200c8 __unwindtable$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 100a90c8 main.cpp.obj + 0002:000200e8 __ehfuncinfo$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 100a90e8 main.cpp.obj + 0002:0002010c __catchsym$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z$3 100a910c main.cpp.obj + 0002:0002011c __tryblocktable$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 100a911c main.cpp.obj + 0002:00020130 __unwindtable$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 100a9130 main.cpp.obj + 0002:00020148 __ehfuncinfo$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 100a9148 main.cpp.obj + 0002:0002016c __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 100a916c main.cpp.obj + 0002:00020184 __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 100a9184 main.cpp.obj + 0002:000201a8 __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 100a91a8 main.cpp.obj + 0002:000201b0 __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 100a91b0 main.cpp.obj + 0002:000201d4 __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 100a91d4 main.cpp.obj + 0002:000201dc __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 100a91dc main.cpp.obj + 0002:00020200 __catchsym$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z$3 100a9200 main.cpp.obj + 0002:00020210 __unwindtable$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100a9210 main.cpp.obj + 0002:00020220 __tryblocktable$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100a9220 main.cpp.obj + 0002:00020234 __ehfuncinfo$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 100a9234 main.cpp.obj + 0002:00020258 __unwindtable$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a9258 main.cpp.obj + 0002:00020270 __ehfuncinfo$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a9270 main.cpp.obj + 0002:00020294 __unwindtable$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a9294 main.cpp.obj + 0002:00020294 __unwindtable$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a9294 main.cpp.obj + 0002:0002029c __ehfuncinfo$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a929c main.cpp.obj + 0002:0002029c __ehfuncinfo$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 100a929c main.cpp.obj + 0002:000202c0 __unwindtable$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a92c0 main.cpp.obj + 0002:000202d8 __ehfuncinfo$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100a92d8 main.cpp.obj + 0002:000202fc __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 100a92fc main.cpp.obj + 0002:00020314 __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 100a9314 main.cpp.obj + 0002:00020338 __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 100a9338 main.cpp.obj + 0002:00020350 __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 100a9350 main.cpp.obj + 0002:00020374 __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 100a9374 main.cpp.obj + 0002:00020398 __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 100a9398 main.cpp.obj + 0002:000203d8 __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 100a93d8 main.cpp.obj + 0002:000203fc __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 100a93fc main.cpp.obj + 0002:00020424 __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 100a9424 main.cpp.obj + 0002:00020424 __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 100a9424 main.cpp.obj + 0002:0002042c __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 100a942c main.cpp.obj + 0002:0002042c __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 100a942c main.cpp.obj + 0002:00020450 __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 100a9450 main.cpp.obj + 0002:00020460 __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 100a9460 main.cpp.obj + 0002:00020470 __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 100a9470 main.cpp.obj + 0002:00020484 __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 100a9484 main.cpp.obj + 0002:000204a8 __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 100a94a8 main.cpp.obj + 0002:000204b8 __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 100a94b8 main.cpp.obj + 0002:000204c8 __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 100a94c8 main.cpp.obj + 0002:000204dc __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 100a94dc main.cpp.obj + 0002:00020500 __unwindtable$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 100a9500 main.cpp.obj + 0002:00020518 __ehfuncinfo$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 100a9518 main.cpp.obj + 0002:0002053c __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 100a953c main.cpp.obj + 0002:0002054c __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 100a954c main.cpp.obj + 0002:0002055c __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 100a955c main.cpp.obj + 0002:00020570 __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 100a9570 main.cpp.obj + 0002:00020594 __catchsym$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z$3 100a9594 main.cpp.obj + 0002:000205a4 __unwindtable$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a95a4 main.cpp.obj + 0002:000205b4 __tryblocktable$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a95b4 main.cpp.obj + 0002:000205c8 __ehfuncinfo$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 100a95c8 main.cpp.obj + 0002:00020814 __ehfuncinfo$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 100a9814 helper.cpp.obj + 0002:00020838 __unwindtable$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 100a9838 helper.cpp.obj + 0002:00020860 __unwindtable$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 100a9860 helper.cpp.obj + 0002:00020878 __ehfuncinfo$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 100a9878 helper.cpp.obj + 0002:0002089c __unwindtable$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 100a989c helper.cpp.obj + 0002:0002089c __unwindtable$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 100a989c spellcast.cpp.obj + 0002:0002089c __unwindtable$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 100a989c spellcast.cpp.obj + 0002:0002089c __unwindtable$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a989c spellevents.cpp.obj + 0002:000208a4 __ehfuncinfo$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 100a98a4 helper.cpp.obj + 0002:000208a4 __ehfuncinfo$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 100a98a4 spellcast.cpp.obj + 0002:000208a4 __ehfuncinfo$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 100a98a4 spellcast.cpp.obj + 0002:000208a4 __ehfuncinfo$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 100a98a4 spellevents.cpp.obj + 0002:000208c8 __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 100a98c8 helper.cpp.obj + 0002:000208d8 __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 100a98d8 helper.cpp.obj + 0002:000208fc __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 100a98fc helper.cpp.obj + 0002:0002090c __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 100a990c helper.cpp.obj + 0002:00020930 __catchsym$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$7 100a9930 spellcast.cpp.obj + 0002:00020940 __tryblocktable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100a9940 spellcast.cpp.obj + 0002:00020954 __ehfuncinfo$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100a9954 spellcast.cpp.obj + 0002:00020978 __unwindtable$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100a9978 spellcast.cpp.obj + 0002:000209a0 __unwindtable$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 100a99a0 spellcast.cpp.obj + 0002:000209b0 __ehfuncinfo$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 100a99b0 spellcast.cpp.obj + 0002:000209d4 __unwindtable$?CastQueuedNormalSpell@Nampower@@YAXXZ 100a99d4 spellcast.cpp.obj + 0002:000209e4 __ehfuncinfo$?CastQueuedNormalSpell@Nampower@@YAXXZ 100a99e4 spellcast.cpp.obj + 0002:00020a08 __ehfuncinfo$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100a9a08 spellcast.cpp.obj + 0002:00020a2c __unwindtable$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100a9a2c spellcast.cpp.obj + 0002:00020aec __unwindtable$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 100a9aec spellcast.cpp.obj + 0002:00020afc __ehfuncinfo$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 100a9afc spellcast.cpp.obj + 0002:00020b20 __ehfuncinfo$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 100a9b20 spellcast.cpp.obj + 0002:00020b44 __unwindtable$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 100a9b44 spellcast.cpp.obj + 0002:00020b6c __ehfuncinfo$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a9b6c spellchannel.cpp.obj + 0002:00020b90 __unwindtable$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a9b90 spellchannel.cpp.obj + 0002:00020bc0 __unwindtable$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a9bc0 spellchannel.cpp.obj + 0002:00020bd0 __ehfuncinfo$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a9bd0 spellchannel.cpp.obj + 0002:00020bf4 __ehfuncinfo$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 100a9bf4 spellevents.cpp.obj + 0002:00020c18 __unwindtable$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 100a9c18 spellevents.cpp.obj + 0002:00020c90 __unwindtable$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a9c90 spellevents.cpp.obj + 0002:00020ca8 __ehfuncinfo$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100a9ca8 spellevents.cpp.obj + 0002:00020ccc __unwindtable$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100a9ccc spellevents.cpp.obj + 0002:00020ce4 __ehfuncinfo$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100a9ce4 spellevents.cpp.obj + 0002:00020d08 __unwindtable$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 100a9d08 spellevents.cpp.obj + 0002:00020d18 __ehfuncinfo$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 100a9d18 spellevents.cpp.obj + 0002:00020d3c __ehfuncinfo$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 100a9d3c spellevents.cpp.obj + 0002:00020d60 __unwindtable$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 100a9d60 spellevents.cpp.obj + 0002:00020d90 __unwindtable$?RunQueuedScript@Nampower@@YA_NH@Z 100a9d90 misc_scripts.cpp.obj + 0002:00020d90 __unwindtable$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 100a9d90 misc_scripts.cpp.obj + 0002:00020d98 __ehfuncinfo$?RunQueuedScript@Nampower@@YA_NH@Z 100a9d98 misc_scripts.cpp.obj + 0002:00020d98 __ehfuncinfo$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 100a9d98 misc_scripts.cpp.obj + 0002:00020dbc __unwindtable$?InitializeFieldMaps@Nampower@@YAXXZ 100a9dbc dbc_fields.cpp.obj + 0002:00020dbc __unwindtable$?Script_QueueScript@Nampower@@YAIPAI@Z 100a9dbc misc_scripts.cpp.obj + 0002:00020ddc __ehfuncinfo$?InitializeFieldMaps@Nampower@@YAXXZ 100a9ddc dbc_fields.cpp.obj + 0002:00020ddc __ehfuncinfo$?Script_QueueScript@Nampower@@YAIPAI@Z 100a9ddc misc_scripts.cpp.obj + 0002:00020e00 __unwindtable$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 100a9e00 misc_scripts.cpp.obj + 0002:00020e00 __unwindtable$?Script_GetUnitField@Nampower@@YAIPAI@Z 100a9e00 misc_scripts.cpp.obj + 0002:00020e00 __unwindtable$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 100a9e00 spell_scripts.cpp.obj + 0002:00020e08 __ehfuncinfo$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 100a9e08 misc_scripts.cpp.obj + 0002:00020e08 __ehfuncinfo$?Script_GetUnitField@Nampower@@YAIPAI@Z 100a9e08 misc_scripts.cpp.obj + 0002:00020e08 __ehfuncinfo$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 100a9e08 spell_scripts.cpp.obj + 0002:00020e2c __ehfuncinfo$?TryDisenchant@Nampower@@YA_NXZ 100a9e2c misc_scripts.cpp.obj + 0002:00020e50 __unwindtable$?TryDisenchant@Nampower@@YA_NXZ 100a9e50 misc_scripts.cpp.obj + 0002:00020e78 __unwindtable$?Script_DisenchantAll@Nampower@@YAIPAI@Z 100a9e78 misc_scripts.cpp.obj + 0002:00020e80 __ehfuncinfo$?Script_DisenchantAll@Nampower@@YAIPAI@Z 100a9e80 misc_scripts.cpp.obj + 0002:00020ea4 __unwindtable$?Script_LearnTalentRank@Nampower@@YAIPAI@Z 100a9ea4 misc_scripts.cpp.obj + 0002:00020eb4 __ehfuncinfo$?Script_LearnTalentRank@Nampower@@YAIPAI@Z 100a9eb4 misc_scripts.cpp.obj + 0002:00020ed8 __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 100a9ed8 items.cpp.obj + 0002:00020ed8 __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 100a9ed8 misc_scripts.cpp.obj + 0002:00020ee8 __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 100a9ee8 items.cpp.obj + 0002:00020ee8 __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 100a9ee8 misc_scripts.cpp.obj + 0002:00020f0c __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 100a9f0c misc_scripts.cpp.obj + 0002:00020f0c __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 100a9f0c misc_scripts.cpp.obj + 0002:00020f0c __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 100a9f0c spell_scripts.cpp.obj + 0002:00020f14 __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 100a9f14 misc_scripts.cpp.obj + 0002:00020f14 __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 100a9f14 misc_scripts.cpp.obj + 0002:00020f14 __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 100a9f14 spell_scripts.cpp.obj + 0002:00020f38 __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 100a9f38 dbc_fields.cpp.obj + 0002:00020f38 __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 100a9f38 misc_scripts.cpp.obj + 0002:00020f48 __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 100a9f48 dbc_fields.cpp.obj + 0002:00020f48 __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 100a9f48 misc_scripts.cpp.obj + 0002:00020f6c __unwindtable$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 100a9f6c spell_scripts.cpp.obj + 0002:00020f6c __unwindtable$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 100a9f6c spell_scripts.cpp.obj + 0002:00020f74 __ehfuncinfo$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 100a9f74 spell_scripts.cpp.obj + 0002:00020f74 __ehfuncinfo$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 100a9f74 spell_scripts.cpp.obj + 0002:00020f98 __unwindtable$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 100a9f98 spell_scripts.cpp.obj + 0002:00020fb0 __ehfuncinfo$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 100a9fb0 spell_scripts.cpp.obj + 0002:00020fd4 __unwindtable$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 100a9fd4 item_scripts.cpp.obj + 0002:00020fe4 __ehfuncinfo$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 100a9fe4 item_scripts.cpp.obj + 0002:00021008 __ehfuncinfo$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 100aa008 items.cpp.obj + 0002:0002102c __unwindtable$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 100aa02c items.cpp.obj + 0002:0002105c __unwindtable$??__EitemStatsCache@Nampower@@YAXXZ 100aa05c items.cpp.obj + 0002:0002106c __ehfuncinfo$??__EitemStatsCache@Nampower@@YAXXZ 100aa06c items.cpp.obj + 0002:00021090 __unwindtable$??__EitemNameToIdCache@Nampower@@YAXXZ 100aa090 items.cpp.obj + 0002:000210a0 __ehfuncinfo$??__EitemNameToIdCache@Nampower@@YAXXZ 100aa0a0 items.cpp.obj + 0002:000210c4 __unwindtable$??__EpendingItemIds@Nampower@@YAXXZ 100aa0c4 items.cpp.obj + 0002:000210d4 __ehfuncinfo$??__EpendingItemIds@Nampower@@YAXXZ 100aa0d4 items.cpp.obj + 0002:000210f8 __unwindtable$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100aa0f8 items.cpp.obj + 0002:00021100 __ehfuncinfo$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100aa100 items.cpp.obj + 0002:00021124 __unwindtable$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100aa124 items.cpp.obj + 0002:00021134 __ehfuncinfo$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100aa134 items.cpp.obj + 0002:00021158 __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 100aa158 items.cpp.obj + 0002:00021168 __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 100aa168 items.cpp.obj + 0002:0002118c __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 100aa18c items.cpp.obj + 0002:0002119c __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 100aa19c items.cpp.obj + 0002:000211c0 __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 100aa1c0 items.cpp.obj + 0002:000211d0 __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 100aa1d0 items.cpp.obj + 0002:000211f4 __unwindtable$?InitializeUnitFieldMaps@Nampower@@YAXXZ 100aa1f4 unit_fields.cpp.obj + 0002:00021204 __ehfuncinfo$?InitializeUnitFieldMaps@Nampower@@YAXXZ 100aa204 unit_fields.cpp.obj + 0002:00021228 __unwindtable$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 100aa228 lua_refs.cpp.obj + 0002:00021238 __ehfuncinfo$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 100aa238 lua_refs.cpp.obj + 0002:00021260 __sehtable$___DestructExceptionObject 100aa260 libvcruntime:ehhelpers.obj + 0002:00021280 __sehtable$___RTDynamicCast 100aa280 libvcruntime:rtti.obj + 0002:000212a0 __sehtable$___RTtypeid 100aa2a0 libvcruntime:rtti.obj + 0002:00021330 __sehtable$?FrameUnwindToState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@H@Z 100aa330 libvcruntime:frame.obj + 0002:00021358 __sehtable$?CallCatchBlock@@YAPAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PBU_s_FuncInfo@@PAXHK@Z 100aa358 libvcruntime:frame.obj + 0002:00021380 __catchsym$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z$2 100aa380 libvcruntime:frame.obj + 0002:00021390 __unwindtable$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100aa390 libvcruntime:frame.obj + 0002:000213a0 __tryblocktable$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100aa3a0 libvcruntime:frame.obj + 0002:000213b4 __ehfuncinfo$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100aa3b4 libvcruntime:frame.obj + 0002:000213d8 __sehtable$??$BuildCatchObjectHelperInternal@V__FrameHandler3@@@@YAHPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 100aa3d8 libvcruntime:frame.obj + 0002:000213f8 __sehtable$??$BuildCatchObjectInternal@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 100aa3f8 libvcruntime:frame.obj + 0002:00021450 __sehtable$___unDNameEx 100aa450 libvcruntime:undname.obj + 0002:0002146c __unwindtable$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 100aa46c libvcruntime:undname.obj + 0002:00021474 __ehfuncinfo$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 100aa474 libvcruntime:undname.obj + 0002:00021498 __sehtable$?_fclose_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 100aa498 libucrt:fclose.obj + 0002:000214b8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100aa4b8 libucrt:fflush.obj + 0002:000214d8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100aa4d8 libucrt:fflush.obj + 0002:000214f8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100aa4f8 libucrt:fflush.obj + 0002:00021518 __sehtable$_fgetc 100aa518 libucrt:fgetc.obj + 0002:00021538 __sehtable$?_fputc_internal@@YAHHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 100aa538 libucrt:fputc.obj + 0002:00021558 __sehtable$_fread_s 100aa558 libucrt:fread.obj + 0002:00021578 __sehtable$?common_fseek@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 100aa578 libucrt:fseek.obj + 0002:00021598 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@I@@QAEI$$QAV@@AAV@@$$QAV@@@Z 100aa598 libucrt:fwrite.obj + 0002:000215b8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100aa5b8 libucrt:setvbuf.obj + 0002:000215d8 __sehtable$_ungetc 100aa5d8 libucrt:ungetc.obj + 0002:000215f8 __sehtable$_terminate 100aa5f8 libucrt:terminate.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:per_thread_data.obj + 0002:00021678 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100aa678 libucrt:per_thread_data.obj + 0002:00021698 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100aa698 libucrt:wsetlocale.obj + 0002:000216b8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100aa6b8 libucrt:wsetlocale.obj + 0002:000216d8 __sehtable$??$?RV@@AAV@@AAV@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@AAV@@@Z 100aa6d8 libucrt:wsetlocale.obj + 0002:000216f8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100aa6f8 libucrt:winapi_thunks.obj + 0002:00021718 __sehtable$__fcloseall 100aa718 libucrt:closeall.obj + 0002:00021738 __sehtable$___acrt_initialize_lowio 100aa738 libucrt:ioinit.obj + 0002:00021758 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100aa758 libucrt:close.obj + 0002:00021778 __sehtable$?__acrt_stdio_allocate_stream@@YA?AV__crt_stdio_stream@@XZ 100aa778 libucrt:stream.obj + 0002:00021798 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100aa798 libucrt:commit.obj + 0002:000217b8 __sehtable$__write_internal 100aa7b8 libucrt:write.obj + 0002:000217d8 __sehtable$??$common_ftell@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 100aa7d8 libucrt:ftell.obj + 0002:000217f8 __sehtable$__read 100aa7f8 libucrt:read.obj + 0002:00021818 __sehtable$??$common_lseek@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 100aa818 libucrt:lseek.obj + 0002:00021838 __sehtable$___set_fpsr_sse2 100aa838 libucrt:fpctrl.obj + 0002:00021858 __sehtable$??R@@QBE@XZ 100aa858 libucrt:exit.obj + 0002:00021878 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100aa878 libucrt:exit.obj + 0002:00021898 __sehtable$_raise 100aa898 libucrt:signal.obj + 0002:000218b8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@P6AXH@Z@@QAEP6AXH@Z$$QAV@@AAV@@$$QAV@@@Z 100aa8b8 libucrt:signal.obj + 0002:000218d8 __sehtable$__isindst 100aa8d8 libucrt:tzset.obj + 0002:000218f8 __sehtable$___tzset 100aa8f8 libucrt:tzset.obj + 0002:00021918 __sehtable$___acrt_update_thread_locale_data 100aa918 libucrt:locale_refcounting.obj + 0002:00021938 __sehtable$?update_thread_multibyte_data_internal@@YAPAU__crt_multibyte_data@@QAU__acrt_ptd@@QAPAU1@@Z 100aa938 libucrt:mbctype.obj + 0002:00021958 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100aa958 libucrt:mbctype.obj + 0002:00021978 __sehtable$__query_new_handler 100aa978 libucrt:new_handler.obj + 0002:00021998 __sehtable$__alloc_osfhnd 100aa998 libucrt:osfinfo.obj + 0002:000219b8 __sehtable$___acrt_lowio_ensure_fh_exists 100aa9b8 libucrt:osfinfo.obj + 0002:000219d8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100aa9d8 libucrt:onexit.obj + 0002:000219f8 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100aa9f8 libucrt:onexit.obj + 0002:00021a18 __sehtable$??$common_getenv_s@_W@@YAHQAIQA_WIQB_W@Z 100aaa18 libucrt:getenv.obj + 0002:00021a34 __unwindtable$___dcrt_uninitialize_environments_nolock 100aaa34 libucrt:environment_initialization.obj + 0002:00021a44 __ehfuncinfo$___dcrt_uninitialize_environments_nolock 100aaa44 libucrt:environment_initialization.obj + 0002:00021ba8 __unwindtable$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 100aaba8 libcpmt:locale0.obj + 0002:00021bb0 __ehfuncinfo$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 100aabb0 libcpmt:locale0.obj + 0002:00021bd8 __sehtable$___scrt_is_nonwritable_in_current_image 100aabd8 LIBCMT:utility.obj + 0002:00021bf8 __sehtable$?dllmain_crt_process_attach@@YAHQAUHINSTANCE__@@QAX@Z 100aabf8 LIBCMT:dll_dllmain.obj + 0002:00021c18 __sehtable$?dllmain_crt_process_detach@@YAH_N@Z 100aac18 LIBCMT:dll_dllmain.obj + 0002:00021c40 __sehtable$?dllmain_dispatch@@YAHQAUHINSTANCE__@@KQAX@Z 100aac40 LIBCMT:dll_dllmain.obj + 0002:00021c60 __sehtable$__IsNonwritableInCurrentImage 100aac60 LIBCMT:pesect.obj + 0002:00021c80 __sehtable$??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@PAD@@QAEPAD$$QAV@@AAV@@$$QAV@@@Z 100aac80 libucrt:setlocale.obj + 0002:00021ca0 __sehtable$??$common_fsopen@D@@YAPAU_iobuf@@QBD0H@Z 100aaca0 libucrt:fopen.obj + 0002:00021cc0 __sehtable$??$common_sopen_dispatch@D@@YAHQBDHHHQAHH@Z 100aacc0 libucrt:open.obj + 0002:00021ce0 .edata 100aace0 nampower.exp + 0002:00021d08 rgpv 100aad08 nampower.exp + 0002:00021d0c rgszName 100aad0c nampower.exp + 0002:00021d10 rgwOrd 100aad10 nampower.exp + 0002:00021d12 szName 100aad12 nampower.exp + 0002:00021d1f $N00001 100aad1f nampower.exp + 0002:00022680 .idata$6 100ab680 kernel32:KERNEL32.dll + 0002:0002269c .idata$6 100ab69c 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 diff --git a/nampower/CMakeLists.txt b/nampower/CMakeLists.txt index 5a77521..b3e42f8 100644 --- a/nampower/CMakeLists.txt +++ b/nampower/CMakeLists.txt @@ -43,6 +43,8 @@ set(SOURCE_FILES lua_refs.cpp autoattack.hpp autoattack.cpp + player_scripts.hpp + player_scripts.cpp ) add_library(${DLL_NAME} SHARED ${SOURCE_FILES}) diff --git a/nampower/game.hpp b/nampower/game.hpp index 109ad63..73ae7d4 100644 --- a/nampower/game.hpp +++ b/nampower/game.hpp @@ -1641,6 +1641,34 @@ namespace game { __int32 m_CastTime2; //0x000C }; //Size=0x0010 + enum MovementFlags : uint32_t { + MOVEFLAG_NONE = 0x00000000, + MOVEFLAG_FORWARD = 0x00000001, + MOVEFLAG_BACKWARD = 0x00000002, + MOVEFLAG_STRAFE_LEFT = 0x00000004, + MOVEFLAG_STRAFE_RIGHT = 0x00000008, + MOVEFLAG_TURN_LEFT = 0x00000010, + MOVEFLAG_TURN_RIGHT = 0x00000020, + MOVEFLAG_PITCH_UP = 0x00000040, + MOVEFLAG_PITCH_DOWN = 0x00000080, + MOVEFLAG_WALK_MODE = 0x00000100, + MOVEFLAG_LEVITATING = 0x00000400, + MOVEFLAG_FIXED_Z = 0x00000800, + MOVEFLAG_ROOT = 0x00001000, + MOVEFLAG_JUMPING = 0x00002000, + MOVEFLAG_FALLINGFAR = 0x00004000, + MOVEFLAG_SWIMMING = 0x00200000, + MOVEFLAG_SPLINE_ENABLED = 0x00400000, + MOVEFLAG_CAN_FLY = 0x00800000, + MOVEFLAG_FLYING = 0x01000000, + MOVEFLAG_ONTRANSPORT = 0x02000000, + MOVEFLAG_SPLINE_ELEVATION = 0x04000000, + MOVEFLAG_WATERWALKING = 0x10000000, + MOVEFLAG_SAFE_FALL = 0x20000000, + MOVEFLAG_HOVER = 0x40000000, + MOVEFLAG_INTERNAL = 0x80000000, + }; + enum UnitFlags { UNIT_FLAG_NONE = 0x00000000, UNIT_FLAG_UNK_0 = 0x00000001, // Movement checks disabled, likely paired with loss of client control packet. diff --git a/nampower/main.cpp b/nampower/main.cpp index 2c43909..4508eb9 100644 --- a/nampower/main.cpp +++ b/nampower/main.cpp @@ -35,6 +35,7 @@ #include "spellcast.hpp" #include "misc_scripts.hpp" #include "spell_scripts.hpp" +#include "player_scripts.hpp" #include "spellchannel.hpp" #include "helper.hpp" #include "items.hpp" @@ -1701,6 +1702,15 @@ namespace Nampower { char learnTalentRank[] = "LearnTalentRank"; RegisterLuaFunction(learnTalentRank, reinterpret_cast(Script_LearnTalentRank)); + char playerIsMoving[] = "PlayerIsMoving"; + RegisterLuaFunction(playerIsMoving, reinterpret_cast(Script_PlayerIsMoving)); + + char playerIsRooted[] = "PlayerIsRooted"; + RegisterLuaFunction(playerIsRooted, reinterpret_cast(Script_PlayerIsRooted)); + + char playerIsSwimming[] = "PlayerIsSwimming"; + RegisterLuaFunction(playerIsSwimming, reinterpret_cast(Script_PlayerIsSwimming)); + } void load() { diff --git a/nampower/main.hpp b/nampower/main.hpp index 4761a2c..9becfac 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 = 35; + constexpr uint32_t MINOR_VERSION = 36; constexpr uint32_t PATCH_VERSION = 0; constexpr int32_t LUA_REGISTRYINDEX = -10000; diff --git a/nampower/player_scripts.cpp b/nampower/player_scripts.cpp new file mode 100644 index 0000000..0965755 --- /dev/null +++ b/nampower/player_scripts.cpp @@ -0,0 +1,63 @@ +// +// Created by pmacc on 2/15/2026. +// + +#include "player_scripts.hpp" +#include "helper.hpp" +#include "offsets.hpp" + +namespace Nampower { + static uint32_t GetPlayerMovementFlags() { + auto playerGuid = game::ClntObjMgrGetActivePlayerGuid(); + if (playerGuid == 0) return 0; + + auto unit = game::GetObjectPtr(playerGuid); + if (!unit) return 0; + + // Movement flags are at offset 0x9E8 from unit base (divide by 4 for uintptr_t* indexing) + return *(unit + 0x27A); + } + + uint32_t Script_PlayerIsMoving(uintptr_t *luaState) { + luaState = GetLuaStatePtr(); + + auto movementFlags = GetPlayerMovementFlags(); + constexpr uint32_t MOVEFLAG_MASK_MOVING = + game::MOVEFLAG_FORWARD | game::MOVEFLAG_BACKWARD | + game::MOVEFLAG_STRAFE_LEFT | game::MOVEFLAG_STRAFE_RIGHT | + game::MOVEFLAG_PITCH_UP | game::MOVEFLAG_PITCH_DOWN | + game::MOVEFLAG_JUMPING | game::MOVEFLAG_FALLINGFAR | + game::MOVEFLAG_SPLINE_ELEVATION; + + if (movementFlags & MOVEFLAG_MASK_MOVING) { + lua_pushnumber(luaState, 1); + } else { + lua_pushnil(luaState); + } + return 1; + } + + uint32_t Script_PlayerIsRooted(uintptr_t *luaState) { + luaState = GetLuaStatePtr(); + + auto movementFlags = GetPlayerMovementFlags(); + if (movementFlags & game::MOVEFLAG_ROOT) { + lua_pushnumber(luaState, 1); + } else { + lua_pushnil(luaState); + } + return 1; + } + + uint32_t Script_PlayerIsSwimming(uintptr_t *luaState) { + luaState = GetLuaStatePtr(); + + auto movementFlags = GetPlayerMovementFlags(); + if (movementFlags & game::MOVEFLAG_SWIMMING) { + lua_pushnumber(luaState, 1); + } else { + lua_pushnil(luaState); + } + return 1; + } +} diff --git a/nampower/player_scripts.hpp b/nampower/player_scripts.hpp new file mode 100644 index 0000000..b3e7760 --- /dev/null +++ b/nampower/player_scripts.hpp @@ -0,0 +1,14 @@ +// +// Created by pmacc on 2/15/2026. +// + +#pragma once + +#include +#include "main.hpp" + +namespace Nampower { + uint32_t Script_PlayerIsMoving(uintptr_t *luaState); + uint32_t Script_PlayerIsRooted(uintptr_t *luaState); + uint32_t Script_PlayerIsSwimming(uintptr_t *luaState); +}