diff --git a/README.md b/README.md index 9160f6e..3999e0f 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ This includes functions for: - Spell casting and queuing (QueueSpellByName, QueueScript, etc.) - Cast information (GetCastInfo, GetCurrentCastingInfo) - Cooldown tracking (GetSpellIdCooldown, GetItemIdCooldown), including item metadata on cooldown detail tables -- Inventory helpers (GetTrinketCooldown, GetTrinkets) +- Inventory helpers (GetTrinketCooldown, GetTrinkets, GetAmmo) - Spell lookups and utilities Cooldown detail tables now also expose `itemId`, `itemHasActiveSpell`, and `itemActiveSpellId` alongside the existing per-category timing data. diff --git a/SCRIPTS.md b/SCRIPTS.md index e3a19b3..fb6f1cf 100644 --- a/SCRIPTS.md +++ b/SCRIPTS.md @@ -16,6 +16,7 @@ For installation, configuration, and general usage information, see the main [RE - [GetEquippedItem](#getequippeditemunittoken-slot) - [GetBagItems](#getbagitemsbagindex) - [GetBagItem](#getbagitembagindex-slot) + - [GetAmmo](#getammo) - [GetSpellRec](#getspellrecspellid-copy) - [GetSpellRecField](#getspellrecfieldspellid-fieldname-copy) - [GetSpellModifiers](#getspellmodifiersspellid-modifiertype) @@ -433,6 +434,35 @@ if bankItem then end ``` +#### GetAmmo() +Returns the player's currently equipped ammo item ID and the total quantity remaining across all bags. + +**Parameters:** +- None + +**Returns:** +- If no ammo is equipped: returns `nil` +- Otherwise returns two values: + - 1st param (number): The ammo item ID + - 2nd param (number): Total ammo count across backpack and bags 1-4 + +**Examples:** +```lua +-- Check current ammo +local ammoId, count = GetAmmo() +if ammoId then + print("Ammo ID: " .. ammoId .. " Count: " .. count) +else + print("No ammo equipped") +end + +-- Low ammo warning +local ammoId, count = GetAmmo() +if ammoId and count < 200 then + print("Low ammo! Only " .. count .. " remaining") +end +``` + #### GetSpellRec(spellId, [copy]) Returns a Lua table reference containing all fields for the spell's `SpellRec` record (including localized `name` and `rank`). Returns nil if the spell cannot be found. diff --git a/nampower.map b/nampower.map index 1515605..cc42121 100644 --- a/nampower.map +++ b/nampower.map @@ -1,14 +1,14 @@ nampower - Timestamp is 69861bf7 (Fri Feb 6 08:51:03 2026) + Timestamp is 69876dc8 (Sat Feb 7 08:52:24 2026) Preferred load address is 10000000 Start Length Name Class 0001:00000000 000009a0H .text$di CODE - 0001:000009a0 0007df40H .text$mn CODE - 0001:0007e8e0 000051f0H .text$x CODE - 0001:00083ad0 000009feH .text$yd CODE + 0001:000009a0 0007e110H .text$mn CODE + 0001:0007eab0 000051f0H .text$x CODE + 0001:00083ca0 000009feH .text$yd CODE 0002:00000000 000001e0H .idata$5 DATA 0002:000001e0 00000008H .00cfg DATA 0002:000001e8 00000004H .CRT$XCA DATA @@ -1164,1557 +1164,1558 @@ 0001:00031c10 ?do_decimal_point@?$numpunct@D@std@@MBEDXZ 10032c10 f i main.cpp.obj 0001:00031c20 ?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 10032c20 f i main.cpp.obj 0001:00031d20 ?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 10032d20 f main.cpp.obj - 0001:00032500 ?LuaCall@Nampower@@YAXPBD@Z 10033500 f main.cpp.obj - 0001:00032510 ?OnSpriteRightClickHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@_K@Z 10033510 f main.cpp.obj - 0001:000325b0 ?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 100335b0 f i main.cpp.obj - 0001:000326c0 ?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 100336c0 f i main.cpp.obj - 0001:000327d0 ?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100337d0 f i main.cpp.obj - 0001:00032bc0 ?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10033bc0 f i main.cpp.obj - 0001:00032cd0 ?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 10033cd0 f main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e00 ?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10033e00 f i main.cpp.obj - 0001:00032e90 ?RemovePatch@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10033e90 f i main.cpp.obj - 0001:00032ed0 ?RemovePatch@?$PatchDetour@P6GXXZPAX@hadesmem@@MAEXXZ 10033ed0 f i main.cpp.obj - 0001:00032f10 ?RemovePatch@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10033f10 f i main.cpp.obj - 0001:00032f50 ?RemovePatch@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MAEXXZ 10033f50 f i main.cpp.obj - 0001:00032f90 ?RemovePatch@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MAEXXZ 10033f90 f i main.cpp.obj - 0001:00032fd0 ?RemovePatch@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MAEXXZ 10033fd0 f i main.cpp.obj - 0001:00033010 ?RemovePatch@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MAEXXZ 10034010 f i main.cpp.obj - 0001:00033050 ?RemovePatch@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MAEXXZ 10034050 f i main.cpp.obj - 0001:00033090 ?RemovePatch@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MAEXXZ 10034090 f i main.cpp.obj - 0001:000330d0 ?RemovePatch@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MAEXXZ 100340d0 f i main.cpp.obj - 0001:00033110 ?RemovePatch@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MAEXXZ 10034110 f i main.cpp.obj - 0001:00033150 ?RemovePatch@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MAEXXZ 10034150 f i main.cpp.obj - 0001:00033190 ?RemovePatch@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MAEXXZ 10034190 f i main.cpp.obj - 0001:000331d0 ?RemovePatch@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MAEXXZ 100341d0 f i main.cpp.obj - 0001:00033210 ?RemovePatch@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MAEXXZ 10034210 f i main.cpp.obj - 0001:00033250 ?RemovePatch@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MAEXXZ 10034250 f i main.cpp.obj - 0001:00033290 ?RemovePatch@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MAEXXZ 10034290 f i main.cpp.obj - 0001:000332d0 ?RemovePatch@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MAEXXZ 100342d0 f i main.cpp.obj - 0001:00033310 ?RemovePatch@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10034310 f i main.cpp.obj - 0001:00033350 ?RemovePatch@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MAEXXZ 10034350 f i main.cpp.obj - 0001:00033390 ?RemovePatch@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10034390 f i main.cpp.obj - 0001:000333d0 ?RemovePatch@?$PatchDetour@P6IXXZPAX@hadesmem@@MAEXXZ 100343d0 f i main.cpp.obj - 0001:00033410 ?RemovePatch@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MAEXXZ 10034410 f i main.cpp.obj - 0001:00033450 ?RemovePatch@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MAEXXZ 10034450 f i main.cpp.obj - 0001:00033490 ?RemovePatch@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MAEXXZ 10034490 f i main.cpp.obj - 0001:000334d0 ?RemovePatch@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MAEXXZ 100344d0 f i main.cpp.obj - 0001:00033510 ?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10034510 f i main.cpp.obj - 0001:000335f0 ?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100345f0 f i main.cpp.obj - 0001:000336d0 ?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100346d0 f i main.cpp.obj - 0001:000337b0 ?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100347b0 f i main.cpp.obj - 0001:00033890 ?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10034890 f i main.cpp.obj - 0001:00033970 ?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10034970 f i main.cpp.obj - 0001:00033a50 ?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10034a50 f i main.cpp.obj - 0001:00033b30 ?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10034b30 f i main.cpp.obj - 0001:00033c10 ?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10034c10 f i main.cpp.obj - 0001:00033cf0 ?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10034cf0 f i main.cpp.obj - 0001:00033dd0 ?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10034dd0 f i main.cpp.obj - 0001:00033eb0 ?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10034eb0 f i main.cpp.obj - 0001:00033f90 ?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10034f90 f i main.cpp.obj - 0001:00034070 ?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10035070 f i main.cpp.obj - 0001:00034150 ?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 10035150 f i main.cpp.obj - 0001:00034230 ?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10035230 f i main.cpp.obj - 0001:00034310 ?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10035310 f i main.cpp.obj - 0001:000343f0 ?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 100353f0 f i main.cpp.obj - 0001:000344d0 ?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100354d0 f i main.cpp.obj - 0001:000345b0 ?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100355b0 f i main.cpp.obj - 0001:00034690 ?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10035690 f i main.cpp.obj - 0001:00034770 ?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10035770 f i main.cpp.obj - 0001:00034850 ?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10035850 f i main.cpp.obj - 0001:00034930 ?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10035930 f i main.cpp.obj - 0001:00034a10 ?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10035a10 f i main.cpp.obj - 0001:00034af0 ?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10035af0 f i main.cpp.obj - 0001:00034bd0 ?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 10035bd0 f i main.cpp.obj - 0001:00034d00 ?ResetCastFlags@Nampower@@YAXXZ 10035d00 f main.cpp.obj - 0001:00034d60 ?ResetChannelingFlags@Nampower@@YAXXZ 10035d60 f main.cpp.obj - 0001:00034da0 ?ResetDisenchantState@Nampower@@YAXXZ 10035da0 f main.cpp.obj - 0001:00034dd0 ?ResetOnSwingFlags@Nampower@@YAXXZ 10035dd0 f main.cpp.obj - 0001:00034df0 ?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 10035df0 f i main.cpp.obj - 0001:00034eb0 ?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 10035eb0 f i main.cpp.obj - 0001:00034ff0 ?Script_SetCVarHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAI@Z 10035ff0 f main.cpp.obj - 0001:00035060 ?SetSelectionTarget@Nampower@@YAX_K@Z 10036060 f main.cpp.obj - 0001:00035180 ?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 10036180 f i main.cpp.obj - 0001:00035230 ?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 10036230 f i main.cpp.obj - 0001:00035230 ?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 10036230 f i main.cpp.obj - 0001:000352d0 ?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 100362d0 f i main.cpp.obj - 0001:00035390 ?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 10036390 f i main.cpp.obj - 0001:00035390 ?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 10036390 f i main.cpp.obj - 0001:00035390 ?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 10036390 f i main.cpp.obj - 0001:00035390 ?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 10036390 f i main.cpp.obj - 0001:00035430 ?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 10036430 f i main.cpp.obj - 0001:000354e0 ?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 100364e0 f i main.cpp.obj - 0001:000355a0 ?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 100365a0 f i main.cpp.obj - 0001:000355a0 ?Stub@?$PatchDetourStub@P6IXPAIH@Z@detail@hadesmem@@SIXPAIH@Z 100365a0 f i main.cpp.obj - 0001:00035650 ?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 10036650 f i main.cpp.obj - 0001:000356f0 ?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 100366f0 f i main.cpp.obj - 0001:000356f0 ?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 100366f0 f i main.cpp.obj - 0001:000356f0 ?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 100366f0 f i main.cpp.obj - 0001:000356f0 ?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 100366f0 f i main.cpp.obj - 0001:000357b0 ?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 100367b0 f i main.cpp.obj - 0001:00035870 ?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 10036870 f i main.cpp.obj - 0001:00035940 ?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 10036940 f i main.cpp.obj - 0001:00035940 ?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 10036940 f i main.cpp.obj - 0001:00035a00 ?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 10036a00 f i main.cpp.obj - 0001:00035ab0 ?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 10036ab0 f i main.cpp.obj - 0001:00035b60 ?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 10036b60 f i main.cpp.obj - 0001:00035c20 ?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 10036c20 f i main.cpp.obj - 0001:00035cf0 ?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 10036cf0 f i main.cpp.obj - 0001:00035dc0 ?SuspendThread@hadesmem@@YAKABVThread@1@@Z 10036dc0 f i main.cpp.obj - 0001:00035ee0 ?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 10036ee0 f main.cpp.obj - 0001:00035f80 ?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 10036f80 f i main.cpp.obj - 0001:00036080 ?TraceFormatImpl@@YAXPBDABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 10037080 f i main.cpp.obj - 0001:00036170 ?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 10037170 f i main.cpp.obj - 0001:00036320 ?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 10037320 f i main.cpp.obj - 0001:00036480 ?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10037480 f i main.cpp.obj - 0001:000367e0 ?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 100377e0 f i main.cpp.obj - 0001:00036940 ?WritePatch@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10037940 f i main.cpp.obj - 0001:00036980 ?WritePatch@?$PatchDetour@P6GXXZPAX@hadesmem@@MAEXXZ 10037980 f i main.cpp.obj - 0001:000369c0 ?WritePatch@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 100379c0 f i main.cpp.obj - 0001:00036a00 ?WritePatch@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MAEXXZ 10037a00 f i main.cpp.obj - 0001:00036a40 ?WritePatch@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MAEXXZ 10037a40 f i main.cpp.obj - 0001:00036a80 ?WritePatch@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MAEXXZ 10037a80 f i main.cpp.obj - 0001:00036ac0 ?WritePatch@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MAEXXZ 10037ac0 f i main.cpp.obj - 0001:00036b00 ?WritePatch@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MAEXXZ 10037b00 f i main.cpp.obj - 0001:00036b40 ?WritePatch@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MAEXXZ 10037b40 f i main.cpp.obj - 0001:00036b80 ?WritePatch@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MAEXXZ 10037b80 f i main.cpp.obj - 0001:00036bc0 ?WritePatch@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MAEXXZ 10037bc0 f i main.cpp.obj - 0001:00036c00 ?WritePatch@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MAEXXZ 10037c00 f i main.cpp.obj - 0001:00036c40 ?WritePatch@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MAEXXZ 10037c40 f i main.cpp.obj - 0001:00036c80 ?WritePatch@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MAEXXZ 10037c80 f i main.cpp.obj - 0001:00036cc0 ?WritePatch@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MAEXXZ 10037cc0 f i main.cpp.obj - 0001:00036d00 ?WritePatch@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MAEXXZ 10037d00 f i main.cpp.obj - 0001:00036d40 ?WritePatch@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MAEXXZ 10037d40 f i main.cpp.obj - 0001:00036d80 ?WritePatch@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MAEXXZ 10037d80 f i main.cpp.obj - 0001:00036dc0 ?WritePatch@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10037dc0 f i main.cpp.obj - 0001:00036e00 ?WritePatch@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MAEXXZ 10037e00 f i main.cpp.obj - 0001:00036e40 ?WritePatch@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10037e40 f i main.cpp.obj - 0001:00036e80 ?WritePatch@?$PatchDetour@P6IXXZPAX@hadesmem@@MAEXXZ 10037e80 f i main.cpp.obj - 0001:00036ec0 ?WritePatch@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MAEXXZ 10037ec0 f i main.cpp.obj - 0001:00036f00 ?WritePatch@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MAEXXZ 10037f00 f i main.cpp.obj - 0001:00036f40 ?WritePatch@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MAEXXZ 10037f40 f i main.cpp.obj - 0001:00036f80 ?WritePatch@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MAEXXZ 10037f80 f i main.cpp.obj - 0001:00036fc0 ?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10037fc0 f i main.cpp.obj - 0001:000370d0 ?_Buy_nonzero@?$vector@DV?$allocator@D@std@@@std@@AAEXI@Z 100380d0 f i main.cpp.obj - 0001:000370d0 ?_Buy_nonzero@?$vector@EV?$allocator@E@std@@@std@@AAEXI@Z 100380d0 f i main.cpp.obj - 0001:00037160 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@2@PAX@Z 10038160 f i main.cpp.obj - 0001:00037160 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@2@PAX@Z 10038160 f i main.cpp.obj - 0001:00037180 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10038180 f i main.cpp.obj - 0001:00037180 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10038180 f i main.cpp.obj - 0001:000371a0 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@2@PAX@Z 100381a0 f i main.cpp.obj - 0001:000371a0 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@2@PAX@Z 100381a0 f i main.cpp.obj - 0001:000371c0 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 100381c0 f i main.cpp.obj - 0001:000371c0 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 100381c0 f i main.cpp.obj - 0001:000371e0 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@2@PAX@Z 100381e0 f i main.cpp.obj - 0001:000371e0 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@2@PAX@Z 100381e0 f i main.cpp.obj - 0001:00037200 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10038200 f i main.cpp.obj - 0001:00037200 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10038200 f i main.cpp.obj - 0001:00037220 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@2@PAX@Z 10038220 f i main.cpp.obj - 0001:00037220 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@2@PAX@Z 10038220 f i main.cpp.obj - 0001:00037240 ?_Copy@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEPAV?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10038240 f i main.cpp.obj - 0001:00037240 ?_Move@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEPAV?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10038240 f i main.cpp.obj - 0001:00037260 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@@2@PAX@Z 10038260 f i main.cpp.obj - 0001:00037260 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@@2@PAX@Z 10038260 f i main.cpp.obj - 0001:00037280 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@2@PAX@Z 10038280 f i main.cpp.obj - 0001:00037280 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@2@PAX@Z 10038280 f i main.cpp.obj - 0001:000372a0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@2@PAX@Z 100382a0 f i main.cpp.obj - 0001:000372a0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@2@PAX@Z 100382a0 f i main.cpp.obj - 0001:000372c0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@2@PAX@Z 100382c0 f i main.cpp.obj - 0001:000372c0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@2@PAX@Z 100382c0 f i main.cpp.obj - 0001:000372e0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@2@PAX@Z 100382e0 f i main.cpp.obj - 0001:000372e0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@2@PAX@Z 100382e0 f i main.cpp.obj - 0001:00037300 ?_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 10038300 f i main.cpp.obj - 0001:00037300 ?_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 10038300 f i main.cpp.obj - 0001:00037320 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIH@2@PAX@Z 10038320 f i main.cpp.obj - 0001:00037320 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIH@2@PAX@Z 10038320 f i main.cpp.obj - 0001:00037340 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@2@PAX@Z 10038340 f i main.cpp.obj - 0001:00037340 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@2@PAX@Z 10038340 f i main.cpp.obj - 0001:00037360 ?_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 10038360 f i main.cpp.obj - 0001:00037360 ?_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 10038360 f i main.cpp.obj - 0001:00037380 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@2@PAX@Z 10038380 f i main.cpp.obj - 0001:00037380 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@2@PAX@Z 10038380 f i main.cpp.obj - 0001:000373a0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@2@PAX@Z 100383a0 f i main.cpp.obj - 0001:000373a0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@2@PAX@Z 100383a0 f i main.cpp.obj - 0001:000373c0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@2@PAX@Z 100383c0 f i main.cpp.obj - 0001:000373c0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@2@PAX@Z 100383c0 f i main.cpp.obj - 0001:000373e0 ?_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 100383e0 f i main.cpp.obj - 0001:000373e0 ?_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 100383e0 f i main.cpp.obj - 0001:00037400 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10038400 f i main.cpp.obj - 0001:00037400 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10038400 f i main.cpp.obj - 0001:00037420 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@2@PAX@Z 10038420 f i main.cpp.obj - 0001:00037420 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@2@PAX@Z 10038420 f i main.cpp.obj - 0001:00037440 ?_Copy@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEPAV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@2@PAX@Z 10038440 f i main.cpp.obj - 0001:00037440 ?_Move@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAEPAV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@2@PAX@Z 10038440 f i main.cpp.obj - 0001:00037460 ?_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 10038460 f i main.cpp.obj - 0001:00037460 ?_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 10038460 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:00037480 ?_Delete_this@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EAEX_N@Z 10038480 f i main.cpp.obj - 0001:000374a0 ?_Delete_this@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 100384a0 f i main.cpp.obj - 0001:000374a0 ?_Delete_this@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 100384a0 f i main.cpp.obj - 0001:000374b0 ?_Destroy@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 100384b0 f i main.cpp.obj - 0001:000374b0 ?_Destroy@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 100384b0 f i main.cpp.obj - 0001:000374d0 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAI11$$QAPAVCDataStore@Nampower@@@Z 100384d0 f i main.cpp.obj - 0001:000374d0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAPAX$$QAI3@Z 100384d0 f i main.cpp.obj - 0001:000374d0 ?_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 100384d0 f i main.cpp.obj - 0001:00037500 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 10038500 f i main.cpp.obj - 0001:00037500 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 10038500 f i main.cpp.obj - 0001:00037500 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAPAUCTerrainClickEvent@game@@@Z 10038500 f i main.cpp.obj - 0001:00037500 ?_Do_call@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEPAH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 10038500 f i main.cpp.obj - 0001:00037500 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI@Z 10038500 f i main.cpp.obj - 0001:00037520 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAPAVCDataStore@Nampower@@@Z 10038520 f i main.cpp.obj - 0001:00037520 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAH$$QAI@Z 10038520 f i main.cpp.obj - 0001:00037520 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAH@Z 10038520 f i main.cpp.obj - 0001:00037540 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QA_K@Z 10038540 f i main.cpp.obj - 0001:00037540 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QA_K@Z 10038540 f i main.cpp.obj - 0001:00037560 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAH$$QAPAI2@Z 10038560 f i main.cpp.obj - 0001:00037560 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI$$QAH2@Z 10038560 f i main.cpp.obj - 0001:00037560 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX1$$QAI@Z 10038560 f i main.cpp.obj - 0001:00037560 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX1$$QAPAVCDataStore@Nampower@@@Z 10038560 f i main.cpp.obj - 0001:00037560 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX$$QAH2@Z 10038560 f i main.cpp.obj - 0001:00037590 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@@Z 10038590 f i main.cpp.obj - 0001:000375a0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI$$QAH$$QA_K@Z 100385a0 f i main.cpp.obj - 0001:000375d0 ?_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 100385d0 f i main.cpp.obj - 0001:00037610 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAUSpellCast@game@@$$QAD@Z 10038610 f i main.cpp.obj - 0001:00037630 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QA_N1$$QAW4SpellCastResult@game@@@Z 10038630 f i main.cpp.obj - 0001:00037660 ?_Do_call@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAE_N$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI1$$QAI$$QAM@Z 10038660 f i main.cpp.obj - 0001:000376a0 ?_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 100386a0 f i main.cpp.obj - 0001:000376d0 ?_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 100386d0 f i main.cpp.obj - 0001:000379e0 ?_Ffmt@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABAPADPADDH@Z 100389e0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037aa0 ?_Get@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EBEPBXXZ 10038aa0 f i main.cpp.obj - 0001:00037ab0 ?_Get_deleter@_Ref_count_base@std@@UBEPAXABVtype_info@@@Z 10038ab0 f i main.cpp.obj - 0001:00037ab0 ?get_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038ab0 f i main.cpp.obj - 0001:00037ab0 ?get_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038ab0 f i main.cpp.obj - 0001:00037ab0 ?get_deleter@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038ab0 f i main.cpp.obj - 0001:00037ab0 ?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 10038ab0 f i main.cpp.obj - 0001:00037ab0 ?get_deleter@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038ab0 f i main.cpp.obj - 0001:00037ab0 ?get_local_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038ab0 f i main.cpp.obj - 0001:00037ab0 ?get_local_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038ab0 f i main.cpp.obj - 0001:00037ab0 ?get_local_deleter@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038ab0 f i main.cpp.obj - 0001:00037ab0 ?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 10038ab0 f i main.cpp.obj - 0001:00037ab0 ?get_local_deleter@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038ab0 f i main.cpp.obj - 0001:00037ac0 ?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 10038ac0 f i main.cpp.obj - 0001:00037c40 ?_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 10038c40 f i spell_scripts.cpp.obj - 0001:00037c40 ?_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 10038c40 f i main.cpp.obj - 0001:00037c40 ?_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 10038c40 f i main.cpp.obj - 0001:00037e30 ?_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 10038e30 f i main.cpp.obj - 0001:000381b0 ?_Lrotate@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEXPAU?$_Tree_node@KPAX@2@@Z 100391b0 f i main.cpp.obj - 0001:00038200 ?_Min@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@SAPAU?$_Tree_node@KPAX@2@PAU32@@Z 10039200 f i main.cpp.obj - 0001:00038220 ?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 10039220 f i main.cpp.obj - 0001:00038300 ?_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 10039300 f i main.cpp.obj - 0001:00038370 ?_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 10039370 f i main.cpp.obj - 0001:000383e0 ?_Rrotate@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEXPAU?$_Tree_node@KPAX@2@@Z 100393e0 f i main.cpp.obj - 0001:00038440 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEABVtype_info@@XZ 10039440 f i main.cpp.obj - 0001:00038450 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEABVtype_info@@XZ 10039450 f i main.cpp.obj - 0001:00038460 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEABVtype_info@@XZ 10039460 f i main.cpp.obj - 0001:00038470 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEABVtype_info@@XZ 10039470 f i main.cpp.obj - 0001:00038480 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEABVtype_info@@XZ 10039480 f i main.cpp.obj - 0001:00038490 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEABVtype_info@@XZ 10039490 f i main.cpp.obj - 0001:000384a0 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEABVtype_info@@XZ 100394a0 f i main.cpp.obj - 0001:000384b0 ?_Target_type@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEABVtype_info@@XZ 100394b0 f i main.cpp.obj - 0001:000384c0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEABVtype_info@@XZ 100394c0 f i main.cpp.obj - 0001:000384d0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEABVtype_info@@XZ 100394d0 f i main.cpp.obj - 0001:000384e0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEABVtype_info@@XZ 100394e0 f i main.cpp.obj - 0001:000384f0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEABVtype_info@@XZ 100394f0 f i main.cpp.obj - 0001:00038500 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEABVtype_info@@XZ 10039500 f i main.cpp.obj - 0001:00038510 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EBEABVtype_info@@XZ 10039510 f i main.cpp.obj - 0001:00038520 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@EBEABVtype_info@@XZ 10039520 f i main.cpp.obj - 0001:00038530 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEABVtype_info@@XZ 10039530 f i main.cpp.obj - 0001:00038540 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EBEABVtype_info@@XZ 10039540 f i main.cpp.obj - 0001:00038550 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEABVtype_info@@XZ 10039550 f i main.cpp.obj - 0001:00038560 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEABVtype_info@@XZ 10039560 f i main.cpp.obj - 0001:00038570 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEABVtype_info@@XZ 10039570 f i main.cpp.obj - 0001:00038580 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EBEABVtype_info@@XZ 10039580 f i main.cpp.obj - 0001:00038590 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEABVtype_info@@XZ 10039590 f i main.cpp.obj - 0001:000385a0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEABVtype_info@@XZ 100395a0 f i main.cpp.obj - 0001:000385b0 ?_Target_type@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEABVtype_info@@XZ 100395b0 f i main.cpp.obj - 0001:000385c0 ?_Target_type@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EBEABVtype_info@@XZ 100395c0 f i main.cpp.obj - 0001:000385d0 ?_Throw_tree_length_error@std@@YAXXZ 100395d0 f i main.cpp.obj - 0001:000385e0 ?_Tidy@?$vector@UCastSpellParams@@V?$allocator@UCastSpellParams@@@std@@@std@@AAEXXZ 100395e0 f i main.cpp.obj - 0001:00038650 ?_Tidy@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEXXZ 10039650 f i main.cpp.obj - 0001:000386b0 ?_Xlength@?$vector@DV?$allocator@D@std@@@std@@CAXXZ 100396b0 f i main.cpp.obj - 0001:000386b0 ?_Xlength@?$vector@EV?$allocator@E@std@@@std@@CAXXZ 100396b0 f i main.cpp.obj - 0001:000386b0 ?_Xlength@?$vector@PAHV?$allocator@PAH@std@@@std@@CAXXZ 100396b0 f i lua_refs.cpp.obj - 0001:000386b0 ?_Xlength@?$vector@UCastSpellParams@@V?$allocator@UCastSpellParams@@@std@@@std@@CAXXZ 100396b0 f i main.cpp.obj - 0001:000386b0 ?_Xlength@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@CAXXZ 100396b0 f i main.cpp.obj - 0001:000386c0 ?addCustomEvent@Nampower@@YAXIPAD@Z 100396c0 f main.cpp.obj - 0001:000387e0 ?add_ref@error_info_container_impl@exception_detail@boost@@EBEXXZ 100397e0 f i main.cpp.obj - 0001:000387f0 ?append@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@ID@Z 100397f0 f i main.cpp.obj - 0001:00038950 ?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@QBDI@Z 10039950 f i main.cpp.obj - 0001:00038a40 ?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 10039a40 f i main.cpp.obj - 0001:00038be0 ?checkForStopChanneling@Nampower@@YAXXZ 10039be0 f main.cpp.obj - 0001:00038ef0 ?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 10039ef0 f i main.cpp.obj - 0001:00038f0e ?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEPBVclone_base@23@XZ 10039f0e f i main.cpp.obj - 0001:00038f20 ?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 10039f20 f i main.cpp.obj - 0001:00038ffa ?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEPBVclone_base@23@XZ 10039ffa f i main.cpp.obj - 0001:00039010 ?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 1003a010 f i main.cpp.obj - 0001:000390f0 ?clone@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 1003a0f0 f i main.cpp.obj - 0001:00039120 ?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 1003a120 f i main.cpp.obj - 0001:000391a0 ?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 1003a1a0 f i main.cpp.obj - 0001:00039240 ?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 1003a240 f i main.cpp.obj - 0001:00039500 ?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 1003a500 f i main.cpp.obj - 0001:000395d0 ?current_exception_diagnostic_information@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z 1003a5d0 f i main.cpp.obj - 0001:00039670 ?deallocate@?$allocator@VSuspendedThread@hadesmem@@@std@@QAEXQAVSuspendedThread@hadesmem@@I@Z 1003a670 f i main.cpp.obj - 0001:000396b0 ?dec@std@@YAAAVios_base@1@AAV21@@Z 1003a6b0 f i main.cpp.obj - 0001:000396d0 ?destroy@sp_counted_base@detail@boost@@UAEXXZ 1003a6d0 f i main.cpp.obj - 0001:000396e0 ?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 1003a6e0 f i main.cpp.obj - 0001:00039920 ?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 1003a920 f i main.cpp.obj - 0001:00039d80 ?dispose@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEXXZ 1003ad80 f i main.cpp.obj - 0001:00039d80 ?dispose@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEXXZ 1003ad80 f i main.cpp.obj - 0001:00039d90 ?dispose@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEXXZ 1003ad90 f i main.cpp.obj - 0001:00039d90 ?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 1003ad90 f i main.cpp.obj - 0001:00039d90 ?dispose@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEXXZ 1003ad90 f i main.cpp.obj - 0001:00039da0 ?do_falsename@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003ada0 f i main.cpp.obj - 0001:00039de0 ?do_grouping@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003ade0 f i main.cpp.obj - 0001:00039e20 ?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 1003ae20 f i main.cpp.obj - 0001:00039ef0 ?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 1003aef0 f i main.cpp.obj - 0001:00039fc0 ?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 1003afc0 f i main.cpp.obj - 0001:0003a1c0 ?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 1003b1c0 f i main.cpp.obj - 0001:0003a3c0 ?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 1003b3c0 f i main.cpp.obj - 0001:0003a430 ?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 1003b430 f i main.cpp.obj - 0001:0003a510 ?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 1003b510 f i main.cpp.obj - 0001:0003a5f0 ?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 1003b5f0 f i main.cpp.obj - 0001:0003a7f0 ?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 1003b7f0 f i main.cpp.obj - 0001:0003ab90 ?do_thousands_sep@?$numpunct@D@std@@MBEDXZ 1003bb90 f i main.cpp.obj - 0001:0003aba0 ?do_truename@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003bba0 f i main.cpp.obj - 0001:0003abe0 ?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 1003bbe0 f i main.cpp.obj - 0001:0003ac20 ?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 1003bc20 f i main.cpp.obj - 0001:0003ad70 ?get@error_info_container_impl@exception_detail@boost@@UBE?AV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 1003bd70 f i main.cpp.obj - 0001:0003adf0 ?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 1003bdf0 f i main.cpp.obj - 0001:0003aeb0 ?hex@std@@YAAAVios_base@1@AAV21@@Z 1003beb0 f i main.cpp.obj - 0001:0003aed0 ?initCustomEvents@Nampower@@YAXXZ 1003bed0 f main.cpp.obj - 0001:0003b5e0 ?initHooks@Nampower@@YAXXZ 1003c5e0 f main.cpp.obj - 0001:0003c170 ?insert@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@IID@Z 1003d170 f i main.cpp.obj - 0001:0003c320 ?loadConfig@Nampower@@YAXXZ 1003d320 f main.cpp.obj - 0001:0003d7d0 ?loadUserVar@Nampower@@YAXPBD@Z 1003e7d0 f main.cpp.obj - 0001:0003d960 ?name_value_string@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@EBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 1003e960 f i main.cpp.obj - 0001:0003d980 ?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 1003e980 f i main.cpp.obj - 0001:0003d9a0 ?now@steady_clock@chrono@std@@SA?AV?$time_point@Usteady_clock@chrono@std@@V?$duration@_JU?$ratio@$00$0DLJKMKAA@@std@@@23@@23@XZ 1003e9a0 f i main.cpp.obj - 0001:0003daa0 ?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 1003eaa0 f i main.cpp.obj - 0001:0003dc20 ?overflow@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHH@Z 1003ec20 f i main.cpp.obj - 0001:0003dd70 ?pbackfail@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHH@Z 1003ed70 f i main.cpp.obj - 0001:0003ddc0 ?pop@CastQueue@Nampower@@QAE?AUCastSpellParams@@XZ 1003edc0 f i main.cpp.obj - 0001:0003de60 ?processQueues@Nampower@@YA_NXZ 1003ee60 f main.cpp.obj - 0001:0003e160 ?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 1003f160 f i main.cpp.obj - 0001:0003e2e0 ?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 1003f2e0 f i main.cpp.obj - 0001:0003e550 ?release@error_info_container_impl@exception_detail@boost@@EBE_NXZ 1003f550 f i main.cpp.obj - 0001:0003e5f0 ?reset@?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@QAEXPAVAllocator@hadesmem@@@Z 1003f5f0 f i main.cpp.obj - 0001:0003e613 ?rethrow@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEXXZ 1003f613 f i main.cpp.obj - 0001:0003e620 ?rethrow@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEXXZ 1003f620 f i main.cpp.obj - 0001:0003e641 ?rethrow@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEXXZ 1003f641 f i main.cpp.obj - 0001:0003e650 ?rethrow@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEXXZ 1003f650 f i main.cpp.obj - 0001:0003e680 ?rethrow@?$wrapexcept@VError@hadesmem@@@boost@@UBEXXZ 1003f680 f i main.cpp.obj - 0001:0003e6a0 ?safeRename@Nampower@@YA_NPBD0@Z 1003f6a0 f main.cpp.obj - 0001:0003e730 ?seekoff@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAE?AV?$fpos@U_Mbstatet@@@2@_JHH@Z 1003f730 f i main.cpp.obj - 0001:0003e920 ?seekpos@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAE?AV?$fpos@U_Mbstatet@@@2@V32@H@Z 1003f920 f i main.cpp.obj - 0001:0003ea90 ?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 1003fa90 f i main.cpp.obj - 0001:0003ebd0 ?stof@std@@YAMABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@PAI@Z 1003fbd0 f i main.cpp.obj - 0001:0003ec40 ?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 1003fc40 f i main.cpp.obj - 0001:0003ed20 ?underflow@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHXZ 1003fd20 f i main.cpp.obj - 0001:0003ed80 ?updateFromCvar@Nampower@@YAXPBD0@Z 1003fd80 f main.cpp.obj - 0001:0003fd80 _Load 10040d80 f main.cpp.obj - 0001:0003ff00 __scprintf 10040f00 f i main.cpp.obj - 0001:0003ff30 __snprintf 10040f30 f i main.cpp.obj - 0001:0003ff70 _sprintf_s 10040f70 f i main.cpp.obj - 0001:0003ffa0 ??$?R_K@?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@QBEIAB_K@Z 10040fa0 f i helper.cpp.obj - 0001:00040010 ??$_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 10041010 f misc_scripts.cpp.obj - 0001:00040010 ??$_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 10041010 f misc_scripts.cpp.obj - 0001:00040100 ??$_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 10041100 f i helper.cpp.obj - 0001:000403b0 ??$_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 100413b0 f i helper.cpp.obj - 0001:00040580 ??$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 10041580 f items.cpp.obj - 0001:00040580 ??$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 10041580 f items.cpp.obj - 0001:00040580 ??$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 10041580 f misc_scripts.cpp.obj - 0001:00040580 ??$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 10041580 f items.cpp.obj - 0001:00040580 ??$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 10041580 f helper.cpp.obj - 0001:00040600 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@@std@@@std@@QAE@XZ 10041600 f i helper.cpp.obj - 0001:00040600 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@@std@@@std@@QAE@XZ 10041600 f i helper.cpp.obj - 0001:00040680 ??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 10041680 f i helper.cpp.obj - 0001:00040710 ??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 10041710 f items.cpp.obj - 0001:00040710 ??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 10041710 f items.cpp.obj - 0001:00040710 ??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 10041710 f misc_scripts.cpp.obj - 0001:00040710 ??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 10041710 f items.cpp.obj - 0001:00040710 ??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 10041710 f helper.cpp.obj - 0001:000407f0 ??1?$list@U?$pair@$$CB_KI@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@@std@@QAE@XZ 100417f0 f i helper.cpp.obj - 0001:000409b0 ?ConvertGuidToString@Nampower@@YAPAD_K@Z 100419b0 f helper.cpp.obj - 0001:000409e0 ?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 100419e0 f helper.cpp.obj - 0001:00040bd0 ?GetGcdOrCooldownForSpell@Nampower@@YAII@Z 10041bd0 f helper.cpp.obj - 0001:00040c10 ?GetNameplateDistance@Nampower@@YAMXZ 10041c10 f helper.cpp.obj - 0001:00040c60 ?GetRemainingCooldownForSpell@Nampower@@YAII@Z 10041c60 f helper.cpp.obj - 0001:00040cd0 ?GetSpellIdFromSpellName@Nampower@@YAIPBD@Z 10041cd0 f helper.cpp.obj - 0001:00040d10 ?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 10041d10 f helper.cpp.obj - 0001:00041090 ?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 10042090 f helper.cpp.obj - 0001:00041240 ?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 10042240 f helper.cpp.obj - 0001:00041390 ?IsSpellOnCooldown@Nampower@@YA_NI@Z 10042390 f helper.cpp.obj - 0001:000413f0 ?IsTargetingTerrainSpell@Nampower@@YA_NXZ 100423f0 f helper.cpp.obj - 0001:00041400 ?SetNameplateDistance@Nampower@@YAXM@Z 10042400 f helper.cpp.obj - 0001:00041420 ?SpellIsAttackTradeskillOrEnchant@Nampower@@YA_NPBUSpellRec@game@@@Z 10042420 f helper.cpp.obj - 0001:00041460 ?SpellIsChanneling@Nampower@@YA_NPBUSpellRec@game@@@Z 10042460 f helper.cpp.obj - 0001:00041470 ?SpellIsMounting@Nampower@@YA_NPBUSpellRec@game@@@Z 10042470 f helper.cpp.obj - 0001:000414a0 ?SpellIsOnGcd@Nampower@@YA_NPBUSpellRec@game@@@Z 100424a0 f helper.cpp.obj - 0001:000414c0 ?SpellIsOnSwing@Nampower@@YA_NPBUSpellRec@game@@@Z 100424c0 f helper.cpp.obj - 0001:000414d0 ?SpellIsTargeting@Nampower@@YA_NPBUSpellRec@game@@@Z 100424d0 f helper.cpp.obj - 0001:000415d0 ?_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 100425d0 f i items.cpp.obj - 0001:000415d0 ?_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 100425d0 f i items.cpp.obj - 0001:000415d0 ?_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 100425d0 f i misc_scripts.cpp.obj - 0001:000415d0 ?_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 100425d0 f i items.cpp.obj - 0001:000415d0 ?_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 100425d0 f i helper.cpp.obj - 0001:00041980 ?_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 10042980 f i helper.cpp.obj - 0001:00041ac0 _snprintf 10042ac0 f i helper.cpp.obj - 0001:00041b00 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 10042b00 f i spellcast.cpp.obj - 0001:00041cc0 ?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 10042cc0 f spellcast.cpp.obj - 0001:000422e0 ?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 100432e0 f spellcast.cpp.obj - 0001:00042460 ?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 10043460 f spellcast.cpp.obj - 0001:000425e0 ?CGWorldFrame_OnLayerTrackTerrainHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAXHH@Z 100435e0 f spellcast.cpp.obj - 0001:00042650 ?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 10043650 f spellcast.cpp.obj - 0001:00042810 ?CastQueuedNonGcdSpell@Nampower@@YAXXZ 10043810 f spellcast.cpp.obj - 0001:00042a00 ?CastQueuedNormalSpell@Nampower@@YAXXZ 10043a00 f spellcast.cpp.obj - 0001:00042bf0 ?SendCastHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z 10043bf0 f spellcast.cpp.obj - 0001:00042c20 ?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 10043c20 f spellcast.cpp.obj - 0001:000442f0 ?Spell_C_HandleTerrainClickHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z 100452f0 f spellcast.cpp.obj - 0001:00044310 ?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 10045310 f spellcast.cpp.obj - 0001:00044490 ?TriggerQuickcast@Nampower@@YAXXZ 10045490 f spellcast.cpp.obj - 0001:000445f0 ?TriggerSpellCastEvent@Nampower@@YAX_NIW4CastType@@_KI@Z 100455f0 f spellcast.cpp.obj - 0001:00044640 ?TriggerSpellQueuedEvent@Nampower@@YAXW4QueueEvents@@I@Z 10045640 f spellcast.cpp.obj - 0001:00044660 ?findSpellId@CastQueue@Nampower@@QAEPAUCastSpellParams@@I@Z 10045660 f i spellcast.cpp.obj - 0001:000446a0 ?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100456a0 f i spellcast.cpp.obj - 0001:00044880 ?pushFront@CastQueue@Nampower@@QAEXABUCastSpellParams@@@Z 10045880 f i spellcast.cpp.obj - 0001:000449a0 ??$Get@H@CDataStore@Nampower@@QAEXAAH@Z 100459a0 f i spellevents.cpp.obj - 0001:000449a0 ??$Get@I@CDataStore@Nampower@@QAEXAAI@Z 100459a0 f i spellchannel.cpp.obj - 0001:00044a00 ?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10045a00 f spellchannel.cpp.obj - 0001:00045010 ?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10046010 f spellchannel.cpp.obj - 0001:000452c0 ??$Get@F@CDataStore@Nampower@@QAEXAAF@Z 100462c0 f i spellevents.cpp.obj - 0001:00045320 ??$Get@_K@CDataStore@Nampower@@QAEXAA_K@Z 10046320 f i spellevents.cpp.obj - 0001:00045390 ?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10046390 f spellevents.cpp.obj - 0001:000458c0 ?PeriodicAuraLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100468c0 f spellevents.cpp.obj - 0001:00045ad0 ?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 10046ad0 f spellevents.cpp.obj - 0001:00045c40 ?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10046c40 f spellevents.cpp.obj - 0001:00045e40 ?SpellEnergizeLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10046e40 f spellevents.cpp.obj - 0001:00045ee0 ?SpellFailedOtherHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10046ee0 f spellevents.cpp.obj - 0001:00045f50 ?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 10046f50 f spellevents.cpp.obj - 0001:000465f0 ?SpellHealingLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100475f0 f spellevents.cpp.obj - 0001:00046690 ?SpellNonMeleeDmgLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 10047690 f spellevents.cpp.obj - 0001:00046790 ?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 10047790 f spellevents.cpp.obj - 0001:00046cc0 ?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 10047cc0 f spellevents.cpp.obj - 0001:00047930 ?TriggerAuraCastEvent@Nampower@@YAXPBUSpellRec@game@@_KQA_KE1_N@Z 10048930 f spellevents.cpp.obj - 0001:00047c00 ?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 10048c00 f spellevents.cpp.obj - 0001:00047f80 ?TriggerSpellEnergizeEvent@Nampower@@YAX_K0IIIE@Z 10048f80 f spellevents.cpp.obj - 0001:00048040 ?TriggerSpellHealEvent@Nampower@@YAX_K0IIEE@Z 10049040 f spellevents.cpp.obj - 0001:00048100 ?findOldestWaitingForServerSpellId@CastQueue@Nampower@@QAEPAUCastSpellParams@@I@Z 10049100 f i spellevents.cpp.obj - 0001:00048150 ?triggerAuraCastEventOnTarget@Nampower@@YAXPBUSpellRec@game@@HPAD1_K2II@Z 10049150 f spellevents.cpp.obj - 0001:00048240 ??$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 10049240 f i misc_scripts.cpp.obj - 0001:00048240 ??$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 10049240 f i spell_scripts.cpp.obj - 0001:00048240 ??$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 10049240 f i misc_scripts.cpp.obj - 0001:000484b0 ??$_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 100494b0 f i misc_scripts.cpp.obj - 0001:000484b0 ??$_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 100494b0 f i items.cpp.obj - 0001:00048530 ??$_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 10049530 f i misc_scripts.cpp.obj - 0001:00048530 ??$_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 10049530 f i dbc_fields.cpp.obj - 0001:00048770 ??$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 10049770 f i misc_scripts.cpp.obj - 0001:00048770 ??$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 10049770 f i items.cpp.obj - 0001:000487c0 ??$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 100497c0 f i misc_scripts.cpp.obj - 0001:000488c0 ??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 100498c0 f i misc_scripts.cpp.obj - 0001:000488c0 ??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 100498c0 f i items.cpp.obj - 0001:00048970 ??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 10049970 f i misc_scripts.cpp.obj - 0001:00048970 ??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 10049970 f i items.cpp.obj - 0001:00048990 ??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 10049990 f i misc_scripts.cpp.obj - 0001:00048990 ??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 10049990 f i items.cpp.obj - 0001:00048a00 ??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 10049a00 f i misc_scripts.cpp.obj - 0001:00048a00 ??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 10049a00 f i items.cpp.obj - 0001:00048a30 ??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 10049a30 f i misc_scripts.cpp.obj - 0001:00048a30 ??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 10049a30 f i items.cpp.obj - 0001:00048a50 ?CSimpleFrame_GetNameHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 10049a50 f misc_scripts.cpp.obj - 0001:00048c40 ?PushTableValue@Nampower@@YAXPAIPADI@Z 10049c40 f i misc_scripts.cpp.obj - 0001:00048c90 ?RunQueuedScript@Nampower@@YA_NH@Z 10049c90 f misc_scripts.cpp.obj - 0001:00048dd0 ?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 10049dd0 f misc_scripts.cpp.obj - 0001:00048ed0 ?Script_DisenchantAll@Nampower@@YAIPAI@Z 10049ed0 f misc_scripts.cpp.obj - 0001:000492c0 ?Script_GetCastInfo@Nampower@@YAIPAI@Z 1004a2c0 f misc_scripts.cpp.obj - 0001:00049620 ?Script_GetCurrentCastingInfo@Nampower@@YAIPAI@Z 1004a620 f misc_scripts.cpp.obj - 0001:00049770 ?Script_GetItemIconTexture@Nampower@@YAIPAI@Z 1004a770 f misc_scripts.cpp.obj - 0001:00049810 ?Script_GetItemLevel@Nampower@@YAIPAI@Z 1004a810 f misc_scripts.cpp.obj - 0001:000498c0 ?Script_GetItemStats@Nampower@@YAIPAI@Z 1004a8c0 f misc_scripts.cpp.obj - 0001:00049c70 ?Script_GetItemStatsField@Nampower@@YAIPAI@Z 1004ac70 f misc_scripts.cpp.obj - 0001:0004a0d0 ?Script_GetNampowerVersion@Nampower@@YAIPAI@Z 1004b0d0 f misc_scripts.cpp.obj - 0001:0004a130 ?Script_GetSpellIconTexture@Nampower@@YAIPAI@Z 1004b130 f misc_scripts.cpp.obj - 0001:0004a1e0 ?Script_GetUnitData@Nampower@@YAIPAI@Z 1004b1e0 f misc_scripts.cpp.obj - 0001:0004a550 ?Script_GetUnitField@Nampower@@YAIPAI@Z 1004b550 f misc_scripts.cpp.obj - 0001:0004a8a0 ?Script_QueueScript@Nampower@@YAIPAI@Z 1004b8a0 f misc_scripts.cpp.obj - 0001:0004aba0 ?Script_StartItemExport@Nampower@@YAIPAI@Z 1004bba0 f misc_scripts.cpp.obj - 0001:0004abb0 ?TryDisenchant@Nampower@@YA_NXZ 1004bbb0 f misc_scripts.cpp.obj - 0001:0004af40 ?_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 1004bf40 f i misc_scripts.cpp.obj - 0001:0004af40 ?_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 1004bf40 f i items.cpp.obj - 0001:0004b200 ??$_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 1004c200 f i spell_scripts.cpp.obj - 0001:0004b440 ??$_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 1004c440 f i spell_scripts.cpp.obj - 0001:0004b490 ?GetSpellSlotFromLuaHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@HPAI1@Z 1004c490 f spell_scripts.cpp.obj - 0001:0004b5e0 ?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 1004c5e0 f spell_scripts.cpp.obj - 0001:0004b6f0 ?Script_GetSpellIdForName@Nampower@@YAIPAI@Z 1004c6f0 f spell_scripts.cpp.obj - 0001:0004b760 ?Script_GetSpellModifiers@Nampower@@YAIPAI@Z 1004c760 f spell_scripts.cpp.obj - 0001:0004b8e0 ?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 1004c8e0 f spell_scripts.cpp.obj - 0001:0004ba30 ?Script_GetSpellRec@Nampower@@YAIPAI@Z 1004ca30 f spell_scripts.cpp.obj - 0001:0004be70 ?Script_GetSpellRecField@Nampower@@YAIPAI@Z 1004ce70 f spell_scripts.cpp.obj - 0001:0004c370 ?Script_GetSpellSlotTypeIdForName@Nampower@@YAIPAI@Z 1004d370 f spell_scripts.cpp.obj - 0001:0004c4f0 ?Script_IsSpellInRange@Nampower@@YAIPAI@Z 1004d4f0 f spell_scripts.cpp.obj - 0001:0004c7b0 ?Script_IsSpellUsable@Nampower@@YAIPAI@Z 1004d7b0 f spell_scripts.cpp.obj - 0001:0004c8f0 ?Script_QueueSpellByName@Nampower@@YAIPAI@Z 1004d8f0 f spell_scripts.cpp.obj - 0001:0004ca00 ?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1004da00 f spell_scripts.cpp.obj - 0001:0004cb20 ?GetCooldownFromSpellHistory@Nampower@@YA?AUCooldownDetail@1@III@Z 1004db20 f cooldown_scripts.cpp.obj - 0001:0004cde0 ?GetItemCooldownDetail@Nampower@@YA?AUCooldownDetail@1@I@Z 1004dde0 f cooldown_scripts.cpp.obj - 0001:0004cf80 ?PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@1@@Z 1004df80 f cooldown_scripts.cpp.obj - 0001:0004d4b0 ?Script_GetItemIdCooldown@Nampower@@YAIPAI@Z 1004e4b0 f cooldown_scripts.cpp.obj - 0001:0004d590 ?Script_GetSpellIdCooldown@Nampower@@YAIPAI@Z 1004e590 f cooldown_scripts.cpp.obj - 0001:0004d650 ?Script_GetTrinketCooldown@Nampower@@YAIPAI@Z 1004e650 f cooldown_scripts.cpp.obj - 0001:0004d870 ??0CachedItemData@Nampower@@QAE@XZ 1004e870 f i item_scripts.cpp.obj - 0001:0004dce0 ?ClearBagSlot@Nampower@@YAXPAIHI@Z 1004ece0 f item_scripts.cpp.obj - 0001:0004ddc0 ?CreateBasicItemInfoTable@Nampower@@YAXPAIPAUCGItem@game@@@Z 1004edc0 f item_scripts.cpp.obj - 0001:0004deb0 ?CreateItemInfoTable@Nampower@@YAXPAIPAUCGItem_C@game@@@Z 1004eeb0 f item_scripts.cpp.obj - 0001:0004e160 ?GetSingleBagItems@Nampower@@YAIPAIH@Z 1004f160 f item_scripts.cpp.obj - 0001:0004e550 ?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 1004f550 f item_scripts.cpp.obj - 0001:0004ea80 ?Script_FindPlayerItemSlot@Nampower@@YAIPAI@Z 1004fa80 f item_scripts.cpp.obj - 0001:0004ebf0 ?Script_GetBagItem@Nampower@@YAIPAI@Z 1004fbf0 f item_scripts.cpp.obj - 0001:0004eec0 ?Script_GetBagItems@Nampower@@YAIPAI@Z 1004fec0 f item_scripts.cpp.obj - 0001:0004f060 ?Script_GetEquippedItem@Nampower@@YAIPAI@Z 10050060 f item_scripts.cpp.obj - 0001:0004f1e0 ?Script_GetEquippedItems@Nampower@@YAIPAI@Z 100501e0 f item_scripts.cpp.obj - 0001:0004f360 ?Script_GetTrinkets@Nampower@@YAIPAI@Z 10050360 f item_scripts.cpp.obj - 0001:0004f810 ?Script_UseItemIdOrName@Nampower@@YAIPAI@Z 10050810 f item_scripts.cpp.obj - 0001:0004f990 ?Script_UseTrinket@Nampower@@YAIPAI@Z 10050990 f item_scripts.cpp.obj - 0001:0004fbc0 ??$_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 10050bc0 f i items.cpp.obj - 0001:0004fbc0 ??$_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 10050bc0 f i items.cpp.obj - 0001:0004fc30 ??$_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 10050c30 f i items.cpp.obj - 0001:0004fe30 ??$_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 10050e30 f i items.cpp.obj - 0001:00050020 ??$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 10051020 f i items.cpp.obj - 0001:00050210 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@IPAX@std@@@std@@@std@@QAE@XZ 10051210 f i items.cpp.obj - 0001:00050210 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@IPAX@std@@@std@@@std@@QAE@XZ 10051210 f i items.cpp.obj - 0001:00050230 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@@std@@@std@@QAE@XZ 10051230 f i items.cpp.obj - 0001:00050230 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@@std@@@std@@QAE@XZ 10051230 f i items.cpp.obj - 0001:00050250 ??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 10051250 f i items.cpp.obj - 0001:000502e0 ??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 100512e0 f i items.cpp.obj - 0001:00050370 ??1?$list@IV?$allocator@I@std@@@std@@QAE@XZ 10051370 f i items.cpp.obj - 0001:000503b0 ??1?$list@U?$pair@$$CBIPAUItemStats_C@game@@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@2@@std@@QAE@XZ 100513b0 f i items.cpp.obj - 0001:000503f0 ??_H@YGXPAXIIP6EPAX0@Z@Z 100513f0 f i items.cpp.obj - 0001:00050420 ?CacheItemNameToId@Nampower@@YAXPBDI@Z 10051420 f items.cpp.obj - 0001:000504b0 ?ClearItemCaches@Nampower@@YAXXZ 100514b0 f items.cpp.obj - 0001:00050610 ?DoesItemMatch@Nampower@@YA_NIIPBD@Z 10051610 f items.cpp.obj - 0001:000506e0 ?FindPlayerDisenchantItem@Nampower@@YA?AUPlayerItemSearchResult@1@I_N@Z 100516e0 f items.cpp.obj - 0001:000508f0 ?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 100518f0 f items.cpp.obj - 0001:00050f30 ?GetBagPtrFromContainer@Nampower@@YAPAIPAI@Z 10051f30 f items.cpp.obj - 0001:00050f50 ?GetItemIdFromCache@Nampower@@YAIPBD@Z 10051f50 f items.cpp.obj - 0001:00051040 ?GetItemStats@Nampower@@YAPAUItemStats_C@game@@I@Z 10052040 f items.cpp.obj - 0001:000510c0 ?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100520c0 f items.cpp.obj - 0001:000512e0 ?LoadItem@Nampower@@YA_NI@Z 100522e0 f items.cpp.obj - 0001:000513b0 ?StartItemExport@Nampower@@YAXXZ 100523b0 f items.cpp.obj - 0001:000513d0 ?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100523d0 f items.cpp.obj - 0001:000515a0 ?_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 100525a0 f i items.cpp.obj - 0001:00051700 ?_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 10052700 f i items.cpp.obj - 0001:00051860 ?_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 10052860 f i items.cpp.obj - 0001:00051a10 ?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 10052a10 f i items.cpp.obj - 0001:00051a90 ?InitializeFieldMaps@Nampower@@YAXXZ 10052a90 f dbc_fields.cpp.obj - 0001:00051d90 ?InitializeUnitFieldMaps@Nampower@@YAXXZ 10052d90 f unit_fields.cpp.obj - 0001:00051f40 ?CGUnit_C_OnAuraAddedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z 10052f40 f auras.cpp.obj - 0001:00051f80 ?CGUnit_C_OnAuraAddedStackHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIH@Z 10052f80 f auras.cpp.obj - 0001:00051fc0 ?CGUnit_C_OnAuraRemovedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z 10052fc0 f auras.cpp.obj - 0001:00052000 ?TriggerAuraEvent@Nampower@@YAXPAIII_N@Z 10053000 f auras.cpp.obj - 0001:00052230 ?UnitCombatLogUnitDeadHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_K@Z 10053230 f auras.cpp.obj - 0001:00052280 ??$_Emplace_reallocate@ABQAH@?$vector@PAHV?$allocator@PAH@std@@@std@@AAEPAPAHQAPAHABQAH@Z 10053280 f i lua_refs.cpp.obj - 0001:000523e0 ?CleanupAllLuaTableRefs@Nampower@@YAXXZ 100533e0 f lua_refs.cpp.obj - 0001:00052550 ?GetTableRef@Nampower@@YAXPAIAAH@Z 10053550 f lua_refs.cpp.obj - 0001:000525d0 ?AttackRoundInfo_ReadPacketHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@1@@Z 100535d0 f autoattack.cpp.obj - 0001:00052988 __get_purecall_handler 10053988 f libvcruntime:purevirt.obj - 0001:0005298f __purecall 1005398f f libvcruntime:purevirt.obj - 0001:000529ab ___DestructExceptionObject 100539ab f libvcruntime:ehhelpers.obj - 0001:00052a4c ?_CallMemberFunction0@@YGXQAX0@Z 10053a4c f i libvcruntime:ehhelpers.obj - 0001:00052ab1 __IsExceptionObjectToBeDestroyed 10053ab1 f libvcruntime:ehhelpers.obj - 0001:00052ad7 ___AdjustPointer 10053ad7 f libvcruntime:ehhelpers.obj - 0001:00052afc ___FrameUnwindFilter 10053afc f libvcruntime:ehhelpers.obj - 0001:00052b52 ___std_terminate 10053b52 f libvcruntime:ehhelpers.obj - 0001:00052b57 ___std_exception_copy 10053b57 f libvcruntime:std_exception.obj - 0001:00052bba ___std_exception_destroy 10053bba f libvcruntime:std_exception.obj - 0001:00052bd9 __CxxThrowException@8 10053bd9 f libvcruntime:throw.obj - 0001:00052c45 ?GetRangeOfTrysToCheck@__FrameHandler3@@SA?AU?$pair@Viterator@TryBlockMap@__FrameHandler3@@V123@@std@@AAVTryBlockMap@1@HPAXPBU_s_FuncInfo@@H@Z 10053c45 f libvcruntime:trnsctrl.obj - 0001:00052cb4 ?_CallCatchBlock2@@YAPAXPAUEHRegistrationNode@@PBU_s_FuncInfo@@PAXHK@Z 10053cb4 f libvcruntime:trnsctrl.obj - 0001:00052d11 ?_CallSETranslator@@YAHPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAX2PBU_s_FuncInfo@@H1@Z 10053d11 f libvcruntime:trnsctrl.obj - 0001:00052e01 ?_JumpToContinuation@@YGXPAXPAUEHRegistrationNode@@@Z 10053e01 f libvcruntime:trnsctrl.obj - 0001:00052e31 ?_UnwindNestedFrames@@YGXPAUEHRegistrationNode@@PAUEHExceptionRecord@@@Z 10053e31 f libvcruntime:trnsctrl.obj - 0001:00052e85 __CatchGuardHandler 10053e85 f libvcruntime:trnsctrl.obj - 0001:00052eb6 __CreateFrameInfo 10053eb6 f libvcruntime:trnsctrl.obj - 0001:00052eda __FindAndUnlinkFrame 10053eda f libvcruntime:trnsctrl.obj - 0001:00052f22 __TranslatorGuardHandler 10053f22 f libvcruntime:trnsctrl.obj - 0001:00052fc1 ___CxxFrameHandler3 10053fc1 f libvcruntime:trnsctrl.obj - 0001:00053000 _memcpy 10054000 f libvcruntime:memcpy.obj - 0001:00053000 _memmove 10054000 f libvcruntime:memmove.obj - 0001:00053580 ??0__non_rtti_object@std@@QAE@ABV01@@Z 10054580 f i libvcruntime:rtti.obj - 0001:0005359b ??0bad_typeid@std@@QAE@ABV01@@Z 1005459b f i libvcruntime:rtti.obj - 0001:000535b6 ??_E__non_rtti_object@std@@UAEPAXI@Z 100545b6 f i libvcruntime:rtti.obj - 0001:000535b6 ??_Ebad_function_call@std@@UAEPAXI@Z 100545b6 f i libcpmt:xthrow.obj - 0001:000535b6 ??_Ebad_typeid@std@@UAEPAXI@Z 100545b6 f i libvcruntime:rtti.obj - 0001:000535b6 ??_Einvalid_argument@std@@UAEPAXI@Z 100545b6 f i libcpmt:xthrow.obj - 0001:000535b6 ??_Elength_error@std@@UAEPAXI@Z 100545b6 f i libcpmt:xthrow.obj - 0001:000535b6 ??_Elogic_error@std@@UAEPAXI@Z 100545b6 f i libcpmt:xthrow.obj - 0001:000535b6 ??_Eout_of_range@std@@UAEPAXI@Z 100545b6 f i libcpmt:xthrow.obj - 0001:000535b6 ??_G__non_rtti_object@std@@UAEPAXI@Z 100545b6 f i libvcruntime:rtti.obj - 0001:000535b6 ??_Gbad_function_call@std@@UAEPAXI@Z 100545b6 f i libcpmt:xthrow.obj - 0001:000535b6 ??_Gbad_typeid@std@@UAEPAXI@Z 100545b6 f i libvcruntime:rtti.obj - 0001:000535b6 ??_Ginvalid_argument@std@@UAEPAXI@Z 100545b6 f i libcpmt:xthrow.obj - 0001:000535b6 ??_Glength_error@std@@UAEPAXI@Z 100545b6 f i libcpmt:xthrow.obj - 0001:000535b6 ??_Glogic_error@std@@UAEPAXI@Z 100545b6 f i libcpmt:xthrow.obj - 0001:000535b6 ??_Gout_of_range@std@@UAEPAXI@Z 100545b6 f i libcpmt:xthrow.obj - 0001:00053987 ?__construct_from_string_literal@__non_rtti_object@std@@SA?AV12@QBD@Z 10054987 f i libvcruntime:rtti.obj - 0001:000539a3 ?__construct_from_string_literal@bad_cast@std@@SA?AV12@QBD@Z 100549a3 f i libvcruntime:rtti.obj - 0001:000539bf ?__construct_from_string_literal@bad_typeid@std@@SA?AV12@QBD@Z 100549bf f i libvcruntime:rtti.obj - 0001:000539db ___RTDynamicCast 100549db f libvcruntime:rtti.obj - 0001:00053ace ___RTtypeid 10054ace f libvcruntime:rtti.obj - 0001:00053b64 ??3@YAXPAX@Z 10054b64 f LIBCMT:delete_scalar.obj - 0001:00053b69 ___std_type_info_compare 10054b69 f libvcruntime:std_type_info.obj - 0001:00053ba5 ___std_type_info_destroy_list 10054ba5 f libvcruntime:std_type_info.obj - 0001:00053bc8 ___std_type_info_name 10054bc8 f libvcruntime:std_type_info.obj - 0001:00053c90 _memset 10054c90 f libvcruntime:memset.obj - 0001:00053df0 _strstr 10054df0 f libvcruntime:strstr.obj - 0001:00054060 _memchr 10055060 f libvcruntime:memchr.obj - 0001:0005410d ___vcrt_freefls@4 1005510d f libvcruntime:per_thread_data.obj - 0001:00054129 ___vcrt_freeptd_for_this_thread 10055129 f libvcruntime:per_thread_data.obj - 0001:00054154 ___vcrt_getptd 10055154 f libvcruntime:per_thread_data.obj - 0001:00054162 ___vcrt_getptd_noexit 10055162 f libvcruntime:per_thread_data.obj - 0001:000541f4 ___vcrt_getptd_noinit 100551f4 f libvcruntime:per_thread_data.obj - 0001:0005422b ___vcrt_initialize_ptd 1005522b f libvcruntime:per_thread_data.obj - 0001:0005425e ___vcrt_uninitialize_ptd 1005525e f libvcruntime:per_thread_data.obj - 0001:000542c0 __except_handler4 100552c0 f libvcruntime:chandler4.obj - 0001:00054b50 ??$TypeMatchHelper@V__FrameHandler3@@@@YAHPBU_s_HandlerType@@PBU_s_CatchableType@@PBU_s_ThrowInfo@@@Z 10055b50 f i libvcruntime:frame.obj - 0001:00054bde ??$__InternalCxxFrameHandler@V__FrameHandler3@@@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@H1E@Z 10055bde f i libvcruntime:frame.obj - 0001:00054ce0 ??$__InternalCxxFrameHandlerWrapper@V__FrameHandler3@@@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@H1E@Z 10055ce0 f i libvcruntime:frame.obj - 0001:00054f41 ?FrameUnwindToEmptyState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@@Z 10055f41 f libvcruntime:frame.obj - 0001:00054f59 ?FrameUnwindToState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@H@Z 10055f59 f libvcruntime:frame.obj - 0001:000550db ?_CallMemberFunction1@@YGXQAX00@Z 100560db f i libvcruntime:frame.obj - 0001:000550eb ?_CallMemberFunction2@@YGXQAX00H@Z 100560eb f i libvcruntime:frame.obj - 0001:000550fe ?getESTypes@__FrameHandler3@@SAPBU_s_ESTypeList@@PBU_s_FuncInfo@@@Z 100560fe f i libvcruntime:frame.obj - 0001:00055110 __CallSettingFrame@12 10056110 f libvcruntime:lowhelpr.obj - 0001:00055137 __NLG_Return 10056137 libvcruntime:lowhelpr.obj - 0001:0005515c ___except_validate_context_record 1005615c f libvcruntime:jbcxrval.obj - 0001:0005518c ??$?0$00@DName@@QAE@PBDU?$StringLifeSelector@$00@@@Z 1005618c f i libvcruntime:undname.obj - 0001:000551bf ??$?0$01@DName@@QAE@PBDU?$StringLifeSelector@$01@@@Z 100561bf f i libvcruntime:undname.obj - 0001:000551bf ??$?0$0A@@DName@@QAE@PBDU?$StringLifeSelector@$0A@@@@Z 100561bf f i libvcruntime:undname.obj - 0001:000551f2 ??$?0$01@pcharNode@@QAE@PBDHU?$StringLifeSelector@$01@@@Z 100561f2 f i libvcruntime:undname.obj - 0001:000551f2 ??$?0$0A@@pcharNode@@QAE@PBDHU?$StringLifeSelector@$0A@@@@Z 100561f2 f i libvcruntime:undname.obj - 0001:00055232 ??$append@VDNameNode@@@DName@@AAEXPBVDNameNode@@@Z 10056232 f i libvcruntime:undname.obj - 0001:00055232 ??$append@VDNameStatusNode@@@DName@@AAEXPBVDNameStatusNode@@@Z 10056232 f i libvcruntime:undname.obj - 0001:00055232 ??$append@VcharNode@@@DName@@AAEXPBVcharNode@@@Z 10056232 f i libvcruntime:undname.obj - 0001:00055232 ??$append@VpcharNode@@@DName@@AAEXPBVpcharNode@@@Z 10056232 f i libvcruntime:undname.obj - 0001:00055273 ??$doPchar@$00@DName@@AAEXPBDH@Z 10056273 f i libvcruntime:undname.obj - 0001:000552df ??$doPchar@$01@DName@@AAEXPBDH@Z 100562df f i libvcruntime:undname.obj - 0001:000552df ??$doPchar@$0A@@DName@@AAEXPBDH@Z 100562df f i libvcruntime:undname.obj - 0001:0005540c ??0DName@@QAE@AAPBDD@Z 1005640c f libvcruntime:undname.obj - 0001:00055495 ??0DName@@QAE@ABUStringLiteral@@@Z 10056495 f libvcruntime:undname.obj - 0001:000554bc ??0DName@@QAE@PAV0@@Z 100564bc f libvcruntime:undname.obj - 0001:00055503 ??0DName@@QAE@W4DNameStatus@@@Z 10056503 f libvcruntime:undname.obj - 0001:00055543 ??0DName@@QAE@_J@Z 10056543 f libvcruntime:undname.obj - 0001:000555cd ??0DName@@QAE@_K@Z 100565cd f libvcruntime:undname.obj - 0001:00055631 ??0DNameNode@@IAE@XZ 10056631 f i libvcruntime:undname.obj - 0001:0005563a ??0UnDecorator@@QAE@PBDP6APADJ@ZK@Z 1005663a f i libvcruntime:undname.obj - 0001:0005569e ??0pDNameNode@@QAE@PAVDName@@@Z 1005669e f libvcruntime:undname.obj - 0001:000556c6 ??0pairNode@@QAE@PBVDNameNode@@0@Z 100566c6 f i libvcruntime:undname.obj - 0001:000556ec ??2@YAPAXIAAV_HeapManager@@H@Z 100566ec f libvcruntime:undname.obj - 0001:0005570b ??4DName@@QAEAAV0@ABUStringLiteral@@@Z 1005670b f libvcruntime:undname.obj - 0001:0005572c ??4DName@@QAEAAV0@W4DNameStatus@@@Z 1005672c f libvcruntime:undname.obj - 0001:0005575e ??AReplicator@@QBE?AVDName@@H@Z 1005675e f libvcruntime:undname.obj - 0001:0005579a ??H@YA?AVDName@@ABUStringLiteral@@ABV0@@Z 1005679a f i libvcruntime:undname.obj - 0001:000557bc ??H@YA?AVDName@@DABV0@@Z 100567bc f i libvcruntime:undname.obj - 0001:000557e7 ??H@YA?AVDName@@W4DNameStatus@@ABV0@@Z 100567e7 f i libvcruntime:undname.obj - 0001:00055809 ??HDName@@QBE?AV0@ABUStringLiteral@@@Z 10056809 f libvcruntime:undname.obj - 0001:0005582b ??HDName@@QBE?AV0@ABV0@@Z 1005682b f libvcruntime:undname.obj - 0001:0005584d ??HDName@@QBE?AV0@D@Z 1005684d f libvcruntime:undname.obj - 0001:0005586f ??HDName@@QBE?AV0@W4DNameStatus@@@Z 1005686f f libvcruntime:undname.obj - 0001:00055891 ??YDName@@QAEAAV0@ABUStringLiteral@@@Z 10056891 f libvcruntime:undname.obj - 0001:000558e9 ??YDName@@QAEAAV0@ABV0@@Z 100568e9 f libvcruntime:undname.obj - 0001:00055940 ??YDName@@QAEAAV0@D@Z 10056940 f libvcruntime:undname.obj - 0001:00055995 ??YDName@@QAEAAV0@W4DNameStatus@@@Z 10056995 f libvcruntime:undname.obj - 0001:000559d5 ??YReplicator@@QAEAAV0@ABVDName@@@Z 100569d5 f libvcruntime:undname.obj - 0001:00055a15 ??_5DName@@QAEAAV0@ABV0@@Z 10056a15 f libvcruntime:undname.obj - 0001:00055a34 ?Destructor@_HeapManager@@QAEXXZ 10056a34 f i libvcruntime:undname.obj - 0001:00055a69 ?UScore@UnDecorator@@SA?AUStringLiteral@@W4Tokens@@@Z 10056a69 f libvcruntime:undname.obj - 0001:00055a90 ?composeDeclaration@UnDecorator@@CA?AVDName@@ABV2@@Z 10056a90 f i libvcruntime:undname.obj - 0001:00056816 ?doPchar@DName@@AAEXD@Z 10057816 f libvcruntime:undname.obj - 0001:0005684e ?getAddressOf@UnDecorator@@CA?AVDName@@XZ 1005784e f libvcruntime:undname.obj - 0001:000568b6 ?getArgumentList@UnDecorator@@CA?AVDName@@XZ 100578b6 f libvcruntime:undname.obj - 0001:000569c3 ?getArgumentTypes@UnDecorator@@CA?AVDName@@XZ 100579c3 f libvcruntime:undname.obj - 0001:00056acb ?getArrayAccess@UnDecorator@@CA?AVDName@@XZ 10057acb f libvcruntime:undname.obj - 0001:00056b3f ?getArrayObject@UnDecorator@@CA?AVDName@@XZ 10057b3f f libvcruntime:undname.obj - 0001:00056bdd ?getArrayType@UnDecorator@@CA?AVDName@@ABV2@@Z 10057bdd f i libvcruntime:undname.obj - 0001:00056d7a ?getBasedType@UnDecorator@@CA?AVDName@@XZ 10057d7a f libvcruntime:undname.obj - 0001:00056e29 ?getBasicDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 10057e29 f libvcruntime:undname.obj - 0001:00057385 ?getCallingConvention@UnDecorator@@CA?AVDName@@XZ 10058385 f libvcruntime:undname.obj - 0001:0005744f ?getDataIndirectType@UnDecorator@@CA?AVDName@@ABV2@W4IndirectionKind@@0H@Z 1005844f f libvcruntime:undname.obj - 0001:00057b0e ?getDataIndirectType@UnDecorator@@CA?AVDName@@XZ 10058b0e f i libvcruntime:undname.obj - 0001:00057b3c ?getDataType@UnDecorator@@CA?AVDName@@PAV2@@Z 10058b3c f libvcruntime:undname.obj - 0001:00057c13 ?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 10058c13 f libvcruntime:undname.obj - 0001:00057e67 ?getDimension@UnDecorator@@CA?AVDName@@_N@Z 10058e67 f libvcruntime:undname.obj - 0001:00057f6e ?getDispatchTarget@UnDecorator@@CA?AVDName@@XZ 10058f6e f libvcruntime:undname.obj - 0001:00057fbf ?getECSUDataType@UnDecorator@@CA?AVDName@@XZ 10058fbf f libvcruntime:undname.obj - 0001:00058169 ?getEnumType@UnDecorator@@CA?AVDName@@XZ 10059169 f i libvcruntime:undname.obj - 0001:0005827d ?getExtendedDataIndirectType@UnDecorator@@CA?AVDName@@AAW4IndirectionKind@@AA_NH@Z 1005927d f libvcruntime:undname.obj - 0001:00058480 ?getExternalDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 10059480 f i libvcruntime:undname.obj - 0001:000584e5 ?getFloatingPoint@UnDecorator@@CA?AVDName@@H@Z 100594e5 f libvcruntime:undname.obj - 0001:000585a8 ?getFunctionIndirectType@UnDecorator@@CA?AVDName@@ABV2@@Z 100595a8 f libvcruntime:undname.obj - 0001:00058952 ?getLastChar@DName@@QBEDXZ 10059952 f i libvcruntime:undname.obj - 0001:00058972 ?getLastChar@DNameStatusNode@@UBEDXZ 10059972 f i libvcruntime:undname.obj - 0001:0005897e ?getLastChar@charNode@@UBEDXZ 1005997e f i libvcruntime:undname.obj - 0001:00058982 ?getLastChar@pDNameNode@@UBEDXZ 10059982 f i libvcruntime:undname.obj - 0001:00058990 ?getLastChar@pairNode@@UBEDXZ 10059990 f i libvcruntime:undname.obj - 0001:000589c5 ?getLastChar@pcharNode@@UBEDXZ 100599c5 f i libvcruntime:undname.obj - 0001:000589d7 ?getLexicalFrame@UnDecorator@@CA?AVDName@@XZ 100599d7 f i libvcruntime:undname.obj - 0001:00058a08 ?getMemberAccess@UnDecorator@@CA?AVDName@@XZ 10059a08 f libvcruntime:undname.obj - 0001:00058a78 ?getMemoryWithBuffer@_HeapManager@@QAEPAXI@Z 10059a78 f libvcruntime:undname.obj - 0001:00058ae2 ?getMemoryWithoutBuffer@_HeapManager@@QAEPAXI@Z 10059ae2 f libvcruntime:undname.obj - 0001:00058b02 ?getNoexcept@UnDecorator@@CA?AVDName@@XZ 10059b02 f libvcruntime:undname.obj - 0001:00058b4a ?getNumberOfDimensions@UnDecorator@@CAHXZ 10059b4a f libvcruntime:undname.obj - 0001:00058ba4 ?getOperatorName@UnDecorator@@CA?AVDName@@_NPA_N@Z 10059ba4 f i libvcruntime:undname.obj - 0001:0005946a ?getPointerToMember@UnDecorator@@CA?AVDName@@XZ 1005a46a f libvcruntime:undname.obj - 0001:00059526 ?getPrimaryDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005a526 f libvcruntime:undname.obj - 0001:00059774 ?getPtrRefDataType@UnDecorator@@CA?AVDName@@ABV2@H@Z 1005a774 f libvcruntime:undname.obj - 0001:000598e1 ?getPtrRefType@UnDecorator@@CA?AVDName@@ABV2@0W4IndirectionKind@@@Z 1005a8e1 f libvcruntime:undname.obj - 0001:000599f2 ?getRestrictionSpec@UnDecorator@@CA?AVDName@@XZ 1005a9f2 f libvcruntime:undname.obj - 0001:00059b0b ?getReturnType@UnDecorator@@CA?AVDName@@PAV2@@Z 1005ab0b f libvcruntime:undname.obj - 0001:00059b3a ?getScope@UnDecorator@@CA?AVDName@@XZ 1005ab3a f libvcruntime:undname.obj - 0001:00059ef8 ?getScopedName@UnDecorator@@CA?AVDName@@XZ 1005aef8 f libvcruntime:undname.obj - 0001:00059fed ?getSignedDimension@UnDecorator@@CA?AVDName@@XZ 1005afed f libvcruntime:undname.obj - 0001:0005a03e ?getString@DName@@QBEPADPAD0@Z 1005b03e f i libvcruntime:undname.obj - 0001:0005a06b ?getString@DName@@QBEPADPADH@Z 1005b06b f i libvcruntime:undname.obj - 0001:0005a0c0 ?getString@DNameStatusNode@@UBEPADPAD0@Z 1005b0c0 f i libvcruntime:undname.obj - 0001:0005a107 ?getString@charNode@@UBEPADPAD0@Z 1005b107 f i libvcruntime:undname.obj - 0001:0005a11c ?getString@pDNameNode@@UBEPADPAD0@Z 1005b11c f i libvcruntime:undname.obj - 0001:0005a133 ?getString@pairNode@@UBEPADPAD0@Z 1005b133 f i libvcruntime:undname.obj - 0001:0005a179 ?getString@pcharNode@@UBEPADPAD0@Z 1005b179 f i libvcruntime:undname.obj - 0001:0005a194 ?getStringEncoding@UnDecorator@@CA?AVDName@@W4PrefixKind@@H@Z 1005b194 f libvcruntime:undname.obj - 0001:0005a227 ?getStringHelper@@YAPADPADPBD1H@Z 1005b227 f i libvcruntime:undname.obj - 0001:0005a251 ?getStringObject@UnDecorator@@CA?AVDName@@XZ 1005b251 f libvcruntime:undname.obj - 0001:0005a2bd ?getSymbolName@UnDecorator@@CA?AVDName@@XZ 1005b2bd f i libvcruntime:undname.obj - 0001:0005a305 ?getTemplateArgumentList@UnDecorator@@CA?AVDName@@XZ 1005b305 f libvcruntime:undname.obj - 0001:0005a4b5 ?getTemplateName@UnDecorator@@CA?AVDName@@_N@Z 1005b4b5 f libvcruntime:undname.obj - 0001:0005a630 ?getTemplateNonTypeArgument@UnDecorator@@CA?AVDName@@XZ 1005b630 f libvcruntime:undname.obj - 0001:0005a9f8 ?getTemplateTypeArgument@UnDecorator@@CA?AVDName@@XZ 1005b9f8 f libvcruntime:undname.obj - 0001:0005ab09 ?getThisType@UnDecorator@@CA?AVDName@@XZ 1005bb09 f i libvcruntime:undname.obj - 0001:0005ab38 ?getThrowTypes@UnDecorator@@CA?AVDName@@XZ 1005bb38 f libvcruntime:undname.obj - 0001:0005ab57 ?getTypeEncoding@UnDecorator@@CAHXZ 1005bb57 f i libvcruntime:undname.obj - 0001:0005ae93 ?getUndecoratedName@UnDecorator@@QAEPADPADH@Z 1005be93 f i libvcruntime:undname.obj - 0001:0005afb4 ?getUnionObject@UnDecorator@@CA?AVDName@@XZ 1005bfb4 f libvcruntime:undname.obj - 0001:0005b05b ?getVCallThunkType@UnDecorator@@CA?AVDName@@XZ 1005c05b f i libvcruntime:undname.obj - 0001:0005b0a5 ?getValue@UnDecorator@@CA?AV?$optional@_K@std@@XZ 1005c0a5 f libvcruntime:undname.obj - 0001:0005b0f5 ?getValueObject@UnDecorator@@CA?AVDName@@XZ 1005c0f5 f libvcruntime:undname.obj - 0001:0005b221 ?getVdispMapType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005c221 f i libvcruntime:undname.obj - 0001:0005b282 ?getVfTableType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005c282 f i libvcruntime:undname.obj - 0001:0005b3d6 ?getZName@UnDecorator@@CA?AVDName@@_N0@Z 1005c3d6 f libvcruntime:undname.obj - 0001:0005b5ef ?get_current_character_and_increment_buffer@UnDecorator@@CADXZ 1005c5ef f i libvcruntime:undname.obj - 0001:0005b603 ?increment_buffer@UnDecorator@@CA_NI@Z 1005c603 f i libvcruntime:undname.obj - 0001:0005b62b ?isEmpty@DName@@QBEHXZ 1005c62b f i libvcruntime:undname.obj - 0001:0005b633 ?isValid@DName@@QBEHXZ 1005c633 f i libvcruntime:undname.obj - 0001:0005b63d ?length@DName@@QBEHXZ 1005c63d f i libvcruntime:undname.obj - 0001:0005b65c ?length@DNameStatusNode@@UBEHXZ 1005c65c f i libvcruntime:undname.obj - 0001:0005b65c ?length@pcharNode@@UBEHXZ 1005c65c f i libvcruntime:undname.obj - 0001:0005b65c ?raw_length@DNameStatusNode@@UBEHXZ 1005c65c f i libvcruntime:undname.obj - 0001:0005b65c ?raw_length@pcharNode@@UBEHXZ 1005c65c f i libvcruntime:undname.obj - 0001:0005b660 ?length@charNode@@UBEHXZ 1005c660 f i libvcruntime:undname.obj - 0001:0005b660 ?raw_length@charNode@@UBEHXZ 1005c660 f i libvcruntime:undname.obj - 0001:0005b660 __get_startup_argv_mode 1005c660 f i LIBCMT:argv_mode.obj - 0001:0005b664 ?length@pDNameNode@@UBEHXZ 1005c664 f i libvcruntime:undname.obj - 0001:0005b672 ?length@pairNode@@UBEHXZ 1005c672 f i libvcruntime:undname.obj - 0001:0005b6bb ?make@DNameStatusNode@@SAPBV1@W4DNameStatus@@@Z 1005c6bb f i libvcruntime:undname.obj - 0001:0005b6d7 ?parseDecoratedName@UnDecorator@@CA?AVDName@@XZ 1005c6d7 f libvcruntime:undname.obj - 0001:0005b7d2 ?raw_length@pairNode@@UBEHXZ 1005c7d2 f i libvcruntime:undname.obj - 0001:0005b828 ___unDName 1005c828 f libvcruntime:undname.obj - 0001:0005b84b ___unDNameEx 1005c84b f libvcruntime:undname.obj - 0001:0005b8f0 _strchr 1005c8f0 f libvcruntime:strchr.obj - 0001:0005b95e ___from_strstr_to_strchr 1005c95e libvcruntime:strchr.obj - 0001:0005bb06 ___vcrt_FlsAlloc 1005cb06 f libvcruntime:winapi_downlevel.obj - 0001:0005bb41 ___vcrt_FlsFree 1005cb41 f libvcruntime:winapi_downlevel.obj - 0001:0005bb7c ___vcrt_FlsGetValue 1005cb7c f libvcruntime:winapi_downlevel.obj - 0001:0005bbb7 ___vcrt_FlsSetValue 1005cbb7 f libvcruntime:winapi_downlevel.obj - 0001:0005bbf5 ___vcrt_InitializeCriticalSectionEx 1005cbf5 f libvcruntime:winapi_downlevel.obj - 0001:0005bc40 __local_unwind4 1005cc40 f libvcruntime:exsup4.obj - 0001:0005bd30 @_EH4_CallFilterFunc@8 1005cd30 f libvcruntime:exsup4.obj - 0001:0005bd50 @_EH4_TransferToHandler@8 1005cd50 f libvcruntime:exsup4.obj - 0001:0005bd70 @_EH4_GlobalUnwind2@8 1005cd70 f libvcruntime:exsup4.obj - 0001:0005bd90 @_EH4_LocalUnwind@16 1005cd90 f libvcruntime:exsup4.obj - 0001:0005bda7 _unexpected 1005cda7 f libvcruntime:unexpected.obj - 0001:0005bdc4 ?GetCurrentState@__FrameHandler3@@SAHPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@@Z 1005cdc4 f libvcruntime:ehstate.obj - 0001:0005bde1 ?SetState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PBU_s_FuncInfo@@H@Z 1005cde1 f libvcruntime:ehstate.obj - 0001:0005bdf0 __NLG_Notify1 1005cdf0 f libvcruntime:exsup.obj - 0001:0005be00 __NLG_Notify 1005ce00 f libvcruntime:exsup.obj - 0001:0005be17 __NLG_Dispatch 1005ce17 libvcruntime:exsup.obj - 0001:0005be17 __NLG_Dispatch2 1005ce17 libvcruntime:exsup.obj - 0001:0005be20 __NLG_Call 1005ce20 f libvcruntime:exsup.obj - 0001:0005be22 __NLG_Return2 1005ce22 libvcruntime:exsup.obj - 0001:0005be23 ___vcrt_initialize_locks 1005ce23 f libvcruntime:locks.obj - 0001:0005be5f ___vcrt_lock 1005ce5f f libvcruntime:locks.obj - 0001:0005be74 ___vcrt_uninitialize_locks 1005ce74 f libvcruntime:locks.obj - 0001:0005bea3 ___vcrt_unlock 1005cea3 f libvcruntime:locks.obj - 0001:0005beb8 ??0__crt_cached_ptd_host@@QAE@QAU__crt_locale_pointers@@@Z 1005ceb8 f i libucrt:invalid_parameter.obj - 0001:0005bf00 ??1__crt_cached_ptd_host@@QAE@XZ 1005cf00 f i libucrt:invalid_parameter.obj - 0001:0005bf3c ?check_synchronize_global_state_index@__crt_cached_ptd_host@@AAEIXZ 1005cf3c f i libucrt:invalid_parameter.obj - 0001:0005bf65 ?force_synchronize_per_thread_data@__crt_cached_ptd_host@@AAEPAU__acrt_ptd@@XZ 1005cf65 f i libucrt:invalid_parameter.obj - 0001:0005bfab ?get_raw_ptd@__crt_cached_ptd_host@@QAEPAU__acrt_ptd@@XZ 1005cfab f i libucrt:invalid_parameter.obj - 0001:0005bfc8 ___acrt_call_reportfault 1005cfc8 f libucrt:invalid_parameter.obj - 0001:0005c101 ___acrt_initialize_invalid_parameter_handler 1005d101 f libucrt:invalid_parameter.obj - 0001:0005c110 __invalid_parameter 1005d110 f libucrt:invalid_parameter.obj - 0001:0005c147 __invalid_parameter_internal 1005d147 f libucrt:invalid_parameter.obj - 0001:0005c1c4 __invalid_parameter_noinfo 1005d1c4 f libucrt:invalid_parameter.obj - 0001:0005c1d4 __invalid_parameter_noinfo_noreturn 1005d1d4 f libucrt:invalid_parameter.obj - 0001:0005c1f1 __invoke_watson 1005d1f1 f libucrt:invalid_parameter.obj - 0001:0005c225 ___acrt_initialize_stdio 1005d225 f libucrt:_file.obj - 0001:0005c2ed ___acrt_iob_func 1005d2ed f libucrt:_file.obj - 0001:0005c2fd ___acrt_uninitialize_stdio 1005d2fd f libucrt:_file.obj - 0001:0005c349 __get_stream_buffer_pointers 1005d349 f libucrt:_file.obj - 0001:0005c38f __lock_file 1005d38f f libucrt:_file.obj - 0001:0005c3a3 __unlock_file 1005d3a3 f libucrt:_file.obj - 0001:0005c4dc _fclose 1005d4dc f libucrt:fclose.obj - 0001:0005c745 ___acrt_stdio_flush_nolock 1005d745 f libucrt:fflush.obj - 0001:0005c7ae __fflush_nolock 1005d7ae f libucrt:fflush.obj - 0001:0005c813 __flushall 1005d813 f libucrt:fflush.obj - 0001:0005c81c _fflush 1005d81c f libucrt:fflush.obj - 0001:0005c86f __fgetc_nolock 1005d86f f libucrt:fgetc.obj - 0001:0005c8ab _fgetc 1005d8ab f libucrt:fgetc.obj - 0001:0005c9c4 _fgetpos 1005d9c4 f libucrt:fgetpos.obj - 0001:0005cb53 __fputc_nolock_internal 1005db53 f libucrt:fputc.obj - 0001:0005cb80 _fputc 1005db80 f libucrt:fputc.obj - 0001:0005cbb4 __fread_nolock_s 1005dbb4 f libucrt:fread.obj - 0001:0005cd8d _fread 1005dd8d f libucrt:fread.obj - 0001:0005cdaa _fread_s 1005ddaa f libucrt:fread.obj - 0001:0005cec8 _fsetpos 1005dec8 f libucrt:fsetpos.obj - 0001:0005cf03 ?LongLongSub@@YAJ_J0PA_J@Z 1005df03 f i libucrt:fseek.obj - 0001:0005d1ec __fseeki64 1005e1ec f libucrt:fseek.obj - 0001:0005d226 _fseek 1005e226 f libucrt:fseek.obj - 0001:0005d307 __fwrite_internal 1005e307 f libucrt:fwrite.obj - 0001:0005d37e __fwrite_nolock_internal 1005e37e f libucrt:fwrite.obj - 0001:0005d525 _fwrite 1005e525 f libucrt:fwrite.obj - 0001:0005d723 _setvbuf 1005e723 f libucrt:setvbuf.obj - 0001:0005d75d __ungetc_nolock 1005e75d f libucrt:ungetc.obj - 0001:0005d851 _ungetc 1005e851 f libucrt:ungetc.obj - 0001:0005d8c4 _free 1005e8c4 f libucrt:free.obj - 0001:0005d8df ??$__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 1005e8df f i libucrt:rename.obj - 0001:0005d991 ??$__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 1005e991 f i libucrt:rename.obj - 0001:0005d9ae ??0_LocaleUpdate@@QAE@QAU__crt_locale_pointers@@@Z 1005e9ae f i libucrt:rename.obj - 0001:0005da30 ?__acrt_get_utf8_acp_compatibility_codepage@@YAIXZ 1005ea30 f i libucrt:rename.obj - 0001:0005da6f ?_deallocate@?$__crt_win32_buffer@DU__crt_win32_buffer_internal_dynamic_resizing@@@@AAEXXZ 1005ea6f f i libucrt:argv_wildcards.obj - 0001:0005da6f ?_deallocate@?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@AAEXXZ 1005ea6f f i libucrt:rename.obj - 0001:0005da89 ?allocate@?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@QAEHI@Z 1005ea89 f i libucrt:rename.obj - 0001:0005dac8 ?allocate@__crt_win32_buffer_internal_dynamic_resizing@@SAHQAPAXIABV__crt_win32_buffer_empty_debug_info@@@Z 1005eac8 f i libucrt:rename.obj - 0001:0005dae7 _rename 1005eae7 f libucrt:rename.obj - 0001:0005df1c ??$count@D@formatting_buffer@__crt_stdio_output@@QBEIXZ 1005ef1c f i libucrt:output.obj - 0001:0005df34 ??$ensure_buffer_is_big_enough@D@formatting_buffer@__crt_stdio_output@@QAE_NIAAV__crt_cached_ptd_host@@@Z 1005ef34 f i libucrt:output.obj - 0001:0005dfb5 ??$is_overflow_condition@K@__crt_strtox@@YA_NIK@Z 1005efb5 f i libucrt:output.obj - 0001:0005dfe9 ??$is_wide_character_specifier@D@__crt_stdio_output@@YA_N_KDW4length_modifier@0@@Z 1005efe9 f i libucrt:output.obj - 0001:0005e01a ??$make_c_string_character_source@DPAPAD@__crt_strtox@@YA?AV?$c_string_character_source@D@0@QBDQAPAD@Z 1005f01a f i libucrt:output.obj - 0001:0005e01a ??$make_c_string_character_source@_WPAPA_W@__crt_strtox@@YA?AV?$c_string_character_source@_W@0@QB_WQAPA_W@Z 1005f01a f i libucrt:output.obj - 0001:0005e035 ??$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 1005f035 f i libucrt:output.obj - 0001:0005e244 ??$scratch_data@D@formatting_buffer@__crt_stdio_output@@QAEPADXZ 1005f244 f i libucrt:output.obj - 0001:0005e262 ??$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 1005f262 f i libucrt:output.obj - 0001:0005e262 ??$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 1005f262 f i libucrt:output.obj - 0001:0005e3ef ??$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 1005f3ef f i libucrt:output.obj - 0001:0005e3ef ??$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 1005f3ef f i libucrt:output.obj - 0001:0005e57c ??$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 1005f57c f i libucrt:output.obj - 0001:0005e57c ??$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 1005f57c f i libucrt:output.obj - 0001:0005e709 ??$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 1005f709 f i libucrt:output.obj - 0001:0005e709 ??$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 1005f709 f i libucrt:output.obj - 0001:0005e76c ??$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 1005f76c f i libucrt:output.obj - 0001:0005e76c ??$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 1005f76c f i libucrt:output.obj - 0001:0005e7f3 ??$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 1005f7f3 f i libucrt:output.obj - 0001:0005e7f3 ??$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 1005f7f3 f i libucrt:output.obj - 0001:0005e870 ??$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 1005f870 f i libucrt:output.obj - 0001:0005e870 ??$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 1005f870 f i libucrt:output.obj - 0001:0005e8e8 ??$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 1005f8e8 f i libucrt:output.obj - 0001:0005e8e8 ??$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 1005f8e8 f i libucrt:output.obj - 0001:0005e98f ??$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 1005f98f f i libucrt:output.obj - 0001:0005e98f ??$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 1005f98f f i libucrt:output.obj - 0001:0005ea19 ??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 1005fa19 f i libucrt:output.obj - 0001:0005ea80 ??1formatting_buffer@__crt_stdio_output@@QAE@XZ 1005fa80 f i libucrt:output.obj - 0001:0005ea9a ??4?$__crt_unique_heap_ptr@DU__crt_internal_free_policy@@@@QAEAAV0@$$QAV0@@Z 1005fa9a f i libucrt:output.obj - 0001:0005eabe ?crop_zeroes@__crt_stdio_output@@YAXPADQAU__crt_locale_pointers@@@Z 1005fabe f i libucrt:output.obj - 0001:0005eb1e ?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 1005fb1e f i libucrt:output.obj - 0001:0005eb5b ?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 1005fb5b f i libucrt:output.obj - 0001:0005eb96 ?force_decimal_point@__crt_stdio_output@@YAXPADQAU__crt_locale_pointers@@@Z 1005fb96 f i libucrt:output.obj - 0001:0005ebf2 ?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 1005fbf2 f i libucrt:output.obj - 0001:0005ebf2 ?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 1005fbf2 f i libucrt:output.obj - 0001:0005ec6a ?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 1005fc6a f i libucrt:output.obj - 0001:0005ef50 ?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 1005ff50 f i libucrt:output.obj - 0001:0005f224 ?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 10060224 f i libucrt:output.obj - 0001:0005f224 ?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 10060224 f i libucrt:output.obj - 0001:0005f37d ?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 1006037d f i libucrt:output.obj - 0001:0005f37d ?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 1006037d f i libucrt:output.obj - 0001:0005f6dc ?to_integer_size@__crt_stdio_output@@YAIW4length_modifier@1@@Z 100606dc f i libucrt:output.obj - 0001:0005f730 ?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 10060730 f i libucrt:output.obj - 0001:0005f730 ?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 10060730 f i libucrt:output.obj - 0001:0005f793 ?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 10060793 f i libucrt:output.obj - 0001:0005f793 ?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 10060793 f i libucrt:output.obj - 0001:0005f924 ?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 10060924 f i libucrt:output.obj - 0001:0005f924 ?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 10060924 f i libucrt:output.obj - 0001:0005f9b9 ?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 100609b9 f i libucrt:output.obj - 0001:0005f9b9 ?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 100609b9 f i libucrt:output.obj - 0001:0005fa3e ?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 10060a3e f i libucrt:output.obj - 0001:0005fa3e ?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 10060a3e f i libucrt:output.obj - 0001:0005fa5b ?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 10060a5b f i libucrt:output.obj - 0001:0005fa5b ?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 10060a5b f i libucrt:output.obj - 0001:0005fa71 ?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 10060a71 f i libucrt:output.obj - 0001:0005fa71 ?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 10060a71 f i libucrt:output.obj - 0001:0005fae3 ?unget@?$c_string_character_source@D@__crt_strtox@@QAEXD@Z 10060ae3 f i libucrt:output.obj - 0001:0005fb0c ?unget@?$c_string_character_source@_W@__crt_strtox@@QAEX_W@Z 10060b0c f i libucrt:output.obj - 0001:0005fb40 ?update_locale_slow@__crt_cached_ptd_host@@AAEXXZ 10060b40 f i libucrt:output.obj - 0001:0005fb9b ?validate@?$c_string_character_source@D@__crt_strtox@@QBE_NXZ 10060b9b f i libucrt:output.obj - 0001:0005fb9b ?validate@?$c_string_character_source@_W@__crt_strtox@@QBE_NXZ 10060b9b f i libucrt:output.obj - 0001:0005fbb6 ?validate@?$string_output_adapter@D@__crt_stdio_output@@QBE_NAAV__crt_cached_ptd_host@@@Z 10060bb6 f i libucrt:output.obj - 0001:0005fbe7 ?write_string@?$string_output_adapter@D@__crt_stdio_output@@QBEXQBDHQAHAAV__crt_cached_ptd_host@@@Z 10060be7 f i libucrt:output.obj - 0001:0005fc4e ___acrt_locale_get_ctype_array_value 10060c4e f i libucrt:output.obj - 0001:0005fc70 ___stdio_common_vsprintf 10060c70 f libucrt:output.obj - 0001:0005fcb1 ___stdio_common_vsprintf_s 10060cb1 f libucrt:output.obj - 0001:0005fcf2 ___acrt_errno_from_os_error 10060cf2 f libucrt:errno.obj - 0001:0005fd35 ___acrt_errno_map_os_error 10060d35 f libucrt:errno.obj - 0001:0005fd58 ___acrt_errno_map_os_error_ptd 10060d58 f libucrt:errno.obj - 0001:0005fd7c ___doserrno 10060d7c f libucrt:errno.obj - 0001:0005fd8f __errno 10060d8f f libucrt:errno.obj - 0001:0005fda2 _frexp 10060da2 f libucrt:frexp.obj - 0001:0005fe9c _calloc 10060e9c f libucrt:calloc.obj - 0001:0005fea7 _abort 10060ea7 f libucrt:abort.obj - 0001:0005feeb ??$is_overflow_condition@_K@__crt_strtox@@YA_NI_K@Z 10060eeb f i libucrt:atox.obj - 0001:0005ff2c ??$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 10060f2c f i libucrt:atox.obj - 0001:00060173 ??$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 10061173 f i libucrt:atox.obj - 0001:00060781 ??$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 10061781 f i libucrt:atox.obj - 0001:00060a49 __ischartype_l 10061a49 f i libucrt:atox.obj - 0001:00060aa0 __wtol 10061aa0 f libucrt:atox.obj - 0001:00060adf _atoi 10061adf f libucrt:atox.obj - 0001:00060adf _atol 10061adf f libucrt:atox.obj - 0001:00060b1e ??$assemble_floating_point_value_t@M@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAM@Z 10061b1e f i libucrt:strtod.obj - 0001:00060b4e ??$assemble_floating_point_value_t@N@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAN@Z 10061b4e f i libucrt:strtod.obj - 0001:00060c1f ??$convert_decimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z 10061c1f f i libucrt:strtod.obj - 0001:00060c40 ??$convert_hexadecimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z 10061c40 f i libucrt:strtod.obj - 0001:00060c61 ??$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 10061c61 f i libucrt:strtod.obj - 0001:00060ce1 ??$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 10061ce1 f i libucrt:strtod.obj - 0001:000610f9 ??$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 100620f9 f i libucrt:strtod.obj - 0001:000611ac ??$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 100621ac f i libucrt:strtod.obj - 0001:000612b0 ??$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 100622b0 f i libucrt:strtod.obj - 0001:000612ec ??$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 100622ec f i libucrt:strtod.obj - 0001:00061328 ??$parse_floating_point_write_result@M@__crt_strtox@@YA?AW4SLD_STATUS@@W4floating_point_parse_result@0@ABUfloating_point_string@0@QAM@Z 10062328 f i libucrt:strtod.obj - 0001:00061494 ??R@@QBE@XZ 10062494 f i libucrt:strtod.obj - 0001:00061494 ??R@@QBE@XZ 10062494 f i libucrt:strtod.obj - 0001:00061494 ??R@@QBE@XZ 10062494 f i libucrt:strtod.obj - 0001:000614ba ?as_double@floating_point_value@__crt_strtox@@QBEAANXZ 100624ba f i libucrt:strtod.obj - 0001:000614df ?as_float@floating_point_value@__crt_strtox@@QBEAAMXZ 100624df f i libucrt:strtod.obj - 0001:00061504 ?assemble_floating_point_infinity@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z 10062504 f i libucrt:strtod.obj - 0001:00061544 ?assemble_floating_point_value@__crt_strtox@@YA?AW4SLD_STATUS@@_KH_N1ABVfloating_point_value@1@@Z 10062544 f i libucrt:strtod.obj - 0001:0006189d ?assemble_floating_point_value_from_big_integer@__crt_strtox@@YA?AW4SLD_STATUS@@ABUbig_integer@1@I_N1ABVfloating_point_value@1@@Z 1006289d f i libucrt:strtod.obj - 0001:00061a2f ?assemble_floating_point_zero@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z 10062a2f f i libucrt:strtod.obj - 0001:00061a64 ?convert_decimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z 10062a64 f i libucrt:strtod.obj - 0001:0006380a ?convert_hexadecimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z 1006480a f i libucrt:strtod.obj - 0001:000638b0 ?denormal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ 100648b0 f i libucrt:strtod.obj - 0001:000638d0 ?divide@__crt_strtox@@YA_KAAUbig_integer@1@ABU21@@Z 100648d0 f i libucrt:strtod.obj - 0001:00063d7b ?normal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ 10064d7b f i libucrt:strtod.obj - 0001:00063d92 _strtof 10064d92 f libucrt:strtod.obj - 0001:00063db0 _strcspn 10064db0 f libucrt:strcspn.obj - 0001:00063e00 _strncmp 10064e00 f libucrt:strncmp.obj - 0001:00064109 __localtime64_s 10065109 f libucrt:localtime.obj - 0001:00064114 _localeconv 10065114 f libucrt:localeconv.obj - 0001:0006413c ??$__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 1006513c f i libucrt:strftime.obj - 0001:000641fe ??$__acrt_wcs_to_mbs_cp@U__crt_win32_buffer_no_resizing@@@@YAHQB_WAAV?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@I@Z 100651fe f i libucrt:strftime.obj - 0001:0006421b ??R@@QBE@IQB_WQADI@Z 1006521b f i libucrt:strftime.obj - 0001:0006421b ??R@@QBE@IQB_WQADI@Z 1006521b f i libucrt:argv_wildcards.obj - 0001:0006423f ?allocate@?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@QAEHI@Z 1006523f f i libucrt:strftime.obj - 0001:00064266 ?set_to_nullptr@?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@QAEXXZ 10065266 f i libucrt:strftime.obj - 0001:0006427a __Gettnames 1006527a f libucrt:strftime.obj - 0001:0006427f __Strftime 1006527f f libucrt:strftime.obj - 0001:0006429f __Strftime_l 1006529f f libucrt:strftime.obj - 0001:0006439a __dclass 1006539a f libucrt:nan.obj - 0001:000643ab __dsign 100653ab f libucrt:nan.obj - 0001:000643bb __ldclass 100653bb f libucrt:nanl.obj - 0001:000643cc ___ascii_stricmp 100653cc f libucrt:stricmp.obj - 0001:00064405 __strcmpi 10065405 f libucrt:stricmp.obj - 0001:00064405 __stricmp 10065405 f libucrt:stricmp.obj - 0001:0006444e __stricmp_l 1006544e f libucrt:stricmp.obj - 0001:000644de _strtoull 100654de f libucrt:strtox.obj - 0001:0006452a _wcstol 1006552a f libucrt:strtox.obj - 0001:00064570 __tolower_l 10065570 f libucrt:tolower_toupper.obj - 0001:0006466e _tolower 1006566e f libucrt:tolower_toupper.obj - 0001:000646a0 __libm_sse2_sqrt_precise 100656a0 f libucrt:sqrt_sse2_precise.obj - 0001:000647a0 _ceil 100657a0 f libucrt:ceil_pentium4.obj - 0001:000647e0 __ceil_pentium4 100657e0 f libucrt:ceil_pentium4.obj - 0001:000648bd __strnicmp 100658bd f libucrt:strnicmp.obj - 0001:0006492a __strnicmp_l 1006592a f libucrt:strnicmp.obj - 0001:000649f5 _terminate 100659f5 f libucrt:terminate.obj - 0001:00064a31 _malloc 10065a31 f libucrt:malloc.obj - 0001:00064a3c _strcpy_s 10065a3c f libucrt:strcpy_s.obj - 0001:00064a96 _wcsncmp 10065a96 f libucrt:wcsncmp.obj - 0001:00064e0e ___acrt_freeptd 10065e0e f libucrt:per_thread_data.obj - 0001:00064e3a ___acrt_getptd 10065e3a f libucrt:per_thread_data.obj - 0001:00064ef5 ___acrt_getptd_head 10065ef5 f libucrt:per_thread_data.obj - 0001:00064f8b ___acrt_getptd_noexit 10065f8b f libucrt:per_thread_data.obj - 0001:0006503c ___acrt_getptd_noexit_explicit 1006603c f libucrt:per_thread_data.obj - 0001:000650df ___acrt_initialize_ptd 100660df f libucrt:per_thread_data.obj - 0001:0006510b ___acrt_uninitialize_ptd 1006610b f libucrt:per_thread_data.obj - 0001:00065225 ??0_expandlocale_locale_name_cache@@QAE@QA_WIQAU__crt_qualified_locale_data@@@Z 10066225 f i libucrt:wsetlocale.obj - 0001:0006526f ??1_expandlocale_locale_name_cache@@QAE@XZ 1006626f f i libucrt:wsetlocale.obj - 0001:00065407 ?commit_locale_name@_expandlocale_locale_name_cache@@QAEXQB_WI@Z 10066407 f i libucrt:wsetlocale.obj - 0001:0006544b ?commit_locale_name_cache_already_updated@_expandlocale_locale_name_cache@@QAEXQB_WI@Z 1006644b f i libucrt:wsetlocale.obj - 0001:00065480 ___acrt_copy_locale_name 10066480 f libucrt:wsetlocale.obj - 0001:000654e0 ___acrt_set_locale_changed 100664e0 f libucrt:wsetlocale.obj - 0001:000654eb ___acrt_uninitialize_locale 100664eb f libucrt:wsetlocale.obj - 0001:00065512 ___lc_lctowcs 10066512 f libucrt:wsetlocale.obj - 0001:00065582 ___lc_wcstolc 10066582 f libucrt:wsetlocale.obj - 0001:00065ab4 __wcscats 10066ab4 f libucrt:wsetlocale.obj - 0001:00065af5 __wsetlocale 10066af5 f libucrt:wsetlocale.obj - 0001:000667ea __calloc_base 100677ea f libucrt:calloc_base.obj - 0001:00066847 __free_base 10067847 f libucrt:free_base.obj - 0001:0006690a ??$__crt_fast_encode_pointer@P6AHXZ@@YAP6AHXZQ6AHXZ@Z 1006790a f i libucrt:onexit.obj - 0001:0006690a ??$__crt_fast_encode_pointer@P6GHPA_WKJ@Z@@YAP6GHPA_WKJ@ZQ6GH0KJ@Z@Z 1006790a f i libucrt:winapi_thunks.obj - 0001:0006690a ??$__crt_fast_encode_pointer@PAP6AXXZ@@YAPAP6AXXZQAP6AXXZ@Z 1006790a f i libucrt:onexit.obj - 0001:0006690a ??$__crt_fast_encode_pointer@PAX@@YAPAXQAX@Z 1006790a f i libucrt:winapi_thunks.obj - 0001:00066bca ___acrt_AppPolicyGetProcessTerminationMethodInternal@4 10067bca f libucrt:winapi_thunks.obj - 0001:00066c0a ___acrt_AreFileApisANSI@0 10067c0a f libucrt:winapi_thunks.obj - 0001:00066c29 ___acrt_CompareStringEx@36 10067c29 f libucrt:winapi_thunks.obj - 0001:00066c86 ___acrt_EnumSystemLocalesEx@16 10067c86 f libucrt:winapi_thunks.obj - 0001:00066cda ___acrt_FlsAlloc@4 10067cda f libucrt:winapi_thunks.obj - 0001:00066d19 ___acrt_FlsFree@4 10067d19 f libucrt:winapi_thunks.obj - 0001:00066d58 ___acrt_FlsGetValue@4 10067d58 f libucrt:winapi_thunks.obj - 0001:00066d97 ___acrt_FlsSetValue@8 10067d97 f libucrt:winapi_thunks.obj - 0001:00066dd9 ___acrt_GetDateFormatEx@28 10067dd9 f libucrt:winapi_thunks.obj - 0001:00066e30 ___acrt_GetLocaleInfoEx@16 10067e30 f libucrt:winapi_thunks.obj - 0001:00066e6f ___acrt_GetTimeFormatEx@24 10067e6f f libucrt:winapi_thunks.obj - 0001:00066eb4 ___acrt_GetUserDefaultLocaleName@8 10067eb4 f libucrt:winapi_thunks.obj - 0001:00066ef0 ___acrt_InitializeCriticalSectionEx@12 10067ef0 f libucrt:winapi_thunks.obj - 0001:00066f3b ___acrt_IsValidLocaleName@4 10067f3b f libucrt:winapi_thunks.obj - 0001:00066f73 ___acrt_LCIDToLocaleName@16 10067f73 f libucrt:winapi_thunks.obj - 0001:00066fb2 ___acrt_LCMapStringEx@36 10067fb2 f libucrt:winapi_thunks.obj - 0001:0006700f ___acrt_LocaleNameToLCID@8 1006800f f libucrt:winapi_thunks.obj - 0001:00067040 ___acrt_can_use_vista_locale_apis 10068040 f libucrt:winapi_thunks.obj - 0001:0006704b ___acrt_eagerly_load_locale_apis 1006804b f libucrt:winapi_thunks.obj - 0001:00067082 ___acrt_initialize_winapi_thunks 10068082 f libucrt:winapi_thunks.obj - 0001:00067096 ___acrt_uninitialize_winapi_thunks 10068096 f libucrt:winapi_thunks.obj - 0001:000670cc __fcloseall 100680cc f libucrt:closeall.obj - 0001:00067177 ___acrt_stdio_free_buffer_nolock 10068177 f libucrt:_freebuf.obj - 0001:0006731d ___acrt_initialize_lowio 1006831d f libucrt:ioinit.obj - 0001:0006737d ___acrt_uninitialize_lowio 1006837d f libucrt:ioinit.obj - 0001:000673a9 __fileno 100683a9 f libucrt:fileno.obj - 0001:00067461 __close_internal 10068461 f libucrt:close.obj - 0001:00067504 __close_nolock 10068504 f libucrt:close.obj - 0001:00067534 __close_nolock_internal 10068534 f libucrt:close.obj - 0001:000675d4 ?__acrt_stdio_allocate_stream@@YA?AV__crt_stdio_stream@@XZ 100685d4 f libucrt:stream.obj - 0001:0006763d ?__acrt_stdio_free_stream@@YAXV__crt_stdio_stream@@@Z 1006863d f libucrt:stream.obj - 0001:0006773a ___acrt_initialize_locks 1006873a f libucrt:locks.obj - 0001:0006777b ___acrt_lock 1006877b f libucrt:locks.obj - 0001:00067792 ___acrt_uninitialize_locks 10068792 f libucrt:locks.obj - 0001:000677c3 ___acrt_unlock 100687c3 f libucrt:locks.obj - 0001:000677da __lock_locales 100687da f libucrt:locks.obj - 0001:000677e8 __unlock_locales 100687e8 f libucrt:locks.obj - 0001:00067893 __commit 10068893 f libucrt:commit.obj - 0001:000680b2 __write 100690b2 f libucrt:write.obj - 0001:000680e9 __write_internal 100690e9 f libucrt:write.obj - 0001:000681fa __write_nolock 100691fa f libucrt:write.obj - 0001:000685a5 ___acrt_stdio_refill_and_read_narrow_nolock 100695a5 f libucrt:_filbuf.obj - 0001:00068ba7 __ftelli64 10069ba7 f libucrt:ftell.obj - 0001:00068bdd __ftelli64_nolock_internal 10069bdd f libucrt:ftell.obj - 0001:00068e35 ___acrt_stdio_flush_and_write_narrow_nolock 10069e35 f libucrt:_flsbuf.obj - 0001:0006931c __read 1006a31c f libucrt:read.obj - 0001:00069435 __read_nolock 1006a435 f libucrt:read.obj - 0001:00069968 __lseeki64 1006a968 f libucrt:lseek.obj - 0001:000699a8 __lseeki64_internal 1006a9a8 f libucrt:lseek.obj - 0001:000699c6 __lseeki64_nolock 1006a9c6 f libucrt:lseek.obj - 0001:00069a06 __lseeki64_nolock_internal 1006aa06 f libucrt:lseek.obj - 0001:00069a24 ___acrt_should_use_temporary_buffer 1006aa24 f libucrt:_sftbuf.obj - 0001:00069a62 ___acrt_stdio_begin_temporary_buffering_nolock 1006aa62 f libucrt:_sftbuf.obj - 0001:00069b0d ___acrt_stdio_end_temporary_buffering_nolock 1006ab0d f libucrt:_sftbuf.obj - 0001:00069b4b ___acrt_stdio_allocate_buffer_nolock 1006ab4b f libucrt:_getbuf.obj - 0001:00069ba7 __malloc_base 1006aba7 f libucrt:malloc_base.obj - 0001:00069c8d ___acrt_MultiByteToWideChar 1006ac8d f libucrt:multibytetowidechar.obj - 0001:00069cb7 ___acrt_update_locale_info 1006acb7 f libucrt:locale_update.obj - 0001:00069ce4 ___acrt_update_locale_info_explicit 1006ace4 f libucrt:locale_update.obj - 0001:00069d15 ___acrt_update_multibyte_info 1006ad15 f libucrt:locale_update.obj - 0001:00069d42 ___acrt_update_multibyte_info_explicit 1006ad42 f libucrt:locale_update.obj - 0001:00069d73 __wrename 1006ad73 f libucrt:wrename.obj - 0001:00069da0 _strnlen 1006ada0 f libucrt:strnlen.obj - 0001:00069ec2 _wcsnlen 1006aec2 f libucrt:strnlen.obj - 0001:0006a072 ?__acrt_fp_classify@@YA?AW4__acrt_fp_class@@ABN@Z 1006b072 f i libucrt:cvt.obj - 0001:0006aa4a ___acrt_fp_format 1006ba4a f libucrt:cvt.obj - 0001:0006abcb __wctomb_internal 1006bbcb f libucrt:wctomb.obj - 0001:0006ad35 __mbtowc_internal 1006bd35 f libucrt:mbtowc.obj - 0001:0006ae68 __get_printf_count_output 1006be68 f libucrt:printf_count_output.obj - 0001:0006ae7d __errcode 1006be7d f libucrt:fpexcept.obj - 0001:0006aeb1 __except1 1006beb1 f libucrt:fpexcept.obj - 0001:0006af7f __handle_exc 1006bf7f f libucrt:fpexcept.obj - 0001:0006b1ff __raise_exc 1006c1ff f libucrt:fpexcept.obj - 0001:0006b222 __raise_exc_ex 1006c222 f libucrt:fpexcept.obj - 0001:0006b513 __set_errno_from_matherr 1006c513 f libucrt:fpexcept.obj - 0001:0006b544 __umatherr 1006c544 f libucrt:fpexcept.obj - 0001:0006b5e4 __decomp 1006c5e4 f libucrt:util.obj - 0001:0006b6b6 __set_exp 1006c6b6 f libucrt:util.obj - 0001:0006b6e3 __sptype 1006c6e3 f libucrt:util.obj - 0001:0006b746 ___set_fpsr_sse2 1006c746 f libucrt:fpctrl.obj - 0001:0006b7c6 __clrfp 1006c7c6 f libucrt:fpctrl.obj - 0001:0006b7d7 __ctrlfp 1006c7d7 f libucrt:fpctrl.obj - 0001:0006b801 __set_statfp 1006c801 f libucrt:fpctrl.obj - 0001:0006b85a __statfp 1006c85a f libucrt:fpctrl.obj - 0001:0006b8b7 ??$__crt_fast_decode_pointer@P6AHI@Z@@YAP6AHI@ZQ6AHI@Z@Z 1006c8b7 f i libucrt:new_handler.obj - 0001:0006b8b7 ??$__crt_fast_decode_pointer@P6AXH@Z@@YAP6AXH@ZQ6AXH@Z@Z 1006c8b7 f i libucrt:signal.obj - 0001:0006b8b7 ??$__crt_fast_decode_pointer@P6GXPAXK0@Z@@YAP6GXPAXK0@ZQ6GX0K0@Z@Z 1006c8b7 f i libucrt:exit.obj - 0001:0006bb5f ___acrt_initialize_thread_local_exit_callback 1006cb5f f libucrt:exit.obj - 0001:0006bb6e __cexit 1006cb6e f libucrt:exit.obj - 0001:0006bb7d __exit 1006cb7d f libucrt:exit.obj - 0001:0006bb93 __is_c_termination_complete 1006cb93 f libucrt:exit.obj - 0001:0006bc6c ___acrt_get_sigabrt_handler 1006cc6c f libucrt:signal.obj - 0001:0006bc93 ___acrt_initialize_signal_handlers 1006cc93 f libucrt:signal.obj - 0001:0006bcb1 _raise 1006ccb1 f libucrt:signal.obj - 0001:0006bea3 ___pctype_func 1006cea3 f libucrt:ctype.obj - 0001:0006bec7 _iswctype 1006cec7 f libucrt:iswctype.obj - 0001:0006bf30 __isctype_l 1006cf30 f libucrt:isctype.obj - 0001:0006bffb _fegetround 1006cffb f libucrt:fegetround.obj - 0001:0006c008 ___acrt_initialize_timeset 1006d008 f libucrt:timeset.obj - 0001:0006c03d ___daylight 1006d03d f libucrt:timeset.obj - 0001:0006c043 ___dstbias 1006d043 f libucrt:timeset.obj - 0001:0006c049 ___timezone 1006d049 f libucrt:timeset.obj - 0001:0006c04f ___tzname 1006d04f f libucrt:timeset.obj - 0001:0006c055 ___wide_tzname 1006d055 f libucrt:timeset.obj - 0001:0006c05b __get_daylight 1006d05b f libucrt:timeset.obj - 0001:0006c087 __get_dstbias 1006d087 f libucrt:timeset.obj - 0001:0006c0b3 __get_timezone 1006d0b3 f libucrt:timeset.obj - 0001:0006c0df ??$__crt_time_elapsed_leap_years@H@@YAHH@Z 1006d0df f i libucrt:gmtime.obj - 0001:0006c119 ??$__crt_time_is_leap_year@H@@YA_NH@Z 1006d119 f i libucrt:gmtime.obj - 0001:0006c35f __gmtime64_s 1006d35f f libucrt:gmtime.obj - 0001:0006cc29 ___tzset 1006dc29 f libucrt:tzset.obj - 0001:0006cc86 __isindst 1006dc86 f libucrt:tzset.obj - 0001:0006cd6a ___acrt_WideCharToMultiByte 1006dd6a f libucrt:widechartomultibyte.obj - 0001:0006cdd6 ??1?$__crt_scoped_stack_ptr@_W@@QAE@XZ 1006ddd6 f i libucrt:wcsftime.obj - 0001:0006de3a __W_Gettnames 1006ee3a f libucrt:wcsftime.obj - 0001:0006e536 __Wcsftime_l 1006f536 f libucrt:wcsftime.obj - 0001:0006e696 __freea_crt 1006f696 f i libucrt:wcsftime.obj - 0001:0006e6b6 __dtest 1006f6b6 f libucrt:_test.obj - 0001:0006e71a __ldtest 1006f71a f libucrt:_test.obj - 0001:0006e914 ___acrt_LCMapStringA 1006f914 f libucrt:lcmapstringa.obj - 0001:0006e95d ___libm_error_support 1006f95d f libucrt:libm_error.obj - 0001:0006eb60 _sqrt 1006fb60 f libucrt:sqrt.obj - 0001:0006eb6e ___acrt_initialize_sse2 1006fb6e f libucrt:mathfcns.obj - 0001:0006eb7e __ceil_default 1006fb7e f libucrt:ceil.obj - 0001:0006ec40 ___ascii_strnicmp 1006fc40 f libucrt:_strnicm.obj - 0001:0006eca1 ___acrt_add_locale_ref 1006fca1 f libucrt:locale_refcounting.obj - 0001:0006ed1e ___acrt_free_locale 1006fd1e f libucrt:locale_refcounting.obj - 0001:0006ee66 ___acrt_locale_add_lc_time_reference 1006fe66 f libucrt:locale_refcounting.obj - 0001:0006ee8f ___acrt_locale_free_lc_time_if_unreferenced 1006fe8f f libucrt:locale_refcounting.obj - 0001:0006eec0 ___acrt_locale_release_lc_time_reference 1006fec0 f libucrt:locale_refcounting.obj - 0001:0006eee9 ___acrt_release_locale_ref 1006fee9 f libucrt:locale_refcounting.obj - 0001:0006ef6a ___acrt_update_thread_locale_data 1006ff6a f libucrt:locale_refcounting.obj - 0001:0006efeb __updatetlocinfoEx_nolock 1006ffeb f libucrt:locale_refcounting.obj - 0001:0006f5b7 ___acrt_initialize_multibyte 100705b7 f libucrt:mbctype.obj - 0001:0006f5ff ___acrt_update_thread_multibyte_data 100705ff f libucrt:mbctype.obj - 0001:0006f612 __setmbcp_nolock 10070612 f libucrt:mbctype.obj - 0001:0006f817 __seh_filter_dll 10070817 f libucrt:exception_filter.obj - 0001:0006f837 __seh_filter_exe 10070837 f libucrt:exception_filter.obj - 0001:0006f97d ____lc_codepage_func 1007097d f libucrt:initctype.obj - 0001:0006f9a2 ____lc_locale_name_func 100709a2 f libucrt:initctype.obj - 0001:0006f9c9 ____mb_cur_max_func 100709c9 f libucrt:initctype.obj - 0001:0006f9ee ___acrt_locale_initialize_ctype 100709ee f libucrt:initctype.obj - 0001:0006fe4b ___acrt_locale_free_monetary 10070e4b f libucrt:initmon.obj - 0001:0006ff49 ___acrt_locale_initialize_monetary 10070f49 f libucrt:initmon.obj - 0001:000702aa ___acrt_locale_free_numeric 100712aa f libucrt:initnum.obj - 0001:00070313 ___acrt_locale_initialize_numeric 10071313 f libucrt:initnum.obj - 0001:000707d1 ___acrt_locale_free_time 100717d1 f libucrt:inittime.obj - 0001:000708b5 ___acrt_locale_initialize_time 100718b5 f libucrt:inittime.obj - 0001:00070930 _wcscat_s 10071930 f libucrt:wcscat_s.obj - 0001:0007099f _wcscpy_s 1007199f f libucrt:wcscpy_s.obj - 0001:00070aeb _wcsncat_s 10071aeb f libucrt:wcsncat_s.obj - 0001:00070bc4 _wcsncpy_s 10071bc4 f libucrt:wcsncpy_s.obj - 0001:00070bcf _wcscspn 10071bcf f libucrt:wcscspn.obj - 0001:00070c28 _wcspbrk 10071c28 f libucrt:wcspbrk.obj - 0001:00070c76 ___acrt_GetStringTypeA 10071c76 f libucrt:getstringtypea.obj - 0001:0007146e ___acrt_get_qualified_locale 1007246e f libucrt:get_qualified_locale.obj - 0001:00071de3 ___acrt_get_qualified_locale_downlevel 10072de3 f libucrt:getqloc_downlevel.obj - 0001:00071fd3 ___acrt_initialize_new_handler 10072fd3 f libucrt:new_handler.obj - 0001:00071fe2 __callnewh 10072fe2 f libucrt:new_handler.obj - 0001:0007200e __query_new_handler 1007300e f libucrt:new_handler.obj - 0001:00072065 __query_new_mode 10073065 f libucrt:new_mode.obj - 0001:0007206c ___acrt_initialize_heap 1007306c f libucrt:heap_handle.obj - 0001:0007207d ___acrt_uninitialize_heap 1007307d f libucrt:heap_handle.obj - 0001:000720d7 ___acrt_DownlevelLCIDToLocaleName 100730d7 f libucrt:lcidtoname_downlevel.obj - 0001:0007217a ___acrt_DownlevelLocaleNameToLCID 1007317a f libucrt:lcidtoname_downlevel.obj - 0001:000721a6 ___acrt_get_process_end_policy 100731a6 f libucrt:win_policies.obj - 0001:000721cd ___acrt_lowio_create_handle_array 100731cd f libucrt:osfinfo.obj - 0001:00072248 ___acrt_lowio_destroy_handle_array 10073248 f libucrt:osfinfo.obj - 0001:0007227d ___acrt_lowio_ensure_fh_exists 1007327d f libucrt:osfinfo.obj - 0001:0007231b ___acrt_lowio_lock_fh 1007331b f libucrt:osfinfo.obj - 0001:0007233e ___acrt_lowio_set_os_handle 1007333e f libucrt:osfinfo.obj - 0001:000723d0 ___acrt_lowio_unlock_fh 100733d0 f libucrt:osfinfo.obj - 0001:000723f3 __alloc_osfhnd 100733f3 f libucrt:osfinfo.obj - 0001:00072506 __free_osfhnd 10073506 f libucrt:osfinfo.obj - 0001:00072597 __get_osfhandle 10073597 f libucrt:osfinfo.obj - 0001:00072601 __isatty 10073601 f libucrt:isatty.obj - 0001:00072683 ?__mbrtowc_utf8@__crt_mbstring@@YAIPA_WPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10073683 f libucrt:mbrtowc.obj - 0001:000726c6 ?__mbsrtowcs_utf8@__crt_mbstring@@YAIPA_WPAPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 100736c6 f libucrt:mbrtowc.obj - 0001:000727ce __putwch_nolock 100737ce f libucrt:putwch.obj - 0001:000728b1 ___acrt_fp_strflt_to_string 100738b1 f libucrt:_fptostr.obj - 0001:000729ab ___acrt_fltout 100739ab f libucrt:cfout.obj - 0001:00073f93 ?__c32rtomb_utf8@__crt_mbstring@@YAIPAD_UPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10074f93 f libucrt:c32rtomb.obj - 0001:00074043 ___acrt_has_user_matherr 10075043 f libucrt:matherr.obj - 0001:00074060 ___acrt_initialize_user_matherr 10075060 f libucrt:matherr.obj - 0001:0007406f ___acrt_invoke_user_matherr 1007506f f libucrt:matherr.obj - 0001:000740a5 __initterm 100750a5 f libucrt:initterm.obj - 0001:000740d0 __initterm_e 100750d0 f libucrt:initterm.obj - 0001:00074390 __crt_atexit 10075390 f libucrt:onexit.obj - 0001:000743a6 __execute_onexit_table 100753a6 f libucrt:onexit.obj - 0001:000743e4 __initialize_onexit_table 100753e4 f libucrt:onexit.obj - 0001:0007440d __register_onexit_function 1007540d f libucrt:onexit.obj - 0001:00074440 ___acrt_app_verifier_enabled 10075440 f libucrt:peb_access.obj - 0001:00074452 ___acrt_is_secure_process 10075452 f libucrt:peb_access.obj - 0001:00074465 ___acrt_GetStringTypeW 10075465 f libucrt:getstringtypew.obj - 0001:00074747 ___acrt_fenv_get_common_round_control 10075747 f libucrt:_fenvutils.obj - 0001:00074769 ___acrt_fenv_get_control 10075769 f libucrt:_fenvutils.obj - 0001:000747e9 ___acrt_fenv_get_status 100757e9 f libucrt:_fenvutils.obj - 0001:00074893 ___acrt_fenv_set_control 10075893 f libucrt:_fenvutils.obj - 0001:0007490e ___acrt_fenv_set_status 1007590e f libucrt:_fenvutils.obj - 0001:00074b9b __wgetenv_s 10075b9b f libucrt:getenv.obj - 0001:00074ba6 ___ascii_wcsicmp 10075ba6 f libucrt:wcsicmp.obj - 0001:00074be3 __towlower_internal 10075be3 f i libucrt:wcsicmp.obj - 0001:00074c22 __wcsicmp 10075c22 f libucrt:wcsicmp.obj - 0001:00074c6b __wcsicmp_l 10075c6b f libucrt:wcsicmp.obj - 0001:00074d23 ___strncnt 10075d23 f libucrt:strncnt.obj - 0001:00074d40 __twoToTOS 10075d40 f libucrt:common.obj - 0001:00074d55 __load_CW 10075d55 f libucrt:common.obj - 0001:00074d6c __convertTOStoQNaN 10075d6c f libucrt:common.obj - 0001:00074d85 __fload_withFB 10075d85 f libucrt:common.obj - 0001:00074dc8 __checkTOS_withFB 10075dc8 f libucrt:common.obj - 0001:00074dde __fast_exit 10075dde f libucrt:common.obj - 0001:00074deb __math_exit 10075deb f libucrt:common.obj - 0001:00074e15 __check_overflow_exit 10075e15 f libucrt:common.obj - 0001:00074e29 __check_range_exit 10075e29 f libucrt:common.obj - 0001:00074ed0 __CIsqrt 10075ed0 f libucrt:sqrt_impl.obj - 0001:00074ee4 __sqrt_common 10075ee4 libucrt:sqrt_impl.obj - 0001:00074f81 __frnd 10075f81 f libucrt:frnd.obj - 0001:00075083 ___acrt_GetLocaleInfoA 10076083 f libucrt:getlocaleinfoa.obj - 0001:00075361 __itow_s 10076361 f libucrt:xtoa.obj - 0001:00075394 ___ascii_wcsnicmp 10076394 f libucrt:wcsnicmp.obj - 0001:000753e3 __wcsnicmp 100763e3 f libucrt:wcsnicmp.obj - 0001:0007542f __wcsnicmp_l 1007642f f libucrt:wcsnicmp.obj - 0001:00075502 __query_app_type 10076502 f libucrt:report_runtime_error.obj - 0001:00075508 ?__mbrtoc32_utf8@__crt_mbstring@@YAIPA_UPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10076508 f libucrt:mbrtoc32.obj - 0001:000756d8 ___dcrt_lowio_ensure_console_output_initialized 100766d8 f libucrt:initcon.obj - 0001:000756f7 ___dcrt_terminate_console_output 100766f7 f libucrt:initcon.obj - 0001:0007570e ___dcrt_write_console 1007670e f libucrt:initcon.obj - 0001:00075763 __controlfp_s 10076763 f libucrt:contrlfp.obj - 0001:000757c2 _fegetenv 100767c2 f libucrt:fegetenv.obj - 0001:000757df _fesetenv 100767df f libucrt:fesetenv.obj - 0001:0007582b _feholdexcept 1007682b f libucrt:feholdexcept.obj - 0001:00075880 __CIlog10 10076880 f libucrt:log10_impl.obj - 0001:000758bb __CIlog10_default 100768bb f libucrt:log10_impl.obj - 0001:000758cf __log10_default 100768cf libucrt:log10_impl.obj - 0001:00075990 ?reset_and_return@__crt_mbstring@@YAIIPAU_Mbstatet@@@Z 10076990 f libucrt:common_utf8.obj - 0001:000759a4 ?return_illegal_sequence@__crt_mbstring@@YAIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 100769a4 f libucrt:common_utf8.obj - 0001:000759c6 __recalloc_base 100769c6 f libucrt:recalloc.obj - 0001:00075a33 __wcsnicoll 10076a33 f libucrt:wcsnicol.obj - 0001:00075aa0 __wcsnicoll_l 10076aa0 f libucrt:wcsnicol.obj - 0001:00075f21 ___dcrt_get_or_create_wide_environment_nolock 10076f21 f libucrt:environment_initialization.obj - 0001:00075f26 ___dcrt_uninitialize_environments_nolock 10076f26 f libucrt:environment_initialization.obj - 0001:00075f77 __initialize_narrow_environment 10076f77 f libucrt:environment_initialization.obj - 0001:00075f7c __towlower_l 10076f7c f libucrt:towlower.obj - 0001:00076050 __startTwoArgErrorHandling 10077050 f libucrt:genexcep.obj - 0001:00076067 __startOneArgErrorHandling 10077067 f libucrt:genexcep.obj - 0001:000760b0 __trandisp1 100770b0 f libucrt:87disp.obj - 0001:00076125 __trandisp2 10077125 f libucrt:87disp.obj - 0001:000761bf __rttospopde 100771bf libucrt:87disp.obj - 0001:000761c4 __rttospop 100771c4 libucrt:87disp.obj - 0001:000761d0 __rtnospop 100771d0 f libucrt:87disp.obj - 0001:000761e0 __rttosnpop 100771e0 f libucrt:87disp.obj - 0001:000761e1 __rtnospopde 100771e1 libucrt:87disp.obj - 0001:000761e8 __rtzeropop 100771e8 libucrt:87disp.obj - 0001:000761ea __rtzeronpop 100771ea libucrt:87disp.obj - 0001:000761f0 __rtzerospop 100771f0 f libucrt:87disp.obj - 0001:000761fd __rtonepop 100771fd libucrt:87disp.obj - 0001:00076200 __rtonenpop 10077200 f libucrt:87disp.obj - 0001:00076210 __tosnan1 10077210 f libucrt:87disp.obj - 0001:00076240 __nosnan2 10077240 f libucrt:87disp.obj - 0001:00076250 __tosnan2 10077250 f libucrt:87disp.obj - 0001:00076280 __nan2 10077280 f libucrt:87disp.obj - 0001:000762c0 __rtindfpop 100772c0 f libucrt:87disp.obj - 0001:000762c2 __rtindfnpop 100772c2 libucrt:87disp.obj - 0001:000762d3 __rttosnpopde 100772d3 libucrt:87disp.obj - 0001:000762e0 __rtatan2inf 100772e0 f libucrt:87disp.obj - 0001:000762fd __rtchsifneg 100772fd libucrt:87disp.obj - 0001:000763bb _strncpy_s 100773bb f libucrt:strncpy_s.obj - 0001:0007646d __clearfp 1007746d f libucrt:ieee87.obj - 0001:0007654b __control87 1007754b f libucrt:ieee87.obj - 0001:000768f0 __CIlog10_pentium4 100778f0 f libucrt:log10_pentium4.obj - 0001:00076908 __log10_pentium4 10077908 libucrt:log10_pentium4.obj - 0001:00076ba0 __fFEXP 10077ba0 f libucrt:87tran.obj - 0001:00076bf7 __rtinfpopse 10077bf7 libucrt:87tran.obj - 0001:00076bf9 __rtinfnpopse 10077bf9 libucrt:87tran.obj - 0001:00076c09 __fFLN 10077c09 libucrt:87tran.obj - 0001:00076cbe __rtinfpop 10077cbe libucrt:87tran.obj - 0001:00076cc0 __rtinfnpop 10077cc0 libucrt:87tran.obj - 0001:00076cd0 __rtforexpinf 10077cd0 f libucrt:87tran.obj - 0001:00076cdd __ffexpm1 10077cdd libucrt:87tran.obj - 0001:00076d86 __msize_base 10077d86 f libucrt:msize.obj - 0001:00076db9 __realloc_base 10077db9 f libucrt:realloc_base.obj - 0001:00076e22 ___acrt_CompareStringW 10077e22 f libucrt:comparestringw.obj - 0001:00076ebe ___dcrt_get_narrow_environment_from_os 10077ebe f libucrt:get_environment_from_os.obj - 0001:00076f5e ___dcrt_get_wide_environment_from_os 10077f5e f libucrt:get_environment_from_os.obj - 0001:00077367 ___dcrt_set_variable_in_wide_environment_nolock 10078367 f libucrt:setenv.obj - 0001:00077372 ___acrt_LCMapStringW 10078372 f libucrt:lcmapstringw.obj - 0001:000773b0 __87except 100783b0 f libucrt:87except.obj - 0001:000774c0 __d_inttype 100784c0 f libucrt:powhlp.obj - 0001:00077528 __powhlp 10078528 f libucrt:powhlp.obj - 0001:000778f6 _mbstowcs_s 100788f6 f libucrt:mbstowcs.obj - 0001:00077933 __fpclass 10078933 f libucrt:ieeemisc.obj - 0001:000779d7 _CreateToolhelp32Snapshot@8 100789d7 f kernel32:KERNEL32.dll - 0001:000779dd _Thread32First@8 100789dd f kernel32:KERNEL32.dll - 0001:000779e3 _Thread32Next@8 100789e3 f kernel32:KERNEL32.dll - 0001:000779e9 ??0_Init_locks@std@@QAE@XZ 100789e9 f libcpmt:xlock.obj - 0001:00077a16 ??0_Lockit@std@@QAE@H@Z 10078a16 f libcpmt:xlock.obj - 0001:00077a47 ??1_Init_locks@std@@QAE@XZ 10078a47 f libcpmt:xlock.obj - 0001:00077a6e ??1_Lockit@std@@QAE@XZ 10078a6e f libcpmt:xlock.obj - 0001:00077a8d ??0bad_function_call@std@@QAE@ABV01@@Z 10078a8d f i libcpmt:xthrow.obj - 0001:00077aa8 ??0bad_function_call@std@@QAE@XZ 10078aa8 f i libcpmt:xthrow.obj - 0001:00077ab9 ??0invalid_argument@std@@QAE@ABV01@@Z 10078ab9 f i libcpmt:xthrow.obj - 0001:00077ad4 ??0invalid_argument@std@@QAE@PBD@Z 10078ad4 f i libcpmt:xthrow.obj - 0001:00077af3 ??0length_error@std@@QAE@ABV01@@Z 10078af3 f i libcpmt:xthrow.obj - 0001:00077b0e ??0length_error@std@@QAE@PBD@Z 10078b0e f i libcpmt:xthrow.obj - 0001:00077b2d ??0logic_error@std@@QAE@ABV01@@Z 10078b2d f i libcpmt:xthrow.obj - 0001:00077b48 ??0out_of_range@std@@QAE@ABV01@@Z 10078b48 f i libcpmt:xthrow.obj - 0001:00077b63 ??0out_of_range@std@@QAE@PBD@Z 10078b63 f i libcpmt:xthrow.obj - 0001:00077b82 ??0runtime_error@std@@QAE@PBD@Z 10078b82 f i libcpmt:xthrow.obj - 0001:00077ba1 ?_Xbad_alloc@std@@YAXXZ 10078ba1 f libcpmt:xthrow.obj - 0001:00077ba1 ?__scrt_throw_std_bad_alloc@@YAXXZ 10078ba1 f LIBCMT:throw_bad_alloc.obj - 0001:00077bbe ?_Xbad_function_call@std@@YAXXZ 10078bbe f libcpmt:xthrow.obj - 0001:00077bdb ?_Xinvalid_argument@std@@YAXPBD@Z 10078bdb f libcpmt:xthrow.obj - 0001:00077bfb ?_Xlength_error@std@@YAXPBD@Z 10078bfb f libcpmt:xthrow.obj - 0001:00077c1b ?_Xout_of_range@std@@YAXPBD@Z 10078c1b f libcpmt:xthrow.obj - 0001:00077c3b ?_Xruntime_error@std@@YAXPBD@Z 10078c3b f libcpmt:xthrow.obj - 0001:00077c5b ?what@bad_function_call@std@@UBEPBDXZ 10078c5b f i libcpmt:xthrow.obj - 0001:00077c61 ?_Syserror_map@std@@YAPBDH@Z 10078c61 f libcpmt:syserror.obj - 0001:00077c86 ??0_Locimp@locale@std@@AAE@_N@Z 10078c86 f i libcpmt:locale0.obj - 0001:00077cc7 ??1_Fac_node@std@@QAE@XZ 10078cc7 f i libcpmt:locale0.obj - 0001:00077cf8 ??1_Fac_tidy_reg_t@std@@QAE@XZ 10078cf8 f i libcpmt:locale0.obj - 0001:00077d1f ??1_Locimp@locale@std@@MAE@XZ 10078d1f f i libcpmt:locale0.obj - 0001:00077d4a ??4?$_Yarn@D@std@@QAEAAV01@PBD@Z 10078d4a f i libcpmt:locale0.obj - 0001:00077d9e ??_E_Locimp@locale@std@@MAEPAXI@Z 10078d9e f i libcpmt:locale0.obj - 0001:00077d9e ??_G_Locimp@locale@std@@MAEPAXI@Z 10078d9e f i libcpmt:locale0.obj - 0001:00077dc0 ?_Facet_Register@std@@YAXPAV_Facet_base@1@@Z 10078dc0 f libcpmt:locale0.obj - 0001:00077dec ?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ 10078dec f libcpmt:locale0.obj - 0001:00077df2 ?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 10078df2 f libcpmt:locale0.obj - 0001:00077e7f ?_Locimp_dtor@_Locimp@locale@std@@CAXPAV123@@Z 10078e7f f libcpmt:locale0.obj - 0001:00077ef0 ?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z 10078ef0 f libcpmt:locale0.obj - 0001:00077f3b ?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z 10078f3b f libcpmt:locale0.obj - 0001:00077f55 ?_New_Locimp@_Locimp@locale@std@@CAPAV123@_N@Z 10078f55 f libcpmt:locale0.obj - 0001:00077f78 ?_Setgloballocale@locale@std@@CAXPAX@Z 10078f78 f libcpmt:locale0.obj - 0001:00077fa0 __Deletegloballocale 10078fa0 f libcpmt:locale0.obj - 0001:00078005 __Getctype 10079005 f libcpmt:_tolower.obj - 0001:00078070 __Tolower 10079070 f libcpmt:_tolower.obj - 0001:0007817c __Toupper 1007917c f libcpmt:_toupper.obj - 0001:00078288 ?_Addstd@ios_base@std@@SAXPAV12@@Z 10079288 f libcpmt:ios.obj - 0001:000782d4 ?_Callfns@ios_base@std@@AAEXW4event@12@@Z 100792d4 f i libcpmt:ios.obj - 0001:00078307 ?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z 10079307 f libcpmt:ios.obj - 0001:00078347 ?_Tidy@ios_base@std@@AAEXXZ 10079347 f i libcpmt:ios.obj - 0001:000783c2 ?uncaught_exception@std@@YA_NXZ 100793c2 f libcpmt:uncaught_exception.obj - 0001:000783c7 ___std_init_once_link_alternate_names_and_abort@0 100793c7 f libcpmt:xonce2.obj - 0001:000783cc __Query_perf_counter 100793cc f libcpmt:xtime.obj - 0001:000783e3 __Query_perf_frequency 100793e3 f libcpmt:xtime.obj - 0001:00078420 __Xtime_get_ticks 10079420 f libcpmt:xtime.obj - 0001:00078447 __Getcvt 10079447 f libcpmt:xwctomb.obj - 0001:00078537 ?_Fiopen@std@@YAPAU_iobuf@@PBDHH@Z 10079537 f libcpmt:fiopen.obj - 0001:00078540 ?setw@std@@YA?AU?$_Smanip@_J@1@_J@Z 10079540 f libcpmt:iomanip.obj - 0001:0007856e __Mtxdst 1007956e f libcpmt:xmtx.obj - 0001:0007857c __Mtxinit 1007957c f libcpmt:xmtx.obj - 0001:00078591 __Mtxlock 10079591 f libcpmt:xmtx.obj - 0001:0007859f __Mtxunlock 1007959f f libcpmt:xmtx.obj - 0001:000785ad ??1_Init_atexit@@QAE@XZ 100795ad f i libcpmt:iosptrs.obj - 0001:00078615 ?_Atexit@@YAXP6AXXZ@Z 10079615 f libcpmt:iosptrs.obj - 0001:00078644 ___crtLCMapStringA 10079644 f libcpmt:StlLCMapStringA.obj - 0001:00078855 ___crtGetSystemTimePreciseAsFileTime 10079855 f libcpmt:winapisupp.obj - 0001:000788aa ??2@YAPAXI@Z 100798aa f LIBCMT:new_scalar.obj - 0001:000788da ??3@YAXPAXI@Z 100798da f LIBCMT:delete_scalar_size.obj - 0001:000788e8 ??_V@YAXPAX@Z 100798e8 f LIBCMT:delete_array.obj - 0001:00078931 ___scrt_acquire_startup_lock 10079931 f LIBCMT:utility.obj - 0001:00078963 ___scrt_dllmain_after_initialize_c 10079963 f LIBCMT:utility.obj - 0001:0007898e ___scrt_dllmain_before_initialize_c 1007998e f LIBCMT:utility.obj - 0001:0007899c ___scrt_dllmain_crt_thread_attach 1007999c f LIBCMT:utility.obj - 0001:000789bb ___scrt_dllmain_crt_thread_detach 100799bb f LIBCMT:utility.obj - 0001:000789c8 ___scrt_dllmain_exception_filter 100799c8 f LIBCMT:utility.obj - 0001:000789fc ___scrt_dllmain_uninitialize_c 100799fc f LIBCMT:utility.obj - 0001:00078a1f ___scrt_dllmain_uninitialize_critical 10079a1f f LIBCMT:utility.obj - 0001:00078a2c ___scrt_initialize_crt 10079a2c f LIBCMT:utility.obj - 0001:00078a65 ___scrt_initialize_onexit_tables 10079a65 f LIBCMT:utility.obj - 0001:00078aec ___scrt_is_nonwritable_in_current_image 10079aec f LIBCMT:utility.obj - 0001:00078b80 ___scrt_release_startup_lock 10079b80 f LIBCMT:utility.obj - 0001:00078b9d ___scrt_uninitialize_crt 10079b9d f LIBCMT:utility.obj - 0001:00078bc5 __onexit 10079bc5 f LIBCMT:utility.obj - 0001:00078bf2 _atexit 10079bf2 f LIBCMT:utility.obj - 0001:00078c07 @__security_check_cookie@4 10079c07 f LIBCMT:secchk.obj - 0001:00078c15 ??_Etype_info@@UAEPAXI@Z 10079c15 f i LIBCMT:std_type_info_static.obj - 0001:00078c15 ??_Gtype_info@@UAEPAXI@Z 10079c15 f i LIBCMT:std_type_info_static.obj - 0001:00078c38 ??_U@YAPAXI@Z 10079c38 f LIBCMT:new_array.obj - 0001:00078c50 __allshl 10079c50 f LIBCMT:llshl.obj - 0001:00078c70 __aullshr 10079c70 f LIBCMT:ullshr.obj - 0001:00078c8f __Init_thread_abort 10079c8f f LIBCMT:thread_safe_statics.obj - 0001:00078cba __Init_thread_footer 10079cba f LIBCMT:thread_safe_statics.obj - 0001:00078d0b __Init_thread_header 10079d0b f LIBCMT:thread_safe_statics.obj - 0001:00078d5a __Init_thread_wait_v2 10079d5a f LIBCMT:thread_safe_statics.obj - 0001:00078d70 __alldiv 10079d70 f LIBCMT:lldiv.obj - 0001:00078e20 __alldvrm 10079e20 f LIBCMT:lldvrm.obj - 0001:00078f00 __allmul 10079f00 f LIBCMT:llmul.obj - 0001:00078f40 __allrem 10079f40 f LIBCMT:llrem.obj - 0001:00078ff2 ?__scrt_initialize_type_info@@YAXXZ 10079ff2 f LIBCMT:tncleanup.obj - 0001:00078fff ?__scrt_uninitialize_type_info@@YAXXZ 10079fff f LIBCMT:tncleanup.obj - 0001:00079010 __ftol3 1007a010 f LIBCMT:ftol3.obj - 0001:00079080 __dtoul3 1007a080 f LIBCMT:ftol3.obj - 0001:00079130 __dtoul3_legacy 1007a130 f LIBCMT:ftol3.obj - 0001:00079160 __dtol3 1007a160 f LIBCMT:ftol3.obj - 0001:00079210 __ultod3 1007a210 f LIBCMT:ftol3.obj - 0001:00079260 __ltod3 1007a260 f LIBCMT:ftol3.obj - 0001:000795e2 __DllMainCRTStartup@12 1007a5e2 f LIBCMT:dll_dllmain.obj - 0001:00079610 __SEH_prolog4 1007a610 f LIBCMT:sehprolg4.obj - 0001:00079655 @_guard_check_icall@4 1007a655 f i LIBCMT:checkcfg.obj - 0001:0007965b ___isa_available_init 1007a65b f LIBCMT:cpu_disp.obj - 0001:00079990 __FindPESection 1007a990 f LIBCMT:pesect.obj - 0001:000799e0 __IsNonwritableInCurrentImage 1007a9e0 f LIBCMT:pesect.obj - 0001:00079aa0 __ValidateImageBase 1007aaa0 f LIBCMT:pesect.obj - 0001:00079ad1 __EH_epilog3 1007aad1 f LIBCMT:ehprolg3.obj - 0001:00079ae5 __EH_prolog3 1007aae5 f LIBCMT:ehprolg3.obj - 0001:00079b18 __EH_prolog3_catch 1007ab18 f LIBCMT:ehprolg3.obj - 0001:00079b50 __aulldvrm 1007ab50 f LIBCMT:ulldvrm.obj - 0001:00079be5 ___scrt_fastfail 1007abe5 f LIBCMT:utility_desktop.obj - 0001:00079cfa __crt_debugger_hook 1007acfa f LIBCMT:utility_desktop.obj - 0001:00079d10 __aulldiv 1007ad10 f LIBCMT:ulldiv.obj - 0001:00079d80 __aullrem 1007ad80 f LIBCMT:ullrem.obj - 0001:00079df5 ___raise_securityfailure 1007adf5 f LIBCMT:gs_report.obj - 0001:00079e1d ___report_gsfailure 1007ae1d f LIBCMT:gs_report.obj - 0001:00079f18 ___report_rangecheckfailure 1007af18 f LIBCMT:gs_report.obj - 0001:00079f25 ___report_securityfailure 1007af25 f LIBCMT:gs_report.obj - 0001:0007a000 __alloca_probe 1007b000 f LIBCMT:chkstk.obj - 0001:0007a000 __chkstk 1007b000 f LIBCMT:chkstk.obj - 0001:0007a030 __alloca_probe_16 1007b030 f LIBCMT:alloca16.obj - 0001:0007a046 __alloca_probe_8 1007b046 LIBCMT:alloca16.obj - 0001:0007a060 __ftol2_sse 1007b060 f LIBCMT:ftol2.obj - 0001:0007a070 __ftoi2 1007b070 f LIBCMT:ftol2.obj - 0001:0007a0ec ?__scrt_throw_std_bad_array_new_length@@YAXXZ 1007b0ec f LIBCMT:throw_bad_alloc.obj - 0001:0007a109 ___scrt_is_ucrt_dll_in_use 1007b109 f LIBCMT:ucrt_detection.obj - 0001:0007a162 ___security_init_cookie 1007b162 f LIBCMT:gs_support.obj - 0001:0007a1ad _DllMain@12 1007b1ad f LIBCMT:dll_dllmain_stub.obj - 0001:0007a1b3 ___local_stdio_scanf_options 1007b1b3 f i LIBCMT:default_local_stdio_options.obj - 0001:0007a1b9 ___scrt_initialize_default_local_stdio_options 1007b1b9 f LIBCMT:default_local_stdio_options.obj - 0001:0007a1d6 ___scrt_get_dyn_tls_init_callback 1007b1d6 f LIBCMT:dyn_tls_init.obj - 0001:0007a1dc __RTC_Initialize 1007b1dc f LIBCMT:initsect.obj - 0001:0007a208 __RTC_Terminate 1007b208 f LIBCMT:initsect.obj - 0001:0007a234 _memcmp 1007b234 f libvcruntime:memcmp.obj - 0001:0007b8c0 _strrchr 1007c8c0 f libvcruntime:strrchr.obj - 0001:0007b9f7 _wcschr 1007c9f7 f libvcruntime:wcschr.obj - 0001:0007ba98 ___uncaught_exception 1007ca98 f libvcruntime:uncaught_exception.obj - 0001:0007baac ___vcrt_initialize 1007caac f libvcruntime:initialization.obj - 0001:0007bacb ___vcrt_thread_attach 1007cacb f libvcruntime:initialization.obj - 0001:0007bad6 ___vcrt_thread_detach 1007cad6 f libvcruntime:initialization.obj - 0001:0007bade ___vcrt_uninitialize 1007cade f libvcruntime:initialization.obj - 0001:0007baf5 ___vcrt_uninitialize_critical 1007caf5 f libvcruntime:initialization.obj - 0001:0007bd52 _setlocale 1007cd52 f libucrt:setlocale.obj - 0001:0007bd90 _islower 1007cd90 f libucrt:_ctype.obj - 0001:0007be20 _isupper 1007ce20 f libucrt:_ctype.obj - 0001:0007bea4 __wcsdup 1007cea4 f libucrt:wcsdup.obj - 0001:0007bfba __fsopen 1007cfba f libucrt:fopen.obj - 0001:0007c276 ___acrt_allocate_buffer_for_argv 1007d276 f libucrt:argv_parsing.obj - 0001:0007c2c5 __configure_narrow_argv 1007d2c5 f libucrt:argv_parsing.obj - 0001:0007c3cb ___acrt_initialize 1007d3cb f libucrt:initialization.obj - 0001:0007c3dd ___acrt_thread_attach 1007d3dd f libucrt:initialization.obj - 0001:0007c3e8 ___acrt_thread_detach 1007d3e8 f libucrt:initialization.obj - 0001:0007c3f0 ___acrt_uninitialize 1007d3f0 f libucrt:initialization.obj - 0001:0007c420 ___acrt_uninitialize_critical 1007d420 f libucrt:initialization.obj - 0001:0007c7ae __wcstombs_s_l 1007d7ae f libucrt:wcstombs.obj - 0001:0007c7ec ??$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z 1007d7ec f i libucrt:openfile.obj - 0001:0007ca99 ?__acrt_stdio_parse_mode_D@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007da99 f i libucrt:openfile.obj - 0001:0007cab4 ?__acrt_stdio_parse_mode_T@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007dab4 f i libucrt:openfile.obj - 0001:0007cad3 ?__acrt_stdio_parse_mode_b@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007dad3 f i libucrt:openfile.obj - 0001:0007caf3 ?__acrt_stdio_parse_mode_c@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 1007daf3 f i libucrt:openfile.obj - 0001:0007cb15 ?__acrt_stdio_parse_mode_n@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 1007db15 f i libucrt:openfile.obj - 0001:0007cb37 ?__acrt_stdio_parse_mode_plus@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 1007db37 f i libucrt:openfile.obj - 0001:0007cb6d ?__acrt_stdio_parse_mode_t@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007db6d f i libucrt:openfile.obj - 0001:0007cb8d ?__acrt_stdio_parse_mode_x@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007db8d f i libucrt:openfile.obj - 0001:0007cbad __openfile 1007dbad f libucrt:openfile.obj - 0001:0007cbd0 ??$__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 1007dbd0 f i libucrt:argv_wildcards.obj - 0001:0007d16e ?allocate@?$__crt_win32_buffer@DU__crt_win32_buffer_internal_dynamic_resizing@@@@QAEHI@Z 1007e16e f i libucrt:argv_wildcards.obj - 0001:0007d231 ___acrt_expand_narrow_argv_wildcards 1007e231 f libucrt:argv_wildcards.obj - 0001:0007d23c ___acrt_GetModuleFileNameA 1007e23c f libucrt:getmodulefilenamea.obj - 0001:0007d32d __ismbblead 1007e32d f libucrt:ismbbyte.obj - 0001:0007d345 ___acrt_initialize_command_line 1007e345 f libucrt:argv_data.obj - 0001:0007d35e ___acrt_execute_initializers 1007e35e f libucrt:shared_initialization.obj - 0001:0007d3c6 ___acrt_execute_uninitializers 1007e3c6 f libucrt:shared_initialization.obj - 0001:0007d3f7 ?__wcsrtombs_utf8@__crt_mbstring@@YAIPADPAPB_WIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 1007e3f7 f libucrt:wcrtomb.obj - 0001:0007daf0 __sopen_nolock 1007eaf0 f libucrt:open.obj - 0001:0007db5e __sopen_s 1007eb5e f libucrt:open.obj - 0001:0007db7e __wsopen_nolock 1007eb7e f libucrt:open.obj - 0001:0007deb0 _qsort 1007eeb0 f libucrt:qsort.obj - 0001:0007e3a0 _strpbrk 1007f3a0 f libucrt:strpbrk.obj - 0001:0007e3e0 __mbsdec 1007f3e0 f libucrt:mbsdec.obj - 0001:0007e3f7 __mbsdec_l 1007f3f7 f libucrt:mbsdec.obj - 0001:0007e484 ?__c16rtomb_utf8@__crt_mbstring@@YAIPAD_SPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 1007f484 f libucrt:c16rtomb.obj - 0001:0007e52e __get_fmode 1007f52e f libucrt:setmode.obj - 0001:0007e55b __setmode_nolock 1007f55b f libucrt:setmode.obj - 0001:0007e62a ??0__crt_seek_guard@@QAE@H_J@Z 1007f62a f i libucrt:chsize.obj - 0001:0007e677 __chsize_nolock 1007f677 f libucrt:chsize.obj - 0001:0007e6ae __chsize_nolock_internal 1007f6ae f libucrt:chsize.obj - 0001:0007e845 ___acrt_initialize_fmode 1007f845 f libucrt:txtmode.obj - 0001:0007e85b __filter_x86_sse2_floating_point_exception 1007f85b f LIBCMT:x86_exception_filter.obj - 0001:0007e85b __filter_x86_sse2_floating_point_exception_default 1007f85b f LIBCMT:x86_exception_filter.obj + 0001:00032520 ?LuaCall@Nampower@@YAXPBD@Z 10033520 f main.cpp.obj + 0001:00032530 ?OnSpriteRightClickHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@_K@Z 10033530 f main.cpp.obj + 0001:000325d0 ?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 100335d0 f i main.cpp.obj + 0001:000326e0 ?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 100336e0 f i main.cpp.obj + 0001:000327f0 ?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100337f0 f i main.cpp.obj + 0001:00032be0 ?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10033be0 f i main.cpp.obj + 0001:00032cf0 ?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 10033cf0 f main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032e20 ?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10033e20 f i main.cpp.obj + 0001:00032eb0 ?RemovePatch@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10033eb0 f i main.cpp.obj + 0001:00032ef0 ?RemovePatch@?$PatchDetour@P6GXXZPAX@hadesmem@@MAEXXZ 10033ef0 f i main.cpp.obj + 0001:00032f30 ?RemovePatch@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10033f30 f i main.cpp.obj + 0001:00032f70 ?RemovePatch@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MAEXXZ 10033f70 f i main.cpp.obj + 0001:00032fb0 ?RemovePatch@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MAEXXZ 10033fb0 f i main.cpp.obj + 0001:00032ff0 ?RemovePatch@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MAEXXZ 10033ff0 f i main.cpp.obj + 0001:00033030 ?RemovePatch@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MAEXXZ 10034030 f i main.cpp.obj + 0001:00033070 ?RemovePatch@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MAEXXZ 10034070 f i main.cpp.obj + 0001:000330b0 ?RemovePatch@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MAEXXZ 100340b0 f i main.cpp.obj + 0001:000330f0 ?RemovePatch@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MAEXXZ 100340f0 f i main.cpp.obj + 0001:00033130 ?RemovePatch@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MAEXXZ 10034130 f i main.cpp.obj + 0001:00033170 ?RemovePatch@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MAEXXZ 10034170 f i main.cpp.obj + 0001:000331b0 ?RemovePatch@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MAEXXZ 100341b0 f i main.cpp.obj + 0001:000331f0 ?RemovePatch@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MAEXXZ 100341f0 f i main.cpp.obj + 0001:00033230 ?RemovePatch@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MAEXXZ 10034230 f i main.cpp.obj + 0001:00033270 ?RemovePatch@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MAEXXZ 10034270 f i main.cpp.obj + 0001:000332b0 ?RemovePatch@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MAEXXZ 100342b0 f i main.cpp.obj + 0001:000332f0 ?RemovePatch@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MAEXXZ 100342f0 f i main.cpp.obj + 0001:00033330 ?RemovePatch@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10034330 f i main.cpp.obj + 0001:00033370 ?RemovePatch@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MAEXXZ 10034370 f i main.cpp.obj + 0001:000333b0 ?RemovePatch@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 100343b0 f i main.cpp.obj + 0001:000333f0 ?RemovePatch@?$PatchDetour@P6IXXZPAX@hadesmem@@MAEXXZ 100343f0 f i main.cpp.obj + 0001:00033430 ?RemovePatch@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MAEXXZ 10034430 f i main.cpp.obj + 0001:00033470 ?RemovePatch@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MAEXXZ 10034470 f i main.cpp.obj + 0001:000334b0 ?RemovePatch@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MAEXXZ 100344b0 f i main.cpp.obj + 0001:000334f0 ?RemovePatch@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MAEXXZ 100344f0 f i main.cpp.obj + 0001:00033530 ?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10034530 f i main.cpp.obj + 0001:00033610 ?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10034610 f i main.cpp.obj + 0001:000336f0 ?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100346f0 f i main.cpp.obj + 0001:000337d0 ?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 100347d0 f i main.cpp.obj + 0001:000338b0 ?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 100348b0 f i main.cpp.obj + 0001:00033990 ?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10034990 f i main.cpp.obj + 0001:00033a70 ?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10034a70 f i main.cpp.obj + 0001:00033b50 ?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10034b50 f i main.cpp.obj + 0001:00033c30 ?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10034c30 f i main.cpp.obj + 0001:00033d10 ?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10034d10 f i main.cpp.obj + 0001:00033df0 ?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10034df0 f i main.cpp.obj + 0001:00033ed0 ?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10034ed0 f i main.cpp.obj + 0001:00033fb0 ?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10034fb0 f i main.cpp.obj + 0001:00034090 ?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10035090 f i main.cpp.obj + 0001:00034170 ?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 10035170 f i main.cpp.obj + 0001:00034250 ?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10035250 f i main.cpp.obj + 0001:00034330 ?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10035330 f i main.cpp.obj + 0001:00034410 ?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10035410 f i main.cpp.obj + 0001:000344f0 ?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100354f0 f i main.cpp.obj + 0001:000345d0 ?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 100355d0 f i main.cpp.obj + 0001:000346b0 ?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100356b0 f i main.cpp.obj + 0001:00034790 ?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10035790 f i main.cpp.obj + 0001:00034870 ?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10035870 f i main.cpp.obj + 0001:00034950 ?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10035950 f i main.cpp.obj + 0001:00034a30 ?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10035a30 f i main.cpp.obj + 0001:00034b10 ?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10035b10 f i main.cpp.obj + 0001:00034bf0 ?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 10035bf0 f i main.cpp.obj + 0001:00034d20 ?ResetCastFlags@Nampower@@YAXXZ 10035d20 f main.cpp.obj + 0001:00034d80 ?ResetChannelingFlags@Nampower@@YAXXZ 10035d80 f main.cpp.obj + 0001:00034dc0 ?ResetDisenchantState@Nampower@@YAXXZ 10035dc0 f main.cpp.obj + 0001:00034df0 ?ResetOnSwingFlags@Nampower@@YAXXZ 10035df0 f main.cpp.obj + 0001:00034e10 ?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 10035e10 f i main.cpp.obj + 0001:00034ee0 ?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 10035ee0 f i main.cpp.obj + 0001:00035020 ?Script_SetCVarHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAI@Z 10036020 f main.cpp.obj + 0001:00035090 ?SetSelectionTarget@Nampower@@YAX_K@Z 10036090 f main.cpp.obj + 0001:000351b0 ?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 100361b0 f i main.cpp.obj + 0001:00035260 ?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 10036260 f i main.cpp.obj + 0001:00035260 ?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 10036260 f i main.cpp.obj + 0001:00035300 ?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 10036300 f i main.cpp.obj + 0001:000353c0 ?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 100363c0 f i main.cpp.obj + 0001:000353c0 ?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 100363c0 f i main.cpp.obj + 0001:000353c0 ?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 100363c0 f i main.cpp.obj + 0001:000353c0 ?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 100363c0 f i main.cpp.obj + 0001:00035460 ?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 10036460 f i main.cpp.obj + 0001:00035510 ?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 10036510 f i main.cpp.obj + 0001:000355d0 ?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 100365d0 f i main.cpp.obj + 0001:000355d0 ?Stub@?$PatchDetourStub@P6IXPAIH@Z@detail@hadesmem@@SIXPAIH@Z 100365d0 f i main.cpp.obj + 0001:00035680 ?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 10036680 f i main.cpp.obj + 0001:00035720 ?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 10036720 f i main.cpp.obj + 0001:00035720 ?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 10036720 f i main.cpp.obj + 0001:00035720 ?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 10036720 f i main.cpp.obj + 0001:00035720 ?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 10036720 f i main.cpp.obj + 0001:000357e0 ?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 100367e0 f i main.cpp.obj + 0001:000358a0 ?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 100368a0 f i main.cpp.obj + 0001:00035970 ?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 10036970 f i main.cpp.obj + 0001:00035970 ?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 10036970 f i main.cpp.obj + 0001:00035a30 ?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 10036a30 f i main.cpp.obj + 0001:00035ae0 ?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 10036ae0 f i main.cpp.obj + 0001:00035b90 ?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 10036b90 f i main.cpp.obj + 0001:00035c50 ?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 10036c50 f i main.cpp.obj + 0001:00035d20 ?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 10036d20 f i main.cpp.obj + 0001:00035df0 ?SuspendThread@hadesmem@@YAKABVThread@1@@Z 10036df0 f i main.cpp.obj + 0001:00035f10 ?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 10036f10 f main.cpp.obj + 0001:00035fb0 ?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 10036fb0 f i main.cpp.obj + 0001:000360b0 ?TraceFormatImpl@@YAXPBDABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z 100370b0 f i main.cpp.obj + 0001:000361a0 ?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 100371a0 f i main.cpp.obj + 0001:00036350 ?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 10037350 f i main.cpp.obj + 0001:000364b0 ?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100374b0 f i main.cpp.obj + 0001:00036810 ?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 10037810 f i main.cpp.obj + 0001:00036970 ?WritePatch@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10037970 f i main.cpp.obj + 0001:000369b0 ?WritePatch@?$PatchDetour@P6GXXZPAX@hadesmem@@MAEXXZ 100379b0 f i main.cpp.obj + 0001:000369f0 ?WritePatch@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 100379f0 f i main.cpp.obj + 0001:00036a30 ?WritePatch@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MAEXXZ 10037a30 f i main.cpp.obj + 0001:00036a70 ?WritePatch@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MAEXXZ 10037a70 f i main.cpp.obj + 0001:00036ab0 ?WritePatch@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MAEXXZ 10037ab0 f i main.cpp.obj + 0001:00036af0 ?WritePatch@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MAEXXZ 10037af0 f i main.cpp.obj + 0001:00036b30 ?WritePatch@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MAEXXZ 10037b30 f i main.cpp.obj + 0001:00036b70 ?WritePatch@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MAEXXZ 10037b70 f i main.cpp.obj + 0001:00036bb0 ?WritePatch@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MAEXXZ 10037bb0 f i main.cpp.obj + 0001:00036bf0 ?WritePatch@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MAEXXZ 10037bf0 f i main.cpp.obj + 0001:00036c30 ?WritePatch@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MAEXXZ 10037c30 f i main.cpp.obj + 0001:00036c70 ?WritePatch@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MAEXXZ 10037c70 f i main.cpp.obj + 0001:00036cb0 ?WritePatch@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MAEXXZ 10037cb0 f i main.cpp.obj + 0001:00036cf0 ?WritePatch@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MAEXXZ 10037cf0 f i main.cpp.obj + 0001:00036d30 ?WritePatch@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MAEXXZ 10037d30 f i main.cpp.obj + 0001:00036d70 ?WritePatch@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MAEXXZ 10037d70 f i main.cpp.obj + 0001:00036db0 ?WritePatch@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MAEXXZ 10037db0 f i main.cpp.obj + 0001:00036df0 ?WritePatch@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10037df0 f i main.cpp.obj + 0001:00036e30 ?WritePatch@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MAEXXZ 10037e30 f i main.cpp.obj + 0001:00036e70 ?WritePatch@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MAEXXZ 10037e70 f i main.cpp.obj + 0001:00036eb0 ?WritePatch@?$PatchDetour@P6IXXZPAX@hadesmem@@MAEXXZ 10037eb0 f i main.cpp.obj + 0001:00036ef0 ?WritePatch@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MAEXXZ 10037ef0 f i main.cpp.obj + 0001:00036f30 ?WritePatch@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MAEXXZ 10037f30 f i main.cpp.obj + 0001:00036f70 ?WritePatch@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MAEXXZ 10037f70 f i main.cpp.obj + 0001:00036fb0 ?WritePatch@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MAEXXZ 10037fb0 f i main.cpp.obj + 0001:00036ff0 ?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 10037ff0 f i main.cpp.obj + 0001:00037100 ?_Buy_nonzero@?$vector@DV?$allocator@D@std@@@std@@AAEXI@Z 10038100 f i main.cpp.obj + 0001:00037100 ?_Buy_nonzero@?$vector@EV?$allocator@E@std@@@std@@AAEXI@Z 10038100 f i main.cpp.obj + 0001:00037190 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@2@PAX@Z 10038190 f i main.cpp.obj + 0001:00037190 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@2@PAX@Z 10038190 f i main.cpp.obj + 0001:000371b0 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 100381b0 f i main.cpp.obj + 0001:000371b0 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 100381b0 f i main.cpp.obj + 0001:000371d0 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@2@PAX@Z 100381d0 f i main.cpp.obj + 0001:000371d0 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@2@PAX@Z 100381d0 f i main.cpp.obj + 0001:000371f0 ?_Copy@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 100381f0 f i main.cpp.obj + 0001:000371f0 ?_Move@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEPAV?$_Func_base@HPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 100381f0 f i main.cpp.obj + 0001:00037210 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@2@PAX@Z 10038210 f i main.cpp.obj + 0001:00037210 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@HPAIPAI@2@PAX@Z 10038210 f i main.cpp.obj + 0001:00037230 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10038230 f i main.cpp.obj + 0001:00037230 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10038230 f i main.cpp.obj + 0001:00037250 ?_Copy@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@2@PAX@Z 10038250 f i main.cpp.obj + 0001:00037250 ?_Move@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEPAV?$_Func_base@IPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@2@PAX@Z 10038250 f i main.cpp.obj + 0001:00037270 ?_Copy@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEPAV?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10038270 f i main.cpp.obj + 0001:00037270 ?_Move@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEPAV?$_Func_base@PAHPAVPatchDetourBase@hadesmem@@PAI@2@PAX@Z 10038270 f i main.cpp.obj + 0001:00037290 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@@2@PAX@Z 10038290 f i main.cpp.obj + 0001:00037290 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@@2@PAX@Z 10038290 f i main.cpp.obj + 0001:000372b0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@2@PAX@Z 100382b0 f i main.cpp.obj + 0001:000372b0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@HI@2@PAX@Z 100382b0 f i main.cpp.obj + 0001:000372d0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@2@PAX@Z 100382d0 f i main.cpp.obj + 0001:000372d0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@I@2@PAX@Z 100382d0 f i main.cpp.obj + 0001:000372f0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@2@PAX@Z 100382f0 f i main.cpp.obj + 0001:000372f0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IHH@2@PAX@Z 100382f0 f i main.cpp.obj + 0001:00037310 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@2@PAX@Z 10038310 f i main.cpp.obj + 0001:00037310 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@IH_K@2@PAX@Z 10038310 f i main.cpp.obj + 0001:00037330 ?_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 10038330 f i main.cpp.obj + 0001:00037330 ?_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 10038330 f i main.cpp.obj + 0001:00037350 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIH@2@PAX@Z 10038350 f i main.cpp.obj + 0001:00037350 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIH@2@PAX@Z 10038350 f i main.cpp.obj + 0001:00037370 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@2@PAX@Z 10038370 f i main.cpp.obj + 0001:00037370 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAIPAXII@2@PAX@Z 10038370 f i main.cpp.obj + 0001:00037390 ?_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 10038390 f i main.cpp.obj + 0001:00037390 ?_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 10038390 f i main.cpp.obj + 0001:000373b0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@2@PAX@Z 100383b0 f i main.cpp.obj + 0001:000373b0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXI@2@PAX@Z 100383b0 f i main.cpp.obj + 0001:000373d0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@2@PAX@Z 100383d0 f i main.cpp.obj + 0001:000373d0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXPAXPAVCDataStore@Nampower@@@2@PAX@Z 100383d0 f i main.cpp.obj + 0001:000373f0 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@2@PAX@Z 100383f0 f i main.cpp.obj + 0001:000373f0 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@PAXHH@2@PAX@Z 100383f0 f i main.cpp.obj + 0001:00037410 ?_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 10038410 f i main.cpp.obj + 0001:00037410 ?_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 10038410 f i main.cpp.obj + 0001:00037430 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10038430 f i main.cpp.obj + 0001:00037430 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_K@2@PAX@Z 10038430 f i main.cpp.obj + 0001:00037450 ?_Copy@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@2@PAX@Z 10038450 f i main.cpp.obj + 0001:00037450 ?_Move@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEPAV?$_Func_base@XPAVPatchDetourBase@hadesmem@@_N_NW4SpellCastResult@game@@@2@PAX@Z 10038450 f i main.cpp.obj + 0001:00037470 ?_Copy@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEPAV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@2@PAX@Z 10038470 f i main.cpp.obj + 0001:00037470 ?_Move@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAEPAV?$_Func_base@_NPAVPatchDetourBase@hadesmem@@PAIPAIIM@2@PAX@Z 10038470 f i main.cpp.obj + 0001:00037490 ?_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 10038490 f i main.cpp.obj + 0001:00037490 ?_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 10038490 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374b0 ?_Delete_this@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EAEX_N@Z 100384b0 f i main.cpp.obj + 0001:000374d0 ?_Delete_this@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 100384d0 f i main.cpp.obj + 0001:000374d0 ?_Delete_this@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 100384d0 f i main.cpp.obj + 0001:000374e0 ?_Destroy@?$_Ref_count_obj2@UImpl@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 100384e0 f i main.cpp.obj + 0001:000374e0 ?_Destroy@?$_Ref_count_obj2@UImpl@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@@std@@EAEXXZ 100384e0 f i main.cpp.obj + 0001:00037500 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAI11$$QAPAVCDataStore@Nampower@@@Z 10038500 f i main.cpp.obj + 0001:00037500 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAPAX$$QAI3@Z 10038500 f i main.cpp.obj + 0001:00037500 ?_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 10038500 f i main.cpp.obj + 0001:00037530 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 10038530 f i main.cpp.obj + 0001:00037530 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 10038530 f i main.cpp.obj + 0001:00037530 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAPAUCTerrainClickEvent@game@@@Z 10038530 f i main.cpp.obj + 0001:00037530 ?_Do_call@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EAEPAH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI@Z 10038530 f i main.cpp.obj + 0001:00037530 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI@Z 10038530 f i main.cpp.obj + 0001:00037550 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAPAVCDataStore@Nampower@@@Z 10038550 f i main.cpp.obj + 0001:00037550 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAH$$QAI@Z 10038550 f i main.cpp.obj + 0001:00037550 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI$$QAH@Z 10038550 f i main.cpp.obj + 0001:00037570 ?_Do_call@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EAEH$$QAPAVPatchDetourBase@hadesmem@@$$QA_K@Z 10038570 f i main.cpp.obj + 0001:00037570 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QA_K@Z 10038570 f i main.cpp.obj + 0001:00037590 ?_Do_call@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EAEI$$QAPAVPatchDetourBase@hadesmem@@$$QAH$$QAPAI2@Z 10038590 f i main.cpp.obj + 0001:00037590 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI$$QAH2@Z 10038590 f i main.cpp.obj + 0001:00037590 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX1$$QAI@Z 10038590 f i main.cpp.obj + 0001:00037590 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX1$$QAPAVCDataStore@Nampower@@@Z 10038590 f i main.cpp.obj + 0001:00037590 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAX$$QAH2@Z 10038590 f i main.cpp.obj + 0001:000375c0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@@Z 100385c0 f i main.cpp.obj + 0001:000375d0 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAI$$QAH$$QA_K@Z 100385d0 f i main.cpp.obj + 0001:00037600 ?_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 10038600 f i main.cpp.obj + 0001:00037640 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QAPAUSpellCast@game@@$$QAD@Z 10038640 f i main.cpp.obj + 0001:00037660 ?_Do_call@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EAEX$$QAPAVPatchDetourBase@hadesmem@@$$QA_N1$$QAW4SpellCastResult@game@@@Z 10038660 f i main.cpp.obj + 0001:00037690 ?_Do_call@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EAE_N$$QAPAVPatchDetourBase@hadesmem@@$$QAPAI1$$QAI$$QAM@Z 10038690 f i main.cpp.obj + 0001:000376d0 ?_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 100386d0 f i main.cpp.obj + 0001:00037700 ?_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 10038700 f i main.cpp.obj + 0001:00037a10 ?_Ffmt@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABAPADPADDH@Z 10038a10 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ad0 ?_Get@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EBEPBXXZ 10038ad0 f i main.cpp.obj + 0001:00037ae0 ?_Get_deleter@_Ref_count_base@std@@UBEPAXABVtype_info@@@Z 10038ae0 f i main.cpp.obj + 0001:00037ae0 ?get_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038ae0 f i main.cpp.obj + 0001:00037ae0 ?get_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038ae0 f i main.cpp.obj + 0001:00037ae0 ?get_deleter@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038ae0 f i main.cpp.obj + 0001:00037ae0 ?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 10038ae0 f i main.cpp.obj + 0001:00037ae0 ?get_deleter@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038ae0 f i main.cpp.obj + 0001:00037ae0 ?get_local_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038ae0 f i main.cpp.obj + 0001:00037ae0 ?get_local_deleter@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038ae0 f i main.cpp.obj + 0001:00037ae0 ?get_local_deleter@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038ae0 f i main.cpp.obj + 0001:00037ae0 ?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 10038ae0 f i main.cpp.obj + 0001:00037ae0 ?get_local_deleter@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEPAXABVtype_info@@@Z 10038ae0 f i main.cpp.obj + 0001:00037af0 ?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 10038af0 f i main.cpp.obj + 0001:00037c70 ?_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 10038c70 f i spell_scripts.cpp.obj + 0001:00037c70 ?_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 10038c70 f i main.cpp.obj + 0001:00037c70 ?_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 10038c70 f i main.cpp.obj + 0001:00037e60 ?_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 10038e60 f i main.cpp.obj + 0001:000381e0 ?_Lrotate@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEXPAU?$_Tree_node@KPAX@2@@Z 100391e0 f i main.cpp.obj + 0001:00038230 ?_Min@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@SAPAU?$_Tree_node@KPAX@2@PAU32@@Z 10039230 f i main.cpp.obj + 0001:00038250 ?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 10039250 f i main.cpp.obj + 0001:00038330 ?_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 10039330 f i main.cpp.obj + 0001:000383a0 ?_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 100393a0 f i main.cpp.obj + 0001:00038410 ?_Rrotate@?$_Tree_val@U?$_Tree_simple_types@K@std@@@std@@QAEXPAU?$_Tree_node@KPAX@2@@Z 10039410 f i main.cpp.obj + 0001:00038470 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@ZHPAV12@IIIPAV34@@std@@EBEABVtype_info@@XZ 10039470 f i main.cpp.obj + 0001:00038480 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAI@ZHPAV12@PAI@std@@EBEABVtype_info@@XZ 10039480 f i main.cpp.obj + 0001:00038490 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@ZHPAV12@PAIPAV34@@std@@EBEABVtype_info@@XZ 10039490 f i main.cpp.obj + 0001:000384a0 ?_Target_type@?$_Func_impl_no_alloc@P6AHPAVPatchDetourBase@hadesmem@@_K@ZHPAV12@_K@std@@EBEABVtype_info@@XZ 100394a0 f i main.cpp.obj + 0001:000384b0 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@HPAI1@ZIPAV12@HPAIPAI@std@@EBEABVtype_info@@XZ 100394b0 f i main.cpp.obj + 0001:000384c0 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAI@ZIPAV12@PAI@std@@EBEABVtype_info@@XZ 100394c0 f i main.cpp.obj + 0001:000384d0 ?_Target_type@?$_Func_impl_no_alloc@P6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@ZIPAV12@PAU34@@std@@EBEABVtype_info@@XZ 100394d0 f i main.cpp.obj + 0001:000384e0 ?_Target_type@?$_Func_impl_no_alloc@P6APAHPAVPatchDetourBase@hadesmem@@PAI@ZPAHPAV12@PAI@std@@EBEABVtype_info@@XZ 100394e0 f i main.cpp.obj + 0001:000384f0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@@ZXPAV12@@std@@EBEABVtype_info@@XZ 100394f0 f i main.cpp.obj + 0001:00038500 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@HI@ZXPAV12@HI@std@@EBEABVtype_info@@XZ 10039500 f i main.cpp.obj + 0001:00038510 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@I@ZXPAV12@I@std@@EBEABVtype_info@@XZ 10039510 f i main.cpp.obj + 0001:00038520 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IHH@ZXPAV12@IHH@std@@EBEABVtype_info@@XZ 10039520 f i main.cpp.obj + 0001:00038530 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IH_K@ZXPAV12@IH_K@std@@EBEABVtype_info@@XZ 10039530 f i main.cpp.obj + 0001:00038540 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@ZXPAV12@IW434@HH_N@std@@EBEABVtype_info@@XZ 10039540 f i main.cpp.obj + 0001:00038550 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIH@ZXPAV12@PAIH@std@@EBEABVtype_info@@XZ 10039550 f i main.cpp.obj + 0001:00038560 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@ZXPAV12@PAIPAXII@std@@EBEABVtype_info@@XZ 10039560 f i main.cpp.obj + 0001:00038570 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@ZXPAV12@PAU34@D@std@@EBEABVtype_info@@XZ 10039570 f i main.cpp.obj + 0001:00038580 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1I@ZXPAV12@PAXPAXI@std@@EBEABVtype_info@@XZ 10039580 f i main.cpp.obj + 0001:00038590 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@ZXPAV12@PAXPAXPAV34@@std@@EBEABVtype_info@@XZ 10039590 f i main.cpp.obj + 0001:000385a0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PAXHH@ZXPAV12@PAXHH@std@@EBEABVtype_info@@XZ 100395a0 f i main.cpp.obj + 0001:000385b0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@Nampower@@@ZXPAV12@PA_KPA_KIPAV34@@std@@EBEABVtype_info@@XZ 100395b0 f i main.cpp.obj + 0001:000385c0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_K@ZXPAV12@_K@std@@EBEABVtype_info@@XZ 100395c0 f i main.cpp.obj + 0001:000385d0 ?_Target_type@?$_Func_impl_no_alloc@P6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@ZXPAV12@_N_NW434@@std@@EBEABVtype_info@@XZ 100395d0 f i main.cpp.obj + 0001:000385e0 ?_Target_type@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z_NPAV12@PAIPAIIM@std@@EBEABVtype_info@@XZ 100395e0 f i main.cpp.obj + 0001:000385f0 ?_Target_type@?$_Func_impl_no_alloc@P6A_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z_NPAV12@PAIIPAU34@_K@std@@EBEABVtype_info@@XZ 100395f0 f i main.cpp.obj + 0001:00038600 ?_Throw_tree_length_error@std@@YAXXZ 10039600 f i main.cpp.obj + 0001:00038610 ?_Tidy@?$vector@UCastSpellParams@@V?$allocator@UCastSpellParams@@@std@@@std@@AAEXXZ 10039610 f i main.cpp.obj + 0001:00038680 ?_Tidy@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEXXZ 10039680 f i main.cpp.obj + 0001:000386e0 ?_Xlength@?$vector@DV?$allocator@D@std@@@std@@CAXXZ 100396e0 f i main.cpp.obj + 0001:000386e0 ?_Xlength@?$vector@EV?$allocator@E@std@@@std@@CAXXZ 100396e0 f i main.cpp.obj + 0001:000386e0 ?_Xlength@?$vector@PAHV?$allocator@PAH@std@@@std@@CAXXZ 100396e0 f i lua_refs.cpp.obj + 0001:000386e0 ?_Xlength@?$vector@UCastSpellParams@@V?$allocator@UCastSpellParams@@@std@@@std@@CAXXZ 100396e0 f i main.cpp.obj + 0001:000386e0 ?_Xlength@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@CAXXZ 100396e0 f i main.cpp.obj + 0001:000386f0 ?addCustomEvent@Nampower@@YAXIPAD@Z 100396f0 f main.cpp.obj + 0001:00038810 ?add_ref@error_info_container_impl@exception_detail@boost@@EBEXXZ 10039810 f i main.cpp.obj + 0001:00038820 ?append@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@ID@Z 10039820 f i main.cpp.obj + 0001:00038980 ?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@QBDI@Z 10039980 f i main.cpp.obj + 0001:00038a70 ?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 10039a70 f i main.cpp.obj + 0001:00038c10 ?checkForStopChanneling@Nampower@@YAXXZ 10039c10 f main.cpp.obj + 0001:00038f20 ?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 10039f20 f i main.cpp.obj + 0001:00038f3e ?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEPBVclone_base@23@XZ 10039f3e f i main.cpp.obj + 0001:00038f50 ?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 10039f50 f i main.cpp.obj + 0001:0003902a ?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEPBVclone_base@23@XZ 1003a02a f i main.cpp.obj + 0001:00039040 ?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 1003a040 f i main.cpp.obj + 0001:00039120 ?clone@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@EBEPAVerror_info_base@exception_detail@2@XZ 1003a120 f i main.cpp.obj + 0001:00039150 ?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 1003a150 f i main.cpp.obj + 0001:000391d0 ?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 1003a1d0 f i main.cpp.obj + 0001:00039270 ?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 1003a270 f i main.cpp.obj + 0001:00039530 ?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 1003a530 f i main.cpp.obj + 0001:00039600 ?current_exception_diagnostic_information@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z 1003a600 f i main.cpp.obj + 0001:000396a0 ?deallocate@?$allocator@VSuspendedThread@hadesmem@@@std@@QAEXQAVSuspendedThread@hadesmem@@I@Z 1003a6a0 f i main.cpp.obj + 0001:000396e0 ?dec@std@@YAAAVios_base@1@AAV21@@Z 1003a6e0 f i main.cpp.obj + 0001:00039700 ?destroy@sp_counted_base@detail@boost@@UAEXXZ 1003a700 f i main.cpp.obj + 0001:00039710 ?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 1003a710 f i main.cpp.obj + 0001:00039950 ?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 1003a950 f i main.cpp.obj + 0001:00039db0 ?dispose@?$sp_counted_impl_p@V?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEXXZ 1003adb0 f i main.cpp.obj + 0001:00039db0 ?dispose@?$sp_counted_impl_p@V?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@@detail@boost@@UAEXXZ 1003adb0 f i main.cpp.obj + 0001:00039dc0 ?dispose@?$sp_counted_impl_p@V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@detail@boost@@UAEXXZ 1003adc0 f i main.cpp.obj + 0001:00039dc0 ?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 1003adc0 f i main.cpp.obj + 0001:00039dc0 ?dispose@?$sp_counted_impl_p@Verror_info_base@exception_detail@boost@@@detail@boost@@UAEXXZ 1003adc0 f i main.cpp.obj + 0001:00039dd0 ?do_falsename@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003add0 f i main.cpp.obj + 0001:00039e10 ?do_grouping@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003ae10 f i main.cpp.obj + 0001:00039e50 ?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 1003ae50 f i main.cpp.obj + 0001:00039f20 ?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 1003af20 f i main.cpp.obj + 0001:00039ff0 ?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 1003aff0 f i main.cpp.obj + 0001:0003a1f0 ?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 1003b1f0 f i main.cpp.obj + 0001:0003a3f0 ?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 1003b3f0 f i main.cpp.obj + 0001:0003a460 ?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 1003b460 f i main.cpp.obj + 0001:0003a540 ?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 1003b540 f i main.cpp.obj + 0001:0003a620 ?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 1003b620 f i main.cpp.obj + 0001:0003a820 ?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 1003b820 f i main.cpp.obj + 0001:0003abc0 ?do_thousands_sep@?$numpunct@D@std@@MBEDXZ 1003bbc0 f i main.cpp.obj + 0001:0003abd0 ?do_truename@?$numpunct@D@std@@MBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ 1003bbd0 f i main.cpp.obj + 0001:0003ac10 ?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 1003bc10 f i main.cpp.obj + 0001:0003ac50 ?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 1003bc50 f i main.cpp.obj + 0001:0003ada0 ?get@error_info_container_impl@exception_detail@boost@@UBE?AV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 1003bda0 f i main.cpp.obj + 0001:0003ae20 ?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 1003be20 f i main.cpp.obj + 0001:0003aee0 ?hex@std@@YAAAVios_base@1@AAV21@@Z 1003bee0 f i main.cpp.obj + 0001:0003af00 ?initCustomEvents@Nampower@@YAXXZ 1003bf00 f main.cpp.obj + 0001:0003b610 ?initHooks@Nampower@@YAXXZ 1003c610 f main.cpp.obj + 0001:0003c1a0 ?insert@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@IID@Z 1003d1a0 f i main.cpp.obj + 0001:0003c350 ?loadConfig@Nampower@@YAXXZ 1003d350 f main.cpp.obj + 0001:0003d800 ?loadUserVar@Nampower@@YAXPBD@Z 1003e800 f main.cpp.obj + 0001:0003d990 ?name_value_string@?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@EBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 1003e990 f i main.cpp.obj + 0001:0003d9b0 ?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 1003e9b0 f i main.cpp.obj + 0001:0003d9d0 ?now@steady_clock@chrono@std@@SA?AV?$time_point@Usteady_clock@chrono@std@@V?$duration@_JU?$ratio@$00$0DLJKMKAA@@std@@@23@@23@XZ 1003e9d0 f i main.cpp.obj + 0001:0003dad0 ?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 1003ead0 f i main.cpp.obj + 0001:0003dc50 ?overflow@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHH@Z 1003ec50 f i main.cpp.obj + 0001:0003dda0 ?pbackfail@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHH@Z 1003eda0 f i main.cpp.obj + 0001:0003ddf0 ?pop@CastQueue@Nampower@@QAE?AUCastSpellParams@@XZ 1003edf0 f i main.cpp.obj + 0001:0003de90 ?processQueues@Nampower@@YA_NXZ 1003ee90 f main.cpp.obj + 0001:0003e190 ?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 1003f190 f i main.cpp.obj + 0001:0003e310 ?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 1003f310 f i main.cpp.obj + 0001:0003e580 ?release@error_info_container_impl@exception_detail@boost@@EBE_NXZ 1003f580 f i main.cpp.obj + 0001:0003e620 ?reset@?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@QAEXPAVAllocator@hadesmem@@@Z 1003f620 f i main.cpp.obj + 0001:0003e643 ?rethrow@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEXXZ 1003f643 f i main.cpp.obj + 0001:0003e650 ?rethrow@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEXXZ 1003f650 f i main.cpp.obj + 0001:0003e671 ?rethrow@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@$0PPPPPPPM@A@BEXXZ 1003f671 f i main.cpp.obj + 0001:0003e680 ?rethrow@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEXXZ 1003f680 f i main.cpp.obj + 0001:0003e6b0 ?rethrow@?$wrapexcept@VError@hadesmem@@@boost@@UBEXXZ 1003f6b0 f i main.cpp.obj + 0001:0003e6d0 ?safeRename@Nampower@@YA_NPBD0@Z 1003f6d0 f main.cpp.obj + 0001:0003e760 ?seekoff@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAE?AV?$fpos@U_Mbstatet@@@2@_JHH@Z 1003f760 f i main.cpp.obj + 0001:0003e950 ?seekpos@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAE?AV?$fpos@U_Mbstatet@@@2@V32@H@Z 1003f950 f i main.cpp.obj + 0001:0003eac0 ?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 1003fac0 f i main.cpp.obj + 0001:0003ec00 ?stof@std@@YAMABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@PAI@Z 1003fc00 f i main.cpp.obj + 0001:0003ec70 ?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 1003fc70 f i main.cpp.obj + 0001:0003ed50 ?underflow@?$basic_stringbuf@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@MAEHXZ 1003fd50 f i main.cpp.obj + 0001:0003edb0 ?updateFromCvar@Nampower@@YAXPBD0@Z 1003fdb0 f main.cpp.obj + 0001:0003fdb0 _Load 10040db0 f main.cpp.obj + 0001:0003ff30 __scprintf 10040f30 f i main.cpp.obj + 0001:0003ff60 __snprintf 10040f60 f i main.cpp.obj + 0001:0003ffa0 _sprintf_s 10040fa0 f i main.cpp.obj + 0001:0003ffd0 ??$?R_K@?$_Uhash_compare@_KU?$hash@_K@std@@U?$equal_to@_K@2@@std@@QBEIAB_K@Z 10040fd0 f i helper.cpp.obj + 0001:00040040 ??$_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 10041040 f misc_scripts.cpp.obj + 0001:00040040 ??$_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 10041040 f misc_scripts.cpp.obj + 0001:00040130 ??$_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 10041130 f i helper.cpp.obj + 0001:000403e0 ??$_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 100413e0 f i helper.cpp.obj + 0001:000405b0 ??$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 100415b0 f items.cpp.obj + 0001:000405b0 ??$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 100415b0 f items.cpp.obj + 0001:000405b0 ??$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 100415b0 f misc_scripts.cpp.obj + 0001:000405b0 ??$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 100415b0 f items.cpp.obj + 0001:000405b0 ??$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 100415b0 f helper.cpp.obj + 0001:00040630 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@@std@@@std@@QAE@XZ 10041630 f i helper.cpp.obj + 0001:00040630 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CB_KI@std@@PAX@std@@@std@@@std@@QAE@XZ 10041630 f i helper.cpp.obj + 0001:000406b0 ??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 100416b0 f i helper.cpp.obj + 0001:00040740 ??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 10041740 f items.cpp.obj + 0001:00040740 ??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 10041740 f items.cpp.obj + 0001:00040740 ??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 10041740 f misc_scripts.cpp.obj + 0001:00040740 ??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 10041740 f items.cpp.obj + 0001:00040740 ??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 10041740 f helper.cpp.obj + 0001:00040820 ??1?$list@U?$pair@$$CB_KI@std@@V?$allocator@U?$pair@$$CB_KI@std@@@2@@std@@QAE@XZ 10041820 f i helper.cpp.obj + 0001:000409e0 ?ConvertGuidToString@Nampower@@YAPAD_K@Z 100419e0 f helper.cpp.obj + 0001:00040a10 ?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 10041a10 f helper.cpp.obj + 0001:00040c00 ?GetGcdOrCooldownForSpell@Nampower@@YAII@Z 10041c00 f helper.cpp.obj + 0001:00040c40 ?GetNameplateDistance@Nampower@@YAMXZ 10041c40 f helper.cpp.obj + 0001:00040c90 ?GetRemainingCooldownForSpell@Nampower@@YAII@Z 10041c90 f helper.cpp.obj + 0001:00040d00 ?GetSpellIdFromSpellName@Nampower@@YAIPBD@Z 10041d00 f helper.cpp.obj + 0001:00040d40 ?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 10041d40 f helper.cpp.obj + 0001:000410c0 ?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 100420c0 f helper.cpp.obj + 0001:00041270 ?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 10042270 f helper.cpp.obj + 0001:000413c0 ?IsSpellOnCooldown@Nampower@@YA_NI@Z 100423c0 f helper.cpp.obj + 0001:00041420 ?IsTargetingTerrainSpell@Nampower@@YA_NXZ 10042420 f helper.cpp.obj + 0001:00041430 ?SetNameplateDistance@Nampower@@YAXM@Z 10042430 f helper.cpp.obj + 0001:00041450 ?SpellIsAttackTradeskillOrEnchant@Nampower@@YA_NPBUSpellRec@game@@@Z 10042450 f helper.cpp.obj + 0001:00041490 ?SpellIsChanneling@Nampower@@YA_NPBUSpellRec@game@@@Z 10042490 f helper.cpp.obj + 0001:000414a0 ?SpellIsMounting@Nampower@@YA_NPBUSpellRec@game@@@Z 100424a0 f helper.cpp.obj + 0001:000414d0 ?SpellIsOnGcd@Nampower@@YA_NPBUSpellRec@game@@@Z 100424d0 f helper.cpp.obj + 0001:000414f0 ?SpellIsOnSwing@Nampower@@YA_NPBUSpellRec@game@@@Z 100424f0 f helper.cpp.obj + 0001:00041500 ?SpellIsTargeting@Nampower@@YA_NPBUSpellRec@game@@@Z 10042500 f helper.cpp.obj + 0001:00041600 ?_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 10042600 f i items.cpp.obj + 0001:00041600 ?_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 10042600 f i items.cpp.obj + 0001:00041600 ?_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 10042600 f i misc_scripts.cpp.obj + 0001:00041600 ?_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 10042600 f i items.cpp.obj + 0001:00041600 ?_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 10042600 f i helper.cpp.obj + 0001:000419b0 ?_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 100429b0 f i helper.cpp.obj + 0001:00041af0 _snprintf 10042af0 f i helper.cpp.obj + 0001:00041b30 ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 10042b30 f i spellcast.cpp.obj + 0001:00041ce0 ?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 10042ce0 f spellcast.cpp.obj + 0001:00042300 ?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 10043300 f spellcast.cpp.obj + 0001:00042480 ?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 10043480 f spellcast.cpp.obj + 0001:00042600 ?CGWorldFrame_OnLayerTrackTerrainHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAXHH@Z 10043600 f spellcast.cpp.obj + 0001:00042670 ?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 10043670 f spellcast.cpp.obj + 0001:00042830 ?CastQueuedNonGcdSpell@Nampower@@YAXXZ 10043830 f spellcast.cpp.obj + 0001:00042a20 ?CastQueuedNormalSpell@Nampower@@YAXXZ 10043a20 f spellcast.cpp.obj + 0001:00042c10 ?SendCastHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAUSpellCast@game@@D@Z 10043c10 f spellcast.cpp.obj + 0001:00042c40 ?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 10043c40 f spellcast.cpp.obj + 0001:00044310 ?Spell_C_HandleTerrainClickHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z 10045310 f spellcast.cpp.obj + 0001:00044330 ?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 10045330 f spellcast.cpp.obj + 0001:000444b0 ?TriggerQuickcast@Nampower@@YAXXZ 100454b0 f spellcast.cpp.obj + 0001:00044610 ?TriggerSpellCastEvent@Nampower@@YAX_NIW4CastType@@_KI@Z 10045610 f spellcast.cpp.obj + 0001:00044660 ?TriggerSpellQueuedEvent@Nampower@@YAXW4QueueEvents@@I@Z 10045660 f spellcast.cpp.obj + 0001:00044680 ?findSpellId@CastQueue@Nampower@@QAEPAUCastSpellParams@@I@Z 10045680 f i spellcast.cpp.obj + 0001:000446c0 ?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 100456c0 f i spellcast.cpp.obj + 0001:000448a0 ?pushFront@CastQueue@Nampower@@QAEXABUCastSpellParams@@@Z 100458a0 f i spellcast.cpp.obj + 0001:000449c0 ??$Get@H@CDataStore@Nampower@@QAEXAAH@Z 100459c0 f i spellevents.cpp.obj + 0001:000449c0 ??$Get@I@CDataStore@Nampower@@QAEXAAI@Z 100459c0 f i spellchannel.cpp.obj + 0001:00044a20 ?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10045a20 f spellchannel.cpp.obj + 0001:00045030 ?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10046030 f spellchannel.cpp.obj + 0001:000452e0 ??$Get@F@CDataStore@Nampower@@QAEXAAF@Z 100462e0 f i spellevents.cpp.obj + 0001:00045340 ??$Get@_K@CDataStore@Nampower@@QAEXAA_K@Z 10046340 f i spellevents.cpp.obj + 0001:000453b0 ?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100463b0 f spellevents.cpp.obj + 0001:000458e0 ?PeriodicAuraLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100468e0 f spellevents.cpp.obj + 0001:00045af0 ?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 10046af0 f spellevents.cpp.obj + 0001:00045c60 ?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10046c60 f spellevents.cpp.obj + 0001:00045e60 ?SpellEnergizeLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10046e60 f spellevents.cpp.obj + 0001:00045f00 ?SpellFailedOtherHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10046f00 f spellevents.cpp.obj + 0001:00045f70 ?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 10046f70 f spellevents.cpp.obj + 0001:00046610 ?SpellHealingLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10047610 f spellevents.cpp.obj + 0001:000466b0 ?SpellNonMeleeDmgLogHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100476b0 f spellevents.cpp.obj + 0001:000467b0 ?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 100477b0 f spellevents.cpp.obj + 0001:00046ce0 ?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 10047ce0 f spellevents.cpp.obj + 0001:00047950 ?TriggerAuraCastEvent@Nampower@@YAXPBUSpellRec@game@@_KQA_KE1_N@Z 10048950 f spellevents.cpp.obj + 0001:00047c20 ?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 10048c20 f spellevents.cpp.obj + 0001:00047fa0 ?TriggerSpellEnergizeEvent@Nampower@@YAX_K0IIIE@Z 10048fa0 f spellevents.cpp.obj + 0001:00048060 ?TriggerSpellHealEvent@Nampower@@YAX_K0IIEE@Z 10049060 f spellevents.cpp.obj + 0001:00048120 ?findOldestWaitingForServerSpellId@CastQueue@Nampower@@QAEPAUCastSpellParams@@I@Z 10049120 f i spellevents.cpp.obj + 0001:00048170 ?triggerAuraCastEventOnTarget@Nampower@@YAXPBUSpellRec@game@@HPAD1_K2II@Z 10049170 f spellevents.cpp.obj + 0001:00048260 ??$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 10049260 f i misc_scripts.cpp.obj + 0001:00048260 ??$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 10049260 f i spell_scripts.cpp.obj + 0001:00048260 ??$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 10049260 f i misc_scripts.cpp.obj + 0001:000484d0 ??$_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 100494d0 f i misc_scripts.cpp.obj + 0001:000484d0 ??$_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 100494d0 f i items.cpp.obj + 0001:00048550 ??$_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 10049550 f i misc_scripts.cpp.obj + 0001:00048550 ??$_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 10049550 f i dbc_fields.cpp.obj + 0001:00048790 ??$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 10049790 f i misc_scripts.cpp.obj + 0001:00048790 ??$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 10049790 f i items.cpp.obj + 0001:000487e0 ??$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 100497e0 f i misc_scripts.cpp.obj + 0001:000488e0 ??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 100498e0 f i misc_scripts.cpp.obj + 0001:000488e0 ??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 100498e0 f i items.cpp.obj + 0001:00048990 ??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 10049990 f i misc_scripts.cpp.obj + 0001:00048990 ??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 10049990 f i items.cpp.obj + 0001:000489b0 ??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 100499b0 f i misc_scripts.cpp.obj + 0001:000489b0 ??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 100499b0 f i items.cpp.obj + 0001:00048a20 ??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 10049a20 f i misc_scripts.cpp.obj + 0001:00048a20 ??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 10049a20 f i items.cpp.obj + 0001:00048a50 ??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 10049a50 f i misc_scripts.cpp.obj + 0001:00048a50 ??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 10049a50 f i items.cpp.obj + 0001:00048a70 ?CSimpleFrame_GetNameHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 10049a70 f misc_scripts.cpp.obj + 0001:00048c60 ?PushTableValue@Nampower@@YAXPAIPADI@Z 10049c60 f i misc_scripts.cpp.obj + 0001:00048cb0 ?RunQueuedScript@Nampower@@YA_NH@Z 10049cb0 f misc_scripts.cpp.obj + 0001:00048df0 ?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 10049df0 f misc_scripts.cpp.obj + 0001:00048f00 ?Script_DisenchantAll@Nampower@@YAIPAI@Z 10049f00 f misc_scripts.cpp.obj + 0001:000492f0 ?Script_GetCastInfo@Nampower@@YAIPAI@Z 1004a2f0 f misc_scripts.cpp.obj + 0001:00049650 ?Script_GetCurrentCastingInfo@Nampower@@YAIPAI@Z 1004a650 f misc_scripts.cpp.obj + 0001:000497a0 ?Script_GetItemIconTexture@Nampower@@YAIPAI@Z 1004a7a0 f misc_scripts.cpp.obj + 0001:00049840 ?Script_GetItemLevel@Nampower@@YAIPAI@Z 1004a840 f misc_scripts.cpp.obj + 0001:000498f0 ?Script_GetItemStats@Nampower@@YAIPAI@Z 1004a8f0 f misc_scripts.cpp.obj + 0001:00049ca0 ?Script_GetItemStatsField@Nampower@@YAIPAI@Z 1004aca0 f misc_scripts.cpp.obj + 0001:0004a100 ?Script_GetNampowerVersion@Nampower@@YAIPAI@Z 1004b100 f misc_scripts.cpp.obj + 0001:0004a160 ?Script_GetSpellIconTexture@Nampower@@YAIPAI@Z 1004b160 f misc_scripts.cpp.obj + 0001:0004a210 ?Script_GetUnitData@Nampower@@YAIPAI@Z 1004b210 f misc_scripts.cpp.obj + 0001:0004a580 ?Script_GetUnitField@Nampower@@YAIPAI@Z 1004b580 f misc_scripts.cpp.obj + 0001:0004a8d0 ?Script_QueueScript@Nampower@@YAIPAI@Z 1004b8d0 f misc_scripts.cpp.obj + 0001:0004abd0 ?Script_StartItemExport@Nampower@@YAIPAI@Z 1004bbd0 f misc_scripts.cpp.obj + 0001:0004abe0 ?TryDisenchant@Nampower@@YA_NXZ 1004bbe0 f misc_scripts.cpp.obj + 0001:0004af70 ?_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 1004bf70 f i misc_scripts.cpp.obj + 0001:0004af70 ?_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 1004bf70 f i items.cpp.obj + 0001:0004b230 ??$_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 1004c230 f i spell_scripts.cpp.obj + 0001:0004b470 ??$_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 1004c470 f i spell_scripts.cpp.obj + 0001:0004b4c0 ?GetSpellSlotFromLuaHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@HPAI1@Z 1004c4c0 f spell_scripts.cpp.obj + 0001:0004b610 ?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 1004c610 f spell_scripts.cpp.obj + 0001:0004b720 ?Script_GetSpellIdForName@Nampower@@YAIPAI@Z 1004c720 f spell_scripts.cpp.obj + 0001:0004b790 ?Script_GetSpellModifiers@Nampower@@YAIPAI@Z 1004c790 f spell_scripts.cpp.obj + 0001:0004b910 ?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 1004c910 f spell_scripts.cpp.obj + 0001:0004ba60 ?Script_GetSpellRec@Nampower@@YAIPAI@Z 1004ca60 f spell_scripts.cpp.obj + 0001:0004beb0 ?Script_GetSpellRecField@Nampower@@YAIPAI@Z 1004ceb0 f spell_scripts.cpp.obj + 0001:0004c3b0 ?Script_GetSpellSlotTypeIdForName@Nampower@@YAIPAI@Z 1004d3b0 f spell_scripts.cpp.obj + 0001:0004c530 ?Script_IsSpellInRange@Nampower@@YAIPAI@Z 1004d530 f spell_scripts.cpp.obj + 0001:0004c7f0 ?Script_IsSpellUsable@Nampower@@YAIPAI@Z 1004d7f0 f spell_scripts.cpp.obj + 0001:0004c930 ?Script_QueueSpellByName@Nampower@@YAIPAI@Z 1004d930 f spell_scripts.cpp.obj + 0001:0004ca40 ?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1004da40 f spell_scripts.cpp.obj + 0001:0004cb60 ?GetCooldownFromSpellHistory@Nampower@@YA?AUCooldownDetail@1@III@Z 1004db60 f cooldown_scripts.cpp.obj + 0001:0004ce20 ?GetItemCooldownDetail@Nampower@@YA?AUCooldownDetail@1@I@Z 1004de20 f cooldown_scripts.cpp.obj + 0001:0004cfc0 ?PushCooldownDetailTable@Nampower@@YAXPAIABUCooldownDetail@1@@Z 1004dfc0 f cooldown_scripts.cpp.obj + 0001:0004d4f0 ?Script_GetItemIdCooldown@Nampower@@YAIPAI@Z 1004e4f0 f cooldown_scripts.cpp.obj + 0001:0004d5d0 ?Script_GetSpellIdCooldown@Nampower@@YAIPAI@Z 1004e5d0 f cooldown_scripts.cpp.obj + 0001:0004d690 ?Script_GetTrinketCooldown@Nampower@@YAIPAI@Z 1004e690 f cooldown_scripts.cpp.obj + 0001:0004d8b0 ??0CachedItemData@Nampower@@QAE@XZ 1004e8b0 f i item_scripts.cpp.obj + 0001:0004dd20 ?ClearBagSlot@Nampower@@YAXPAIHI@Z 1004ed20 f item_scripts.cpp.obj + 0001:0004de00 ?CreateBasicItemInfoTable@Nampower@@YAXPAIPAUCGItem@game@@@Z 1004ee00 f item_scripts.cpp.obj + 0001:0004def0 ?CreateItemInfoTable@Nampower@@YAXPAIPAUCGItem_C@game@@@Z 1004eef0 f item_scripts.cpp.obj + 0001:0004e1a0 ?GetSingleBagItems@Nampower@@YAIPAIH@Z 1004f1a0 f item_scripts.cpp.obj + 0001:0004e590 ?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 1004f590 f item_scripts.cpp.obj + 0001:0004eac0 ?Script_FindPlayerItemSlot@Nampower@@YAIPAI@Z 1004fac0 f item_scripts.cpp.obj + 0001:0004ec30 ?Script_GetAmmo@Nampower@@YAIPAI@Z 1004fc30 f item_scripts.cpp.obj + 0001:0004edc0 ?Script_GetBagItem@Nampower@@YAIPAI@Z 1004fdc0 f item_scripts.cpp.obj + 0001:0004f090 ?Script_GetBagItems@Nampower@@YAIPAI@Z 10050090 f item_scripts.cpp.obj + 0001:0004f230 ?Script_GetEquippedItem@Nampower@@YAIPAI@Z 10050230 f item_scripts.cpp.obj + 0001:0004f3b0 ?Script_GetEquippedItems@Nampower@@YAIPAI@Z 100503b0 f item_scripts.cpp.obj + 0001:0004f530 ?Script_GetTrinkets@Nampower@@YAIPAI@Z 10050530 f item_scripts.cpp.obj + 0001:0004f9e0 ?Script_UseItemIdOrName@Nampower@@YAIPAI@Z 100509e0 f item_scripts.cpp.obj + 0001:0004fb60 ?Script_UseTrinket@Nampower@@YAIPAI@Z 10050b60 f item_scripts.cpp.obj + 0001:0004fd90 ??$_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 10050d90 f i items.cpp.obj + 0001:0004fd90 ??$_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 10050d90 f i items.cpp.obj + 0001:0004fe00 ??$_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 10050e00 f i items.cpp.obj + 0001:00050000 ??$_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 10051000 f i items.cpp.obj + 0001:000501f0 ??$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 100511f0 f i items.cpp.obj + 0001:000503e0 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@IPAX@std@@@std@@@std@@QAE@XZ 100513e0 f i items.cpp.obj + 0001:000503e0 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@IPAX@std@@@std@@@std@@QAE@XZ 100513e0 f i items.cpp.obj + 0001:00050400 ??1?$_Alloc_construct_ptr@V?$allocator@U?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@@std@@@std@@QAE@XZ 10051400 f i items.cpp.obj + 0001:00050400 ??1?$_List_node_emplace_op2@V?$allocator@U?$_List_node@U?$pair@$$CBIPAUItemStats_C@game@@@std@@PAX@std@@@std@@@std@@QAE@XZ 10051400 f i items.cpp.obj + 0001:00050420 ??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 10051420 f i items.cpp.obj + 0001:000504b0 ??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 100514b0 f i items.cpp.obj + 0001:00050540 ??1?$list@IV?$allocator@I@std@@@std@@QAE@XZ 10051540 f i items.cpp.obj + 0001:00050580 ??1?$list@U?$pair@$$CBIPAUItemStats_C@game@@@std@@V?$allocator@U?$pair@$$CBIPAUItemStats_C@game@@@std@@@2@@std@@QAE@XZ 10051580 f i items.cpp.obj + 0001:000505c0 ??_H@YGXPAXIIP6EPAX0@Z@Z 100515c0 f i items.cpp.obj + 0001:000505f0 ?CacheItemNameToId@Nampower@@YAXPBDI@Z 100515f0 f items.cpp.obj + 0001:00050680 ?ClearItemCaches@Nampower@@YAXXZ 10051680 f items.cpp.obj + 0001:000507e0 ?DoesItemMatch@Nampower@@YA_NIIPBD@Z 100517e0 f items.cpp.obj + 0001:000508b0 ?FindPlayerDisenchantItem@Nampower@@YA?AUPlayerItemSearchResult@1@I_N@Z 100518b0 f items.cpp.obj + 0001:00050ac0 ?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 10051ac0 f items.cpp.obj + 0001:00051100 ?GetBagPtrFromContainer@Nampower@@YAPAIPAI@Z 10052100 f items.cpp.obj + 0001:00051120 ?GetItemIdFromCache@Nampower@@YAIPBD@Z 10052120 f items.cpp.obj + 0001:00051210 ?GetItemStats@Nampower@@YAPAUItemStats_C@game@@I@Z 10052210 f items.cpp.obj + 0001:00051290 ?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 10052290 f items.cpp.obj + 0001:000514b0 ?LoadItem@Nampower@@YA_NI@Z 100524b0 f items.cpp.obj + 0001:00051580 ?StartItemExport@Nampower@@YAXXZ 10052580 f items.cpp.obj + 0001:000515a0 ?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 100525a0 f items.cpp.obj + 0001:00051770 ?_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 10052770 f i items.cpp.obj + 0001:000518d0 ?_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 100528d0 f i items.cpp.obj + 0001:00051a30 ?_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 10052a30 f i items.cpp.obj + 0001:00051be0 ?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 10052be0 f i items.cpp.obj + 0001:00051c60 ?InitializeFieldMaps@Nampower@@YAXXZ 10052c60 f dbc_fields.cpp.obj + 0001:00051f60 ?InitializeUnitFieldMaps@Nampower@@YAXXZ 10052f60 f unit_fields.cpp.obj + 0001:00052110 ?CGUnit_C_OnAuraAddedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z 10053110 f auras.cpp.obj + 0001:00052150 ?CGUnit_C_OnAuraAddedStackHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIH@Z 10053150 f auras.cpp.obj + 0001:00052190 ?CGUnit_C_OnAuraRemovedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z 10053190 f auras.cpp.obj + 0001:000521d0 ?TriggerAuraEvent@Nampower@@YAXPAIII_N@Z 100531d0 f auras.cpp.obj + 0001:00052400 ?UnitCombatLogUnitDeadHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_K@Z 10053400 f auras.cpp.obj + 0001:00052450 ??$_Emplace_reallocate@ABQAH@?$vector@PAHV?$allocator@PAH@std@@@std@@AAEPAPAHQAPAHABQAH@Z 10053450 f i lua_refs.cpp.obj + 0001:000525b0 ?CleanupAllLuaTableRefs@Nampower@@YAXXZ 100535b0 f lua_refs.cpp.obj + 0001:00052720 ?GetTableRef@Nampower@@YAXPAIAAH@Z 10053720 f lua_refs.cpp.obj + 0001:000527a0 ?AttackRoundInfo_ReadPacketHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@1@@Z 100537a0 f autoattack.cpp.obj + 0001:00052b58 __get_purecall_handler 10053b58 f libvcruntime:purevirt.obj + 0001:00052b5f __purecall 10053b5f f libvcruntime:purevirt.obj + 0001:00052b7b ___DestructExceptionObject 10053b7b f libvcruntime:ehhelpers.obj + 0001:00052c1c ?_CallMemberFunction0@@YGXQAX0@Z 10053c1c f i libvcruntime:ehhelpers.obj + 0001:00052c81 __IsExceptionObjectToBeDestroyed 10053c81 f libvcruntime:ehhelpers.obj + 0001:00052ca7 ___AdjustPointer 10053ca7 f libvcruntime:ehhelpers.obj + 0001:00052ccc ___FrameUnwindFilter 10053ccc f libvcruntime:ehhelpers.obj + 0001:00052d22 ___std_terminate 10053d22 f libvcruntime:ehhelpers.obj + 0001:00052d27 ___std_exception_copy 10053d27 f libvcruntime:std_exception.obj + 0001:00052d8a ___std_exception_destroy 10053d8a f libvcruntime:std_exception.obj + 0001:00052da9 __CxxThrowException@8 10053da9 f libvcruntime:throw.obj + 0001:00052e15 ?GetRangeOfTrysToCheck@__FrameHandler3@@SA?AU?$pair@Viterator@TryBlockMap@__FrameHandler3@@V123@@std@@AAVTryBlockMap@1@HPAXPBU_s_FuncInfo@@H@Z 10053e15 f libvcruntime:trnsctrl.obj + 0001:00052e84 ?_CallCatchBlock2@@YAPAXPAUEHRegistrationNode@@PBU_s_FuncInfo@@PAXHK@Z 10053e84 f libvcruntime:trnsctrl.obj + 0001:00052ee1 ?_CallSETranslator@@YAHPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAX2PBU_s_FuncInfo@@H1@Z 10053ee1 f libvcruntime:trnsctrl.obj + 0001:00052fd1 ?_JumpToContinuation@@YGXPAXPAUEHRegistrationNode@@@Z 10053fd1 f libvcruntime:trnsctrl.obj + 0001:00053001 ?_UnwindNestedFrames@@YGXPAUEHRegistrationNode@@PAUEHExceptionRecord@@@Z 10054001 f libvcruntime:trnsctrl.obj + 0001:00053055 __CatchGuardHandler 10054055 f libvcruntime:trnsctrl.obj + 0001:00053086 __CreateFrameInfo 10054086 f libvcruntime:trnsctrl.obj + 0001:000530aa __FindAndUnlinkFrame 100540aa f libvcruntime:trnsctrl.obj + 0001:000530f2 __TranslatorGuardHandler 100540f2 f libvcruntime:trnsctrl.obj + 0001:00053191 ___CxxFrameHandler3 10054191 f libvcruntime:trnsctrl.obj + 0001:000531d0 _memcpy 100541d0 f libvcruntime:memcpy.obj + 0001:000531d0 _memmove 100541d0 f libvcruntime:memmove.obj + 0001:00053750 ??0__non_rtti_object@std@@QAE@ABV01@@Z 10054750 f i libvcruntime:rtti.obj + 0001:0005376b ??0bad_typeid@std@@QAE@ABV01@@Z 1005476b f i libvcruntime:rtti.obj + 0001:00053786 ??_E__non_rtti_object@std@@UAEPAXI@Z 10054786 f i libvcruntime:rtti.obj + 0001:00053786 ??_Ebad_function_call@std@@UAEPAXI@Z 10054786 f i libcpmt:xthrow.obj + 0001:00053786 ??_Ebad_typeid@std@@UAEPAXI@Z 10054786 f i libvcruntime:rtti.obj + 0001:00053786 ??_Einvalid_argument@std@@UAEPAXI@Z 10054786 f i libcpmt:xthrow.obj + 0001:00053786 ??_Elength_error@std@@UAEPAXI@Z 10054786 f i libcpmt:xthrow.obj + 0001:00053786 ??_Elogic_error@std@@UAEPAXI@Z 10054786 f i libcpmt:xthrow.obj + 0001:00053786 ??_Eout_of_range@std@@UAEPAXI@Z 10054786 f i libcpmt:xthrow.obj + 0001:00053786 ??_G__non_rtti_object@std@@UAEPAXI@Z 10054786 f i libvcruntime:rtti.obj + 0001:00053786 ??_Gbad_function_call@std@@UAEPAXI@Z 10054786 f i libcpmt:xthrow.obj + 0001:00053786 ??_Gbad_typeid@std@@UAEPAXI@Z 10054786 f i libvcruntime:rtti.obj + 0001:00053786 ??_Ginvalid_argument@std@@UAEPAXI@Z 10054786 f i libcpmt:xthrow.obj + 0001:00053786 ??_Glength_error@std@@UAEPAXI@Z 10054786 f i libcpmt:xthrow.obj + 0001:00053786 ??_Glogic_error@std@@UAEPAXI@Z 10054786 f i libcpmt:xthrow.obj + 0001:00053786 ??_Gout_of_range@std@@UAEPAXI@Z 10054786 f i libcpmt:xthrow.obj + 0001:00053b57 ?__construct_from_string_literal@__non_rtti_object@std@@SA?AV12@QBD@Z 10054b57 f i libvcruntime:rtti.obj + 0001:00053b73 ?__construct_from_string_literal@bad_cast@std@@SA?AV12@QBD@Z 10054b73 f i libvcruntime:rtti.obj + 0001:00053b8f ?__construct_from_string_literal@bad_typeid@std@@SA?AV12@QBD@Z 10054b8f f i libvcruntime:rtti.obj + 0001:00053bab ___RTDynamicCast 10054bab f libvcruntime:rtti.obj + 0001:00053c9e ___RTtypeid 10054c9e f libvcruntime:rtti.obj + 0001:00053d34 ??3@YAXPAX@Z 10054d34 f LIBCMT:delete_scalar.obj + 0001:00053d39 ___std_type_info_compare 10054d39 f libvcruntime:std_type_info.obj + 0001:00053d75 ___std_type_info_destroy_list 10054d75 f libvcruntime:std_type_info.obj + 0001:00053d98 ___std_type_info_name 10054d98 f libvcruntime:std_type_info.obj + 0001:00053e60 _memset 10054e60 f libvcruntime:memset.obj + 0001:00053fc0 _strstr 10054fc0 f libvcruntime:strstr.obj + 0001:00054230 _memchr 10055230 f libvcruntime:memchr.obj + 0001:000542dd ___vcrt_freefls@4 100552dd f libvcruntime:per_thread_data.obj + 0001:000542f9 ___vcrt_freeptd_for_this_thread 100552f9 f libvcruntime:per_thread_data.obj + 0001:00054324 ___vcrt_getptd 10055324 f libvcruntime:per_thread_data.obj + 0001:00054332 ___vcrt_getptd_noexit 10055332 f libvcruntime:per_thread_data.obj + 0001:000543c4 ___vcrt_getptd_noinit 100553c4 f libvcruntime:per_thread_data.obj + 0001:000543fb ___vcrt_initialize_ptd 100553fb f libvcruntime:per_thread_data.obj + 0001:0005442e ___vcrt_uninitialize_ptd 1005542e f libvcruntime:per_thread_data.obj + 0001:00054490 __except_handler4 10055490 f libvcruntime:chandler4.obj + 0001:00054d20 ??$TypeMatchHelper@V__FrameHandler3@@@@YAHPBU_s_HandlerType@@PBU_s_CatchableType@@PBU_s_ThrowInfo@@@Z 10055d20 f i libvcruntime:frame.obj + 0001:00054dae ??$__InternalCxxFrameHandler@V__FrameHandler3@@@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@H1E@Z 10055dae f i libvcruntime:frame.obj + 0001:00054eb0 ??$__InternalCxxFrameHandlerWrapper@V__FrameHandler3@@@@YA?AW4_EXCEPTION_DISPOSITION@@PAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@H1E@Z 10055eb0 f i libvcruntime:frame.obj + 0001:00055111 ?FrameUnwindToEmptyState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@@Z 10056111 f libvcruntime:frame.obj + 0001:00055129 ?FrameUnwindToState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@H@Z 10056129 f libvcruntime:frame.obj + 0001:000552ab ?_CallMemberFunction1@@YGXQAX00@Z 100562ab f i libvcruntime:frame.obj + 0001:000552bb ?_CallMemberFunction2@@YGXQAX00H@Z 100562bb f i libvcruntime:frame.obj + 0001:000552ce ?getESTypes@__FrameHandler3@@SAPBU_s_ESTypeList@@PBU_s_FuncInfo@@@Z 100562ce f i libvcruntime:frame.obj + 0001:000552e0 __CallSettingFrame@12 100562e0 f libvcruntime:lowhelpr.obj + 0001:00055307 __NLG_Return 10056307 libvcruntime:lowhelpr.obj + 0001:0005532c ___except_validate_context_record 1005632c f libvcruntime:jbcxrval.obj + 0001:0005535c ??$?0$00@DName@@QAE@PBDU?$StringLifeSelector@$00@@@Z 1005635c f i libvcruntime:undname.obj + 0001:0005538f ??$?0$01@DName@@QAE@PBDU?$StringLifeSelector@$01@@@Z 1005638f f i libvcruntime:undname.obj + 0001:0005538f ??$?0$0A@@DName@@QAE@PBDU?$StringLifeSelector@$0A@@@@Z 1005638f f i libvcruntime:undname.obj + 0001:000553c2 ??$?0$01@pcharNode@@QAE@PBDHU?$StringLifeSelector@$01@@@Z 100563c2 f i libvcruntime:undname.obj + 0001:000553c2 ??$?0$0A@@pcharNode@@QAE@PBDHU?$StringLifeSelector@$0A@@@@Z 100563c2 f i libvcruntime:undname.obj + 0001:00055402 ??$append@VDNameNode@@@DName@@AAEXPBVDNameNode@@@Z 10056402 f i libvcruntime:undname.obj + 0001:00055402 ??$append@VDNameStatusNode@@@DName@@AAEXPBVDNameStatusNode@@@Z 10056402 f i libvcruntime:undname.obj + 0001:00055402 ??$append@VcharNode@@@DName@@AAEXPBVcharNode@@@Z 10056402 f i libvcruntime:undname.obj + 0001:00055402 ??$append@VpcharNode@@@DName@@AAEXPBVpcharNode@@@Z 10056402 f i libvcruntime:undname.obj + 0001:00055443 ??$doPchar@$00@DName@@AAEXPBDH@Z 10056443 f i libvcruntime:undname.obj + 0001:000554af ??$doPchar@$01@DName@@AAEXPBDH@Z 100564af f i libvcruntime:undname.obj + 0001:000554af ??$doPchar@$0A@@DName@@AAEXPBDH@Z 100564af f i libvcruntime:undname.obj + 0001:000555dc ??0DName@@QAE@AAPBDD@Z 100565dc f libvcruntime:undname.obj + 0001:00055665 ??0DName@@QAE@ABUStringLiteral@@@Z 10056665 f libvcruntime:undname.obj + 0001:0005568c ??0DName@@QAE@PAV0@@Z 1005668c f libvcruntime:undname.obj + 0001:000556d3 ??0DName@@QAE@W4DNameStatus@@@Z 100566d3 f libvcruntime:undname.obj + 0001:00055713 ??0DName@@QAE@_J@Z 10056713 f libvcruntime:undname.obj + 0001:0005579d ??0DName@@QAE@_K@Z 1005679d f libvcruntime:undname.obj + 0001:00055801 ??0DNameNode@@IAE@XZ 10056801 f i libvcruntime:undname.obj + 0001:0005580a ??0UnDecorator@@QAE@PBDP6APADJ@ZK@Z 1005680a f i libvcruntime:undname.obj + 0001:0005586e ??0pDNameNode@@QAE@PAVDName@@@Z 1005686e f libvcruntime:undname.obj + 0001:00055896 ??0pairNode@@QAE@PBVDNameNode@@0@Z 10056896 f i libvcruntime:undname.obj + 0001:000558bc ??2@YAPAXIAAV_HeapManager@@H@Z 100568bc f libvcruntime:undname.obj + 0001:000558db ??4DName@@QAEAAV0@ABUStringLiteral@@@Z 100568db f libvcruntime:undname.obj + 0001:000558fc ??4DName@@QAEAAV0@W4DNameStatus@@@Z 100568fc f libvcruntime:undname.obj + 0001:0005592e ??AReplicator@@QBE?AVDName@@H@Z 1005692e f libvcruntime:undname.obj + 0001:0005596a ??H@YA?AVDName@@ABUStringLiteral@@ABV0@@Z 1005696a f i libvcruntime:undname.obj + 0001:0005598c ??H@YA?AVDName@@DABV0@@Z 1005698c f i libvcruntime:undname.obj + 0001:000559b7 ??H@YA?AVDName@@W4DNameStatus@@ABV0@@Z 100569b7 f i libvcruntime:undname.obj + 0001:000559d9 ??HDName@@QBE?AV0@ABUStringLiteral@@@Z 100569d9 f libvcruntime:undname.obj + 0001:000559fb ??HDName@@QBE?AV0@ABV0@@Z 100569fb f libvcruntime:undname.obj + 0001:00055a1d ??HDName@@QBE?AV0@D@Z 10056a1d f libvcruntime:undname.obj + 0001:00055a3f ??HDName@@QBE?AV0@W4DNameStatus@@@Z 10056a3f f libvcruntime:undname.obj + 0001:00055a61 ??YDName@@QAEAAV0@ABUStringLiteral@@@Z 10056a61 f libvcruntime:undname.obj + 0001:00055ab9 ??YDName@@QAEAAV0@ABV0@@Z 10056ab9 f libvcruntime:undname.obj + 0001:00055b10 ??YDName@@QAEAAV0@D@Z 10056b10 f libvcruntime:undname.obj + 0001:00055b65 ??YDName@@QAEAAV0@W4DNameStatus@@@Z 10056b65 f libvcruntime:undname.obj + 0001:00055ba5 ??YReplicator@@QAEAAV0@ABVDName@@@Z 10056ba5 f libvcruntime:undname.obj + 0001:00055be5 ??_5DName@@QAEAAV0@ABV0@@Z 10056be5 f libvcruntime:undname.obj + 0001:00055c04 ?Destructor@_HeapManager@@QAEXXZ 10056c04 f i libvcruntime:undname.obj + 0001:00055c39 ?UScore@UnDecorator@@SA?AUStringLiteral@@W4Tokens@@@Z 10056c39 f libvcruntime:undname.obj + 0001:00055c60 ?composeDeclaration@UnDecorator@@CA?AVDName@@ABV2@@Z 10056c60 f i libvcruntime:undname.obj + 0001:000569e6 ?doPchar@DName@@AAEXD@Z 100579e6 f libvcruntime:undname.obj + 0001:00056a1e ?getAddressOf@UnDecorator@@CA?AVDName@@XZ 10057a1e f libvcruntime:undname.obj + 0001:00056a86 ?getArgumentList@UnDecorator@@CA?AVDName@@XZ 10057a86 f libvcruntime:undname.obj + 0001:00056b93 ?getArgumentTypes@UnDecorator@@CA?AVDName@@XZ 10057b93 f libvcruntime:undname.obj + 0001:00056c9b ?getArrayAccess@UnDecorator@@CA?AVDName@@XZ 10057c9b f libvcruntime:undname.obj + 0001:00056d0f ?getArrayObject@UnDecorator@@CA?AVDName@@XZ 10057d0f f libvcruntime:undname.obj + 0001:00056dad ?getArrayType@UnDecorator@@CA?AVDName@@ABV2@@Z 10057dad f i libvcruntime:undname.obj + 0001:00056f4a ?getBasedType@UnDecorator@@CA?AVDName@@XZ 10057f4a f libvcruntime:undname.obj + 0001:00056ffc ?getBasicDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 10057ffc f libvcruntime:undname.obj + 0001:00057558 ?getCallingConvention@UnDecorator@@CA?AVDName@@XZ 10058558 f libvcruntime:undname.obj + 0001:00057622 ?getDataIndirectType@UnDecorator@@CA?AVDName@@ABV2@W4IndirectionKind@@0H@Z 10058622 f libvcruntime:undname.obj + 0001:00057ce1 ?getDataIndirectType@UnDecorator@@CA?AVDName@@XZ 10058ce1 f i libvcruntime:undname.obj + 0001:00057d0f ?getDataType@UnDecorator@@CA?AVDName@@PAV2@@Z 10058d0f f libvcruntime:undname.obj + 0001:00057de6 ?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 10058de6 f libvcruntime:undname.obj + 0001:0005803a ?getDimension@UnDecorator@@CA?AVDName@@_N@Z 1005903a f libvcruntime:undname.obj + 0001:00058141 ?getDispatchTarget@UnDecorator@@CA?AVDName@@XZ 10059141 f libvcruntime:undname.obj + 0001:00058192 ?getECSUDataType@UnDecorator@@CA?AVDName@@XZ 10059192 f libvcruntime:undname.obj + 0001:0005833c ?getEnumType@UnDecorator@@CA?AVDName@@XZ 1005933c f i libvcruntime:undname.obj + 0001:00058450 ?getExtendedDataIndirectType@UnDecorator@@CA?AVDName@@AAW4IndirectionKind@@AA_NH@Z 10059450 f libvcruntime:undname.obj + 0001:00058653 ?getExternalDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 10059653 f i libvcruntime:undname.obj + 0001:000586b8 ?getFloatingPoint@UnDecorator@@CA?AVDName@@H@Z 100596b8 f libvcruntime:undname.obj + 0001:0005877b ?getFunctionIndirectType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005977b f libvcruntime:undname.obj + 0001:00058b25 ?getLastChar@DName@@QBEDXZ 10059b25 f i libvcruntime:undname.obj + 0001:00058b45 ?getLastChar@DNameStatusNode@@UBEDXZ 10059b45 f i libvcruntime:undname.obj + 0001:00058b51 ?getLastChar@charNode@@UBEDXZ 10059b51 f i libvcruntime:undname.obj + 0001:00058b55 ?getLastChar@pDNameNode@@UBEDXZ 10059b55 f i libvcruntime:undname.obj + 0001:00058b63 ?getLastChar@pairNode@@UBEDXZ 10059b63 f i libvcruntime:undname.obj + 0001:00058b98 ?getLastChar@pcharNode@@UBEDXZ 10059b98 f i libvcruntime:undname.obj + 0001:00058baa ?getLexicalFrame@UnDecorator@@CA?AVDName@@XZ 10059baa f i libvcruntime:undname.obj + 0001:00058bdb ?getMemberAccess@UnDecorator@@CA?AVDName@@XZ 10059bdb f libvcruntime:undname.obj + 0001:00058c4b ?getMemoryWithBuffer@_HeapManager@@QAEPAXI@Z 10059c4b f libvcruntime:undname.obj + 0001:00058cb5 ?getMemoryWithoutBuffer@_HeapManager@@QAEPAXI@Z 10059cb5 f libvcruntime:undname.obj + 0001:00058cd5 ?getNoexcept@UnDecorator@@CA?AVDName@@XZ 10059cd5 f libvcruntime:undname.obj + 0001:00058d1d ?getNumberOfDimensions@UnDecorator@@CAHXZ 10059d1d f libvcruntime:undname.obj + 0001:00058d77 ?getOperatorName@UnDecorator@@CA?AVDName@@_NPA_N@Z 10059d77 f i libvcruntime:undname.obj + 0001:0005963d ?getPointerToMember@UnDecorator@@CA?AVDName@@XZ 1005a63d f libvcruntime:undname.obj + 0001:000596f9 ?getPrimaryDataType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005a6f9 f libvcruntime:undname.obj + 0001:00059947 ?getPtrRefDataType@UnDecorator@@CA?AVDName@@ABV2@H@Z 1005a947 f libvcruntime:undname.obj + 0001:00059ab4 ?getPtrRefType@UnDecorator@@CA?AVDName@@ABV2@0W4IndirectionKind@@@Z 1005aab4 f libvcruntime:undname.obj + 0001:00059bc5 ?getRestrictionSpec@UnDecorator@@CA?AVDName@@XZ 1005abc5 f libvcruntime:undname.obj + 0001:00059cde ?getReturnType@UnDecorator@@CA?AVDName@@PAV2@@Z 1005acde f libvcruntime:undname.obj + 0001:00059d0d ?getScope@UnDecorator@@CA?AVDName@@XZ 1005ad0d f libvcruntime:undname.obj + 0001:0005a0cb ?getScopedName@UnDecorator@@CA?AVDName@@XZ 1005b0cb f libvcruntime:undname.obj + 0001:0005a1c0 ?getSignedDimension@UnDecorator@@CA?AVDName@@XZ 1005b1c0 f libvcruntime:undname.obj + 0001:0005a211 ?getString@DName@@QBEPADPAD0@Z 1005b211 f i libvcruntime:undname.obj + 0001:0005a23e ?getString@DName@@QBEPADPADH@Z 1005b23e f i libvcruntime:undname.obj + 0001:0005a293 ?getString@DNameStatusNode@@UBEPADPAD0@Z 1005b293 f i libvcruntime:undname.obj + 0001:0005a2da ?getString@charNode@@UBEPADPAD0@Z 1005b2da f i libvcruntime:undname.obj + 0001:0005a2ef ?getString@pDNameNode@@UBEPADPAD0@Z 1005b2ef f i libvcruntime:undname.obj + 0001:0005a306 ?getString@pairNode@@UBEPADPAD0@Z 1005b306 f i libvcruntime:undname.obj + 0001:0005a34c ?getString@pcharNode@@UBEPADPAD0@Z 1005b34c f i libvcruntime:undname.obj + 0001:0005a367 ?getStringEncoding@UnDecorator@@CA?AVDName@@W4PrefixKind@@H@Z 1005b367 f libvcruntime:undname.obj + 0001:0005a3fa ?getStringHelper@@YAPADPADPBD1H@Z 1005b3fa f i libvcruntime:undname.obj + 0001:0005a424 ?getStringObject@UnDecorator@@CA?AVDName@@XZ 1005b424 f libvcruntime:undname.obj + 0001:0005a490 ?getSymbolName@UnDecorator@@CA?AVDName@@XZ 1005b490 f i libvcruntime:undname.obj + 0001:0005a4d8 ?getTemplateArgumentList@UnDecorator@@CA?AVDName@@XZ 1005b4d8 f libvcruntime:undname.obj + 0001:0005a688 ?getTemplateName@UnDecorator@@CA?AVDName@@_N@Z 1005b688 f libvcruntime:undname.obj + 0001:0005a803 ?getTemplateNonTypeArgument@UnDecorator@@CA?AVDName@@XZ 1005b803 f libvcruntime:undname.obj + 0001:0005abcb ?getTemplateTypeArgument@UnDecorator@@CA?AVDName@@XZ 1005bbcb f libvcruntime:undname.obj + 0001:0005acdc ?getThisType@UnDecorator@@CA?AVDName@@XZ 1005bcdc f i libvcruntime:undname.obj + 0001:0005ad0b ?getThrowTypes@UnDecorator@@CA?AVDName@@XZ 1005bd0b f libvcruntime:undname.obj + 0001:0005ad2a ?getTypeEncoding@UnDecorator@@CAHXZ 1005bd2a f i libvcruntime:undname.obj + 0001:0005b066 ?getUndecoratedName@UnDecorator@@QAEPADPADH@Z 1005c066 f i libvcruntime:undname.obj + 0001:0005b187 ?getUnionObject@UnDecorator@@CA?AVDName@@XZ 1005c187 f libvcruntime:undname.obj + 0001:0005b22e ?getVCallThunkType@UnDecorator@@CA?AVDName@@XZ 1005c22e f i libvcruntime:undname.obj + 0001:0005b278 ?getValue@UnDecorator@@CA?AV?$optional@_K@std@@XZ 1005c278 f libvcruntime:undname.obj + 0001:0005b2c8 ?getValueObject@UnDecorator@@CA?AVDName@@XZ 1005c2c8 f libvcruntime:undname.obj + 0001:0005b3f4 ?getVdispMapType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005c3f4 f i libvcruntime:undname.obj + 0001:0005b455 ?getVfTableType@UnDecorator@@CA?AVDName@@ABV2@@Z 1005c455 f i libvcruntime:undname.obj + 0001:0005b5a9 ?getZName@UnDecorator@@CA?AVDName@@_N0@Z 1005c5a9 f libvcruntime:undname.obj + 0001:0005b7c2 ?get_current_character_and_increment_buffer@UnDecorator@@CADXZ 1005c7c2 f i libvcruntime:undname.obj + 0001:0005b7d6 ?increment_buffer@UnDecorator@@CA_NI@Z 1005c7d6 f i libvcruntime:undname.obj + 0001:0005b7fe ?isEmpty@DName@@QBEHXZ 1005c7fe f i libvcruntime:undname.obj + 0001:0005b806 ?isValid@DName@@QBEHXZ 1005c806 f i libvcruntime:undname.obj + 0001:0005b810 ?length@DName@@QBEHXZ 1005c810 f i libvcruntime:undname.obj + 0001:0005b82f ?length@DNameStatusNode@@UBEHXZ 1005c82f f i libvcruntime:undname.obj + 0001:0005b82f ?length@pcharNode@@UBEHXZ 1005c82f f i libvcruntime:undname.obj + 0001:0005b82f ?raw_length@DNameStatusNode@@UBEHXZ 1005c82f f i libvcruntime:undname.obj + 0001:0005b82f ?raw_length@pcharNode@@UBEHXZ 1005c82f f i libvcruntime:undname.obj + 0001:0005b833 ?length@charNode@@UBEHXZ 1005c833 f i libvcruntime:undname.obj + 0001:0005b833 ?raw_length@charNode@@UBEHXZ 1005c833 f i libvcruntime:undname.obj + 0001:0005b833 __get_startup_argv_mode 1005c833 f i LIBCMT:argv_mode.obj + 0001:0005b837 ?length@pDNameNode@@UBEHXZ 1005c837 f i libvcruntime:undname.obj + 0001:0005b845 ?length@pairNode@@UBEHXZ 1005c845 f i libvcruntime:undname.obj + 0001:0005b88e ?make@DNameStatusNode@@SAPBV1@W4DNameStatus@@@Z 1005c88e f i libvcruntime:undname.obj + 0001:0005b8aa ?parseDecoratedName@UnDecorator@@CA?AVDName@@XZ 1005c8aa f libvcruntime:undname.obj + 0001:0005b9a5 ?raw_length@pairNode@@UBEHXZ 1005c9a5 f i libvcruntime:undname.obj + 0001:0005b9fb ___unDName 1005c9fb f libvcruntime:undname.obj + 0001:0005ba1e ___unDNameEx 1005ca1e f libvcruntime:undname.obj + 0001:0005bac0 _strchr 1005cac0 f libvcruntime:strchr.obj + 0001:0005bb2e ___from_strstr_to_strchr 1005cb2e libvcruntime:strchr.obj + 0001:0005bcd6 ___vcrt_FlsAlloc 1005ccd6 f libvcruntime:winapi_downlevel.obj + 0001:0005bd11 ___vcrt_FlsFree 1005cd11 f libvcruntime:winapi_downlevel.obj + 0001:0005bd4c ___vcrt_FlsGetValue 1005cd4c f libvcruntime:winapi_downlevel.obj + 0001:0005bd87 ___vcrt_FlsSetValue 1005cd87 f libvcruntime:winapi_downlevel.obj + 0001:0005bdc5 ___vcrt_InitializeCriticalSectionEx 1005cdc5 f libvcruntime:winapi_downlevel.obj + 0001:0005be10 __local_unwind4 1005ce10 f libvcruntime:exsup4.obj + 0001:0005bf00 @_EH4_CallFilterFunc@8 1005cf00 f libvcruntime:exsup4.obj + 0001:0005bf20 @_EH4_TransferToHandler@8 1005cf20 f libvcruntime:exsup4.obj + 0001:0005bf40 @_EH4_GlobalUnwind2@8 1005cf40 f libvcruntime:exsup4.obj + 0001:0005bf60 @_EH4_LocalUnwind@16 1005cf60 f libvcruntime:exsup4.obj + 0001:0005bf77 _unexpected 1005cf77 f libvcruntime:unexpected.obj + 0001:0005bf94 ?GetCurrentState@__FrameHandler3@@SAHPAUEHRegistrationNode@@PAXPBU_s_FuncInfo@@@Z 1005cf94 f libvcruntime:ehstate.obj + 0001:0005bfb1 ?SetState@__FrameHandler3@@SAXPAUEHRegistrationNode@@PBU_s_FuncInfo@@H@Z 1005cfb1 f libvcruntime:ehstate.obj + 0001:0005bfc0 __NLG_Notify1 1005cfc0 f libvcruntime:exsup.obj + 0001:0005bfd0 __NLG_Notify 1005cfd0 f libvcruntime:exsup.obj + 0001:0005bfe7 __NLG_Dispatch 1005cfe7 libvcruntime:exsup.obj + 0001:0005bfe7 __NLG_Dispatch2 1005cfe7 libvcruntime:exsup.obj + 0001:0005bff0 __NLG_Call 1005cff0 f libvcruntime:exsup.obj + 0001:0005bff2 __NLG_Return2 1005cff2 libvcruntime:exsup.obj + 0001:0005bff3 ___vcrt_initialize_locks 1005cff3 f libvcruntime:locks.obj + 0001:0005c02f ___vcrt_lock 1005d02f f libvcruntime:locks.obj + 0001:0005c044 ___vcrt_uninitialize_locks 1005d044 f libvcruntime:locks.obj + 0001:0005c073 ___vcrt_unlock 1005d073 f libvcruntime:locks.obj + 0001:0005c088 ??0__crt_cached_ptd_host@@QAE@QAU__crt_locale_pointers@@@Z 1005d088 f i libucrt:invalid_parameter.obj + 0001:0005c0d0 ??1__crt_cached_ptd_host@@QAE@XZ 1005d0d0 f i libucrt:invalid_parameter.obj + 0001:0005c10c ?check_synchronize_global_state_index@__crt_cached_ptd_host@@AAEIXZ 1005d10c f i libucrt:invalid_parameter.obj + 0001:0005c135 ?force_synchronize_per_thread_data@__crt_cached_ptd_host@@AAEPAU__acrt_ptd@@XZ 1005d135 f i libucrt:invalid_parameter.obj + 0001:0005c17b ?get_raw_ptd@__crt_cached_ptd_host@@QAEPAU__acrt_ptd@@XZ 1005d17b f i libucrt:invalid_parameter.obj + 0001:0005c198 ___acrt_call_reportfault 1005d198 f libucrt:invalid_parameter.obj + 0001:0005c2d1 ___acrt_initialize_invalid_parameter_handler 1005d2d1 f libucrt:invalid_parameter.obj + 0001:0005c2e0 __invalid_parameter 1005d2e0 f libucrt:invalid_parameter.obj + 0001:0005c317 __invalid_parameter_internal 1005d317 f libucrt:invalid_parameter.obj + 0001:0005c394 __invalid_parameter_noinfo 1005d394 f libucrt:invalid_parameter.obj + 0001:0005c3a4 __invalid_parameter_noinfo_noreturn 1005d3a4 f libucrt:invalid_parameter.obj + 0001:0005c3c1 __invoke_watson 1005d3c1 f libucrt:invalid_parameter.obj + 0001:0005c3f5 ___acrt_initialize_stdio 1005d3f5 f libucrt:_file.obj + 0001:0005c4bd ___acrt_iob_func 1005d4bd f libucrt:_file.obj + 0001:0005c4cd ___acrt_uninitialize_stdio 1005d4cd f libucrt:_file.obj + 0001:0005c519 __get_stream_buffer_pointers 1005d519 f libucrt:_file.obj + 0001:0005c55f __lock_file 1005d55f f libucrt:_file.obj + 0001:0005c573 __unlock_file 1005d573 f libucrt:_file.obj + 0001:0005c6ac _fclose 1005d6ac f libucrt:fclose.obj + 0001:0005c915 ___acrt_stdio_flush_nolock 1005d915 f libucrt:fflush.obj + 0001:0005c97e __fflush_nolock 1005d97e f libucrt:fflush.obj + 0001:0005c9e3 __flushall 1005d9e3 f libucrt:fflush.obj + 0001:0005c9ec _fflush 1005d9ec f libucrt:fflush.obj + 0001:0005ca3f __fgetc_nolock 1005da3f f libucrt:fgetc.obj + 0001:0005ca7b _fgetc 1005da7b f libucrt:fgetc.obj + 0001:0005cb94 _fgetpos 1005db94 f libucrt:fgetpos.obj + 0001:0005cd23 __fputc_nolock_internal 1005dd23 f libucrt:fputc.obj + 0001:0005cd50 _fputc 1005dd50 f libucrt:fputc.obj + 0001:0005cd84 __fread_nolock_s 1005dd84 f libucrt:fread.obj + 0001:0005cf5d _fread 1005df5d f libucrt:fread.obj + 0001:0005cf7a _fread_s 1005df7a f libucrt:fread.obj + 0001:0005d098 _fsetpos 1005e098 f libucrt:fsetpos.obj + 0001:0005d0d3 ?LongLongSub@@YAJ_J0PA_J@Z 1005e0d3 f i libucrt:fseek.obj + 0001:0005d3bc __fseeki64 1005e3bc f libucrt:fseek.obj + 0001:0005d3f6 _fseek 1005e3f6 f libucrt:fseek.obj + 0001:0005d4d7 __fwrite_internal 1005e4d7 f libucrt:fwrite.obj + 0001:0005d54e __fwrite_nolock_internal 1005e54e f libucrt:fwrite.obj + 0001:0005d6f5 _fwrite 1005e6f5 f libucrt:fwrite.obj + 0001:0005d8f3 _setvbuf 1005e8f3 f libucrt:setvbuf.obj + 0001:0005d92d __ungetc_nolock 1005e92d f libucrt:ungetc.obj + 0001:0005da21 _ungetc 1005ea21 f libucrt:ungetc.obj + 0001:0005da94 _free 1005ea94 f libucrt:free.obj + 0001:0005daaf ??$__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 1005eaaf f i libucrt:rename.obj + 0001:0005db61 ??$__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 1005eb61 f i libucrt:rename.obj + 0001:0005db7e ??0_LocaleUpdate@@QAE@QAU__crt_locale_pointers@@@Z 1005eb7e f i libucrt:rename.obj + 0001:0005dc00 ?__acrt_get_utf8_acp_compatibility_codepage@@YAIXZ 1005ec00 f i libucrt:rename.obj + 0001:0005dc3f ?_deallocate@?$__crt_win32_buffer@DU__crt_win32_buffer_internal_dynamic_resizing@@@@AAEXXZ 1005ec3f f i libucrt:argv_wildcards.obj + 0001:0005dc3f ?_deallocate@?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@AAEXXZ 1005ec3f f i libucrt:rename.obj + 0001:0005dc59 ?allocate@?$__crt_win32_buffer@_WU__crt_win32_buffer_internal_dynamic_resizing@@@@QAEHI@Z 1005ec59 f i libucrt:rename.obj + 0001:0005dc98 ?allocate@__crt_win32_buffer_internal_dynamic_resizing@@SAHQAPAXIABV__crt_win32_buffer_empty_debug_info@@@Z 1005ec98 f i libucrt:rename.obj + 0001:0005dcb7 _rename 1005ecb7 f libucrt:rename.obj + 0001:0005e0ec ??$count@D@formatting_buffer@__crt_stdio_output@@QBEIXZ 1005f0ec f i libucrt:output.obj + 0001:0005e104 ??$ensure_buffer_is_big_enough@D@formatting_buffer@__crt_stdio_output@@QAE_NIAAV__crt_cached_ptd_host@@@Z 1005f104 f i libucrt:output.obj + 0001:0005e185 ??$is_overflow_condition@K@__crt_strtox@@YA_NIK@Z 1005f185 f i libucrt:output.obj + 0001:0005e1b9 ??$is_wide_character_specifier@D@__crt_stdio_output@@YA_N_KDW4length_modifier@0@@Z 1005f1b9 f i libucrt:output.obj + 0001:0005e1ea ??$make_c_string_character_source@DPAPAD@__crt_strtox@@YA?AV?$c_string_character_source@D@0@QBDQAPAD@Z 1005f1ea f i libucrt:output.obj + 0001:0005e1ea ??$make_c_string_character_source@_WPAPA_W@__crt_strtox@@YA?AV?$c_string_character_source@_W@0@QB_WQAPA_W@Z 1005f1ea f i libucrt:output.obj + 0001:0005e205 ??$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 1005f205 f i libucrt:output.obj + 0001:0005e414 ??$scratch_data@D@formatting_buffer@__crt_stdio_output@@QAEPADXZ 1005f414 f i libucrt:output.obj + 0001:0005e432 ??$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 1005f432 f i libucrt:output.obj + 0001:0005e432 ??$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 1005f432 f i libucrt:output.obj + 0001:0005e5bf ??$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 1005f5bf f i libucrt:output.obj + 0001:0005e5bf ??$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 1005f5bf f i libucrt:output.obj + 0001:0005e74c ??$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 1005f74c f i libucrt:output.obj + 0001:0005e74c ??$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 1005f74c f i libucrt:output.obj + 0001:0005e8d9 ??$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 1005f8d9 f i libucrt:output.obj + 0001:0005e8d9 ??$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 1005f8d9 f i libucrt:output.obj + 0001:0005e93c ??$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 1005f93c f i libucrt:output.obj + 0001:0005e93c ??$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 1005f93c f i libucrt:output.obj + 0001:0005e9c3 ??$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 1005f9c3 f i libucrt:output.obj + 0001:0005e9c3 ??$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 1005f9c3 f i libucrt:output.obj + 0001:0005ea40 ??$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 1005fa40 f i libucrt:output.obj + 0001:0005ea40 ??$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 1005fa40 f i libucrt:output.obj + 0001:0005eab8 ??$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 1005fab8 f i libucrt:output.obj + 0001:0005eab8 ??$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 1005fab8 f i libucrt:output.obj + 0001:0005eb5f ??$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 1005fb5f f i libucrt:output.obj + 0001:0005eb5f ??$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 1005fb5f f i libucrt:output.obj + 0001:0005ebe9 ??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 1005fbe9 f i libucrt:output.obj + 0001:0005ec50 ??1formatting_buffer@__crt_stdio_output@@QAE@XZ 1005fc50 f i libucrt:output.obj + 0001:0005ec6a ??4?$__crt_unique_heap_ptr@DU__crt_internal_free_policy@@@@QAEAAV0@$$QAV0@@Z 1005fc6a f i libucrt:output.obj + 0001:0005ec8e ?crop_zeroes@__crt_stdio_output@@YAXPADQAU__crt_locale_pointers@@@Z 1005fc8e f i libucrt:output.obj + 0001:0005ecee ?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 1005fcee f i libucrt:output.obj + 0001:0005ed2b ?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 1005fd2b f i libucrt:output.obj + 0001:0005ed66 ?force_decimal_point@__crt_stdio_output@@YAXPADQAU__crt_locale_pointers@@@Z 1005fd66 f i libucrt:output.obj + 0001:0005edc2 ?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 1005fdc2 f i libucrt:output.obj + 0001:0005edc2 ?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 1005fdc2 f i libucrt:output.obj + 0001:0005ee3a ?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 1005fe3a f i libucrt:output.obj + 0001:0005f11e ?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 1006011e f i libucrt:output.obj + 0001:0005f3f2 ?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 100603f2 f i libucrt:output.obj + 0001:0005f3f2 ?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 100603f2 f i libucrt:output.obj + 0001:0005f54b ?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 1006054b f i libucrt:output.obj + 0001:0005f54b ?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 1006054b f i libucrt:output.obj + 0001:0005f8aa ?to_integer_size@__crt_stdio_output@@YAIW4length_modifier@1@@Z 100608aa f i libucrt:output.obj + 0001:0005f8fe ?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 100608fe f i libucrt:output.obj + 0001:0005f8fe ?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 100608fe f i libucrt:output.obj + 0001:0005f961 ?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 10060961 f i libucrt:output.obj + 0001:0005f961 ?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 10060961 f i libucrt:output.obj + 0001:0005faf2 ?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 10060af2 f i libucrt:output.obj + 0001:0005faf2 ?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 10060af2 f i libucrt:output.obj + 0001:0005fb87 ?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 10060b87 f i libucrt:output.obj + 0001:0005fb87 ?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 10060b87 f i libucrt:output.obj + 0001:0005fc0c ?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 10060c0c f i libucrt:output.obj + 0001:0005fc0c ?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 10060c0c f i libucrt:output.obj + 0001:0005fc29 ?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 10060c29 f i libucrt:output.obj + 0001:0005fc29 ?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 10060c29 f i libucrt:output.obj + 0001:0005fc3f ?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 10060c3f f i libucrt:output.obj + 0001:0005fc3f ?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 10060c3f f i libucrt:output.obj + 0001:0005fcb1 ?unget@?$c_string_character_source@D@__crt_strtox@@QAEXD@Z 10060cb1 f i libucrt:output.obj + 0001:0005fcda ?unget@?$c_string_character_source@_W@__crt_strtox@@QAEX_W@Z 10060cda f i libucrt:output.obj + 0001:0005fd10 ?update_locale_slow@__crt_cached_ptd_host@@AAEXXZ 10060d10 f i libucrt:output.obj + 0001:0005fd6b ?validate@?$c_string_character_source@D@__crt_strtox@@QBE_NXZ 10060d6b f i libucrt:output.obj + 0001:0005fd6b ?validate@?$c_string_character_source@_W@__crt_strtox@@QBE_NXZ 10060d6b f i libucrt:output.obj + 0001:0005fd86 ?validate@?$string_output_adapter@D@__crt_stdio_output@@QBE_NAAV__crt_cached_ptd_host@@@Z 10060d86 f i libucrt:output.obj + 0001:0005fdb7 ?write_string@?$string_output_adapter@D@__crt_stdio_output@@QBEXQBDHQAHAAV__crt_cached_ptd_host@@@Z 10060db7 f i libucrt:output.obj + 0001:0005fe1e ___acrt_locale_get_ctype_array_value 10060e1e f i libucrt:output.obj + 0001:0005fe40 ___stdio_common_vsprintf 10060e40 f libucrt:output.obj + 0001:0005fe81 ___stdio_common_vsprintf_s 10060e81 f libucrt:output.obj + 0001:0005fec2 ___acrt_errno_from_os_error 10060ec2 f libucrt:errno.obj + 0001:0005ff05 ___acrt_errno_map_os_error 10060f05 f libucrt:errno.obj + 0001:0005ff28 ___acrt_errno_map_os_error_ptd 10060f28 f libucrt:errno.obj + 0001:0005ff4c ___doserrno 10060f4c f libucrt:errno.obj + 0001:0005ff5f __errno 10060f5f f libucrt:errno.obj + 0001:0005ff72 _frexp 10060f72 f libucrt:frexp.obj + 0001:0006006c _calloc 1006106c f libucrt:calloc.obj + 0001:00060077 _abort 10061077 f libucrt:abort.obj + 0001:000600bb ??$is_overflow_condition@_K@__crt_strtox@@YA_NI_K@Z 100610bb f i libucrt:atox.obj + 0001:000600fc ??$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 100610fc f i libucrt:atox.obj + 0001:00060343 ??$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 10061343 f i libucrt:atox.obj + 0001:00060951 ??$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 10061951 f i libucrt:atox.obj + 0001:00060c19 __ischartype_l 10061c19 f i libucrt:atox.obj + 0001:00060c70 __wtol 10061c70 f libucrt:atox.obj + 0001:00060caf _atoi 10061caf f libucrt:atox.obj + 0001:00060caf _atol 10061caf f libucrt:atox.obj + 0001:00060cee ??$assemble_floating_point_value_t@M@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAM@Z 10061cee f i libucrt:strtod.obj + 0001:00060d1e ??$assemble_floating_point_value_t@N@__crt_strtox@@YA?AW4SLD_STATUS@@_NH_KAAN@Z 10061d1e f i libucrt:strtod.obj + 0001:00060def ??$convert_decimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z 10061def f i libucrt:strtod.obj + 0001:00060e10 ??$convert_hexadecimal_string_to_floating_type@M@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@0@AAM@Z 10061e10 f i libucrt:strtod.obj + 0001:00060e31 ??$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 10061e31 f i libucrt:strtod.obj + 0001:00060eb1 ??$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 10061eb1 f i libucrt:strtod.obj + 0001:000612c9 ??$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 100622c9 f i libucrt:strtod.obj + 0001:0006137c ??$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 1006237c f i libucrt:strtod.obj + 0001:00061480 ??$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 10062480 f i libucrt:strtod.obj + 0001:000614bc ??$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 100624bc f i libucrt:strtod.obj + 0001:000614f8 ??$parse_floating_point_write_result@M@__crt_strtox@@YA?AW4SLD_STATUS@@W4floating_point_parse_result@0@ABUfloating_point_string@0@QAM@Z 100624f8 f i libucrt:strtod.obj + 0001:00061664 ??R@@QBE@XZ 10062664 f i libucrt:strtod.obj + 0001:00061664 ??R@@QBE@XZ 10062664 f i libucrt:strtod.obj + 0001:00061664 ??R@@QBE@XZ 10062664 f i libucrt:strtod.obj + 0001:0006168a ?as_double@floating_point_value@__crt_strtox@@QBEAANXZ 1006268a f i libucrt:strtod.obj + 0001:000616af ?as_float@floating_point_value@__crt_strtox@@QBEAAMXZ 100626af f i libucrt:strtod.obj + 0001:000616d4 ?assemble_floating_point_infinity@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z 100626d4 f i libucrt:strtod.obj + 0001:00061714 ?assemble_floating_point_value@__crt_strtox@@YA?AW4SLD_STATUS@@_KH_N1ABVfloating_point_value@1@@Z 10062714 f i libucrt:strtod.obj + 0001:00061a6d ?assemble_floating_point_value_from_big_integer@__crt_strtox@@YA?AW4SLD_STATUS@@ABUbig_integer@1@I_N1ABVfloating_point_value@1@@Z 10062a6d f i libucrt:strtod.obj + 0001:00061bff ?assemble_floating_point_zero@__crt_strtox@@YAX_NABVfloating_point_value@1@@Z 10062bff f i libucrt:strtod.obj + 0001:00061c34 ?convert_decimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z 10062c34 f i libucrt:strtod.obj + 0001:000639da ?convert_hexadecimal_string_to_floating_type_common@__crt_strtox@@YA?AW4SLD_STATUS@@ABUfloating_point_string@1@ABVfloating_point_value@1@@Z 100649da f i libucrt:strtod.obj + 0001:00063a80 ?denormal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ 10064a80 f i libucrt:strtod.obj + 0001:00063aa0 ?divide@__crt_strtox@@YA_KAAUbig_integer@1@ABU21@@Z 10064aa0 f i libucrt:strtod.obj + 0001:00063f4b ?normal_mantissa_mask@floating_point_value@__crt_strtox@@QBE_KXZ 10064f4b f i libucrt:strtod.obj + 0001:00063f62 _strtof 10064f62 f libucrt:strtod.obj + 0001:00063f80 _strcspn 10064f80 f libucrt:strcspn.obj + 0001:00063fd0 _strncmp 10064fd0 f libucrt:strncmp.obj + 0001:000642d9 __localtime64_s 100652d9 f libucrt:localtime.obj + 0001:000642e4 _localeconv 100652e4 f libucrt:localeconv.obj + 0001:0006430c ??$__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 1006530c f i libucrt:strftime.obj + 0001:000643ce ??$__acrt_wcs_to_mbs_cp@U__crt_win32_buffer_no_resizing@@@@YAHQB_WAAV?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@I@Z 100653ce f i libucrt:strftime.obj + 0001:000643eb ??R@@QBE@IQB_WQADI@Z 100653eb f i libucrt:strftime.obj + 0001:000643eb ??R@@QBE@IQB_WQADI@Z 100653eb f i libucrt:argv_wildcards.obj + 0001:0006440f ?allocate@?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@QAEHI@Z 1006540f f i libucrt:strftime.obj + 0001:00064436 ?set_to_nullptr@?$__crt_win32_buffer@DU__crt_win32_buffer_no_resizing@@@@QAEXXZ 10065436 f i libucrt:strftime.obj + 0001:0006444a __Gettnames 1006544a f libucrt:strftime.obj + 0001:0006444f __Strftime 1006544f f libucrt:strftime.obj + 0001:0006446f __Strftime_l 1006546f f libucrt:strftime.obj + 0001:0006456a __dclass 1006556a f libucrt:nan.obj + 0001:0006457b __dsign 1006557b f libucrt:nan.obj + 0001:0006458b __ldclass 1006558b f libucrt:nanl.obj + 0001:0006459c ___ascii_stricmp 1006559c f libucrt:stricmp.obj + 0001:000645d5 __strcmpi 100655d5 f libucrt:stricmp.obj + 0001:000645d5 __stricmp 100655d5 f libucrt:stricmp.obj + 0001:0006461e __stricmp_l 1006561e f libucrt:stricmp.obj + 0001:000646ae _strtoull 100656ae f libucrt:strtox.obj + 0001:000646fa _wcstol 100656fa f libucrt:strtox.obj + 0001:00064740 __tolower_l 10065740 f libucrt:tolower_toupper.obj + 0001:0006483e _tolower 1006583e f libucrt:tolower_toupper.obj + 0001:00064870 __libm_sse2_sqrt_precise 10065870 f libucrt:sqrt_sse2_precise.obj + 0001:00064970 _ceil 10065970 f libucrt:ceil_pentium4.obj + 0001:000649b0 __ceil_pentium4 100659b0 f libucrt:ceil_pentium4.obj + 0001:00064a8d __strnicmp 10065a8d f libucrt:strnicmp.obj + 0001:00064afa __strnicmp_l 10065afa f libucrt:strnicmp.obj + 0001:00064bc5 _terminate 10065bc5 f libucrt:terminate.obj + 0001:00064c01 _malloc 10065c01 f libucrt:malloc.obj + 0001:00064c0c _strcpy_s 10065c0c f libucrt:strcpy_s.obj + 0001:00064c66 _wcsncmp 10065c66 f libucrt:wcsncmp.obj + 0001:00064fde ___acrt_freeptd 10065fde f libucrt:per_thread_data.obj + 0001:0006500a ___acrt_getptd 1006600a f libucrt:per_thread_data.obj + 0001:000650c5 ___acrt_getptd_head 100660c5 f libucrt:per_thread_data.obj + 0001:0006515b ___acrt_getptd_noexit 1006615b f libucrt:per_thread_data.obj + 0001:0006520c ___acrt_getptd_noexit_explicit 1006620c f libucrt:per_thread_data.obj + 0001:000652af ___acrt_initialize_ptd 100662af f libucrt:per_thread_data.obj + 0001:000652db ___acrt_uninitialize_ptd 100662db f libucrt:per_thread_data.obj + 0001:000653f5 ??0_expandlocale_locale_name_cache@@QAE@QA_WIQAU__crt_qualified_locale_data@@@Z 100663f5 f i libucrt:wsetlocale.obj + 0001:0006543f ??1_expandlocale_locale_name_cache@@QAE@XZ 1006643f f i libucrt:wsetlocale.obj + 0001:000655d7 ?commit_locale_name@_expandlocale_locale_name_cache@@QAEXQB_WI@Z 100665d7 f i libucrt:wsetlocale.obj + 0001:0006561b ?commit_locale_name_cache_already_updated@_expandlocale_locale_name_cache@@QAEXQB_WI@Z 1006661b f i libucrt:wsetlocale.obj + 0001:00065650 ___acrt_copy_locale_name 10066650 f libucrt:wsetlocale.obj + 0001:000656b0 ___acrt_set_locale_changed 100666b0 f libucrt:wsetlocale.obj + 0001:000656bb ___acrt_uninitialize_locale 100666bb f libucrt:wsetlocale.obj + 0001:000656e2 ___lc_lctowcs 100666e2 f libucrt:wsetlocale.obj + 0001:00065752 ___lc_wcstolc 10066752 f libucrt:wsetlocale.obj + 0001:00065c84 __wcscats 10066c84 f libucrt:wsetlocale.obj + 0001:00065cc5 __wsetlocale 10066cc5 f libucrt:wsetlocale.obj + 0001:000669ba __calloc_base 100679ba f libucrt:calloc_base.obj + 0001:00066a17 __free_base 10067a17 f libucrt:free_base.obj + 0001:00066ada ??$__crt_fast_encode_pointer@P6AHXZ@@YAP6AHXZQ6AHXZ@Z 10067ada f i libucrt:onexit.obj + 0001:00066ada ??$__crt_fast_encode_pointer@P6GHPA_WKJ@Z@@YAP6GHPA_WKJ@ZQ6GH0KJ@Z@Z 10067ada f i libucrt:winapi_thunks.obj + 0001:00066ada ??$__crt_fast_encode_pointer@PAP6AXXZ@@YAPAP6AXXZQAP6AXXZ@Z 10067ada f i libucrt:onexit.obj + 0001:00066ada ??$__crt_fast_encode_pointer@PAX@@YAPAXQAX@Z 10067ada f i libucrt:winapi_thunks.obj + 0001:00066d9a ___acrt_AppPolicyGetProcessTerminationMethodInternal@4 10067d9a f libucrt:winapi_thunks.obj + 0001:00066dda ___acrt_AreFileApisANSI@0 10067dda f libucrt:winapi_thunks.obj + 0001:00066df9 ___acrt_CompareStringEx@36 10067df9 f libucrt:winapi_thunks.obj + 0001:00066e56 ___acrt_EnumSystemLocalesEx@16 10067e56 f libucrt:winapi_thunks.obj + 0001:00066eaa ___acrt_FlsAlloc@4 10067eaa f libucrt:winapi_thunks.obj + 0001:00066ee9 ___acrt_FlsFree@4 10067ee9 f libucrt:winapi_thunks.obj + 0001:00066f28 ___acrt_FlsGetValue@4 10067f28 f libucrt:winapi_thunks.obj + 0001:00066f67 ___acrt_FlsSetValue@8 10067f67 f libucrt:winapi_thunks.obj + 0001:00066fa9 ___acrt_GetDateFormatEx@28 10067fa9 f libucrt:winapi_thunks.obj + 0001:00067000 ___acrt_GetLocaleInfoEx@16 10068000 f libucrt:winapi_thunks.obj + 0001:0006703f ___acrt_GetTimeFormatEx@24 1006803f f libucrt:winapi_thunks.obj + 0001:00067084 ___acrt_GetUserDefaultLocaleName@8 10068084 f libucrt:winapi_thunks.obj + 0001:000670c0 ___acrt_InitializeCriticalSectionEx@12 100680c0 f libucrt:winapi_thunks.obj + 0001:0006710b ___acrt_IsValidLocaleName@4 1006810b f libucrt:winapi_thunks.obj + 0001:00067143 ___acrt_LCIDToLocaleName@16 10068143 f libucrt:winapi_thunks.obj + 0001:00067182 ___acrt_LCMapStringEx@36 10068182 f libucrt:winapi_thunks.obj + 0001:000671df ___acrt_LocaleNameToLCID@8 100681df f libucrt:winapi_thunks.obj + 0001:00067210 ___acrt_can_use_vista_locale_apis 10068210 f libucrt:winapi_thunks.obj + 0001:0006721b ___acrt_eagerly_load_locale_apis 1006821b f libucrt:winapi_thunks.obj + 0001:00067252 ___acrt_initialize_winapi_thunks 10068252 f libucrt:winapi_thunks.obj + 0001:00067266 ___acrt_uninitialize_winapi_thunks 10068266 f libucrt:winapi_thunks.obj + 0001:0006729c __fcloseall 1006829c f libucrt:closeall.obj + 0001:00067347 ___acrt_stdio_free_buffer_nolock 10068347 f libucrt:_freebuf.obj + 0001:000674ed ___acrt_initialize_lowio 100684ed f libucrt:ioinit.obj + 0001:0006754d ___acrt_uninitialize_lowio 1006854d f libucrt:ioinit.obj + 0001:00067579 __fileno 10068579 f libucrt:fileno.obj + 0001:00067631 __close_internal 10068631 f libucrt:close.obj + 0001:000676d4 __close_nolock 100686d4 f libucrt:close.obj + 0001:00067704 __close_nolock_internal 10068704 f libucrt:close.obj + 0001:000677a4 ?__acrt_stdio_allocate_stream@@YA?AV__crt_stdio_stream@@XZ 100687a4 f libucrt:stream.obj + 0001:0006780d ?__acrt_stdio_free_stream@@YAXV__crt_stdio_stream@@@Z 1006880d f libucrt:stream.obj + 0001:0006790a ___acrt_initialize_locks 1006890a f libucrt:locks.obj + 0001:0006794b ___acrt_lock 1006894b f libucrt:locks.obj + 0001:00067962 ___acrt_uninitialize_locks 10068962 f libucrt:locks.obj + 0001:00067993 ___acrt_unlock 10068993 f libucrt:locks.obj + 0001:000679aa __lock_locales 100689aa f libucrt:locks.obj + 0001:000679b8 __unlock_locales 100689b8 f libucrt:locks.obj + 0001:00067a63 __commit 10068a63 f libucrt:commit.obj + 0001:00068282 __write 10069282 f libucrt:write.obj + 0001:000682b9 __write_internal 100692b9 f libucrt:write.obj + 0001:000683ca __write_nolock 100693ca f libucrt:write.obj + 0001:00068775 ___acrt_stdio_refill_and_read_narrow_nolock 10069775 f libucrt:_filbuf.obj + 0001:00068d77 __ftelli64 10069d77 f libucrt:ftell.obj + 0001:00068dad __ftelli64_nolock_internal 10069dad f libucrt:ftell.obj + 0001:00069005 ___acrt_stdio_flush_and_write_narrow_nolock 1006a005 f libucrt:_flsbuf.obj + 0001:000694ec __read 1006a4ec f libucrt:read.obj + 0001:00069605 __read_nolock 1006a605 f libucrt:read.obj + 0001:00069b38 __lseeki64 1006ab38 f libucrt:lseek.obj + 0001:00069b78 __lseeki64_internal 1006ab78 f libucrt:lseek.obj + 0001:00069b96 __lseeki64_nolock 1006ab96 f libucrt:lseek.obj + 0001:00069bd6 __lseeki64_nolock_internal 1006abd6 f libucrt:lseek.obj + 0001:00069bf4 ___acrt_should_use_temporary_buffer 1006abf4 f libucrt:_sftbuf.obj + 0001:00069c32 ___acrt_stdio_begin_temporary_buffering_nolock 1006ac32 f libucrt:_sftbuf.obj + 0001:00069cdd ___acrt_stdio_end_temporary_buffering_nolock 1006acdd f libucrt:_sftbuf.obj + 0001:00069d1b ___acrt_stdio_allocate_buffer_nolock 1006ad1b f libucrt:_getbuf.obj + 0001:00069d77 __malloc_base 1006ad77 f libucrt:malloc_base.obj + 0001:00069e5d ___acrt_MultiByteToWideChar 1006ae5d f libucrt:multibytetowidechar.obj + 0001:00069e87 ___acrt_update_locale_info 1006ae87 f libucrt:locale_update.obj + 0001:00069eb4 ___acrt_update_locale_info_explicit 1006aeb4 f libucrt:locale_update.obj + 0001:00069ee5 ___acrt_update_multibyte_info 1006aee5 f libucrt:locale_update.obj + 0001:00069f12 ___acrt_update_multibyte_info_explicit 1006af12 f libucrt:locale_update.obj + 0001:00069f43 __wrename 1006af43 f libucrt:wrename.obj + 0001:00069f70 _strnlen 1006af70 f libucrt:strnlen.obj + 0001:0006a092 _wcsnlen 1006b092 f libucrt:strnlen.obj + 0001:0006a242 ?__acrt_fp_classify@@YA?AW4__acrt_fp_class@@ABN@Z 1006b242 f i libucrt:cvt.obj + 0001:0006ac1a ___acrt_fp_format 1006bc1a f libucrt:cvt.obj + 0001:0006ad9b __wctomb_internal 1006bd9b f libucrt:wctomb.obj + 0001:0006af05 __mbtowc_internal 1006bf05 f libucrt:mbtowc.obj + 0001:0006b038 __get_printf_count_output 1006c038 f libucrt:printf_count_output.obj + 0001:0006b04d __errcode 1006c04d f libucrt:fpexcept.obj + 0001:0006b081 __except1 1006c081 f libucrt:fpexcept.obj + 0001:0006b14f __handle_exc 1006c14f f libucrt:fpexcept.obj + 0001:0006b3cf __raise_exc 1006c3cf f libucrt:fpexcept.obj + 0001:0006b3f2 __raise_exc_ex 1006c3f2 f libucrt:fpexcept.obj + 0001:0006b6e3 __set_errno_from_matherr 1006c6e3 f libucrt:fpexcept.obj + 0001:0006b714 __umatherr 1006c714 f libucrt:fpexcept.obj + 0001:0006b7b4 __decomp 1006c7b4 f libucrt:util.obj + 0001:0006b886 __set_exp 1006c886 f libucrt:util.obj + 0001:0006b8b3 __sptype 1006c8b3 f libucrt:util.obj + 0001:0006b916 ___set_fpsr_sse2 1006c916 f libucrt:fpctrl.obj + 0001:0006b996 __clrfp 1006c996 f libucrt:fpctrl.obj + 0001:0006b9a7 __ctrlfp 1006c9a7 f libucrt:fpctrl.obj + 0001:0006b9d1 __set_statfp 1006c9d1 f libucrt:fpctrl.obj + 0001:0006ba2a __statfp 1006ca2a f libucrt:fpctrl.obj + 0001:0006ba87 ??$__crt_fast_decode_pointer@P6AHI@Z@@YAP6AHI@ZQ6AHI@Z@Z 1006ca87 f i libucrt:new_handler.obj + 0001:0006ba87 ??$__crt_fast_decode_pointer@P6AXH@Z@@YAP6AXH@ZQ6AXH@Z@Z 1006ca87 f i libucrt:signal.obj + 0001:0006ba87 ??$__crt_fast_decode_pointer@P6GXPAXK0@Z@@YAP6GXPAXK0@ZQ6GX0K0@Z@Z 1006ca87 f i libucrt:exit.obj + 0001:0006bd2f ___acrt_initialize_thread_local_exit_callback 1006cd2f f libucrt:exit.obj + 0001:0006bd3e __cexit 1006cd3e f libucrt:exit.obj + 0001:0006bd4d __exit 1006cd4d f libucrt:exit.obj + 0001:0006bd63 __is_c_termination_complete 1006cd63 f libucrt:exit.obj + 0001:0006be3c ___acrt_get_sigabrt_handler 1006ce3c f libucrt:signal.obj + 0001:0006be63 ___acrt_initialize_signal_handlers 1006ce63 f libucrt:signal.obj + 0001:0006be81 _raise 1006ce81 f libucrt:signal.obj + 0001:0006c073 ___pctype_func 1006d073 f libucrt:ctype.obj + 0001:0006c097 _iswctype 1006d097 f libucrt:iswctype.obj + 0001:0006c100 __isctype_l 1006d100 f libucrt:isctype.obj + 0001:0006c1cb _fegetround 1006d1cb f libucrt:fegetround.obj + 0001:0006c1d8 ___acrt_initialize_timeset 1006d1d8 f libucrt:timeset.obj + 0001:0006c20d ___daylight 1006d20d f libucrt:timeset.obj + 0001:0006c213 ___dstbias 1006d213 f libucrt:timeset.obj + 0001:0006c219 ___timezone 1006d219 f libucrt:timeset.obj + 0001:0006c21f ___tzname 1006d21f f libucrt:timeset.obj + 0001:0006c225 ___wide_tzname 1006d225 f libucrt:timeset.obj + 0001:0006c22b __get_daylight 1006d22b f libucrt:timeset.obj + 0001:0006c257 __get_dstbias 1006d257 f libucrt:timeset.obj + 0001:0006c283 __get_timezone 1006d283 f libucrt:timeset.obj + 0001:0006c2af ??$__crt_time_elapsed_leap_years@H@@YAHH@Z 1006d2af f i libucrt:gmtime.obj + 0001:0006c2e9 ??$__crt_time_is_leap_year@H@@YA_NH@Z 1006d2e9 f i libucrt:gmtime.obj + 0001:0006c52f __gmtime64_s 1006d52f f libucrt:gmtime.obj + 0001:0006cdf9 ___tzset 1006ddf9 f libucrt:tzset.obj + 0001:0006ce56 __isindst 1006de56 f libucrt:tzset.obj + 0001:0006cf3a ___acrt_WideCharToMultiByte 1006df3a f libucrt:widechartomultibyte.obj + 0001:0006cfa6 ??1?$__crt_scoped_stack_ptr@_W@@QAE@XZ 1006dfa6 f i libucrt:wcsftime.obj + 0001:0006e00a __W_Gettnames 1006f00a f libucrt:wcsftime.obj + 0001:0006e706 __Wcsftime_l 1006f706 f libucrt:wcsftime.obj + 0001:0006e866 __freea_crt 1006f866 f i libucrt:wcsftime.obj + 0001:0006e886 __dtest 1006f886 f libucrt:_test.obj + 0001:0006e8ea __ldtest 1006f8ea f libucrt:_test.obj + 0001:0006eae4 ___acrt_LCMapStringA 1006fae4 f libucrt:lcmapstringa.obj + 0001:0006eb2d ___libm_error_support 1006fb2d f libucrt:libm_error.obj + 0001:0006ed30 _sqrt 1006fd30 f libucrt:sqrt.obj + 0001:0006ed3e ___acrt_initialize_sse2 1006fd3e f libucrt:mathfcns.obj + 0001:0006ed4e __ceil_default 1006fd4e f libucrt:ceil.obj + 0001:0006ee10 ___ascii_strnicmp 1006fe10 f libucrt:_strnicm.obj + 0001:0006ee71 ___acrt_add_locale_ref 1006fe71 f libucrt:locale_refcounting.obj + 0001:0006eeee ___acrt_free_locale 1006feee f libucrt:locale_refcounting.obj + 0001:0006f036 ___acrt_locale_add_lc_time_reference 10070036 f libucrt:locale_refcounting.obj + 0001:0006f05f ___acrt_locale_free_lc_time_if_unreferenced 1007005f f libucrt:locale_refcounting.obj + 0001:0006f090 ___acrt_locale_release_lc_time_reference 10070090 f libucrt:locale_refcounting.obj + 0001:0006f0b9 ___acrt_release_locale_ref 100700b9 f libucrt:locale_refcounting.obj + 0001:0006f13a ___acrt_update_thread_locale_data 1007013a f libucrt:locale_refcounting.obj + 0001:0006f1bb __updatetlocinfoEx_nolock 100701bb f libucrt:locale_refcounting.obj + 0001:0006f787 ___acrt_initialize_multibyte 10070787 f libucrt:mbctype.obj + 0001:0006f7cf ___acrt_update_thread_multibyte_data 100707cf f libucrt:mbctype.obj + 0001:0006f7e2 __setmbcp_nolock 100707e2 f libucrt:mbctype.obj + 0001:0006f9e7 __seh_filter_dll 100709e7 f libucrt:exception_filter.obj + 0001:0006fa07 __seh_filter_exe 10070a07 f libucrt:exception_filter.obj + 0001:0006fb4d ____lc_codepage_func 10070b4d f libucrt:initctype.obj + 0001:0006fb72 ____lc_locale_name_func 10070b72 f libucrt:initctype.obj + 0001:0006fb99 ____mb_cur_max_func 10070b99 f libucrt:initctype.obj + 0001:0006fbbe ___acrt_locale_initialize_ctype 10070bbe f libucrt:initctype.obj + 0001:0007001b ___acrt_locale_free_monetary 1007101b f libucrt:initmon.obj + 0001:00070119 ___acrt_locale_initialize_monetary 10071119 f libucrt:initmon.obj + 0001:0007047a ___acrt_locale_free_numeric 1007147a f libucrt:initnum.obj + 0001:000704e3 ___acrt_locale_initialize_numeric 100714e3 f libucrt:initnum.obj + 0001:000709a1 ___acrt_locale_free_time 100719a1 f libucrt:inittime.obj + 0001:00070a85 ___acrt_locale_initialize_time 10071a85 f libucrt:inittime.obj + 0001:00070b00 _wcscat_s 10071b00 f libucrt:wcscat_s.obj + 0001:00070b6f _wcscpy_s 10071b6f f libucrt:wcscpy_s.obj + 0001:00070cbb _wcsncat_s 10071cbb f libucrt:wcsncat_s.obj + 0001:00070d94 _wcsncpy_s 10071d94 f libucrt:wcsncpy_s.obj + 0001:00070d9f _wcscspn 10071d9f f libucrt:wcscspn.obj + 0001:00070df8 _wcspbrk 10071df8 f libucrt:wcspbrk.obj + 0001:00070e46 ___acrt_GetStringTypeA 10071e46 f libucrt:getstringtypea.obj + 0001:0007163e ___acrt_get_qualified_locale 1007263e f libucrt:get_qualified_locale.obj + 0001:00071fb3 ___acrt_get_qualified_locale_downlevel 10072fb3 f libucrt:getqloc_downlevel.obj + 0001:000721a3 ___acrt_initialize_new_handler 100731a3 f libucrt:new_handler.obj + 0001:000721b2 __callnewh 100731b2 f libucrt:new_handler.obj + 0001:000721de __query_new_handler 100731de f libucrt:new_handler.obj + 0001:00072235 __query_new_mode 10073235 f libucrt:new_mode.obj + 0001:0007223c ___acrt_initialize_heap 1007323c f libucrt:heap_handle.obj + 0001:0007224d ___acrt_uninitialize_heap 1007324d f libucrt:heap_handle.obj + 0001:000722a7 ___acrt_DownlevelLCIDToLocaleName 100732a7 f libucrt:lcidtoname_downlevel.obj + 0001:0007234a ___acrt_DownlevelLocaleNameToLCID 1007334a f libucrt:lcidtoname_downlevel.obj + 0001:00072376 ___acrt_get_process_end_policy 10073376 f libucrt:win_policies.obj + 0001:0007239d ___acrt_lowio_create_handle_array 1007339d f libucrt:osfinfo.obj + 0001:00072418 ___acrt_lowio_destroy_handle_array 10073418 f libucrt:osfinfo.obj + 0001:0007244d ___acrt_lowio_ensure_fh_exists 1007344d f libucrt:osfinfo.obj + 0001:000724eb ___acrt_lowio_lock_fh 100734eb f libucrt:osfinfo.obj + 0001:0007250e ___acrt_lowio_set_os_handle 1007350e f libucrt:osfinfo.obj + 0001:000725a0 ___acrt_lowio_unlock_fh 100735a0 f libucrt:osfinfo.obj + 0001:000725c3 __alloc_osfhnd 100735c3 f libucrt:osfinfo.obj + 0001:000726d6 __free_osfhnd 100736d6 f libucrt:osfinfo.obj + 0001:00072767 __get_osfhandle 10073767 f libucrt:osfinfo.obj + 0001:000727d1 __isatty 100737d1 f libucrt:isatty.obj + 0001:00072853 ?__mbrtowc_utf8@__crt_mbstring@@YAIPA_WPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10073853 f libucrt:mbrtowc.obj + 0001:00072896 ?__mbsrtowcs_utf8@__crt_mbstring@@YAIPA_WPAPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10073896 f libucrt:mbrtowc.obj + 0001:0007299e __putwch_nolock 1007399e f libucrt:putwch.obj + 0001:00072a81 ___acrt_fp_strflt_to_string 10073a81 f libucrt:_fptostr.obj + 0001:00072b7b ___acrt_fltout 10073b7b f libucrt:cfout.obj + 0001:00074163 ?__c32rtomb_utf8@__crt_mbstring@@YAIPAD_UPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10075163 f libucrt:c32rtomb.obj + 0001:00074213 ___acrt_has_user_matherr 10075213 f libucrt:matherr.obj + 0001:00074230 ___acrt_initialize_user_matherr 10075230 f libucrt:matherr.obj + 0001:0007423f ___acrt_invoke_user_matherr 1007523f f libucrt:matherr.obj + 0001:00074275 __initterm 10075275 f libucrt:initterm.obj + 0001:000742a0 __initterm_e 100752a0 f libucrt:initterm.obj + 0001:00074560 __crt_atexit 10075560 f libucrt:onexit.obj + 0001:00074576 __execute_onexit_table 10075576 f libucrt:onexit.obj + 0001:000745b4 __initialize_onexit_table 100755b4 f libucrt:onexit.obj + 0001:000745dd __register_onexit_function 100755dd f libucrt:onexit.obj + 0001:00074610 ___acrt_app_verifier_enabled 10075610 f libucrt:peb_access.obj + 0001:00074622 ___acrt_is_secure_process 10075622 f libucrt:peb_access.obj + 0001:00074635 ___acrt_GetStringTypeW 10075635 f libucrt:getstringtypew.obj + 0001:00074917 ___acrt_fenv_get_common_round_control 10075917 f libucrt:_fenvutils.obj + 0001:00074939 ___acrt_fenv_get_control 10075939 f libucrt:_fenvutils.obj + 0001:000749b9 ___acrt_fenv_get_status 100759b9 f libucrt:_fenvutils.obj + 0001:00074a63 ___acrt_fenv_set_control 10075a63 f libucrt:_fenvutils.obj + 0001:00074ade ___acrt_fenv_set_status 10075ade f libucrt:_fenvutils.obj + 0001:00074d6b __wgetenv_s 10075d6b f libucrt:getenv.obj + 0001:00074d76 ___ascii_wcsicmp 10075d76 f libucrt:wcsicmp.obj + 0001:00074db3 __towlower_internal 10075db3 f i libucrt:wcsicmp.obj + 0001:00074df2 __wcsicmp 10075df2 f libucrt:wcsicmp.obj + 0001:00074e3b __wcsicmp_l 10075e3b f libucrt:wcsicmp.obj + 0001:00074ef3 ___strncnt 10075ef3 f libucrt:strncnt.obj + 0001:00074f10 __twoToTOS 10075f10 f libucrt:common.obj + 0001:00074f25 __load_CW 10075f25 f libucrt:common.obj + 0001:00074f3c __convertTOStoQNaN 10075f3c f libucrt:common.obj + 0001:00074f55 __fload_withFB 10075f55 f libucrt:common.obj + 0001:00074f98 __checkTOS_withFB 10075f98 f libucrt:common.obj + 0001:00074fae __fast_exit 10075fae f libucrt:common.obj + 0001:00074fbb __math_exit 10075fbb f libucrt:common.obj + 0001:00074fe5 __check_overflow_exit 10075fe5 f libucrt:common.obj + 0001:00074ff9 __check_range_exit 10075ff9 f libucrt:common.obj + 0001:000750a0 __CIsqrt 100760a0 f libucrt:sqrt_impl.obj + 0001:000750b4 __sqrt_common 100760b4 libucrt:sqrt_impl.obj + 0001:00075151 __frnd 10076151 f libucrt:frnd.obj + 0001:00075253 ___acrt_GetLocaleInfoA 10076253 f libucrt:getlocaleinfoa.obj + 0001:00075531 __itow_s 10076531 f libucrt:xtoa.obj + 0001:00075564 ___ascii_wcsnicmp 10076564 f libucrt:wcsnicmp.obj + 0001:000755b3 __wcsnicmp 100765b3 f libucrt:wcsnicmp.obj + 0001:000755ff __wcsnicmp_l 100765ff f libucrt:wcsnicmp.obj + 0001:000756d2 __query_app_type 100766d2 f libucrt:report_runtime_error.obj + 0001:000756d8 ?__mbrtoc32_utf8@__crt_mbstring@@YAIPA_UPBDIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 100766d8 f libucrt:mbrtoc32.obj + 0001:000758a8 ___dcrt_lowio_ensure_console_output_initialized 100768a8 f libucrt:initcon.obj + 0001:000758c7 ___dcrt_terminate_console_output 100768c7 f libucrt:initcon.obj + 0001:000758de ___dcrt_write_console 100768de f libucrt:initcon.obj + 0001:00075933 __controlfp_s 10076933 f libucrt:contrlfp.obj + 0001:00075992 _fegetenv 10076992 f libucrt:fegetenv.obj + 0001:000759af _fesetenv 100769af f libucrt:fesetenv.obj + 0001:000759fb _feholdexcept 100769fb f libucrt:feholdexcept.obj + 0001:00075a50 __CIlog10 10076a50 f libucrt:log10_impl.obj + 0001:00075a8b __CIlog10_default 10076a8b f libucrt:log10_impl.obj + 0001:00075a9f __log10_default 10076a9f libucrt:log10_impl.obj + 0001:00075b60 ?reset_and_return@__crt_mbstring@@YAIIPAU_Mbstatet@@@Z 10076b60 f libucrt:common_utf8.obj + 0001:00075b74 ?return_illegal_sequence@__crt_mbstring@@YAIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 10076b74 f libucrt:common_utf8.obj + 0001:00075b96 __recalloc_base 10076b96 f libucrt:recalloc.obj + 0001:00075c03 __wcsnicoll 10076c03 f libucrt:wcsnicol.obj + 0001:00075c70 __wcsnicoll_l 10076c70 f libucrt:wcsnicol.obj + 0001:000760f1 ___dcrt_get_or_create_wide_environment_nolock 100770f1 f libucrt:environment_initialization.obj + 0001:000760f6 ___dcrt_uninitialize_environments_nolock 100770f6 f libucrt:environment_initialization.obj + 0001:00076147 __initialize_narrow_environment 10077147 f libucrt:environment_initialization.obj + 0001:0007614c __towlower_l 1007714c f libucrt:towlower.obj + 0001:00076220 __startTwoArgErrorHandling 10077220 f libucrt:genexcep.obj + 0001:00076237 __startOneArgErrorHandling 10077237 f libucrt:genexcep.obj + 0001:00076280 __trandisp1 10077280 f libucrt:87disp.obj + 0001:000762f5 __trandisp2 100772f5 f libucrt:87disp.obj + 0001:0007638f __rttospopde 1007738f libucrt:87disp.obj + 0001:00076394 __rttospop 10077394 libucrt:87disp.obj + 0001:000763a0 __rtnospop 100773a0 f libucrt:87disp.obj + 0001:000763b0 __rttosnpop 100773b0 f libucrt:87disp.obj + 0001:000763b1 __rtnospopde 100773b1 libucrt:87disp.obj + 0001:000763b8 __rtzeropop 100773b8 libucrt:87disp.obj + 0001:000763ba __rtzeronpop 100773ba libucrt:87disp.obj + 0001:000763c0 __rtzerospop 100773c0 f libucrt:87disp.obj + 0001:000763cd __rtonepop 100773cd libucrt:87disp.obj + 0001:000763d0 __rtonenpop 100773d0 f libucrt:87disp.obj + 0001:000763e0 __tosnan1 100773e0 f libucrt:87disp.obj + 0001:00076410 __nosnan2 10077410 f libucrt:87disp.obj + 0001:00076420 __tosnan2 10077420 f libucrt:87disp.obj + 0001:00076450 __nan2 10077450 f libucrt:87disp.obj + 0001:00076490 __rtindfpop 10077490 f libucrt:87disp.obj + 0001:00076492 __rtindfnpop 10077492 libucrt:87disp.obj + 0001:000764a3 __rttosnpopde 100774a3 libucrt:87disp.obj + 0001:000764b0 __rtatan2inf 100774b0 f libucrt:87disp.obj + 0001:000764cd __rtchsifneg 100774cd libucrt:87disp.obj + 0001:0007658b _strncpy_s 1007758b f libucrt:strncpy_s.obj + 0001:0007663d __clearfp 1007763d f libucrt:ieee87.obj + 0001:0007671b __control87 1007771b f libucrt:ieee87.obj + 0001:00076ac0 __CIlog10_pentium4 10077ac0 f libucrt:log10_pentium4.obj + 0001:00076ad8 __log10_pentium4 10077ad8 libucrt:log10_pentium4.obj + 0001:00076d70 __fFEXP 10077d70 f libucrt:87tran.obj + 0001:00076dc7 __rtinfpopse 10077dc7 libucrt:87tran.obj + 0001:00076dc9 __rtinfnpopse 10077dc9 libucrt:87tran.obj + 0001:00076dd9 __fFLN 10077dd9 libucrt:87tran.obj + 0001:00076e8e __rtinfpop 10077e8e libucrt:87tran.obj + 0001:00076e90 __rtinfnpop 10077e90 libucrt:87tran.obj + 0001:00076ea0 __rtforexpinf 10077ea0 f libucrt:87tran.obj + 0001:00076ead __ffexpm1 10077ead libucrt:87tran.obj + 0001:00076f56 __msize_base 10077f56 f libucrt:msize.obj + 0001:00076f89 __realloc_base 10077f89 f libucrt:realloc_base.obj + 0001:00076ff2 ___acrt_CompareStringW 10077ff2 f libucrt:comparestringw.obj + 0001:0007708e ___dcrt_get_narrow_environment_from_os 1007808e f libucrt:get_environment_from_os.obj + 0001:0007712e ___dcrt_get_wide_environment_from_os 1007812e f libucrt:get_environment_from_os.obj + 0001:00077537 ___dcrt_set_variable_in_wide_environment_nolock 10078537 f libucrt:setenv.obj + 0001:00077542 ___acrt_LCMapStringW 10078542 f libucrt:lcmapstringw.obj + 0001:00077580 __87except 10078580 f libucrt:87except.obj + 0001:00077690 __d_inttype 10078690 f libucrt:powhlp.obj + 0001:000776f8 __powhlp 100786f8 f libucrt:powhlp.obj + 0001:00077ac6 _mbstowcs_s 10078ac6 f libucrt:mbstowcs.obj + 0001:00077b03 __fpclass 10078b03 f libucrt:ieeemisc.obj + 0001:00077ba7 _CreateToolhelp32Snapshot@8 10078ba7 f kernel32:KERNEL32.dll + 0001:00077bad _Thread32First@8 10078bad f kernel32:KERNEL32.dll + 0001:00077bb3 _Thread32Next@8 10078bb3 f kernel32:KERNEL32.dll + 0001:00077bb9 ??0_Init_locks@std@@QAE@XZ 10078bb9 f libcpmt:xlock.obj + 0001:00077be6 ??0_Lockit@std@@QAE@H@Z 10078be6 f libcpmt:xlock.obj + 0001:00077c17 ??1_Init_locks@std@@QAE@XZ 10078c17 f libcpmt:xlock.obj + 0001:00077c3e ??1_Lockit@std@@QAE@XZ 10078c3e f libcpmt:xlock.obj + 0001:00077c5d ??0bad_function_call@std@@QAE@ABV01@@Z 10078c5d f i libcpmt:xthrow.obj + 0001:00077c78 ??0bad_function_call@std@@QAE@XZ 10078c78 f i libcpmt:xthrow.obj + 0001:00077c89 ??0invalid_argument@std@@QAE@ABV01@@Z 10078c89 f i libcpmt:xthrow.obj + 0001:00077ca4 ??0invalid_argument@std@@QAE@PBD@Z 10078ca4 f i libcpmt:xthrow.obj + 0001:00077cc3 ??0length_error@std@@QAE@ABV01@@Z 10078cc3 f i libcpmt:xthrow.obj + 0001:00077cde ??0length_error@std@@QAE@PBD@Z 10078cde f i libcpmt:xthrow.obj + 0001:00077cfd ??0logic_error@std@@QAE@ABV01@@Z 10078cfd f i libcpmt:xthrow.obj + 0001:00077d18 ??0out_of_range@std@@QAE@ABV01@@Z 10078d18 f i libcpmt:xthrow.obj + 0001:00077d33 ??0out_of_range@std@@QAE@PBD@Z 10078d33 f i libcpmt:xthrow.obj + 0001:00077d52 ??0runtime_error@std@@QAE@PBD@Z 10078d52 f i libcpmt:xthrow.obj + 0001:00077d71 ?_Xbad_alloc@std@@YAXXZ 10078d71 f libcpmt:xthrow.obj + 0001:00077d71 ?__scrt_throw_std_bad_alloc@@YAXXZ 10078d71 f LIBCMT:throw_bad_alloc.obj + 0001:00077d8e ?_Xbad_function_call@std@@YAXXZ 10078d8e f libcpmt:xthrow.obj + 0001:00077dab ?_Xinvalid_argument@std@@YAXPBD@Z 10078dab f libcpmt:xthrow.obj + 0001:00077dcb ?_Xlength_error@std@@YAXPBD@Z 10078dcb f libcpmt:xthrow.obj + 0001:00077deb ?_Xout_of_range@std@@YAXPBD@Z 10078deb f libcpmt:xthrow.obj + 0001:00077e0b ?_Xruntime_error@std@@YAXPBD@Z 10078e0b f libcpmt:xthrow.obj + 0001:00077e2b ?what@bad_function_call@std@@UBEPBDXZ 10078e2b f i libcpmt:xthrow.obj + 0001:00077e31 ?_Syserror_map@std@@YAPBDH@Z 10078e31 f libcpmt:syserror.obj + 0001:00077e56 ??0_Locimp@locale@std@@AAE@_N@Z 10078e56 f i libcpmt:locale0.obj + 0001:00077e97 ??1_Fac_node@std@@QAE@XZ 10078e97 f i libcpmt:locale0.obj + 0001:00077ec8 ??1_Fac_tidy_reg_t@std@@QAE@XZ 10078ec8 f i libcpmt:locale0.obj + 0001:00077eef ??1_Locimp@locale@std@@MAE@XZ 10078eef f i libcpmt:locale0.obj + 0001:00077f1a ??4?$_Yarn@D@std@@QAEAAV01@PBD@Z 10078f1a f i libcpmt:locale0.obj + 0001:00077f6e ??_E_Locimp@locale@std@@MAEPAXI@Z 10078f6e f i libcpmt:locale0.obj + 0001:00077f6e ??_G_Locimp@locale@std@@MAEPAXI@Z 10078f6e f i libcpmt:locale0.obj + 0001:00077f90 ?_Facet_Register@std@@YAXPAV_Facet_base@1@@Z 10078f90 f libcpmt:locale0.obj + 0001:00077fbc ?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ 10078fbc f libcpmt:locale0.obj + 0001:00077fc2 ?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 10078fc2 f libcpmt:locale0.obj + 0001:0007804f ?_Locimp_dtor@_Locimp@locale@std@@CAXPAV123@@Z 1007904f f libcpmt:locale0.obj + 0001:000780c0 ?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z 100790c0 f libcpmt:locale0.obj + 0001:0007810b ?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z 1007910b f libcpmt:locale0.obj + 0001:00078125 ?_New_Locimp@_Locimp@locale@std@@CAPAV123@_N@Z 10079125 f libcpmt:locale0.obj + 0001:00078148 ?_Setgloballocale@locale@std@@CAXPAX@Z 10079148 f libcpmt:locale0.obj + 0001:00078170 __Deletegloballocale 10079170 f libcpmt:locale0.obj + 0001:000781d5 __Getctype 100791d5 f libcpmt:_tolower.obj + 0001:00078240 __Tolower 10079240 f libcpmt:_tolower.obj + 0001:0007834c __Toupper 1007934c f libcpmt:_toupper.obj + 0001:00078458 ?_Addstd@ios_base@std@@SAXPAV12@@Z 10079458 f libcpmt:ios.obj + 0001:000784a4 ?_Callfns@ios_base@std@@AAEXW4event@12@@Z 100794a4 f i libcpmt:ios.obj + 0001:000784d7 ?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z 100794d7 f libcpmt:ios.obj + 0001:00078517 ?_Tidy@ios_base@std@@AAEXXZ 10079517 f i libcpmt:ios.obj + 0001:00078592 ?uncaught_exception@std@@YA_NXZ 10079592 f libcpmt:uncaught_exception.obj + 0001:00078597 ___std_init_once_link_alternate_names_and_abort@0 10079597 f libcpmt:xonce2.obj + 0001:0007859c __Query_perf_counter 1007959c f libcpmt:xtime.obj + 0001:000785b3 __Query_perf_frequency 100795b3 f libcpmt:xtime.obj + 0001:000785f0 __Xtime_get_ticks 100795f0 f libcpmt:xtime.obj + 0001:00078617 __Getcvt 10079617 f libcpmt:xwctomb.obj + 0001:00078707 ?_Fiopen@std@@YAPAU_iobuf@@PBDHH@Z 10079707 f libcpmt:fiopen.obj + 0001:00078710 ?setw@std@@YA?AU?$_Smanip@_J@1@_J@Z 10079710 f libcpmt:iomanip.obj + 0001:0007873e __Mtxdst 1007973e f libcpmt:xmtx.obj + 0001:0007874c __Mtxinit 1007974c f libcpmt:xmtx.obj + 0001:00078761 __Mtxlock 10079761 f libcpmt:xmtx.obj + 0001:0007876f __Mtxunlock 1007976f f libcpmt:xmtx.obj + 0001:0007877d ??1_Init_atexit@@QAE@XZ 1007977d f i libcpmt:iosptrs.obj + 0001:000787e5 ?_Atexit@@YAXP6AXXZ@Z 100797e5 f libcpmt:iosptrs.obj + 0001:00078814 ___crtLCMapStringA 10079814 f libcpmt:StlLCMapStringA.obj + 0001:00078a25 ___crtGetSystemTimePreciseAsFileTime 10079a25 f libcpmt:winapisupp.obj + 0001:00078a7a ??2@YAPAXI@Z 10079a7a f LIBCMT:new_scalar.obj + 0001:00078aaa ??3@YAXPAXI@Z 10079aaa f LIBCMT:delete_scalar_size.obj + 0001:00078ab8 ??_V@YAXPAX@Z 10079ab8 f LIBCMT:delete_array.obj + 0001:00078b01 ___scrt_acquire_startup_lock 10079b01 f LIBCMT:utility.obj + 0001:00078b33 ___scrt_dllmain_after_initialize_c 10079b33 f LIBCMT:utility.obj + 0001:00078b5e ___scrt_dllmain_before_initialize_c 10079b5e f LIBCMT:utility.obj + 0001:00078b6c ___scrt_dllmain_crt_thread_attach 10079b6c f LIBCMT:utility.obj + 0001:00078b8b ___scrt_dllmain_crt_thread_detach 10079b8b f LIBCMT:utility.obj + 0001:00078b98 ___scrt_dllmain_exception_filter 10079b98 f LIBCMT:utility.obj + 0001:00078bcc ___scrt_dllmain_uninitialize_c 10079bcc f LIBCMT:utility.obj + 0001:00078bef ___scrt_dllmain_uninitialize_critical 10079bef f LIBCMT:utility.obj + 0001:00078bfc ___scrt_initialize_crt 10079bfc f LIBCMT:utility.obj + 0001:00078c35 ___scrt_initialize_onexit_tables 10079c35 f LIBCMT:utility.obj + 0001:00078cbc ___scrt_is_nonwritable_in_current_image 10079cbc f LIBCMT:utility.obj + 0001:00078d50 ___scrt_release_startup_lock 10079d50 f LIBCMT:utility.obj + 0001:00078d6d ___scrt_uninitialize_crt 10079d6d f LIBCMT:utility.obj + 0001:00078d95 __onexit 10079d95 f LIBCMT:utility.obj + 0001:00078dc2 _atexit 10079dc2 f LIBCMT:utility.obj + 0001:00078dd7 @__security_check_cookie@4 10079dd7 f LIBCMT:secchk.obj + 0001:00078de5 ??_Etype_info@@UAEPAXI@Z 10079de5 f i LIBCMT:std_type_info_static.obj + 0001:00078de5 ??_Gtype_info@@UAEPAXI@Z 10079de5 f i LIBCMT:std_type_info_static.obj + 0001:00078e08 ??_U@YAPAXI@Z 10079e08 f LIBCMT:new_array.obj + 0001:00078e20 __allshl 10079e20 f LIBCMT:llshl.obj + 0001:00078e40 __aullshr 10079e40 f LIBCMT:ullshr.obj + 0001:00078e5f __Init_thread_abort 10079e5f f LIBCMT:thread_safe_statics.obj + 0001:00078e8a __Init_thread_footer 10079e8a f LIBCMT:thread_safe_statics.obj + 0001:00078edb __Init_thread_header 10079edb f LIBCMT:thread_safe_statics.obj + 0001:00078f2a __Init_thread_wait_v2 10079f2a f LIBCMT:thread_safe_statics.obj + 0001:00078f40 __alldiv 10079f40 f LIBCMT:lldiv.obj + 0001:00078ff0 __alldvrm 10079ff0 f LIBCMT:lldvrm.obj + 0001:000790d0 __allmul 1007a0d0 f LIBCMT:llmul.obj + 0001:00079110 __allrem 1007a110 f LIBCMT:llrem.obj + 0001:000791c2 ?__scrt_initialize_type_info@@YAXXZ 1007a1c2 f LIBCMT:tncleanup.obj + 0001:000791ce ?__scrt_uninitialize_type_info@@YAXXZ 1007a1ce f LIBCMT:tncleanup.obj + 0001:000791e0 __ftol3 1007a1e0 f LIBCMT:ftol3.obj + 0001:00079250 __dtoul3 1007a250 f LIBCMT:ftol3.obj + 0001:00079300 __dtoul3_legacy 1007a300 f LIBCMT:ftol3.obj + 0001:00079330 __dtol3 1007a330 f LIBCMT:ftol3.obj + 0001:000793e0 __ultod3 1007a3e0 f LIBCMT:ftol3.obj + 0001:00079430 __ltod3 1007a430 f LIBCMT:ftol3.obj + 0001:000797b2 __DllMainCRTStartup@12 1007a7b2 f LIBCMT:dll_dllmain.obj + 0001:000797e0 __SEH_prolog4 1007a7e0 f LIBCMT:sehprolg4.obj + 0001:00079825 @_guard_check_icall@4 1007a825 f i LIBCMT:checkcfg.obj + 0001:0007982b ___isa_available_init 1007a82b f LIBCMT:cpu_disp.obj + 0001:00079b60 __FindPESection 1007ab60 f LIBCMT:pesect.obj + 0001:00079bb0 __IsNonwritableInCurrentImage 1007abb0 f LIBCMT:pesect.obj + 0001:00079c70 __ValidateImageBase 1007ac70 f LIBCMT:pesect.obj + 0001:00079ca1 __EH_epilog3 1007aca1 f LIBCMT:ehprolg3.obj + 0001:00079cb5 __EH_prolog3 1007acb5 f LIBCMT:ehprolg3.obj + 0001:00079ce8 __EH_prolog3_catch 1007ace8 f LIBCMT:ehprolg3.obj + 0001:00079d20 __aulldvrm 1007ad20 f LIBCMT:ulldvrm.obj + 0001:00079db5 ___scrt_fastfail 1007adb5 f LIBCMT:utility_desktop.obj + 0001:00079eca __crt_debugger_hook 1007aeca f LIBCMT:utility_desktop.obj + 0001:00079ee0 __aulldiv 1007aee0 f LIBCMT:ulldiv.obj + 0001:00079f50 __aullrem 1007af50 f LIBCMT:ullrem.obj + 0001:00079fc5 ___raise_securityfailure 1007afc5 f LIBCMT:gs_report.obj + 0001:00079fed ___report_gsfailure 1007afed f LIBCMT:gs_report.obj + 0001:0007a0e8 ___report_rangecheckfailure 1007b0e8 f LIBCMT:gs_report.obj + 0001:0007a0f5 ___report_securityfailure 1007b0f5 f LIBCMT:gs_report.obj + 0001:0007a1d0 __alloca_probe 1007b1d0 f LIBCMT:chkstk.obj + 0001:0007a1d0 __chkstk 1007b1d0 f LIBCMT:chkstk.obj + 0001:0007a200 __alloca_probe_16 1007b200 f LIBCMT:alloca16.obj + 0001:0007a216 __alloca_probe_8 1007b216 LIBCMT:alloca16.obj + 0001:0007a230 __ftol2_sse 1007b230 f LIBCMT:ftol2.obj + 0001:0007a240 __ftoi2 1007b240 f LIBCMT:ftol2.obj + 0001:0007a2bc ?__scrt_throw_std_bad_array_new_length@@YAXXZ 1007b2bc f LIBCMT:throw_bad_alloc.obj + 0001:0007a2d9 ___scrt_is_ucrt_dll_in_use 1007b2d9 f LIBCMT:ucrt_detection.obj + 0001:0007a332 ___security_init_cookie 1007b332 f LIBCMT:gs_support.obj + 0001:0007a37d _DllMain@12 1007b37d f LIBCMT:dll_dllmain_stub.obj + 0001:0007a383 ___local_stdio_scanf_options 1007b383 f i LIBCMT:default_local_stdio_options.obj + 0001:0007a389 ___scrt_initialize_default_local_stdio_options 1007b389 f LIBCMT:default_local_stdio_options.obj + 0001:0007a3a6 ___scrt_get_dyn_tls_init_callback 1007b3a6 f LIBCMT:dyn_tls_init.obj + 0001:0007a3ac __RTC_Initialize 1007b3ac f LIBCMT:initsect.obj + 0001:0007a3d8 __RTC_Terminate 1007b3d8 f LIBCMT:initsect.obj + 0001:0007a404 _memcmp 1007b404 f libvcruntime:memcmp.obj + 0001:0007ba90 _strrchr 1007ca90 f libvcruntime:strrchr.obj + 0001:0007bbc7 _wcschr 1007cbc7 f libvcruntime:wcschr.obj + 0001:0007bc68 ___uncaught_exception 1007cc68 f libvcruntime:uncaught_exception.obj + 0001:0007bc7c ___vcrt_initialize 1007cc7c f libvcruntime:initialization.obj + 0001:0007bc9b ___vcrt_thread_attach 1007cc9b f libvcruntime:initialization.obj + 0001:0007bca6 ___vcrt_thread_detach 1007cca6 f libvcruntime:initialization.obj + 0001:0007bcae ___vcrt_uninitialize 1007ccae f libvcruntime:initialization.obj + 0001:0007bcc5 ___vcrt_uninitialize_critical 1007ccc5 f libvcruntime:initialization.obj + 0001:0007bf22 _setlocale 1007cf22 f libucrt:setlocale.obj + 0001:0007bf60 _islower 1007cf60 f libucrt:_ctype.obj + 0001:0007bff0 _isupper 1007cff0 f libucrt:_ctype.obj + 0001:0007c074 __wcsdup 1007d074 f libucrt:wcsdup.obj + 0001:0007c18a __fsopen 1007d18a f libucrt:fopen.obj + 0001:0007c446 ___acrt_allocate_buffer_for_argv 1007d446 f libucrt:argv_parsing.obj + 0001:0007c495 __configure_narrow_argv 1007d495 f libucrt:argv_parsing.obj + 0001:0007c59b ___acrt_initialize 1007d59b f libucrt:initialization.obj + 0001:0007c5ad ___acrt_thread_attach 1007d5ad f libucrt:initialization.obj + 0001:0007c5b8 ___acrt_thread_detach 1007d5b8 f libucrt:initialization.obj + 0001:0007c5c0 ___acrt_uninitialize 1007d5c0 f libucrt:initialization.obj + 0001:0007c5f0 ___acrt_uninitialize_critical 1007d5f0 f libucrt:initialization.obj + 0001:0007c97e __wcstombs_s_l 1007d97e f libucrt:wcstombs.obj + 0001:0007c9bc ??$__acrt_stdio_parse_mode@D@@YA?AU__acrt_stdio_stream_mode@@QBD@Z 1007d9bc f i libucrt:openfile.obj + 0001:0007cc69 ?__acrt_stdio_parse_mode_D@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007dc69 f i libucrt:openfile.obj + 0001:0007cc84 ?__acrt_stdio_parse_mode_T@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007dc84 f i libucrt:openfile.obj + 0001:0007cca3 ?__acrt_stdio_parse_mode_b@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007dca3 f i libucrt:openfile.obj + 0001:0007ccc3 ?__acrt_stdio_parse_mode_c@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 1007dcc3 f i libucrt:openfile.obj + 0001:0007cce5 ?__acrt_stdio_parse_mode_n@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 1007dce5 f i libucrt:openfile.obj + 0001:0007cd07 ?__acrt_stdio_parse_mode_plus@@YA_NAAU__acrt_stdio_stream_mode@@AA_N@Z 1007dd07 f i libucrt:openfile.obj + 0001:0007cd3d ?__acrt_stdio_parse_mode_t@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007dd3d f i libucrt:openfile.obj + 0001:0007cd5d ?__acrt_stdio_parse_mode_x@@YA_NAAU__acrt_stdio_stream_mode@@@Z 1007dd5d f i libucrt:openfile.obj + 0001:0007cd7d __openfile 1007dd7d f libucrt:openfile.obj + 0001:0007cda0 ??$__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 1007dda0 f i libucrt:argv_wildcards.obj + 0001:0007d33e ?allocate@?$__crt_win32_buffer@DU__crt_win32_buffer_internal_dynamic_resizing@@@@QAEHI@Z 1007e33e f i libucrt:argv_wildcards.obj + 0001:0007d401 ___acrt_expand_narrow_argv_wildcards 1007e401 f libucrt:argv_wildcards.obj + 0001:0007d40c ___acrt_GetModuleFileNameA 1007e40c f libucrt:getmodulefilenamea.obj + 0001:0007d4fd __ismbblead 1007e4fd f libucrt:ismbbyte.obj + 0001:0007d515 ___acrt_initialize_command_line 1007e515 f libucrt:argv_data.obj + 0001:0007d52e ___acrt_execute_initializers 1007e52e f libucrt:shared_initialization.obj + 0001:0007d596 ___acrt_execute_uninitializers 1007e596 f libucrt:shared_initialization.obj + 0001:0007d5c7 ?__wcsrtombs_utf8@__crt_mbstring@@YAIPADPAPB_WIPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 1007e5c7 f libucrt:wcrtomb.obj + 0001:0007dcc0 __sopen_nolock 1007ecc0 f libucrt:open.obj + 0001:0007dd2e __sopen_s 1007ed2e f libucrt:open.obj + 0001:0007dd4e __wsopen_nolock 1007ed4e f libucrt:open.obj + 0001:0007e080 _qsort 1007f080 f libucrt:qsort.obj + 0001:0007e570 _strpbrk 1007f570 f libucrt:strpbrk.obj + 0001:0007e5b0 __mbsdec 1007f5b0 f libucrt:mbsdec.obj + 0001:0007e5c7 __mbsdec_l 1007f5c7 f libucrt:mbsdec.obj + 0001:0007e654 ?__c16rtomb_utf8@__crt_mbstring@@YAIPAD_SPAU_Mbstatet@@AAV__crt_cached_ptd_host@@@Z 1007f654 f libucrt:c16rtomb.obj + 0001:0007e6fe __get_fmode 1007f6fe f libucrt:setmode.obj + 0001:0007e72b __setmode_nolock 1007f72b f libucrt:setmode.obj + 0001:0007e7fa ??0__crt_seek_guard@@QAE@H_J@Z 1007f7fa f i libucrt:chsize.obj + 0001:0007e847 __chsize_nolock 1007f847 f libucrt:chsize.obj + 0001:0007e87e __chsize_nolock_internal 1007f87e f libucrt:chsize.obj + 0001:0007ea15 ___acrt_initialize_fmode 1007fa15 f libucrt:txtmode.obj + 0001:0007ea2b __filter_x86_sse2_floating_point_exception 1007fa2b f LIBCMT:x86_exception_filter.obj + 0001:0007ea2b __filter_x86_sse2_floating_point_exception_default 1007fa2b f LIBCMT:x86_exception_filter.obj 0002:00000000 __imp__CreateDirectoryA@8 10086000 kernel32:KERNEL32.dll 0002:00000004 __imp__CreateFileA@28 10086004 kernel32:KERNEL32.dll 0002:00000008 __imp__DeleteFileA@4 10086008 kernel32:KERNEL32.dll @@ -3614,7 +3615,7 @@ 0002:00007eb8 __real@0000000000000000 1008deb8 misc_scripts.cpp.obj 0002:00007ec0 __real@3ff0000000000000 1008dec0 misc_scripts.cpp.obj 0002:00007ec8 __real@4000000000000000 1008dec8 misc_scripts.cpp.obj - 0002:00007ed0 __real@403c000000000000 1008ded0 misc_scripts.cpp.obj + 0002:00007ed0 __real@403d000000000000 1008ded0 misc_scripts.cpp.obj 0002:00007ed8 __real@408f400000000000 1008ded8 misc_scripts.cpp.obj 0002:00007ee4 ??_C@_0CD@FAFLFIPA@Casting?5next?5spell?5without?5queu@ 1008dee4 spell_scripts.cpp.obj 0002:00007f08 ??_C@_0BO@KHCNJBCM@Force?5queuing?5next?5cast?5spell@ 1008df08 spell_scripts.cpp.obj @@ -7192,7 +7193,7 @@ 0003:000220c8 ___scrt_ucrt_dll_is_in_use 100ca0c8 0003:000220d0 ?_OptionsStorage@?1??__local_stdio_printf_options@@9@9 100ca0d0 - entry point at 0001:000795e2 + entry point at 0001:000797b2 Static symbols @@ -7466,2936 +7467,2936 @@ 0001:0002cd9e __catch$?CleanupUnchecked@Process@hadesmem@@AAEXXZ$0 1002dd9e f i main.cpp.obj 0001:0002ce7e __catch$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ$0 1002de7e f i main.cpp.obj 0001:0002d5e3 __catch$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$0 1002e5e3 f i main.cpp.obj - 0001:00033569 __catch$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10034569 f i main.cpp.obj - 0001:00033649 __catch$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$0 10034649 f i main.cpp.obj - 0001:00033729 __catch$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10034729 f i main.cpp.obj - 0001:00033809 __catch$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$0 10034809 f i main.cpp.obj - 0001:000338e9 __catch$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$0 100348e9 f i main.cpp.obj - 0001:000339c9 __catch$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$0 100349c9 f i main.cpp.obj - 0001:00033aa9 __catch$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$0 10034aa9 f i main.cpp.obj - 0001:00033b89 __catch$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$0 10034b89 f i main.cpp.obj - 0001:00033c69 __catch$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$0 10034c69 f i main.cpp.obj - 0001:00033d49 __catch$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$0 10034d49 f i main.cpp.obj - 0001:00033e29 __catch$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$0 10034e29 f i main.cpp.obj - 0001:00033f09 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$0 10034f09 f i main.cpp.obj - 0001:00033fe9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$0 10034fe9 f i main.cpp.obj - 0001:000340c9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$0 100350c9 f i main.cpp.obj - 0001:000341a9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$0 100351a9 f i main.cpp.obj - 0001:00034289 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$0 10035289 f i main.cpp.obj - 0001:00034369 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$0 10035369 f i main.cpp.obj - 0001:00034449 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$0 10035449 f i main.cpp.obj - 0001:00034529 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10035529 f i main.cpp.obj - 0001:00034609 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$0 10035609 f i main.cpp.obj - 0001:000346e9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 100356e9 f i main.cpp.obj - 0001:000347c9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$0 100357c9 f i main.cpp.obj - 0001:000348a9 __catch$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$0 100358a9 f i main.cpp.obj - 0001:00034989 __catch$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$0 10035989 f i main.cpp.obj - 0001:00034a69 __catch$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$0 10035a69 f i main.cpp.obj - 0001:00034b49 __catch$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$0 10035b49 f i main.cpp.obj - 0001:00034c87 __catch$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$0 10035c87 f i main.cpp.obj - 0001:00034e66 __catch$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$0 10035e66 f i main.cpp.obj - 0001:00034efc __catch$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$0 10035efc f i main.cpp.obj - 0001:00035e24 __catch$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$0 10036e24 f i main.cpp.obj - 0001:00038292 __catch$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ$0 10039292 f i main.cpp.obj - 0001:0003ac9d __catch$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$0 1003bc9d f i main.cpp.obj - 0001:0003ae87 __catch$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$0 1003be87 f i main.cpp.obj - 0001:0003e209 __catch$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$0 1003f209 f i main.cpp.obj - 0001:0003fe10 __catch$_Load$0 10040e10 f main.cpp.obj - 0001:0003feaf __catch$_Load$1 10040eaf f main.cpp.obj - 0001:00040010 ??$_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 10041010 f helper.cpp.obj - 0001:00040170 ??$_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 10041170 f helper.cpp.obj - 0001:00040580 ??$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 10041580 f helper.cpp.obj - 0001:000405e0 ??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 100415e0 f helper.cpp.obj - 0001:00040620 ??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 10041620 f helper.cpp.obj - 0001:00040710 ??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 10041710 f helper.cpp.obj - 0001:00040770 ??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 10041770 f helper.cpp.obj - 0001:000407a0 ??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 100417a0 f helper.cpp.obj - 0001:00040830 ??1?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@QAE@XZ 10041830 f helper.cpp.obj - 0001:000408c0 ??1CachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@QAE@XZ 100418c0 f helper.cpp.obj - 0001:00040910 ??R@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 10041910 f helper.cpp.obj - 0001:000414e0 ?_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 100424e0 f helper.cpp.obj - 0001:000416c0 ?_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 100426c0 f helper.cpp.obj - 0001:00041bd4 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$0 10042bd4 f i spellcast.cpp.obj - 0001:00045a5c $LN19 10046a5c spellevents.cpp.obj - 0001:00045a70 $LN18 10046a70 spellevents.cpp.obj - 0001:0004655c $LN206 1004755c spellevents.cpp.obj - 0001:00046564 $LN205 10047564 spellevents.cpp.obj - 0001:00047b78 $LN47 10048b78 spellevents.cpp.obj - 0001:00047b80 $LN46 10048b80 spellevents.cpp.obj - 0001:00048494 $LN85 10049494 misc_scripts.cpp.obj - 0001:00048494 $LN85 10049494 misc_scripts.cpp.obj - 0001:00048494 $LN85 10049494 spell_scripts.cpp.obj - 0001:00049c3c $LN59 1004ac3c misc_scripts.cpp.obj - 0001:00049c54 $LN60 1004ac54 misc_scripts.cpp.obj - 0001:0004a098 $LN160 1004b098 misc_scripts.cpp.obj - 0001:0004a0b0 $LN161 1004b0b0 misc_scripts.cpp.obj - 0001:0004a514 $LN56 1004b514 misc_scripts.cpp.obj - 0001:0004a52c $LN57 1004b52c misc_scripts.cpp.obj - 0001:0004a880 $LN101 1004b880 misc_scripts.cpp.obj - 0001:0004be34 $LN67 1004ce34 spell_scripts.cpp.obj - 0001:0004be4c $LN68 1004ce4c spell_scripts.cpp.obj - 0001:0004c33c $LN166 1004d33c spell_scripts.cpp.obj - 0001:0004c354 $LN167 1004d354 spell_scripts.cpp.obj - 0001:0004d8c0 ??R@@QBE@HIPAUCGItem_C@game@@@Z 1004e8c0 f item_scripts.cpp.obj - 0001:00052a59 ?_FilterSetCurrentException@@YAKPAU_EXCEPTION_POINTERS@@E@Z 10053a59 f libvcruntime:ehhelpers.obj - 0001:00053000 $$000000 10054000 libvcruntime:memcpy.obj - 0001:00053000 $$000000 10054000 libvcruntime:memmove.obj - 0001:00053020 CopyUp 10054020 libvcruntime:memcpy.obj - 0001:00053020 CopyUp 10054020 libvcruntime:memmove.obj - 0001:00053044 CopyUpLargeMov 10054044 libvcruntime:memcpy.obj - 0001:00053044 CopyUpLargeMov 10054044 libvcruntime:memmove.obj - 0001:00053057 CopyUpSSE2Check 10054057 libvcruntime:memcpy.obj - 0001:00053057 CopyUpSSE2Check 10054057 libvcruntime:memmove.obj - 0001:00053070 AtomChk 10054070 libvcruntime:memcpy.obj - 0001:00053070 AtomChk 10054070 libvcruntime:memmove.obj - 0001:00053096 PalignHead4 10054096 libvcruntime:memcpy.obj - 0001:00053096 PalignHead4 10054096 libvcruntime:memmove.obj - 0001:000530a9 PalignHead8 100540a9 libvcruntime:memcpy.obj - 0001:000530a9 PalignHead8 100540a9 libvcruntime:memmove.obj - 0001:000530c0 PalignLoop 100540c0 libvcruntime:memcpy.obj - 0001:000530c0 PalignLoop 100540c0 libvcruntime:memmove.obj - 0001:000530d2 MovPalign12 100540d2 libvcruntime:memcpy.obj - 0001:000530d2 MovPalign12 100540d2 libvcruntime:memmove.obj - 0001:000530dc PalignLoop12 100540dc libvcruntime:memcpy.obj - 0001:000530dc PalignLoop12 100540dc libvcruntime:memmove.obj - 0001:0005312d MovPalign8 1005412d libvcruntime:memcpy.obj - 0001:0005312d MovPalign8 1005412d libvcruntime:memmove.obj - 0001:00053138 PalignLoop8 10054138 libvcruntime:memcpy.obj - 0001:00053138 PalignLoop8 10054138 libvcruntime:memmove.obj - 0001:00053186 MovPalign4 10054186 libvcruntime:memcpy.obj - 0001:00053186 MovPalign4 10054186 libvcruntime:memmove.obj - 0001:00053190 PalignLoop4 10054190 libvcruntime:memcpy.obj - 0001:00053190 PalignLoop4 10054190 libvcruntime:memmove.obj - 0001:000531dc PalignTail 100541dc libvcruntime:memcpy.obj - 0001:000531dc PalignTail 100541dc libvcruntime:memmove.obj - 0001:000531f4 PalignTail4 100541f4 libvcruntime:memcpy.obj - 0001:000531f4 PalignTail4 100541f4 libvcruntime:memmove.obj - 0001:00053207 PalignTail8 10054207 libvcruntime:memcpy.obj - 0001:00053207 PalignTail8 10054207 libvcruntime:memmove.obj - 0001:0005321e PalignTailLE3 1005421e libvcruntime:memcpy.obj - 0001:0005321e PalignTailLE3 1005421e libvcruntime:memmove.obj - 0001:00053227 Dword_align 10054227 libvcruntime:memcpy.obj - 0001:00053227 Dword_align 10054227 libvcruntime:memmove.obj - 0001:0005322f Dword_up_align_loop 1005422f libvcruntime:memcpy.obj - 0001:0005322f Dword_up_align_loop 1005422f libvcruntime:memmove.obj - 0001:00053242 Dword_align_Ok 10054242 libvcruntime:memcpy.obj - 0001:00053242 Dword_align_Ok 10054242 libvcruntime:memmove.obj - 0001:0005325c ByteCopyUp 1005425c libvcruntime:memcpy.obj - 0001:0005325c ByteCopyUp 1005425c libvcruntime:memmove.obj - 0001:00053264 TrailingUpVec 10054264 libvcruntime:memcpy.obj - 0001:00053264 TrailingUpVec 10054264 libvcruntime:memmove.obj - 0001:00053274 TrailingUp0 10054274 libvcruntime:memcpy.obj - 0001:00053274 TrailingUp0 10054274 libvcruntime:memmove.obj - 0001:0005327c TrailingUp1 1005427c libvcruntime:memcpy.obj - 0001:0005327c TrailingUp1 1005427c libvcruntime:memmove.obj - 0001:00053288 TrailingUp2 10054288 libvcruntime:memcpy.obj - 0001:00053288 TrailingUp2 10054288 libvcruntime:memmove.obj - 0001:0005329c TrailingUp3 1005429c libvcruntime:memcpy.obj - 0001:0005329c TrailingUp3 1005429c libvcruntime:memmove.obj - 0001:000532b4 CopyDown 100542b4 libvcruntime:memcpy.obj - 0001:000532b4 CopyDown 100542b4 libvcruntime:memmove.obj - 0001:000532d9 CopyDownNotAligned 100542d9 libvcruntime:memcpy.obj - 0001:000532d9 CopyDownNotAligned 100542d9 libvcruntime:memmove.obj - 0001:000532e0 CopyDownAlignLoop 100542e0 libvcruntime:memcpy.obj - 0001:000532e0 CopyDownAlignLoop 100542e0 libvcruntime:memmove.obj - 0001:000532ed CopyDownAligned 100542ed libvcruntime:memcpy.obj - 0001:000532ed CopyDownAligned 100542ed libvcruntime:memmove.obj - 0001:00053310 TrailingDownVec 10054310 libvcruntime:memcpy.obj - 0001:00053310 TrailingDownVec 10054310 libvcruntime:memmove.obj - 0001:00053320 TrailingDown0 10054320 libvcruntime:memcpy.obj - 0001:00053320 TrailingDown0 10054320 libvcruntime:memmove.obj - 0001:00053328 TrailingDown1 10054328 libvcruntime:memcpy.obj - 0001:00053328 TrailingDown1 10054328 libvcruntime:memmove.obj - 0001:00053338 TrailingDown2 10054338 libvcruntime:memcpy.obj - 0001:00053338 TrailingDown2 10054338 libvcruntime:memmove.obj - 0001:0005334c TrailingDown3 1005434c libvcruntime:memcpy.obj - 0001:0005334c TrailingDown3 1005434c libvcruntime:memmove.obj - 0001:00053365 XmmMovLargeAlignTest 10054365 libvcruntime:memcpy.obj - 0001:00053365 XmmMovLargeAlignTest 10054365 libvcruntime:memmove.obj - 0001:0005336d XmmMovAlignLoop 1005436d libvcruntime:memcpy.obj - 0001:0005336d XmmMovAlignLoop 1005436d libvcruntime:memmove.obj - 0001:0005337c XmmMovLargeLoop 1005437c libvcruntime:memcpy.obj - 0001:0005337c XmmMovLargeLoop 1005437c libvcruntime:memmove.obj - 0001:000533ec XmmMovSmallTest 100543ec libvcruntime:memcpy.obj - 0001:000533ec XmmMovSmallTest 100543ec libvcruntime:memmove.obj - 0001:000533f1 XmmMovSmallLoop 100543f1 libvcruntime:memcpy.obj - 0001:000533f1 XmmMovSmallLoop 100543f1 libvcruntime:memmove.obj - 0001:00053414 CopyDownSmall 10054414 libvcruntime:memcpy.obj - 0001:00053414 CopyDownSmall 10054414 libvcruntime:memmove.obj - 0001:0005341c CopyDownDwordLoop 1005441c libvcruntime:memcpy.obj - 0001:0005341c CopyDownDwordLoop 1005441c libvcruntime:memmove.obj - 0001:00053431 CopyDownByteTest 10054431 libvcruntime:memcpy.obj - 0001:00053431 CopyDownByteTest 10054431 libvcruntime:memmove.obj - 0001:00053435 CopyDownByteLoop 10054435 libvcruntime:memcpy.obj - 0001:00053435 CopyDownByteLoop 10054435 libvcruntime:memmove.obj - 0001:00053444 CopyDownReturn 10054444 libvcruntime:memcpy.obj - 0001:00053444 CopyDownReturn 10054444 libvcruntime:memmove.obj - 0001:00053450 XmmCopy 10054450 libvcruntime:memcpy.obj - 0001:00053450 XmmCopy 10054450 libvcruntime:memmove.obj - 0001:0005345d XmmCopyAligned 1005445d libvcruntime:memcpy.obj - 0001:0005345d XmmCopyAligned 1005445d libvcruntime:memmove.obj - 0001:00053470 XmmCopyLargeLoop 10054470 libvcruntime:memcpy.obj - 0001:00053470 XmmCopyLargeLoop 10054470 libvcruntime:memmove.obj - 0001:000534cd XmmCopySmallTest 100544cd libvcruntime:memcpy.obj - 0001:000534cd XmmCopySmallTest 100544cd libvcruntime:memmove.obj - 0001:000534e0 XmmCopySmallLoop 100544e0 libvcruntime:memcpy.obj - 0001:000534e0 XmmCopySmallLoop 100544e0 libvcruntime:memmove.obj - 0001:000534fb CopyUpDwordMov 100544fb libvcruntime:memcpy.obj - 0001:000534fb CopyUpDwordMov 100544fb libvcruntime:memmove.obj - 0001:00053500 CopyUpDwordTest 10054500 libvcruntime:memcpy.obj - 0001:00053500 CopyUpDwordTest 10054500 libvcruntime:memmove.obj - 0001:00053507 CopyUpDwordLoop 10054507 libvcruntime:memcpy.obj - 0001:00053507 CopyUpDwordLoop 10054507 libvcruntime:memmove.obj - 0001:00053516 CopyUpByteTest 10054516 libvcruntime:memcpy.obj - 0001:00053516 CopyUpByteTest 10054516 libvcruntime:memmove.obj - 0001:0005351d CopyUpByteLoop 1005451d libvcruntime:memcpy.obj - 0001:0005351d CopyUpByteLoop 1005451d libvcruntime:memmove.obj - 0001:00053530 CopyUpReturn 10054530 libvcruntime:memcpy.obj - 0001:00053530 CopyUpReturn 10054530 libvcruntime:memmove.obj - 0001:00053540 XmmCopyUnaligned 10054540 libvcruntime:memcpy.obj - 0001:00053540 XmmCopyUnaligned 10054540 libvcruntime:memmove.obj - 0001:00053553 XmmAlignByte 10054553 libvcruntime:memcpy.obj - 0001:00053553 XmmAlignByte 10054553 libvcruntime:memmove.obj - 0001:0005355c XmmAlignDwordTest 1005455c libvcruntime:memcpy.obj - 0001:0005355c XmmAlignDwordTest 1005455c libvcruntime:memmove.obj - 0001:00053561 XmmAlignDwordLoop 10054561 libvcruntime:memcpy.obj - 0001:00053561 XmmAlignDwordLoop 10054561 libvcruntime:memmove.obj - 0001:0005356e XmmAlignAdjustCnt 1005456e libvcruntime:memcpy.obj - 0001:0005356e XmmAlignAdjustCnt 1005456e libvcruntime:memmove.obj - 0001:000535e3 ?FindMITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PAXPBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@H2@Z 100545e3 f libvcruntime:rtti.obj - 0001:000536cc ?FindSITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@1@Z 100546cc f libvcruntime:rtti.obj - 0001:000537b5 ?FindVITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PAXPBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@H2@Z 100547b5 f libvcruntime:rtti.obj - 0001:0005391d ?PMDtoOffset@@YAHPAXABUPMD@@@Z 1005491d f libvcruntime:rtti.obj - 0001:00053941 ?TypeidsEqual@@YA_NQBUTypeDescriptor@@0@Z 10054941 f libvcruntime:rtti.obj - 0001:00053b5b ?@@?1??__std_type_info_name@@YAPBDPAU__std_type_info_data@@PAU__type_info_node@@@Z@SA@I@Z 10054b5b f libvcruntime:std_type_info.obj - 0001:00053b64 ?@@?1??__std_type_info_name@@YAPBDPAU__std_type_info_data@@PAU__type_info_node@@@Z@SA@QAX@Z 10054b64 f libvcruntime:std_type_info.obj - 0001:00053c90 $$000000 10054c90 libvcruntime:memset.obj - 0001:00053cd5 XMMMov 10054cd5 libvcruntime:memset.obj - 0001:00053d10 LargeRangeBytes 10054d10 libvcruntime:memset.obj - 0001:00053d4d XmmMovSmall 10054d4d libvcruntime:memset.obj - 0001:00053d60 XmmSmallLoop 10054d60 libvcruntime:memset.obj - 0001:00053d65 MidRangeBytes 10054d65 libvcruntime:memset.obj - 0001:00053d81 XMMTrailingBytes 10054d81 libvcruntime:memset.obj - 0001:00053d95 SmallMov 10054d95 libvcruntime:memset.obj - 0001:00053d9d ByteLoop 10054d9d libvcruntime:memset.obj - 0001:00053dab DwordTest 10054dab libvcruntime:memset.obj - 0001:00053dbb QwordTest 10054dbb libvcruntime:memset.obj - 0001:00053dd0 QwordLoop 10054dd0 libvcruntime:memset.obj - 0001:00053de3 toend 10054de3 libvcruntime:memset.obj - 0001:00053df0 $$000000 10054df0 libvcruntime:strstr.obj - 0001:00053e33 strstr_sse_safeloop 10054e33 libvcruntime:strstr.obj - 0001:00053e5a strstr_sse_search 10054e5a libvcruntime:strstr.obj - 0001:00053e5a strstr_sse_unsafe 10054e5a libvcruntime:strstr.obj - 0001:00053e5e strstr_sse_srchloop 10054e5e libvcruntime:strstr.obj - 0001:00053e94 strstr_sse_srchchar 10054e94 libvcruntime:strstr.obj - 0001:00053eab strstr_sse_cmploop 10054eab libvcruntime:strstr.obj - 0001:00053ee6 strstr_sse_cmpchars 10054ee6 libvcruntime:strstr.obj - 0001:00053eed strstr_sse_cmpunsafe 10054eed libvcruntime:strstr.obj - 0001:00053f04 strstr_sse_match 10054f04 libvcruntime:strstr.obj - 0001:00053f09 strstr_sse_not_found 10054f09 libvcruntime:strstr.obj - 0001:00053f0b strstr_sse_exit 10054f0b libvcruntime:strstr.obj - 0001:00053f0f strstr_sttni 10054f0f libvcruntime:strstr.obj - 0001:00053f2b strstr_sttni_setchars 10054f2b libvcruntime:strstr.obj - 0001:00053f30 strstr_sttni_setloopchar 10054f30 libvcruntime:strstr.obj - 0001:00053f36 strstr_sttni_setloopnochar 10054f36 libvcruntime:strstr.obj - 0001:00053f4a strstr_sttni_srchnext 10054f4a libvcruntime:strstr.obj - 0001:00053f4d strstr_sttni_srch 10054f4d libvcruntime:strstr.obj - 0001:00053f51 strstr_sttni_srchloop 10054f51 libvcruntime:strstr.obj - 0001:00053f70 strstr_sttni_srchxmm 10054f70 libvcruntime:strstr.obj - 0001:00053f83 strstr_sttni_srchcheck 10054f83 libvcruntime:strstr.obj - 0001:00053f87 strstr_sttni_cmploop 10054f87 libvcruntime:strstr.obj - 0001:00053fbf strstr_sttni_cmpchar 10054fbf libvcruntime:strstr.obj - 0001:00053fda strstr_no_sse 10054fda libvcruntime:strstr.obj - 0001:00053fed findnext 10054fed libvcruntime:strstr.obj - 0001:00054000 loop_start 10055000 libvcruntime:strstr.obj - 0001:00054005 in_loop 10055005 libvcruntime:strstr.obj - 0001:0005400d not_found 1005500d libvcruntime:strstr.obj - 0001:00054013 first_char_found 10055013 libvcruntime:strstr.obj - 0001:0005401c two_first_chars_equal 1005501c libvcruntime:strstr.obj - 0001:0005401f compare_loop 1005501f libvcruntime:strstr.obj - 0001:00054042 strchr_call 10055042 libvcruntime:strstr.obj - 0001:0005404e match 1005504e libvcruntime:strstr.obj - 0001:00054055 empty_str2 10055055 libvcruntime:strstr.obj - 0001:00054060 $$000000 10055060 libvcruntime:memchr.obj - 0001:0005407b str_misaligned 1005507b libvcruntime:memchr.obj - 0001:00054091 main_loop_start 10055091 libvcruntime:memchr.obj - 0001:000540a7 return_from_main 100550a7 libvcruntime:memchr.obj - 0001:000540a8 tail_less_then_4 100550a8 libvcruntime:memchr.obj - 0001:000540ad tail_loop 100550ad libvcruntime:memchr.obj - 0001:000540bb retnull 100550bb libvcruntime:memchr.obj - 0001:000540bd main_loop 100550bd libvcruntime:memchr.obj - 0001:000540c2 main_loop_entry 100550c2 libvcruntime:memchr.obj - 0001:000540dd char_is_found 100550dd libvcruntime:memchr.obj - 0001:000540f5 byte_3 100550f5 libvcruntime:memchr.obj - 0001:000540f6 found 100550f6 libvcruntime:memchr.obj - 0001:000540fb byte_2 100550fb libvcruntime:memchr.obj - 0001:00054101 byte_1 10055101 libvcruntime:memchr.obj - 0001:00054107 byte_0 10055107 libvcruntime:memchr.obj - 0001:00054280 _ValidateLocalCookies 10055280 f libvcruntime:chandler4.obj - 0001:0005441e ??$BuildCatchObjectHelperInternal@V__FrameHandler3@@@@YAHPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 1005541e f libvcruntime:frame.obj - 0001:0005455c ??$BuildCatchObjectInternal@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 1005555c f libvcruntime:frame.obj - 0001:000545f5 ??$CatchIt@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@PBU_s_HandlerType@@PBU_s_CatchableType@@PBU_s_TryBlockMapEntry@@H1EE@Z 100555f5 f libvcruntime:frame.obj - 0001:00054675 ??$FindHandler@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@EH1@Z 10055675 f libvcruntime:frame.obj - 0001:00054a1a ??$FindHandlerForForeignException@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@HH1@Z 10055a1a f libvcruntime:frame.obj - 0001:00054ce9 ?CallCatchBlock@@YAPAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PBU_s_FuncInfo@@PAXHK@Z 10055ce9 f libvcruntime:frame.obj - 0001:00054eb8 ?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 10055eb8 f libvcruntime:frame.obj - 0001:00054ed8 __catch$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z$0 10055ed8 f libvcruntime:frame.obj - 0001:00054ef7 ?ExFilterRethrow@@YAHPAU_EXCEPTION_POINTERS@@@Z 10055ef7 f libvcruntime:frame.obj - 0001:00055041 ?IsInExceptionSpec@@YAEPAUEHExceptionRecord@@PBU_s_ESTypeList@@@Z 10056041 f libvcruntime:frame.obj - 0001:00055110 $$000000 10056110 libvcruntime:lowhelpr.obj - 0001:0005514f _NLG_Continue 1005614f libvcruntime:lowhelpr.obj - 0001:00055350 ??$get_encoding@M@@YA?A_P_K@Z 10056350 f libvcruntime:undname.obj - 0001:000553b0 ??$get_encoding@N@@YA?A_P_K@Z 100563b0 f libvcruntime:undname.obj - 0001:000556e5 ??1TrackRecursion@?1??getDecoratedName@UnDecorator@@CA?AVDName@@XZ@QAE@XZ 100566e5 f libvcruntime:undname.obj - 0001:00057321 $LN197 10058321 libvcruntime:undname.obj - 0001:00057345 $LN196 10058345 libvcruntime:undname.obj - 0001:00057359 $LN198 10058359 libvcruntime:undname.obj - 0001:0005825d $LN40 1005925d libvcruntime:undname.obj - 0001:000593f4 $LN400 1005a3f4 libvcruntime:undname.obj - 0001:00059400 $LN399 1005a400 libvcruntime:undname.obj - 0001:00059418 $LN402 1005a418 libvcruntime:undname.obj - 0001:00059434 $LN401 1005a434 libvcruntime:undname.obj - 0001:0005944c $LN404 1005a44c libvcruntime:undname.obj - 0001:0005945c $LN403 1005a45c libvcruntime:undname.obj - 0001:0005a9c8 $LN88 1005b9c8 libvcruntime:undname.obj - 0001:0005a9e8 $LN87 1005b9e8 libvcruntime:undname.obj - 0001:0005ae6f $LN145 1005be6f libvcruntime:undname.obj - 0001:0005b7d6 ?und_memcpy@@YAXPADPBDI@Z 1005c7d6 f libvcruntime:undname.obj - 0001:0005b7f7 ?und_strncmp@@YAIPBD0I@Z 1005c7f7 f libvcruntime:undname.obj - 0001:0005b8f0 $$000000 1005c8f0 libvcruntime:strchr.obj - 0001:0005b923 strchr_sse_loop 1005c923 libvcruntime:strchr.obj - 0001:0005b947 strchr_sse_break 1005c947 libvcruntime:strchr.obj - 0001:0005b958 strchr_no_sse2 1005c958 libvcruntime:strchr.obj - 0001:0005b970 str_misaligned 1005c970 libvcruntime:strchr.obj - 0001:0005b985 main_loop_start 1005c985 libvcruntime:strchr.obj - 0001:0005b990 main_loop 1005c990 libvcruntime:strchr.obj - 0001:0005b9cc retnull 1005c9cc libvcruntime:strchr.obj - 0001:0005b9ce retnull_bx 1005c9ce libvcruntime:strchr.obj - 0001:0005b9d2 found_bx 1005c9d2 libvcruntime:strchr.obj - 0001:0005b9d7 chr_is_found 1005c9d7 libvcruntime:strchr.obj - 0001:0005b9ff byte_3 1005c9ff libvcruntime:strchr.obj - 0001:0005ba06 byte_2 1005ca06 libvcruntime:strchr.obj - 0001:0005ba0d byte_1 1005ca0d libvcruntime:strchr.obj - 0001:0005ba14 byte_0 1005ca14 libvcruntime:strchr.obj - 0001:0005ba1b ?try_get_function@@YAPAXW4function_id@?A0x14174aea@@QBDQBW4module_id@2@2@Z 1005ca1b f libvcruntime:winapi_downlevel.obj - 0001:0005babb ?try_load_library_from_system_directory@@YAPAUHINSTANCE__@@QB_W@Z 1005cabb f libvcruntime:winapi_downlevel.obj - 0001:0005bc40 $$000000 1005cc40 libvcruntime:exsup4.obj - 0001:0005bc72 _lu_top 1005cc72 libvcruntime:exsup4.obj - 0001:0005bcd1 _lu_done 1005ccd1 libvcruntime:exsup4.obj - 0001:0005bce0 $$000000 1005cce0 libvcruntime:exsup4.obj - 0001:0005bce0 __unwind_handler4 1005cce0 f libvcruntime:exsup4.obj - 0001:0005bd30 $$000000 1005cd30 libvcruntime:exsup4.obj - 0001:0005bd50 $$000000 1005cd50 libvcruntime:exsup4.obj - 0001:0005bd70 $$000000 1005cd70 libvcruntime:exsup4.obj - 0001:0005bd85 ReturnPoint 1005cd85 libvcruntime:exsup4.obj - 0001:0005bd90 $$000000 1005cd90 libvcruntime:exsup4.obj - 0001:0005bdf0 $$000000 1005cdf0 libvcruntime:exsup.obj - 0001:0005be00 $$000000 1005ce00 libvcruntime:exsup.obj - 0001:0005be0b __NLG_Go 1005ce0b libvcruntime:exsup.obj - 0001:0005be20 $$000000 1005ce20 libvcruntime:exsup.obj - 0001:0005c3b7 ?_fclose_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005d3b7 f libucrt:fclose.obj - 0001:0005c44e ?_fclose_nolock_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005d44e f libucrt:fclose.obj - 0001:0005c50c ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1005d50c f libucrt:fflush.obj - 0001:0005c598 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1005d598 f libucrt:fflush.obj - 0001:0005c644 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1005d644 f libucrt:fflush.obj - 0001:0005c6a4 ?common_flush_all@@YAH_N@Z 1005d6a4 f libucrt:fflush.obj - 0001:0005c6f1 ?common_flush_all_should_try_to_flush_stream@@YA_NV__crt_stdio_stream@@QAH@Z 1005d6f1 f libucrt:fflush.obj - 0001:0005c722 ?is_stream_flushable_or_commitable@@YA_NJ@Z 1005d722 f libucrt:fflush.obj - 0001:0005ca1f ?_fputc_internal@@YAHHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005da1f f libucrt:fputc.obj - 0001:0005ce47 _memcpy_s 1005de47 f libucrt:cfout.obj - 0001:0005ce47 _memcpy_s 1005de47 f libucrt:strtod.obj - 0001:0005ce47 _memcpy_s 1005de47 f libucrt:mbctype.obj - 0001:0005ce47 _memcpy_s 1005de47 f libucrt:fread.obj - 0001:0005cf7d ?common_fseek@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 1005df7d f libucrt:fseek.obj - 0001:0005d027 ?common_fseek_binary_mode_read_only_fast_track_nolock@@YA_NV__crt_stdio_stream@@_JH@Z 1005e027 f libucrt:fseek.obj - 0001:0005d100 ?common_fseek_nolock@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 1005e100 f libucrt:fseek.obj - 0001:0005d260 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@I@@QAEI$$QAV@@AAV@@$$QAV@@@Z 1005e260 f libucrt:fwrite.obj - 0001:0005d2bb ??R@@QBEIXZ 1005e2bb f libucrt:fwrite.obj - 0001:0005d55f ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1005e55f f libucrt:setvbuf.obj - 0001:0005d5ba ??R@@QBE@XZ 1005e5ba f libucrt:setvbuf.obj - 0001:0005d65a ?_setvbuf_internal@@YAHQAU_iobuf@@QADHIAAV__crt_cached_ptd_host@@@Z 1005e65a f libucrt:setvbuf.obj - 0001:0005d6f0 ?set_buffer@@YAHV__crt_stdio_stream@@QADIH@Z 1005e6f0 f libucrt:setvbuf.obj - 0001:0005db95 ??$common_vsprintf@Vformat_validation_base@__crt_stdio_output@@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 1005eb95 f libucrt:output.obj - 0001:0005dd09 ??$common_vsprintf@Vstandard_base@__crt_stdio_output@@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 1005ed09 f libucrt:output.obj - 0001:0005de7d ??$common_vsprintf_s@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 1005ee7d f libucrt:output.obj - 0001:0005ef2e $LN140 1005ff2e libucrt:output.obj - 0001:0005f204 $LN130 10060204 libucrt:output.obj - 0001:0005f710 $LN18 10060710 libucrt:output.obj - 0001:0005f724 $LN17 10060724 libucrt:output.obj - 0001:00060b90 ??$common_strtod_l@MD@@YAMQBDQAPADQAU__crt_locale_pointers@@@Z 10061b90 f libucrt:strtod.obj - 0001:0006146c $LN32 1006246c libucrt:strtod.obj - 0001:00063db0 $$000000 10064db0 libucrt:strcspn.obj - 0001:00063e00 $$000000 10064e00 libucrt:strncmp.obj - 0001:00063e78 ??$common_localtime_s@_J@@YAHQAUtm@@QB_J@Z 10064e78 f libucrt:localtime.obj - 0001:000646a0 $$000000 100656a0 libucrt:sqrt_sse2_precise.obj - 0001:000647a0 $$000000 100657a0 libucrt:ceil_pentium4.obj - 0001:00064ad0 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10065ad0 f libucrt:per_thread_data.obj - 0001:00064b22 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10065b22 f libucrt:per_thread_data.obj - 0001:00064b8d ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10065b8d f libucrt:per_thread_data.obj - 0001:00064be2 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10065be2 f libucrt:per_thread_data.obj - 0001:00064c3c ?construct_ptd@@YAXQAU__acrt_ptd@@QAPAU__crt_locale_data@@@Z 10065c3c f libucrt:per_thread_data.obj - 0001:00064cd5 ?destroy_fls@@YGXPAX@Z 10065cd5 f libucrt:per_thread_data.obj - 0001:00064cf6 ?destroy_ptd@@YAXQAU__acrt_ptd@@@Z 10065cf6 f libucrt:per_thread_data.obj - 0001:00064dc3 ?replace_current_thread_locale_nolock@@YAXQAU__acrt_ptd@@QAU__crt_locale_data@@@Z 10065dc3 f libucrt:per_thread_data.obj - 0001:00065125 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10066125 f libucrt:wsetlocale.obj - 0001:00065172 ??$?RV@@AAV@@AAV@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@AAV@@@Z 10066172 f libucrt:wsetlocale.obj - 0001:000651b7 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100661b7 f libucrt:wsetlocale.obj - 0001:0006529f ??R@@QBE@XZ 1006629f f libucrt:wsetlocale.obj - 0001:00065309 ??R@@QBE@XZ 10066309 f libucrt:wsetlocale.obj - 0001:000656bf __copytlocinfo_nolock 100666bf f libucrt:wsetlocale.obj - 0001:000656ee __expandlocale 100666ee f libucrt:wsetlocale.obj - 0001:00065b78 __wsetlocale_get_all 10066b78 f libucrt:wsetlocale.obj - 0001:00065d13 __wsetlocale_nolock 10066d13 f libucrt:wsetlocale.obj - 0001:00066003 __wsetlocale_set_cat 10067003 f libucrt:wsetlocale.obj - 0001:000663c3 _get_default_code_page 100673c3 f libucrt:wsetlocale.obj - 0001:000663f2 _parse_bcp47 100673f2 f libucrt:wsetlocale.obj - 0001:000665cc _parse_bcp47_code_page 100675cc f libucrt:wsetlocale.obj - 0001:0006660b _parse_bcp47_language 1006760b f libucrt:wsetlocale.obj - 0001:0006667d _parse_bcp47_region 1006767d f libucrt:wsetlocale.obj - 0001:0006673b _parse_bcp47_script 1006773b f libucrt:wsetlocale.obj - 0001:000667ab _string_is_alpha 100677ab f libucrt:wsetlocale.obj - 0001:00066881 ?@@@CG@PA_W@Z 10067881 f libucrt:winapi_thunks.obj - 0001:0006688e ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1006788e f libucrt:winapi_thunks.obj - 0001:00066929 ??R@@QBE@PA_W@Z 10067929 f libucrt:winapi_thunks.obj - 0001:0006695c ?try_get_AreFileApisANSI@@YAP6GHXZXZ 1006795c f libucrt:winapi_thunks.obj - 0001:00066976 ?try_get_CompareStringEx@@YAP6GHPB_WK0H0HPAU_nlsversioninfo@@PAXJ@ZXZ 10067976 f libucrt:winapi_thunks.obj - 0001:00066990 ?try_get_EnumSystemLocalesEx@@YAP6GHP6GHPA_WKJ@ZKJPAX@ZXZ 10067990 f libucrt:winapi_thunks.obj - 0001:000669aa ?try_get_GetDateFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH0@ZXZ 100679aa f libucrt:winapi_thunks.obj - 0001:000669c4 ?try_get_GetLocaleInfoEx@@YAP6GHPB_WKPA_WH@ZXZ 100679c4 f libucrt:winapi_thunks.obj - 0001:000669de ?try_get_GetTimeFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH@ZXZ 100679de f libucrt:winapi_thunks.obj - 0001:000669f8 ?try_get_GetUserDefaultLocaleName@@YAP6GHPA_WH@ZXZ 100679f8 f libucrt:winapi_thunks.obj - 0001:00066a12 ?try_get_IsValidLocaleName@@YAP6GHPB_W@ZXZ 10067a12 f libucrt:winapi_thunks.obj - 0001:00066a2c ?try_get_LCIDToLocaleName@@YAP6GHKPA_WHK@ZXZ 10067a2c f libucrt:winapi_thunks.obj - 0001:00066a46 ?try_get_LCMapStringEx@@YAP6GHPB_WK0HPA_WHPAU_nlsversioninfo@@PAXJ@ZXZ 10067a46 f libucrt:winapi_thunks.obj - 0001:00066a60 ?try_get_LocaleNameToLCID@@YAP6GKPB_WK@ZXZ 10067a60 f libucrt:winapi_thunks.obj - 0001:00066a7a ?try_get_first_available_module@@YAPAUHINSTANCE__@@QBW4module_id@?A0x391cf84c@@0@Z 10067a7a f libucrt:winapi_thunks.obj - 0001:00066b45 ?try_get_function@@YAPAXW4function_id@?A0x391cf84c@@QBDQBW4module_id@2@2@Z 10067b45 f libucrt:winapi_thunks.obj - 0001:000671b7 ?initialize_inherited_file_handles_nolock@@YAXXZ 100681b7 f libucrt:ioinit.obj - 0001:0006726d ?initialize_stdio_handles_nolock@@YAXXZ 1006826d f libucrt:ioinit.obj - 0001:000673d0 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100683d0 f libucrt:close.obj - 0001:00067678 ?find_or_allocate_unused_stream_nolock@@YA?AV__crt_stdio_stream@@XZ 10068678 f libucrt:stream.obj - 0001:000677f1 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100687f1 f libucrt:commit.obj - 0001:00067910 ?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 10068910 f libucrt:write.obj - 0001:00067cd7 ?write_double_translated_unicode_nolock@@YA?AUwrite_result@?A0x17268360@@QBDI@Z 10068cd7 f libucrt:write.obj - 0001:00067d3f ?write_requires_double_translation_nolock@@YA_NHAAV__crt_cached_ptd_host@@@Z 10068d3f f libucrt:write.obj - 0001:00067dbc ?write_text_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 10068dbc f libucrt:write.obj - 0001:00067e97 ?write_text_utf16le_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 10068e97 f libucrt:write.obj - 0001:00067f80 ?write_text_utf8_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 10068f80 f libucrt:write.obj - 0001:00068416 ??$common_refill_and_read_nolock@D@@YAHV__crt_stdio_stream@@@Z 10069416 f libucrt:_filbuf.obj - 0001:000685b0 ??$common_ftell@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 100695b0 f libucrt:ftell.obj - 0001:0006863f ??$common_ftell_nolock@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006963f f libucrt:ftell.obj - 0001:000687e0 ?common_ftell_read_mode_nolock@@YA_JV__crt_stdio_stream@@_J1AAV__crt_cached_ptd_host@@@Z 100697e0 f libucrt:ftell.obj - 0001:000689ab ?common_ftell_translated_utf8_nolock@@YA_JV__crt_stdio_stream@@_JAAV__crt_cached_ptd_host@@@Z 100699ab f libucrt:ftell.obj - 0001:00068b56 ?count_newline_bytes@@YA_JQBD0W4__crt_lowio_text_mode@@@Z 10069b56 f libucrt:ftell.obj - 0001:00068be8 ??$common_flush_and_write_nolock@D@@YAHHV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 10069be8 f libucrt:_flsbuf.obj - 0001:00068cde ??$write_buffer_nolock@D@@YA_NDV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 10069cde f libucrt:_flsbuf.obj - 0001:00068db0 ?stream_is_at_end_of_file_nolock@@YA_NV__crt_stdio_stream@@@Z 10069db0 f libucrt:_flsbuf.obj - 0001:00068e40 ??$translate_text_mode_nolock@D@@YAHHQADI@Z 10069e40 f libucrt:read.obj - 0001:00068f8d ??$translate_text_mode_nolock@_W@@YAHHQA_WI@Z 10069f8d f libucrt:read.obj - 0001:00069147 ?translate_ansi_or_utf8_nolock@@YAHHQADIQA_WI@Z 1006a147 f libucrt:read.obj - 0001:0006929e ?translate_utf16_from_console_nolock@@YAHHQA_WI@Z 1006a29e f libucrt:read.obj - 0001:000697c0 ??$common_lseek@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 1006a7c0 f libucrt:lseek.obj - 0001:000698e5 ??$common_lseek_nolock@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 1006a8e5 f libucrt:lseek.obj - 0001:00069bf5 ?filter_mbtowcs_flags@@YAKIK@Z 1006abf5 f libucrt:multibytetowidechar.obj - 0001:0006a0d4 ?fe_to_nearest@@YA_NQBN_KF@Z 1006b0d4 f libucrt:cvt.obj - 0001:0006a177 ?fp_format_a@@YAHQBNPADIQADIH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006b177 f libucrt:cvt.obj - 0001:0006a4a4 ?fp_format_e@@YAHQBNQADI1IH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006b4a4 f libucrt:cvt.obj - 0001:0006a548 ?fp_format_e_internal@@YAHQADIH_NIQAU_strflt@@1AAV__crt_cached_ptd_host@@@Z 1006b548 f libucrt:cvt.obj - 0001:0006a69b ?fp_format_f@@YAHQBNQADI1IHW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006b69b f libucrt:cvt.obj - 0001:0006a731 ?fp_format_f_internal@@YAHQADIHQAU_strflt@@_NAAV__crt_cached_ptd_host@@@Z 1006b731 f libucrt:cvt.obj - 0001:0006a81f ?fp_format_g@@YAHQBNQADI1IH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006b81f f libucrt:cvt.obj - 0001:0006a8ee ?fp_format_nan_or_infinity@@YAHW4__acrt_fp_class@@_NPADI1@Z 1006b8ee f libucrt:cvt.obj - 0001:0006a983 ?shift_bytes@@YAXQADI0H@Z 1006b983 f libucrt:cvt.obj - 0001:0006a9b7 ?should_round_up@@YA_NQBN_KFW4__acrt_rounding_mode@@@Z 1006b9b7 f libucrt:cvt.obj - 0001:0006b86a ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1006c86a f libucrt:exit.obj - 0001:0006b8d2 ??R@@QBE@XZ 1006c8d2 f libucrt:exit.obj - 0001:0006b9ba ?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 1006c9ba f libucrt:exit.obj - 0001:0006ba51 ?exit_or_terminate_process@@YAXI@Z 1006ca51 f libucrt:exit.obj - 0001:0006ba82 ?is_managed_app@@YA_NXZ 1006ca82 f libucrt:exit.obj - 0001:0006bac4 ?should_call_terminate_process@@YA_NXZ 1006cac4 f libucrt:exit.obj - 0001:0006badd ?try_cor_exit_process@@YAXI@Z 1006cadd f libucrt:exit.obj - 0001:0006bb9a ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@P6AXH@Z@@QAEP6AXH@Z$$QAV@@AAV@@$$QAV@@@Z 1006cb9a f libucrt:signal.obj - 0001:0006bc02 ?get_global_action_nolock@@YAPAP6AXH@ZH@Z 1006cc02 f libucrt:signal.obj - 0001:0006bc44 ?siglookup@@YAPAU__crt_signal_action_t@@HQAU1@@Z 1006cc44 f libucrt:signal.obj - 0001:0006c15c ??$common_gmtime_s@_J@@YAHQAUtm@@QB_J@Z 1006d15c f libucrt:gmtime.obj - 0001:0006c2a6 ?compute_year@@YAHAA_JAA_N@Z 1006d2a6 f libucrt:gmtime.obj - 0001:0006c36a ?_isindst_nolock@@YAHQAUtm@@@Z 1006d36a f libucrt:tzset.obj - 0001:0006c584 ?cvtdate@@YAXW4transition_type@?A0x7639d0b4@@W4date_type@2@HHHHHHHHH@Z 1006d584 f libucrt:tzset.obj - 0001:0006c6c7 ?get_tz_environment_variable@@YAPA_WAAY0BAA@_W@Z 1006d6c7 f libucrt:tzset.obj - 0001:0006c73e ?tzset_env_copy_to_tzname@@YAXQB_WQA_WQADI@Z 1006d73e f libucrt:tzset.obj - 0001:0006c785 ?tzset_from_environment_nolock@@YAXPA_W@Z 1006d785 f libucrt:tzset.obj - 0001:0006ca17 ?tzset_from_system_nolock@@YAXXZ 1006da17 f libucrt:tzset.obj - 0001:0006cb71 ?tzset_nolock@@YAXXZ 1006db71 f libucrt:tzset.obj - 0001:0006cbe7 ?tzset_os_copy_to_tzname@@YAXQB_WQA_WQADI@Z 1006dbe7 f libucrt:tzset.obj - 0001:0006ccda ?filter_wcstomb_flags@@YAKIK@Z 1006dcda f libucrt:widechartomultibyte.obj - 0001:0006cddf ?compute_iso_week@@YAHHHH@Z 1006dddf f libucrt:wcsftime.obj - 0001:0006ce28 ?compute_iso_week_internal@@YAHHHH@Z 1006de28 f libucrt:wcsftime.obj - 0001:0006cebd ?compute_iso_year@@YAHHHH@Z 1006debd f libucrt:wcsftime.obj - 0001:0006cee8 ?expand_time@@YA_NPAU__crt_locale_pointers@@_WPBUtm@@PAPA_WPAIPBU__crt_lc_time_data@@_N@Z 1006dee8 f libucrt:wcsftime.obj - 0001:0006d89c $LN191 1006e89c libucrt:wcsftime.obj - 0001:0006d8bc ?store_number@@YAXHHQAPA_WQAI_W@Z 1006e8bc f libucrt:wcsftime.obj - 0001:0006d950 ?store_number_without_lead_zeroes@@YAXHQAPA_WQAI@Z 1006e950 f libucrt:wcsftime.obj - 0001:0006d9ca ?store_string@@YAXPB_WQAPA_WQAI@Z 1006e9ca f libucrt:wcsftime.obj - 0001:0006d9fd ?store_winword@@YA_NQAU__crt_locale_pointers@@HQBUtm@@QAPA_WQAIQBU__crt_lc_time_data@@@Z 1006e9fd f libucrt:wcsftime.obj - 0001:0006e725 ?__acrt_LCMapStringA_stat@@YAHPAU__crt_locale_pointers@@PB_WKPBDHPADHHH@Z 1006f725 f libucrt:lcmapstringa.obj - 0001:0006eb60 $$000000 1006fb60 libucrt:sqrt.obj - 0001:0006ec40 $$000000 1006fc40 libucrt:_strnicm.obj - 0001:0006f03b ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1007003b f libucrt:mbctype.obj - 0001:0006f088 ??R@@QBE@XZ 10070088 f libucrt:mbctype.obj - 0001:0006f10b ?CPtoLocaleName@@YAPB_WH@Z 1007010b f libucrt:mbctype.obj - 0001:0006f149 ?getSystemCP@@YAHH@Z 10070149 f libucrt:mbctype.obj - 0001:0006f1ba ?setSBCS@@YAXPAU__crt_multibyte_data@@@Z 100701ba f libucrt:mbctype.obj - 0001:0006f21d ?setSBUpLow@@YAXPAU__crt_multibyte_data@@@Z 1007021d f libucrt:mbctype.obj - 0001:0006f3c2 ?setmbcp_internal@@YAHH_NQAU__acrt_ptd@@QAPAU__crt_multibyte_data@@@Z 100703c2 f libucrt:mbctype.obj - 0001:0006f517 ?update_thread_multibyte_data_internal@@YAPAU__crt_multibyte_data@@QAU__acrt_ptd@@QAPAU1@@Z 10070517 f libucrt:mbctype.obj - 0001:00070530 ?free_crt_array_internal@@YAXQAPBXI@Z 10071530 f libucrt:inittime.obj - 0001:00070555 ?initialize_lc_time@@YA_NQAU__crt_lc_time_data@@QAU__crt_locale_data@@@Z 10071555 f libucrt:inittime.obj - 0001:00070a03 ??$common_tcsncat_s@_W@@YAHQA_WIQB_WI@Z 10071a03 f libucrt:wcsncat_s.obj - 0001:00070af6 ??$common_tcsncpy_s@_W@@YAHQA_WIQB_WI@Z 10071af6 f libucrt:wcsncpy_s.obj - 0001:00070d77 _GetLocaleNameFromDefault 10071d77 f libucrt:get_qualified_locale.obj - 0001:00070dfe _GetLocaleNameFromLangCountry 10071dfe f libucrt:get_qualified_locale.obj - 0001:00070e97 _GetLocaleNameFromLanguage 10071e97 f libucrt:get_qualified_locale.obj - 0001:00070ef0 _GetPrimaryLen 10071ef0 f libucrt:get_qualified_locale.obj - 0001:00070f24 _LangCountryEnumProcEx@12 10071f24 f libucrt:get_qualified_locale.obj - 0001:00071205 _LanguageEnumProcEx@12 10072205 f libucrt:get_qualified_locale.obj - 0001:000712c4 _ProcessCodePage 100722c4 f libucrt:get_qualified_locale.obj - 0001:000713b4 _TestDefaultCountry 100723b4 f libucrt:get_qualified_locale.obj - 0001:00071401 _TranslateName 10072401 f libucrt:get_qualified_locale.obj - 0001:00071673 _CountryEnumProc@4 10072673 f libucrt:getqloc_downlevel.obj - 0001:0007171a _GetLcidFromCountry 1007271a f libucrt:getqloc_downlevel.obj - 0001:00071765 _GetLcidFromLangCountry 10072765 f libucrt:getqloc_downlevel.obj - 0001:00071800 _GetLcidFromLanguage 10072800 f libucrt:getqloc_downlevel.obj - 0001:0007185f _GetPrimaryLen 1007285f f libucrt:getqloc_downlevel.obj - 0001:0007188b _LangCountryEnumProc@4 1007288b f libucrt:getqloc_downlevel.obj - 0001:00071ade _LanguageEnumProc@4 10072ade f libucrt:getqloc_downlevel.obj - 0001:00071bb3 _LcidFromHexString 10072bb3 f libucrt:getqloc_downlevel.obj - 0001:00071c07 _ProcessCodePage 10072c07 f libucrt:getqloc_downlevel.obj - 0001:00071ce8 _TestDefaultCountry 10072ce8 f libucrt:getqloc_downlevel.obj - 0001:00071d0d _TestDefaultLanguage 10072d0d f libucrt:getqloc_downlevel.obj - 0001:00071d82 _TranslateName 10072d82 f libucrt:getqloc_downlevel.obj - 0001:00072087 ?GetTableIndexFromLocaleName@@YAHPB_W@Z 10073087 f libucrt:lcidtoname_downlevel.obj - 0001:00072657 ??R@@QBEIPBD@Z 10073657 f libucrt:mbrtowc.obj - 0001:00072800 ?check_trailing@@YA_NPBDW4__acrt_has_trailing_digits@@@Z 10073800 f libucrt:_fptostr.obj - 0001:00072823 ?should_round_up@@YA_NQBD0HW4__acrt_has_trailing_digits@@W4__acrt_rounding_mode@@@Z 10073823 f libucrt:_fptostr.obj - 0001:000740fe ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100750fe f libucrt:onexit.obj - 0001:00074159 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 10075159 f libucrt:onexit.obj - 0001:000741b4 ??R@@QBE@XZ 100751b4 f libucrt:onexit.obj - 0001:000742b6 ??R@@QBE@XZ 100752b6 f libucrt:onexit.obj - 0001:0007447e ?to_abstract_control@@YA?AW4__acrt_fenv_abstract_control@@W4__acrt_fenv_machine_sse_control@@@Z 1007547e f libucrt:_fenvutils.obj - 0001:0007452e ?to_abstract_control@@YA?AW4__acrt_fenv_abstract_control@@W4__acrt_fenv_machine_x87_control@@@Z 1007552e f libucrt:_fenvutils.obj - 0001:000745db ?to_machine_sse_control@@YA?AW4__acrt_fenv_machine_sse_control@@W4__acrt_fenv_abstract_control@@@Z 100755db f libucrt:_fenvutils.obj - 0001:00074691 ?to_machine_x87_control@@YA?AW4__acrt_fenv_machine_x87_control@@W4__acrt_fenv_abstract_control@@@Z 10075691 f libucrt:_fenvutils.obj - 0001:00074a0a ??$common_getenv_nolock@_W@@YAPA_WQB_W@Z 10075a0a f libucrt:getenv.obj - 0001:00074a8e ??$common_getenv_s@_W@@YAHQAIQA_WIQB_W@Z 10075a8e f libucrt:getenv.obj - 0001:00074aed ??$common_getenv_s_nolock@_W@@YAHQAIQA_WIQB_W@Z 10075aed f libucrt:getenv.obj - 0001:00074d40 $$000000 10075d40 libucrt:common.obj - 0001:00074ed0 $$000000 10075ed0 libucrt:sqrt_impl.obj - 0001:00074f95 ?initialize_multibyte@@YAHXZ 10075f95 f libucrt:multibyte_initializer.obj - 0001:00074fa4 ?InternalGetLocaleInfoA@@YAHQAU__crt_locale_pointers@@QB_WKQADH@Z 10075fa4 f libucrt:getlocaleinfoa.obj - 0001:00075233 ??$common_xtox@K_W@@YAHKQA_WII_N@Z 10076233 f libucrt:xtoa.obj - 0001:000752ef ??$common_xtox_s@K_W@@YAHKQA_WII_N@Z 100762ef f libucrt:xtoa.obj - 0001:000756b9 ?__dcrt_lowio_initialize_console_output@@YAXXZ 100766b9 f libucrt:initcon.obj - 0001:00075880 $$000000 10076880 libucrt:log10_impl.obj - 0001:00075b60 ??$common_get_or_create_environment_nolock@_W@@YAPAPA_WXZ 10076b60 f libucrt:environment_initialization.obj - 0001:00075b8c ??$common_initialize_environment_nolock@D@@YAHXZ 10076b8c f libucrt:environment_initialization.obj - 0001:00075be6 ??$common_initialize_environment_nolock@_W@@YAHXZ 10076be6 f libucrt:environment_initialization.obj - 0001:00075c3b ??$create_environment@D@@YAQAPADQAD@Z 10076c3b f libucrt:environment_initialization.obj - 0001:00075d1d ??$create_environment@_W@@YAQAPA_WQA_W@Z 10076d1d f libucrt:environment_initialization.obj - 0001:00075e3b ??$free_environment@D@@YAXQAPAD@Z 10076e3b f libucrt:environment_initialization.obj - 0001:00075e3b ??$free_environment@_W@@YAXQAPA_W@Z 10076e3b f libucrt:environment_initialization.obj - 0001:00075e6a ??$initialize_environment_by_cloning_nolock@_W@@YAHXZ 10076e6a f libucrt:environment_initialization.obj - 0001:00075eeb ??$uninitialize_environment_internal@D@@YAXAAPAPAD@Z 10076eeb f libucrt:environment_initialization.obj - 0001:00075f06 ??$uninitialize_environment_internal@_W@@YAXAAPAPA_W@Z 10076f06 f libucrt:environment_initialization.obj - 0001:00076050 $$000000 10077050 libucrt:genexcep.obj - 0001:000760b0 $$000000 100770b0 libucrt:87disp.obj - 0001:00076304 ??$common_tcsncpy_s@D@@YAHQADIQBDI@Z 10077304 f libucrt:strncpy_s.obj - 0001:000763c6 ___hw_cw_sse2 100773c6 f libucrt:ieee87.obj - 0001:0007684c __hw_cw 1007784c f libucrt:ieee87.obj - 0001:000768f0 $$000000 100778f0 libucrt:log10_pentium4.obj - 0001:00076b80 $$000000 10077b80 libucrt:87tran.obj - 0001:00076e87 ?find_end_of_double_null_terminated_sequence@@YAPB_WQB_W@Z 10077e87 f libucrt:get_environment_from_os.obj - 0001:00076fac ??$common_set_variable_in_environment_nolock@_W@@YAHQA_WH@Z 10077fac f libucrt:setenv.obj - 0001:00077237 ??$copy_environment@_W@@YAPAPA_WQAPA_W@Z 10078237 f libucrt:setenv.obj - 0001:000772f5 ??$ensure_current_environment_is_not_initial_environment_nolock@_W@@YAXXZ 100782f5 f libucrt:setenv.obj - 0001:0007730f ??$find_in_environment_nolock@_W@@YAHQB_WI@Z 1007830f f libucrt:setenv.obj - 0001:00077653 ?_mbstowcs_internal@@YAHPAIPA_WIPBDIAAV__crt_cached_ptd_host@@@Z 10078653 f libucrt:mbstowcs.obj - 0001:0007772f ?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 1007872f f libucrt:mbstowcs.obj - 0001:00077fdb _tidy_global 10078fdb f libcpmt:locale0.obj - 0001:000784ba ??$_Xfiopen@D@?A0x6dc13635@@YAPAU_iobuf@@PBDHH@Z 100794ba f libcpmt:fiopen.obj - 0001:0007855a ?swfun@std@@YAXAAVios_base@1@_J@Z 1007955a f libcpmt:iomanip.obj - 0001:00078810 ?initialize_pointers@@YAHXZ 10079810 f libcpmt:winapisupp.obj - 0001:000788ed ?find_pe_section@@YAPAU_IMAGE_SECTION_HEADER@@QAEI@Z 100798ed f LIBCMT:utility.obj - 0001:00078c50 $$000000 10079c50 LIBCMT:llshl.obj - 0001:00078c60 MORE32 10079c60 LIBCMT:llshl.obj - 0001:00078c6a RETZERO 10079c6a LIBCMT:llshl.obj - 0001:00078c70 $$000000 10079c70 LIBCMT:ullshr.obj - 0001:00078c80 MORE32 10079c80 LIBCMT:ullshr.obj - 0001:00078c8a RETZERO 10079c8a LIBCMT:ullshr.obj - 0001:00078d70 $$000000 10079d70 LIBCMT:lldiv.obj - 0001:00078d91 L1 10079d91 LIBCMT:lldiv.obj - 0001:00078dad L2 10079dad LIBCMT:lldiv.obj - 0001:00078dc9 L3 10079dc9 LIBCMT:lldiv.obj - 0001:00078dd7 L5 10079dd7 LIBCMT:lldiv.obj - 0001:00078e05 L6 10079e05 LIBCMT:lldiv.obj - 0001:00078e06 L7 10079e06 LIBCMT:lldiv.obj - 0001:00078e0a L4 10079e0a LIBCMT:lldiv.obj - 0001:00078e14 L8 10079e14 LIBCMT:lldiv.obj - 0001:00078e20 $$000000 10079e20 LIBCMT:lldvrm.obj - 0001:00078e44 L1 10079e44 LIBCMT:lldvrm.obj - 0001:00078e60 L2 10079e60 LIBCMT:lldvrm.obj - 0001:00078e8c L3 10079e8c LIBCMT:lldvrm.obj - 0001:00078e9a L5 10079e9a LIBCMT:lldvrm.obj - 0001:00078ec8 L6 10079ec8 LIBCMT:lldvrm.obj - 0001:00078ed1 L7 10079ed1 LIBCMT:lldvrm.obj - 0001:00078ed3 L4 10079ed3 LIBCMT:lldvrm.obj - 0001:00078ee5 L9 10079ee5 LIBCMT:lldvrm.obj - 0001:00078ef9 L8 10079ef9 LIBCMT:lldvrm.obj - 0001:00078f00 $$000000 10079f00 LIBCMT:llmul.obj - 0001:00078f19 hard 10079f19 LIBCMT:llmul.obj - 0001:00078f40 $$000000 10079f40 LIBCMT:llrem.obj - 0001:00078f60 L1 10079f60 LIBCMT:llrem.obj - 0001:00078f7b L2 10079f7b LIBCMT:llrem.obj - 0001:00078f9a L3 10079f9a LIBCMT:llrem.obj - 0001:00078fa8 L5 10079fa8 LIBCMT:llrem.obj - 0001:00078fd3 L6 10079fd3 LIBCMT:llrem.obj - 0001:00078fdb L7 10079fdb LIBCMT:llrem.obj - 0001:00078fe6 L4 10079fe6 LIBCMT:llrem.obj - 0001:00078fed L8 10079fed LIBCMT:llrem.obj - 0001:00079010 $$000000 1007a010 LIBCMT:ftol3.obj - 0001:0007902f _ftol3_default 1007a02f LIBCMT:ftol3.obj - 0001:00079043 _ftol3_notsafe 1007a043 LIBCMT:ftol3.obj - 0001:00079063 _ftol3_mincheck 1007a063 LIBCMT:ftol3.obj - 0001:00079069 _ftol3_NaN 1007a069 LIBCMT:ftol3.obj - 0001:00079071 _ftol3_retmin 1007a071 LIBCMT:ftol3.obj - 0001:00079080 $$000000 1007a080 LIBCMT:ftol3.obj - 0001:0007909e _dtoul3_default 1007a09e LIBCMT:ftol3.obj - 0001:000790c9 _dtoul3_notsafe 1007a0c9 LIBCMT:ftol3.obj - 0001:000790f2 _dtoul3_exact 1007a0f2 LIBCMT:ftol3.obj - 0001:000790f9 _dtoul3_large 1007a0f9 LIBCMT:ftol3.obj - 0001:00079104 _dtoul3_neg 1007a104 LIBCMT:ftol3.obj - 0001:00079115 _dtoul3_NaN 1007a115 LIBCMT:ftol3.obj - 0001:00079130 $$000000 1007a130 LIBCMT:ftol3.obj - 0001:0007914e _dtoul3l_notsafe 1007a14e LIBCMT:ftol3.obj - 0001:00079160 $$000000 1007a160 LIBCMT:ftol3.obj - 0001:0007917e _dtol3_default 1007a17e LIBCMT:ftol3.obj - 0001:000791a8 _dtol3_getbits 1007a1a8 LIBCMT:ftol3.obj - 0001:000791d1 _dtol3_trunc 1007a1d1 LIBCMT:ftol3.obj - 0001:000791d8 _dtol3_lshift 1007a1d8 LIBCMT:ftol3.obj - 0001:000791de _dtol3_notsafe 1007a1de LIBCMT:ftol3.obj - 0001:000791f7 _dtol3_large 1007a1f7 LIBCMT:ftol3.obj - 0001:000791ff _dtol3_NaN 1007a1ff LIBCMT:ftol3.obj - 0001:00079207 _dtol3_retmin 1007a207 LIBCMT:ftol3.obj - 0001:00079210 $$000000 1007a210 LIBCMT:ftol3.obj - 0001:0007922a _ultod3_default 1007a22a LIBCMT:ftol3.obj - 0001:00079258 _ultod3_uint32 1007a258 LIBCMT:ftol3.obj - 0001:00079260 $$000000 1007a260 LIBCMT:ftol3.obj - 0001:0007927a _ltod3_default 1007a27a LIBCMT:ftol3.obj - 0001:000792a1 _ltod3_lt33 1007a2a1 LIBCMT:ftol3.obj - 0001:000792a2 ?dllmain_crt_dispatch@@YGHQAUHINSTANCE__@@KQAX@Z 1007a2a2 f LIBCMT:dll_dllmain.obj - 0001:000792f5 ?dllmain_crt_process_attach@@YAHQAUHINSTANCE__@@QAX@Z 1007a2f5 f LIBCMT:dll_dllmain.obj - 0001:000793fc ?dllmain_crt_process_detach@@YAH_N@Z 1007a3fc f LIBCMT:dll_dllmain.obj - 0001:000794ac ?dllmain_dispatch@@YAHQAUHINSTANCE__@@KQAX@Z 1007a4ac f LIBCMT:dll_dllmain.obj - 0001:000795b7 ?dllmain_raw@@YGHQAUHINSTANCE__@@KQAX@Z 1007a5b7 f LIBCMT:dll_dllmain.obj - 0001:00079610 $$000000 1007a610 LIBCMT:sehprolg4.obj - 0001:00079b50 $$000000 1007ab50 LIBCMT:ulldvrm.obj - 0001:00079b81 L1 1007ab81 LIBCMT:ulldvrm.obj - 0001:00079b8f L3 1007ab8f LIBCMT:ulldvrm.obj - 0001:00079bbd L4 1007abbd LIBCMT:ulldvrm.obj - 0001:00079bc6 L5 1007abc6 LIBCMT:ulldvrm.obj - 0001:00079bc8 L2 1007abc8 LIBCMT:ulldvrm.obj - 0001:00079d10 $$000000 1007ad10 LIBCMT:ulldiv.obj - 0001:00079d32 L1 1007ad32 LIBCMT:ulldiv.obj - 0001:00079d40 L3 1007ad40 LIBCMT:ulldiv.obj - 0001:00079d6e L4 1007ad6e LIBCMT:ulldiv.obj - 0001:00079d6f L5 1007ad6f LIBCMT:ulldiv.obj - 0001:00079d73 L2 1007ad73 LIBCMT:ulldiv.obj - 0001:00079d80 $$000000 1007ad80 LIBCMT:ullrem.obj - 0001:00079da1 L1 1007ada1 LIBCMT:ullrem.obj - 0001:00079daf L3 1007adaf LIBCMT:ullrem.obj - 0001:00079dda L4 1007adda LIBCMT:ullrem.obj - 0001:00079de2 L5 1007ade2 LIBCMT:ullrem.obj - 0001:00079df1 L2 1007adf1 LIBCMT:ullrem.obj - 0001:0007a000 $$000000 1007b000 LIBCMT:chkstk.obj - 0001:0007a014 cs10 1007b014 LIBCMT:chkstk.obj - 0001:0007a022 cs20 1007b022 LIBCMT:chkstk.obj - 0001:0007a030 $$000000 1007b030 LIBCMT:alloca16.obj - 0001:0007a046 alloca_8 1007b046 LIBCMT:alloca16.obj - 0001:0007a060 $$000000 1007b060 LIBCMT:ftol2.obj - 0001:0007a070 $$000000 1007b070 LIBCMT:ftol2.obj - 0001:0007a081 L3B 1007b081 LIBCMT:ftol2.obj - 0001:0007a0c4 L3F 1007b0c4 LIBCMT:ftol2.obj - 0001:0007a0cc L40 1007b0cc LIBCMT:ftol2.obj - 0001:0007a0df L41 1007b0df LIBCMT:ftol2.obj - 0001:0007a115 ___get_entropy 1007b115 f LIBCMT:gs_support.obj - 0001:0007b83c $LN1250 1007c83c libvcruntime:memcmp.obj - 0001:0007b8c0 $$000000 1007c8c0 libvcruntime:strrchr.obj - 0001:0007b8fd strrchr_sse_loop 1007c8fd libvcruntime:strrchr.obj - 0001:0007b92d strrchr_sse_break 1007c92d libvcruntime:strrchr.obj - 0001:0007b94d strrchr_sttni 1007c94d libvcruntime:strrchr.obj - 0001:0007b95f strrchr_sttni_chars 1007c95f libvcruntime:strrchr.obj - 0001:0007b974 strrchr_sttni_aligned 1007c974 libvcruntime:strrchr.obj - 0001:0007b978 strrchr_sttni_xmm 1007c978 libvcruntime:strrchr.obj - 0001:0007b98b exit 1007c98b libvcruntime:strrchr.obj - 0001:0007b98e strrchr_zero 1007c98e libvcruntime:strrchr.obj - 0001:0007b9b3 strchr_zero_loop 1007c9b3 libvcruntime:strrchr.obj - 0001:0007b9c7 strchr_zero_result 1007c9c7 libvcruntime:strrchr.obj - 0001:0007b9ce strrchr_no_sse 1007c9ce libvcruntime:strrchr.obj - 0001:0007b9f1 returndi 1007c9f1 libvcruntime:strrchr.obj - 0001:0007b9f3 toend 1007c9f3 libvcruntime:strrchr.obj - 0001:0007bafd ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@PAD@@QAEPAD$$QAV@@AAV@@$$QAV@@@Z 1007cafd f libucrt:setlocale.obj - 0001:0007bb58 ??R@@QBEPADXZ 1007cb58 f libucrt:setlocale.obj - 0001:0007bcb7 _call_wsetlocale 1007ccb7 f libucrt:setlocale.obj - 0001:0007bf03 ??$common_fsopen@D@@YAPAU_iobuf@@QBD0H@Z 1007cf03 f libucrt:fopen.obj - 0001:0007bfc5 ??$common_configure_argv@D@@YAHW4_crt_argv_mode@@@Z 1007cfc5 f libucrt:argv_parsing.obj - 0001:0007c102 ??$parse_command_line@D@@YAXPADPAPAD0PAI2@Z 1007d102 f libucrt:argv_parsing.obj - 0001:0007c2d0 _initialize_global_variables 1007d2d0 f libucrt:initialization.obj - 0001:0007c2dd _initialize_c 1007d2dd f libucrt:initialization.obj - 0001:0007c2f7 _uninitialize_environment 1007d2f7 f libucrt:initialization.obj - 0001:0007c2ff _initialize_pointers 1007d2ff f libucrt:initialization.obj - 0001:0007c32d _uninitialize_vcruntime 1007d32d f libucrt:initialization.obj - 0001:0007c336 _uninitialize_allocated_memory 1007d336 f libucrt:initialization.obj - 0001:0007c34d _uninitialize_allocated_io_buffers 1007d34d f libucrt:initialization.obj - 0001:0007c39d ??R@@QBE@AAPAU__crt_multibyte_data@@@Z 1007d39d f libucrt:initialization.obj - 0001:0007c432 ?_wcstombs_internal@@YAHPAIPADIPB_WIAAV__crt_cached_ptd_host@@@Z 1007d432 f libucrt:wcstombs.obj - 0001:0007c507 ?_wcstombs_l_helper@@YAIPADPB_WIAAV__crt_cached_ptd_host@@@Z 1007d507 f libucrt:wcstombs.obj - 0001:0007ca16 ??$common_openfile@D@@YAPAU_iobuf@@QBD0HV__crt_stdio_stream@@@Z 1007da16 f libucrt:openfile.obj - 0001:0007cbb8 ?@@@CAHPBX0@Z 1007dbb8 f libucrt:argv_wildcards.obj - 0001:0007cc96 ??$common_expand_argv_wildcards@D@@YAHQAPADQAPAPAD@Z 1007dc96 f libucrt:argv_wildcards.obj - 0001:0007ce13 ??$copy_and_add_argument_to_buffer@D@@YAHQBD0IAAV?$argument_list@D@?A0x5f5c8891@@@Z 1007de13 f libucrt:argv_wildcards.obj - 0001:0007cec4 ??$expand_argument_wildcards@D@@YAHQAD0AAV?$argument_list@D@?A0x5f5c8891@@@Z 1007dec4 f libucrt:argv_wildcards.obj - 0001:0007d149 ??1?$argument_list@D@?A0x5f5c8891@@QAE@XZ 1007e149 f libucrt:argv_wildcards.obj - 0001:0007d1aa ?expand_if_necessary@?$argument_list@D@?A0x5f5c8891@@AAEHXZ 1007e1aa f libucrt:argv_wildcards.obj - 0001:0007d2dd ?x_ismbbtype_l@@YAHPAU__crt_locale_pointers@@IHH@Z 1007e2dd f libucrt:ismbbyte.obj - 0001:0007d506 ??$common_sopen_dispatch@D@@YAHQBDHHHQAHH@Z 1007e506 f libucrt:open.obj - 0001:0007d5e1 ?configure_text_mode@@YAHHUfile_options@?A0xa9d50aae@@HAAW4__crt_lowio_text_mode@@@Z 1007e5e1 f libucrt:open.obj - 0001:0007d837 ?create_file@@YAPAXQB_WQAU_SECURITY_ATTRIBUTES@@Ufile_options@?A0xa9d50aae@@@Z 1007e837 f libucrt:open.obj - 0001:0007d85c ?decode_open_create_flags@@YAKH@Z 1007e85c f libucrt:open.obj - 0001:0007d8cc ?decode_options@@YA?AUfile_options@?A0xa9d50aae@@HHH@Z 1007e8cc f libucrt:open.obj - 0001:0007da46 ?truncate_ctrl_z_if_present@@YAHH@Z 1007ea46 f libucrt:open.obj - 0001:0007e3a0 $$000000 1007f3a0 libucrt:strpbrk.obj - 0001:0007e8e0 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$0 1007f8e0 f logging.cpp.obj - 0001:0007e8e0 __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 1007f8e0 f main.cpp.obj - 0001:0007e8e8 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$2 1007f8e8 f logging.cpp.obj - 0001:0007e8e8 __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 1007f8e8 f main.cpp.obj - 0001:0007e8f7 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$1 1007f8f7 f logging.cpp.obj - 0001:0007e8f7 __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 1007f8f7 f main.cpp.obj - 0001:0007e904 __ehhandler$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 1007f904 f logging.cpp.obj - 0001:0007e904 __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 1007f904 f main.cpp.obj - 0001:0007e930 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$0 1007f930 f logging.cpp.obj - 0001:0007e938 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$2 1007f938 f logging.cpp.obj - 0001:0007e947 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$1 1007f947 f logging.cpp.obj - 0001:0007e954 __ehhandler$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 1007f954 f logging.cpp.obj - 0001:0007e980 __unwindfunclet$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z$0 1007f980 f logging.cpp.obj - 0001:0007e99c __unwindfunclet$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z$2 1007f99c f logging.cpp.obj - 0001:0007e9a9 __ehhandler$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 1007f9a9 f logging.cpp.obj - 0001:0007e9d0 __ehhandler$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 1007f9d0 f logging.cpp.obj - 0001:0007e9f0 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$0 1007f9f0 f logging.cpp.obj - 0001:0007e9f8 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$1 1007f9f8 f logging.cpp.obj - 0001:0007ea03 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$2 1007fa03 f logging.cpp.obj - 0001:0007ea0e __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$3 1007fa0e f logging.cpp.obj - 0001:0007ea19 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$4 1007fa19 f logging.cpp.obj - 0001:0007ea24 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$5 1007fa24 f logging.cpp.obj - 0001:0007ea2f __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$6 1007fa2f f logging.cpp.obj - 0001:0007ea3f __ehhandler$??0_Locinfo@std@@QAE@PBD@Z 1007fa3f f logging.cpp.obj - 0001:0007ea60 __unwindfunclet$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$5 1007fa60 f logging.cpp.obj - 0001:0007ea68 __unwindfunclet$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$6 1007fa68 f logging.cpp.obj - 0001:0007ea75 __ehhandler$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 1007fa75 f logging.cpp.obj - 0001:0007eaa0 __unwindfunclet$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z$1 1007faa0 f logging.cpp.obj - 0001:0007eaa0 __unwindfunclet$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z$0 1007faa0 f main.cpp.obj - 0001:0007eaa0 __unwindfunclet$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z$0 1007faa0 f spellcast.cpp.obj - 0001:0007eaad __ehhandler$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 1007faad f logging.cpp.obj - 0001:0007eaad __ehhandler$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 1007faad f main.cpp.obj - 0001:0007eaad __ehhandler$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 1007faad f spellcast.cpp.obj - 0001:0007eae0 __ehhandler$??1?$basic_filebuf@DU?$char_traits@D@std@@@std@@UAE@XZ 1007fae0 f logging.cpp.obj - 0001:0007eae0 __ehhandler$?try_cor_exit_process@@YAXI@Z 1007fae0 f libucrt:exit.obj - 0001:0007eae0 __ehhandler$?_Tidy@ios_base@std@@AAEXXZ 1007fae0 f libcpmt:ios.obj - 0001:0007eb00 __ehhandler$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 1007fb00 f logging.cpp.obj - 0001:0007eb20 __ehhandler$??1_Locinfo@std@@QAE@XZ 1007fb20 f logging.cpp.obj - 0001:0007eb20 __ehhandler$??1?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@exception_detail@boost@@QAE@XZ 1007fb20 f main.cpp.obj - 0001:0007eb20 __ehhandler$??1_Init_atexit@@QAE@XZ 1007fb20 f libcpmt:iosptrs.obj - 0001:0007eb20 __ehhandler$___crtGetSystemTimePreciseAsFileTime 1007fb20 f libcpmt:winapisupp.obj - 0001:0007eb40 __ehhandler$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 1007fb40 f logging.cpp.obj - 0001:0007eb40 __ehhandler$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 1007fb40 f main.cpp.obj - 0001:0007eb40 __ehhandler$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 1007fb40 f main.cpp.obj - 0001:0007eb40 __ehhandler$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 1007fb40 f main.cpp.obj - 0001:0007eb40 __ehhandler$??_GError@hadesmem@@UAEPAXI@Z 1007fb40 f main.cpp.obj - 0001:0007eb60 __ehhandler$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 1007fb60 f logging.cpp.obj - 0001:0007eb60 __ehhandler$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 1007fb60 f logging.cpp.obj - 0001:0007eb60 __ehhandler$??_Gios_base@std@@UAEPAXI@Z 1007fb60 f logging.cpp.obj - 0001:0007eb60 __ehhandler$??1bad_alloc_@exception_detail@boost@@UAE@XZ 1007fb60 f main.cpp.obj - 0001:0007eb60 __ehhandler$??1bad_exception_@exception_detail@boost@@UAE@XZ 1007fb60 f main.cpp.obj - 0001:0007eb60 __ehhandler$??1exception@boost@@MAE@XZ 1007fb60 f main.cpp.obj - 0001:0007eb60 __ehhandler$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 1007fb60 f main.cpp.obj - 0001:0007eb60 __ehhandler$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 1007fb60 f main.cpp.obj - 0001:0007eb60 __ehhandler$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 1007fb60 f main.cpp.obj - 0001:0007eb60 __ehhandler$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 1007fb60 f main.cpp.obj - 0001:0007eb60 __ehhandler$??_DError@hadesmem@@QAEXXZ 1007fb60 f main.cpp.obj - 0001:0007eb60 __ehhandler$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 1007fb60 f main.cpp.obj - 0001:0007eb60 __ehhandler$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 1007fb60 f main.cpp.obj - 0001:0007eb60 __ehhandler$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 1007fb60 f main.cpp.obj - 0001:0007eb60 __ehhandler$??_GCDataStore@Nampower@@UAEPAXI@Z 1007fb60 f main.cpp.obj - 0001:0007eb60 __ehhandler$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 1007fb60 f main.cpp.obj - 0001:0007eb60 __ehhandler$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 1007fb60 f main.cpp.obj - 0001:0007eb80 __unwindfunclet$??__EdebugLogFile@Nampower@@YAXXZ$0 1007fb80 f logging.cpp.obj - 0001:0007eb9b __unwindfunclet$??__EdebugLogFile@Nampower@@YAXXZ$1 1007fb9b f logging.cpp.obj - 0001:0007ebaa __ehhandler$??__EdebugLogFile@Nampower@@YAXXZ 1007fbaa f logging.cpp.obj - 0001:0007ebd0 __ehhandler$??__FdebugLogFile@Nampower@@YAXXZ 1007fbd0 f logging.cpp.obj - 0001:0007ebf0 __unwindfunclet$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z$1 1007fbf0 f logging.cpp.obj - 0001:0007ebfd __ehhandler$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 1007fbfd f logging.cpp.obj - 0001:0007ec20 __unwindfunclet$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ$0 1007fc20 f logging.cpp.obj - 0001:0007ec20 __unwindfunclet$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 1007fc20 f spellevents.cpp.obj - 0001:0007ec2d __ehhandler$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 1007fc2d f logging.cpp.obj - 0001:0007ec2d __ehhandler$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 1007fc2d f spellevents.cpp.obj - 0001:0007ec60 __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 1007fc60 f main.cpp.obj - 0001:0007ec80 __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 1007fc80 f main.cpp.obj - 0001:0007eca0 __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 1007fca0 f main.cpp.obj - 0001:0007eca0 __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 1007fca0 f main.cpp.obj - 0001:0007ecb0 __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 1007fcb0 f main.cpp.obj - 0001:0007ecb0 __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 1007fcb0 f main.cpp.obj - 0001:0007ecd0 __ehhandler$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 1007fcd0 f main.cpp.obj - 0001:0007ecf0 __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 1007fcf0 f main.cpp.obj - 0001:0007ed10 __ehhandler$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 1007fd10 f main.cpp.obj - 0001:0007ed30 __unwindfunclet$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$2 1007fd30 f main.cpp.obj - 0001:0007ed38 __unwindfunclet$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$3 1007fd38 f main.cpp.obj - 0001:0007ed45 __ehhandler$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 1007fd45 f main.cpp.obj - 0001:0007ed70 __unwindfunclet$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z$2 1007fd70 f main.cpp.obj - 0001:0007ed7d __ehhandler$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 1007fd7d f main.cpp.obj - 0001:0007eda0 __unwindfunclet$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z$2 1007fda0 f main.cpp.obj - 0001:0007edad __ehhandler$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 1007fdad f main.cpp.obj - 0001:0007edd0 __unwindfunclet$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z$2 1007fdd0 f main.cpp.obj - 0001:0007eddd __ehhandler$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 1007fddd f main.cpp.obj - 0001:0007ee00 __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 1007fe00 f main.cpp.obj - 0001:0007ee08 __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 1007fe08 f main.cpp.obj - 0001:0007ee10 __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 1007fe10 f main.cpp.obj - 0001:0007ee18 __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 1007fe18 f main.cpp.obj - 0001:0007ee28 __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 1007fe28 f main.cpp.obj - 0001:0007ee60 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$0 1007fe60 f main.cpp.obj - 0001:0007ee60 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$0 1007fe60 f main.cpp.obj - 0001:0007ee60 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$0 1007fe60 f main.cpp.obj - 0001:0007ee68 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$1 1007fe68 f main.cpp.obj - 0001:0007ee68 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$1 1007fe68 f main.cpp.obj - 0001:0007ee68 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$1 1007fe68 f main.cpp.obj - 0001:0007ee70 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$2 1007fe70 f main.cpp.obj - 0001:0007ee70 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$2 1007fe70 f main.cpp.obj - 0001:0007ee70 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$2 1007fe70 f main.cpp.obj - 0001:0007ee7d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 1007fe7d f main.cpp.obj - 0001:0007ee7d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 1007fe7d f main.cpp.obj - 0001:0007ee7d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 1007fe7d f main.cpp.obj - 0001:0007eeb0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$0 1007feb0 f main.cpp.obj - 0001:0007eeb8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$1 1007feb8 f main.cpp.obj - 0001:0007eec0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$2 1007fec0 f main.cpp.obj - 0001:0007eecd __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 1007fecd f main.cpp.obj - 0001:0007ef00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$0 1007ff00 f main.cpp.obj - 0001:0007ef00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$0 1007ff00 f main.cpp.obj - 0001:0007ef00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$0 1007ff00 f main.cpp.obj - 0001:0007ef00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$0 1007ff00 f main.cpp.obj - 0001:0007ef00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$0 1007ff00 f main.cpp.obj - 0001:0007ef00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$0 1007ff00 f main.cpp.obj - 0001:0007ef00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$0 1007ff00 f main.cpp.obj - 0001:0007ef00 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$0 1007ff00 f main.cpp.obj - 0001:0007ef08 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$1 1007ff08 f main.cpp.obj - 0001:0007ef08 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$1 1007ff08 f main.cpp.obj - 0001:0007ef08 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$1 1007ff08 f main.cpp.obj - 0001:0007ef08 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$1 1007ff08 f main.cpp.obj - 0001:0007ef08 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$1 1007ff08 f main.cpp.obj - 0001:0007ef08 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$1 1007ff08 f main.cpp.obj - 0001:0007ef08 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$1 1007ff08 f main.cpp.obj - 0001:0007ef08 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$1 1007ff08 f main.cpp.obj - 0001:0007ef10 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$2 1007ff10 f main.cpp.obj - 0001:0007ef10 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$2 1007ff10 f main.cpp.obj - 0001:0007ef10 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$2 1007ff10 f main.cpp.obj - 0001:0007ef10 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$2 1007ff10 f main.cpp.obj - 0001:0007ef10 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$2 1007ff10 f main.cpp.obj - 0001:0007ef10 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$2 1007ff10 f main.cpp.obj - 0001:0007ef10 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$2 1007ff10 f main.cpp.obj - 0001:0007ef10 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$2 1007ff10 f main.cpp.obj - 0001:0007ef1d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 1007ff1d f main.cpp.obj - 0001:0007ef1d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 1007ff1d f main.cpp.obj - 0001:0007ef1d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 1007ff1d f main.cpp.obj - 0001:0007ef1d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 1007ff1d f main.cpp.obj - 0001:0007ef1d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 1007ff1d f main.cpp.obj - 0001:0007ef1d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 1007ff1d f main.cpp.obj - 0001:0007ef1d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 1007ff1d f main.cpp.obj - 0001:0007ef1d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 1007ff1d f main.cpp.obj - 0001:0007ef50 __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 1007ff50 f main.cpp.obj - 0001:0007ef50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$0 1007ff50 f main.cpp.obj - 0001:0007ef50 __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 1007ff50 f main.cpp.obj - 0001:0007ef50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 1007ff50 f main.cpp.obj - 0001:0007ef50 __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 1007ff50 f main.cpp.obj - 0001:0007ef50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$0 1007ff50 f main.cpp.obj - 0001:0007ef50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 1007ff50 f main.cpp.obj - 0001:0007ef50 __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 1007ff50 f main.cpp.obj - 0001:0007ef50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 1007ff50 f main.cpp.obj - 0001:0007ef50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$0 1007ff50 f main.cpp.obj - 0001:0007ef50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$0 1007ff50 f main.cpp.obj - 0001:0007ef50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$0 1007ff50 f main.cpp.obj - 0001:0007ef50 __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 1007ff50 f main.cpp.obj - 0001:0007ef50 __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 1007ff50 f main.cpp.obj - 0001:0007ef50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z$0 1007ff50 f main.cpp.obj - 0001:0007ef50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$0 1007ff50 f main.cpp.obj - 0001:0007ef50 __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 1007ff50 f main.cpp.obj - 0001:0007ef50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$0 1007ff50 f main.cpp.obj - 0001:0007ef50 __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 1007ff50 f main.cpp.obj - 0001:0007ef50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$0 1007ff50 f main.cpp.obj - 0001:0007ef50 __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 1007ff50 f main.cpp.obj - 0001:0007ef50 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$0 1007ff50 f main.cpp.obj - 0001:0007ef50 __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 1007ff50 f main.cpp.obj - 0001:0007ef50 __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 1007ff50 f main.cpp.obj - 0001:0007ef50 __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 1007ff50 f main.cpp.obj - 0001:0007ef50 __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 1007ff50 f main.cpp.obj - 0001:0007ef58 __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 1007ff58 f main.cpp.obj - 0001:0007ef58 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$1 1007ff58 f main.cpp.obj - 0001:0007ef58 __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 1007ff58 f main.cpp.obj - 0001:0007ef58 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 1007ff58 f main.cpp.obj - 0001:0007ef58 __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 1007ff58 f main.cpp.obj - 0001:0007ef58 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$1 1007ff58 f main.cpp.obj - 0001:0007ef58 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 1007ff58 f main.cpp.obj - 0001:0007ef58 __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 1007ff58 f main.cpp.obj - 0001:0007ef58 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 1007ff58 f main.cpp.obj - 0001:0007ef58 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$1 1007ff58 f main.cpp.obj - 0001:0007ef58 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$1 1007ff58 f main.cpp.obj - 0001:0007ef58 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$1 1007ff58 f main.cpp.obj - 0001:0007ef58 __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 1007ff58 f main.cpp.obj - 0001:0007ef58 __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 1007ff58 f main.cpp.obj - 0001:0007ef58 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z$1 1007ff58 f main.cpp.obj - 0001:0007ef58 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$1 1007ff58 f main.cpp.obj - 0001:0007ef58 __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 1007ff58 f main.cpp.obj - 0001:0007ef58 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$1 1007ff58 f main.cpp.obj - 0001:0007ef58 __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 1007ff58 f main.cpp.obj - 0001:0007ef58 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$1 1007ff58 f main.cpp.obj - 0001:0007ef58 __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 1007ff58 f main.cpp.obj - 0001:0007ef58 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$1 1007ff58 f main.cpp.obj - 0001:0007ef58 __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 1007ff58 f main.cpp.obj - 0001:0007ef58 __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 1007ff58 f main.cpp.obj - 0001:0007ef58 __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 1007ff58 f main.cpp.obj - 0001:0007ef58 __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 1007ff58 f main.cpp.obj - 0001:0007ef60 __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 1007ff60 f main.cpp.obj - 0001:0007ef60 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$2 1007ff60 f main.cpp.obj - 0001:0007ef60 __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 1007ff60 f main.cpp.obj - 0001:0007ef60 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 1007ff60 f main.cpp.obj - 0001:0007ef60 __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 1007ff60 f main.cpp.obj - 0001:0007ef60 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$2 1007ff60 f main.cpp.obj - 0001:0007ef60 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 1007ff60 f main.cpp.obj - 0001:0007ef60 __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 1007ff60 f main.cpp.obj - 0001:0007ef60 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 1007ff60 f main.cpp.obj - 0001:0007ef60 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$2 1007ff60 f main.cpp.obj - 0001:0007ef60 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$2 1007ff60 f main.cpp.obj - 0001:0007ef60 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$2 1007ff60 f main.cpp.obj - 0001:0007ef60 __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 1007ff60 f main.cpp.obj - 0001:0007ef60 __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 1007ff60 f main.cpp.obj - 0001:0007ef60 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z$2 1007ff60 f main.cpp.obj - 0001:0007ef60 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$2 1007ff60 f main.cpp.obj - 0001:0007ef60 __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 1007ff60 f main.cpp.obj - 0001:0007ef60 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$2 1007ff60 f main.cpp.obj - 0001:0007ef60 __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 1007ff60 f main.cpp.obj - 0001:0007ef60 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$2 1007ff60 f main.cpp.obj - 0001:0007ef60 __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 1007ff60 f main.cpp.obj - 0001:0007ef60 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$2 1007ff60 f main.cpp.obj - 0001:0007ef60 __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 1007ff60 f main.cpp.obj - 0001:0007ef60 __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 1007ff60 f main.cpp.obj - 0001:0007ef60 __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 1007ff60 f main.cpp.obj - 0001:0007ef60 __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 1007ff60 f main.cpp.obj - 0001:0007ef6d __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 1007ff6d f main.cpp.obj - 0001:0007ef6d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 1007ff6d f main.cpp.obj - 0001:0007ef6d __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 1007ff6d f main.cpp.obj - 0001:0007ef6d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1007ff6d f main.cpp.obj - 0001:0007ef6d __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 1007ff6d f main.cpp.obj - 0001:0007ef6d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 1007ff6d f main.cpp.obj - 0001:0007ef6d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1007ff6d f main.cpp.obj - 0001:0007ef6d __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 1007ff6d f main.cpp.obj - 0001:0007ef6d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1007ff6d f main.cpp.obj - 0001:0007ef6d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 1007ff6d f main.cpp.obj - 0001:0007ef6d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 1007ff6d f main.cpp.obj - 0001:0007ef6d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 1007ff6d f main.cpp.obj - 0001:0007ef6d __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 1007ff6d f main.cpp.obj - 0001:0007ef6d __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 1007ff6d f main.cpp.obj - 0001:0007ef6d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z 1007ff6d f main.cpp.obj - 0001:0007ef6d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 1007ff6d f main.cpp.obj - 0001:0007ef6d __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 1007ff6d f main.cpp.obj - 0001:0007ef6d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 1007ff6d f main.cpp.obj - 0001:0007ef6d __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 1007ff6d f main.cpp.obj - 0001:0007ef6d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 1007ff6d f main.cpp.obj - 0001:0007ef6d __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 1007ff6d f main.cpp.obj - 0001:0007ef6d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 1007ff6d f main.cpp.obj - 0001:0007ef6d __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 1007ff6d f main.cpp.obj - 0001:0007ef6d __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 1007ff6d f main.cpp.obj - 0001:0007ef6d __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 1007ff6d f main.cpp.obj - 0001:0007ef6d __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 1007ff6d f main.cpp.obj - 0001:0007efa0 __unwindfunclet$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z$2 1007ffa0 f main.cpp.obj - 0001:0007efad __ehhandler$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 1007ffad f main.cpp.obj - 0001:0007efd0 __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 1007ffd0 f main.cpp.obj - 0001:0007efd8 __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 1007ffd8 f main.cpp.obj - 0001:0007efe0 __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 1007ffe0 f main.cpp.obj - 0001:0007efe8 __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 1007ffe8 f main.cpp.obj - 0001:0007eff5 __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 1007fff5 f main.cpp.obj - 0001:0007f020 __unwindfunclet$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z$2 10080020 f main.cpp.obj - 0001:0007f02d __ehhandler$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 1008002d f main.cpp.obj - 0001:0007f050 __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 10080050 f main.cpp.obj - 0001:0007f058 __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 10080058 f main.cpp.obj - 0001:0007f06a __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 1008006a f main.cpp.obj - 0001:0007f08c __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 1008008c f main.cpp.obj - 0001:0007f0ae __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 100800ae f main.cpp.obj - 0001:0007f0b6 __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 100800b6 f main.cpp.obj - 0001:0007f0be __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 100800be f main.cpp.obj - 0001:0007f0c6 __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 100800c6 f main.cpp.obj - 0001:0007f0ce __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 100800ce f main.cpp.obj - 0001:0007f0d6 __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 100800d6 f main.cpp.obj - 0001:0007f0de __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 100800de f main.cpp.obj - 0001:0007f0e6 __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 100800e6 f main.cpp.obj - 0001:0007f0ee __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 100800ee f main.cpp.obj - 0001:0007f0f9 __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 100800f9 f main.cpp.obj - 0001:0007f104 __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 10080104 f main.cpp.obj - 0001:0007f111 __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 10080111 f main.cpp.obj - 0001:0007f140 __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 10080140 f main.cpp.obj - 0001:0007f148 __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 10080148 f main.cpp.obj - 0001:0007f15a __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 1008015a f main.cpp.obj - 0001:0007f17c __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 1008017c f main.cpp.obj - 0001:0007f19e __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 1008019e f main.cpp.obj - 0001:0007f1a6 __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 100801a6 f main.cpp.obj - 0001:0007f1ae __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 100801ae f main.cpp.obj - 0001:0007f1b6 __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 100801b6 f main.cpp.obj - 0001:0007f1be __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 100801be f main.cpp.obj - 0001:0007f1c6 __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 100801c6 f main.cpp.obj - 0001:0007f1ce __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 100801ce f main.cpp.obj - 0001:0007f1d6 __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 100801d6 f main.cpp.obj - 0001:0007f1de __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 100801de f main.cpp.obj - 0001:0007f1e9 __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 100801e9 f main.cpp.obj - 0001:0007f1f4 __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 100801f4 f main.cpp.obj - 0001:0007f201 __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 10080201 f main.cpp.obj - 0001:0007f230 __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 10080230 f main.cpp.obj - 0001:0007f238 __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 10080238 f main.cpp.obj - 0001:0007f24a __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 1008024a f main.cpp.obj - 0001:0007f26c __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 1008026c f main.cpp.obj - 0001:0007f28e __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 1008028e f main.cpp.obj - 0001:0007f296 __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 10080296 f main.cpp.obj - 0001:0007f29e __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 1008029e f main.cpp.obj - 0001:0007f2a6 __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 100802a6 f main.cpp.obj - 0001:0007f2ae __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 100802ae f main.cpp.obj - 0001:0007f2b6 __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 100802b6 f main.cpp.obj - 0001:0007f2be __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 100802be f main.cpp.obj - 0001:0007f2c6 __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 100802c6 f main.cpp.obj - 0001:0007f2ce __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 100802ce f main.cpp.obj - 0001:0007f2d9 __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 100802d9 f main.cpp.obj - 0001:0007f2e4 __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 100802e4 f main.cpp.obj - 0001:0007f2f1 __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 100802f1 f main.cpp.obj - 0001:0007f320 __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 10080320 f main.cpp.obj - 0001:0007f328 __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 10080328 f main.cpp.obj - 0001:0007f33a __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 1008033a f main.cpp.obj - 0001:0007f35c __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 1008035c f main.cpp.obj - 0001:0007f37e __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 1008037e f main.cpp.obj - 0001:0007f386 __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 10080386 f main.cpp.obj - 0001:0007f38e __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 1008038e f main.cpp.obj - 0001:0007f396 __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 10080396 f main.cpp.obj - 0001:0007f39e __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 1008039e f main.cpp.obj - 0001:0007f3a6 __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 100803a6 f main.cpp.obj - 0001:0007f3ae __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 100803ae f main.cpp.obj - 0001:0007f3b6 __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 100803b6 f main.cpp.obj - 0001:0007f3be __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 100803be f main.cpp.obj - 0001:0007f3c9 __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 100803c9 f main.cpp.obj - 0001:0007f3d4 __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 100803d4 f main.cpp.obj - 0001:0007f3e1 __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 100803e1 f main.cpp.obj - 0001:0007f410 __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 10080410 f main.cpp.obj - 0001:0007f418 __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 10080418 f main.cpp.obj - 0001:0007f42a __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 1008042a f main.cpp.obj - 0001:0007f44c __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 1008044c f main.cpp.obj - 0001:0007f46e __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 1008046e f main.cpp.obj - 0001:0007f476 __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 10080476 f main.cpp.obj - 0001:0007f47e __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 1008047e f main.cpp.obj - 0001:0007f486 __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 10080486 f main.cpp.obj - 0001:0007f48e __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 1008048e f main.cpp.obj - 0001:0007f496 __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 10080496 f main.cpp.obj - 0001:0007f49e __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 1008049e f main.cpp.obj - 0001:0007f4a6 __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 100804a6 f main.cpp.obj - 0001:0007f4ae __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 100804ae f main.cpp.obj - 0001:0007f4b9 __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 100804b9 f main.cpp.obj - 0001:0007f4c4 __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 100804c4 f main.cpp.obj - 0001:0007f4d1 __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 100804d1 f main.cpp.obj - 0001:0007f500 __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 10080500 f main.cpp.obj - 0001:0007f508 __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 10080508 f main.cpp.obj - 0001:0007f51a __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 1008051a f main.cpp.obj - 0001:0007f53c __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 1008053c f main.cpp.obj - 0001:0007f55e __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 1008055e f main.cpp.obj - 0001:0007f566 __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 10080566 f main.cpp.obj - 0001:0007f56e __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 1008056e f main.cpp.obj - 0001:0007f576 __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 10080576 f main.cpp.obj - 0001:0007f57e __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 1008057e f main.cpp.obj - 0001:0007f586 __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 10080586 f main.cpp.obj - 0001:0007f58e __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 1008058e f main.cpp.obj - 0001:0007f596 __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 10080596 f main.cpp.obj - 0001:0007f59e __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 1008059e f main.cpp.obj - 0001:0007f5a9 __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 100805a9 f main.cpp.obj - 0001:0007f5b4 __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 100805b4 f main.cpp.obj - 0001:0007f5c1 __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 100805c1 f main.cpp.obj - 0001:0007f5f0 __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 100805f0 f main.cpp.obj - 0001:0007f5f8 __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 100805f8 f main.cpp.obj - 0001:0007f60a __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 1008060a f main.cpp.obj - 0001:0007f62c __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 1008062c f main.cpp.obj - 0001:0007f64e __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 1008064e f main.cpp.obj - 0001:0007f656 __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 10080656 f main.cpp.obj - 0001:0007f65e __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 1008065e f main.cpp.obj - 0001:0007f666 __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 10080666 f main.cpp.obj - 0001:0007f66e __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 1008066e f main.cpp.obj - 0001:0007f676 __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 10080676 f main.cpp.obj - 0001:0007f67e __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 1008067e f main.cpp.obj - 0001:0007f686 __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 10080686 f main.cpp.obj - 0001:0007f68e __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 1008068e f main.cpp.obj - 0001:0007f699 __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 10080699 f main.cpp.obj - 0001:0007f6a4 __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 100806a4 f main.cpp.obj - 0001:0007f6b1 __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 100806b1 f main.cpp.obj - 0001:0007f6e0 __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 100806e0 f main.cpp.obj - 0001:0007f6e8 __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 100806e8 f main.cpp.obj - 0001:0007f6fa __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 100806fa f main.cpp.obj - 0001:0007f71c __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 1008071c f main.cpp.obj - 0001:0007f73e __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 1008073e f main.cpp.obj - 0001:0007f746 __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 10080746 f main.cpp.obj - 0001:0007f74e __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 1008074e f main.cpp.obj - 0001:0007f756 __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 10080756 f main.cpp.obj - 0001:0007f75e __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 1008075e f main.cpp.obj - 0001:0007f766 __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 10080766 f main.cpp.obj - 0001:0007f76e __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 1008076e f main.cpp.obj - 0001:0007f776 __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 10080776 f main.cpp.obj - 0001:0007f77e __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 1008077e f main.cpp.obj - 0001:0007f789 __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 10080789 f main.cpp.obj - 0001:0007f794 __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 10080794 f main.cpp.obj - 0001:0007f7a1 __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 100807a1 f main.cpp.obj - 0001:0007f7d0 __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 100807d0 f main.cpp.obj - 0001:0007f7d8 __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 100807d8 f main.cpp.obj - 0001:0007f7ea __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 100807ea f main.cpp.obj - 0001:0007f80c __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 1008080c f main.cpp.obj - 0001:0007f82e __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 1008082e f main.cpp.obj - 0001:0007f836 __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 10080836 f main.cpp.obj - 0001:0007f83e __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 1008083e f main.cpp.obj - 0001:0007f846 __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 10080846 f main.cpp.obj - 0001:0007f84e __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 1008084e f main.cpp.obj - 0001:0007f856 __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 10080856 f main.cpp.obj - 0001:0007f85e __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 1008085e f main.cpp.obj - 0001:0007f866 __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 10080866 f main.cpp.obj - 0001:0007f86e __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 1008086e f main.cpp.obj - 0001:0007f879 __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 10080879 f main.cpp.obj - 0001:0007f884 __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 10080884 f main.cpp.obj - 0001:0007f891 __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 10080891 f main.cpp.obj - 0001:0007f8c0 __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 100808c0 f main.cpp.obj - 0001:0007f8c8 __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 100808c8 f main.cpp.obj - 0001:0007f8da __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 100808da f main.cpp.obj - 0001:0007f8fc __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 100808fc f main.cpp.obj - 0001:0007f91e __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 1008091e f main.cpp.obj - 0001:0007f926 __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 10080926 f main.cpp.obj - 0001:0007f92e __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 1008092e f main.cpp.obj - 0001:0007f936 __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 10080936 f main.cpp.obj - 0001:0007f93e __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 1008093e f main.cpp.obj - 0001:0007f946 __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 10080946 f main.cpp.obj - 0001:0007f94e __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 1008094e f main.cpp.obj - 0001:0007f956 __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 10080956 f main.cpp.obj - 0001:0007f95e __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 1008095e f main.cpp.obj - 0001:0007f969 __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 10080969 f main.cpp.obj - 0001:0007f974 __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 10080974 f main.cpp.obj - 0001:0007f981 __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 10080981 f main.cpp.obj - 0001:0007f9b0 __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 100809b0 f main.cpp.obj - 0001:0007f9b8 __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 100809b8 f main.cpp.obj - 0001:0007f9ca __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 100809ca f main.cpp.obj - 0001:0007f9ec __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 100809ec f main.cpp.obj - 0001:0007fa0e __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 10080a0e f main.cpp.obj - 0001:0007fa16 __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 10080a16 f main.cpp.obj - 0001:0007fa1e __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 10080a1e f main.cpp.obj - 0001:0007fa26 __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 10080a26 f main.cpp.obj - 0001:0007fa2e __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 10080a2e f main.cpp.obj - 0001:0007fa36 __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 10080a36 f main.cpp.obj - 0001:0007fa3e __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 10080a3e f main.cpp.obj - 0001:0007fa46 __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 10080a46 f main.cpp.obj - 0001:0007fa4e __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 10080a4e f main.cpp.obj - 0001:0007fa59 __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 10080a59 f main.cpp.obj - 0001:0007fa64 __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 10080a64 f main.cpp.obj - 0001:0007fa71 __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 10080a71 f main.cpp.obj - 0001:0007faa0 __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 10080aa0 f main.cpp.obj - 0001:0007faa8 __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 10080aa8 f main.cpp.obj - 0001:0007faba __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 10080aba f main.cpp.obj - 0001:0007fadc __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 10080adc f main.cpp.obj - 0001:0007fafe __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 10080afe f main.cpp.obj - 0001:0007fb06 __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 10080b06 f main.cpp.obj - 0001:0007fb0e __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 10080b0e f main.cpp.obj - 0001:0007fb16 __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 10080b16 f main.cpp.obj - 0001:0007fb1e __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 10080b1e f main.cpp.obj - 0001:0007fb26 __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 10080b26 f main.cpp.obj - 0001:0007fb2e __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 10080b2e f main.cpp.obj - 0001:0007fb36 __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 10080b36 f main.cpp.obj - 0001:0007fb3e __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 10080b3e f main.cpp.obj - 0001:0007fb49 __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 10080b49 f main.cpp.obj - 0001:0007fb54 __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 10080b54 f main.cpp.obj - 0001:0007fb61 __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 10080b61 f main.cpp.obj - 0001:0007fb90 __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 10080b90 f main.cpp.obj - 0001:0007fb98 __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 10080b98 f main.cpp.obj - 0001:0007fbaa __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 10080baa f main.cpp.obj - 0001:0007fbcc __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 10080bcc f main.cpp.obj - 0001:0007fbee __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 10080bee f main.cpp.obj - 0001:0007fbf6 __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 10080bf6 f main.cpp.obj - 0001:0007fbfe __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 10080bfe f main.cpp.obj - 0001:0007fc06 __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 10080c06 f main.cpp.obj - 0001:0007fc0e __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 10080c0e f main.cpp.obj - 0001:0007fc16 __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 10080c16 f main.cpp.obj - 0001:0007fc1e __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 10080c1e f main.cpp.obj - 0001:0007fc26 __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 10080c26 f main.cpp.obj - 0001:0007fc2e __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 10080c2e f main.cpp.obj - 0001:0007fc39 __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 10080c39 f main.cpp.obj - 0001:0007fc44 __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 10080c44 f main.cpp.obj - 0001:0007fc51 __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 10080c51 f main.cpp.obj - 0001:0007fc80 __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 10080c80 f main.cpp.obj - 0001:0007fc88 __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 10080c88 f main.cpp.obj - 0001:0007fc9a __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 10080c9a f main.cpp.obj - 0001:0007fcbc __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 10080cbc f main.cpp.obj - 0001:0007fcde __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 10080cde f main.cpp.obj - 0001:0007fce6 __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 10080ce6 f main.cpp.obj - 0001:0007fcee __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 10080cee f main.cpp.obj - 0001:0007fcf6 __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 10080cf6 f main.cpp.obj - 0001:0007fcfe __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 10080cfe f main.cpp.obj - 0001:0007fd06 __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 10080d06 f main.cpp.obj - 0001:0007fd0e __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 10080d0e f main.cpp.obj - 0001:0007fd16 __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 10080d16 f main.cpp.obj - 0001:0007fd1e __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 10080d1e f main.cpp.obj - 0001:0007fd29 __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 10080d29 f main.cpp.obj - 0001:0007fd34 __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 10080d34 f main.cpp.obj - 0001:0007fd41 __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 10080d41 f main.cpp.obj - 0001:0007fd70 __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$4 10080d70 f main.cpp.obj - 0001:0007fd78 __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$21 10080d78 f main.cpp.obj - 0001:0007fd8a __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$22 10080d8a f main.cpp.obj - 0001:0007fdac __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$6 10080dac f main.cpp.obj - 0001:0007fdce __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$7 10080dce f main.cpp.obj - 0001:0007fdd6 __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$8 10080dd6 f main.cpp.obj - 0001:0007fdde __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$10 10080dde f main.cpp.obj - 0001:0007fde6 __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$11 10080de6 f main.cpp.obj - 0001:0007fdee __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$12 10080dee f main.cpp.obj - 0001:0007fdf6 __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$13 10080df6 f main.cpp.obj - 0001:0007fdfe __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$14 10080dfe f main.cpp.obj - 0001:0007fe06 __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$15 10080e06 f main.cpp.obj - 0001:0007fe0e __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$16 10080e0e f main.cpp.obj - 0001:0007fe19 __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$17 10080e19 f main.cpp.obj - 0001:0007fe24 __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$9 10080e24 f main.cpp.obj - 0001:0007fe31 __ehhandler$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z 10080e31 f main.cpp.obj - 0001:0007fe60 __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 10080e60 f main.cpp.obj - 0001:0007fe68 __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 10080e68 f main.cpp.obj - 0001:0007fe7a __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 10080e7a f main.cpp.obj - 0001:0007fe9c __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 10080e9c f main.cpp.obj - 0001:0007febe __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 10080ebe f main.cpp.obj - 0001:0007fec6 __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 10080ec6 f main.cpp.obj - 0001:0007fece __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 10080ece f main.cpp.obj - 0001:0007fed6 __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 10080ed6 f main.cpp.obj - 0001:0007fede __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 10080ede f main.cpp.obj - 0001:0007fee6 __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 10080ee6 f main.cpp.obj - 0001:0007feee __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 10080eee f main.cpp.obj - 0001:0007fef6 __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 10080ef6 f main.cpp.obj - 0001:0007fefe __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 10080efe f main.cpp.obj - 0001:0007ff09 __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 10080f09 f main.cpp.obj - 0001:0007ff14 __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 10080f14 f main.cpp.obj - 0001:0007ff21 __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 10080f21 f main.cpp.obj - 0001:0007ff50 __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 10080f50 f main.cpp.obj - 0001:0007ff58 __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 10080f58 f main.cpp.obj - 0001:0007ff6a __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 10080f6a f main.cpp.obj - 0001:0007ff8c __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 10080f8c f main.cpp.obj - 0001:0007ffae __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 10080fae f main.cpp.obj - 0001:0007ffb6 __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 10080fb6 f main.cpp.obj - 0001:0007ffbe __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 10080fbe f main.cpp.obj - 0001:0007ffc6 __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 10080fc6 f main.cpp.obj - 0001:0007ffce __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 10080fce f main.cpp.obj - 0001:0007ffd6 __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 10080fd6 f main.cpp.obj - 0001:0007ffde __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 10080fde f main.cpp.obj - 0001:0007ffe6 __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 10080fe6 f main.cpp.obj - 0001:0007ffee __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 10080fee f main.cpp.obj - 0001:0007fff9 __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 10080ff9 f main.cpp.obj - 0001:00080004 __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 10081004 f main.cpp.obj - 0001:00080011 __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 10081011 f main.cpp.obj - 0001:00080040 __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 10081040 f main.cpp.obj - 0001:00080048 __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 10081048 f main.cpp.obj - 0001:0008005a __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 1008105a f main.cpp.obj - 0001:0008007c __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 1008107c f main.cpp.obj - 0001:0008009e __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 1008109e f main.cpp.obj - 0001:000800a6 __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 100810a6 f main.cpp.obj - 0001:000800ae __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 100810ae f main.cpp.obj - 0001:000800b6 __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 100810b6 f main.cpp.obj - 0001:000800be __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 100810be f main.cpp.obj - 0001:000800c6 __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 100810c6 f main.cpp.obj - 0001:000800ce __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 100810ce f main.cpp.obj - 0001:000800d6 __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 100810d6 f main.cpp.obj - 0001:000800de __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 100810de f main.cpp.obj - 0001:000800e9 __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 100810e9 f main.cpp.obj - 0001:000800f4 __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 100810f4 f main.cpp.obj - 0001:00080101 __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 10081101 f main.cpp.obj - 0001:00080130 __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 10081130 f main.cpp.obj - 0001:00080138 __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 10081138 f main.cpp.obj - 0001:0008014a __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 1008114a f main.cpp.obj - 0001:0008016c __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 1008116c f main.cpp.obj - 0001:0008018e __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 1008118e f main.cpp.obj - 0001:00080196 __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 10081196 f main.cpp.obj - 0001:0008019e __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 1008119e f main.cpp.obj - 0001:000801a6 __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 100811a6 f main.cpp.obj - 0001:000801ae __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 100811ae f main.cpp.obj - 0001:000801b6 __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 100811b6 f main.cpp.obj - 0001:000801be __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 100811be f main.cpp.obj - 0001:000801c6 __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 100811c6 f main.cpp.obj - 0001:000801ce __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 100811ce f main.cpp.obj - 0001:000801d9 __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 100811d9 f main.cpp.obj - 0001:000801e4 __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 100811e4 f main.cpp.obj - 0001:000801f1 __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 100811f1 f main.cpp.obj - 0001:00080220 __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 10081220 f main.cpp.obj - 0001:00080228 __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 10081228 f main.cpp.obj - 0001:0008023a __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 1008123a f main.cpp.obj - 0001:0008025c __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 1008125c f main.cpp.obj - 0001:0008027e __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 1008127e f main.cpp.obj - 0001:00080286 __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 10081286 f main.cpp.obj - 0001:0008028e __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 1008128e f main.cpp.obj - 0001:00080296 __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 10081296 f main.cpp.obj - 0001:0008029e __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 1008129e f main.cpp.obj - 0001:000802a6 __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 100812a6 f main.cpp.obj - 0001:000802ae __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 100812ae f main.cpp.obj - 0001:000802b6 __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 100812b6 f main.cpp.obj - 0001:000802be __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 100812be f main.cpp.obj - 0001:000802c9 __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 100812c9 f main.cpp.obj - 0001:000802d4 __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 100812d4 f main.cpp.obj - 0001:000802e1 __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 100812e1 f main.cpp.obj - 0001:00080310 __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 10081310 f main.cpp.obj - 0001:00080318 __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 10081318 f main.cpp.obj - 0001:0008032a __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 1008132a f main.cpp.obj - 0001:0008034c __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 1008134c f main.cpp.obj - 0001:0008036e __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 1008136e f main.cpp.obj - 0001:00080376 __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 10081376 f main.cpp.obj - 0001:0008037e __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 1008137e f main.cpp.obj - 0001:00080386 __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 10081386 f main.cpp.obj - 0001:0008038e __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 1008138e f main.cpp.obj - 0001:00080396 __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 10081396 f main.cpp.obj - 0001:0008039e __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 1008139e f main.cpp.obj - 0001:000803a6 __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 100813a6 f main.cpp.obj - 0001:000803ae __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 100813ae f main.cpp.obj - 0001:000803b9 __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 100813b9 f main.cpp.obj - 0001:000803c4 __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 100813c4 f main.cpp.obj - 0001:000803d1 __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 100813d1 f main.cpp.obj - 0001:00080400 __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 10081400 f main.cpp.obj - 0001:00080408 __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 10081408 f main.cpp.obj - 0001:0008041a __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 1008141a f main.cpp.obj - 0001:0008043c __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 1008143c f main.cpp.obj - 0001:0008045e __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 1008145e f main.cpp.obj - 0001:00080466 __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 10081466 f main.cpp.obj - 0001:0008046e __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 1008146e f main.cpp.obj - 0001:00080476 __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 10081476 f main.cpp.obj - 0001:0008047e __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 1008147e f main.cpp.obj - 0001:00080486 __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 10081486 f main.cpp.obj - 0001:0008048e __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 1008148e f main.cpp.obj - 0001:00080496 __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 10081496 f main.cpp.obj - 0001:0008049e __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 1008149e f main.cpp.obj - 0001:000804a9 __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 100814a9 f main.cpp.obj - 0001:000804b4 __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 100814b4 f main.cpp.obj - 0001:000804c1 __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 100814c1 f main.cpp.obj - 0001:000804f0 __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 100814f0 f main.cpp.obj - 0001:000804f8 __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 100814f8 f main.cpp.obj - 0001:0008050a __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 1008150a f main.cpp.obj - 0001:0008052c __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 1008152c f main.cpp.obj - 0001:0008054e __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 1008154e f main.cpp.obj - 0001:00080556 __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 10081556 f main.cpp.obj - 0001:0008055e __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 1008155e f main.cpp.obj - 0001:00080566 __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 10081566 f main.cpp.obj - 0001:0008056e __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 1008156e f main.cpp.obj - 0001:00080576 __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 10081576 f main.cpp.obj - 0001:0008057e __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 1008157e f main.cpp.obj - 0001:00080586 __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 10081586 f main.cpp.obj - 0001:0008058e __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 1008158e f main.cpp.obj - 0001:00080599 __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 10081599 f main.cpp.obj - 0001:000805a4 __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 100815a4 f main.cpp.obj - 0001:000805b1 __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 100815b1 f main.cpp.obj - 0001:000805e0 __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 100815e0 f main.cpp.obj - 0001:000805e8 __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 100815e8 f main.cpp.obj - 0001:000805fa __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 100815fa f main.cpp.obj - 0001:0008061c __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 1008161c f main.cpp.obj - 0001:0008063e __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 1008163e f main.cpp.obj - 0001:00080646 __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 10081646 f main.cpp.obj - 0001:0008064e __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 1008164e f main.cpp.obj - 0001:00080656 __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 10081656 f main.cpp.obj - 0001:0008065e __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 1008165e f main.cpp.obj - 0001:00080666 __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 10081666 f main.cpp.obj - 0001:0008066e __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 1008166e f main.cpp.obj - 0001:00080676 __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 10081676 f main.cpp.obj - 0001:0008067e __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 1008167e f main.cpp.obj - 0001:00080689 __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 10081689 f main.cpp.obj - 0001:00080694 __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 10081694 f main.cpp.obj - 0001:000806a1 __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 100816a1 f main.cpp.obj - 0001:000806d0 __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 100816d0 f main.cpp.obj - 0001:000806d8 __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 100816d8 f main.cpp.obj - 0001:000806ea __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 100816ea f main.cpp.obj - 0001:0008070c __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 1008170c f main.cpp.obj - 0001:0008072e __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 1008172e f main.cpp.obj - 0001:00080736 __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 10081736 f main.cpp.obj - 0001:0008073e __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 1008173e f main.cpp.obj - 0001:00080746 __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 10081746 f main.cpp.obj - 0001:0008074e __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 1008174e f main.cpp.obj - 0001:00080756 __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 10081756 f main.cpp.obj - 0001:0008075e __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 1008175e f main.cpp.obj - 0001:00080766 __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 10081766 f main.cpp.obj - 0001:0008076e __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 1008176e f main.cpp.obj - 0001:00080779 __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 10081779 f main.cpp.obj - 0001:00080784 __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 10081784 f main.cpp.obj - 0001:00080791 __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 10081791 f main.cpp.obj - 0001:000807c0 __ehhandler$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 100817c0 f main.cpp.obj - 0001:000807e0 __ehhandler$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100817e0 f main.cpp.obj - 0001:00080800 __unwindfunclet$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z$0 10081800 f main.cpp.obj - 0001:0008080d __ehhandler$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 1008180d f main.cpp.obj - 0001:00080830 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$0 10081830 f main.cpp.obj - 0001:00080838 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$7 10081838 f main.cpp.obj - 0001:00080851 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$8 10081851 f main.cpp.obj - 0001:00080859 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$13 10081859 f main.cpp.obj - 0001:00080861 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$14 10081861 f main.cpp.obj - 0001:00080869 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$1 10081869 f main.cpp.obj - 0001:00080871 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$2 10081871 f main.cpp.obj - 0001:0008087d __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$3 1008187d f main.cpp.obj - 0001:0008088c __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$28 1008188c f main.cpp.obj - 0001:00080899 __ehhandler$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10081899 f main.cpp.obj - 0001:000808c0 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$0 100818c0 f main.cpp.obj - 0001:000808c8 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$7 100818c8 f main.cpp.obj - 0001:000808e1 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$8 100818e1 f main.cpp.obj - 0001:000808e9 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$13 100818e9 f main.cpp.obj - 0001:000808f1 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$14 100818f1 f main.cpp.obj - 0001:000808f9 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$1 100818f9 f main.cpp.obj - 0001:00080901 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$2 10081901 f main.cpp.obj - 0001:0008090d __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$3 1008190d f main.cpp.obj - 0001:0008091c __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$28 1008191c f main.cpp.obj - 0001:00080929 __ehhandler$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10081929 f main.cpp.obj - 0001:00080950 __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 10081950 f main.cpp.obj - 0001:00080964 __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 10081964 f main.cpp.obj - 0001:00080990 __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 10081990 f main.cpp.obj - 0001:00080998 __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 10081998 f main.cpp.obj - 0001:000809a7 __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 100819a7 f main.cpp.obj - 0001:000809b4 __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 100819b4 f main.cpp.obj - 0001:000809e0 __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 100819e0 f main.cpp.obj - 0001:000809e8 __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 100819e8 f main.cpp.obj - 0001:000809f7 __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 100819f7 f main.cpp.obj - 0001:00080a04 __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 10081a04 f main.cpp.obj - 0001:00080a30 __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 10081a30 f main.cpp.obj - 0001:00080a3b __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 10081a3b f main.cpp.obj - 0001:00080a43 __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 10081a43 f main.cpp.obj - 0001:00080a4b __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 10081a4b f main.cpp.obj - 0001:00080a53 __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 10081a53 f main.cpp.obj - 0001:00080a60 __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 10081a60 f main.cpp.obj - 0001:00080a90 __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 10081a90 f main.cpp.obj - 0001:00080ab2 __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 10081ab2 f main.cpp.obj - 0001:00080abd __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 10081abd f main.cpp.obj - 0001:00080ac8 __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 10081ac8 f main.cpp.obj - 0001:00080ad0 __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 10081ad0 f main.cpp.obj - 0001:00080ad8 __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 10081ad8 f main.cpp.obj - 0001:00080ae0 __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 10081ae0 f main.cpp.obj - 0001:00080aed __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 10081aed f main.cpp.obj - 0001:00080b20 __unwindfunclet$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z$4 10081b20 f main.cpp.obj - 0001:00080b39 __unwindfunclet$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z$3 10081b39 f main.cpp.obj - 0001:00080b49 __ehhandler$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 10081b49 f main.cpp.obj - 0001:00080b70 __unwindfunclet$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z$0 10081b70 f main.cpp.obj - 0001:00080b78 __unwindfunclet$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z$1 10081b78 f main.cpp.obj - 0001:00080b85 __ehhandler$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 10081b85 f main.cpp.obj - 0001:00080bb0 __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 10081bb0 f main.cpp.obj - 0001:00080bb8 __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 10081bb8 f main.cpp.obj - 0001:00080bc7 __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 10081bc7 f main.cpp.obj - 0001:00080bd4 __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 10081bd4 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __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 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __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 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __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 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __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 10081c00 f main.cpp.obj - 0001:00080c00 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$0 10081c00 f main.cpp.obj - 0001:00080c00 __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 10081c00 f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __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 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __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 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __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 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __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 10081c0b f main.cpp.obj - 0001:00080c0b __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$13 10081c0b f main.cpp.obj - 0001:00080c0b __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 10081c0b f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __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 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __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 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __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 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __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 10081c13 f main.cpp.obj - 0001:00080c13 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$1 10081c13 f main.cpp.obj - 0001:00080c13 __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 10081c13 f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __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 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __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 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __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 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __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 10081c1e f main.cpp.obj - 0001:00080c1e __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$2 10081c1e f main.cpp.obj - 0001:00080c1e __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 10081c1e f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __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 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __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 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __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 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __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 10081c29 f main.cpp.obj - 0001:00080c29 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$3 10081c29 f main.cpp.obj - 0001:00080c29 __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 10081c29 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __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 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __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 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __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 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __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 10081c34 f main.cpp.obj - 0001:00080c34 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$4 10081c34 f main.cpp.obj - 0001:00080c34 __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 10081c34 f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __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 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __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 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __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 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __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 10081c3f f main.cpp.obj - 0001:00080c3f __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$5 10081c3f f main.cpp.obj - 0001:00080c3f __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 10081c3f f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __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 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __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 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __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 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __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 10081c4a f main.cpp.obj - 0001:00080c4a __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$7 10081c4a f main.cpp.obj - 0001:00080c4a __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 10081c4a f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __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 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __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 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __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 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __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 10081c55 f main.cpp.obj - 0001:00080c55 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$8 10081c55 f main.cpp.obj - 0001:00080c55 __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 10081c55 f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __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 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __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 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __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 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __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 10081c5d f main.cpp.obj - 0001:00080c5d __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$9 10081c5d f main.cpp.obj - 0001:00080c5d __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 10081c5d f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __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 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __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 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __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 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __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 10081c65 f main.cpp.obj - 0001:00080c65 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$10 10081c65 f main.cpp.obj - 0001:00080c65 __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 10081c65 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 10081c75 f main.cpp.obj - 0001:00080c75 __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 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 10081c75 f main.cpp.obj - 0001:00080c75 __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 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 10081c75 f main.cpp.obj - 0001:00080c75 __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 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 10081c75 f main.cpp.obj - 0001:00080c75 __ehhandler$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 10081c75 f main.cpp.obj - 0001:00080c75 __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 10081c75 f main.cpp.obj - 0001:00080ca0 __unwindfunclet$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z$0 10081ca0 f main.cpp.obj - 0001:00080cbc __unwindfunclet$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z$1 10081cbc f main.cpp.obj - 0001:00080ccc __ehhandler$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 10081ccc f main.cpp.obj - 0001:00080cf0 __unwindfunclet$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ$0 10081cf0 f main.cpp.obj - 0001:00080d0c __unwindfunclet$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ$1 10081d0c f main.cpp.obj - 0001:00080d1c __ehhandler$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 10081d1c f main.cpp.obj - 0001:00080d40 __unwindfunclet$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z$0 10081d40 f main.cpp.obj - 0001:00080d40 __unwindfunclet$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z$0 10081d40 f main.cpp.obj - 0001:00080d61 __ehhandler$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 10081d61 f main.cpp.obj - 0001:00080d61 __ehhandler$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 10081d61 f main.cpp.obj - 0001:00080d80 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$0 10081d80 f main.cpp.obj - 0001:00080d9c __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$1 10081d9c f main.cpp.obj - 0001:00080db8 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$2 10081db8 f main.cpp.obj - 0001:00080dc5 __ehhandler$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 10081dc5 f main.cpp.obj - 0001:00080df0 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$0 10081df0 f main.cpp.obj - 0001:00080e0c __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$1 10081e0c f main.cpp.obj - 0001:00080e28 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$2 10081e28 f main.cpp.obj - 0001:00080e35 __ehhandler$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 10081e35 f main.cpp.obj - 0001:00080e60 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$0 10081e60 f main.cpp.obj - 0001:00080e60 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$0 10081e60 f main.cpp.obj - 0001:00080e60 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$0 10081e60 f main.cpp.obj - 0001:00080e60 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$0 10081e60 f main.cpp.obj - 0001:00080e68 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$1 10081e68 f main.cpp.obj - 0001:00080e68 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$1 10081e68 f main.cpp.obj - 0001:00080e68 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$1 10081e68 f main.cpp.obj - 0001:00080e68 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$1 10081e68 f main.cpp.obj - 0001:00080e70 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$2 10081e70 f main.cpp.obj - 0001:00080e70 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$2 10081e70 f main.cpp.obj - 0001:00080e70 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$2 10081e70 f main.cpp.obj - 0001:00080e70 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$2 10081e70 f main.cpp.obj - 0001:00080e78 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$3 10081e78 f main.cpp.obj - 0001:00080e78 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$3 10081e78 f main.cpp.obj - 0001:00080e78 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$3 10081e78 f main.cpp.obj - 0001:00080e78 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$3 10081e78 f main.cpp.obj - 0001:00080e85 __ehhandler$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 10081e85 f main.cpp.obj - 0001:00080e85 __ehhandler$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 10081e85 f main.cpp.obj - 0001:00080e85 __ehhandler$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 10081e85 f main.cpp.obj - 0001:00080e85 __ehhandler$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 10081e85 f main.cpp.obj - 0001:00080eb0 __unwindfunclet$??0Error@hadesmem@@QAE@ABV01@@Z$0 10081eb0 f main.cpp.obj - 0001:00080ed1 __ehhandler$??0Error@hadesmem@@QAE@ABV01@@Z 10081ed1 f main.cpp.obj - 0001:00080ef0 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$0 10081ef0 f main.cpp.obj - 0001:00080ef8 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$3 10081ef8 f main.cpp.obj - 0001:00080f00 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$4 10081f00 f main.cpp.obj - 0001:00080f08 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$5 10081f08 f main.cpp.obj - 0001:00080f10 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$6 10081f10 f main.cpp.obj - 0001:00080f1b __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$8 10081f1b f main.cpp.obj - 0001:00080f23 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$9 10081f23 f main.cpp.obj - 0001:00080f2b __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$10 10081f2b f main.cpp.obj - 0001:00080f3b __ehhandler$??0Process@hadesmem@@QAE@K@Z 10081f3b f main.cpp.obj - 0001:00080f70 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$2 10081f70 f main.cpp.obj - 0001:00080f78 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$3 10081f78 f main.cpp.obj - 0001:00080f80 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$4 10081f80 f main.cpp.obj - 0001:00080f8d __ehhandler$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 10081f8d f main.cpp.obj - 0001:00080fc0 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$2 10081fc0 f main.cpp.obj - 0001:00080fcb __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$3 10081fcb f main.cpp.obj - 0001:00080fd3 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$4 10081fd3 f main.cpp.obj - 0001:00080fde __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$5 10081fde f main.cpp.obj - 0001:00080fe9 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$15 10081fe9 f main.cpp.obj - 0001:00080ff4 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$6 10081ff4 f main.cpp.obj - 0001:00080fff __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$42 10081fff f main.cpp.obj - 0001:00081007 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$7 10082007 f main.cpp.obj - 0001:0008100f __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$30 1008200f f main.cpp.obj - 0001:00081017 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$31 10082017 f main.cpp.obj - 0001:00081022 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$32 10082022 f main.cpp.obj - 0001:0008102a __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$33 1008202a f main.cpp.obj - 0001:00081035 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$35 10082035 f main.cpp.obj - 0001:0008103d __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$36 1008203d f main.cpp.obj - 0001:00081048 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$37 10082048 f main.cpp.obj - 0001:00081050 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$38 10082050 f main.cpp.obj - 0001:0008105b __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$39 1008205b f main.cpp.obj - 0001:00081063 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$40 10082063 f main.cpp.obj - 0001:0008106b __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$41 1008206b f main.cpp.obj - 0001:00081076 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$8 10082076 f main.cpp.obj - 0001:0008107e __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$9 1008207e f main.cpp.obj - 0001:00081086 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$10 10082086 f main.cpp.obj - 0001:00081096 __ehhandler$??0SuspendedProcess@hadesmem@@QAE@KK@Z 10082096 f main.cpp.obj - 0001:000810c0 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$3 100820c0 f main.cpp.obj - 0001:000810c0 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$0 100820c0 f main.cpp.obj - 0001:000810c0 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$0 100820c0 f main.cpp.obj - 0001:000810c0 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$0 100820c0 f main.cpp.obj - 0001:000810c0 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$0 100820c0 f main.cpp.obj - 0001:000810c8 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$4 100820c8 f main.cpp.obj - 0001:000810c8 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$1 100820c8 f main.cpp.obj - 0001:000810c8 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$1 100820c8 f main.cpp.obj - 0001:000810c8 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$1 100820c8 f main.cpp.obj - 0001:000810c8 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$1 100820c8 f main.cpp.obj - 0001:000810d0 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$5 100820d0 f main.cpp.obj - 0001:000810d0 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$2 100820d0 f main.cpp.obj - 0001:000810d0 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$2 100820d0 f main.cpp.obj - 0001:000810d0 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$2 100820d0 f main.cpp.obj - 0001:000810d0 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$2 100820d0 f main.cpp.obj - 0001:000810d8 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$6 100820d8 f main.cpp.obj - 0001:000810d8 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$3 100820d8 f main.cpp.obj - 0001:000810d8 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$3 100820d8 f main.cpp.obj - 0001:000810d8 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$3 100820d8 f main.cpp.obj - 0001:000810d8 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$3 100820d8 f main.cpp.obj - 0001:000810e5 __ehhandler$??0Thread@hadesmem@@QAE@K@Z 100820e5 f main.cpp.obj - 0001:000810e5 __ehhandler$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 100820e5 f main.cpp.obj - 0001:000810e5 __ehhandler$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 100820e5 f main.cpp.obj - 0001:000810e5 __ehhandler$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100820e5 f main.cpp.obj - 0001:000810e5 __ehhandler$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100820e5 f main.cpp.obj - 0001:00081110 __unwindfunclet$??0error_info_container_impl@exception_detail@boost@@QAE@XZ$0 10082110 f main.cpp.obj - 0001:0008111d __ehhandler$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 1008211d f main.cpp.obj - 0001:00081140 __unwindfunclet$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z$0 10082140 f main.cpp.obj - 0001:0008114d __ehhandler$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 1008214d f main.cpp.obj - 0001:00081170 __ehhandler$??1CDataStore@Nampower@@UAE@XZ 10082170 f main.cpp.obj - 0001:00081170 __ehhandler$??1_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 10082170 f main.cpp.obj - 0001:00081190 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$2 10082190 f main.cpp.obj - 0001:00081198 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$3 10082198 f main.cpp.obj - 0001:000811a5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 100821a5 f main.cpp.obj - 0001:000811d0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$2 100821d0 f main.cpp.obj - 0001:000811d0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$2 100821d0 f main.cpp.obj - 0001:000811d8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$3 100821d8 f main.cpp.obj - 0001:000811d8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$3 100821d8 f main.cpp.obj - 0001:000811e5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100821e5 f main.cpp.obj - 0001:000811e5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100821e5 f main.cpp.obj - 0001:00081210 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$2 10082210 f main.cpp.obj - 0001:00081218 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$3 10082218 f main.cpp.obj - 0001:00081225 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 10082225 f main.cpp.obj - 0001:00081250 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$2 10082250 f main.cpp.obj - 0001:00081258 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$3 10082258 f main.cpp.obj - 0001:00081265 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 10082265 f main.cpp.obj - 0001:00081290 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$2 10082290 f main.cpp.obj - 0001:00081298 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$3 10082298 f main.cpp.obj - 0001:000812a5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 100822a5 f main.cpp.obj - 0001:000812d0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$2 100822d0 f main.cpp.obj - 0001:000812d8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$3 100822d8 f main.cpp.obj - 0001:000812e5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100822e5 f main.cpp.obj - 0001:00081310 __unwindfunclet$??R@@QBE@XZ$0 10082310 f main.cpp.obj - 0001:00081318 __unwindfunclet$??R@@QBE@XZ$2 10082318 f main.cpp.obj - 0001:00081327 __unwindfunclet$??R@@QBE@XZ$3 10082327 f main.cpp.obj - 0001:00081345 __ehhandler$??R@@QBE@XZ 10082345 f main.cpp.obj - 0001:00081370 __unwindfunclet$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ$1 10082370 f main.cpp.obj - 0001:00081370 __unwindfunclet$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ$1 10082370 f main.cpp.obj - 0001:0008137d __ehhandler$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 1008237d f main.cpp.obj - 0001:0008137d __ehhandler$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 1008237d f main.cpp.obj - 0001:000813b0 __unwindfunclet$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z$2 100823b0 f main.cpp.obj - 0001:000813c4 __ehhandler$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 100823c4 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813f0 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$12 100823f0 f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:000813fb __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$1 100823fb f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:00081406 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$14 10082406 f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:0008140e __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$3 1008240e f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:00081416 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$4 10082416 f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:0008141e __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$5 1008241e f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081429 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$7 10082429 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081431 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$8 10082431 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081439 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$9 10082439 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081449 __ehhandler$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10082449 f main.cpp.obj - 0001:00081480 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$2 10082480 f main.cpp.obj - 0001:0008148d __ehhandler$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 1008248d f main.cpp.obj - 0001:000814c0 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$2 100824c0 f main.cpp.obj - 0001:000814c8 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$3 100824c8 f main.cpp.obj - 0001:000814d0 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$4 100824d0 f main.cpp.obj - 0001:000814d8 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$5 100824d8 f main.cpp.obj - 0001:000814e0 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$6 100824e0 f main.cpp.obj - 0001:000814f0 __ehhandler$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100824f0 f main.cpp.obj - 0001:00081520 __unwindfunclet$?CleanupUnchecked@Process@hadesmem@@AAEXXZ$2 10082520 f main.cpp.obj - 0001:0008152d __ehhandler$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 1008252d f main.cpp.obj - 0001:00081560 __unwindfunclet$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ$2 10082560 f main.cpp.obj - 0001:0008156d __ehhandler$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 1008256d f main.cpp.obj - 0001:000815a0 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$0 100825a0 f main.cpp.obj - 0001:000815b9 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$1 100825b9 f main.cpp.obj - 0001:000815c1 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$2 100825c1 f main.cpp.obj - 0001:000815c9 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$3 100825c9 f main.cpp.obj - 0001:000815d1 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$4 100825d1 f main.cpp.obj - 0001:000815de __ehhandler$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 100825de f main.cpp.obj - 0001:00081610 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$0 10082610 f main.cpp.obj - 0001:00081618 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$1 10082618 f main.cpp.obj - 0001:00081620 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$2 10082620 f main.cpp.obj - 0001:00081628 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$3 10082628 f main.cpp.obj - 0001:00081635 __ehhandler$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 10082635 f main.cpp.obj - 0001:00081660 __unwindfunclet$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z$0 10082660 f helper.cpp.obj - 0001:00081660 __unwindfunclet$?DoesItemMatch@Nampower@@YA_NIIPBD@Z$0 10082660 f items.cpp.obj - 0001:00081660 __unwindfunclet$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z$0 10082660 f main.cpp.obj - 0001:00081660 __unwindfunclet$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z$0 10082660 f spell_scripts.cpp.obj - 0001:00081660 __unwindfunclet$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z$0 10082660 f spellcast.cpp.obj - 0001:0008166d __ehhandler$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 1008266d f helper.cpp.obj - 0001:0008166d __ehhandler$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 1008266d f items.cpp.obj - 0001:0008166d __ehhandler$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 1008266d f main.cpp.obj - 0001:0008166d __ehhandler$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 1008266d f spell_scripts.cpp.obj - 0001:0008166d __ehhandler$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 1008266d f spellcast.cpp.obj - 0001:000816a0 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$2 100826a0 f main.cpp.obj - 0001:000816a8 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$3 100826a8 f main.cpp.obj - 0001:000816b0 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$4 100826b0 f main.cpp.obj - 0001:000816b8 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$5 100826b8 f main.cpp.obj - 0001:000816c0 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$6 100826c0 f main.cpp.obj - 0001:000816d0 __ehhandler$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100826d0 f main.cpp.obj - 0001:00081700 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$2 10082700 f main.cpp.obj - 0001:00081719 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$3 10082719 f main.cpp.obj - 0001:00081724 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$0 10082724 f main.cpp.obj - 0001:00081734 __ehhandler$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 10082734 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081760 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$0 10082760 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081768 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$1 10082768 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:00081770 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$2 10082770 f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:0008177d __ehhandler$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 1008277d f main.cpp.obj - 0001:000817b0 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$0 100827b0 f main.cpp.obj - 0001:000817b8 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$1 100827b8 f main.cpp.obj - 0001:000817c0 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$2 100827c0 f main.cpp.obj - 0001:000817cb __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$3 100827cb f main.cpp.obj - 0001:000817d3 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$4 100827d3 f main.cpp.obj - 0001:000817db __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$5 100827db f main.cpp.obj - 0001:000817e3 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$6 100827e3 f main.cpp.obj - 0001:000817f3 __ehhandler$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 100827f3 f main.cpp.obj - 0001:00081820 __unwindfunclet$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z$0 10082820 f main.cpp.obj - 0001:00081830 __ehhandler$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 10082830 f main.cpp.obj - 0001:00081860 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$1 10082860 f main.cpp.obj - 0001:0008186b __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$0 1008286b f main.cpp.obj - 0001:00081876 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$2 10082876 f main.cpp.obj - 0001:0008187e __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$3 1008287e f main.cpp.obj - 0001:00081889 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$4 10082889 f main.cpp.obj - 0001:00081891 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$5 10082891 f main.cpp.obj - 0001:0008189c __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$6 1008289c f main.cpp.obj - 0001:000818a4 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$7 100828a4 f main.cpp.obj - 0001:000818af __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$8 100828af f main.cpp.obj - 0001:000818b7 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$9 100828b7 f main.cpp.obj - 0001:000818c7 __ehhandler$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100828c7 f main.cpp.obj - 0001:00081900 __unwindfunclet$?CacheItemNameToId@Nampower@@YAXPBDI@Z$0 10082900 f items.cpp.obj - 0001:00081900 __unwindfunclet$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z$0 10082900 f main.cpp.obj - 0001:00081900 __unwindfunclet$?addCustomEvent@Nampower@@YAXIPAD@Z$0 10082900 f main.cpp.obj - 0001:00081900 __unwindfunclet$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z$0 10082900 f spell_scripts.cpp.obj - 0001:00081900 __unwindfunclet$?TriggerQuickcast@Nampower@@YAXXZ$0 10082900 f spellcast.cpp.obj - 0001:0008190d __ehhandler$?CacheItemNameToId@Nampower@@YAXPBDI@Z 1008290d f items.cpp.obj - 0001:0008190d __ehhandler$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 1008290d f main.cpp.obj - 0001:0008190d __ehhandler$?addCustomEvent@Nampower@@YAXIPAD@Z 1008290d f main.cpp.obj - 0001:0008190d __ehhandler$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1008290d f spell_scripts.cpp.obj - 0001:0008190d __ehhandler$?TriggerQuickcast@Nampower@@YAXXZ 1008290d f spellcast.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:00081940 __unwindfunclet$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$0 10082940 f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:0008194d __ehhandler$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 1008294d f main.cpp.obj - 0001:00081970 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10082970 f main.cpp.obj - 0001:0008197d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008297d f main.cpp.obj - 0001:000819b0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$2 100829b0 f main.cpp.obj - 0001:000819bd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 100829bd f main.cpp.obj - 0001:000819f0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 100829f0 f main.cpp.obj - 0001:000819fd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 100829fd f main.cpp.obj - 0001:00081a30 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$2 10082a30 f main.cpp.obj - 0001:00081a3d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10082a3d f main.cpp.obj - 0001:00081a70 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$2 10082a70 f main.cpp.obj - 0001:00081a7d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10082a7d f main.cpp.obj - 0001:00081ab0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$2 10082ab0 f main.cpp.obj - 0001:00081abd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10082abd f main.cpp.obj - 0001:00081af0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$2 10082af0 f main.cpp.obj - 0001:00081afd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10082afd f main.cpp.obj - 0001:00081b30 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$2 10082b30 f main.cpp.obj - 0001:00081b3d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10082b3d f main.cpp.obj - 0001:00081b70 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$2 10082b70 f main.cpp.obj - 0001:00081b7d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10082b7d f main.cpp.obj - 0001:00081bb0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$2 10082bb0 f main.cpp.obj - 0001:00081bbd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10082bbd f main.cpp.obj - 0001:00081bf0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$2 10082bf0 f main.cpp.obj - 0001:00081bfd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10082bfd f main.cpp.obj - 0001:00081c30 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$2 10082c30 f main.cpp.obj - 0001:00081c3d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10082c3d f main.cpp.obj - 0001:00081c70 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$2 10082c70 f main.cpp.obj - 0001:00081c7d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10082c7d f main.cpp.obj - 0001:00081cb0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$2 10082cb0 f main.cpp.obj - 0001:00081cbd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10082cbd f main.cpp.obj - 0001:00081cf0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$2 10082cf0 f main.cpp.obj - 0001:00081cfd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 10082cfd f main.cpp.obj - 0001:00081d30 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$2 10082d30 f main.cpp.obj - 0001:00081d3d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10082d3d f main.cpp.obj - 0001:00081d70 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$2 10082d70 f main.cpp.obj - 0001:00081d7d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10082d7d f main.cpp.obj - 0001:00081db0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$2 10082db0 f main.cpp.obj - 0001:00081dbd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10082dbd f main.cpp.obj - 0001:00081df0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10082df0 f main.cpp.obj - 0001:00081dfd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082dfd f main.cpp.obj - 0001:00081e30 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$2 10082e30 f main.cpp.obj - 0001:00081e3d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10082e3d f main.cpp.obj - 0001:00081e70 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10082e70 f main.cpp.obj - 0001:00081e7d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082e7d f main.cpp.obj - 0001:00081eb0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$2 10082eb0 f main.cpp.obj - 0001:00081ebd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10082ebd f main.cpp.obj - 0001:00081ef0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$2 10082ef0 f main.cpp.obj - 0001:00081efd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10082efd f main.cpp.obj - 0001:00081f30 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$2 10082f30 f main.cpp.obj - 0001:00081f3d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10082f3d f main.cpp.obj - 0001:00081f70 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$2 10082f70 f main.cpp.obj - 0001:00081f7d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10082f7d f main.cpp.obj - 0001:00081fb0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$2 10082fb0 f main.cpp.obj - 0001:00081fbd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10082fbd f main.cpp.obj - 0001:00081ff0 __unwindfunclet$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$3 10082ff0 f main.cpp.obj - 0001:00081ff8 __unwindfunclet$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$2 10082ff8 f main.cpp.obj - 0001:00082005 __ehhandler$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 10083005 f main.cpp.obj - 0001:00082030 __unwindfunclet$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$2 10083030 f main.cpp.obj - 0001:0008203d __ehhandler$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 1008303d f main.cpp.obj - 0001:00082070 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$2 10083070 f main.cpp.obj - 0001:00082078 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$3 10083078 f main.cpp.obj - 0001:00082080 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$4 10083080 f main.cpp.obj - 0001:00082088 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$5 10083088 f main.cpp.obj - 0001:00082090 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$6 10083090 f main.cpp.obj - 0001:000820a0 __ehhandler$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 100830a0 f main.cpp.obj - 0001:000820d0 __unwindfunclet$?SetSelectionTarget@Nampower@@YAX_K@Z$0 100830d0 f main.cpp.obj - 0001:000820dd __ehhandler$?SetSelectionTarget@Nampower@@YAX_K@Z 100830dd f main.cpp.obj - 0001:00082100 __unwindfunclet$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z$0 10083100 f main.cpp.obj - 0001:00082100 __unwindfunclet$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ$0 10083100 f main.cpp.obj - 0001:00082100 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ$0 10083100 f main.cpp.obj - 0001:0008210d __ehhandler$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 1008310d f main.cpp.obj - 0001:0008210d __ehhandler$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 1008310d f main.cpp.obj - 0001:0008210d __ehhandler$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 1008310d f main.cpp.obj - 0001:00082130 __unwindfunclet$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z$0 10083130 f main.cpp.obj - 0001:00082130 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z$0 10083130 f main.cpp.obj - 0001:00082130 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z$0 10083130 f main.cpp.obj - 0001:00082130 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z$0 10083130 f main.cpp.obj - 0001:00082130 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z$0 10083130 f main.cpp.obj - 0001:00082130 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAIH@Z@detail@hadesmem@@SIXPAIH@Z$0 10083130 f main.cpp.obj - 0001:00082130 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z$0 10083130 f main.cpp.obj - 0001:00082130 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z$0 10083130 f main.cpp.obj - 0001:00082130 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z$0 10083130 f main.cpp.obj - 0001:00082130 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z$0 10083130 f main.cpp.obj - 0001:00082130 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z$0 10083130 f main.cpp.obj - 0001:00082130 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z$0 10083130 f main.cpp.obj - 0001:00082130 __unwindfunclet$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z$0 10083130 f main.cpp.obj - 0001:0008213d __ehhandler$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 1008313d f main.cpp.obj - 0001:0008213d __ehhandler$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 1008313d f main.cpp.obj - 0001:0008213d __ehhandler$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 1008313d f main.cpp.obj - 0001:0008213d __ehhandler$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 1008313d f main.cpp.obj - 0001:0008213d __ehhandler$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 1008313d f main.cpp.obj - 0001:0008213d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAIH@Z@detail@hadesmem@@SIXPAIH@Z 1008313d f main.cpp.obj - 0001:0008213d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 1008313d f main.cpp.obj - 0001:0008213d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 1008313d f main.cpp.obj - 0001:0008213d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 1008313d f main.cpp.obj - 0001:0008213d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 1008313d f main.cpp.obj - 0001:0008213d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 1008313d f main.cpp.obj - 0001:0008213d __ehhandler$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 1008313d f main.cpp.obj - 0001:0008213d __ehhandler$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 1008313d f main.cpp.obj - 0001:00082160 __unwindfunclet$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z$0 10083160 f main.cpp.obj - 0001:00082160 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z$0 10083160 f main.cpp.obj - 0001:00082160 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z$0 10083160 f main.cpp.obj - 0001:00082160 __unwindfunclet$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z$0 10083160 f main.cpp.obj - 0001:00082160 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z$0 10083160 f main.cpp.obj - 0001:0008216d __ehhandler$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 1008316d f main.cpp.obj - 0001:0008216d __ehhandler$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 1008316d f main.cpp.obj - 0001:0008216d __ehhandler$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 1008316d f main.cpp.obj - 0001:0008216d __ehhandler$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 1008316d f main.cpp.obj - 0001:0008216d __ehhandler$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 1008316d f main.cpp.obj - 0001:00082190 __unwindfunclet$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z$0 10083190 f main.cpp.obj - 0001:00082190 __unwindfunclet$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z$0 10083190 f main.cpp.obj - 0001:0008219d __ehhandler$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 1008319d f main.cpp.obj - 0001:0008219d __ehhandler$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 1008319d f main.cpp.obj - 0001:000821c0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z$0 100831c0 f main.cpp.obj - 0001:000821c0 __unwindfunclet$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z$0 100831c0 f main.cpp.obj - 0001:000821cd __ehhandler$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 100831cd f main.cpp.obj - 0001:000821cd __ehhandler$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 100831cd f main.cpp.obj - 0001:000821f0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z$0 100831f0 f main.cpp.obj - 0001:000821fd __ehhandler$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 100831fd f main.cpp.obj - 0001:00082220 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$2 10083220 f main.cpp.obj - 0001:00082228 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$3 10083228 f main.cpp.obj - 0001:00082230 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$4 10083230 f main.cpp.obj - 0001:00082238 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$5 10083238 f main.cpp.obj - 0001:00082245 __ehhandler$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 10083245 f main.cpp.obj - 0001:00082270 __unwindfunclet$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z$0 10083270 f main.cpp.obj - 0001:0008227d __ehhandler$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 1008327d f main.cpp.obj - 0001:000822a0 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$0 100832a0 f main.cpp.obj - 0001:000822a8 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$1 100832a8 f main.cpp.obj - 0001:000822b0 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$7 100832b0 f main.cpp.obj - 0001:000822b8 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$2 100832b8 f main.cpp.obj - 0001:000822c0 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$3 100832c0 f main.cpp.obj - 0001:000822c8 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$4 100832c8 f main.cpp.obj - 0001:000822d8 __ehhandler$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 100832d8 f main.cpp.obj - 0001:00082310 __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 10083310 f main.cpp.obj - 0001:0008231d __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 1008331d f main.cpp.obj - 0001:00082350 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$0 10083350 f main.cpp.obj - 0001:0008235b __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$2 1008335b f main.cpp.obj - 0001:00082363 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$3 10083363 f main.cpp.obj - 0001:0008236e __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$4 1008336e f main.cpp.obj - 0001:00082376 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$5 10083376 f main.cpp.obj - 0001:00082381 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$6 10083381 f main.cpp.obj - 0001:00082389 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$7 10083389 f main.cpp.obj - 0001:00082394 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$8 10083394 f main.cpp.obj - 0001:0008239c __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$9 1008339c f main.cpp.obj - 0001:000823ac __ehhandler$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100833ac f main.cpp.obj - 0001:000823e0 __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 100833e0 f main.cpp.obj - 0001:000823ed __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 100833ed f main.cpp.obj - 0001:00082420 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$0 10083420 f main.cpp.obj - 0001:0008242f __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$1 1008342f f main.cpp.obj - 0001:00082448 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$2 10083448 f main.cpp.obj - 0001:00082450 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$4 10083450 f main.cpp.obj - 0001:0008245d __ehhandler$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 1008345d f main.cpp.obj - 0001:00082480 __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 10083480 f main.cpp.obj - 0001:00082488 __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 10083488 f main.cpp.obj - 0001:00082490 __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 10083490 f main.cpp.obj - 0001:00082498 __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 10083498 f main.cpp.obj - 0001:000824a5 __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 100834a5 f main.cpp.obj - 0001:000824d0 __ehhandler$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100834d0 f main.cpp.obj - 0001:000824f0 __ehhandler$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 100834f0 f main.cpp.obj - 0001:00082520 __unwindfunclet$?checkForStopChanneling@Nampower@@YAXXZ$0 10083520 f main.cpp.obj - 0001:00082528 __unwindfunclet$?checkForStopChanneling@Nampower@@YAXXZ$1 10083528 f main.cpp.obj - 0001:00082535 __ehhandler$?checkForStopChanneling@Nampower@@YAXXZ 10083535 f main.cpp.obj - 0001:00082560 __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$0 10083560 f main.cpp.obj - 0001:0008256f __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$1 1008356f f main.cpp.obj - 0001:0008258b __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$2 1008358b f main.cpp.obj - 0001:00082598 __ehhandler$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 10083598 f main.cpp.obj - 0001:000825c0 __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$0 100835c0 f main.cpp.obj - 0001:000825cf __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$1 100835cf f main.cpp.obj - 0001:000825eb __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$2 100835eb f main.cpp.obj - 0001:000825f8 __ehhandler$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100835f8 f main.cpp.obj - 0001:00082620 __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 10083620 f main.cpp.obj - 0001:0008262f __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 1008362f f main.cpp.obj - 0001:0008263c __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 1008363c f main.cpp.obj - 0001:00082660 __unwindfunclet$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ$0 10083660 f main.cpp.obj - 0001:0008266f __unwindfunclet$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ$1 1008366f f main.cpp.obj - 0001:0008267c __ehhandler$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 1008367c f main.cpp.obj - 0001:000826a0 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$0 100836a0 f main.cpp.obj - 0001:000826b9 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$1 100836b9 f main.cpp.obj - 0001:000826c8 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$4 100836c8 f main.cpp.obj - 0001:000826d0 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$2 100836d0 f main.cpp.obj - 0001:000826d8 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$3 100836d8 f main.cpp.obj - 0001:000826e0 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$11 100836e0 f main.cpp.obj - 0001:000826ed __ehhandler$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 100836ed f main.cpp.obj - 0001:00082710 __unwindfunclet$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z$0 10083710 f main.cpp.obj - 0001:00082718 __unwindfunclet$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z$1 10083718 f main.cpp.obj - 0001:00082725 __ehhandler$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 10083725 f main.cpp.obj - 0001:00082750 __unwindfunclet$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z$0 10083750 f main.cpp.obj - 0001:0008275b __unwindfunclet$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z$1 1008375b f main.cpp.obj - 0001:00082768 __ehhandler$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 10083768 f main.cpp.obj - 0001:000827a0 __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 100837a0 f main.cpp.obj - 0001:000827ab __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 100837ab f main.cpp.obj - 0001:000827b3 __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 100837b3 f main.cpp.obj - 0001:000827bb __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 100837bb f main.cpp.obj - 0001:000827c8 __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 100837c8 f main.cpp.obj - 0001:00082800 __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 10083800 f main.cpp.obj - 0001:00082800 __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 10083800 f main.cpp.obj - 0001:0008280d __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 1008380d f main.cpp.obj - 0001:0008280d __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 1008380d f main.cpp.obj - 0001:00082840 __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 10083840 f main.cpp.obj - 0001:00082848 __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 10083848 f main.cpp.obj - 0001:00082855 __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 10083855 f main.cpp.obj - 0001:00082880 __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 10083880 f main.cpp.obj - 0001:0008288d __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 1008388d f main.cpp.obj - 0001:000828c0 __unwindfunclet$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$2 100838c0 f main.cpp.obj - 0001:000828cd __ehhandler$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 100838cd f main.cpp.obj - 0001:000828f0 __unwindfunclet$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$2 100838f0 f main.cpp.obj - 0001:00082904 __ehhandler$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 10083904 f main.cpp.obj - 0001:00082930 __unwindfunclet$?initHooks@Nampower@@YAXXZ$0 10083930 f main.cpp.obj - 0001:00082938 __unwindfunclet$?initHooks@Nampower@@YAXXZ$1 10083938 f main.cpp.obj - 0001:00082940 __unwindfunclet$?initHooks@Nampower@@YAXXZ$38 10083940 f main.cpp.obj - 0001:0008294d __ehhandler$?initHooks@Nampower@@YAXXZ 1008394d f main.cpp.obj - 0001:00082980 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$0 10083980 f main.cpp.obj - 0001:0008298b __unwindfunclet$?loadConfig@Nampower@@YAXXZ$1 1008398b f main.cpp.obj - 0001:00082996 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$2 10083996 f main.cpp.obj - 0001:000829a1 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$3 100839a1 f main.cpp.obj - 0001:000829ac __unwindfunclet$?loadConfig@Nampower@@YAXXZ$4 100839ac f main.cpp.obj - 0001:000829b7 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$5 100839b7 f main.cpp.obj - 0001:000829c2 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$6 100839c2 f main.cpp.obj - 0001:000829cd __unwindfunclet$?loadConfig@Nampower@@YAXXZ$7 100839cd f main.cpp.obj - 0001:000829d8 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$8 100839d8 f main.cpp.obj - 0001:000829e3 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$9 100839e3 f main.cpp.obj - 0001:000829ee __unwindfunclet$?loadConfig@Nampower@@YAXXZ$10 100839ee f main.cpp.obj - 0001:000829f9 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$11 100839f9 f main.cpp.obj - 0001:00082a09 __ehhandler$?loadConfig@Nampower@@YAXXZ 10083a09 f main.cpp.obj - 0001:00082a40 __unwindfunclet$?loadUserVar@Nampower@@YAXPBD@Z$0 10083a40 f main.cpp.obj - 0001:00082a48 __unwindfunclet$?loadUserVar@Nampower@@YAXPBD@Z$1 10083a48 f main.cpp.obj - 0001:00082a55 __ehhandler$?loadUserVar@Nampower@@YAXPBD@Z 10083a55 f main.cpp.obj - 0001:00082a80 __unwindfunclet$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z$0 10083a80 f main.cpp.obj - 0001:00082a8d __ehhandler$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 10083a8d f main.cpp.obj - 0001:00082ab0 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$0 10083ab0 f main.cpp.obj - 0001:00082ab8 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$1 10083ab8 f main.cpp.obj - 0001:00082ac0 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$2 10083ac0 f main.cpp.obj - 0001:00082acd __ehhandler$?processQueues@Nampower@@YA_NXZ 10083acd f main.cpp.obj - 0001:00082b00 __unwindfunclet$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$2 10083b00 f main.cpp.obj - 0001:00082b0d __ehhandler$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 10083b0d f main.cpp.obj - 0001:00082b30 __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 10083b30 f main.cpp.obj - 0001:00082b3d __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 10083b3d f main.cpp.obj - 0001:00082b60 __unwindfunclet$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z$2 10083b60 f main.cpp.obj - 0001:00082b6d __ehhandler$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 10083b6d f main.cpp.obj - 0001:00082b90 __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 10083b90 f main.cpp.obj - 0001:00082bae __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 10083bae f main.cpp.obj - 0001:00082bd0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$0 10083bd0 f main.cpp.obj - 0001:00082bd8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$1 10083bd8 f main.cpp.obj - 0001:00082be0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$2 10083be0 f main.cpp.obj - 0001:00082be8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$3 10083be8 f main.cpp.obj - 0001:00082bf0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$4 10083bf0 f main.cpp.obj - 0001:00082bf8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$5 10083bf8 f main.cpp.obj - 0001:00082c00 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$6 10083c00 f main.cpp.obj - 0001:00082c08 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$7 10083c08 f main.cpp.obj - 0001:00082c10 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$8 10083c10 f main.cpp.obj - 0001:00082c18 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$9 10083c18 f main.cpp.obj - 0001:00082c20 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$10 10083c20 f main.cpp.obj - 0001:00082c28 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$11 10083c28 f main.cpp.obj - 0001:00082c30 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$12 10083c30 f main.cpp.obj - 0001:00082c38 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$13 10083c38 f main.cpp.obj - 0001:00082c40 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$14 10083c40 f main.cpp.obj - 0001:00082c48 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$15 10083c48 f main.cpp.obj - 0001:00082c50 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$16 10083c50 f main.cpp.obj - 0001:00082c58 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$17 10083c58 f main.cpp.obj - 0001:00082c60 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$18 10083c60 f main.cpp.obj - 0001:00082c68 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$19 10083c68 f main.cpp.obj - 0001:00082c70 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$20 10083c70 f main.cpp.obj - 0001:00082c78 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$21 10083c78 f main.cpp.obj - 0001:00082c80 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$22 10083c80 f main.cpp.obj - 0001:00082c88 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$23 10083c88 f main.cpp.obj - 0001:00082c90 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$24 10083c90 f main.cpp.obj - 0001:00082c98 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$25 10083c98 f main.cpp.obj - 0001:00082ca0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$26 10083ca0 f main.cpp.obj - 0001:00082ca8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$27 10083ca8 f main.cpp.obj - 0001:00082cb0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$28 10083cb0 f main.cpp.obj - 0001:00082cb8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$29 10083cb8 f main.cpp.obj - 0001:00082cc0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$30 10083cc0 f main.cpp.obj - 0001:00082cc8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$31 10083cc8 f main.cpp.obj - 0001:00082cd0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$32 10083cd0 f main.cpp.obj - 0001:00082cd8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$33 10083cd8 f main.cpp.obj - 0001:00082ce5 __ehhandler$?updateFromCvar@Nampower@@YAXPBD0@Z 10083ce5 f main.cpp.obj - 0001:00082d10 __unwindfunclet$_Load$4 10083d10 f main.cpp.obj - 0001:00082d18 __unwindfunclet$_Load$3 10083d18 f main.cpp.obj - 0001:00082d25 __ehhandler$_Load 10083d25 f main.cpp.obj - 0001:00082d50 __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 10083d50 f helper.cpp.obj - 0001:00082d58 __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 10083d58 f helper.cpp.obj - 0001:00082d65 __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 10083d65 f helper.cpp.obj - 0001:00082d90 __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 10083d90 f helper.cpp.obj - 0001:00082d98 __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 10083d98 f helper.cpp.obj - 0001:00082da5 __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 10083da5 f helper.cpp.obj - 0001:00082dd0 __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$0 10083dd0 f helper.cpp.obj - 0001:00082ddc __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$2 10083ddc f helper.cpp.obj - 0001:00082de6 __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$3 10083de6 f helper.cpp.obj - 0001:00082df5 __ehhandler$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 10083df5 f helper.cpp.obj - 0001:00082e20 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$1 10083e20 f helper.cpp.obj - 0001:00082e28 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$3 10083e28 f helper.cpp.obj - 0001:00082e30 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$0 10083e30 f helper.cpp.obj - 0001:00082e3c __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$9 10083e3c f helper.cpp.obj - 0001:00082e46 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$10 10083e46 f helper.cpp.obj - 0001:00082e55 __ehhandler$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 10083e55 f helper.cpp.obj - 0001:00082e80 __unwindfunclet$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z$0 10083e80 f helper.cpp.obj - 0001:00082e80 __unwindfunclet$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z$0 10083e80 f spellcast.cpp.obj - 0001:00082e80 __unwindfunclet$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z$0 10083e80 f spellcast.cpp.obj - 0001:00082e80 __unwindfunclet$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z$0 10083e80 f spellevents.cpp.obj - 0001:00082e8d __ehhandler$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 10083e8d f helper.cpp.obj - 0001:00082e8d __ehhandler$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 10083e8d f spellcast.cpp.obj - 0001:00082e8d __ehhandler$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 10083e8d f spellcast.cpp.obj - 0001:00082e8d __ehhandler$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 10083e8d f spellevents.cpp.obj - 0001:00082ec0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$2 10083ec0 f spellcast.cpp.obj - 0001:00082ec8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$3 10083ec8 f spellcast.cpp.obj - 0001:00082ed5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 10083ed5 f spellcast.cpp.obj - 0001:00082f00 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$0 10083f00 f spellcast.cpp.obj - 0001:00082f08 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$4 10083f08 f spellcast.cpp.obj - 0001:00082f10 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$1 10083f10 f spellcast.cpp.obj - 0001:00082f18 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$2 10083f18 f spellcast.cpp.obj - 0001:00082f20 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$3 10083f20 f spellcast.cpp.obj - 0001:00082f2d __ehhandler$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 10083f2d f spellcast.cpp.obj - 0001:00082f60 __unwindfunclet$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z$0 10083f60 f spellcast.cpp.obj - 0001:00082f68 __unwindfunclet$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z$1 10083f68 f spellcast.cpp.obj - 0001:00082f75 __ehhandler$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 10083f75 f spellcast.cpp.obj - 0001:00082fa0 __unwindfunclet$?CastQueuedNonGcdSpell@Nampower@@YAXXZ$0 10083fa0 f spellcast.cpp.obj - 0001:00082fa8 __unwindfunclet$?CastQueuedNonGcdSpell@Nampower@@YAXXZ$1 10083fa8 f spellcast.cpp.obj - 0001:00082fb5 __ehhandler$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 10083fb5 f spellcast.cpp.obj - 0001:00082fe0 __unwindfunclet$?CastQueuedNormalSpell@Nampower@@YAXXZ$0 10083fe0 f spellcast.cpp.obj - 0001:00082fe8 __unwindfunclet$?CastQueuedNormalSpell@Nampower@@YAXXZ$1 10083fe8 f spellcast.cpp.obj - 0001:00082ff5 __ehhandler$?CastQueuedNormalSpell@Nampower@@YAXXZ 10083ff5 f spellcast.cpp.obj - 0001:00083020 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$0 10084020 f spellcast.cpp.obj - 0001:00083028 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$1 10084028 f spellcast.cpp.obj - 0001:00083030 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$2 10084030 f spellcast.cpp.obj - 0001:00083038 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$3 10084038 f spellcast.cpp.obj - 0001:00083040 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$4 10084040 f spellcast.cpp.obj - 0001:00083048 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$6 10084048 f spellcast.cpp.obj - 0001:00083050 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$5 10084050 f spellcast.cpp.obj - 0001:00083058 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$7 10084058 f spellcast.cpp.obj - 0001:00083060 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$8 10084060 f spellcast.cpp.obj - 0001:00083068 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$9 10084068 f spellcast.cpp.obj - 0001:00083070 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$10 10084070 f spellcast.cpp.obj - 0001:00083078 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$11 10084078 f spellcast.cpp.obj - 0001:00083080 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$12 10084080 f spellcast.cpp.obj - 0001:00083088 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$13 10084088 f spellcast.cpp.obj - 0001:00083090 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$17 10084090 f spellcast.cpp.obj - 0001:00083098 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$14 10084098 f spellcast.cpp.obj - 0001:000830a0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$15 100840a0 f spellcast.cpp.obj - 0001:000830a8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$16 100840a8 f spellcast.cpp.obj - 0001:000830b0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$18 100840b0 f spellcast.cpp.obj - 0001:000830b8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$19 100840b8 f spellcast.cpp.obj - 0001:000830c0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$20 100840c0 f spellcast.cpp.obj - 0001:000830c8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$21 100840c8 f spellcast.cpp.obj - 0001:000830d0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$22 100840d0 f spellcast.cpp.obj - 0001:000830d8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$23 100840d8 f spellcast.cpp.obj - 0001:000830e5 __ehhandler$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100840e5 f spellcast.cpp.obj - 0001:00083110 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10084110 f spellchannel.cpp.obj - 0001:00083118 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10084118 f spellchannel.cpp.obj - 0001:00083120 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$2 10084120 f spellchannel.cpp.obj - 0001:00083128 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$3 10084128 f spellchannel.cpp.obj - 0001:00083130 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$4 10084130 f spellchannel.cpp.obj - 0001:00083138 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$5 10084138 f spellchannel.cpp.obj - 0001:00083145 __ehhandler$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10084145 f spellchannel.cpp.obj - 0001:00083170 __unwindfunclet$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10084170 f spellchannel.cpp.obj - 0001:00083178 __unwindfunclet$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10084178 f spellchannel.cpp.obj - 0001:00083185 __ehhandler$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10084185 f spellchannel.cpp.obj - 0001:000831b0 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 100841b0 f spellevents.cpp.obj - 0001:000831b8 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 100841b8 f spellevents.cpp.obj - 0001:000831c0 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$2 100841c0 f spellevents.cpp.obj - 0001:000831cd __ehhandler$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 100841cd f spellevents.cpp.obj - 0001:00083200 __unwindfunclet$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z$1 10084200 f spellevents.cpp.obj - 0001:00083208 __unwindfunclet$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z$0 10084208 f spellevents.cpp.obj - 0001:00083215 __ehhandler$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 10084215 f spellevents.cpp.obj - 0001:00083240 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$0 10084240 f spellevents.cpp.obj - 0001:00083248 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$1 10084248 f spellevents.cpp.obj - 0001:00083250 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$2 10084250 f spellevents.cpp.obj - 0001:0008325d __ehhandler$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 1008425d f spellevents.cpp.obj - 0001:00083290 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$0 10084290 f spellevents.cpp.obj - 0001:00083298 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$13 10084298 f spellevents.cpp.obj - 0001:000832a0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$14 100842a0 f spellevents.cpp.obj - 0001:000832a8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$2 100842a8 f spellevents.cpp.obj - 0001:000832b0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$1 100842b0 f spellevents.cpp.obj - 0001:000832b8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$3 100842b8 f spellevents.cpp.obj - 0001:000832c0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$4 100842c0 f spellevents.cpp.obj - 0001:000832c8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$5 100842c8 f spellevents.cpp.obj - 0001:000832d0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$8 100842d0 f spellevents.cpp.obj - 0001:000832d8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$9 100842d8 f spellevents.cpp.obj - 0001:000832e0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$7 100842e0 f spellevents.cpp.obj - 0001:000832e8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$6 100842e8 f spellevents.cpp.obj - 0001:000832f0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$10 100842f0 f spellevents.cpp.obj - 0001:000832f8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$11 100842f8 f spellevents.cpp.obj - 0001:00083300 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$12 10084300 f spellevents.cpp.obj - 0001:0008330d __ehhandler$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 1008430d f spellevents.cpp.obj - 0001:00083340 __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$0 10084340 f spellevents.cpp.obj - 0001:0008334b __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$1 1008434b f spellevents.cpp.obj - 0001:00083356 __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$2 10084356 f spellevents.cpp.obj - 0001:0008335e __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$3 1008435e f spellevents.cpp.obj - 0001:0008336b __ehhandler$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 1008436b f spellevents.cpp.obj - 0001:000833a0 __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 100843a0 f misc_scripts.cpp.obj - 0001:000833a0 __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 100843a0 f misc_scripts.cpp.obj - 0001:000833a0 __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 100843a0 f spell_scripts.cpp.obj - 0001:000833ad __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 100843ad f misc_scripts.cpp.obj - 0001:000833ad __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 100843ad f misc_scripts.cpp.obj - 0001:000833ad __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 100843ad f spell_scripts.cpp.obj - 0001:000833e0 __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 100843e0 f dbc_fields.cpp.obj - 0001:000833e0 __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 100843e0 f misc_scripts.cpp.obj - 0001:000833e8 __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 100843e8 f dbc_fields.cpp.obj - 0001:000833e8 __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 100843e8 f misc_scripts.cpp.obj - 0001:000833f5 __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 100843f5 f dbc_fields.cpp.obj - 0001:000833f5 __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 100843f5 f misc_scripts.cpp.obj - 0001:00083420 __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 10084420 f items.cpp.obj - 0001:00083420 __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 10084420 f misc_scripts.cpp.obj - 0001:0008342b __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 1008442b f items.cpp.obj - 0001:0008342b __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 1008442b f misc_scripts.cpp.obj - 0001:0008343b __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 1008443b f items.cpp.obj - 0001:0008343b __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 1008443b f misc_scripts.cpp.obj - 0001:00083460 __unwindfunclet$?CSimpleFrame_GetNameHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z$0 10084460 f misc_scripts.cpp.obj - 0001:0008346d __ehhandler$?CSimpleFrame_GetNameHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1008446d f misc_scripts.cpp.obj - 0001:000834a0 __unwindfunclet$?RunQueuedScript@Nampower@@YA_NH@Z$0 100844a0 f misc_scripts.cpp.obj - 0001:000834a0 __unwindfunclet$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z$0 100844a0 f misc_scripts.cpp.obj - 0001:000834ad __ehhandler$?RunQueuedScript@Nampower@@YA_NH@Z 100844ad f misc_scripts.cpp.obj - 0001:000834ad __ehhandler$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 100844ad f misc_scripts.cpp.obj - 0001:000834e0 __unwindfunclet$?Script_DisenchantAll@Nampower@@YAIPAI@Z$0 100844e0 f misc_scripts.cpp.obj - 0001:000834ed __ehhandler$?Script_DisenchantAll@Nampower@@YAIPAI@Z 100844ed f misc_scripts.cpp.obj - 0001:00083520 __unwindfunclet$?Script_GetItemStatsField@Nampower@@YAIPAI@Z$2 10084520 f misc_scripts.cpp.obj - 0001:00083520 __unwindfunclet$?Script_GetUnitField@Nampower@@YAIPAI@Z$2 10084520 f misc_scripts.cpp.obj - 0001:00083520 __unwindfunclet$?Script_GetSpellRecField@Nampower@@YAIPAI@Z$2 10084520 f spell_scripts.cpp.obj - 0001:0008352d __ehhandler$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 1008452d f misc_scripts.cpp.obj - 0001:0008352d __ehhandler$?Script_GetUnitField@Nampower@@YAIPAI@Z 1008452d f misc_scripts.cpp.obj - 0001:0008352d __ehhandler$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 1008452d f spell_scripts.cpp.obj - 0001:00083560 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$0 10084560 f dbc_fields.cpp.obj - 0001:00083560 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$0 10084560 f misc_scripts.cpp.obj - 0001:00083568 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$1 10084568 f dbc_fields.cpp.obj - 0001:00083568 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$1 10084568 f misc_scripts.cpp.obj - 0001:00083570 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$2 10084570 f dbc_fields.cpp.obj - 0001:00083570 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$2 10084570 f misc_scripts.cpp.obj - 0001:00083578 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$3 10084578 f dbc_fields.cpp.obj - 0001:00083578 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$3 10084578 f misc_scripts.cpp.obj - 0001:00083585 __ehhandler$?InitializeFieldMaps@Nampower@@YAXXZ 10084585 f dbc_fields.cpp.obj - 0001:00083585 __ehhandler$?Script_QueueScript@Nampower@@YAIPAI@Z 10084585 f misc_scripts.cpp.obj - 0001:000835b0 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$0 100845b0 f misc_scripts.cpp.obj - 0001:000835b8 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$1 100845b8 f misc_scripts.cpp.obj - 0001:000835c0 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$3 100845c0 f misc_scripts.cpp.obj - 0001:000835c8 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$4 100845c8 f misc_scripts.cpp.obj - 0001:000835d0 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$2 100845d0 f misc_scripts.cpp.obj - 0001:000835dd __ehhandler$?TryDisenchant@Nampower@@YA_NXZ 100845dd f misc_scripts.cpp.obj - 0001:00083610 __unwindfunclet$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z$0 10084610 f spell_scripts.cpp.obj - 0001:00083610 __unwindfunclet$?Script_QueueSpellByName@Nampower@@YAIPAI@Z$0 10084610 f spell_scripts.cpp.obj - 0001:0008361d __ehhandler$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 1008461d f spell_scripts.cpp.obj - 0001:0008361d __ehhandler$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 1008461d f spell_scripts.cpp.obj - 0001:00083650 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$1 10084650 f spell_scripts.cpp.obj - 0001:00083658 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$4 10084658 f spell_scripts.cpp.obj - 0001:00083660 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$0 10084660 f spell_scripts.cpp.obj - 0001:0008366d __ehhandler$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 1008466d f spell_scripts.cpp.obj - 0001:000836a0 __unwindfunclet$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z$0 100846a0 f item_scripts.cpp.obj - 0001:000836a8 __unwindfunclet$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z$1 100846a8 f item_scripts.cpp.obj - 0001:000836b5 __ehhandler$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 100846b5 f item_scripts.cpp.obj - 0001:000836e0 __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 100846e0 f items.cpp.obj - 0001:000836e8 __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 100846e8 f items.cpp.obj - 0001:000836f5 __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 100846f5 f items.cpp.obj - 0001:00083720 __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 10084720 f items.cpp.obj - 0001:00083728 __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 10084728 f items.cpp.obj - 0001:00083735 __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 10084735 f items.cpp.obj - 0001:00083760 __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 10084760 f items.cpp.obj - 0001:00083768 __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 10084768 f items.cpp.obj - 0001:00083775 __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 10084775 f items.cpp.obj - 0001:000837a0 __unwindfunclet$??__EitemNameToIdCache@Nampower@@YAXXZ$1 100847a0 f items.cpp.obj - 0001:000837aa __unwindfunclet$??__EitemNameToIdCache@Nampower@@YAXXZ$2 100847aa f items.cpp.obj - 0001:000837b9 __ehhandler$??__EitemNameToIdCache@Nampower@@YAXXZ 100847b9 f items.cpp.obj - 0001:000837e0 __unwindfunclet$??__EitemStatsCache@Nampower@@YAXXZ$1 100847e0 f items.cpp.obj - 0001:000837ea __unwindfunclet$??__EitemStatsCache@Nampower@@YAXXZ$2 100847ea f items.cpp.obj - 0001:000837f9 __ehhandler$??__EitemStatsCache@Nampower@@YAXXZ 100847f9 f items.cpp.obj - 0001:00083820 __unwindfunclet$??__EpendingItemIds@Nampower@@YAXXZ$1 10084820 f items.cpp.obj - 0001:0008382a __unwindfunclet$??__EpendingItemIds@Nampower@@YAXXZ$2 1008482a f items.cpp.obj - 0001:00083839 __ehhandler$??__EpendingItemIds@Nampower@@YAXXZ 10084839 f items.cpp.obj - 0001:00083860 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$0 10084860 f items.cpp.obj - 0001:00083868 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$1 10084868 f items.cpp.obj - 0001:00083870 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$2 10084870 f items.cpp.obj - 0001:00083878 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$3 10084878 f items.cpp.obj - 0001:00083880 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$4 10084880 f items.cpp.obj - 0001:00083888 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$5 10084888 f items.cpp.obj - 0001:00083895 __ehhandler$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 10084895 f items.cpp.obj - 0001:000838c0 __unwindfunclet$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z$0 100848c0 f items.cpp.obj - 0001:000838c8 __unwindfunclet$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z$1 100848c8 f items.cpp.obj - 0001:000838d5 __ehhandler$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 100848d5 f items.cpp.obj - 0001:00083900 __unwindfunclet$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z$0 10084900 f items.cpp.obj - 0001:0008391e __ehhandler$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 1008491e f items.cpp.obj - 0001:00083940 __unwindfunclet$?InitializeUnitFieldMaps@Nampower@@YAXXZ$0 10084940 f unit_fields.cpp.obj - 0001:00083948 __unwindfunclet$?InitializeUnitFieldMaps@Nampower@@YAXXZ$1 10084948 f unit_fields.cpp.obj - 0001:00083955 __ehhandler$?InitializeUnitFieldMaps@Nampower@@YAXXZ 10084955 f unit_fields.cpp.obj - 0001:00083980 __unwindfunclet$?CleanupAllLuaTableRefs@Nampower@@YAXXZ$0 10084980 f lua_refs.cpp.obj - 0001:00083988 __unwindfunclet$?CleanupAllLuaTableRefs@Nampower@@YAXXZ$1 10084988 f lua_refs.cpp.obj - 0001:00083995 __ehhandler$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 10084995 f lua_refs.cpp.obj - 0001:000839bc __ehhandler$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 100849bc f libvcruntime:frame.obj - 0001:000839d9 __unwindfunclet$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ$0 100849d9 f libvcruntime:undname.obj - 0001:000839e6 __ehhandler$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 100849e6 f libvcruntime:undname.obj - 0001:00083a03 __ehhandler$?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 10084a03 f libucrt:write.obj - 0001:00083a2d __ehhandler$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 10084a2d f libucrt:exit.obj - 0001:00083a4a __ehhandler$__execute_onexit_table 10084a4a f libucrt:onexit.obj - 0001:00083a67 __ehhandler$___dcrt_uninitialize_environments_nolock 10084a67 f libucrt:environment_initialization.obj - 0001:00083a84 __ehhandler$?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 10084a84 f libucrt:mbstowcs.obj - 0001:00083aa1 __unwindfunclet$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z$0 10084aa1 f libcpmt:locale0.obj - 0001:00083aae __ehhandler$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 10084aae f libcpmt:locale0.obj - 0001:00083ad0 ??__FdebugLogFile@Nampower@@YAXXZ 10084ad0 f logging.cpp.obj - 0001:00083b80 ??__F?e@?$exception_ptr_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B@@YAXXZ 10084b80 f main.cpp.obj - 0001:00083bc0 ??__F?e@?$exception_ptr_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B@@YAXXZ 10084bc0 f main.cpp.obj - 0001:00083c00 ??__Fep@?1???$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ@YAXXZ 10084c00 f main.cpp.obj - 0001:00083c40 ??__Fep@?1???$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ@YAXXZ 10084c40 f main.cpp.obj - 0001:00083c80 ??__FgAttackRoundInfo_ReadPacketDetour@Nampower@@YAXXZ 10084c80 f main.cpp.obj - 0001:00083ca0 ??__FgCGActionBar_UseActionDetour@Nampower@@YAXXZ 10084ca0 f main.cpp.obj - 0001:00083cc0 ??__FgCGPlayer_C_OnAttackIconPressedDetour@Nampower@@YAXXZ 10084cc0 f main.cpp.obj - 0001:00083ce0 ??__FgCGSpellBook_CastSpellDetour@Nampower@@YAXXZ 10084ce0 f main.cpp.obj - 0001:00083d00 ??__FgCGUnit_C_OnAuraAddedDetour@Nampower@@YAXXZ 10084d00 f main.cpp.obj - 0001:00083d20 ??__FgCGUnit_C_OnAuraAddedStackDetour@Nampower@@YAXXZ 10084d20 f main.cpp.obj - 0001:00083d40 ??__FgCGUnit_C_OnAuraRemovedDetour@Nampower@@YAXXZ 10084d40 f main.cpp.obj - 0001:00083d60 ??__FgCGWorldFrame_OnLayerTrackTerrainDetour@Nampower@@YAXXZ 10084d60 f main.cpp.obj - 0001:00083d80 ??__FgCSimpleFrame_GetNameDetour@Nampower@@YAXXZ 10084d80 f main.cpp.obj - 0001:00083da0 ??__FgCancelSpellDetour@Nampower@@YAXXZ 10084da0 f main.cpp.obj - 0001:00083dc0 ??__FgCastDetour@Nampower@@YAXXZ 10084dc0 f main.cpp.obj - 0001:00083de0 ??__FgCastHistory@Nampower@@YAXXZ 10084de0 f main.cpp.obj - 0001:00083df0 ??__FgCastResultHandlerDetour@Nampower@@YAXXZ 10084df0 f main.cpp.obj - 0001:00083e10 ??__FgCastbarPatch@Nampower@@YAXXZ 10084e10 f main.cpp.obj - 0001:00083ee0 ??__FgCreateEventsDetour@Nampower@@YAXXZ 10084ee0 f main.cpp.obj - 0001:00083f00 ??__FgGetSpellSlotFromLuaDetour@Nampower@@YAXXZ 10084f00 f main.cpp.obj - 0001:00083f20 ??__FgIEndSceneDetour@Nampower@@YAXXZ 10084f20 f main.cpp.obj - 0001:00083f40 ??__FgInvalidFunctionPtrCheckDetour@Nampower@@YAXXZ 10084f40 f main.cpp.obj - 0001:00083f60 ??__FgLoadScriptFunctionsDetour@Nampower@@YAXXZ 10084f60 f main.cpp.obj - 0001:00083f80 ??__FgNonGcdCastQueue@Nampower@@YAXXZ 10084f80 f main.cpp.obj - 0001:00083f90 ??__FgOnSpriteRightClickDetour@Nampower@@YAXXZ 10084f90 f main.cpp.obj - 0001:00083fb0 ??__FgPeriodicAuraLogHandlerDetour@Nampower@@YAXXZ 10084fb0 f main.cpp.obj - 0001:00083fd0 ??__FgPlaySpellVisualHandlerDetour@Nampower@@YAXXZ 10084fd0 f main.cpp.obj - 0001:00083ff0 ??__FgSendCastDetour@Nampower@@YAXXZ 10084ff0 f main.cpp.obj - 0001:00084010 ??__FgSetCVarDetour@Nampower@@YAXXZ 10085010 f main.cpp.obj - 0001:00084030 ??__FgSetEventCountDetour@Nampower@@YAXXZ 10085030 f main.cpp.obj - 0001:00084050 ??__FgSignalEventDetour@Nampower@@YAXXZ 10085050 f main.cpp.obj - 0001:00084070 ??__FgSpellChannelStartHandlerDetour@Nampower@@YAXXZ 10085070 f main.cpp.obj - 0001:00084090 ??__FgSpellChannelUpdateHandlerDetour@Nampower@@YAXXZ 10085090 f main.cpp.obj - 0001:000840b0 ??__FgSpellCooldownDetour@Nampower@@YAXXZ 100850b0 f main.cpp.obj - 0001:000840d0 ??__FgSpellDelayedDetour@Nampower@@YAXXZ 100850d0 f main.cpp.obj - 0001:000840f0 ??__FgSpellEnergizeLogHandlerDetour@Nampower@@YAXXZ 100850f0 f main.cpp.obj - 0001:00084110 ??__FgSpellFailedDetour@Nampower@@YAXXZ 10085110 f main.cpp.obj - 0001:00084130 ??__FgSpellFailedOtherHandlerDetour@Nampower@@YAXXZ 10085130 f main.cpp.obj - 0001:00084150 ??__FgSpellGoDetour@Nampower@@YAXXZ 10085150 f main.cpp.obj - 0001:00084170 ??__FgSpellHealingLogHandlerDetour@Nampower@@YAXXZ 10085170 f main.cpp.obj - 0001:00084190 ??__FgSpellNonMeleeDmgLogHandlerDetour@Nampower@@YAXXZ 10085190 f main.cpp.obj - 0001:000841b0 ??__FgSpellStartHandlerDetour@Nampower@@YAXXZ 100851b0 f main.cpp.obj - 0001:000841d0 ??__FgSpellStopCastingDetour@Nampower@@YAXXZ 100851d0 f main.cpp.obj - 0001:000841f0 ??__FgSpellTargetUnitDetour@Nampower@@YAXXZ 100851f0 f main.cpp.obj - 0001:00084210 ??__FgSpell_C_CooldownEventTriggeredDetour@Nampower@@YAXXZ 10085210 f main.cpp.obj - 0001:00084230 ??__FgSpell_C_GetAutoRepeatingSpellDetour@Nampower@@YAXXZ 10085230 f main.cpp.obj - 0001:00084250 ??__FgSpell_C_GetSpellModifiersDetour@Nampower@@YAXXZ 10085250 f main.cpp.obj - 0001:00084270 ??__FgSpell_C_GetSpellRadiusDetour@Nampower@@YAXXZ 10085270 f main.cpp.obj - 0001:00084290 ??__FgSpell_C_HandleSpriteClickDetour@Nampower@@YAXXZ 10085290 f main.cpp.obj - 0001:000842b0 ??__FgSpell_C_HandleTerrainClickDetour@Nampower@@YAXXZ 100852b0 f main.cpp.obj - 0001:000842d0 ??__FgSpell_C_TargetSpellDetour@Nampower@@YAXXZ 100852d0 f main.cpp.obj - 0001:000842f0 ??__FgSysMsgInitDetour@Nampower@@YAXXZ 100852f0 f main.cpp.obj - 0001:00084310 ??__FgUnitCombatLogUnitDeadDetour@Nampower@@YAXXZ 10085310 f main.cpp.obj - 0001:00084330 ??__FspellIdToSlotCache@?1??ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z@YAXXZ 10085330 f helper.cpp.obj - 0001:00084340 ??__FspellSlotCache@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@YAXXZ 10085340 f helper.cpp.obj - 0001:00084350 ??__FitemStatsArrayFieldRefs@Nampower@@YAXXZ 10085350 f misc_scripts.cpp.obj - 0001:00084360 ??__FitemStatsNestedArrayRefs@Nampower@@YAXXZ 10085360 f misc_scripts.cpp.obj - 0001:00084370 ??__FunitFieldsArrayFieldRefs@Nampower@@YAXXZ 10085370 f misc_scripts.cpp.obj - 0001:00084380 ??__FunitFieldsNestedArrayRefs@Nampower@@YAXXZ 10085380 f misc_scripts.cpp.obj - 0001:00084390 ??__FspellRecArrayFieldRefs@Nampower@@YAXXZ 10085390 f spell_scripts.cpp.obj - 0001:000843a0 ??__FspellRecNestedArrayRefs@Nampower@@YAXXZ 100853a0 f spell_scripts.cpp.obj - 0001:000843b0 ??__FitemNameToIdCache@Nampower@@YAXXZ 100853b0 f items.cpp.obj - 0001:000843c0 ??__FitemStatsCache@Nampower@@YAXXZ 100853c0 f items.cpp.obj - 0001:000843d0 ??__FpendingItemIds@Nampower@@YAXXZ 100853d0 f items.cpp.obj - 0001:000843e0 ??__FitemStatsArrayFieldMap@Nampower@@YAXXZ 100853e0 f dbc_fields.cpp.obj - 0001:000843f0 ??__FitemStatsFieldMap@Nampower@@YAXXZ 100853f0 f dbc_fields.cpp.obj - 0001:00084400 ??__FspellRecArrayFieldMap@Nampower@@YAXXZ 10085400 f dbc_fields.cpp.obj - 0001:00084410 ??__FspellRecFieldMap@Nampower@@YAXXZ 10085410 f dbc_fields.cpp.obj - 0001:00084420 ??__FunitFieldsArrayFieldMap@Nampower@@YAXXZ 10085420 f unit_fields.cpp.obj - 0001:00084430 ??__FunitFieldsFieldMap@Nampower@@YAXXZ 10085430 f unit_fields.cpp.obj - 0001:00084440 ??__FregisteredTableRefs@Nampower@@YAXXZ 10085440 f lua_refs.cpp.obj - 0001:0008449c ??__Finitlocks@std@@YAXXZ 1008549c f libcpmt:xlock.obj - 0001:000844a6 ??__F_Fac_tidy_reg@std@@YAXXZ 100854a6 f libcpmt:locale0.obj - 0001:000844b0 ??__Fclassic_locale@std@@YAXXZ 100854b0 f libcpmt:locale0.obj - 0001:000844ba ??__Finit_atexit@@YAXXZ 100854ba f libcpmt:iosptrs.obj - 0001:000844c4 ??__Finitlocks@std@@YAXXZ 100854c4 f libcpmt:iosptrs.obj + 0001:00033589 __catch$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10034589 f i main.cpp.obj + 0001:00033669 __catch$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$0 10034669 f i main.cpp.obj + 0001:00033749 __catch$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10034749 f i main.cpp.obj + 0001:00033829 __catch$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$0 10034829 f i main.cpp.obj + 0001:00033909 __catch$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$0 10034909 f i main.cpp.obj + 0001:000339e9 __catch$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$0 100349e9 f i main.cpp.obj + 0001:00033ac9 __catch$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$0 10034ac9 f i main.cpp.obj + 0001:00033ba9 __catch$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$0 10034ba9 f i main.cpp.obj + 0001:00033c89 __catch$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$0 10034c89 f i main.cpp.obj + 0001:00033d69 __catch$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$0 10034d69 f i main.cpp.obj + 0001:00033e49 __catch$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$0 10034e49 f i main.cpp.obj + 0001:00033f29 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$0 10034f29 f i main.cpp.obj + 0001:00034009 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$0 10035009 f i main.cpp.obj + 0001:000340e9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$0 100350e9 f i main.cpp.obj + 0001:000341c9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$0 100351c9 f i main.cpp.obj + 0001:000342a9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$0 100352a9 f i main.cpp.obj + 0001:00034389 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$0 10035389 f i main.cpp.obj + 0001:00034469 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$0 10035469 f i main.cpp.obj + 0001:00034549 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10035549 f i main.cpp.obj + 0001:00034629 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$0 10035629 f i main.cpp.obj + 0001:00034709 __catch$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10035709 f i main.cpp.obj + 0001:000347e9 __catch$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$0 100357e9 f i main.cpp.obj + 0001:000348c9 __catch$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$0 100358c9 f i main.cpp.obj + 0001:000349a9 __catch$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$0 100359a9 f i main.cpp.obj + 0001:00034a89 __catch$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$0 10035a89 f i main.cpp.obj + 0001:00034b69 __catch$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$0 10035b69 f i main.cpp.obj + 0001:00034ca7 __catch$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$0 10035ca7 f i main.cpp.obj + 0001:00034e86 __catch$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$0 10035e86 f i main.cpp.obj + 0001:00034f2c __catch$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$0 10035f2c f i main.cpp.obj + 0001:00035e54 __catch$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$0 10036e54 f i main.cpp.obj + 0001:000382c2 __catch$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ$0 100392c2 f i main.cpp.obj + 0001:0003accd __catch$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$0 1003bccd f i main.cpp.obj + 0001:0003aeb7 __catch$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$0 1003beb7 f i main.cpp.obj + 0001:0003e239 __catch$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$0 1003f239 f i main.cpp.obj + 0001:0003fe40 __catch$_Load$0 10040e40 f main.cpp.obj + 0001:0003fedf __catch$_Load$1 10040edf f main.cpp.obj + 0001:00040040 ??$_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 10041040 f helper.cpp.obj + 0001:000401a0 ??$_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 100411a0 f helper.cpp.obj + 0001:000405b0 ??$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 100415b0 f helper.cpp.obj + 0001:00040610 ??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 10041610 f helper.cpp.obj + 0001:00040650 ??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 10041650 f helper.cpp.obj + 0001:00040740 ??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 10041740 f helper.cpp.obj + 0001:000407a0 ??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 100417a0 f helper.cpp.obj + 0001:000407d0 ??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 100417d0 f helper.cpp.obj + 0001:00040860 ??1?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UCachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@@std@@QAE@XZ 10041860 f helper.cpp.obj + 0001:000408f0 ??1CachedEntry@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@QAE@XZ 100418f0 f helper.cpp.obj + 0001:00040940 ??R@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 10041940 f helper.cpp.obj + 0001:00041510 ?_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 10042510 f helper.cpp.obj + 0001:000416f0 ?_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 100426f0 f helper.cpp.obj + 0001:00041c04 __catch$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$0 10042c04 f i spellcast.cpp.obj + 0001:00045a7c $LN19 10046a7c spellevents.cpp.obj + 0001:00045a90 $LN18 10046a90 spellevents.cpp.obj + 0001:0004657c $LN206 1004757c spellevents.cpp.obj + 0001:00046584 $LN205 10047584 spellevents.cpp.obj + 0001:00047b98 $LN47 10048b98 spellevents.cpp.obj + 0001:00047ba0 $LN46 10048ba0 spellevents.cpp.obj + 0001:000484b4 $LN85 100494b4 misc_scripts.cpp.obj + 0001:000484b4 $LN85 100494b4 misc_scripts.cpp.obj + 0001:000484b4 $LN85 100494b4 spell_scripts.cpp.obj + 0001:00049c6c $LN59 1004ac6c misc_scripts.cpp.obj + 0001:00049c84 $LN60 1004ac84 misc_scripts.cpp.obj + 0001:0004a0c8 $LN160 1004b0c8 misc_scripts.cpp.obj + 0001:0004a0e0 $LN161 1004b0e0 misc_scripts.cpp.obj + 0001:0004a544 $LN56 1004b544 misc_scripts.cpp.obj + 0001:0004a55c $LN57 1004b55c misc_scripts.cpp.obj + 0001:0004a8b0 $LN101 1004b8b0 misc_scripts.cpp.obj + 0001:0004be64 $LN67 1004ce64 spell_scripts.cpp.obj + 0001:0004be7c $LN68 1004ce7c spell_scripts.cpp.obj + 0001:0004c37c $LN166 1004d37c spell_scripts.cpp.obj + 0001:0004c394 $LN167 1004d394 spell_scripts.cpp.obj + 0001:0004d900 ??R@@QBE@HIPAUCGItem_C@game@@@Z 1004e900 f item_scripts.cpp.obj + 0001:00052c29 ?_FilterSetCurrentException@@YAKPAU_EXCEPTION_POINTERS@@E@Z 10053c29 f libvcruntime:ehhelpers.obj + 0001:000531d0 $$000000 100541d0 libvcruntime:memcpy.obj + 0001:000531d0 $$000000 100541d0 libvcruntime:memmove.obj + 0001:000531f0 CopyUp 100541f0 libvcruntime:memcpy.obj + 0001:000531f0 CopyUp 100541f0 libvcruntime:memmove.obj + 0001:00053214 CopyUpLargeMov 10054214 libvcruntime:memcpy.obj + 0001:00053214 CopyUpLargeMov 10054214 libvcruntime:memmove.obj + 0001:00053227 CopyUpSSE2Check 10054227 libvcruntime:memcpy.obj + 0001:00053227 CopyUpSSE2Check 10054227 libvcruntime:memmove.obj + 0001:00053240 AtomChk 10054240 libvcruntime:memcpy.obj + 0001:00053240 AtomChk 10054240 libvcruntime:memmove.obj + 0001:00053266 PalignHead4 10054266 libvcruntime:memcpy.obj + 0001:00053266 PalignHead4 10054266 libvcruntime:memmove.obj + 0001:00053279 PalignHead8 10054279 libvcruntime:memcpy.obj + 0001:00053279 PalignHead8 10054279 libvcruntime:memmove.obj + 0001:00053290 PalignLoop 10054290 libvcruntime:memcpy.obj + 0001:00053290 PalignLoop 10054290 libvcruntime:memmove.obj + 0001:000532a2 MovPalign12 100542a2 libvcruntime:memcpy.obj + 0001:000532a2 MovPalign12 100542a2 libvcruntime:memmove.obj + 0001:000532ac PalignLoop12 100542ac libvcruntime:memcpy.obj + 0001:000532ac PalignLoop12 100542ac libvcruntime:memmove.obj + 0001:000532fd MovPalign8 100542fd libvcruntime:memcpy.obj + 0001:000532fd MovPalign8 100542fd libvcruntime:memmove.obj + 0001:00053308 PalignLoop8 10054308 libvcruntime:memcpy.obj + 0001:00053308 PalignLoop8 10054308 libvcruntime:memmove.obj + 0001:00053356 MovPalign4 10054356 libvcruntime:memcpy.obj + 0001:00053356 MovPalign4 10054356 libvcruntime:memmove.obj + 0001:00053360 PalignLoop4 10054360 libvcruntime:memcpy.obj + 0001:00053360 PalignLoop4 10054360 libvcruntime:memmove.obj + 0001:000533ac PalignTail 100543ac libvcruntime:memcpy.obj + 0001:000533ac PalignTail 100543ac libvcruntime:memmove.obj + 0001:000533c4 PalignTail4 100543c4 libvcruntime:memcpy.obj + 0001:000533c4 PalignTail4 100543c4 libvcruntime:memmove.obj + 0001:000533d7 PalignTail8 100543d7 libvcruntime:memcpy.obj + 0001:000533d7 PalignTail8 100543d7 libvcruntime:memmove.obj + 0001:000533ee PalignTailLE3 100543ee libvcruntime:memcpy.obj + 0001:000533ee PalignTailLE3 100543ee libvcruntime:memmove.obj + 0001:000533f7 Dword_align 100543f7 libvcruntime:memcpy.obj + 0001:000533f7 Dword_align 100543f7 libvcruntime:memmove.obj + 0001:000533ff Dword_up_align_loop 100543ff libvcruntime:memcpy.obj + 0001:000533ff Dword_up_align_loop 100543ff libvcruntime:memmove.obj + 0001:00053412 Dword_align_Ok 10054412 libvcruntime:memcpy.obj + 0001:00053412 Dword_align_Ok 10054412 libvcruntime:memmove.obj + 0001:0005342c ByteCopyUp 1005442c libvcruntime:memcpy.obj + 0001:0005342c ByteCopyUp 1005442c libvcruntime:memmove.obj + 0001:00053434 TrailingUpVec 10054434 libvcruntime:memcpy.obj + 0001:00053434 TrailingUpVec 10054434 libvcruntime:memmove.obj + 0001:00053444 TrailingUp0 10054444 libvcruntime:memcpy.obj + 0001:00053444 TrailingUp0 10054444 libvcruntime:memmove.obj + 0001:0005344c TrailingUp1 1005444c libvcruntime:memcpy.obj + 0001:0005344c TrailingUp1 1005444c libvcruntime:memmove.obj + 0001:00053458 TrailingUp2 10054458 libvcruntime:memcpy.obj + 0001:00053458 TrailingUp2 10054458 libvcruntime:memmove.obj + 0001:0005346c TrailingUp3 1005446c libvcruntime:memcpy.obj + 0001:0005346c TrailingUp3 1005446c libvcruntime:memmove.obj + 0001:00053484 CopyDown 10054484 libvcruntime:memcpy.obj + 0001:00053484 CopyDown 10054484 libvcruntime:memmove.obj + 0001:000534a9 CopyDownNotAligned 100544a9 libvcruntime:memcpy.obj + 0001:000534a9 CopyDownNotAligned 100544a9 libvcruntime:memmove.obj + 0001:000534b0 CopyDownAlignLoop 100544b0 libvcruntime:memcpy.obj + 0001:000534b0 CopyDownAlignLoop 100544b0 libvcruntime:memmove.obj + 0001:000534bd CopyDownAligned 100544bd libvcruntime:memcpy.obj + 0001:000534bd CopyDownAligned 100544bd libvcruntime:memmove.obj + 0001:000534e0 TrailingDownVec 100544e0 libvcruntime:memcpy.obj + 0001:000534e0 TrailingDownVec 100544e0 libvcruntime:memmove.obj + 0001:000534f0 TrailingDown0 100544f0 libvcruntime:memcpy.obj + 0001:000534f0 TrailingDown0 100544f0 libvcruntime:memmove.obj + 0001:000534f8 TrailingDown1 100544f8 libvcruntime:memcpy.obj + 0001:000534f8 TrailingDown1 100544f8 libvcruntime:memmove.obj + 0001:00053508 TrailingDown2 10054508 libvcruntime:memcpy.obj + 0001:00053508 TrailingDown2 10054508 libvcruntime:memmove.obj + 0001:0005351c TrailingDown3 1005451c libvcruntime:memcpy.obj + 0001:0005351c TrailingDown3 1005451c libvcruntime:memmove.obj + 0001:00053535 XmmMovLargeAlignTest 10054535 libvcruntime:memcpy.obj + 0001:00053535 XmmMovLargeAlignTest 10054535 libvcruntime:memmove.obj + 0001:0005353d XmmMovAlignLoop 1005453d libvcruntime:memcpy.obj + 0001:0005353d XmmMovAlignLoop 1005453d libvcruntime:memmove.obj + 0001:0005354c XmmMovLargeLoop 1005454c libvcruntime:memcpy.obj + 0001:0005354c XmmMovLargeLoop 1005454c libvcruntime:memmove.obj + 0001:000535bc XmmMovSmallTest 100545bc libvcruntime:memcpy.obj + 0001:000535bc XmmMovSmallTest 100545bc libvcruntime:memmove.obj + 0001:000535c1 XmmMovSmallLoop 100545c1 libvcruntime:memcpy.obj + 0001:000535c1 XmmMovSmallLoop 100545c1 libvcruntime:memmove.obj + 0001:000535e4 CopyDownSmall 100545e4 libvcruntime:memcpy.obj + 0001:000535e4 CopyDownSmall 100545e4 libvcruntime:memmove.obj + 0001:000535ec CopyDownDwordLoop 100545ec libvcruntime:memcpy.obj + 0001:000535ec CopyDownDwordLoop 100545ec libvcruntime:memmove.obj + 0001:00053601 CopyDownByteTest 10054601 libvcruntime:memcpy.obj + 0001:00053601 CopyDownByteTest 10054601 libvcruntime:memmove.obj + 0001:00053605 CopyDownByteLoop 10054605 libvcruntime:memcpy.obj + 0001:00053605 CopyDownByteLoop 10054605 libvcruntime:memmove.obj + 0001:00053614 CopyDownReturn 10054614 libvcruntime:memcpy.obj + 0001:00053614 CopyDownReturn 10054614 libvcruntime:memmove.obj + 0001:00053620 XmmCopy 10054620 libvcruntime:memcpy.obj + 0001:00053620 XmmCopy 10054620 libvcruntime:memmove.obj + 0001:0005362d XmmCopyAligned 1005462d libvcruntime:memcpy.obj + 0001:0005362d XmmCopyAligned 1005462d libvcruntime:memmove.obj + 0001:00053640 XmmCopyLargeLoop 10054640 libvcruntime:memcpy.obj + 0001:00053640 XmmCopyLargeLoop 10054640 libvcruntime:memmove.obj + 0001:0005369d XmmCopySmallTest 1005469d libvcruntime:memcpy.obj + 0001:0005369d XmmCopySmallTest 1005469d libvcruntime:memmove.obj + 0001:000536b0 XmmCopySmallLoop 100546b0 libvcruntime:memcpy.obj + 0001:000536b0 XmmCopySmallLoop 100546b0 libvcruntime:memmove.obj + 0001:000536cb CopyUpDwordMov 100546cb libvcruntime:memcpy.obj + 0001:000536cb CopyUpDwordMov 100546cb libvcruntime:memmove.obj + 0001:000536d0 CopyUpDwordTest 100546d0 libvcruntime:memcpy.obj + 0001:000536d0 CopyUpDwordTest 100546d0 libvcruntime:memmove.obj + 0001:000536d7 CopyUpDwordLoop 100546d7 libvcruntime:memcpy.obj + 0001:000536d7 CopyUpDwordLoop 100546d7 libvcruntime:memmove.obj + 0001:000536e6 CopyUpByteTest 100546e6 libvcruntime:memcpy.obj + 0001:000536e6 CopyUpByteTest 100546e6 libvcruntime:memmove.obj + 0001:000536ed CopyUpByteLoop 100546ed libvcruntime:memcpy.obj + 0001:000536ed CopyUpByteLoop 100546ed libvcruntime:memmove.obj + 0001:00053700 CopyUpReturn 10054700 libvcruntime:memcpy.obj + 0001:00053700 CopyUpReturn 10054700 libvcruntime:memmove.obj + 0001:00053710 XmmCopyUnaligned 10054710 libvcruntime:memcpy.obj + 0001:00053710 XmmCopyUnaligned 10054710 libvcruntime:memmove.obj + 0001:00053723 XmmAlignByte 10054723 libvcruntime:memcpy.obj + 0001:00053723 XmmAlignByte 10054723 libvcruntime:memmove.obj + 0001:0005372c XmmAlignDwordTest 1005472c libvcruntime:memcpy.obj + 0001:0005372c XmmAlignDwordTest 1005472c libvcruntime:memmove.obj + 0001:00053731 XmmAlignDwordLoop 10054731 libvcruntime:memcpy.obj + 0001:00053731 XmmAlignDwordLoop 10054731 libvcruntime:memmove.obj + 0001:0005373e XmmAlignAdjustCnt 1005473e libvcruntime:memcpy.obj + 0001:0005373e XmmAlignAdjustCnt 1005473e libvcruntime:memmove.obj + 0001:000537b3 ?FindMITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PAXPBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@H2@Z 100547b3 f libvcruntime:rtti.obj + 0001:0005389c ?FindSITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@1@Z 1005489c f libvcruntime:rtti.obj + 0001:00053985 ?FindVITargetTypeInstance@@YAPBU_s_RTTIBaseClassDescriptor@@PAXPBU_s_RTTICompleteObjectLocator@@PAUTypeDescriptor@@H2@Z 10054985 f libvcruntime:rtti.obj + 0001:00053aed ?PMDtoOffset@@YAHPAXABUPMD@@@Z 10054aed f libvcruntime:rtti.obj + 0001:00053b11 ?TypeidsEqual@@YA_NQBUTypeDescriptor@@0@Z 10054b11 f libvcruntime:rtti.obj + 0001:00053d2b ?@@?1??__std_type_info_name@@YAPBDPAU__std_type_info_data@@PAU__type_info_node@@@Z@SA@I@Z 10054d2b f libvcruntime:std_type_info.obj + 0001:00053d34 ?@@?1??__std_type_info_name@@YAPBDPAU__std_type_info_data@@PAU__type_info_node@@@Z@SA@QAX@Z 10054d34 f libvcruntime:std_type_info.obj + 0001:00053e60 $$000000 10054e60 libvcruntime:memset.obj + 0001:00053ea5 XMMMov 10054ea5 libvcruntime:memset.obj + 0001:00053ee0 LargeRangeBytes 10054ee0 libvcruntime:memset.obj + 0001:00053f1d XmmMovSmall 10054f1d libvcruntime:memset.obj + 0001:00053f30 XmmSmallLoop 10054f30 libvcruntime:memset.obj + 0001:00053f35 MidRangeBytes 10054f35 libvcruntime:memset.obj + 0001:00053f51 XMMTrailingBytes 10054f51 libvcruntime:memset.obj + 0001:00053f65 SmallMov 10054f65 libvcruntime:memset.obj + 0001:00053f6d ByteLoop 10054f6d libvcruntime:memset.obj + 0001:00053f7b DwordTest 10054f7b libvcruntime:memset.obj + 0001:00053f8b QwordTest 10054f8b libvcruntime:memset.obj + 0001:00053fa0 QwordLoop 10054fa0 libvcruntime:memset.obj + 0001:00053fb3 toend 10054fb3 libvcruntime:memset.obj + 0001:00053fc0 $$000000 10054fc0 libvcruntime:strstr.obj + 0001:00054003 strstr_sse_safeloop 10055003 libvcruntime:strstr.obj + 0001:0005402a strstr_sse_search 1005502a libvcruntime:strstr.obj + 0001:0005402a strstr_sse_unsafe 1005502a libvcruntime:strstr.obj + 0001:0005402e strstr_sse_srchloop 1005502e libvcruntime:strstr.obj + 0001:00054064 strstr_sse_srchchar 10055064 libvcruntime:strstr.obj + 0001:0005407b strstr_sse_cmploop 1005507b libvcruntime:strstr.obj + 0001:000540b6 strstr_sse_cmpchars 100550b6 libvcruntime:strstr.obj + 0001:000540bd strstr_sse_cmpunsafe 100550bd libvcruntime:strstr.obj + 0001:000540d4 strstr_sse_match 100550d4 libvcruntime:strstr.obj + 0001:000540d9 strstr_sse_not_found 100550d9 libvcruntime:strstr.obj + 0001:000540db strstr_sse_exit 100550db libvcruntime:strstr.obj + 0001:000540df strstr_sttni 100550df libvcruntime:strstr.obj + 0001:000540fb strstr_sttni_setchars 100550fb libvcruntime:strstr.obj + 0001:00054100 strstr_sttni_setloopchar 10055100 libvcruntime:strstr.obj + 0001:00054106 strstr_sttni_setloopnochar 10055106 libvcruntime:strstr.obj + 0001:0005411a strstr_sttni_srchnext 1005511a libvcruntime:strstr.obj + 0001:0005411d strstr_sttni_srch 1005511d libvcruntime:strstr.obj + 0001:00054121 strstr_sttni_srchloop 10055121 libvcruntime:strstr.obj + 0001:00054140 strstr_sttni_srchxmm 10055140 libvcruntime:strstr.obj + 0001:00054153 strstr_sttni_srchcheck 10055153 libvcruntime:strstr.obj + 0001:00054157 strstr_sttni_cmploop 10055157 libvcruntime:strstr.obj + 0001:0005418f strstr_sttni_cmpchar 1005518f libvcruntime:strstr.obj + 0001:000541aa strstr_no_sse 100551aa libvcruntime:strstr.obj + 0001:000541bd findnext 100551bd libvcruntime:strstr.obj + 0001:000541d0 loop_start 100551d0 libvcruntime:strstr.obj + 0001:000541d5 in_loop 100551d5 libvcruntime:strstr.obj + 0001:000541dd not_found 100551dd libvcruntime:strstr.obj + 0001:000541e3 first_char_found 100551e3 libvcruntime:strstr.obj + 0001:000541ec two_first_chars_equal 100551ec libvcruntime:strstr.obj + 0001:000541ef compare_loop 100551ef libvcruntime:strstr.obj + 0001:00054212 strchr_call 10055212 libvcruntime:strstr.obj + 0001:0005421e match 1005521e libvcruntime:strstr.obj + 0001:00054225 empty_str2 10055225 libvcruntime:strstr.obj + 0001:00054230 $$000000 10055230 libvcruntime:memchr.obj + 0001:0005424b str_misaligned 1005524b libvcruntime:memchr.obj + 0001:00054261 main_loop_start 10055261 libvcruntime:memchr.obj + 0001:00054277 return_from_main 10055277 libvcruntime:memchr.obj + 0001:00054278 tail_less_then_4 10055278 libvcruntime:memchr.obj + 0001:0005427d tail_loop 1005527d libvcruntime:memchr.obj + 0001:0005428b retnull 1005528b libvcruntime:memchr.obj + 0001:0005428d main_loop 1005528d libvcruntime:memchr.obj + 0001:00054292 main_loop_entry 10055292 libvcruntime:memchr.obj + 0001:000542ad char_is_found 100552ad libvcruntime:memchr.obj + 0001:000542c5 byte_3 100552c5 libvcruntime:memchr.obj + 0001:000542c6 found 100552c6 libvcruntime:memchr.obj + 0001:000542cb byte_2 100552cb libvcruntime:memchr.obj + 0001:000542d1 byte_1 100552d1 libvcruntime:memchr.obj + 0001:000542d7 byte_0 100552d7 libvcruntime:memchr.obj + 0001:00054450 _ValidateLocalCookies 10055450 f libvcruntime:chandler4.obj + 0001:000545ee ??$BuildCatchObjectHelperInternal@V__FrameHandler3@@@@YAHPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 100555ee f libvcruntime:frame.obj + 0001:0005472c ??$BuildCatchObjectInternal@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAXPBU_s_HandlerType@@PBU_s_CatchableType@@@Z 1005572c f libvcruntime:frame.obj + 0001:000547c5 ??$CatchIt@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@PBU_s_HandlerType@@PBU_s_CatchableType@@PBU_s_TryBlockMapEntry@@H1EE@Z 100557c5 f libvcruntime:frame.obj + 0001:00054845 ??$FindHandler@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@EH1@Z 10055845 f libvcruntime:frame.obj + 0001:00054bea ??$FindHandlerForForeignException@V__FrameHandler3@@@@YAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PAXPBU_s_FuncInfo@@HH1@Z 10055bea f libvcruntime:frame.obj + 0001:00054eb9 ?CallCatchBlock@@YAPAXPAUEHExceptionRecord@@PAUEHRegistrationNode@@PAU_CONTEXT@@PBU_s_FuncInfo@@PAXHK@Z 10055eb9 f libvcruntime:frame.obj + 0001:00055088 ?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 10056088 f libvcruntime:frame.obj + 0001:000550a8 __catch$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z$0 100560a8 f libvcruntime:frame.obj + 0001:000550c7 ?ExFilterRethrow@@YAHPAU_EXCEPTION_POINTERS@@@Z 100560c7 f libvcruntime:frame.obj + 0001:00055211 ?IsInExceptionSpec@@YAEPAUEHExceptionRecord@@PBU_s_ESTypeList@@@Z 10056211 f libvcruntime:frame.obj + 0001:000552e0 $$000000 100562e0 libvcruntime:lowhelpr.obj + 0001:0005531f _NLG_Continue 1005631f libvcruntime:lowhelpr.obj + 0001:00055520 ??$get_encoding@M@@YA?A_P_K@Z 10056520 f libvcruntime:undname.obj + 0001:00055580 ??$get_encoding@N@@YA?A_P_K@Z 10056580 f libvcruntime:undname.obj + 0001:000558b5 ??1TrackRecursion@?1??getDecoratedName@UnDecorator@@CA?AVDName@@XZ@QAE@XZ 100568b5 f libvcruntime:undname.obj + 0001:000574f4 $LN197 100584f4 libvcruntime:undname.obj + 0001:00057518 $LN196 10058518 libvcruntime:undname.obj + 0001:0005752c $LN198 1005852c libvcruntime:undname.obj + 0001:00058430 $LN40 10059430 libvcruntime:undname.obj + 0001:000595c7 $LN400 1005a5c7 libvcruntime:undname.obj + 0001:000595d3 $LN399 1005a5d3 libvcruntime:undname.obj + 0001:000595eb $LN402 1005a5eb libvcruntime:undname.obj + 0001:00059607 $LN401 1005a607 libvcruntime:undname.obj + 0001:0005961f $LN404 1005a61f libvcruntime:undname.obj + 0001:0005962f $LN403 1005a62f libvcruntime:undname.obj + 0001:0005ab9b $LN88 1005bb9b libvcruntime:undname.obj + 0001:0005abbb $LN87 1005bbbb libvcruntime:undname.obj + 0001:0005b042 $LN145 1005c042 libvcruntime:undname.obj + 0001:0005b9a9 ?und_memcpy@@YAXPADPBDI@Z 1005c9a9 f libvcruntime:undname.obj + 0001:0005b9ca ?und_strncmp@@YAIPBD0I@Z 1005c9ca f libvcruntime:undname.obj + 0001:0005bac0 $$000000 1005cac0 libvcruntime:strchr.obj + 0001:0005baf3 strchr_sse_loop 1005caf3 libvcruntime:strchr.obj + 0001:0005bb17 strchr_sse_break 1005cb17 libvcruntime:strchr.obj + 0001:0005bb28 strchr_no_sse2 1005cb28 libvcruntime:strchr.obj + 0001:0005bb40 str_misaligned 1005cb40 libvcruntime:strchr.obj + 0001:0005bb55 main_loop_start 1005cb55 libvcruntime:strchr.obj + 0001:0005bb60 main_loop 1005cb60 libvcruntime:strchr.obj + 0001:0005bb9c retnull 1005cb9c libvcruntime:strchr.obj + 0001:0005bb9e retnull_bx 1005cb9e libvcruntime:strchr.obj + 0001:0005bba2 found_bx 1005cba2 libvcruntime:strchr.obj + 0001:0005bba7 chr_is_found 1005cba7 libvcruntime:strchr.obj + 0001:0005bbcf byte_3 1005cbcf libvcruntime:strchr.obj + 0001:0005bbd6 byte_2 1005cbd6 libvcruntime:strchr.obj + 0001:0005bbdd byte_1 1005cbdd libvcruntime:strchr.obj + 0001:0005bbe4 byte_0 1005cbe4 libvcruntime:strchr.obj + 0001:0005bbeb ?try_get_function@@YAPAXW4function_id@?A0x14174aea@@QBDQBW4module_id@2@2@Z 1005cbeb f libvcruntime:winapi_downlevel.obj + 0001:0005bc8b ?try_load_library_from_system_directory@@YAPAUHINSTANCE__@@QB_W@Z 1005cc8b f libvcruntime:winapi_downlevel.obj + 0001:0005be10 $$000000 1005ce10 libvcruntime:exsup4.obj + 0001:0005be42 _lu_top 1005ce42 libvcruntime:exsup4.obj + 0001:0005bea1 _lu_done 1005cea1 libvcruntime:exsup4.obj + 0001:0005beb0 $$000000 1005ceb0 libvcruntime:exsup4.obj + 0001:0005beb0 __unwind_handler4 1005ceb0 f libvcruntime:exsup4.obj + 0001:0005bf00 $$000000 1005cf00 libvcruntime:exsup4.obj + 0001:0005bf20 $$000000 1005cf20 libvcruntime:exsup4.obj + 0001:0005bf40 $$000000 1005cf40 libvcruntime:exsup4.obj + 0001:0005bf55 ReturnPoint 1005cf55 libvcruntime:exsup4.obj + 0001:0005bf60 $$000000 1005cf60 libvcruntime:exsup4.obj + 0001:0005bfc0 $$000000 1005cfc0 libvcruntime:exsup.obj + 0001:0005bfd0 $$000000 1005cfd0 libvcruntime:exsup.obj + 0001:0005bfdb __NLG_Go 1005cfdb libvcruntime:exsup.obj + 0001:0005bff0 $$000000 1005cff0 libvcruntime:exsup.obj + 0001:0005c587 ?_fclose_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005d587 f libucrt:fclose.obj + 0001:0005c61e ?_fclose_nolock_internal@@YAHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005d61e f libucrt:fclose.obj + 0001:0005c6dc ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1005d6dc f libucrt:fflush.obj + 0001:0005c768 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1005d768 f libucrt:fflush.obj + 0001:0005c814 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1005d814 f libucrt:fflush.obj + 0001:0005c874 ?common_flush_all@@YAH_N@Z 1005d874 f libucrt:fflush.obj + 0001:0005c8c1 ?common_flush_all_should_try_to_flush_stream@@YA_NV__crt_stdio_stream@@QAH@Z 1005d8c1 f libucrt:fflush.obj + 0001:0005c8f2 ?is_stream_flushable_or_commitable@@YA_NJ@Z 1005d8f2 f libucrt:fflush.obj + 0001:0005cbef ?_fputc_internal@@YAHHQAU_iobuf@@AAV__crt_cached_ptd_host@@@Z 1005dbef f libucrt:fputc.obj + 0001:0005d017 _memcpy_s 1005e017 f libucrt:cfout.obj + 0001:0005d017 _memcpy_s 1005e017 f libucrt:strtod.obj + 0001:0005d017 _memcpy_s 1005e017 f libucrt:mbctype.obj + 0001:0005d017 _memcpy_s 1005e017 f libucrt:fread.obj + 0001:0005d14d ?common_fseek@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 1005e14d f libucrt:fseek.obj + 0001:0005d1f7 ?common_fseek_binary_mode_read_only_fast_track_nolock@@YA_NV__crt_stdio_stream@@_JH@Z 1005e1f7 f libucrt:fseek.obj + 0001:0005d2d0 ?common_fseek_nolock@@YAHV__crt_stdio_stream@@_JHAAV__crt_cached_ptd_host@@@Z 1005e2d0 f libucrt:fseek.obj + 0001:0005d430 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@I@@QAEI$$QAV@@AAV@@$$QAV@@@Z 1005e430 f libucrt:fwrite.obj + 0001:0005d48b ??R@@QBEIXZ 1005e48b f libucrt:fwrite.obj + 0001:0005d72f ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 1005e72f f libucrt:setvbuf.obj + 0001:0005d78a ??R@@QBE@XZ 1005e78a f libucrt:setvbuf.obj + 0001:0005d82a ?_setvbuf_internal@@YAHQAU_iobuf@@QADHIAAV__crt_cached_ptd_host@@@Z 1005e82a f libucrt:setvbuf.obj + 0001:0005d8c0 ?set_buffer@@YAHV__crt_stdio_stream@@QADIH@Z 1005e8c0 f libucrt:setvbuf.obj + 0001:0005dd65 ??$common_vsprintf@Vformat_validation_base@__crt_stdio_output@@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 1005ed65 f libucrt:output.obj + 0001:0005ded9 ??$common_vsprintf@Vstandard_base@__crt_stdio_output@@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 1005eed9 f libucrt:output.obj + 0001:0005e04d ??$common_vsprintf_s@D@@YAH_KQADIQBDAAV__crt_cached_ptd_host@@1@Z 1005f04d f libucrt:output.obj + 0001:0005f0fe $LN140 100600fe libucrt:output.obj + 0001:0005f3d2 $LN130 100603d2 libucrt:output.obj + 0001:0005f8de $LN18 100608de libucrt:output.obj + 0001:0005f8f2 $LN17 100608f2 libucrt:output.obj + 0001:00060d60 ??$common_strtod_l@MD@@YAMQBDQAPADQAU__crt_locale_pointers@@@Z 10061d60 f libucrt:strtod.obj + 0001:0006163c $LN32 1006263c libucrt:strtod.obj + 0001:00063f80 $$000000 10064f80 libucrt:strcspn.obj + 0001:00063fd0 $$000000 10064fd0 libucrt:strncmp.obj + 0001:00064048 ??$common_localtime_s@_J@@YAHQAUtm@@QB_J@Z 10065048 f libucrt:localtime.obj + 0001:00064870 $$000000 10065870 libucrt:sqrt_sse2_precise.obj + 0001:00064970 $$000000 10065970 libucrt:ceil_pentium4.obj + 0001:00064ca0 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10065ca0 f libucrt:per_thread_data.obj + 0001:00064cf2 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10065cf2 f libucrt:per_thread_data.obj + 0001:00064d5d ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10065d5d f libucrt:per_thread_data.obj + 0001:00064db2 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10065db2 f libucrt:per_thread_data.obj + 0001:00064e0c ?construct_ptd@@YAXQAU__acrt_ptd@@QAPAU__crt_locale_data@@@Z 10065e0c f libucrt:per_thread_data.obj + 0001:00064ea5 ?destroy_fls@@YGXPAX@Z 10065ea5 f libucrt:per_thread_data.obj + 0001:00064ec6 ?destroy_ptd@@YAXQAU__acrt_ptd@@@Z 10065ec6 f libucrt:per_thread_data.obj + 0001:00064f93 ?replace_current_thread_locale_nolock@@YAXQAU__acrt_ptd@@QAU__crt_locale_data@@@Z 10065f93 f libucrt:per_thread_data.obj + 0001:000652f5 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 100662f5 f libucrt:wsetlocale.obj + 0001:00065342 ??$?RV@@AAV@@AAV@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@AAV@@@Z 10066342 f libucrt:wsetlocale.obj + 0001:00065387 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 10066387 f libucrt:wsetlocale.obj + 0001:0006546f ??R@@QBE@XZ 1006646f f libucrt:wsetlocale.obj + 0001:000654d9 ??R@@QBE@XZ 100664d9 f libucrt:wsetlocale.obj + 0001:0006588f __copytlocinfo_nolock 1006688f f libucrt:wsetlocale.obj + 0001:000658be __expandlocale 100668be f libucrt:wsetlocale.obj + 0001:00065d48 __wsetlocale_get_all 10066d48 f libucrt:wsetlocale.obj + 0001:00065ee3 __wsetlocale_nolock 10066ee3 f libucrt:wsetlocale.obj + 0001:000661d3 __wsetlocale_set_cat 100671d3 f libucrt:wsetlocale.obj + 0001:00066593 _get_default_code_page 10067593 f libucrt:wsetlocale.obj + 0001:000665c2 _parse_bcp47 100675c2 f libucrt:wsetlocale.obj + 0001:0006679c _parse_bcp47_code_page 1006779c f libucrt:wsetlocale.obj + 0001:000667db _parse_bcp47_language 100677db f libucrt:wsetlocale.obj + 0001:0006684d _parse_bcp47_region 1006784d f libucrt:wsetlocale.obj + 0001:0006690b _parse_bcp47_script 1006790b f libucrt:wsetlocale.obj + 0001:0006697b _string_is_alpha 1006797b f libucrt:wsetlocale.obj + 0001:00066a51 ?@@@CG@PA_W@Z 10067a51 f libucrt:winapi_thunks.obj + 0001:00066a5e ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 10067a5e f libucrt:winapi_thunks.obj + 0001:00066af9 ??R@@QBE@PA_W@Z 10067af9 f libucrt:winapi_thunks.obj + 0001:00066b2c ?try_get_AreFileApisANSI@@YAP6GHXZXZ 10067b2c f libucrt:winapi_thunks.obj + 0001:00066b46 ?try_get_CompareStringEx@@YAP6GHPB_WK0H0HPAU_nlsversioninfo@@PAXJ@ZXZ 10067b46 f libucrt:winapi_thunks.obj + 0001:00066b60 ?try_get_EnumSystemLocalesEx@@YAP6GHP6GHPA_WKJ@ZKJPAX@ZXZ 10067b60 f libucrt:winapi_thunks.obj + 0001:00066b7a ?try_get_GetDateFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH0@ZXZ 10067b7a f libucrt:winapi_thunks.obj + 0001:00066b94 ?try_get_GetLocaleInfoEx@@YAP6GHPB_WKPA_WH@ZXZ 10067b94 f libucrt:winapi_thunks.obj + 0001:00066bae ?try_get_GetTimeFormatEx@@YAP6GHPB_WKPBU_SYSTEMTIME@@0PA_WH@ZXZ 10067bae f libucrt:winapi_thunks.obj + 0001:00066bc8 ?try_get_GetUserDefaultLocaleName@@YAP6GHPA_WH@ZXZ 10067bc8 f libucrt:winapi_thunks.obj + 0001:00066be2 ?try_get_IsValidLocaleName@@YAP6GHPB_W@ZXZ 10067be2 f libucrt:winapi_thunks.obj + 0001:00066bfc ?try_get_LCIDToLocaleName@@YAP6GHKPA_WHK@ZXZ 10067bfc f libucrt:winapi_thunks.obj + 0001:00066c16 ?try_get_LCMapStringEx@@YAP6GHPB_WK0HPA_WHPAU_nlsversioninfo@@PAXJ@ZXZ 10067c16 f libucrt:winapi_thunks.obj + 0001:00066c30 ?try_get_LocaleNameToLCID@@YAP6GKPB_WK@ZXZ 10067c30 f libucrt:winapi_thunks.obj + 0001:00066c4a ?try_get_first_available_module@@YAPAUHINSTANCE__@@QBW4module_id@?A0x391cf84c@@0@Z 10067c4a f libucrt:winapi_thunks.obj + 0001:00066d15 ?try_get_function@@YAPAXW4function_id@?A0x391cf84c@@QBDQBW4module_id@2@2@Z 10067d15 f libucrt:winapi_thunks.obj + 0001:00067387 ?initialize_inherited_file_handles_nolock@@YAXXZ 10068387 f libucrt:ioinit.obj + 0001:0006743d ?initialize_stdio_handles_nolock@@YAXXZ 1006843d f libucrt:ioinit.obj + 0001:000675a0 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100685a0 f libucrt:close.obj + 0001:00067848 ?find_or_allocate_unused_stream_nolock@@YA?AV__crt_stdio_stream@@XZ 10068848 f libucrt:stream.obj + 0001:000679c1 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100689c1 f libucrt:commit.obj + 0001:00067ae0 ?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 10068ae0 f libucrt:write.obj + 0001:00067ea7 ?write_double_translated_unicode_nolock@@YA?AUwrite_result@?A0x17268360@@QBDI@Z 10068ea7 f libucrt:write.obj + 0001:00067f0f ?write_requires_double_translation_nolock@@YA_NHAAV__crt_cached_ptd_host@@@Z 10068f0f f libucrt:write.obj + 0001:00067f8c ?write_text_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 10068f8c f libucrt:write.obj + 0001:00068067 ?write_text_utf16le_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 10069067 f libucrt:write.obj + 0001:00068150 ?write_text_utf8_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDI@Z 10069150 f libucrt:write.obj + 0001:000685e6 ??$common_refill_and_read_nolock@D@@YAHV__crt_stdio_stream@@@Z 100695e6 f libucrt:_filbuf.obj + 0001:00068780 ??$common_ftell@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 10069780 f libucrt:ftell.obj + 0001:0006880f ??$common_ftell_nolock@_J@@YA_JV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 1006980f f libucrt:ftell.obj + 0001:000689b0 ?common_ftell_read_mode_nolock@@YA_JV__crt_stdio_stream@@_J1AAV__crt_cached_ptd_host@@@Z 100699b0 f libucrt:ftell.obj + 0001:00068b7b ?common_ftell_translated_utf8_nolock@@YA_JV__crt_stdio_stream@@_JAAV__crt_cached_ptd_host@@@Z 10069b7b f libucrt:ftell.obj + 0001:00068d26 ?count_newline_bytes@@YA_JQBD0W4__crt_lowio_text_mode@@@Z 10069d26 f libucrt:ftell.obj + 0001:00068db8 ??$common_flush_and_write_nolock@D@@YAHHV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 10069db8 f libucrt:_flsbuf.obj + 0001:00068eae ??$write_buffer_nolock@D@@YA_NDV__crt_stdio_stream@@AAV__crt_cached_ptd_host@@@Z 10069eae f libucrt:_flsbuf.obj + 0001:00068f80 ?stream_is_at_end_of_file_nolock@@YA_NV__crt_stdio_stream@@@Z 10069f80 f libucrt:_flsbuf.obj + 0001:00069010 ??$translate_text_mode_nolock@D@@YAHHQADI@Z 1006a010 f libucrt:read.obj + 0001:0006915d ??$translate_text_mode_nolock@_W@@YAHHQA_WI@Z 1006a15d f libucrt:read.obj + 0001:00069317 ?translate_ansi_or_utf8_nolock@@YAHHQADIQA_WI@Z 1006a317 f libucrt:read.obj + 0001:0006946e ?translate_utf16_from_console_nolock@@YAHHQA_WI@Z 1006a46e f libucrt:read.obj + 0001:00069990 ??$common_lseek@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 1006a990 f libucrt:lseek.obj + 0001:00069ab5 ??$common_lseek_nolock@_J@@YA_JH_JHAAV__crt_cached_ptd_host@@@Z 1006aab5 f libucrt:lseek.obj + 0001:00069dc5 ?filter_mbtowcs_flags@@YAKIK@Z 1006adc5 f libucrt:multibytetowidechar.obj + 0001:0006a2a4 ?fe_to_nearest@@YA_NQBN_KF@Z 1006b2a4 f libucrt:cvt.obj + 0001:0006a347 ?fp_format_a@@YAHQBNPADIQADIH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006b347 f libucrt:cvt.obj + 0001:0006a674 ?fp_format_e@@YAHQBNQADI1IH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006b674 f libucrt:cvt.obj + 0001:0006a718 ?fp_format_e_internal@@YAHQADIH_NIQAU_strflt@@1AAV__crt_cached_ptd_host@@@Z 1006b718 f libucrt:cvt.obj + 0001:0006a86b ?fp_format_f@@YAHQBNQADI1IHW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006b86b f libucrt:cvt.obj + 0001:0006a901 ?fp_format_f_internal@@YAHQADIHQAU_strflt@@_NAAV__crt_cached_ptd_host@@@Z 1006b901 f libucrt:cvt.obj + 0001:0006a9ef ?fp_format_g@@YAHQBNQADI1IH_NIW4__acrt_rounding_mode@@AAV__crt_cached_ptd_host@@@Z 1006b9ef f libucrt:cvt.obj + 0001:0006aabe ?fp_format_nan_or_infinity@@YAHW4__acrt_fp_class@@_NPADI1@Z 1006babe f libucrt:cvt.obj + 0001:0006ab53 ?shift_bytes@@YAXQADI0H@Z 1006bb53 f libucrt:cvt.obj + 0001:0006ab87 ?should_round_up@@YA_NQBN_KFW4__acrt_rounding_mode@@@Z 1006bb87 f libucrt:cvt.obj + 0001:0006ba3a ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1006ca3a f libucrt:exit.obj + 0001:0006baa2 ??R@@QBE@XZ 1006caa2 f libucrt:exit.obj + 0001:0006bb8a ?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 1006cb8a f libucrt:exit.obj + 0001:0006bc21 ?exit_or_terminate_process@@YAXI@Z 1006cc21 f libucrt:exit.obj + 0001:0006bc52 ?is_managed_app@@YA_NXZ 1006cc52 f libucrt:exit.obj + 0001:0006bc94 ?should_call_terminate_process@@YA_NXZ 1006cc94 f libucrt:exit.obj + 0001:0006bcad ?try_cor_exit_process@@YAXI@Z 1006ccad f libucrt:exit.obj + 0001:0006bd6a ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@P6AXH@Z@@QAEP6AXH@Z$$QAV@@AAV@@$$QAV@@@Z 1006cd6a f libucrt:signal.obj + 0001:0006bdd2 ?get_global_action_nolock@@YAPAP6AXH@ZH@Z 1006cdd2 f libucrt:signal.obj + 0001:0006be14 ?siglookup@@YAPAU__crt_signal_action_t@@HQAU1@@Z 1006ce14 f libucrt:signal.obj + 0001:0006c32c ??$common_gmtime_s@_J@@YAHQAUtm@@QB_J@Z 1006d32c f libucrt:gmtime.obj + 0001:0006c476 ?compute_year@@YAHAA_JAA_N@Z 1006d476 f libucrt:gmtime.obj + 0001:0006c53a ?_isindst_nolock@@YAHQAUtm@@@Z 1006d53a f libucrt:tzset.obj + 0001:0006c754 ?cvtdate@@YAXW4transition_type@?A0x7639d0b4@@W4date_type@2@HHHHHHHHH@Z 1006d754 f libucrt:tzset.obj + 0001:0006c897 ?get_tz_environment_variable@@YAPA_WAAY0BAA@_W@Z 1006d897 f libucrt:tzset.obj + 0001:0006c90e ?tzset_env_copy_to_tzname@@YAXQB_WQA_WQADI@Z 1006d90e f libucrt:tzset.obj + 0001:0006c955 ?tzset_from_environment_nolock@@YAXPA_W@Z 1006d955 f libucrt:tzset.obj + 0001:0006cbe7 ?tzset_from_system_nolock@@YAXXZ 1006dbe7 f libucrt:tzset.obj + 0001:0006cd41 ?tzset_nolock@@YAXXZ 1006dd41 f libucrt:tzset.obj + 0001:0006cdb7 ?tzset_os_copy_to_tzname@@YAXQB_WQA_WQADI@Z 1006ddb7 f libucrt:tzset.obj + 0001:0006ceaa ?filter_wcstomb_flags@@YAKIK@Z 1006deaa f libucrt:widechartomultibyte.obj + 0001:0006cfaf ?compute_iso_week@@YAHHHH@Z 1006dfaf f libucrt:wcsftime.obj + 0001:0006cff8 ?compute_iso_week_internal@@YAHHHH@Z 1006dff8 f libucrt:wcsftime.obj + 0001:0006d08d ?compute_iso_year@@YAHHHH@Z 1006e08d f libucrt:wcsftime.obj + 0001:0006d0b8 ?expand_time@@YA_NPAU__crt_locale_pointers@@_WPBUtm@@PAPA_WPAIPBU__crt_lc_time_data@@_N@Z 1006e0b8 f libucrt:wcsftime.obj + 0001:0006da6c $LN191 1006ea6c libucrt:wcsftime.obj + 0001:0006da8c ?store_number@@YAXHHQAPA_WQAI_W@Z 1006ea8c f libucrt:wcsftime.obj + 0001:0006db20 ?store_number_without_lead_zeroes@@YAXHQAPA_WQAI@Z 1006eb20 f libucrt:wcsftime.obj + 0001:0006db9a ?store_string@@YAXPB_WQAPA_WQAI@Z 1006eb9a f libucrt:wcsftime.obj + 0001:0006dbcd ?store_winword@@YA_NQAU__crt_locale_pointers@@HQBUtm@@QAPA_WQAIQBU__crt_lc_time_data@@@Z 1006ebcd f libucrt:wcsftime.obj + 0001:0006e8f5 ?__acrt_LCMapStringA_stat@@YAHPAU__crt_locale_pointers@@PB_WKPBDHPADHHH@Z 1006f8f5 f libucrt:lcmapstringa.obj + 0001:0006ed30 $$000000 1006fd30 libucrt:sqrt.obj + 0001:0006ee10 $$000000 1006fe10 libucrt:_strnicm.obj + 0001:0006f20b ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@X@@QAEX$$QAV@@AAV@@$$QAV@@@Z 1007020b f libucrt:mbctype.obj + 0001:0006f258 ??R@@QBE@XZ 10070258 f libucrt:mbctype.obj + 0001:0006f2db ?CPtoLocaleName@@YAPB_WH@Z 100702db f libucrt:mbctype.obj + 0001:0006f319 ?getSystemCP@@YAHH@Z 10070319 f libucrt:mbctype.obj + 0001:0006f38a ?setSBCS@@YAXPAU__crt_multibyte_data@@@Z 1007038a f libucrt:mbctype.obj + 0001:0006f3ed ?setSBUpLow@@YAXPAU__crt_multibyte_data@@@Z 100703ed f libucrt:mbctype.obj + 0001:0006f592 ?setmbcp_internal@@YAHH_NQAU__acrt_ptd@@QAPAU__crt_multibyte_data@@@Z 10070592 f libucrt:mbctype.obj + 0001:0006f6e7 ?update_thread_multibyte_data_internal@@YAPAU__crt_multibyte_data@@QAU__acrt_ptd@@QAPAU1@@Z 100706e7 f libucrt:mbctype.obj + 0001:00070700 ?free_crt_array_internal@@YAXQAPBXI@Z 10071700 f libucrt:inittime.obj + 0001:00070725 ?initialize_lc_time@@YA_NQAU__crt_lc_time_data@@QAU__crt_locale_data@@@Z 10071725 f libucrt:inittime.obj + 0001:00070bd3 ??$common_tcsncat_s@_W@@YAHQA_WIQB_WI@Z 10071bd3 f libucrt:wcsncat_s.obj + 0001:00070cc6 ??$common_tcsncpy_s@_W@@YAHQA_WIQB_WI@Z 10071cc6 f libucrt:wcsncpy_s.obj + 0001:00070f47 _GetLocaleNameFromDefault 10071f47 f libucrt:get_qualified_locale.obj + 0001:00070fce _GetLocaleNameFromLangCountry 10071fce f libucrt:get_qualified_locale.obj + 0001:00071067 _GetLocaleNameFromLanguage 10072067 f libucrt:get_qualified_locale.obj + 0001:000710c0 _GetPrimaryLen 100720c0 f libucrt:get_qualified_locale.obj + 0001:000710f4 _LangCountryEnumProcEx@12 100720f4 f libucrt:get_qualified_locale.obj + 0001:000713d5 _LanguageEnumProcEx@12 100723d5 f libucrt:get_qualified_locale.obj + 0001:00071494 _ProcessCodePage 10072494 f libucrt:get_qualified_locale.obj + 0001:00071584 _TestDefaultCountry 10072584 f libucrt:get_qualified_locale.obj + 0001:000715d1 _TranslateName 100725d1 f libucrt:get_qualified_locale.obj + 0001:00071843 _CountryEnumProc@4 10072843 f libucrt:getqloc_downlevel.obj + 0001:000718ea _GetLcidFromCountry 100728ea f libucrt:getqloc_downlevel.obj + 0001:00071935 _GetLcidFromLangCountry 10072935 f libucrt:getqloc_downlevel.obj + 0001:000719d0 _GetLcidFromLanguage 100729d0 f libucrt:getqloc_downlevel.obj + 0001:00071a2f _GetPrimaryLen 10072a2f f libucrt:getqloc_downlevel.obj + 0001:00071a5b _LangCountryEnumProc@4 10072a5b f libucrt:getqloc_downlevel.obj + 0001:00071cae _LanguageEnumProc@4 10072cae f libucrt:getqloc_downlevel.obj + 0001:00071d83 _LcidFromHexString 10072d83 f libucrt:getqloc_downlevel.obj + 0001:00071dd7 _ProcessCodePage 10072dd7 f libucrt:getqloc_downlevel.obj + 0001:00071eb8 _TestDefaultCountry 10072eb8 f libucrt:getqloc_downlevel.obj + 0001:00071edd _TestDefaultLanguage 10072edd f libucrt:getqloc_downlevel.obj + 0001:00071f52 _TranslateName 10072f52 f libucrt:getqloc_downlevel.obj + 0001:00072257 ?GetTableIndexFromLocaleName@@YAHPB_W@Z 10073257 f libucrt:lcidtoname_downlevel.obj + 0001:00072827 ??R@@QBEIPBD@Z 10073827 f libucrt:mbrtowc.obj + 0001:000729d0 ?check_trailing@@YA_NPBDW4__acrt_has_trailing_digits@@@Z 100739d0 f libucrt:_fptostr.obj + 0001:000729f3 ?should_round_up@@YA_NQBD0HW4__acrt_has_trailing_digits@@W4__acrt_rounding_mode@@@Z 100739f3 f libucrt:_fptostr.obj + 0001:000742ce ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 100752ce f libucrt:onexit.obj + 0001:00074329 ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@H@@QAEH$$QAV@@AAV@@$$QAV@@@Z 10075329 f libucrt:onexit.obj + 0001:00074384 ??R@@QBE@XZ 10075384 f libucrt:onexit.obj + 0001:00074486 ??R@@QBE@XZ 10075486 f libucrt:onexit.obj + 0001:0007464e ?to_abstract_control@@YA?AW4__acrt_fenv_abstract_control@@W4__acrt_fenv_machine_sse_control@@@Z 1007564e f libucrt:_fenvutils.obj + 0001:000746fe ?to_abstract_control@@YA?AW4__acrt_fenv_abstract_control@@W4__acrt_fenv_machine_x87_control@@@Z 100756fe f libucrt:_fenvutils.obj + 0001:000747ab ?to_machine_sse_control@@YA?AW4__acrt_fenv_machine_sse_control@@W4__acrt_fenv_abstract_control@@@Z 100757ab f libucrt:_fenvutils.obj + 0001:00074861 ?to_machine_x87_control@@YA?AW4__acrt_fenv_machine_x87_control@@W4__acrt_fenv_abstract_control@@@Z 10075861 f libucrt:_fenvutils.obj + 0001:00074bda ??$common_getenv_nolock@_W@@YAPA_WQB_W@Z 10075bda f libucrt:getenv.obj + 0001:00074c5e ??$common_getenv_s@_W@@YAHQAIQA_WIQB_W@Z 10075c5e f libucrt:getenv.obj + 0001:00074cbd ??$common_getenv_s_nolock@_W@@YAHQAIQA_WIQB_W@Z 10075cbd f libucrt:getenv.obj + 0001:00074f10 $$000000 10075f10 libucrt:common.obj + 0001:000750a0 $$000000 100760a0 libucrt:sqrt_impl.obj + 0001:00075165 ?initialize_multibyte@@YAHXZ 10076165 f libucrt:multibyte_initializer.obj + 0001:00075174 ?InternalGetLocaleInfoA@@YAHQAU__crt_locale_pointers@@QB_WKQADH@Z 10076174 f libucrt:getlocaleinfoa.obj + 0001:00075403 ??$common_xtox@K_W@@YAHKQA_WII_N@Z 10076403 f libucrt:xtoa.obj + 0001:000754bf ??$common_xtox_s@K_W@@YAHKQA_WII_N@Z 100764bf f libucrt:xtoa.obj + 0001:00075889 ?__dcrt_lowio_initialize_console_output@@YAXXZ 10076889 f libucrt:initcon.obj + 0001:00075a50 $$000000 10076a50 libucrt:log10_impl.obj + 0001:00075d30 ??$common_get_or_create_environment_nolock@_W@@YAPAPA_WXZ 10076d30 f libucrt:environment_initialization.obj + 0001:00075d5c ??$common_initialize_environment_nolock@D@@YAHXZ 10076d5c f libucrt:environment_initialization.obj + 0001:00075db6 ??$common_initialize_environment_nolock@_W@@YAHXZ 10076db6 f libucrt:environment_initialization.obj + 0001:00075e0b ??$create_environment@D@@YAQAPADQAD@Z 10076e0b f libucrt:environment_initialization.obj + 0001:00075eed ??$create_environment@_W@@YAQAPA_WQA_W@Z 10076eed f libucrt:environment_initialization.obj + 0001:0007600b ??$free_environment@D@@YAXQAPAD@Z 1007700b f libucrt:environment_initialization.obj + 0001:0007600b ??$free_environment@_W@@YAXQAPA_W@Z 1007700b f libucrt:environment_initialization.obj + 0001:0007603a ??$initialize_environment_by_cloning_nolock@_W@@YAHXZ 1007703a f libucrt:environment_initialization.obj + 0001:000760bb ??$uninitialize_environment_internal@D@@YAXAAPAPAD@Z 100770bb f libucrt:environment_initialization.obj + 0001:000760d6 ??$uninitialize_environment_internal@_W@@YAXAAPAPA_W@Z 100770d6 f libucrt:environment_initialization.obj + 0001:00076220 $$000000 10077220 libucrt:genexcep.obj + 0001:00076280 $$000000 10077280 libucrt:87disp.obj + 0001:000764d4 ??$common_tcsncpy_s@D@@YAHQADIQBDI@Z 100774d4 f libucrt:strncpy_s.obj + 0001:00076596 ___hw_cw_sse2 10077596 f libucrt:ieee87.obj + 0001:00076a1c __hw_cw 10077a1c f libucrt:ieee87.obj + 0001:00076ac0 $$000000 10077ac0 libucrt:log10_pentium4.obj + 0001:00076d50 $$000000 10077d50 libucrt:87tran.obj + 0001:00077057 ?find_end_of_double_null_terminated_sequence@@YAPB_WQB_W@Z 10078057 f libucrt:get_environment_from_os.obj + 0001:0007717c ??$common_set_variable_in_environment_nolock@_W@@YAHQA_WH@Z 1007817c f libucrt:setenv.obj + 0001:00077407 ??$copy_environment@_W@@YAPAPA_WQAPA_W@Z 10078407 f libucrt:setenv.obj + 0001:000774c5 ??$ensure_current_environment_is_not_initial_environment_nolock@_W@@YAXXZ 100784c5 f libucrt:setenv.obj + 0001:000774df ??$find_in_environment_nolock@_W@@YAHQB_WI@Z 100784df f libucrt:setenv.obj + 0001:00077823 ?_mbstowcs_internal@@YAHPAIPA_WIPBDIAAV__crt_cached_ptd_host@@@Z 10078823 f libucrt:mbstowcs.obj + 0001:000778ff ?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 100788ff f libucrt:mbstowcs.obj + 0001:000781ab _tidy_global 100791ab f libcpmt:locale0.obj + 0001:0007868a ??$_Xfiopen@D@?A0x6dc13635@@YAPAU_iobuf@@PBDHH@Z 1007968a f libcpmt:fiopen.obj + 0001:0007872a ?swfun@std@@YAXAAVios_base@1@_J@Z 1007972a f libcpmt:iomanip.obj + 0001:000789e0 ?initialize_pointers@@YAHXZ 100799e0 f libcpmt:winapisupp.obj + 0001:00078abd ?find_pe_section@@YAPAU_IMAGE_SECTION_HEADER@@QAEI@Z 10079abd f LIBCMT:utility.obj + 0001:00078e20 $$000000 10079e20 LIBCMT:llshl.obj + 0001:00078e30 MORE32 10079e30 LIBCMT:llshl.obj + 0001:00078e3a RETZERO 10079e3a LIBCMT:llshl.obj + 0001:00078e40 $$000000 10079e40 LIBCMT:ullshr.obj + 0001:00078e50 MORE32 10079e50 LIBCMT:ullshr.obj + 0001:00078e5a RETZERO 10079e5a LIBCMT:ullshr.obj + 0001:00078f40 $$000000 10079f40 LIBCMT:lldiv.obj + 0001:00078f61 L1 10079f61 LIBCMT:lldiv.obj + 0001:00078f7d L2 10079f7d LIBCMT:lldiv.obj + 0001:00078f99 L3 10079f99 LIBCMT:lldiv.obj + 0001:00078fa7 L5 10079fa7 LIBCMT:lldiv.obj + 0001:00078fd5 L6 10079fd5 LIBCMT:lldiv.obj + 0001:00078fd6 L7 10079fd6 LIBCMT:lldiv.obj + 0001:00078fda L4 10079fda LIBCMT:lldiv.obj + 0001:00078fe4 L8 10079fe4 LIBCMT:lldiv.obj + 0001:00078ff0 $$000000 10079ff0 LIBCMT:lldvrm.obj + 0001:00079014 L1 1007a014 LIBCMT:lldvrm.obj + 0001:00079030 L2 1007a030 LIBCMT:lldvrm.obj + 0001:0007905c L3 1007a05c LIBCMT:lldvrm.obj + 0001:0007906a L5 1007a06a LIBCMT:lldvrm.obj + 0001:00079098 L6 1007a098 LIBCMT:lldvrm.obj + 0001:000790a1 L7 1007a0a1 LIBCMT:lldvrm.obj + 0001:000790a3 L4 1007a0a3 LIBCMT:lldvrm.obj + 0001:000790b5 L9 1007a0b5 LIBCMT:lldvrm.obj + 0001:000790c9 L8 1007a0c9 LIBCMT:lldvrm.obj + 0001:000790d0 $$000000 1007a0d0 LIBCMT:llmul.obj + 0001:000790e9 hard 1007a0e9 LIBCMT:llmul.obj + 0001:00079110 $$000000 1007a110 LIBCMT:llrem.obj + 0001:00079130 L1 1007a130 LIBCMT:llrem.obj + 0001:0007914b L2 1007a14b LIBCMT:llrem.obj + 0001:0007916a L3 1007a16a LIBCMT:llrem.obj + 0001:00079178 L5 1007a178 LIBCMT:llrem.obj + 0001:000791a3 L6 1007a1a3 LIBCMT:llrem.obj + 0001:000791ab L7 1007a1ab LIBCMT:llrem.obj + 0001:000791b6 L4 1007a1b6 LIBCMT:llrem.obj + 0001:000791bd L8 1007a1bd LIBCMT:llrem.obj + 0001:000791e0 $$000000 1007a1e0 LIBCMT:ftol3.obj + 0001:000791ff _ftol3_default 1007a1ff LIBCMT:ftol3.obj + 0001:00079213 _ftol3_notsafe 1007a213 LIBCMT:ftol3.obj + 0001:00079233 _ftol3_mincheck 1007a233 LIBCMT:ftol3.obj + 0001:00079239 _ftol3_NaN 1007a239 LIBCMT:ftol3.obj + 0001:00079241 _ftol3_retmin 1007a241 LIBCMT:ftol3.obj + 0001:00079250 $$000000 1007a250 LIBCMT:ftol3.obj + 0001:0007926e _dtoul3_default 1007a26e LIBCMT:ftol3.obj + 0001:00079299 _dtoul3_notsafe 1007a299 LIBCMT:ftol3.obj + 0001:000792c2 _dtoul3_exact 1007a2c2 LIBCMT:ftol3.obj + 0001:000792c9 _dtoul3_large 1007a2c9 LIBCMT:ftol3.obj + 0001:000792d4 _dtoul3_neg 1007a2d4 LIBCMT:ftol3.obj + 0001:000792e5 _dtoul3_NaN 1007a2e5 LIBCMT:ftol3.obj + 0001:00079300 $$000000 1007a300 LIBCMT:ftol3.obj + 0001:0007931e _dtoul3l_notsafe 1007a31e LIBCMT:ftol3.obj + 0001:00079330 $$000000 1007a330 LIBCMT:ftol3.obj + 0001:0007934e _dtol3_default 1007a34e LIBCMT:ftol3.obj + 0001:00079378 _dtol3_getbits 1007a378 LIBCMT:ftol3.obj + 0001:000793a1 _dtol3_trunc 1007a3a1 LIBCMT:ftol3.obj + 0001:000793a8 _dtol3_lshift 1007a3a8 LIBCMT:ftol3.obj + 0001:000793ae _dtol3_notsafe 1007a3ae LIBCMT:ftol3.obj + 0001:000793c7 _dtol3_large 1007a3c7 LIBCMT:ftol3.obj + 0001:000793cf _dtol3_NaN 1007a3cf LIBCMT:ftol3.obj + 0001:000793d7 _dtol3_retmin 1007a3d7 LIBCMT:ftol3.obj + 0001:000793e0 $$000000 1007a3e0 LIBCMT:ftol3.obj + 0001:000793fa _ultod3_default 1007a3fa LIBCMT:ftol3.obj + 0001:00079428 _ultod3_uint32 1007a428 LIBCMT:ftol3.obj + 0001:00079430 $$000000 1007a430 LIBCMT:ftol3.obj + 0001:0007944a _ltod3_default 1007a44a LIBCMT:ftol3.obj + 0001:00079471 _ltod3_lt33 1007a471 LIBCMT:ftol3.obj + 0001:00079472 ?dllmain_crt_dispatch@@YGHQAUHINSTANCE__@@KQAX@Z 1007a472 f LIBCMT:dll_dllmain.obj + 0001:000794c5 ?dllmain_crt_process_attach@@YAHQAUHINSTANCE__@@QAX@Z 1007a4c5 f LIBCMT:dll_dllmain.obj + 0001:000795cc ?dllmain_crt_process_detach@@YAH_N@Z 1007a5cc f LIBCMT:dll_dllmain.obj + 0001:0007967c ?dllmain_dispatch@@YAHQAUHINSTANCE__@@KQAX@Z 1007a67c f LIBCMT:dll_dllmain.obj + 0001:00079787 ?dllmain_raw@@YGHQAUHINSTANCE__@@KQAX@Z 1007a787 f LIBCMT:dll_dllmain.obj + 0001:000797e0 $$000000 1007a7e0 LIBCMT:sehprolg4.obj + 0001:00079d20 $$000000 1007ad20 LIBCMT:ulldvrm.obj + 0001:00079d51 L1 1007ad51 LIBCMT:ulldvrm.obj + 0001:00079d5f L3 1007ad5f LIBCMT:ulldvrm.obj + 0001:00079d8d L4 1007ad8d LIBCMT:ulldvrm.obj + 0001:00079d96 L5 1007ad96 LIBCMT:ulldvrm.obj + 0001:00079d98 L2 1007ad98 LIBCMT:ulldvrm.obj + 0001:00079ee0 $$000000 1007aee0 LIBCMT:ulldiv.obj + 0001:00079f02 L1 1007af02 LIBCMT:ulldiv.obj + 0001:00079f10 L3 1007af10 LIBCMT:ulldiv.obj + 0001:00079f3e L4 1007af3e LIBCMT:ulldiv.obj + 0001:00079f3f L5 1007af3f LIBCMT:ulldiv.obj + 0001:00079f43 L2 1007af43 LIBCMT:ulldiv.obj + 0001:00079f50 $$000000 1007af50 LIBCMT:ullrem.obj + 0001:00079f71 L1 1007af71 LIBCMT:ullrem.obj + 0001:00079f7f L3 1007af7f LIBCMT:ullrem.obj + 0001:00079faa L4 1007afaa LIBCMT:ullrem.obj + 0001:00079fb2 L5 1007afb2 LIBCMT:ullrem.obj + 0001:00079fc1 L2 1007afc1 LIBCMT:ullrem.obj + 0001:0007a1d0 $$000000 1007b1d0 LIBCMT:chkstk.obj + 0001:0007a1e4 cs10 1007b1e4 LIBCMT:chkstk.obj + 0001:0007a1f2 cs20 1007b1f2 LIBCMT:chkstk.obj + 0001:0007a200 $$000000 1007b200 LIBCMT:alloca16.obj + 0001:0007a216 alloca_8 1007b216 LIBCMT:alloca16.obj + 0001:0007a230 $$000000 1007b230 LIBCMT:ftol2.obj + 0001:0007a240 $$000000 1007b240 LIBCMT:ftol2.obj + 0001:0007a251 L3B 1007b251 LIBCMT:ftol2.obj + 0001:0007a294 L3F 1007b294 LIBCMT:ftol2.obj + 0001:0007a29c L40 1007b29c LIBCMT:ftol2.obj + 0001:0007a2af L41 1007b2af LIBCMT:ftol2.obj + 0001:0007a2e5 ___get_entropy 1007b2e5 f LIBCMT:gs_support.obj + 0001:0007ba0c $LN1250 1007ca0c libvcruntime:memcmp.obj + 0001:0007ba90 $$000000 1007ca90 libvcruntime:strrchr.obj + 0001:0007bacd strrchr_sse_loop 1007cacd libvcruntime:strrchr.obj + 0001:0007bafd strrchr_sse_break 1007cafd libvcruntime:strrchr.obj + 0001:0007bb1d strrchr_sttni 1007cb1d libvcruntime:strrchr.obj + 0001:0007bb2f strrchr_sttni_chars 1007cb2f libvcruntime:strrchr.obj + 0001:0007bb44 strrchr_sttni_aligned 1007cb44 libvcruntime:strrchr.obj + 0001:0007bb48 strrchr_sttni_xmm 1007cb48 libvcruntime:strrchr.obj + 0001:0007bb5b exit 1007cb5b libvcruntime:strrchr.obj + 0001:0007bb5e strrchr_zero 1007cb5e libvcruntime:strrchr.obj + 0001:0007bb83 strchr_zero_loop 1007cb83 libvcruntime:strrchr.obj + 0001:0007bb97 strchr_zero_result 1007cb97 libvcruntime:strrchr.obj + 0001:0007bb9e strrchr_no_sse 1007cb9e libvcruntime:strrchr.obj + 0001:0007bbc1 returndi 1007cbc1 libvcruntime:strrchr.obj + 0001:0007bbc3 toend 1007cbc3 libvcruntime:strrchr.obj + 0001:0007bccd ??$?RV@@AAV@@V@@@?$__crt_seh_guarded_call@PAD@@QAEPAD$$QAV@@AAV@@$$QAV@@@Z 1007cccd f libucrt:setlocale.obj + 0001:0007bd28 ??R@@QBEPADXZ 1007cd28 f libucrt:setlocale.obj + 0001:0007be87 _call_wsetlocale 1007ce87 f libucrt:setlocale.obj + 0001:0007c0d3 ??$common_fsopen@D@@YAPAU_iobuf@@QBD0H@Z 1007d0d3 f libucrt:fopen.obj + 0001:0007c195 ??$common_configure_argv@D@@YAHW4_crt_argv_mode@@@Z 1007d195 f libucrt:argv_parsing.obj + 0001:0007c2d2 ??$parse_command_line@D@@YAXPADPAPAD0PAI2@Z 1007d2d2 f libucrt:argv_parsing.obj + 0001:0007c4a0 _initialize_global_variables 1007d4a0 f libucrt:initialization.obj + 0001:0007c4ad _initialize_c 1007d4ad f libucrt:initialization.obj + 0001:0007c4c7 _uninitialize_environment 1007d4c7 f libucrt:initialization.obj + 0001:0007c4cf _initialize_pointers 1007d4cf f libucrt:initialization.obj + 0001:0007c4fd _uninitialize_vcruntime 1007d4fd f libucrt:initialization.obj + 0001:0007c506 _uninitialize_allocated_memory 1007d506 f libucrt:initialization.obj + 0001:0007c51d _uninitialize_allocated_io_buffers 1007d51d f libucrt:initialization.obj + 0001:0007c56d ??R@@QBE@AAPAU__crt_multibyte_data@@@Z 1007d56d f libucrt:initialization.obj + 0001:0007c602 ?_wcstombs_internal@@YAHPAIPADIPB_WIAAV__crt_cached_ptd_host@@@Z 1007d602 f libucrt:wcstombs.obj + 0001:0007c6d7 ?_wcstombs_l_helper@@YAIPADPB_WIAAV__crt_cached_ptd_host@@@Z 1007d6d7 f libucrt:wcstombs.obj + 0001:0007cbe6 ??$common_openfile@D@@YAPAU_iobuf@@QBD0HV__crt_stdio_stream@@@Z 1007dbe6 f libucrt:openfile.obj + 0001:0007cd88 ?@@@CAHPBX0@Z 1007dd88 f libucrt:argv_wildcards.obj + 0001:0007ce66 ??$common_expand_argv_wildcards@D@@YAHQAPADQAPAPAD@Z 1007de66 f libucrt:argv_wildcards.obj + 0001:0007cfe3 ??$copy_and_add_argument_to_buffer@D@@YAHQBD0IAAV?$argument_list@D@?A0x5f5c8891@@@Z 1007dfe3 f libucrt:argv_wildcards.obj + 0001:0007d094 ??$expand_argument_wildcards@D@@YAHQAD0AAV?$argument_list@D@?A0x5f5c8891@@@Z 1007e094 f libucrt:argv_wildcards.obj + 0001:0007d319 ??1?$argument_list@D@?A0x5f5c8891@@QAE@XZ 1007e319 f libucrt:argv_wildcards.obj + 0001:0007d37a ?expand_if_necessary@?$argument_list@D@?A0x5f5c8891@@AAEHXZ 1007e37a f libucrt:argv_wildcards.obj + 0001:0007d4ad ?x_ismbbtype_l@@YAHPAU__crt_locale_pointers@@IHH@Z 1007e4ad f libucrt:ismbbyte.obj + 0001:0007d6d6 ??$common_sopen_dispatch@D@@YAHQBDHHHQAHH@Z 1007e6d6 f libucrt:open.obj + 0001:0007d7b1 ?configure_text_mode@@YAHHUfile_options@?A0xa9d50aae@@HAAW4__crt_lowio_text_mode@@@Z 1007e7b1 f libucrt:open.obj + 0001:0007da07 ?create_file@@YAPAXQB_WQAU_SECURITY_ATTRIBUTES@@Ufile_options@?A0xa9d50aae@@@Z 1007ea07 f libucrt:open.obj + 0001:0007da2c ?decode_open_create_flags@@YAKH@Z 1007ea2c f libucrt:open.obj + 0001:0007da9c ?decode_options@@YA?AUfile_options@?A0xa9d50aae@@HHH@Z 1007ea9c f libucrt:open.obj + 0001:0007dc16 ?truncate_ctrl_z_if_present@@YAHH@Z 1007ec16 f libucrt:open.obj + 0001:0007e570 $$000000 1007f570 libucrt:strpbrk.obj + 0001:0007eab0 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$0 1007fab0 f logging.cpp.obj + 0001:0007eab0 __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 1007fab0 f main.cpp.obj + 0001:0007eab8 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$2 1007fab8 f logging.cpp.obj + 0001:0007eab8 __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 1007fab8 f main.cpp.obj + 0001:0007eac7 __unwindfunclet$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z$1 1007fac7 f logging.cpp.obj + 0001:0007eac7 __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 1007fac7 f main.cpp.obj + 0001:0007ead4 __ehhandler$??$use_facet@V?$codecvt@DDU_Mbstatet@@@std@@@std@@YAABV?$codecvt@DDU_Mbstatet@@@0@ABVlocale@0@@Z 1007fad4 f logging.cpp.obj + 0001:0007ead4 __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 1007fad4 f main.cpp.obj + 0001:0007eb00 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$0 1007fb00 f logging.cpp.obj + 0001:0007eb08 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$2 1007fb08 f logging.cpp.obj + 0001:0007eb17 __unwindfunclet$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z$1 1007fb17 f logging.cpp.obj + 0001:0007eb24 __ehhandler$??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z 1007fb24 f logging.cpp.obj + 0001:0007eb50 __unwindfunclet$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z$0 1007fb50 f logging.cpp.obj + 0001:0007eb6c __unwindfunclet$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z$2 1007fb6c f logging.cpp.obj + 0001:0007eb79 __ehhandler$??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z 1007fb79 f logging.cpp.obj + 0001:0007eba0 __ehhandler$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ 1007fba0 f logging.cpp.obj + 0001:0007ebc0 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$0 1007fbc0 f logging.cpp.obj + 0001:0007ebc8 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$1 1007fbc8 f logging.cpp.obj + 0001:0007ebd3 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$2 1007fbd3 f logging.cpp.obj + 0001:0007ebde __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$3 1007fbde f logging.cpp.obj + 0001:0007ebe9 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$4 1007fbe9 f logging.cpp.obj + 0001:0007ebf4 __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$5 1007fbf4 f logging.cpp.obj + 0001:0007ebff __unwindfunclet$??0_Locinfo@std@@QAE@PBD@Z$6 1007fbff f logging.cpp.obj + 0001:0007ec0f __ehhandler$??0_Locinfo@std@@QAE@PBD@Z 1007fc0f f logging.cpp.obj + 0001:0007ec30 __unwindfunclet$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$5 1007fc30 f logging.cpp.obj + 0001:0007ec38 __unwindfunclet$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z$6 1007fc38 f logging.cpp.obj + 0001:0007ec45 __ehhandler$??0_System_error@std@@IAE@Verror_code@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z 1007fc45 f logging.cpp.obj + 0001:0007ec70 __unwindfunclet$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z$1 1007fc70 f logging.cpp.obj + 0001:0007ec70 __unwindfunclet$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z$0 1007fc70 f main.cpp.obj + 0001:0007ec70 __unwindfunclet$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z$0 1007fc70 f spellcast.cpp.obj + 0001:0007ec7d __ehhandler$??0failure@ios_base@std@@QAE@PBDABVerror_code@2@@Z 1007fc7d f logging.cpp.obj + 0001:0007ec7d __ehhandler$?Thread32First@detail@hadesmem@@YA?AV?$Optional@UtagTHREADENTRY32@@@12@PAX@Z 1007fc7d f main.cpp.obj + 0001:0007ec7d __ehhandler$?Spell_C_TargetSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z 1007fc7d f spellcast.cpp.obj + 0001:0007ecb0 __ehhandler$??1?$basic_filebuf@DU?$char_traits@D@std@@@std@@UAE@XZ 1007fcb0 f logging.cpp.obj + 0001:0007ecb0 __ehhandler$?try_cor_exit_process@@YAXI@Z 1007fcb0 f libucrt:exit.obj + 0001:0007ecb0 __ehhandler$?_Tidy@ios_base@std@@AAEXXZ 1007fcb0 f libcpmt:ios.obj + 0001:0007ecd0 __ehhandler$??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ 1007fcd0 f logging.cpp.obj + 0001:0007ecf0 __ehhandler$??1_Locinfo@std@@QAE@XZ 1007fcf0 f logging.cpp.obj + 0001:0007ecf0 __ehhandler$??1?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@exception_detail@boost@@QAE@XZ 1007fcf0 f main.cpp.obj + 0001:0007ecf0 __ehhandler$??1_Init_atexit@@QAE@XZ 1007fcf0 f libcpmt:iosptrs.obj + 0001:0007ecf0 __ehhandler$___crtGetSystemTimePreciseAsFileTime 1007fcf0 f libcpmt:winapisupp.obj + 0001:0007ed10 __ehhandler$??_D?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXXZ 1007fd10 f logging.cpp.obj + 0001:0007ed10 __ehhandler$??$_Destroy_range@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@YAXPAVSuspendedThread@hadesmem@@QAV12@AAV?$allocator@VSuspendedThread@hadesmem@@@0@@Z 1007fd10 f main.cpp.obj + 0001:0007ed10 __ehhandler$??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 1007fd10 f main.cpp.obj + 0001:0007ed10 __ehhandler$??_D?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ 1007fd10 f main.cpp.obj + 0001:0007ed10 __ehhandler$??_GError@hadesmem@@UAEPAXI@Z 1007fd10 f main.cpp.obj + 0001:0007ed30 __ehhandler$??_G?$basic_ios@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 1007fd30 f logging.cpp.obj + 0001:0007ed30 __ehhandler$??_G?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 1007fd30 f logging.cpp.obj + 0001:0007ed30 __ehhandler$??_Gios_base@std@@UAEPAXI@Z 1007fd30 f logging.cpp.obj + 0001:0007ed30 __ehhandler$??1bad_alloc_@exception_detail@boost@@UAE@XZ 1007fd30 f main.cpp.obj + 0001:0007ed30 __ehhandler$??1bad_exception_@exception_detail@boost@@UAE@XZ 1007fd30 f main.cpp.obj + 0001:0007ed30 __ehhandler$??1exception@boost@@MAE@XZ 1007fd30 f main.cpp.obj + 0001:0007ed30 __ehhandler$??1sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 1007fd30 f main.cpp.obj + 0001:0007ed30 __ehhandler$??_D?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 1007fd30 f main.cpp.obj + 0001:0007ed30 __ehhandler$??_D?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAEXXZ 1007fd30 f main.cpp.obj + 0001:0007ed30 __ehhandler$??_D?$wrapexcept@VError@hadesmem@@@boost@@QAEXXZ 1007fd30 f main.cpp.obj + 0001:0007ed30 __ehhandler$??_DError@hadesmem@@QAEXXZ 1007fd30 f main.cpp.obj + 0001:0007ed30 __ehhandler$??_G?$basic_iostream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 1007fd30 f main.cpp.obj + 0001:0007ed30 __ehhandler$??_G?$basic_istream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z 1007fd30 f main.cpp.obj + 0001:0007ed30 __ehhandler$??_G?$wrapexcept@VError@hadesmem@@@boost@@UAEPAXI@Z 1007fd30 f main.cpp.obj + 0001:0007ed30 __ehhandler$??_GCDataStore@Nampower@@UAEPAXI@Z 1007fd30 f main.cpp.obj + 0001:0007ed30 __ehhandler$??_Gbad_alloc_@exception_detail@boost@@UAEPAXI@Z 1007fd30 f main.cpp.obj + 0001:0007ed30 __ehhandler$??_Gbad_exception_@exception_detail@boost@@UAEPAXI@Z 1007fd30 f main.cpp.obj + 0001:0007ed50 __unwindfunclet$??__EdebugLogFile@Nampower@@YAXXZ$0 1007fd50 f logging.cpp.obj + 0001:0007ed6b __unwindfunclet$??__EdebugLogFile@Nampower@@YAXXZ$1 1007fd6b f logging.cpp.obj + 0001:0007ed7a __ehhandler$??__EdebugLogFile@Nampower@@YAXXZ 1007fd7a f logging.cpp.obj + 0001:0007eda0 __ehhandler$??__FdebugLogFile@Nampower@@YAXXZ 1007fda0 f logging.cpp.obj + 0001:0007edc0 __unwindfunclet$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z$1 1007fdc0 f logging.cpp.obj + 0001:0007edcd __ehhandler$?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z 1007fdcd f logging.cpp.obj + 0001:0007edf0 __unwindfunclet$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ$0 1007fdf0 f logging.cpp.obj + 0001:0007edf0 __unwindfunclet$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 1007fdf0 f spellevents.cpp.obj + 0001:0007edfd __ehhandler$?uflow@?$basic_filebuf@DU?$char_traits@D@std@@@std@@MAEHXZ 1007fdfd f logging.cpp.obj + 0001:0007edfd __ehhandler$?SpellDelayedHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 1007fdfd f spellevents.cpp.obj + 0001:0007ee30 __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 1007fe30 f main.cpp.obj + 0001:0007ee50 __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 1007fe50 f main.cpp.obj + 0001:0007ee70 __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 1007fe70 f main.cpp.obj + 0001:0007ee70 __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 1007fe70 f main.cpp.obj + 0001:0007ee80 __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 1007fe80 f main.cpp.obj + 0001:0007ee80 __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 1007fe80 f main.cpp.obj + 0001:0007eea0 __ehhandler$??$?0V?$error_info@UTagErrorCodeWinLast@hadesmem@@K@boost@@@shared_count@detail@boost@@QAE@PAV?$error_info@UTagErrorCodeWinLast@hadesmem@@K@2@@Z 1007fea0 f main.cpp.obj + 0001:0007eec0 __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 1007fec0 f main.cpp.obj + 0001:0007eee0 __ehhandler$??$?0Verror_info_base@exception_detail@boost@@@shared_count@detail@boost@@QAE@PAVerror_info_base@exception_detail@2@@Z 1007fee0 f main.cpp.obj + 0001:0007ef00 __unwindfunclet$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$2 1007ff00 f main.cpp.obj + 0001:0007ef08 __unwindfunclet$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z$3 1007ff08 f main.cpp.obj + 0001:0007ef15 __ehhandler$??$?6DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABU?$_Timeobj@DPBUtm@@@0@@Z 1007ff15 f main.cpp.obj + 0001:0007ef40 __unwindfunclet$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z$2 1007ff40 f main.cpp.obj + 0001:0007ef4d __ehhandler$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z 1007ff4d f main.cpp.obj + 0001:0007ef70 __unwindfunclet$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z$2 1007ff70 f main.cpp.obj + 0001:0007ef7d __ehhandler$??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z 1007ff7d f main.cpp.obj + 0001:0007efa0 __unwindfunclet$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z$2 1007ffa0 f main.cpp.obj + 0001:0007efad __ehhandler$??$ReadVector@EV?$allocator@E@std@@@hadesmem@@YA?AV?$vector@EV?$allocator@E@std@@@std@@ABVProcess@0@PAXI@Z 1007ffad f main.cpp.obj + 0001:0007efd0 __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 1007ffd0 f main.cpp.obj + 0001:0007efd8 __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 1007ffd8 f main.cpp.obj + 0001:0007efe0 __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 1007ffe0 f main.cpp.obj + 0001:0007efe8 __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 1007ffe8 f main.cpp.obj + 0001:0007eff8 __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 1007fff8 f main.cpp.obj + 0001:0007f030 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$0 10080030 f main.cpp.obj + 0001:0007f030 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$0 10080030 f main.cpp.obj + 0001:0007f030 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$0 10080030 f main.cpp.obj + 0001:0007f038 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$1 10080038 f main.cpp.obj + 0001:0007f038 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$1 10080038 f main.cpp.obj + 0001:0007f038 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$1 10080038 f main.cpp.obj + 0001:0007f040 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z$2 10080040 f main.cpp.obj + 0001:0007f040 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z$2 10080040 f main.cpp.obj + 0001:0007f040 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z$2 10080040 f main.cpp.obj + 0001:0007f04d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAX@@YAXPBDP6AHPADI0ZZ0AAPAX3@Z 1008004d f main.cpp.obj + 0001:0007f04d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDKPBD@@YAXPBDP6AHPADI0ZZ0$$QAK$$QAPBD@Z 1008004d f main.cpp.obj + 0001:0007f04d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDQBDQBD@@YAXPBDP6AHPADI0ZZ0$$QBQBD3@Z 1008004d f main.cpp.obj + 0001:0007f080 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$0 10080080 f main.cpp.obj + 0001:0007f088 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$1 10080088 f main.cpp.obj + 0001:0007f090 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z$2 10080090 f main.cpp.obj + 0001:0007f09d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAPAXAAPAXI@@YAXPBDP6AHPADI0ZZ0AAPAX3$$QAI@Z 1008009d f main.cpp.obj + 0001:0007f0d0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$0 100800d0 f main.cpp.obj + 0001:0007f0d0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$0 100800d0 f main.cpp.obj + 0001:0007f0d0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$0 100800d0 f main.cpp.obj + 0001:0007f0d0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$0 100800d0 f main.cpp.obj + 0001:0007f0d0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$0 100800d0 f main.cpp.obj + 0001:0007f0d0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$0 100800d0 f main.cpp.obj + 0001:0007f0d0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$0 100800d0 f main.cpp.obj + 0001:0007f0d0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$0 100800d0 f main.cpp.obj + 0001:0007f0d8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$1 100800d8 f main.cpp.obj + 0001:0007f0d8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$1 100800d8 f main.cpp.obj + 0001:0007f0d8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$1 100800d8 f main.cpp.obj + 0001:0007f0d8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$1 100800d8 f main.cpp.obj + 0001:0007f0d8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$1 100800d8 f main.cpp.obj + 0001:0007f0d8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$1 100800d8 f main.cpp.obj + 0001:0007f0d8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$1 100800d8 f main.cpp.obj + 0001:0007f0d8 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$1 100800d8 f main.cpp.obj + 0001:0007f0e0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z$2 100800e0 f main.cpp.obj + 0001:0007f0e0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z$2 100800e0 f main.cpp.obj + 0001:0007f0e0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z$2 100800e0 f main.cpp.obj + 0001:0007f0e0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z$2 100800e0 f main.cpp.obj + 0001:0007f0e0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z$2 100800e0 f main.cpp.obj + 0001:0007f0e0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z$2 100800e0 f main.cpp.obj + 0001:0007f0e0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z$2 100800e0 f main.cpp.obj + 0001:0007f0e0 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z$2 100800e0 f main.cpp.obj + 0001:0007f0ed __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BF@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BF@$$CBD@Z 100800ed f main.cpp.obj + 0001:0007f0ed __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BG@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BG@$$CBD@Z 100800ed f main.cpp.obj + 0001:0007f0ed __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BH@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BH@$$CBD@Z 100800ed f main.cpp.obj + 0001:0007f0ed __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0BK@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0BK@$$CBD@Z 100800ed f main.cpp.obj + 0001:0007f0ed __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDAAY0CE@$$CBD@@YAXPBDP6AHPADI0ZZ0AAY0CE@$$CBD@Z 100800ed f main.cpp.obj + 0001:0007f0ed __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDABG@@YAXPBDP6AHPADI0ZZ0ABG@Z 100800ed f main.cpp.obj + 0001:0007f0ed __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDABQAX@@YAXPBDP6AHPADI0ZZ0ABQAX@Z 100800ed f main.cpp.obj + 0001:0007f0ed __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPBD@@YAXPBDP6AHPADI0ZZ0$$QAPBD@Z 100800ed f main.cpp.obj + 0001:0007f120 __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 10080120 f main.cpp.obj + 0001:0007f120 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$0 10080120 f main.cpp.obj + 0001:0007f120 __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 10080120 f main.cpp.obj + 0001:0007f120 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 10080120 f main.cpp.obj + 0001:0007f120 __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 10080120 f main.cpp.obj + 0001:0007f120 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$0 10080120 f main.cpp.obj + 0001:0007f120 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 10080120 f main.cpp.obj + 0001:0007f120 __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 10080120 f main.cpp.obj + 0001:0007f120 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$0 10080120 f main.cpp.obj + 0001:0007f120 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$0 10080120 f main.cpp.obj + 0001:0007f120 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$0 10080120 f main.cpp.obj + 0001:0007f120 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$0 10080120 f main.cpp.obj + 0001:0007f120 __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 10080120 f main.cpp.obj + 0001:0007f120 __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 10080120 f main.cpp.obj + 0001:0007f120 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z$0 10080120 f main.cpp.obj + 0001:0007f120 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$0 10080120 f main.cpp.obj + 0001:0007f120 __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 10080120 f main.cpp.obj + 0001:0007f120 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$0 10080120 f main.cpp.obj + 0001:0007f120 __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 10080120 f main.cpp.obj + 0001:0007f120 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$0 10080120 f main.cpp.obj + 0001:0007f120 __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 10080120 f main.cpp.obj + 0001:0007f120 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$0 10080120 f main.cpp.obj + 0001:0007f120 __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 10080120 f main.cpp.obj + 0001:0007f120 __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 10080120 f main.cpp.obj + 0001:0007f120 __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 10080120 f main.cpp.obj + 0001:0007f120 __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 10080120 f main.cpp.obj + 0001:0007f128 __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 10080128 f main.cpp.obj + 0001:0007f128 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$1 10080128 f main.cpp.obj + 0001:0007f128 __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 10080128 f main.cpp.obj + 0001:0007f128 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 10080128 f main.cpp.obj + 0001:0007f128 __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 10080128 f main.cpp.obj + 0001:0007f128 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$1 10080128 f main.cpp.obj + 0001:0007f128 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 10080128 f main.cpp.obj + 0001:0007f128 __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 10080128 f main.cpp.obj + 0001:0007f128 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$1 10080128 f main.cpp.obj + 0001:0007f128 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$1 10080128 f main.cpp.obj + 0001:0007f128 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$1 10080128 f main.cpp.obj + 0001:0007f128 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$1 10080128 f main.cpp.obj + 0001:0007f128 __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 10080128 f main.cpp.obj + 0001:0007f128 __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 10080128 f main.cpp.obj + 0001:0007f128 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z$1 10080128 f main.cpp.obj + 0001:0007f128 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$1 10080128 f main.cpp.obj + 0001:0007f128 __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 10080128 f main.cpp.obj + 0001:0007f128 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$1 10080128 f main.cpp.obj + 0001:0007f128 __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 10080128 f main.cpp.obj + 0001:0007f128 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$1 10080128 f main.cpp.obj + 0001:0007f128 __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 10080128 f main.cpp.obj + 0001:0007f128 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$1 10080128 f main.cpp.obj + 0001:0007f128 __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 10080128 f main.cpp.obj + 0001:0007f128 __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 10080128 f main.cpp.obj + 0001:0007f128 __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 10080128 f main.cpp.obj + 0001:0007f128 __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 10080128 f main.cpp.obj + 0001:0007f130 __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 10080130 f main.cpp.obj + 0001:0007f130 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z$2 10080130 f main.cpp.obj + 0001:0007f130 __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 10080130 f main.cpp.obj + 0001:0007f130 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 10080130 f main.cpp.obj + 0001:0007f130 __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 10080130 f main.cpp.obj + 0001:0007f130 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z$2 10080130 f main.cpp.obj + 0001:0007f130 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 10080130 f main.cpp.obj + 0001:0007f130 __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 10080130 f main.cpp.obj + 0001:0007f130 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z$2 10080130 f main.cpp.obj + 0001:0007f130 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z$2 10080130 f main.cpp.obj + 0001:0007f130 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z$2 10080130 f main.cpp.obj + 0001:0007f130 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z$2 10080130 f main.cpp.obj + 0001:0007f130 __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 10080130 f main.cpp.obj + 0001:0007f130 __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 10080130 f main.cpp.obj + 0001:0007f130 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z$2 10080130 f main.cpp.obj + 0001:0007f130 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z$2 10080130 f main.cpp.obj + 0001:0007f130 __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 10080130 f main.cpp.obj + 0001:0007f130 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z$2 10080130 f main.cpp.obj + 0001:0007f130 __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 10080130 f main.cpp.obj + 0001:0007f130 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z$2 10080130 f main.cpp.obj + 0001:0007f130 __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 10080130 f main.cpp.obj + 0001:0007f130 __unwindfunclet$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z$2 10080130 f main.cpp.obj + 0001:0007f130 __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 10080130 f main.cpp.obj + 0001:0007f130 __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 10080130 f main.cpp.obj + 0001:0007f130 __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 10080130 f main.cpp.obj + 0001:0007f130 __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 10080130 f main.cpp.obj + 0001:0007f13d __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 1008013d f main.cpp.obj + 0001:0007f13d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6GXXZPAX@hadesmem@@AAPAXABQAP6GXPAVPatchDetourBase@1@@Z$$QAPAX@Z 1008013d f main.cpp.obj + 0001:0007f13d __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 1008013d f main.cpp.obj + 0001:0007f13d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@AAPAXABQAP6IHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1008013d f main.cpp.obj + 0001:0007f13d __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 1008013d f main.cpp.obj + 0001:0007f13d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@HPAI3@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@HPAI6@Z$$QAPAX@Z 1008013d f main.cpp.obj + 0001:0007f13d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@AAPAXABQAP6IIPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1008013d f main.cpp.obj + 0001:0007f13d __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 1008013d f main.cpp.obj + 0001:0007f13d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@2@PAI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@AAPAXABQAP6IPAHPAVPatchDetourBase@1@PAI@Z$$QAPAX@Z 1008013d f main.cpp.obj + 0001:0007f13d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@HI@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXHI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@HI@Z$$QAPAX@Z 1008013d f main.cpp.obj + 0001:0007f13d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXI@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@I@Z$$QAPAX@Z 1008013d f main.cpp.obj + 0001:0007f13d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@IHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@IHH@Z$$QAPAX@Z 1008013d f main.cpp.obj + 0001:0007f13d __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 1008013d f main.cpp.obj + 0001:0007f13d __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 1008013d f main.cpp.obj + 0001:0007f13d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIH@Z$$QAPAX@Z 1008013d f main.cpp.obj + 0001:0007f13d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAIPAXII@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAIPAXII@Z$$QAPAX@Z 1008013d f main.cpp.obj + 0001:0007f13d __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 1008013d f main.cpp.obj + 0001:0007f13d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAX3I@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAX6I@Z$$QAPAX@Z 1008013d f main.cpp.obj + 0001:0007f13d __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 1008013d f main.cpp.obj + 0001:0007f13d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@PAXHH@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@PAXHH@Z$$QAPAX@Z 1008013d f main.cpp.obj + 0001:0007f13d __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 1008013d f main.cpp.obj + 0001:0007f13d __ehhandler$??$TraceFormatT@DP6AHPADIPBDZZPBDPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@2@@ZPAX@@YAXPBDP6AHPADI0ZZ0$$QAPAV?$PatchDetour@P6IXXZPAX@hadesmem@@AAPAXABQAP6IXPAVPatchDetourBase@1@@Z$$QAPAX@Z 1008013d f main.cpp.obj + 0001:0007f13d __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 1008013d f main.cpp.obj + 0001:0007f13d __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 1008013d f main.cpp.obj + 0001:0007f13d __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 1008013d f main.cpp.obj + 0001:0007f13d __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 1008013d f main.cpp.obj + 0001:0007f170 __unwindfunclet$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z$2 10080170 f main.cpp.obj + 0001:0007f17d __ehhandler$??$_Emplace_reallocate@K@?$vector@VSuspendedThread@hadesmem@@V?$allocator@VSuspendedThread@hadesmem@@@std@@@std@@AAEPAVSuspendedThread@hadesmem@@QAV23@$$QAK@Z 1008017d f main.cpp.obj + 0001:0007f1a0 __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 100801a0 f main.cpp.obj + 0001:0007f1a8 __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 100801a8 f main.cpp.obj + 0001:0007f1b0 __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 100801b0 f main.cpp.obj + 0001:0007f1b8 __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 100801b8 f main.cpp.obj + 0001:0007f1c5 __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 100801c5 f main.cpp.obj + 0001:0007f1f0 __unwindfunclet$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z$2 100801f0 f main.cpp.obj + 0001:0007f1fd __ehhandler$??$_Insert_string@DU?$char_traits@D@std@@I@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@QBDI@Z 100801fd f main.cpp.obj + 0001:0007f220 __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 10080220 f main.cpp.obj + 0001:0007f228 __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 10080228 f main.cpp.obj + 0001:0007f23a __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 1008023a f main.cpp.obj + 0001:0007f25c __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 1008025c f main.cpp.obj + 0001:0007f27e __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 1008027e f main.cpp.obj + 0001:0007f286 __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 10080286 f main.cpp.obj + 0001:0007f28e __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 1008028e f main.cpp.obj + 0001:0007f296 __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 10080296 f main.cpp.obj + 0001:0007f29e __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 1008029e f main.cpp.obj + 0001:0007f2a6 __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 100802a6 f main.cpp.obj + 0001:0007f2ae __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 100802ae f main.cpp.obj + 0001:0007f2b6 __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 100802b6 f main.cpp.obj + 0001:0007f2be __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 100802be f main.cpp.obj + 0001:0007f2c9 __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 100802c9 f main.cpp.obj + 0001:0007f2d4 __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 100802d4 f main.cpp.obj + 0001:0007f2e1 __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 100802e1 f main.cpp.obj + 0001:0007f310 __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 10080310 f main.cpp.obj + 0001:0007f318 __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 10080318 f main.cpp.obj + 0001:0007f32a __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 1008032a f main.cpp.obj + 0001:0007f34c __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 1008034c f main.cpp.obj + 0001:0007f36e __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 1008036e f main.cpp.obj + 0001:0007f376 __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 10080376 f main.cpp.obj + 0001:0007f37e __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 1008037e f main.cpp.obj + 0001:0007f386 __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 10080386 f main.cpp.obj + 0001:0007f38e __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 1008038e f main.cpp.obj + 0001:0007f396 __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 10080396 f main.cpp.obj + 0001:0007f39e __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 1008039e f main.cpp.obj + 0001:0007f3a6 __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 100803a6 f main.cpp.obj + 0001:0007f3ae __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 100803ae f main.cpp.obj + 0001:0007f3b9 __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 100803b9 f main.cpp.obj + 0001:0007f3c4 __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 100803c4 f main.cpp.obj + 0001:0007f3d1 __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 100803d1 f main.cpp.obj + 0001:0007f400 __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 10080400 f main.cpp.obj + 0001:0007f408 __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 10080408 f main.cpp.obj + 0001:0007f41a __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 1008041a f main.cpp.obj + 0001:0007f43c __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 1008043c f main.cpp.obj + 0001:0007f45e __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 1008045e f main.cpp.obj + 0001:0007f466 __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 10080466 f main.cpp.obj + 0001:0007f46e __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 1008046e f main.cpp.obj + 0001:0007f476 __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 10080476 f main.cpp.obj + 0001:0007f47e __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 1008047e f main.cpp.obj + 0001:0007f486 __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 10080486 f main.cpp.obj + 0001:0007f48e __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 1008048e f main.cpp.obj + 0001:0007f496 __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 10080496 f main.cpp.obj + 0001:0007f49e __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 1008049e f main.cpp.obj + 0001:0007f4a9 __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 100804a9 f main.cpp.obj + 0001:0007f4b4 __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 100804b4 f main.cpp.obj + 0001:0007f4c1 __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 100804c1 f main.cpp.obj + 0001:0007f4f0 __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 100804f0 f main.cpp.obj + 0001:0007f4f8 __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 100804f8 f main.cpp.obj + 0001:0007f50a __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 1008050a f main.cpp.obj + 0001:0007f52c __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 1008052c f main.cpp.obj + 0001:0007f54e __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 1008054e f main.cpp.obj + 0001:0007f556 __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 10080556 f main.cpp.obj + 0001:0007f55e __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 1008055e f main.cpp.obj + 0001:0007f566 __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 10080566 f main.cpp.obj + 0001:0007f56e __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 1008056e f main.cpp.obj + 0001:0007f576 __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 10080576 f main.cpp.obj + 0001:0007f57e __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 1008057e f main.cpp.obj + 0001:0007f586 __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 10080586 f main.cpp.obj + 0001:0007f58e __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 1008058e f main.cpp.obj + 0001:0007f599 __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 10080599 f main.cpp.obj + 0001:0007f5a4 __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 100805a4 f main.cpp.obj + 0001:0007f5b1 __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 100805b1 f main.cpp.obj + 0001:0007f5e0 __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 100805e0 f main.cpp.obj + 0001:0007f5e8 __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 100805e8 f main.cpp.obj + 0001:0007f5fa __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 100805fa f main.cpp.obj + 0001:0007f61c __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 1008061c f main.cpp.obj + 0001:0007f63e __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 1008063e f main.cpp.obj + 0001:0007f646 __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 10080646 f main.cpp.obj + 0001:0007f64e __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 1008064e f main.cpp.obj + 0001:0007f656 __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 10080656 f main.cpp.obj + 0001:0007f65e __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 1008065e f main.cpp.obj + 0001:0007f666 __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 10080666 f main.cpp.obj + 0001:0007f66e __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 1008066e f main.cpp.obj + 0001:0007f676 __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 10080676 f main.cpp.obj + 0001:0007f67e __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 1008067e f main.cpp.obj + 0001:0007f689 __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 10080689 f main.cpp.obj + 0001:0007f694 __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 10080694 f main.cpp.obj + 0001:0007f6a1 __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 100806a1 f main.cpp.obj + 0001:0007f6d0 __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 100806d0 f main.cpp.obj + 0001:0007f6d8 __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 100806d8 f main.cpp.obj + 0001:0007f6ea __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 100806ea f main.cpp.obj + 0001:0007f70c __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 1008070c f main.cpp.obj + 0001:0007f72e __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 1008072e f main.cpp.obj + 0001:0007f736 __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 10080736 f main.cpp.obj + 0001:0007f73e __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 1008073e f main.cpp.obj + 0001:0007f746 __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 10080746 f main.cpp.obj + 0001:0007f74e __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 1008074e f main.cpp.obj + 0001:0007f756 __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 10080756 f main.cpp.obj + 0001:0007f75e __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 1008075e f main.cpp.obj + 0001:0007f766 __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 10080766 f main.cpp.obj + 0001:0007f76e __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 1008076e f main.cpp.obj + 0001:0007f779 __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 10080779 f main.cpp.obj + 0001:0007f784 __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 10080784 f main.cpp.obj + 0001:0007f791 __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 10080791 f main.cpp.obj + 0001:0007f7c0 __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 100807c0 f main.cpp.obj + 0001:0007f7c8 __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 100807c8 f main.cpp.obj + 0001:0007f7da __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 100807da f main.cpp.obj + 0001:0007f7fc __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 100807fc f main.cpp.obj + 0001:0007f81e __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 1008081e f main.cpp.obj + 0001:0007f826 __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 10080826 f main.cpp.obj + 0001:0007f82e __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 1008082e f main.cpp.obj + 0001:0007f836 __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 10080836 f main.cpp.obj + 0001:0007f83e __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 1008083e f main.cpp.obj + 0001:0007f846 __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 10080846 f main.cpp.obj + 0001:0007f84e __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 1008084e f main.cpp.obj + 0001:0007f856 __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 10080856 f main.cpp.obj + 0001:0007f85e __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 1008085e f main.cpp.obj + 0001:0007f869 __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 10080869 f main.cpp.obj + 0001:0007f874 __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 10080874 f main.cpp.obj + 0001:0007f881 __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 10080881 f main.cpp.obj + 0001:0007f8b0 __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 100808b0 f main.cpp.obj + 0001:0007f8b8 __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 100808b8 f main.cpp.obj + 0001:0007f8ca __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 100808ca f main.cpp.obj + 0001:0007f8ec __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 100808ec f main.cpp.obj + 0001:0007f90e __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 1008090e f main.cpp.obj + 0001:0007f916 __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 10080916 f main.cpp.obj + 0001:0007f91e __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 1008091e f main.cpp.obj + 0001:0007f926 __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 10080926 f main.cpp.obj + 0001:0007f92e __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 1008092e f main.cpp.obj + 0001:0007f936 __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 10080936 f main.cpp.obj + 0001:0007f93e __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 1008093e f main.cpp.obj + 0001:0007f946 __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 10080946 f main.cpp.obj + 0001:0007f94e __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 1008094e f main.cpp.obj + 0001:0007f959 __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 10080959 f main.cpp.obj + 0001:0007f964 __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 10080964 f main.cpp.obj + 0001:0007f971 __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 10080971 f main.cpp.obj + 0001:0007f9a0 __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 100809a0 f main.cpp.obj + 0001:0007f9a8 __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 100809a8 f main.cpp.obj + 0001:0007f9ba __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 100809ba f main.cpp.obj + 0001:0007f9dc __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 100809dc f main.cpp.obj + 0001:0007f9fe __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 100809fe f main.cpp.obj + 0001:0007fa06 __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 10080a06 f main.cpp.obj + 0001:0007fa0e __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 10080a0e f main.cpp.obj + 0001:0007fa16 __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 10080a16 f main.cpp.obj + 0001:0007fa1e __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 10080a1e f main.cpp.obj + 0001:0007fa26 __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 10080a26 f main.cpp.obj + 0001:0007fa2e __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 10080a2e f main.cpp.obj + 0001:0007fa36 __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 10080a36 f main.cpp.obj + 0001:0007fa3e __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 10080a3e f main.cpp.obj + 0001:0007fa49 __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 10080a49 f main.cpp.obj + 0001:0007fa54 __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 10080a54 f main.cpp.obj + 0001:0007fa61 __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 10080a61 f main.cpp.obj + 0001:0007fa90 __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 10080a90 f main.cpp.obj + 0001:0007fa98 __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 10080a98 f main.cpp.obj + 0001:0007faaa __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 10080aaa f main.cpp.obj + 0001:0007facc __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 10080acc f main.cpp.obj + 0001:0007faee __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 10080aee f main.cpp.obj + 0001:0007faf6 __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 10080af6 f main.cpp.obj + 0001:0007fafe __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 10080afe f main.cpp.obj + 0001:0007fb06 __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 10080b06 f main.cpp.obj + 0001:0007fb0e __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 10080b0e f main.cpp.obj + 0001:0007fb16 __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 10080b16 f main.cpp.obj + 0001:0007fb1e __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 10080b1e f main.cpp.obj + 0001:0007fb26 __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 10080b26 f main.cpp.obj + 0001:0007fb2e __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 10080b2e f main.cpp.obj + 0001:0007fb39 __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 10080b39 f main.cpp.obj + 0001:0007fb44 __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 10080b44 f main.cpp.obj + 0001:0007fb51 __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 10080b51 f main.cpp.obj + 0001:0007fb80 __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 10080b80 f main.cpp.obj + 0001:0007fb88 __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 10080b88 f main.cpp.obj + 0001:0007fb9a __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 10080b9a f main.cpp.obj + 0001:0007fbbc __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 10080bbc f main.cpp.obj + 0001:0007fbde __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 10080bde f main.cpp.obj + 0001:0007fbe6 __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 10080be6 f main.cpp.obj + 0001:0007fbee __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 10080bee f main.cpp.obj + 0001:0007fbf6 __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 10080bf6 f main.cpp.obj + 0001:0007fbfe __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 10080bfe f main.cpp.obj + 0001:0007fc06 __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 10080c06 f main.cpp.obj + 0001:0007fc0e __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 10080c0e f main.cpp.obj + 0001:0007fc16 __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 10080c16 f main.cpp.obj + 0001:0007fc1e __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 10080c1e f main.cpp.obj + 0001:0007fc29 __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 10080c29 f main.cpp.obj + 0001:0007fc34 __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 10080c34 f main.cpp.obj + 0001:0007fc41 __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 10080c41 f main.cpp.obj + 0001:0007fc70 __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 10080c70 f main.cpp.obj + 0001:0007fc78 __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 10080c78 f main.cpp.obj + 0001:0007fc8a __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 10080c8a f main.cpp.obj + 0001:0007fcac __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 10080cac f main.cpp.obj + 0001:0007fcce __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 10080cce f main.cpp.obj + 0001:0007fcd6 __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 10080cd6 f main.cpp.obj + 0001:0007fcde __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 10080cde f main.cpp.obj + 0001:0007fce6 __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 10080ce6 f main.cpp.obj + 0001:0007fcee __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 10080cee f main.cpp.obj + 0001:0007fcf6 __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 10080cf6 f main.cpp.obj + 0001:0007fcfe __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 10080cfe f main.cpp.obj + 0001:0007fd06 __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 10080d06 f main.cpp.obj + 0001:0007fd0e __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 10080d0e f main.cpp.obj + 0001:0007fd19 __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 10080d19 f main.cpp.obj + 0001:0007fd24 __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 10080d24 f main.cpp.obj + 0001:0007fd31 __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 10080d31 f main.cpp.obj + 0001:0007fd60 __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 10080d60 f main.cpp.obj + 0001:0007fd68 __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 10080d68 f main.cpp.obj + 0001:0007fd7a __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 10080d7a f main.cpp.obj + 0001:0007fd9c __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 10080d9c f main.cpp.obj + 0001:0007fdbe __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 10080dbe f main.cpp.obj + 0001:0007fdc6 __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 10080dc6 f main.cpp.obj + 0001:0007fdce __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 10080dce f main.cpp.obj + 0001:0007fdd6 __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 10080dd6 f main.cpp.obj + 0001:0007fdde __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 10080dde f main.cpp.obj + 0001:0007fde6 __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 10080de6 f main.cpp.obj + 0001:0007fdee __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 10080dee f main.cpp.obj + 0001:0007fdf6 __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 10080df6 f main.cpp.obj + 0001:0007fdfe __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 10080dfe f main.cpp.obj + 0001:0007fe09 __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 10080e09 f main.cpp.obj + 0001:0007fe14 __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 10080e14 f main.cpp.obj + 0001:0007fe21 __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 10080e21 f main.cpp.obj + 0001:0007fe50 __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 10080e50 f main.cpp.obj + 0001:0007fe58 __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 10080e58 f main.cpp.obj + 0001:0007fe6a __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 10080e6a f main.cpp.obj + 0001:0007fe8c __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 10080e8c f main.cpp.obj + 0001:0007feae __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 10080eae f main.cpp.obj + 0001:0007feb6 __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 10080eb6 f main.cpp.obj + 0001:0007febe __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 10080ebe f main.cpp.obj + 0001:0007fec6 __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 10080ec6 f main.cpp.obj + 0001:0007fece __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 10080ece f main.cpp.obj + 0001:0007fed6 __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 10080ed6 f main.cpp.obj + 0001:0007fede __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 10080ede f main.cpp.obj + 0001:0007fee6 __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 10080ee6 f main.cpp.obj + 0001:0007feee __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 10080eee f main.cpp.obj + 0001:0007fef9 __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 10080ef9 f main.cpp.obj + 0001:0007ff04 __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 10080f04 f main.cpp.obj + 0001:0007ff11 __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 10080f11 f main.cpp.obj + 0001:0007ff40 __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$4 10080f40 f main.cpp.obj + 0001:0007ff48 __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$21 10080f48 f main.cpp.obj + 0001:0007ff5a __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$22 10080f5a f main.cpp.obj + 0001:0007ff7c __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$6 10080f7c f main.cpp.obj + 0001:0007ff9e __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$7 10080f9e f main.cpp.obj + 0001:0007ffa6 __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$8 10080fa6 f main.cpp.obj + 0001:0007ffae __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$10 10080fae f main.cpp.obj + 0001:0007ffb6 __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$11 10080fb6 f main.cpp.obj + 0001:0007ffbe __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$12 10080fbe f main.cpp.obj + 0001:0007ffc6 __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$13 10080fc6 f main.cpp.obj + 0001:0007ffce __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$14 10080fce f main.cpp.obj + 0001:0007ffd6 __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$15 10080fd6 f main.cpp.obj + 0001:0007ffde __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$16 10080fde f main.cpp.obj + 0001:0007ffe9 __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$17 10080fe9 f main.cpp.obj + 0001:0007fff4 __unwindfunclet$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z$9 10080ff4 f main.cpp.obj + 0001:00080001 __ehhandler$??$createHook@P6IXPAIH@ZP6AXPAVPatchDetourBase@hadesmem@@0H@Z@Nampower@@YA?AV?$unique_ptr@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@U?$default_delete@V?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@@std@@@std@@ABVProcess@hadesmem@@W4Offsets@@P6AXPAVPatchDetourBase@4@PAIH@Z@Z 10081001 f main.cpp.obj + 0001:00080030 __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 10081030 f main.cpp.obj + 0001:00080038 __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 10081038 f main.cpp.obj + 0001:0008004a __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 1008104a f main.cpp.obj + 0001:0008006c __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 1008106c f main.cpp.obj + 0001:0008008e __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 1008108e f main.cpp.obj + 0001:00080096 __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 10081096 f main.cpp.obj + 0001:0008009e __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 1008109e f main.cpp.obj + 0001:000800a6 __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 100810a6 f main.cpp.obj + 0001:000800ae __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 100810ae f main.cpp.obj + 0001:000800b6 __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 100810b6 f main.cpp.obj + 0001:000800be __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 100810be f main.cpp.obj + 0001:000800c6 __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 100810c6 f main.cpp.obj + 0001:000800ce __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 100810ce f main.cpp.obj + 0001:000800d9 __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 100810d9 f main.cpp.obj + 0001:000800e4 __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 100810e4 f main.cpp.obj + 0001:000800f1 __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 100810f1 f main.cpp.obj + 0001:00080120 __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 10081120 f main.cpp.obj + 0001:00080128 __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 10081128 f main.cpp.obj + 0001:0008013a __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 1008113a f main.cpp.obj + 0001:0008015c __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 1008115c f main.cpp.obj + 0001:0008017e __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 1008117e f main.cpp.obj + 0001:00080186 __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 10081186 f main.cpp.obj + 0001:0008018e __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 1008118e f main.cpp.obj + 0001:00080196 __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 10081196 f main.cpp.obj + 0001:0008019e __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 1008119e f main.cpp.obj + 0001:000801a6 __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 100811a6 f main.cpp.obj + 0001:000801ae __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 100811ae f main.cpp.obj + 0001:000801b6 __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 100811b6 f main.cpp.obj + 0001:000801be __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 100811be f main.cpp.obj + 0001:000801c9 __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 100811c9 f main.cpp.obj + 0001:000801d4 __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 100811d4 f main.cpp.obj + 0001:000801e1 __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 100811e1 f main.cpp.obj + 0001:00080210 __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 10081210 f main.cpp.obj + 0001:00080218 __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 10081218 f main.cpp.obj + 0001:0008022a __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 1008122a f main.cpp.obj + 0001:0008024c __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 1008124c f main.cpp.obj + 0001:0008026e __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 1008126e f main.cpp.obj + 0001:00080276 __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 10081276 f main.cpp.obj + 0001:0008027e __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 1008127e f main.cpp.obj + 0001:00080286 __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 10081286 f main.cpp.obj + 0001:0008028e __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 1008128e f main.cpp.obj + 0001:00080296 __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 10081296 f main.cpp.obj + 0001:0008029e __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 1008129e f main.cpp.obj + 0001:000802a6 __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 100812a6 f main.cpp.obj + 0001:000802ae __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 100812ae f main.cpp.obj + 0001:000802b9 __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 100812b9 f main.cpp.obj + 0001:000802c4 __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 100812c4 f main.cpp.obj + 0001:000802d1 __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 100812d1 f main.cpp.obj + 0001:00080300 __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 10081300 f main.cpp.obj + 0001:00080308 __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 10081308 f main.cpp.obj + 0001:0008031a __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 1008131a f main.cpp.obj + 0001:0008033c __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 1008133c f main.cpp.obj + 0001:0008035e __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 1008135e f main.cpp.obj + 0001:00080366 __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 10081366 f main.cpp.obj + 0001:0008036e __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 1008136e f main.cpp.obj + 0001:00080376 __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 10081376 f main.cpp.obj + 0001:0008037e __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 1008137e f main.cpp.obj + 0001:00080386 __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 10081386 f main.cpp.obj + 0001:0008038e __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 1008138e f main.cpp.obj + 0001:00080396 __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 10081396 f main.cpp.obj + 0001:0008039e __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 1008139e f main.cpp.obj + 0001:000803a9 __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 100813a9 f main.cpp.obj + 0001:000803b4 __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 100813b4 f main.cpp.obj + 0001:000803c1 __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 100813c1 f main.cpp.obj + 0001:000803f0 __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 100813f0 f main.cpp.obj + 0001:000803f8 __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 100813f8 f main.cpp.obj + 0001:0008040a __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 1008140a f main.cpp.obj + 0001:0008042c __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 1008142c f main.cpp.obj + 0001:0008044e __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 1008144e f main.cpp.obj + 0001:00080456 __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 10081456 f main.cpp.obj + 0001:0008045e __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 1008145e f main.cpp.obj + 0001:00080466 __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 10081466 f main.cpp.obj + 0001:0008046e __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 1008146e f main.cpp.obj + 0001:00080476 __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 10081476 f main.cpp.obj + 0001:0008047e __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 1008147e f main.cpp.obj + 0001:00080486 __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 10081486 f main.cpp.obj + 0001:0008048e __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 1008148e f main.cpp.obj + 0001:00080499 __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 10081499 f main.cpp.obj + 0001:000804a4 __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 100814a4 f main.cpp.obj + 0001:000804b1 __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 100814b1 f main.cpp.obj + 0001:000804e0 __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 100814e0 f main.cpp.obj + 0001:000804e8 __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 100814e8 f main.cpp.obj + 0001:000804fa __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 100814fa f main.cpp.obj + 0001:0008051c __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 1008151c f main.cpp.obj + 0001:0008053e __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 1008153e f main.cpp.obj + 0001:00080546 __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 10081546 f main.cpp.obj + 0001:0008054e __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 1008154e f main.cpp.obj + 0001:00080556 __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 10081556 f main.cpp.obj + 0001:0008055e __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 1008155e f main.cpp.obj + 0001:00080566 __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 10081566 f main.cpp.obj + 0001:0008056e __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 1008156e f main.cpp.obj + 0001:00080576 __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 10081576 f main.cpp.obj + 0001:0008057e __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 1008157e f main.cpp.obj + 0001:00080589 __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 10081589 f main.cpp.obj + 0001:00080594 __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 10081594 f main.cpp.obj + 0001:000805a1 __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 100815a1 f main.cpp.obj + 0001:000805d0 __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 100815d0 f main.cpp.obj + 0001:000805d8 __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 100815d8 f main.cpp.obj + 0001:000805ea __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 100815ea f main.cpp.obj + 0001:0008060c __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 1008160c f main.cpp.obj + 0001:0008062e __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 1008162e f main.cpp.obj + 0001:00080636 __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 10081636 f main.cpp.obj + 0001:0008063e __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 1008163e f main.cpp.obj + 0001:00080646 __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 10081646 f main.cpp.obj + 0001:0008064e __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 1008164e f main.cpp.obj + 0001:00080656 __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 10081656 f main.cpp.obj + 0001:0008065e __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 1008165e f main.cpp.obj + 0001:00080666 __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 10081666 f main.cpp.obj + 0001:0008066e __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 1008166e f main.cpp.obj + 0001:00080679 __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 10081679 f main.cpp.obj + 0001:00080684 __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 10081684 f main.cpp.obj + 0001:00080691 __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 10081691 f main.cpp.obj + 0001:000806c0 __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 100816c0 f main.cpp.obj + 0001:000806c8 __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 100816c8 f main.cpp.obj + 0001:000806da __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 100816da f main.cpp.obj + 0001:000806fc __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 100816fc f main.cpp.obj + 0001:0008071e __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 1008171e f main.cpp.obj + 0001:00080726 __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 10081726 f main.cpp.obj + 0001:0008072e __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 1008172e f main.cpp.obj + 0001:00080736 __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 10081736 f main.cpp.obj + 0001:0008073e __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 1008173e f main.cpp.obj + 0001:00080746 __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 10081746 f main.cpp.obj + 0001:0008074e __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 1008174e f main.cpp.obj + 0001:00080756 __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 10081756 f main.cpp.obj + 0001:0008075e __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 1008175e f main.cpp.obj + 0001:00080769 __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 10081769 f main.cpp.obj + 0001:00080774 __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 10081774 f main.cpp.obj + 0001:00080781 __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 10081781 f main.cpp.obj + 0001:000807b0 __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 100817b0 f main.cpp.obj + 0001:000807b8 __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 100817b8 f main.cpp.obj + 0001:000807ca __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 100817ca f main.cpp.obj + 0001:000807ec __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 100817ec f main.cpp.obj + 0001:0008080e __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 1008180e f main.cpp.obj + 0001:00080816 __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 10081816 f main.cpp.obj + 0001:0008081e __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 1008181e f main.cpp.obj + 0001:00080826 __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 10081826 f main.cpp.obj + 0001:0008082e __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 1008182e f main.cpp.obj + 0001:00080836 __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 10081836 f main.cpp.obj + 0001:0008083e __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 1008183e f main.cpp.obj + 0001:00080846 __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 10081846 f main.cpp.obj + 0001:0008084e __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 1008184e f main.cpp.obj + 0001:00080859 __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 10081859 f main.cpp.obj + 0001:00080864 __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 10081864 f main.cpp.obj + 0001:00080871 __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 10081871 f main.cpp.obj + 0001:000808a0 __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 100818a0 f main.cpp.obj + 0001:000808a8 __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 100818a8 f main.cpp.obj + 0001:000808ba __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 100818ba f main.cpp.obj + 0001:000808dc __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 100818dc f main.cpp.obj + 0001:000808fe __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 100818fe f main.cpp.obj + 0001:00080906 __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 10081906 f main.cpp.obj + 0001:0008090e __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 1008190e f main.cpp.obj + 0001:00080916 __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 10081916 f main.cpp.obj + 0001:0008091e __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 1008191e f main.cpp.obj + 0001:00080926 __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 10081926 f main.cpp.obj + 0001:0008092e __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 1008192e f main.cpp.obj + 0001:00080936 __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 10081936 f main.cpp.obj + 0001:0008093e __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 1008193e f main.cpp.obj + 0001:00080949 __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 10081949 f main.cpp.obj + 0001:00080954 __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 10081954 f main.cpp.obj + 0001:00080961 __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 10081961 f main.cpp.obj + 0001:00080990 __ehhandler$??$current_exception_cast@$$CBVexception@boost@@@boost@@YAPBVexception@0@XZ 10081990 f main.cpp.obj + 0001:000809b0 __ehhandler$??$current_exception_cast@$$CBVexception@std@@@boost@@YAPBVexception@std@@XZ 100819b0 f main.cpp.obj + 0001:000809d0 __unwindfunclet$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z$0 100819d0 f main.cpp.obj + 0001:000809dd __ehhandler$??$endl@DU?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@@Z 100819dd f main.cpp.obj + 0001:00080a00 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$0 10081a00 f main.cpp.obj + 0001:00080a08 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$7 10081a08 f main.cpp.obj + 0001:00080a21 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$8 10081a21 f main.cpp.obj + 0001:00080a29 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$13 10081a29 f main.cpp.obj + 0001:00080a31 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$14 10081a31 f main.cpp.obj + 0001:00080a39 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$1 10081a39 f main.cpp.obj + 0001:00080a41 __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$2 10081a41 f main.cpp.obj + 0001:00080a4d __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$3 10081a4d f main.cpp.obj + 0001:00080a5c __unwindfunclet$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$28 10081a5c f main.cpp.obj + 0001:00080a69 __ehhandler$??$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10081a69 f main.cpp.obj + 0001:00080a90 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$0 10081a90 f main.cpp.obj + 0001:00080a98 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$7 10081a98 f main.cpp.obj + 0001:00080ab1 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$8 10081ab1 f main.cpp.obj + 0001:00080ab9 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$13 10081ab9 f main.cpp.obj + 0001:00080ac1 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$14 10081ac1 f main.cpp.obj + 0001:00080ac9 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$1 10081ac9 f main.cpp.obj + 0001:00080ad1 __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$2 10081ad1 f main.cpp.obj + 0001:00080add __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$3 10081add f main.cpp.obj + 0001:00080aec __unwindfunclet$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ$28 10081aec f main.cpp.obj + 0001:00080af9 __ehhandler$??$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ 10081af9 f main.cpp.obj + 0001:00080b20 __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 10081b20 f main.cpp.obj + 0001:00080b34 __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 10081b34 f main.cpp.obj + 0001:00080b60 __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 10081b60 f main.cpp.obj + 0001:00080b68 __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 10081b68 f main.cpp.obj + 0001:00080b77 __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 10081b77 f main.cpp.obj + 0001:00080b84 __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 10081b84 f main.cpp.obj + 0001:00080bb0 __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 10081bb0 f main.cpp.obj + 0001:00080bb8 __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 10081bb8 f main.cpp.obj + 0001:00080bc7 __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 10081bc7 f main.cpp.obj + 0001:00080bd4 __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 10081bd4 f main.cpp.obj + 0001:00080c00 __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 10081c00 f main.cpp.obj + 0001:00080c0b __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 10081c0b f main.cpp.obj + 0001:00080c13 __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 10081c13 f main.cpp.obj + 0001:00080c1b __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 10081c1b f main.cpp.obj + 0001:00080c23 __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 10081c23 f main.cpp.obj + 0001:00080c30 __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 10081c30 f main.cpp.obj + 0001:00080c60 __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 10081c60 f main.cpp.obj + 0001:00080c82 __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 10081c82 f main.cpp.obj + 0001:00080c8d __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 10081c8d f main.cpp.obj + 0001:00080c98 __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 10081c98 f main.cpp.obj + 0001:00080ca0 __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 10081ca0 f main.cpp.obj + 0001:00080ca8 __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 10081ca8 f main.cpp.obj + 0001:00080cb0 __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 10081cb0 f main.cpp.obj + 0001:00080cbd __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 10081cbd f main.cpp.obj + 0001:00080cf0 __unwindfunclet$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z$4 10081cf0 f main.cpp.obj + 0001:00080d09 __unwindfunclet$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z$3 10081d09 f main.cpp.obj + 0001:00080d19 __ehhandler$??$to_string_stub@K@boost@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z 10081d19 f main.cpp.obj + 0001:00080d40 __unwindfunclet$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z$0 10081d40 f main.cpp.obj + 0001:00080d48 __unwindfunclet$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z$1 10081d48 f main.cpp.obj + 0001:00080d55 __ehhandler$??$use_facet@V?$numpunct@D@std@@@std@@YAABV?$numpunct@D@0@ABVlocale@0@@Z 10081d55 f main.cpp.obj + 0001:00080d80 __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 10081d80 f main.cpp.obj + 0001:00080d88 __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 10081d88 f main.cpp.obj + 0001:00080d97 __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 10081d97 f main.cpp.obj + 0001:00080da4 __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 10081da4 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __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 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __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 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __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 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __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 10081dd0 f main.cpp.obj + 0001:00080dd0 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$0 10081dd0 f main.cpp.obj + 0001:00080dd0 __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 10081dd0 f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __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 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __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 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __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 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __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 10081ddb f main.cpp.obj + 0001:00080ddb __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$13 10081ddb f main.cpp.obj + 0001:00080ddb __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 10081ddb f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __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 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __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 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __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 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __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 10081de3 f main.cpp.obj + 0001:00080de3 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$1 10081de3 f main.cpp.obj + 0001:00080de3 __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 10081de3 f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$2 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$2 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$2 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$2 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$2 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$2 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$2 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$2 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$2 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$2 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$2 10081dee f main.cpp.obj + 0001:00080dee __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 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$2 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$2 10081dee f main.cpp.obj + 0001:00080dee __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 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$2 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$2 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$2 10081dee f main.cpp.obj + 0001:00080dee __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 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$2 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$2 10081dee f main.cpp.obj + 0001:00080dee __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 10081dee f main.cpp.obj + 0001:00080dee __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$2 10081dee f main.cpp.obj + 0001:00080dee __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 10081dee f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __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 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __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 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __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 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __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 10081df9 f main.cpp.obj + 0001:00080df9 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$3 10081df9 f main.cpp.obj + 0001:00080df9 __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 10081df9 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __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 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __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 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __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 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __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 10081e04 f main.cpp.obj + 0001:00080e04 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$4 10081e04 f main.cpp.obj + 0001:00080e04 __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 10081e04 f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __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 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __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 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __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 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __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 10081e0f f main.cpp.obj + 0001:00080e0f __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$5 10081e0f f main.cpp.obj + 0001:00080e0f __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 10081e0f f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __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 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __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 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __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 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __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 10081e1a f main.cpp.obj + 0001:00080e1a __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$7 10081e1a f main.cpp.obj + 0001:00080e1a __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 10081e1a f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __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 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __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 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __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 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __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 10081e25 f main.cpp.obj + 0001:00080e25 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$8 10081e25 f main.cpp.obj + 0001:00080e25 __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 10081e25 f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __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 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __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 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __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 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __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 10081e2d f main.cpp.obj + 0001:00080e2d __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$9 10081e2d f main.cpp.obj + 0001:00080e2d __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 10081e2d f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __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 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __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 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __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 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __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 10081e35 f main.cpp.obj + 0001:00080e35 __unwindfunclet$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z$10 10081e35 f main.cpp.obj + 0001:00080e35 __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 10081e35 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6GHPAIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6GXXZPAX@hadesmem@@QAE@ABVProcess@1@P6GXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHIIIPAVCDataStore@Nampower@@@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@Nampower@@@Z@std@@PAX@Z 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IHPAI@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IH_K@ZABV?$function@$$A6AHPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIHPAI1@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@HPAI1@Z@std@@PAX@Z 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAI@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IIPAUCTerrainClickEvent@game@@@ZABV?$function@$$A6AIPAVPatchDetourBase@hadesmem@@PAUCTerrainClickEvent@game@@@Z@std@@PAX@Z 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IPAHPAI@ZABV?$function@$$A6APAHPAVPatchDetourBase@hadesmem@@PAI@Z@std@@PAX@Z 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IXHI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXHI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@HI@Z@std@@PAX@Z 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IXI@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXI@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@I@Z@std@@PAX@Z 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IHH@Z@std@@PAX@Z 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXIH_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@IH_K@Z@std@@PAX@Z 10081e45 f main.cpp.obj + 0001:00080e45 __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 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIH@Z@std@@PAX@Z 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAIPAXII@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAIPAXII@Z@std@@2@Z 10081e45 f main.cpp.obj + 0001:00080e45 __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 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1I@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1I@Z@std@@1@Z 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAX1PAVCDataStore@Nampower@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAX1PAVCDataStore@Nampower@@@Z@std@@1@Z 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IXPAXHH@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@PAXHH@Z@std@@1@Z 10081e45 f main.cpp.obj + 0001:00080e45 __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 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IXXZPAX@hadesmem@@QAE@ABVProcess@1@P6IXXZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@@Z@std@@PAX@Z 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IX_K@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_K@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_K@Z@std@@PAX@Z 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@QAE@ABVProcess@1@P6IX_N1W4SpellCastResult@game@@@ZABV?$function@$$A6AXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z@std@@PAX@Z 10081e45 f main.cpp.obj + 0001:00080e45 __ehhandler$??0?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@QAE@ABVProcess@1@P6I_NPAI1IM@ZABV?$function@$$A6A_NPAVPatchDetourBase@hadesmem@@PAI1IM@Z@std@@PAX@Z 10081e45 f main.cpp.obj + 0001:00080e45 __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 10081e45 f main.cpp.obj + 0001:00080e70 __unwindfunclet$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z$0 10081e70 f main.cpp.obj + 0001:00080e8c __unwindfunclet$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z$1 10081e8c f main.cpp.obj + 0001:00080e9c __ehhandler$??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z 10081e9c f main.cpp.obj + 0001:00080ec0 __unwindfunclet$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ$0 10081ec0 f main.cpp.obj + 0001:00080edc __unwindfunclet$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ$1 10081edc f main.cpp.obj + 0001:00080eec __ehhandler$??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ 10081eec f main.cpp.obj + 0001:00080f10 __unwindfunclet$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z$0 10081f10 f main.cpp.obj + 0001:00080f10 __unwindfunclet$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z$0 10081f10 f main.cpp.obj + 0001:00080f31 __ehhandler$??0?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 10081f31 f main.cpp.obj + 0001:00080f31 __ehhandler$??0?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@QAE@ABV012@@Z 10081f31 f main.cpp.obj + 0001:00080f50 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$0 10081f50 f main.cpp.obj + 0001:00080f6c __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$1 10081f6c f main.cpp.obj + 0001:00080f88 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z$2 10081f88 f main.cpp.obj + 0001:00080f95 __ehhandler$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABU01@@Z 10081f95 f main.cpp.obj + 0001:00080fc0 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$0 10081fc0 f main.cpp.obj + 0001:00080fdc __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$1 10081fdc f main.cpp.obj + 0001:00080ff8 __unwindfunclet$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z$2 10081ff8 f main.cpp.obj + 0001:00081005 __ehhandler$??0?$wrapexcept@VError@hadesmem@@@boost@@QAE@ABVError@hadesmem@@ABUsource_location@1@@Z 10082005 f main.cpp.obj + 0001:00081030 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$0 10082030 f main.cpp.obj + 0001:00081030 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$0 10082030 f main.cpp.obj + 0001:00081030 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$0 10082030 f main.cpp.obj + 0001:00081030 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$0 10082030 f main.cpp.obj + 0001:00081038 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$1 10082038 f main.cpp.obj + 0001:00081038 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$1 10082038 f main.cpp.obj + 0001:00081038 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$1 10082038 f main.cpp.obj + 0001:00081038 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$1 10082038 f main.cpp.obj + 0001:00081040 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$2 10082040 f main.cpp.obj + 0001:00081040 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$2 10082040 f main.cpp.obj + 0001:00081040 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$2 10082040 f main.cpp.obj + 0001:00081040 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$2 10082040 f main.cpp.obj + 0001:00081048 __unwindfunclet$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z$3 10082048 f main.cpp.obj + 0001:00081048 __unwindfunclet$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ$3 10082048 f main.cpp.obj + 0001:00081048 __unwindfunclet$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z$3 10082048 f main.cpp.obj + 0001:00081048 __unwindfunclet$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z$3 10082048 f main.cpp.obj + 0001:00081055 __ehhandler$??0Allocator@hadesmem@@QAE@ABVProcess@1@KPAX_N@Z 10082055 f main.cpp.obj + 0001:00081055 __ehhandler$?Cleanup@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@QAEXXZ 10082055 f main.cpp.obj + 0001:00081055 __ehhandler$?FlushInstructionCache@hadesmem@@YAXABVProcess@1@PBXK@Z 10082055 f main.cpp.obj + 0001:00081055 __ehhandler$?Query@detail@hadesmem@@YA?AU_MEMORY_BASIC_INFORMATION@@ABVProcess@2@PBX@Z 10082055 f main.cpp.obj + 0001:00081080 __unwindfunclet$??0Error@hadesmem@@QAE@ABV01@@Z$0 10082080 f main.cpp.obj + 0001:000810a1 __ehhandler$??0Error@hadesmem@@QAE@ABV01@@Z 100820a1 f main.cpp.obj + 0001:000810c0 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$0 100820c0 f main.cpp.obj + 0001:000810c8 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$3 100820c8 f main.cpp.obj + 0001:000810d0 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$4 100820d0 f main.cpp.obj + 0001:000810d8 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$5 100820d8 f main.cpp.obj + 0001:000810e0 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$6 100820e0 f main.cpp.obj + 0001:000810eb __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$8 100820eb f main.cpp.obj + 0001:000810f3 __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$9 100820f3 f main.cpp.obj + 0001:000810fb __unwindfunclet$??0Process@hadesmem@@QAE@K@Z$10 100820fb f main.cpp.obj + 0001:0008110b __ehhandler$??0Process@hadesmem@@QAE@K@Z 1008210b f main.cpp.obj + 0001:00081140 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$2 10082140 f main.cpp.obj + 0001:00081148 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$3 10082148 f main.cpp.obj + 0001:00081150 __unwindfunclet$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z$4 10082150 f main.cpp.obj + 0001:0008115d __ehhandler$??0ProtectGuard@detail@hadesmem@@QAE@ABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@W4ProtectGuardType@12@@Z 1008215d f main.cpp.obj + 0001:00081190 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$2 10082190 f main.cpp.obj + 0001:0008119b __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$3 1008219b f main.cpp.obj + 0001:000811a3 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$4 100821a3 f main.cpp.obj + 0001:000811ae __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$5 100821ae f main.cpp.obj + 0001:000811b9 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$15 100821b9 f main.cpp.obj + 0001:000811c4 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$6 100821c4 f main.cpp.obj + 0001:000811cf __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$42 100821cf f main.cpp.obj + 0001:000811d7 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$7 100821d7 f main.cpp.obj + 0001:000811df __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$30 100821df f main.cpp.obj + 0001:000811e7 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$31 100821e7 f main.cpp.obj + 0001:000811f2 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$32 100821f2 f main.cpp.obj + 0001:000811fa __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$33 100821fa f main.cpp.obj + 0001:00081205 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$35 10082205 f main.cpp.obj + 0001:0008120d __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$36 1008220d f main.cpp.obj + 0001:00081218 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$37 10082218 f main.cpp.obj + 0001:00081220 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$38 10082220 f main.cpp.obj + 0001:0008122b __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$39 1008222b f main.cpp.obj + 0001:00081233 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$40 10082233 f main.cpp.obj + 0001:0008123b __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$41 1008223b f main.cpp.obj + 0001:00081246 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$8 10082246 f main.cpp.obj + 0001:0008124e __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$9 1008224e f main.cpp.obj + 0001:00081256 __unwindfunclet$??0SuspendedProcess@hadesmem@@QAE@KK@Z$10 10082256 f main.cpp.obj + 0001:00081266 __ehhandler$??0SuspendedProcess@hadesmem@@QAE@KK@Z 10082266 f main.cpp.obj + 0001:00081290 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$3 10082290 f main.cpp.obj + 0001:00081290 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$0 10082290 f main.cpp.obj + 0001:00081290 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$0 10082290 f main.cpp.obj + 0001:00081290 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$0 10082290 f main.cpp.obj + 0001:00081290 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$0 10082290 f main.cpp.obj + 0001:00081298 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$4 10082298 f main.cpp.obj + 0001:00081298 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$1 10082298 f main.cpp.obj + 0001:00081298 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$1 10082298 f main.cpp.obj + 0001:00081298 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$1 10082298 f main.cpp.obj + 0001:00081298 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$1 10082298 f main.cpp.obj + 0001:000812a0 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$5 100822a0 f main.cpp.obj + 0001:000812a0 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$2 100822a0 f main.cpp.obj + 0001:000812a0 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$2 100822a0 f main.cpp.obj + 0001:000812a0 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$2 100822a0 f main.cpp.obj + 0001:000812a0 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$2 100822a0 f main.cpp.obj + 0001:000812a8 __unwindfunclet$??0Thread@hadesmem@@QAE@K@Z$6 100822a8 f main.cpp.obj + 0001:000812a8 __unwindfunclet$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z$3 100822a8 f main.cpp.obj + 0001:000812a8 __unwindfunclet$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z$3 100822a8 f main.cpp.obj + 0001:000812a8 __unwindfunclet$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$3 100822a8 f main.cpp.obj + 0001:000812a8 __unwindfunclet$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$3 100822a8 f main.cpp.obj + 0001:000812b5 __ehhandler$??0Thread@hadesmem@@QAE@K@Z 100822b5 f main.cpp.obj + 0001:000812b5 __ehhandler$?IsWoW64Process@detail@hadesmem@@YA_NPAX@Z 100822b5 f main.cpp.obj + 0001:000812b5 __ehhandler$?Protect@detail@hadesmem@@YAKABVProcess@2@ABU_MEMORY_BASIC_INFORMATION@@K@Z 100822b5 f main.cpp.obj + 0001:000812b5 __ehhandler$?ReadUnchecked@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 100822b5 f main.cpp.obj + 0001:000812b5 __ehhandler$?WriteUnchecked@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 100822b5 f main.cpp.obj + 0001:000812e0 __unwindfunclet$??0error_info_container_impl@exception_detail@boost@@QAE@XZ$0 100822e0 f main.cpp.obj + 0001:000812ed __ehhandler$??0error_info_container_impl@exception_detail@boost@@QAE@XZ 100822ed f main.cpp.obj + 0001:00081310 __unwindfunclet$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z$0 10082310 f main.cpp.obj + 0001:0008131d __ehhandler$??0sentry@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z 1008231d f main.cpp.obj + 0001:00081340 __ehhandler$??1CDataStore@Nampower@@UAE@XZ 10082340 f main.cpp.obj + 0001:00081340 __ehhandler$??1_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ 10082340 f main.cpp.obj + 0001:00081360 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$2 10082360 f main.cpp.obj + 0001:00081368 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z$3 10082368 f main.cpp.obj + 0001:00081375 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z 10082375 f main.cpp.obj + 0001:000813a0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$2 100823a0 f main.cpp.obj + 0001:000813a0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$2 100823a0 f main.cpp.obj + 0001:000813a8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z$3 100823a8 f main.cpp.obj + 0001:000813a8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z$3 100823a8 f main.cpp.obj + 0001:000813b5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z 100823b5 f main.cpp.obj + 0001:000813b5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z 100823b5 f main.cpp.obj + 0001:000813e0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$2 100823e0 f main.cpp.obj + 0001:000813e8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z$3 100823e8 f main.cpp.obj + 0001:000813f5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z 100823f5 f main.cpp.obj + 0001:00081420 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$2 10082420 f main.cpp.obj + 0001:00081428 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z$3 10082428 f main.cpp.obj + 0001:00081435 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z 10082435 f main.cpp.obj + 0001:00081460 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$2 10082460 f main.cpp.obj + 0001:00081468 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z$3 10082468 f main.cpp.obj + 0001:00081475 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z 10082475 f main.cpp.obj + 0001:000814a0 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$2 100824a0 f main.cpp.obj + 0001:000814a8 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z$3 100824a8 f main.cpp.obj + 0001:000814b5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z 100824b5 f main.cpp.obj + 0001:000814e0 __unwindfunclet$??R@@QBE@XZ$0 100824e0 f main.cpp.obj + 0001:000814e8 __unwindfunclet$??R@@QBE@XZ$2 100824e8 f main.cpp.obj + 0001:000814f7 __unwindfunclet$??R@@QBE@XZ$3 100824f7 f main.cpp.obj + 0001:00081515 __ehhandler$??R@@QBE@XZ 10082515 f main.cpp.obj + 0001:00081540 __unwindfunclet$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ$1 10082540 f main.cpp.obj + 0001:00081540 __unwindfunclet$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ$1 10082540 f main.cpp.obj + 0001:0008154d __ehhandler$?Advance@?$ThreadIterator@$$CBVThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 1008254d f main.cpp.obj + 0001:0008154d __ehhandler$?Advance@?$ThreadIterator@VThreadEntry@hadesmem@@@hadesmem@@AAEXXZ 1008254d f main.cpp.obj + 0001:00081580 __unwindfunclet$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z$2 10082580 f main.cpp.obj + 0001:00081594 __ehhandler$?AllocatePageNear@detail@hadesmem@@YA?AV?$unique_ptr@VAllocator@hadesmem@@U?$default_delete@VAllocator@hadesmem@@@std@@@std@@ABVProcess@2@PAX@Z 10082594 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815c0 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$12 100825c0 f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815cb __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$1 100825cb f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815d6 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$14 100825d6 f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815de __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$3 100825de f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815e6 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$4 100825e6 f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815ee __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$5 100825ee f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:000815f9 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$7 100825f9 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081601 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$8 10082601 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081609 __unwindfunclet$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$9 10082609 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081619 __ehhandler$?Apply@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10082619 f main.cpp.obj + 0001:00081650 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$2 10082650 f main.cpp.obj + 0001:0008165d __ehhandler$?CleanupUnchecked@?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 1008265d f main.cpp.obj + 0001:00081690 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$2 10082690 f main.cpp.obj + 0001:00081698 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$3 10082698 f main.cpp.obj + 0001:000816a0 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$4 100826a0 f main.cpp.obj + 0001:000816a8 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$5 100826a8 f main.cpp.obj + 0001:000816b0 __unwindfunclet$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ$6 100826b0 f main.cpp.obj + 0001:000816c0 __ehhandler$?CleanupUnchecked@?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@detail@hadesmem@@AAEXXZ 100826c0 f main.cpp.obj + 0001:000816f0 __unwindfunclet$?CleanupUnchecked@Process@hadesmem@@AAEXXZ$2 100826f0 f main.cpp.obj + 0001:000816fd __ehhandler$?CleanupUnchecked@Process@hadesmem@@AAEXXZ 100826fd f main.cpp.obj + 0001:00081730 __unwindfunclet$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ$2 10082730 f main.cpp.obj + 0001:0008173d __ehhandler$?CleanupUnchecked@Thread@hadesmem@@AAEXXZ 1008273d f main.cpp.obj + 0001:00081770 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$0 10082770 f main.cpp.obj + 0001:00081789 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$1 10082789 f main.cpp.obj + 0001:00081791 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$2 10082791 f main.cpp.obj + 0001:00081799 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$3 10082799 f main.cpp.obj + 0001:000817a1 __unwindfunclet$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z$4 100827a1 f main.cpp.obj + 0001:000817ae __ehhandler$?CreateToolhelp32Snapshot@detail@hadesmem@@YA?AV?$SmartHandleImpl@USnapPolicy@detail@hadesmem@@@12@KK@Z 100827ae f main.cpp.obj + 0001:000817e0 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$0 100827e0 f main.cpp.obj + 0001:000817e8 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$1 100827e8 f main.cpp.obj + 0001:000817f0 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$2 100827f0 f main.cpp.obj + 0001:000817f8 __unwindfunclet$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z$3 100827f8 f main.cpp.obj + 0001:00081805 __ehhandler$?DuplicateHandle@detail@hadesmem@@YA?AV?$SmartHandleImpl@UHandlePolicy@detail@hadesmem@@@12@PAX@Z 10082805 f main.cpp.obj + 0001:00081830 __unwindfunclet$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z$0 10082830 f helper.cpp.obj + 0001:00081830 __unwindfunclet$?DoesItemMatch@Nampower@@YA_NIIPBD@Z$0 10082830 f items.cpp.obj + 0001:00081830 __unwindfunclet$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z$0 10082830 f main.cpp.obj + 0001:00081830 __unwindfunclet$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z$0 10082830 f spell_scripts.cpp.obj + 0001:00081830 __unwindfunclet$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z$0 10082830 f spellcast.cpp.obj + 0001:0008183d __ehhandler$?GetUnitGuidFromString@Nampower@@YA_KPBD@Z 1008283d f helper.cpp.obj + 0001:0008183d __ehhandler$?DoesItemMatch@Nampower@@YA_NIIPBD@Z 1008283d f items.cpp.obj + 0001:0008183d __ehhandler$?Framescript_SetEventCountHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PAX1I@Z 1008283d f main.cpp.obj + 0001:0008183d __ehhandler$?Script_GetSpellNameAndRankForId@Nampower@@YAIPAI@Z 1008283d f spell_scripts.cpp.obj + 0001:0008183d __ehhandler$?push@CastQueue@Nampower@@QAEXABUCastSpellParams@@_N@Z 1008283d f spellcast.cpp.obj + 0001:00081870 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$2 10082870 f main.cpp.obj + 0001:00081878 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$3 10082878 f main.cpp.obj + 0001:00081880 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$4 10082880 f main.cpp.obj + 0001:00081888 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$5 10082888 f main.cpp.obj + 0001:00081890 __unwindfunclet$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ$6 10082890 f main.cpp.obj + 0001:000818a0 __ehhandler$?FreeUnchecked@Allocator@hadesmem@@AAEXXZ 100828a0 f main.cpp.obj + 0001:000818d0 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$2 100828d0 f main.cpp.obj + 0001:000818e9 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$3 100828e9 f main.cpp.obj + 0001:000818f4 __unwindfunclet$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ$0 100828f4 f main.cpp.obj + 0001:00081904 __ehhandler$?GetHumanReadableTime@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ 10082904 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081930 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$0 10082930 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081938 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$1 10082938 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:00081940 __unwindfunclet$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ$2 10082940 f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6GXXZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXI@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IXXZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:0008194d __ehhandler$?GetPatchSize@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@MBEIXZ 1008294d f main.cpp.obj + 0001:00081980 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$0 10082980 f main.cpp.obj + 0001:00081988 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$1 10082988 f main.cpp.obj + 0001:00081990 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$2 10082990 f main.cpp.obj + 0001:0008199b __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$3 1008299b f main.cpp.obj + 0001:000819a3 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$4 100829a3 f main.cpp.obj + 0001:000819ab __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$5 100829ab f main.cpp.obj + 0001:000819b3 __unwindfunclet$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z$6 100829b3 f main.cpp.obj + 0001:000819c3 __ehhandler$?GetThreadContext@hadesmem@@YA?AU_CONTEXT@@ABVThread@1@K@Z 100829c3 f main.cpp.obj + 0001:000819f0 __unwindfunclet$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z$0 100829f0 f main.cpp.obj + 0001:00081a00 __ehhandler$?LoadScriptFunctionsHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 10082a00 f main.cpp.obj + 0001:00081a30 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$1 10082a30 f main.cpp.obj + 0001:00081a3b __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$0 10082a3b f main.cpp.obj + 0001:00081a46 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$2 10082a46 f main.cpp.obj + 0001:00081a4e __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$3 10082a4e f main.cpp.obj + 0001:00081a59 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$4 10082a59 f main.cpp.obj + 0001:00081a61 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$5 10082a61 f main.cpp.obj + 0001:00081a6c __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$6 10082a6c f main.cpp.obj + 0001:00081a74 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$7 10082a74 f main.cpp.obj + 0001:00081a7f __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$8 10082a7f f main.cpp.obj + 0001:00081a87 __unwindfunclet$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z$9 10082a87 f main.cpp.obj + 0001:00081a97 __ehhandler$?ReadImpl@detail@hadesmem@@YAXABVProcess@2@PAX1II@Z 10082a97 f main.cpp.obj + 0001:00081ad0 __unwindfunclet$?CacheItemNameToId@Nampower@@YAXPBDI@Z$0 10082ad0 f items.cpp.obj + 0001:00081ad0 __unwindfunclet$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z$0 10082ad0 f main.cpp.obj + 0001:00081ad0 __unwindfunclet$?addCustomEvent@Nampower@@YAXIPAD@Z$0 10082ad0 f main.cpp.obj + 0001:00081ad0 __unwindfunclet$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z$0 10082ad0 f spell_scripts.cpp.obj + 0001:00081ad0 __unwindfunclet$?TriggerQuickcast@Nampower@@YAXXZ$0 10082ad0 f spellcast.cpp.obj + 0001:00081add __ehhandler$?CacheItemNameToId@Nampower@@YAXPBDI@Z 10082add f items.cpp.obj + 0001:00081add __ehhandler$?RegisterLuaFunction@Nampower@@YAXPADPAI@Z 10082add f main.cpp.obj + 0001:00081add __ehhandler$?addCustomEvent@Nampower@@YAXIPAD@Z 10082add f main.cpp.obj + 0001:00081add __ehhandler$?Script_SpellStopCastingHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 10082add f spell_scripts.cpp.obj + 0001:00081add __ehhandler$?TriggerQuickcast@Nampower@@YAXXZ 10082add f spellcast.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b10 __unwindfunclet$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$0 10082b10 f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b1d __ehhandler$?Remove@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 10082b1d f main.cpp.obj + 0001:00081b40 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10082b40 f main.cpp.obj + 0001:00081b4d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6GHPAIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082b4d f main.cpp.obj + 0001:00081b80 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ$2 10082b80 f main.cpp.obj + 0001:00081b8d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6GXXZPAX@hadesmem@@UAEXXZ 10082b8d f main.cpp.obj + 0001:00081bc0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10082bc0 f main.cpp.obj + 0001:00081bcd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IHIIIPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082bcd f main.cpp.obj + 0001:00081c00 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ$2 10082c00 f main.cpp.obj + 0001:00081c0d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IHPAI@ZPAX@hadesmem@@UAEXXZ 10082c0d f main.cpp.obj + 0001:00081c40 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ$2 10082c40 f main.cpp.obj + 0001:00081c4d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IH_K@ZPAX@hadesmem@@UAEXXZ 10082c4d f main.cpp.obj + 0001:00081c80 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ$2 10082c80 f main.cpp.obj + 0001:00081c8d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIHPAI0@ZPAX@hadesmem@@UAEXXZ 10082c8d f main.cpp.obj + 0001:00081cc0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ$2 10082cc0 f main.cpp.obj + 0001:00081ccd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIPAI@ZPAX@hadesmem@@UAEXXZ 10082ccd f main.cpp.obj + 0001:00081d00 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ$2 10082d00 f main.cpp.obj + 0001:00081d0d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IIPAUCTerrainClickEvent@game@@@ZPAX@hadesmem@@UAEXXZ 10082d0d f main.cpp.obj + 0001:00081d40 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ$2 10082d40 f main.cpp.obj + 0001:00081d4d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IPAHPAI@ZPAX@hadesmem@@UAEXXZ 10082d4d f main.cpp.obj + 0001:00081d80 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ$2 10082d80 f main.cpp.obj + 0001:00081d8d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXHI@ZPAX@hadesmem@@UAEXXZ 10082d8d f main.cpp.obj + 0001:00081dc0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ$2 10082dc0 f main.cpp.obj + 0001:00081dcd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXI@ZPAX@hadesmem@@UAEXXZ 10082dcd f main.cpp.obj + 0001:00081e00 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ$2 10082e00 f main.cpp.obj + 0001:00081e0d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIHH@ZPAX@hadesmem@@UAEXXZ 10082e0d f main.cpp.obj + 0001:00081e40 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ$2 10082e40 f main.cpp.obj + 0001:00081e4d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIH_K@ZPAX@hadesmem@@UAEXXZ 10082e4d f main.cpp.obj + 0001:00081e80 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ$2 10082e80 f main.cpp.obj + 0001:00081e8d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXIW4SpellCastResult@game@@HH_N@ZPAX@hadesmem@@UAEXXZ 10082e8d f main.cpp.obj + 0001:00081ec0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ$2 10082ec0 f main.cpp.obj + 0001:00081ecd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAIH@ZPAX@hadesmem@@UAEXXZ 10082ecd f main.cpp.obj + 0001:00081f00 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ$2 10082f00 f main.cpp.obj + 0001:00081f0d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAIPAXII@ZPAX@hadesmem@@UAEXXZ 10082f0d f main.cpp.obj + 0001:00081f40 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ$2 10082f40 f main.cpp.obj + 0001:00081f4d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAUSpellCast@game@@D@ZPAX@hadesmem@@UAEXXZ 10082f4d f main.cpp.obj + 0001:00081f80 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ$2 10082f80 f main.cpp.obj + 0001:00081f8d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAX0I@ZPAX@hadesmem@@UAEXXZ 10082f8d f main.cpp.obj + 0001:00081fc0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10082fc0 f main.cpp.obj + 0001:00081fcd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAX0PAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 10082fcd f main.cpp.obj + 0001:00082000 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ$2 10083000 f main.cpp.obj + 0001:0008200d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPAXHH@ZPAX@hadesmem@@UAEXXZ 1008300d f main.cpp.obj + 0001:00082040 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ$2 10083040 f main.cpp.obj + 0001:0008204d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXPA_K0IPAVCDataStore@Nampower@@@ZPAX@hadesmem@@UAEXXZ 1008304d f main.cpp.obj + 0001:00082080 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ$2 10083080 f main.cpp.obj + 0001:0008208d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IXXZPAX@hadesmem@@UAEXXZ 1008308d f main.cpp.obj + 0001:000820c0 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ$2 100830c0 f main.cpp.obj + 0001:000820cd __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IX_K@ZPAX@hadesmem@@UAEXXZ 100830cd f main.cpp.obj + 0001:00082100 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ$2 10083100 f main.cpp.obj + 0001:0008210d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6IX_N0W4SpellCastResult@game@@@ZPAX@hadesmem@@UAEXXZ 1008310d f main.cpp.obj + 0001:00082140 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ$2 10083140 f main.cpp.obj + 0001:0008214d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6I_NPAI0IM@ZPAX@hadesmem@@UAEXXZ 1008314d f main.cpp.obj + 0001:00082180 __unwindfunclet$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ$2 10083180 f main.cpp.obj + 0001:0008218d __ehhandler$?RemoveUnchecked@?$PatchDetour@P6I_NPAIIPAUCGItem_C@game@@_K@ZPAX@hadesmem@@UAEXXZ 1008318d f main.cpp.obj + 0001:000821c0 __unwindfunclet$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$3 100831c0 f main.cpp.obj + 0001:000821c8 __unwindfunclet$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ$2 100831c8 f main.cpp.obj + 0001:000821d5 __ehhandler$?RemoveUnchecked@PatchRaw@hadesmem@@AAEXXZ 100831d5 f main.cpp.obj + 0001:00082200 __unwindfunclet$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ$2 10083200 f main.cpp.obj + 0001:0008220d __ehhandler$?RestoreUnchecked@ProtectGuard@detail@hadesmem@@QAEXXZ 1008320d f main.cpp.obj + 0001:00082240 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$2 10083240 f main.cpp.obj + 0001:00082248 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$3 10083248 f main.cpp.obj + 0001:00082250 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$4 10083250 f main.cpp.obj + 0001:00082258 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$5 10083258 f main.cpp.obj + 0001:00082260 __unwindfunclet$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ$6 10083260 f main.cpp.obj + 0001:00082270 __ehhandler$?ResumeUnchecked@SuspendedThread@hadesmem@@AAEXXZ 10083270 f main.cpp.obj + 0001:000822a0 __unwindfunclet$?SetSelectionTarget@Nampower@@YAX_K@Z$0 100832a0 f main.cpp.obj + 0001:000822ad __ehhandler$?SetSelectionTarget@Nampower@@YAX_K@Z 100832ad f main.cpp.obj + 0001:000822d0 __unwindfunclet$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z$0 100832d0 f main.cpp.obj + 0001:000822d0 __unwindfunclet$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ$0 100832d0 f main.cpp.obj + 0001:000822d0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ$0 100832d0 f main.cpp.obj + 0001:000822dd __ehhandler$?Stub@?$PatchDetourStub@P6GHPAIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SGHPAIPAVCDataStore@Nampower@@@Z 100832dd f main.cpp.obj + 0001:000822dd __ehhandler$?Stub@?$PatchDetourStub@P6GXXZ@detail@hadesmem@@SGXXZ 100832dd f main.cpp.obj + 0001:000822dd __ehhandler$?Stub@?$PatchDetourStub@P6IXXZ@detail@hadesmem@@SIXXZ 100832dd f main.cpp.obj + 0001:00082300 __unwindfunclet$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z$0 10083300 f main.cpp.obj + 0001:00082300 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z$0 10083300 f main.cpp.obj + 0001:00082300 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z$0 10083300 f main.cpp.obj + 0001:00082300 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z$0 10083300 f main.cpp.obj + 0001:00082300 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z$0 10083300 f main.cpp.obj + 0001:00082300 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAIH@Z@detail@hadesmem@@SIXPAIH@Z$0 10083300 f main.cpp.obj + 0001:00082300 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z$0 10083300 f main.cpp.obj + 0001:00082300 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z$0 10083300 f main.cpp.obj + 0001:00082300 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z$0 10083300 f main.cpp.obj + 0001:00082300 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z$0 10083300 f main.cpp.obj + 0001:00082300 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z$0 10083300 f main.cpp.obj + 0001:00082300 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z$0 10083300 f main.cpp.obj + 0001:00082300 __unwindfunclet$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z$0 10083300 f main.cpp.obj + 0001:0008230d __ehhandler$?Stub@?$PatchDetourStub@P6IHIIIPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIHIIIPAVCDataStore@Nampower@@@Z 1008330d f main.cpp.obj + 0001:0008230d __ehhandler$?Stub@?$PatchDetourStub@P6IIHPAI0@Z@detail@hadesmem@@SIIHPAI0@Z 1008330d f main.cpp.obj + 0001:0008230d __ehhandler$?Stub@?$PatchDetourStub@P6IXHI@Z@detail@hadesmem@@SIXHI@Z 1008330d f main.cpp.obj + 0001:0008230d __ehhandler$?Stub@?$PatchDetourStub@P6IXIHH@Z@detail@hadesmem@@SIXIHH@Z 1008330d f main.cpp.obj + 0001:0008230d __ehhandler$?Stub@?$PatchDetourStub@P6IXIW4SpellCastResult@game@@HH_N@Z@detail@hadesmem@@SIXIW4SpellCastResult@game@@HH_N@Z 1008330d f main.cpp.obj + 0001:0008230d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAIH@Z@detail@hadesmem@@SIXPAIH@Z 1008330d f main.cpp.obj + 0001:0008230d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAIPAXII@Z@detail@hadesmem@@SIXPAIPAXII@Z 1008330d f main.cpp.obj + 0001:0008230d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAUSpellCast@game@@D@Z@detail@hadesmem@@SIXPAUSpellCast@game@@D@Z 1008330d f main.cpp.obj + 0001:0008230d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAX0I@Z@detail@hadesmem@@SIXPAX0I@Z 1008330d f main.cpp.obj + 0001:0008230d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAX0PAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPAX0PAVCDataStore@Nampower@@@Z 1008330d f main.cpp.obj + 0001:0008230d __ehhandler$?Stub@?$PatchDetourStub@P6IXPAXHH@Z@detail@hadesmem@@SIXPAXHH@Z 1008330d f main.cpp.obj + 0001:0008230d __ehhandler$?Stub@?$PatchDetourStub@P6IXPA_K0IPAVCDataStore@Nampower@@@Z@detail@hadesmem@@SIXPA_K0IPAVCDataStore@Nampower@@@Z 1008330d f main.cpp.obj + 0001:0008230d __ehhandler$?Stub@?$PatchDetourStub@P6I_NPAI0IM@Z@detail@hadesmem@@SI_NPAI0IM@Z 1008330d f main.cpp.obj + 0001:00082330 __unwindfunclet$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z$0 10083330 f main.cpp.obj + 0001:00082330 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z$0 10083330 f main.cpp.obj + 0001:00082330 __unwindfunclet$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z$0 10083330 f main.cpp.obj + 0001:00082330 __unwindfunclet$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z$0 10083330 f main.cpp.obj + 0001:00082330 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z$0 10083330 f main.cpp.obj + 0001:0008233d __ehhandler$?Stub@?$PatchDetourStub@P6IHPAI@Z@detail@hadesmem@@SIHPAI@Z 1008333d f main.cpp.obj + 0001:0008233d __ehhandler$?Stub@?$PatchDetourStub@P6IIPAI@Z@detail@hadesmem@@SIIPAI@Z 1008333d f main.cpp.obj + 0001:0008233d __ehhandler$?Stub@?$PatchDetourStub@P6IIPAUCTerrainClickEvent@game@@@Z@detail@hadesmem@@SIIPAUCTerrainClickEvent@game@@@Z 1008333d f main.cpp.obj + 0001:0008233d __ehhandler$?Stub@?$PatchDetourStub@P6IPAHPAI@Z@detail@hadesmem@@SIPAHPAI@Z 1008333d f main.cpp.obj + 0001:0008233d __ehhandler$?Stub@?$PatchDetourStub@P6IXI@Z@detail@hadesmem@@SIXI@Z 1008333d f main.cpp.obj + 0001:00082360 __unwindfunclet$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z$0 10083360 f main.cpp.obj + 0001:00082360 __unwindfunclet$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z$0 10083360 f main.cpp.obj + 0001:0008236d __ehhandler$?Stub@?$PatchDetourStub@P6IH_K@Z@detail@hadesmem@@SIH_K@Z 1008336d f main.cpp.obj + 0001:0008236d __ehhandler$?Stub@?$PatchDetourStub@P6IX_K@Z@detail@hadesmem@@SIX_K@Z 1008336d f main.cpp.obj + 0001:00082390 __unwindfunclet$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z$0 10083390 f main.cpp.obj + 0001:00082390 __unwindfunclet$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z$0 10083390 f main.cpp.obj + 0001:0008239d __ehhandler$?Stub@?$PatchDetourStub@P6IXIH_K@Z@detail@hadesmem@@SIXIH_K@Z 1008339d f main.cpp.obj + 0001:0008239d __ehhandler$?Stub@?$PatchDetourStub@P6I_NPAIIPAUCGItem_C@game@@_K@Z@detail@hadesmem@@SI_NPAIIPAUCGItem_C@game@@_K@Z 1008339d f main.cpp.obj + 0001:000823c0 __unwindfunclet$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z$0 100833c0 f main.cpp.obj + 0001:000823cd __ehhandler$?Stub@?$PatchDetourStub@P6IX_N0W4SpellCastResult@game@@@Z@detail@hadesmem@@SIX_N0W4SpellCastResult@game@@@Z 100833cd f main.cpp.obj + 0001:000823f0 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$2 100833f0 f main.cpp.obj + 0001:000823f8 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$3 100833f8 f main.cpp.obj + 0001:00082400 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$4 10083400 f main.cpp.obj + 0001:00082408 __unwindfunclet$?SuspendThread@hadesmem@@YAKABVThread@1@@Z$5 10083408 f main.cpp.obj + 0001:00082415 __ehhandler$?SuspendThread@hadesmem@@YAKABVThread@1@@Z 10083415 f main.cpp.obj + 0001:00082440 __unwindfunclet$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z$0 10083440 f main.cpp.obj + 0001:0008244d __ehhandler$?SysMsgInitializeHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@@Z 1008344d f main.cpp.obj + 0001:00082470 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$0 10083470 f main.cpp.obj + 0001:00082478 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$1 10083478 f main.cpp.obj + 0001:00082480 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$7 10083480 f main.cpp.obj + 0001:00082488 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$2 10083488 f main.cpp.obj + 0001:00082490 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$3 10083490 f main.cpp.obj + 0001:00082498 __unwindfunclet$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z$4 10083498 f main.cpp.obj + 0001:000824a8 __ehhandler$?VerifyPatchThreads@detail@hadesmem@@YAXKPAXI@Z 100834a8 f main.cpp.obj + 0001:000824e0 __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 100834e0 f main.cpp.obj + 0001:000824ed __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 100834ed f main.cpp.obj + 0001:00082520 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$0 10083520 f main.cpp.obj + 0001:0008252b __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$2 1008352b f main.cpp.obj + 0001:00082533 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$3 10083533 f main.cpp.obj + 0001:0008253e __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$4 1008353e f main.cpp.obj + 0001:00082546 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$5 10083546 f main.cpp.obj + 0001:00082551 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$6 10083551 f main.cpp.obj + 0001:00082559 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$7 10083559 f main.cpp.obj + 0001:00082564 __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$8 10083564 f main.cpp.obj + 0001:0008256c __unwindfunclet$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z$9 1008356c f main.cpp.obj + 0001:0008257c __ehhandler$?WriteImpl@detail@hadesmem@@YAXABVProcess@2@PAXPBXI@Z 1008357c f main.cpp.obj + 0001:000825b0 __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 100835b0 f main.cpp.obj + 0001:000825bd __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 100835bd f main.cpp.obj + 0001:000825f0 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$0 100835f0 f main.cpp.obj + 0001:000825ff __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$1 100835ff f main.cpp.obj + 0001:00082618 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$2 10083618 f main.cpp.obj + 0001:00082620 __unwindfunclet$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z$4 10083620 f main.cpp.obj + 0001:0008262d __ehhandler$?_Getcat@?$numpunct@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z 1008362d f main.cpp.obj + 0001:00082650 __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 10083650 f main.cpp.obj + 0001:00082658 __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 10083658 f main.cpp.obj + 0001:00082660 __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 10083660 f main.cpp.obj + 0001:00082668 __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 10083668 f main.cpp.obj + 0001:00082675 __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 10083675 f main.cpp.obj + 0001:000826a0 __ehhandler$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ 100836a0 f main.cpp.obj + 0001:000826c0 __ehhandler$?begin@ThreadList@hadesmem@@QAE?AV?$ThreadIterator@VThreadEntry@hadesmem@@@2@XZ 100836c0 f main.cpp.obj + 0001:000826f0 __unwindfunclet$?checkForStopChanneling@Nampower@@YAXXZ$0 100836f0 f main.cpp.obj + 0001:000826f8 __unwindfunclet$?checkForStopChanneling@Nampower@@YAXXZ$1 100836f8 f main.cpp.obj + 0001:00082705 __ehhandler$?checkForStopChanneling@Nampower@@YAXXZ 10083705 f main.cpp.obj + 0001:00082730 __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$0 10083730 f main.cpp.obj + 0001:0008273f __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$1 1008373f f main.cpp.obj + 0001:0008275b __unwindfunclet$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$2 1008375b f main.cpp.obj + 0001:00082768 __ehhandler$?clone@?$clone_impl@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 10083768 f main.cpp.obj + 0001:00082790 __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$0 10083790 f main.cpp.obj + 0001:0008279f __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$1 1008379f f main.cpp.obj + 0001:000827bb __unwindfunclet$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ$2 100837bb f main.cpp.obj + 0001:000827c8 __ehhandler$?clone@?$clone_impl@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@EBEPBVclone_base@23@XZ 100837c8 f main.cpp.obj + 0001:000827f0 __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 100837f0 f main.cpp.obj + 0001:000827ff __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 100837ff f main.cpp.obj + 0001:0008280c __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 1008380c f main.cpp.obj + 0001:00082830 __unwindfunclet$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ$0 10083830 f main.cpp.obj + 0001:0008283f __unwindfunclet$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ$1 1008383f f main.cpp.obj + 0001:0008284c __ehhandler$?clone@?$wrapexcept@VError@hadesmem@@@boost@@UBEPBVclone_base@exception_detail@2@XZ 1008384c f main.cpp.obj + 0001:00082870 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$0 10083870 f main.cpp.obj + 0001:00082889 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$1 10083889 f main.cpp.obj + 0001:00082898 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$4 10083898 f main.cpp.obj + 0001:000828a0 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$2 100838a0 f main.cpp.obj + 0001:000828a8 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$3 100838a8 f main.cpp.obj + 0001:000828b0 __unwindfunclet$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ$11 100838b0 f main.cpp.obj + 0001:000828bd __ehhandler$?clone@error_info_container_impl@exception_detail@boost@@EBE?AV?$refcount_ptr@Uerror_info_container@exception_detail@boost@@@23@XZ 100838bd f main.cpp.obj + 0001:000828e0 __unwindfunclet$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z$0 100838e0 f main.cpp.obj + 0001:000828e8 __unwindfunclet$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z$1 100838e8 f main.cpp.obj + 0001:000828f5 __ehhandler$?copy_boost_exception@exception_detail@boost@@YAXPAVexception@2@PBV32@@Z 100838f5 f main.cpp.obj + 0001:00082920 __unwindfunclet$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z$0 10083920 f main.cpp.obj + 0001:0008292b __unwindfunclet$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z$1 1008392b f main.cpp.obj + 0001:00082938 __ehhandler$?diagnostic_information@error_info_container_impl@exception_detail@boost@@UBEPBDPBD@Z 10083938 f main.cpp.obj + 0001:00082970 __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 10083970 f main.cpp.obj + 0001:0008297b __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 1008397b f main.cpp.obj + 0001:00082983 __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 10083983 f main.cpp.obj + 0001:0008298b __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 1008398b f main.cpp.obj + 0001:00082998 __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 10083998 f main.cpp.obj + 0001:000829d0 __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 100839d0 f main.cpp.obj + 0001:000829d0 __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 100839d0 f main.cpp.obj + 0001:000829dd __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 100839dd f main.cpp.obj + 0001:000829dd __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 100839dd f main.cpp.obj + 0001:00082a10 __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 10083a10 f main.cpp.obj + 0001:00082a18 __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 10083a18 f main.cpp.obj + 0001:00082a25 __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 10083a25 f main.cpp.obj + 0001:00082a50 __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 10083a50 f main.cpp.obj + 0001:00082a5d __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 10083a5d f main.cpp.obj + 0001:00082a90 __unwindfunclet$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ$2 10083a90 f main.cpp.obj + 0001:00082a9d __ehhandler$?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ 10083a9d f main.cpp.obj + 0001:00082ac0 __unwindfunclet$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z$2 10083ac0 f main.cpp.obj + 0001:00082ad4 __ehhandler$?get_diagnostic_information@exception_detail@boost@@YAPBDABVexception@2@PBD@Z 10083ad4 f main.cpp.obj + 0001:00082b00 __unwindfunclet$?initHooks@Nampower@@YAXXZ$0 10083b00 f main.cpp.obj + 0001:00082b08 __unwindfunclet$?initHooks@Nampower@@YAXXZ$1 10083b08 f main.cpp.obj + 0001:00082b10 __unwindfunclet$?initHooks@Nampower@@YAXXZ$38 10083b10 f main.cpp.obj + 0001:00082b1d __ehhandler$?initHooks@Nampower@@YAXXZ 10083b1d f main.cpp.obj + 0001:00082b50 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$0 10083b50 f main.cpp.obj + 0001:00082b5b __unwindfunclet$?loadConfig@Nampower@@YAXXZ$1 10083b5b f main.cpp.obj + 0001:00082b66 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$2 10083b66 f main.cpp.obj + 0001:00082b71 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$3 10083b71 f main.cpp.obj + 0001:00082b7c __unwindfunclet$?loadConfig@Nampower@@YAXXZ$4 10083b7c f main.cpp.obj + 0001:00082b87 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$5 10083b87 f main.cpp.obj + 0001:00082b92 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$6 10083b92 f main.cpp.obj + 0001:00082b9d __unwindfunclet$?loadConfig@Nampower@@YAXXZ$7 10083b9d f main.cpp.obj + 0001:00082ba8 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$8 10083ba8 f main.cpp.obj + 0001:00082bb3 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$9 10083bb3 f main.cpp.obj + 0001:00082bbe __unwindfunclet$?loadConfig@Nampower@@YAXXZ$10 10083bbe f main.cpp.obj + 0001:00082bc9 __unwindfunclet$?loadConfig@Nampower@@YAXXZ$11 10083bc9 f main.cpp.obj + 0001:00082bd9 __ehhandler$?loadConfig@Nampower@@YAXXZ 10083bd9 f main.cpp.obj + 0001:00082c10 __unwindfunclet$?loadUserVar@Nampower@@YAXPBD@Z$0 10083c10 f main.cpp.obj + 0001:00082c18 __unwindfunclet$?loadUserVar@Nampower@@YAXPBD@Z$1 10083c18 f main.cpp.obj + 0001:00082c25 __ehhandler$?loadUserVar@Nampower@@YAXPBD@Z 10083c25 f main.cpp.obj + 0001:00082c50 __unwindfunclet$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z$0 10083c50 f main.cpp.obj + 0001:00082c5d __ehhandler$?open@?$basic_ofstream@DU?$char_traits@D@std@@@std@@QAEXPBDHH@Z 10083c5d f main.cpp.obj + 0001:00082c80 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$0 10083c80 f main.cpp.obj + 0001:00082c88 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$1 10083c88 f main.cpp.obj + 0001:00082c90 __unwindfunclet$?processQueues@Nampower@@YA_NXZ$2 10083c90 f main.cpp.obj + 0001:00082c9d __ehhandler$?processQueues@Nampower@@YA_NXZ 10083c9d f main.cpp.obj + 0001:00082cd0 __unwindfunclet$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z$2 10083cd0 f main.cpp.obj + 0001:00082cdd __ehhandler$?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z 10083cdd f main.cpp.obj + 0001:00082d00 __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 10083d00 f main.cpp.obj + 0001:00082d0d __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 10083d0d f main.cpp.obj + 0001:00082d30 __unwindfunclet$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z$2 10083d30 f main.cpp.obj + 0001:00082d3d __ehhandler$?set@error_info_container_impl@exception_detail@boost@@UAEXABV?$shared_ptr@Verror_info_base@exception_detail@boost@@@3@ABUtype_info_@23@@Z 10083d3d f main.cpp.obj + 0001:00082d60 __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 10083d60 f main.cpp.obj + 0001:00082d7e __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 10083d7e f main.cpp.obj + 0001:00082da0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$0 10083da0 f main.cpp.obj + 0001:00082da8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$1 10083da8 f main.cpp.obj + 0001:00082db0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$2 10083db0 f main.cpp.obj + 0001:00082db8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$3 10083db8 f main.cpp.obj + 0001:00082dc0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$4 10083dc0 f main.cpp.obj + 0001:00082dc8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$5 10083dc8 f main.cpp.obj + 0001:00082dd0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$6 10083dd0 f main.cpp.obj + 0001:00082dd8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$7 10083dd8 f main.cpp.obj + 0001:00082de0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$8 10083de0 f main.cpp.obj + 0001:00082de8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$9 10083de8 f main.cpp.obj + 0001:00082df0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$10 10083df0 f main.cpp.obj + 0001:00082df8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$11 10083df8 f main.cpp.obj + 0001:00082e00 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$12 10083e00 f main.cpp.obj + 0001:00082e08 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$13 10083e08 f main.cpp.obj + 0001:00082e10 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$14 10083e10 f main.cpp.obj + 0001:00082e18 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$15 10083e18 f main.cpp.obj + 0001:00082e20 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$16 10083e20 f main.cpp.obj + 0001:00082e28 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$17 10083e28 f main.cpp.obj + 0001:00082e30 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$18 10083e30 f main.cpp.obj + 0001:00082e38 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$19 10083e38 f main.cpp.obj + 0001:00082e40 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$20 10083e40 f main.cpp.obj + 0001:00082e48 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$21 10083e48 f main.cpp.obj + 0001:00082e50 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$22 10083e50 f main.cpp.obj + 0001:00082e58 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$23 10083e58 f main.cpp.obj + 0001:00082e60 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$24 10083e60 f main.cpp.obj + 0001:00082e68 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$25 10083e68 f main.cpp.obj + 0001:00082e70 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$26 10083e70 f main.cpp.obj + 0001:00082e78 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$27 10083e78 f main.cpp.obj + 0001:00082e80 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$28 10083e80 f main.cpp.obj + 0001:00082e88 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$29 10083e88 f main.cpp.obj + 0001:00082e90 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$30 10083e90 f main.cpp.obj + 0001:00082e98 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$31 10083e98 f main.cpp.obj + 0001:00082ea0 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$32 10083ea0 f main.cpp.obj + 0001:00082ea8 __unwindfunclet$?updateFromCvar@Nampower@@YAXPBD0@Z$33 10083ea8 f main.cpp.obj + 0001:00082eb5 __ehhandler$?updateFromCvar@Nampower@@YAXPBD0@Z 10083eb5 f main.cpp.obj + 0001:00082ee0 __unwindfunclet$_Load$4 10083ee0 f main.cpp.obj + 0001:00082ee8 __unwindfunclet$_Load$3 10083ee8 f main.cpp.obj + 0001:00082ef5 __ehhandler$_Load 10083ef5 f main.cpp.obj + 0001:00082f20 __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 10083f20 f helper.cpp.obj + 0001:00082f28 __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 10083f28 f helper.cpp.obj + 0001:00082f35 __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 10083f35 f helper.cpp.obj + 0001:00082f60 __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 10083f60 f helper.cpp.obj + 0001:00082f68 __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 10083f68 f helper.cpp.obj + 0001:00082f75 __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 10083f75 f helper.cpp.obj + 0001:00082fa0 __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$0 10083fa0 f helper.cpp.obj + 0001:00082fac __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$2 10083fac f helper.cpp.obj + 0001:00082fb6 __unwindfunclet$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z$3 10083fb6 f helper.cpp.obj + 0001:00082fc5 __ehhandler$?ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z 10083fc5 f helper.cpp.obj + 0001:00082ff0 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$1 10083ff0 f helper.cpp.obj + 0001:00082ff8 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$3 10083ff8 f helper.cpp.obj + 0001:00083000 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$0 10084000 f helper.cpp.obj + 0001:0008300c __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$9 1008400c f helper.cpp.obj + 0001:00083016 __unwindfunclet$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z$10 10084016 f helper.cpp.obj + 0001:00083025 __ehhandler$?GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z 10084025 f helper.cpp.obj + 0001:00083050 __unwindfunclet$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z$0 10084050 f helper.cpp.obj + 0001:00083050 __unwindfunclet$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z$0 10084050 f spellcast.cpp.obj + 0001:00083050 __unwindfunclet$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z$0 10084050 f spellcast.cpp.obj + 0001:00083050 __unwindfunclet$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z$0 10084050 f spellevents.cpp.obj + 0001:0008305d __ehhandler$?GetUnitGuidFromLuaParam@Nampower@@YA_KPAIH@Z 1008405d f helper.cpp.obj + 0001:0008305d __ehhandler$?CGActionBar_UseActionHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IHH@Z 1008405d f spellcast.cpp.obj + 0001:0008305d __ehhandler$?CGSpellBook_CastSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IH_K@Z 1008405d f spellcast.cpp.obj + 0001:0008305d __ehhandler$?Script_SpellTargetUnitHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1008405d f spellevents.cpp.obj + 0001:00083090 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$2 10084090 f spellcast.cpp.obj + 0001:00083098 __unwindfunclet$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z$3 10084098 f spellcast.cpp.obj + 0001:000830a5 __ehhandler$??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_K@Z 100840a5 f spellcast.cpp.obj + 0001:000830d0 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$0 100840d0 f spellcast.cpp.obj + 0001:000830d8 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$4 100840d8 f spellcast.cpp.obj + 0001:000830e0 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$1 100840e0 f spellcast.cpp.obj + 0001:000830e8 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$2 100840e8 f spellcast.cpp.obj + 0001:000830f0 __unwindfunclet$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z$3 100840f0 f spellcast.cpp.obj + 0001:000830fd __ehhandler$?BeginCast@Nampower@@YAXIPBUSpellRec@game@@PBUSpellCast@3@@Z 100840fd f spellcast.cpp.obj + 0001:00083130 __unwindfunclet$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z$0 10084130 f spellcast.cpp.obj + 0001:00083138 __unwindfunclet$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z$1 10084138 f spellcast.cpp.obj + 0001:00083145 __ehhandler$?CancelSpellHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@_N1W4SpellCastResult@game@@@Z 10084145 f spellcast.cpp.obj + 0001:00083170 __unwindfunclet$?CastQueuedNonGcdSpell@Nampower@@YAXXZ$0 10084170 f spellcast.cpp.obj + 0001:00083178 __unwindfunclet$?CastQueuedNonGcdSpell@Nampower@@YAXXZ$1 10084178 f spellcast.cpp.obj + 0001:00083185 __ehhandler$?CastQueuedNonGcdSpell@Nampower@@YAXXZ 10084185 f spellcast.cpp.obj + 0001:000831b0 __unwindfunclet$?CastQueuedNormalSpell@Nampower@@YAXXZ$0 100841b0 f spellcast.cpp.obj + 0001:000831b8 __unwindfunclet$?CastQueuedNormalSpell@Nampower@@YAXXZ$1 100841b8 f spellcast.cpp.obj + 0001:000831c5 __ehhandler$?CastQueuedNormalSpell@Nampower@@YAXXZ 100841c5 f spellcast.cpp.obj + 0001:000831f0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$0 100841f0 f spellcast.cpp.obj + 0001:000831f8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$1 100841f8 f spellcast.cpp.obj + 0001:00083200 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$2 10084200 f spellcast.cpp.obj + 0001:00083208 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$3 10084208 f spellcast.cpp.obj + 0001:00083210 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$4 10084210 f spellcast.cpp.obj + 0001:00083218 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$6 10084218 f spellcast.cpp.obj + 0001:00083220 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$5 10084220 f spellcast.cpp.obj + 0001:00083228 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$7 10084228 f spellcast.cpp.obj + 0001:00083230 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$8 10084230 f spellcast.cpp.obj + 0001:00083238 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$9 10084238 f spellcast.cpp.obj + 0001:00083240 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$10 10084240 f spellcast.cpp.obj + 0001:00083248 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$11 10084248 f spellcast.cpp.obj + 0001:00083250 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$12 10084250 f spellcast.cpp.obj + 0001:00083258 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$13 10084258 f spellcast.cpp.obj + 0001:00083260 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$17 10084260 f spellcast.cpp.obj + 0001:00083268 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$14 10084268 f spellcast.cpp.obj + 0001:00083270 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$15 10084270 f spellcast.cpp.obj + 0001:00083278 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$16 10084278 f spellcast.cpp.obj + 0001:00083280 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$18 10084280 f spellcast.cpp.obj + 0001:00083288 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$19 10084288 f spellcast.cpp.obj + 0001:00083290 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$20 10084290 f spellcast.cpp.obj + 0001:00083298 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$21 10084298 f spellcast.cpp.obj + 0001:000832a0 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$22 100842a0 f spellcast.cpp.obj + 0001:000832a8 __unwindfunclet$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z$23 100842a8 f spellcast.cpp.obj + 0001:000832b5 __ehhandler$?Spell_C_CastSpellHook@Nampower@@YA_NPAVPatchDetourBase@hadesmem@@PAIIPAUCGItem_C@game@@_K@Z 100842b5 f spellcast.cpp.obj + 0001:000832e0 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 100842e0 f spellchannel.cpp.obj + 0001:000832e8 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 100842e8 f spellchannel.cpp.obj + 0001:000832f0 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$2 100842f0 f spellchannel.cpp.obj + 0001:000832f8 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$3 100842f8 f spellchannel.cpp.obj + 0001:00083300 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$4 10084300 f spellchannel.cpp.obj + 0001:00083308 __unwindfunclet$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$5 10084308 f spellchannel.cpp.obj + 0001:00083315 __ehhandler$?SpellChannelStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10084315 f spellchannel.cpp.obj + 0001:00083340 __unwindfunclet$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10084340 f spellchannel.cpp.obj + 0001:00083348 __unwindfunclet$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10084348 f spellchannel.cpp.obj + 0001:00083355 __ehhandler$?SpellChannelUpdateHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 10084355 f spellchannel.cpp.obj + 0001:00083380 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$0 10084380 f spellevents.cpp.obj + 0001:00083388 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$1 10084388 f spellevents.cpp.obj + 0001:00083390 __unwindfunclet$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z$2 10084390 f spellevents.cpp.obj + 0001:0008339d __ehhandler$?CastResultHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@PAIPAVCDataStore@1@@Z 1008439d f spellevents.cpp.obj + 0001:000833d0 __unwindfunclet$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z$1 100843d0 f spellevents.cpp.obj + 0001:000833d8 __unwindfunclet$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z$0 100843d8 f spellevents.cpp.obj + 0001:000833e5 __ehhandler$?SpellGoHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@PA_K1IPAVCDataStore@1@@Z 100843e5 f spellevents.cpp.obj + 0001:00083410 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$0 10084410 f spellevents.cpp.obj + 0001:00083418 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$1 10084418 f spellevents.cpp.obj + 0001:00083420 __unwindfunclet$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z$2 10084420 f spellevents.cpp.obj + 0001:0008342d __ehhandler$?SpellStartHandlerHook@Nampower@@YAHPAVPatchDetourBase@hadesmem@@IIIPAVCDataStore@1@@Z 1008442d f spellevents.cpp.obj + 0001:00083460 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$0 10084460 f spellevents.cpp.obj + 0001:00083468 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$13 10084468 f spellevents.cpp.obj + 0001:00083470 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$14 10084470 f spellevents.cpp.obj + 0001:00083478 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$2 10084478 f spellevents.cpp.obj + 0001:00083480 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$1 10084480 f spellevents.cpp.obj + 0001:00083488 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$3 10084488 f spellevents.cpp.obj + 0001:00083490 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$4 10084490 f spellevents.cpp.obj + 0001:00083498 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$5 10084498 f spellevents.cpp.obj + 0001:000834a0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$8 100844a0 f spellevents.cpp.obj + 0001:000834a8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$9 100844a8 f spellevents.cpp.obj + 0001:000834b0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$7 100844b0 f spellevents.cpp.obj + 0001:000834b8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$6 100844b8 f spellevents.cpp.obj + 0001:000834c0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$10 100844c0 f spellevents.cpp.obj + 0001:000834c8 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$11 100844c8 f spellevents.cpp.obj + 0001:000834d0 __unwindfunclet$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z$12 100844d0 f spellevents.cpp.obj + 0001:000834dd __ehhandler$?Spell_C_SpellFailedHook@Nampower@@YAXPAVPatchDetourBase@hadesmem@@IW4SpellCastResult@game@@HH_N@Z 100844dd f spellevents.cpp.obj + 0001:00083510 __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$0 10084510 f spellevents.cpp.obj + 0001:0008351b __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$1 1008451b f spellevents.cpp.obj + 0001:00083526 __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$2 10084526 f spellevents.cpp.obj + 0001:0008352e __unwindfunclet$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z$3 1008452e f spellevents.cpp.obj + 0001:0008353b __ehhandler$?TriggerSpellDamageEvent@Nampower@@YAX_K0IIIIIHII@Z 1008453b f spellevents.cpp.obj + 0001:00083570 __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 10084570 f misc_scripts.cpp.obj + 0001:00083570 __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 10084570 f misc_scripts.cpp.obj + 0001:00083570 __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 10084570 f spell_scripts.cpp.obj + 0001:0008357d __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 1008457d f misc_scripts.cpp.obj + 0001:0008357d __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 1008457d f misc_scripts.cpp.obj + 0001:0008357d __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 1008457d f spell_scripts.cpp.obj + 0001:000835b0 __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 100845b0 f dbc_fields.cpp.obj + 0001:000835b0 __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 100845b0 f misc_scripts.cpp.obj + 0001:000835b8 __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 100845b8 f dbc_fields.cpp.obj + 0001:000835b8 __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 100845b8 f misc_scripts.cpp.obj + 0001:000835c5 __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 100845c5 f dbc_fields.cpp.obj + 0001:000835c5 __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 100845c5 f misc_scripts.cpp.obj + 0001:000835f0 __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 100845f0 f items.cpp.obj + 0001:000835f0 __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 100845f0 f misc_scripts.cpp.obj + 0001:000835fb __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 100845fb f items.cpp.obj + 0001:000835fb __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 100845fb f misc_scripts.cpp.obj + 0001:0008360b __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 1008460b f items.cpp.obj + 0001:0008360b __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 1008460b f misc_scripts.cpp.obj + 0001:00083630 __unwindfunclet$?CSimpleFrame_GetNameHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z$0 10084630 f misc_scripts.cpp.obj + 0001:0008363d __ehhandler$?CSimpleFrame_GetNameHook@Nampower@@YAIPAVPatchDetourBase@hadesmem@@PAI@Z 1008463d f misc_scripts.cpp.obj + 0001:00083670 __unwindfunclet$?RunQueuedScript@Nampower@@YA_NH@Z$0 10084670 f misc_scripts.cpp.obj + 0001:00083670 __unwindfunclet$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z$0 10084670 f misc_scripts.cpp.obj + 0001:0008367d __ehhandler$?RunQueuedScript@Nampower@@YA_NH@Z 1008467d f misc_scripts.cpp.obj + 0001:0008367d __ehhandler$?Script_ChannelStopCastingNextTick@Nampower@@YAIPAI@Z 1008467d f misc_scripts.cpp.obj + 0001:000836b0 __unwindfunclet$?Script_DisenchantAll@Nampower@@YAIPAI@Z$0 100846b0 f misc_scripts.cpp.obj + 0001:000836bd __ehhandler$?Script_DisenchantAll@Nampower@@YAIPAI@Z 100846bd f misc_scripts.cpp.obj + 0001:000836f0 __unwindfunclet$?Script_GetItemStatsField@Nampower@@YAIPAI@Z$2 100846f0 f misc_scripts.cpp.obj + 0001:000836f0 __unwindfunclet$?Script_GetUnitField@Nampower@@YAIPAI@Z$2 100846f0 f misc_scripts.cpp.obj + 0001:000836f0 __unwindfunclet$?Script_GetSpellRecField@Nampower@@YAIPAI@Z$2 100846f0 f spell_scripts.cpp.obj + 0001:000836fd __ehhandler$?Script_GetItemStatsField@Nampower@@YAIPAI@Z 100846fd f misc_scripts.cpp.obj + 0001:000836fd __ehhandler$?Script_GetUnitField@Nampower@@YAIPAI@Z 100846fd f misc_scripts.cpp.obj + 0001:000836fd __ehhandler$?Script_GetSpellRecField@Nampower@@YAIPAI@Z 100846fd f spell_scripts.cpp.obj + 0001:00083730 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$0 10084730 f dbc_fields.cpp.obj + 0001:00083730 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$0 10084730 f misc_scripts.cpp.obj + 0001:00083738 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$1 10084738 f dbc_fields.cpp.obj + 0001:00083738 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$1 10084738 f misc_scripts.cpp.obj + 0001:00083740 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$2 10084740 f dbc_fields.cpp.obj + 0001:00083740 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$2 10084740 f misc_scripts.cpp.obj + 0001:00083748 __unwindfunclet$?InitializeFieldMaps@Nampower@@YAXXZ$3 10084748 f dbc_fields.cpp.obj + 0001:00083748 __unwindfunclet$?Script_QueueScript@Nampower@@YAIPAI@Z$3 10084748 f misc_scripts.cpp.obj + 0001:00083755 __ehhandler$?InitializeFieldMaps@Nampower@@YAXXZ 10084755 f dbc_fields.cpp.obj + 0001:00083755 __ehhandler$?Script_QueueScript@Nampower@@YAIPAI@Z 10084755 f misc_scripts.cpp.obj + 0001:00083780 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$0 10084780 f misc_scripts.cpp.obj + 0001:00083788 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$1 10084788 f misc_scripts.cpp.obj + 0001:00083790 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$3 10084790 f misc_scripts.cpp.obj + 0001:00083798 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$4 10084798 f misc_scripts.cpp.obj + 0001:000837a0 __unwindfunclet$?TryDisenchant@Nampower@@YA_NXZ$2 100847a0 f misc_scripts.cpp.obj + 0001:000837ad __ehhandler$?TryDisenchant@Nampower@@YA_NXZ 100847ad f misc_scripts.cpp.obj + 0001:000837e0 __unwindfunclet$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z$0 100847e0 f spell_scripts.cpp.obj + 0001:000837e0 __unwindfunclet$?Script_QueueSpellByName@Nampower@@YAIPAI@Z$0 100847e0 f spell_scripts.cpp.obj + 0001:000837ed __ehhandler$?Script_CastSpellByNameNoQueue@Nampower@@YAIPAI@Z 100847ed f spell_scripts.cpp.obj + 0001:000837ed __ehhandler$?Script_QueueSpellByName@Nampower@@YAIPAI@Z 100847ed f spell_scripts.cpp.obj + 0001:00083820 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$1 10084820 f spell_scripts.cpp.obj + 0001:00083828 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$4 10084828 f spell_scripts.cpp.obj + 0001:00083830 __unwindfunclet$?Script_IsSpellInRange@Nampower@@YAIPAI@Z$0 10084830 f spell_scripts.cpp.obj + 0001:0008383d __ehhandler$?Script_IsSpellInRange@Nampower@@YAIPAI@Z 1008483d f spell_scripts.cpp.obj + 0001:00083870 __unwindfunclet$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z$0 10084870 f item_scripts.cpp.obj + 0001:00083878 __unwindfunclet$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z$1 10084878 f item_scripts.cpp.obj + 0001:00083885 __ehhandler$?PushBagCGItemToTable@Nampower@@YAXPAIHIPAUCGItem_C@game@@@Z 10084885 f item_scripts.cpp.obj + 0001:000838b0 __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 100848b0 f items.cpp.obj + 0001:000838b8 __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 100848b8 f items.cpp.obj + 0001:000838c5 __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 100848c5 f items.cpp.obj + 0001:000838f0 __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 100848f0 f items.cpp.obj + 0001:000838f8 __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 100848f8 f items.cpp.obj + 0001:00083905 __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 10084905 f items.cpp.obj + 0001:00083930 __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 10084930 f items.cpp.obj + 0001:00083938 __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 10084938 f items.cpp.obj + 0001:00083945 __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 10084945 f items.cpp.obj + 0001:00083970 __unwindfunclet$??__EitemNameToIdCache@Nampower@@YAXXZ$1 10084970 f items.cpp.obj + 0001:0008397a __unwindfunclet$??__EitemNameToIdCache@Nampower@@YAXXZ$2 1008497a f items.cpp.obj + 0001:00083989 __ehhandler$??__EitemNameToIdCache@Nampower@@YAXXZ 10084989 f items.cpp.obj + 0001:000839b0 __unwindfunclet$??__EitemStatsCache@Nampower@@YAXXZ$1 100849b0 f items.cpp.obj + 0001:000839ba __unwindfunclet$??__EitemStatsCache@Nampower@@YAXXZ$2 100849ba f items.cpp.obj + 0001:000839c9 __ehhandler$??__EitemStatsCache@Nampower@@YAXXZ 100849c9 f items.cpp.obj + 0001:000839f0 __unwindfunclet$??__EpendingItemIds@Nampower@@YAXXZ$1 100849f0 f items.cpp.obj + 0001:000839fa __unwindfunclet$??__EpendingItemIds@Nampower@@YAXXZ$2 100849fa f items.cpp.obj + 0001:00083a09 __ehhandler$??__EpendingItemIds@Nampower@@YAXXZ 10084a09 f items.cpp.obj + 0001:00083a30 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$0 10084a30 f items.cpp.obj + 0001:00083a38 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$1 10084a38 f items.cpp.obj + 0001:00083a40 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$2 10084a40 f items.cpp.obj + 0001:00083a48 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$3 10084a48 f items.cpp.obj + 0001:00083a50 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$4 10084a50 f items.cpp.obj + 0001:00083a58 __unwindfunclet$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z$5 10084a58 f items.cpp.obj + 0001:00083a65 __ehhandler$?FindPlayerItem@Nampower@@YA?AUPlayerItemSearchResult@1@IPBD@Z 10084a65 f items.cpp.obj + 0001:00083a90 __unwindfunclet$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z$0 10084a90 f items.cpp.obj + 0001:00083a98 __unwindfunclet$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z$1 10084a98 f items.cpp.obj + 0001:00083aa5 __ehhandler$?ItemStatsCallback@Nampower@@YIXIPB_KPAX_N@Z 10084aa5 f items.cpp.obj + 0001:00083ad0 __unwindfunclet$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z$0 10084ad0 f items.cpp.obj + 0001:00083aee __ehhandler$?ToLowerCase@Nampower@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z 10084aee f items.cpp.obj + 0001:00083b10 __unwindfunclet$?InitializeUnitFieldMaps@Nampower@@YAXXZ$0 10084b10 f unit_fields.cpp.obj + 0001:00083b18 __unwindfunclet$?InitializeUnitFieldMaps@Nampower@@YAXXZ$1 10084b18 f unit_fields.cpp.obj + 0001:00083b25 __ehhandler$?InitializeUnitFieldMaps@Nampower@@YAXXZ 10084b25 f unit_fields.cpp.obj + 0001:00083b50 __unwindfunclet$?CleanupAllLuaTableRefs@Nampower@@YAXXZ$0 10084b50 f lua_refs.cpp.obj + 0001:00083b58 __unwindfunclet$?CleanupAllLuaTableRefs@Nampower@@YAXXZ$1 10084b58 f lua_refs.cpp.obj + 0001:00083b65 __ehhandler$?CleanupAllLuaTableRefs@Nampower@@YAXXZ 10084b65 f lua_refs.cpp.obj + 0001:00083b8c __ehhandler$?CallUnexpected@@YAXPBU_s_ESTypeList@@@Z 10084b8c f libvcruntime:frame.obj + 0001:00083ba9 __unwindfunclet$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ$0 10084ba9 f libvcruntime:undname.obj + 0001:00083bb6 __ehhandler$?getDecoratedName@UnDecorator@@CA?AVDName@@XZ 10084bb6 f libvcruntime:undname.obj + 0001:00083bd3 __ehhandler$?write_double_translated_ansi_nolock@@YA?AUwrite_result@?A0x17268360@@HQBDIAAV__crt_cached_ptd_host@@@Z 10084bd3 f libucrt:write.obj + 0001:00083bfd __ehhandler$?common_exit@@YAXHW4_crt_exit_cleanup_mode@@W4_crt_exit_return_mode@@@Z 10084bfd f libucrt:exit.obj + 0001:00083c1a __ehhandler$__execute_onexit_table 10084c1a f libucrt:onexit.obj + 0001:00083c37 __ehhandler$___dcrt_uninitialize_environments_nolock 10084c37 f libucrt:environment_initialization.obj + 0001:00083c54 __ehhandler$?_mbstowcs_l_helper@@YAIPA_WPBDIAAV__crt_cached_ptd_host@@@Z 10084c54 f libucrt:mbstowcs.obj + 0001:00083c71 __unwindfunclet$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z$0 10084c71 f libcpmt:locale0.obj + 0001:00083c7e __ehhandler$?_Init@locale@std@@CAPAV_Locimp@12@_N@Z 10084c7e f libcpmt:locale0.obj + 0001:00083ca0 ??__FdebugLogFile@Nampower@@YAXXZ 10084ca0 f logging.cpp.obj + 0001:00083d50 ??__F?e@?$exception_ptr_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B@@YAXXZ 10084d50 f main.cpp.obj + 0001:00083d90 ??__F?e@?$exception_ptr_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@2Vexception_ptr@3@B@@YAXXZ 10084d90 f main.cpp.obj + 0001:00083dd0 ??__Fep@?1???$get_static_exception_object@Ubad_alloc_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ@YAXXZ 10084dd0 f main.cpp.obj + 0001:00083e10 ??__Fep@?1???$get_static_exception_object@Ubad_exception_@exception_detail@boost@@@exception_detail@boost@@YA?AVexception_ptr@1@XZ@YAXXZ 10084e10 f main.cpp.obj + 0001:00083e50 ??__FgAttackRoundInfo_ReadPacketDetour@Nampower@@YAXXZ 10084e50 f main.cpp.obj + 0001:00083e70 ??__FgCGActionBar_UseActionDetour@Nampower@@YAXXZ 10084e70 f main.cpp.obj + 0001:00083e90 ??__FgCGPlayer_C_OnAttackIconPressedDetour@Nampower@@YAXXZ 10084e90 f main.cpp.obj + 0001:00083eb0 ??__FgCGSpellBook_CastSpellDetour@Nampower@@YAXXZ 10084eb0 f main.cpp.obj + 0001:00083ed0 ??__FgCGUnit_C_OnAuraAddedDetour@Nampower@@YAXXZ 10084ed0 f main.cpp.obj + 0001:00083ef0 ??__FgCGUnit_C_OnAuraAddedStackDetour@Nampower@@YAXXZ 10084ef0 f main.cpp.obj + 0001:00083f10 ??__FgCGUnit_C_OnAuraRemovedDetour@Nampower@@YAXXZ 10084f10 f main.cpp.obj + 0001:00083f30 ??__FgCGWorldFrame_OnLayerTrackTerrainDetour@Nampower@@YAXXZ 10084f30 f main.cpp.obj + 0001:00083f50 ??__FgCSimpleFrame_GetNameDetour@Nampower@@YAXXZ 10084f50 f main.cpp.obj + 0001:00083f70 ??__FgCancelSpellDetour@Nampower@@YAXXZ 10084f70 f main.cpp.obj + 0001:00083f90 ??__FgCastDetour@Nampower@@YAXXZ 10084f90 f main.cpp.obj + 0001:00083fb0 ??__FgCastHistory@Nampower@@YAXXZ 10084fb0 f main.cpp.obj + 0001:00083fc0 ??__FgCastResultHandlerDetour@Nampower@@YAXXZ 10084fc0 f main.cpp.obj + 0001:00083fe0 ??__FgCastbarPatch@Nampower@@YAXXZ 10084fe0 f main.cpp.obj + 0001:000840b0 ??__FgCreateEventsDetour@Nampower@@YAXXZ 100850b0 f main.cpp.obj + 0001:000840d0 ??__FgGetSpellSlotFromLuaDetour@Nampower@@YAXXZ 100850d0 f main.cpp.obj + 0001:000840f0 ??__FgIEndSceneDetour@Nampower@@YAXXZ 100850f0 f main.cpp.obj + 0001:00084110 ??__FgInvalidFunctionPtrCheckDetour@Nampower@@YAXXZ 10085110 f main.cpp.obj + 0001:00084130 ??__FgLoadScriptFunctionsDetour@Nampower@@YAXXZ 10085130 f main.cpp.obj + 0001:00084150 ??__FgNonGcdCastQueue@Nampower@@YAXXZ 10085150 f main.cpp.obj + 0001:00084160 ??__FgOnSpriteRightClickDetour@Nampower@@YAXXZ 10085160 f main.cpp.obj + 0001:00084180 ??__FgPeriodicAuraLogHandlerDetour@Nampower@@YAXXZ 10085180 f main.cpp.obj + 0001:000841a0 ??__FgPlaySpellVisualHandlerDetour@Nampower@@YAXXZ 100851a0 f main.cpp.obj + 0001:000841c0 ??__FgSendCastDetour@Nampower@@YAXXZ 100851c0 f main.cpp.obj + 0001:000841e0 ??__FgSetCVarDetour@Nampower@@YAXXZ 100851e0 f main.cpp.obj + 0001:00084200 ??__FgSetEventCountDetour@Nampower@@YAXXZ 10085200 f main.cpp.obj + 0001:00084220 ??__FgSignalEventDetour@Nampower@@YAXXZ 10085220 f main.cpp.obj + 0001:00084240 ??__FgSpellChannelStartHandlerDetour@Nampower@@YAXXZ 10085240 f main.cpp.obj + 0001:00084260 ??__FgSpellChannelUpdateHandlerDetour@Nampower@@YAXXZ 10085260 f main.cpp.obj + 0001:00084280 ??__FgSpellCooldownDetour@Nampower@@YAXXZ 10085280 f main.cpp.obj + 0001:000842a0 ??__FgSpellDelayedDetour@Nampower@@YAXXZ 100852a0 f main.cpp.obj + 0001:000842c0 ??__FgSpellEnergizeLogHandlerDetour@Nampower@@YAXXZ 100852c0 f main.cpp.obj + 0001:000842e0 ??__FgSpellFailedDetour@Nampower@@YAXXZ 100852e0 f main.cpp.obj + 0001:00084300 ??__FgSpellFailedOtherHandlerDetour@Nampower@@YAXXZ 10085300 f main.cpp.obj + 0001:00084320 ??__FgSpellGoDetour@Nampower@@YAXXZ 10085320 f main.cpp.obj + 0001:00084340 ??__FgSpellHealingLogHandlerDetour@Nampower@@YAXXZ 10085340 f main.cpp.obj + 0001:00084360 ??__FgSpellNonMeleeDmgLogHandlerDetour@Nampower@@YAXXZ 10085360 f main.cpp.obj + 0001:00084380 ??__FgSpellStartHandlerDetour@Nampower@@YAXXZ 10085380 f main.cpp.obj + 0001:000843a0 ??__FgSpellStopCastingDetour@Nampower@@YAXXZ 100853a0 f main.cpp.obj + 0001:000843c0 ??__FgSpellTargetUnitDetour@Nampower@@YAXXZ 100853c0 f main.cpp.obj + 0001:000843e0 ??__FgSpell_C_CooldownEventTriggeredDetour@Nampower@@YAXXZ 100853e0 f main.cpp.obj + 0001:00084400 ??__FgSpell_C_GetAutoRepeatingSpellDetour@Nampower@@YAXXZ 10085400 f main.cpp.obj + 0001:00084420 ??__FgSpell_C_GetSpellModifiersDetour@Nampower@@YAXXZ 10085420 f main.cpp.obj + 0001:00084440 ??__FgSpell_C_GetSpellRadiusDetour@Nampower@@YAXXZ 10085440 f main.cpp.obj + 0001:00084460 ??__FgSpell_C_HandleSpriteClickDetour@Nampower@@YAXXZ 10085460 f main.cpp.obj + 0001:00084480 ??__FgSpell_C_HandleTerrainClickDetour@Nampower@@YAXXZ 10085480 f main.cpp.obj + 0001:000844a0 ??__FgSpell_C_TargetSpellDetour@Nampower@@YAXXZ 100854a0 f main.cpp.obj + 0001:000844c0 ??__FgSysMsgInitDetour@Nampower@@YAXXZ 100854c0 f main.cpp.obj + 0001:000844e0 ??__FgUnitCombatLogUnitDeadDetour@Nampower@@YAXXZ 100854e0 f main.cpp.obj + 0001:00084500 ??__FspellIdToSlotCache@?1??ConvertSpellIdToSpellSlot@Nampower@@YAIII@Z@YAXXZ 10085500 f helper.cpp.obj + 0001:00084510 ??__FspellSlotCache@?1??GetSpellSlotAndTypeForName@Nampower@@YAIPBDPAI@Z@YAXXZ 10085510 f helper.cpp.obj + 0001:00084520 ??__FitemStatsArrayFieldRefs@Nampower@@YAXXZ 10085520 f misc_scripts.cpp.obj + 0001:00084530 ??__FitemStatsNestedArrayRefs@Nampower@@YAXXZ 10085530 f misc_scripts.cpp.obj + 0001:00084540 ??__FunitFieldsArrayFieldRefs@Nampower@@YAXXZ 10085540 f misc_scripts.cpp.obj + 0001:00084550 ??__FunitFieldsNestedArrayRefs@Nampower@@YAXXZ 10085550 f misc_scripts.cpp.obj + 0001:00084560 ??__FspellRecArrayFieldRefs@Nampower@@YAXXZ 10085560 f spell_scripts.cpp.obj + 0001:00084570 ??__FspellRecNestedArrayRefs@Nampower@@YAXXZ 10085570 f spell_scripts.cpp.obj + 0001:00084580 ??__FitemNameToIdCache@Nampower@@YAXXZ 10085580 f items.cpp.obj + 0001:00084590 ??__FitemStatsCache@Nampower@@YAXXZ 10085590 f items.cpp.obj + 0001:000845a0 ??__FpendingItemIds@Nampower@@YAXXZ 100855a0 f items.cpp.obj + 0001:000845b0 ??__FitemStatsArrayFieldMap@Nampower@@YAXXZ 100855b0 f dbc_fields.cpp.obj + 0001:000845c0 ??__FitemStatsFieldMap@Nampower@@YAXXZ 100855c0 f dbc_fields.cpp.obj + 0001:000845d0 ??__FspellRecArrayFieldMap@Nampower@@YAXXZ 100855d0 f dbc_fields.cpp.obj + 0001:000845e0 ??__FspellRecFieldMap@Nampower@@YAXXZ 100855e0 f dbc_fields.cpp.obj + 0001:000845f0 ??__FunitFieldsArrayFieldMap@Nampower@@YAXXZ 100855f0 f unit_fields.cpp.obj + 0001:00084600 ??__FunitFieldsFieldMap@Nampower@@YAXXZ 10085600 f unit_fields.cpp.obj + 0001:00084610 ??__FregisteredTableRefs@Nampower@@YAXXZ 10085610 f lua_refs.cpp.obj + 0001:0008466c ??__Finitlocks@std@@YAXXZ 1008566c f libcpmt:xlock.obj + 0001:00084676 ??__F_Fac_tidy_reg@std@@YAXXZ 10085676 f libcpmt:locale0.obj + 0001:00084680 ??__Fclassic_locale@std@@YAXXZ 10085680 f libcpmt:locale0.obj + 0001:0008468a ??__Finit_atexit@@YAXXZ 1008568a f libcpmt:iosptrs.obj + 0001:00084694 ??__Finitlocks@std@@YAXXZ 10085694 f libcpmt:iosptrs.obj 0002:000001ec ?initlocks$initializer$@std@@3P6AXXZA 100861ec libcpmt:xlock.obj 0002:000001f0 ?initlocks$initializer$@std@@3P6AXXZA 100861f0 libcpmt:iosptrs.obj 0002:000001f4 ?init_atexit$initializer$@@3P6AXXZA 100861f4 libcpmt:iosptrs.obj diff --git a/nampower/item_scripts.cpp b/nampower/item_scripts.cpp index 102227c..e058feb 100644 --- a/nampower/item_scripts.cpp +++ b/nampower/item_scripts.cpp @@ -1084,5 +1084,70 @@ namespace Nampower { return GetAllBagItems(luaState); } + uint32_t Script_GetAmmo(uintptr_t *luaState) { + luaState = GetLuaStatePtr(); + + auto playerGuid = game::ClntObjMgrGetActivePlayerGuid(); + auto playerUnit = game::GetObjectPtr(playerGuid); + + if (!playerUnit) { + lua_pushnil(luaState); + return 1; + } + + // Get player fields pointer at byte offset 0xe68 + auto playerFields = *reinterpret_cast(reinterpret_cast(playerUnit) + 0xe68); + if (!playerFields) { + lua_pushnil(luaState); + return 1; + } + + // Get PLAYER_AMMO_ID at byte offset 0x102c from player fields + auto ammoId = *reinterpret_cast(playerFields + 0x102c); + if (ammoId == 0) { + lua_pushnil(luaState); + return 1; + } + + // Search player bags for the ammo item and sum stack counts + auto const getBagItem = reinterpret_cast(Offsets::CGBag_C_GetItemAtSlot); + auto const getContainerGuid = reinterpret_cast(Offsets::GetContainerGuid); + auto inventory = game::GetPlayerInventoryPtr(playerUnit); + + uint32_t totalCount = 0; + + // Search backpack (absolute slots 23-38) + for (uint32_t slot = 23; slot <= 38; slot++) { + auto item = getBagItem(inventory, slot); + if (item && game::GetItemId(item) == ammoId && item->itemFields) { + totalCount += item->itemFields->stackCount; + } + } + + // Search bags 1-4 + for (int32_t bagIndex = 1; bagIndex <= 4; bagIndex++) { + uint64_t containerGuid = getContainerGuid(bagIndex - 1); + if (containerGuid == 0) continue; + + auto containerPtr = game::ClntObjMgrObjectPtr(game::TYPEMASK_CONTAINER, containerGuid); + if (!containerPtr) continue; + + auto bagPtr = GetBagPtrFromContainer(containerPtr); + if (!bagPtr) continue; + + auto bagSize = *bagPtr; + for (uint32_t slot = 0; slot < bagSize; slot++) { + auto item = getBagItem(bagPtr, slot); + if (item && game::GetItemId(item) == ammoId && item->itemFields) { + totalCount += item->itemFields->stackCount; + } + } + } + + lua_pushnumber(luaState, static_cast(ammoId)); + lua_pushnumber(luaState, static_cast(totalCount)); + return 2; + } + } diff --git a/nampower/item_scripts.hpp b/nampower/item_scripts.hpp index 87f6f4b..a677d6a 100644 --- a/nampower/item_scripts.hpp +++ b/nampower/item_scripts.hpp @@ -15,4 +15,5 @@ namespace Nampower { uint32_t Script_GetEquippedItem(uintptr_t *luaState); uint32_t Script_GetBagItem(uintptr_t *luaState); uint32_t Script_GetBagItems(uintptr_t *luaState); + uint32_t Script_GetAmmo(uintptr_t *luaState); } diff --git a/nampower/main.cpp b/nampower/main.cpp index 7c79fa7..5d39535 100644 --- a/nampower/main.cpp +++ b/nampower/main.cpp @@ -1658,6 +1658,9 @@ namespace Nampower { char getSpellIconTexture[] = "GetSpellIconTexture"; RegisterLuaFunction(getSpellIconTexture, reinterpret_cast(Script_GetSpellIconTexture)); + + char getAmmo[] = "GetAmmo"; + RegisterLuaFunction(getAmmo, reinterpret_cast(Script_GetAmmo)); } void load() { diff --git a/nampower/main.hpp b/nampower/main.hpp index ee1ab7a..2bb6896 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 = 28; + constexpr uint32_t MINOR_VERSION = 29; constexpr uint32_t PATCH_VERSION = 0; constexpr int32_t LUA_REGISTRYINDEX = -10000;